nuxeo-development-framework 3.2.4 → 3.2.5
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
|
@@ -21255,7 +21255,7 @@
|
|
|
21255
21255
|
this.onRefreshingFileManger = new rxjs.Subject();
|
|
21256
21256
|
this.onRefreshClipboard = new i0.EventEmitter();
|
|
21257
21257
|
this.permissionsList = ['canDelete', 'canCreate', 'canDownload', 'canUpdate', 'canPublish', 'canPublishFolders', 'canGet', 'canCopy', 'canCopyFile', 'canDeleteFromSourceParent',
|
|
21258
|
-
'canRenameToSourceParent', 'setSynchronize', 'setUnSynchronize', 'canAddToQuickAccess', 'canShare', 'canRename', 'canMove', 'canMoveFile', 'lockOwnerIfLocked', 'notSecretFile', 'isUserSubscriberToFile', 'canSubscribe', 'isWorkSpaceRootFile', 'isDepartmentRootFile', 'canAddToClipboard', 'canCopyToDestination'];
|
|
21258
|
+
'canRenameToSourceParent', 'setSynchronize', 'setUnSynchronize', 'canAddToQuickAccess', 'canShare', 'canRename', 'canMove', 'canMoveFile', 'lockOwnerIfLocked', 'notSecretFile', 'isUserSubscriberToFile', 'canSubscribe', 'isWorkSpaceRootFile', 'isDepartmentRootFile', 'canAddToClipboard', 'canCopyToDestination', 'isArchieveDocument'];
|
|
21259
21259
|
this.userPermittedTypes = [];
|
|
21260
21260
|
this.userPermittedTypesTotalSize = -1;
|
|
21261
21261
|
this.userPermittedFilesOnly = [];
|