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
package/fesm2015/tnx-shared.js
CHANGED
|
@@ -29305,9 +29305,11 @@ class FileManagerComponent extends DataListBase {
|
|
|
29305
29305
|
this._hasLoadedSource = false;
|
|
29306
29306
|
this.entityKeyChange.emit(this._entityKey);
|
|
29307
29307
|
if (this.control.multiEntityKey) {
|
|
29308
|
+
this.plusUrl = 'ByEntityKeys';
|
|
29308
29309
|
this.getFilesInEntityKey();
|
|
29309
29310
|
}
|
|
29310
29311
|
else {
|
|
29312
|
+
this.plusUrl = 'ByFolderId';
|
|
29311
29313
|
this.rootFolderId = null;
|
|
29312
29314
|
this.checkAndLoadRootFolderContent();
|
|
29313
29315
|
}
|