tnx-shared 5.3.201 → 5.3.202
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bundles/tnx-shared.umd.js +2 -0
- package/bundles/tnx-shared.umd.js.map +1 -1
- package/bundles/tnx-shared.umd.min.js +1 -1
- package/bundles/tnx-shared.umd.min.js.map +1 -1
- package/components/file-explorer/file-manager/file-manager.component.d.ts.map +1 -1
- package/esm2015/components/file-explorer/file-manager/file-manager.component.js +3 -1
- package/fesm2015/tnx-shared.js +2 -0
- package/fesm2015/tnx-shared.js.map +1 -1
- package/package.json +2 -2
- package/tnx-shared.metadata.json +1 -1
|
@@ -33539,9 +33539,11 @@
|
|
|
33539
33539
|
this._hasLoadedSource = false;
|
|
33540
33540
|
this.entityKeyChange.emit(this._entityKey);
|
|
33541
33541
|
if (this.control.multiEntityKey) {
|
|
33542
|
+
this.plusUrl = 'ByEntityKeys';
|
|
33542
33543
|
this.getFilesInEntityKey();
|
|
33543
33544
|
}
|
|
33544
33545
|
else {
|
|
33546
|
+
this.plusUrl = 'ByFolderId';
|
|
33545
33547
|
this.rootFolderId = null;
|
|
33546
33548
|
this.checkAndLoadRootFolderContent();
|
|
33547
33549
|
}
|