nuxeo-development-framework 3.1.3 → 3.1.4
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/nuxeo-development-framework.umd.js +1 -1
- package/bundles/nuxeo-development-framework.umd.js.map +1 -1
- package/esm2015/lib/shared-services/file-manager.service.js +2 -2
- package/fesm2015/nuxeo-development-framework.js +1 -1
- package/fesm2015/nuxeo-development-framework.js.map +1 -1
- package/package.json +1 -1
|
@@ -21211,7 +21211,7 @@
|
|
|
21211
21211
|
this.onRefreshingFileManger = new rxjs.Subject();
|
|
21212
21212
|
this.onRefreshClipboard = new i0.EventEmitter();
|
|
21213
21213
|
this.permissionsList = ['canDelete', 'canCreate', 'canDownload', 'canUpdate', 'canPublish', 'canPublishFolders', 'canGet', 'canCopy', 'canCopyFile', 'canDeleteFromSourceParent',
|
|
21214
|
-
'canRenameToSourceParent', 'setSynchronize', 'setUnSynchronize', 'canAddToQuickAccess', 'canShare', 'canRename', 'canMove', 'canMoveFile', 'lockOwnerIfLocked', 'notSecretFile', 'isUserSubscriberToFile', 'canSubscribe'];
|
|
21214
|
+
'canRenameToSourceParent', 'setSynchronize', 'setUnSynchronize', 'canAddToQuickAccess', 'canShare', 'canRename', 'canMove', 'canMoveFile', 'lockOwnerIfLocked', 'notSecretFile', 'isUserSubscriberToFile', 'canSubscribe', 'isWorkSpaceRootFile', 'isDepartmentRootFile'];
|
|
21215
21215
|
this.userPermittedTypes = [];
|
|
21216
21216
|
this.userPermittedTypesTotalSize = -1;
|
|
21217
21217
|
this.userPermittedFilesOnly = [];
|