TALXIS.Controls.FileExplorer.Package
1.0.2607.7000
Prefix Reserved
dotnet add package TALXIS.Controls.FileExplorer.Package --version 1.0.2607.7000
NuGet\Install-Package TALXIS.Controls.FileExplorer.Package -Version 1.0.2607.7000
<PackageReference Include="TALXIS.Controls.FileExplorer.Package" Version="1.0.2607.7000" />
<PackageVersion Include="TALXIS.Controls.FileExplorer.Package" Version="1.0.2607.7000" />
<PackageReference Include="TALXIS.Controls.FileExplorer.Package" />
paket add TALXIS.Controls.FileExplorer.Package --version 1.0.2607.7000
#r "nuget: TALXIS.Controls.FileExplorer.Package, 1.0.2607.7000"
#:package TALXIS.Controls.FileExplorer.Package@1.0.2607.7000
#addin nuget:?package=TALXIS.Controls.FileExplorer.Package&version=1.0.2607.7000
#tool nuget:?package=TALXIS.Controls.FileExplorer.Package&version=1.0.2607.7000
Power Apps File Explorer Control
This package contains a Dataverse Package Deployer package that includes:
- FileExplorer PCF Control: A custom PowerApps Component Framework (PCF) control that provides a user-friendly UI for managing files in SharePoint and Dataverse
- Database Schema: Includes necessary table definitions, relationships and metadata
For more information visit www.talxis.com.
Learn more about Target Frameworks and .NET Standard.
This package has no dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version 0.0.0.12:
- Collab Workspaces: custom command-bar buttons can now be placed inline or in the overflow menu and ordered as needed; custom view columns are sortable.
- Fixed a conflict when renaming files during Environment File System uploads.
- Fixed folder creation failing in Environment File System due to a missing path separator.
- Added support for rendering the control as a full page (pagetype=control).
- Items the current user cannot access are now gracefully skipped instead of preventing the control from loading; skipped items are logged to the browser console.
- SharePoint workspaces now resolve correctly on non-standard tenant hostnames, custom managed paths, and Microsoft 365 group-connected sites; fixed an incorrect API call when resolving the root site.
- Initialization failures now display a detailed, localized error message in the control instead of a generic fallback, including authentication and workspace setup errors.
Version 0.0.0.11:
- Rewrote breadcrumb with three-layer architecture (workspace switcher, root item, sub-path) and dedicated root folder breadcrumb item in multi-workspace mode.
- File names are now clickable for single-click opening, matching SharePoint and Teams behavior.
- Parallel workspace initialization for faster load times; workspaces that fail to initialize are gracefully skipped with a user-friendly error when none succeed.
- Hardened minor versions check to prevent crashes on permission errors.
- Fixed folder scaffolding to work correctly across all file system providers.
- Simplified authentication with lazy token initialization; EFS workspaces no longer trigger unnecessary auth at startup.
- Fixed templates query target record id, additional columns parameter regression, and CreatedBy column select query/mapper for EFS.
- Fixed root path handling and malformed Graph API URL when creating folders at drive root.
- Fixed path splitting to handle leading/trailing separators.
- Fixed Czech translation errors (grammar, terminology, typos).
- Removed @ts-ignore directives; renamed workspaceFolderEnabled to multipleWorkspacesMode for clarity.
Version 0.0.0.10:
- Fixed a breadcrumb bug introduced with the multiple workspace feature. Now it works for a single workspace again.
Version 0.0.0.8:
- Improved error handling for inaccessible document libraries in configuration. The control now gracefully ignores the configuration record instead of throwing an error.