TALXIS.Controls.FileExplorer.Package
0.0.0.11
Prefix Reserved
dotnet add package TALXIS.Controls.FileExplorer.Package --version 0.0.0.11
NuGet\Install-Package TALXIS.Controls.FileExplorer.Package -Version 0.0.0.11
<PackageReference Include="TALXIS.Controls.FileExplorer.Package" Version="0.0.0.11" />
<PackageVersion Include="TALXIS.Controls.FileExplorer.Package" Version="0.0.0.11" />
<PackageReference Include="TALXIS.Controls.FileExplorer.Package" />
paket add TALXIS.Controls.FileExplorer.Package --version 0.0.0.11
#r "nuget: TALXIS.Controls.FileExplorer.Package, 0.0.0.11"
#:package TALXIS.Controls.FileExplorer.Package@0.0.0.11
#addin nuget:?package=TALXIS.Controls.FileExplorer.Package&version=0.0.0.11
#tool nuget:?package=TALXIS.Controls.FileExplorer.Package&version=0.0.0.11
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
Learn more about Target Frameworks and .NET Standard.
-
.NETStandard 2.0
- 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.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.