nuxeo-development-framework 3.1.7 → 3.1.8

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.
@@ -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', 'isWorkSpaceRootFile', 'isDepartmentRootFile', 'canAddToClipboard'];
21214
+ 'canRenameToSourceParent', 'setSynchronize', 'setUnSynchronize', 'canAddToQuickAccess', 'canShare', 'canRename', 'canMove', 'canMoveFile', 'lockOwnerIfLocked', 'notSecretFile', 'isUserSubscriberToFile', 'canSubscribe', 'isWorkSpaceRootFile', 'isDepartmentRootFile', 'canAddToClipboard', 'canCopyToDestination'];
21215
21215
  this.userPermittedTypes = [];
21216
21216
  this.userPermittedTypesTotalSize = -1;
21217
21217
  this.userPermittedFilesOnly = [];