@opencloud-eu/web-pkg 4.0.0 → 4.1.0

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.
Files changed (402) hide show
  1. package/dist/{TextEditor-CqzAOOm0.js → TextEditor-QVYD64f0.js} +2 -1
  2. package/dist/assets/{worker-Cgdggo8k.js → worker-BJJcEMnx.js} +30 -30
  3. package/dist/assets/{worker-HJ1GIjJK.js → worker-C9GzAwNf.js} +30 -30
  4. package/dist/assets/{worker-bk9PAyWf.js → worker-DIwRVmuf.js} +28 -28
  5. package/dist/index-zEQVUjcV.js +34130 -0
  6. package/dist/src/apps/index.d.ts +1 -0
  7. package/dist/src/apps/types.d.ts +114 -0
  8. package/dist/src/cern/composables/index.d.ts +1 -0
  9. package/dist/src/cern/composables/useGroupingSettings.d.ts +34 -0
  10. package/dist/src/cern/index.d.ts +1 -0
  11. package/dist/src/components/AppBar/AppBar.vue.d.ts +582 -0
  12. package/dist/src/components/AppBar/CreateSpace.vue.d.ts +18 -0
  13. package/dist/src/components/AppBar/index.d.ts +2 -0
  14. package/dist/src/components/AppLoadingSpinner.vue.d.ts +2 -0
  15. package/dist/src/components/AppTemplates/AppWrapper.vue.d.ts +251 -0
  16. package/dist/src/components/AppTemplates/AppWrapperRoute.d.ts +10 -0
  17. package/dist/src/components/AppTemplates/PartialViews/ErrorScreen.vue.d.ts +22 -0
  18. package/dist/src/components/AppTemplates/PartialViews/LoadingScreen.vue.d.ts +2 -0
  19. package/dist/src/components/AppTemplates/index.d.ts +3 -0
  20. package/dist/src/components/AppTemplates/types.d.ts +11 -0
  21. package/dist/src/components/AppTopBar.vue.d.ts +17 -0
  22. package/dist/src/components/Avatars/AvatarUpload.vue.d.ts +5 -0
  23. package/dist/src/components/Avatars/UserAvatar.vue.d.ts +6 -0
  24. package/dist/src/components/Avatars/index.d.ts +2 -0
  25. package/dist/src/components/BatchActions.vue.d.ts +123 -0
  26. package/dist/src/components/ContextActions/ActionMenuDropItem.vue.d.ts +11 -0
  27. package/dist/src/components/ContextActions/ActionMenuItem.vue.d.ts +92 -0
  28. package/dist/src/components/ContextActions/ContextActionMenu.vue.d.ts +147 -0
  29. package/dist/src/components/ContextActions/ContextMenuQuickAction.vue.d.ts +41 -0
  30. package/dist/src/components/ContextActions/index.d.ts +5 -0
  31. package/dist/src/components/ContextActions/types.d.ts +13 -0
  32. package/dist/src/components/CreateLinkModal.vue.d.ts +163 -0
  33. package/dist/src/components/CustomComponentTarget.vue.d.ts +16 -0
  34. package/dist/src/components/FilesList/ContextActions.vue.d.ts +173 -0
  35. package/dist/src/components/FilesList/ResourceGhostElement.vue.d.ts +51 -0
  36. package/dist/src/components/FilesList/ResourceIcon.vue.d.ts +47 -0
  37. package/dist/src/components/FilesList/ResourceLink.vue.d.ts +67 -0
  38. package/dist/src/components/FilesList/ResourceListItem.vue.d.ts +21 -0
  39. package/dist/src/components/FilesList/ResourceName.vue.d.ts +140 -0
  40. package/dist/src/components/FilesList/ResourceSize.vue.d.ts +25 -0
  41. package/dist/src/components/FilesList/ResourceStatusIndicators.vue.d.ts +9 -0
  42. package/dist/src/components/FilesList/ResourceTable.vue.d.ts +1538 -0
  43. package/dist/src/components/FilesList/ResourceTile.vue.d.ts +177 -0
  44. package/dist/src/components/FilesList/ResourceTiles.vue.d.ts +204 -0
  45. package/dist/src/components/FilesList/index.d.ts +10 -0
  46. package/dist/src/components/Filters/ItemFilterInline.vue.d.ts +28 -0
  47. package/dist/src/components/Filters/index.d.ts +3 -0
  48. package/dist/src/components/Filters/types.d.ts +4 -0
  49. package/dist/src/components/ItemFilter.vue.d.ts +223 -0
  50. package/dist/src/components/ItemFilterToggle.vue.d.ts +26 -0
  51. package/dist/src/components/LinkRoleDropdown.vue.d.ts +30 -0
  52. package/dist/src/components/LoadingIndicator.vue.d.ts +5 -0
  53. package/dist/src/components/Modals/DatePickerModal.vue.d.ts +104 -0
  54. package/dist/src/components/Modals/EmojiPickerModal.vue.d.ts +19 -0
  55. package/dist/src/components/Modals/FilePickerModal.vue.d.ts +41 -0
  56. package/dist/src/components/Modals/ResourceConflictModal.vue.d.ts +76 -0
  57. package/dist/src/components/Modals/SaveAsModal.vue.d.ts +49 -0
  58. package/dist/src/components/Modals/SpaceMoveInfoModal.vue.d.ts +14 -0
  59. package/dist/src/components/Modals/UnsavedChangesModal.vue.d.ts +27 -0
  60. package/dist/src/components/Modals/index.d.ts +7 -0
  61. package/dist/src/components/NoContentMessage.vue.d.ts +23 -0
  62. package/dist/src/components/Pagination.vue.d.ts +20 -0
  63. package/dist/src/components/PortalTarget.vue.d.ts +41 -0
  64. package/dist/src/components/QuotaSelect.vue.d.ts +74 -0
  65. package/dist/src/components/Search/ResourcePreview.vue.d.ts +48 -0
  66. package/dist/src/components/Search/index.d.ts +2 -0
  67. package/dist/src/components/Search/types.d.ts +29 -0
  68. package/dist/src/components/SearchBarFilter.vue.d.ts +27 -0
  69. package/dist/src/components/SideBar/CompareSaveDialog.vue.d.ts +38 -0
  70. package/dist/src/components/SideBar/FileSideBar.vue.d.ts +115 -0
  71. package/dist/src/components/SideBar/Files/FileInfo.vue.d.ts +5 -0
  72. package/dist/src/components/SideBar/Files/index.d.ts +1 -0
  73. package/dist/src/components/SideBar/SideBar.vue.d.ts +41 -0
  74. package/dist/src/components/SideBar/Spaces/Details/SpaceDetails.vue.d.ts +5 -0
  75. package/dist/src/components/SideBar/Spaces/Details/SpaceDetailsMultiple.vue.d.ts +6 -0
  76. package/dist/src/components/SideBar/Spaces/Details/index.d.ts +2 -0
  77. package/dist/src/components/SideBar/Spaces/SpaceInfo.vue.d.ts +5 -0
  78. package/dist/src/components/SideBar/Spaces/SpaceNoSelection.vue.d.ts +2 -0
  79. package/dist/src/components/SideBar/Spaces/index.d.ts +3 -0
  80. package/dist/src/components/SideBar/WebDavDetails.vue.d.ts +21 -0
  81. package/dist/src/components/SideBar/index.d.ts +7 -0
  82. package/dist/src/components/SideBar/types.d.ts +22 -0
  83. package/dist/src/components/SpaceQuota.vue.d.ts +6 -0
  84. package/dist/src/components/Spaces/QuotaModal.vue.d.ts +18 -0
  85. package/dist/src/components/Spaces/SpaceImageModal.vue.d.ts +13 -0
  86. package/dist/src/components/Spaces/index.d.ts +2 -0
  87. package/dist/src/components/TextEditor/TextEditor.vue.d.ts +162 -0
  88. package/dist/src/components/TextEditor/index.d.ts +158 -0
  89. package/dist/src/components/TextEditor/l18n.d.ts +3 -0
  90. package/dist/src/components/ViewOptions.vue.d.ts +143 -0
  91. package/dist/src/components/index.d.ts +28 -0
  92. package/dist/src/composables/ability/index.d.ts +1 -0
  93. package/dist/src/composables/ability/useAbility.d.ts +2 -0
  94. package/dist/src/composables/actions/files/index.d.ts +29 -0
  95. package/dist/src/composables/actions/files/useFileActions.d.ts +32 -0
  96. package/dist/src/composables/actions/files/useFileActionsCopy.d.ts +4 -0
  97. package/dist/src/composables/actions/files/useFileActionsCopyPermanentLink.d.ts +4 -0
  98. package/dist/src/composables/actions/files/useFileActionsCreateLink.d.ts +6 -0
  99. package/dist/src/composables/actions/files/useFileActionsCreateNewFile.d.ts +10 -0
  100. package/dist/src/composables/actions/files/useFileActionsCreateNewFolder.d.ts +9 -0
  101. package/dist/src/composables/actions/files/useFileActionsCreateNewShortcut.d.ts +8 -0
  102. package/dist/src/composables/actions/files/useFileActionsCreateSpaceFromResource.d.ts +4 -0
  103. package/dist/src/composables/actions/files/useFileActionsDelete.d.ts +4 -0
  104. package/dist/src/composables/actions/files/useFileActionsDisableSync.d.ts +5 -0
  105. package/dist/src/composables/actions/files/useFileActionsDownloadArchive.d.ts +4 -0
  106. package/dist/src/composables/actions/files/useFileActionsDownloadFile.d.ts +4 -0
  107. package/dist/src/composables/actions/files/useFileActionsEmptyTrashBin.d.ts +8 -0
  108. package/dist/src/composables/actions/files/useFileActionsEnableSync.d.ts +5 -0
  109. package/dist/src/composables/actions/files/useFileActionsFavorite.d.ts +4 -0
  110. package/dist/src/composables/actions/files/useFileActionsMove.d.ts +4 -0
  111. package/dist/src/composables/actions/files/useFileActionsNavigate.d.ts +4 -0
  112. package/dist/src/composables/actions/files/useFileActionsOpenShortcut.d.ts +5 -0
  113. package/dist/src/composables/actions/files/useFileActionsOpenWithApp.d.ts +6 -0
  114. package/dist/src/composables/actions/files/useFileActionsPaste.d.ts +4 -0
  115. package/dist/src/composables/actions/files/useFileActionsRename.d.ts +6 -0
  116. package/dist/src/composables/actions/files/useFileActionsRestore.d.ts +15 -0
  117. package/dist/src/composables/actions/files/useFileActionsSaveAs.d.ts +7 -0
  118. package/dist/src/composables/actions/files/useFileActionsSetImage.d.ts +4 -0
  119. package/dist/src/composables/actions/files/useFileActionsShowActions.d.ts +4 -0
  120. package/dist/src/composables/actions/files/useFileActionsShowDetails.d.ts +4 -0
  121. package/dist/src/composables/actions/files/useFileActionsShowShares.d.ts +5 -0
  122. package/dist/src/composables/actions/files/useFileActionsToggleHideShare.d.ts +5 -0
  123. package/dist/src/composables/actions/files/useFileActionsUndoDelete.d.ts +8 -0
  124. package/dist/src/composables/actions/helpers/index.d.ts +5 -0
  125. package/dist/src/composables/actions/helpers/useFileActionsDeleteResources.d.ts +5 -0
  126. package/dist/src/composables/actions/helpers/useIsAppActive.d.ts +1 -0
  127. package/dist/src/composables/actions/helpers/useIsFilesAppActive.d.ts +1 -0
  128. package/dist/src/composables/actions/helpers/useIsResourceNameValid.d.ts +11 -0
  129. package/dist/src/composables/actions/helpers/useIsSearchActive.d.ts +1 -0
  130. package/dist/src/composables/actions/index.d.ts +8 -0
  131. package/dist/src/composables/actions/spaces/index.d.ts +12 -0
  132. package/dist/src/composables/actions/spaces/useSpaceActionsDelete.d.ts +6 -0
  133. package/dist/src/composables/actions/spaces/useSpaceActionsDeleteImage.d.ts +8 -0
  134. package/dist/src/composables/actions/spaces/useSpaceActionsDisable.d.ts +6 -0
  135. package/dist/src/composables/actions/spaces/useSpaceActionsDuplicate.d.ts +6 -0
  136. package/dist/src/composables/actions/spaces/useSpaceActionsEditDescription.d.ts +6 -0
  137. package/dist/src/composables/actions/spaces/useSpaceActionsEditQuota.d.ts +4 -0
  138. package/dist/src/composables/actions/spaces/useSpaceActionsEditReadmeContent.d.ts +4 -0
  139. package/dist/src/composables/actions/spaces/useSpaceActionsNavigateToTrash.d.ts +4 -0
  140. package/dist/src/composables/actions/spaces/useSpaceActionsRename.d.ts +6 -0
  141. package/dist/src/composables/actions/spaces/useSpaceActionsRestore.d.ts +6 -0
  142. package/dist/src/composables/actions/spaces/useSpaceActionsSetIcon.d.ts +6 -0
  143. package/dist/src/composables/actions/spaces/useSpaceActionsShowMembers.d.ts +4 -0
  144. package/dist/src/composables/actions/types.d.ts +47 -0
  145. package/dist/src/composables/actions/useActionsShowDetails.d.ts +4 -0
  146. package/dist/src/composables/actions/useOpenEmptyEditor.d.ts +3 -0
  147. package/dist/src/composables/actions/useOpenWithDefaultApp.d.ts +7 -0
  148. package/dist/src/composables/actions/useWindowOpen.d.ts +3 -0
  149. package/dist/src/composables/appDefaults/index.d.ts +8 -0
  150. package/dist/src/composables/appDefaults/types.d.ts +15 -0
  151. package/dist/src/composables/appDefaults/useAppConfig.d.ts +11 -0
  152. package/dist/src/composables/appDefaults/useAppDefaults.d.ts +20 -0
  153. package/dist/src/composables/appDefaults/useAppDocumentTitle.d.ts +13 -0
  154. package/dist/src/composables/appDefaults/useAppFileHandling.d.ts +24 -0
  155. package/dist/src/composables/appDefaults/useAppFolderHandling.d.ts +16 -0
  156. package/dist/src/composables/appDefaults/useAppMeta.d.ts +9 -0
  157. package/dist/src/composables/appDefaults/useAppNavigation.d.ts +27 -0
  158. package/dist/src/composables/appDefaults/useDocumentTitle.d.ts +8 -0
  159. package/dist/src/composables/appProviderService/index.d.ts +1 -0
  160. package/dist/src/composables/appProviderService/useAppProviderService.d.ts +2 -0
  161. package/dist/src/composables/archiverService/index.d.ts +1 -0
  162. package/dist/src/composables/archiverService/useArchiverService.d.ts +2 -0
  163. package/dist/src/composables/authContext/index.d.ts +2 -0
  164. package/dist/src/composables/authContext/useAuthService.d.ts +10 -0
  165. package/dist/src/composables/authContext/useRequest.d.ts +15 -0
  166. package/dist/src/composables/avatars/index.d.ts +1 -0
  167. package/dist/src/composables/avatars/useLoadAvatars.d.ts +3 -0
  168. package/dist/src/composables/breadcrumbs/index.d.ts +1 -0
  169. package/dist/src/composables/breadcrumbs/useBreadcrumbsFromPath.d.ts +14 -0
  170. package/dist/src/composables/clientService/index.d.ts +1 -0
  171. package/dist/src/composables/clientService/useClientService.d.ts +2 -0
  172. package/dist/src/composables/clipboard/index.d.ts +1 -0
  173. package/dist/src/composables/clipboard/useClipboard.d.ts +3 -0
  174. package/dist/src/composables/download/index.d.ts +1 -0
  175. package/dist/src/composables/download/useDownloadFile.d.ts +8 -0
  176. package/dist/src/composables/driveResolver/index.d.ts +2 -0
  177. package/dist/src/composables/driveResolver/useDriveResolver.d.ts +13 -0
  178. package/dist/src/composables/driveResolver/useSpacesLoading.d.ts +3 -0
  179. package/dist/src/composables/embedMode/index.d.ts +1 -0
  180. package/dist/src/composables/embedMode/useEmbedMode.d.ts +23 -0
  181. package/dist/src/composables/eventBus/index.d.ts +1 -0
  182. package/dist/src/composables/eventBus/useEventBus.d.ts +1 -0
  183. package/dist/src/composables/fileListHeaderPosition/index.d.ts +1 -0
  184. package/dist/src/composables/fileListHeaderPosition/useFileListHeaderPosition.d.ts +5 -0
  185. package/dist/src/composables/filesList/index.d.ts +1 -0
  186. package/dist/src/composables/filesList/useResourceRouteResolver.d.ts +13 -0
  187. package/dist/src/composables/folderLink/index.d.ts +1 -0
  188. package/dist/src/composables/folderLink/useFolderLink.d.ts +15 -0
  189. package/dist/src/composables/index.d.ts +41 -0
  190. package/dist/src/composables/isTopBarSticky/index.d.ts +1 -0
  191. package/dist/src/composables/isTopBarSticky/useIsTopBarSticky.d.ts +8 -0
  192. package/dist/src/composables/keyboardActions/index.d.ts +3 -0
  193. package/dist/src/composables/keyboardActions/useCropperKeyboardActions.d.ts +4 -0
  194. package/dist/src/composables/keyboardActions/useInterceptModifierClick.d.ts +4 -0
  195. package/dist/src/composables/keyboardActions/useKeyboardActions.d.ts +47 -0
  196. package/dist/src/composables/links/index.d.ts +1 -0
  197. package/dist/src/composables/links/useLinkTypes.d.ts +31 -0
  198. package/dist/src/composables/loadingService/index.d.ts +1 -0
  199. package/dist/src/composables/loadingService/useLoadingService.d.ts +2 -0
  200. package/dist/src/composables/localStorage/index.d.ts +1 -0
  201. package/dist/src/composables/localStorage/useLocalStorage.d.ts +2 -0
  202. package/dist/src/composables/pagination/constants.d.ts +5 -0
  203. package/dist/src/composables/pagination/index.d.ts +2 -0
  204. package/dist/src/composables/pagination/usePagination.d.ts +17 -0
  205. package/dist/src/composables/passwordPolicyService/index.d.ts +1 -0
  206. package/dist/src/composables/passwordPolicyService/usePasswordPolicyService.d.ts +2 -0
  207. package/dist/src/composables/piniaStores/apps.d.ts +157 -0
  208. package/dist/src/composables/piniaStores/auth.d.ts +60 -0
  209. package/dist/src/composables/piniaStores/avatars.d.ts +27 -0
  210. package/dist/src/composables/piniaStores/capabilities.d.ts +1722 -0
  211. package/dist/src/composables/piniaStores/clipboard.d.ts +598 -0
  212. package/dist/src/composables/piniaStores/config/config.d.ts +759 -0
  213. package/dist/src/composables/piniaStores/config/index.d.ts +2 -0
  214. package/dist/src/composables/piniaStores/config/types.d.ts +194 -0
  215. package/dist/src/composables/piniaStores/extensionRegistry/extensionPreferences.d.ts +22 -0
  216. package/dist/src/composables/piniaStores/extensionRegistry/extensionRegistry.d.ts +37 -0
  217. package/dist/src/composables/piniaStores/extensionRegistry/index.d.ts +3 -0
  218. package/dist/src/composables/piniaStores/extensionRegistry/types.d.ts +66 -0
  219. package/dist/src/composables/piniaStores/index.d.ts +16 -0
  220. package/dist/src/composables/piniaStores/messages.d.ts +866 -0
  221. package/dist/src/composables/piniaStores/modals.d.ts +1373 -0
  222. package/dist/src/composables/piniaStores/resources.d.ts +198 -0
  223. package/dist/src/composables/piniaStores/shares/index.d.ts +2 -0
  224. package/dist/src/composables/piniaStores/shares/shares.d.ts +57 -0
  225. package/dist/src/composables/piniaStores/shares/types.d.ts +41 -0
  226. package/dist/src/composables/piniaStores/spaces.d.ts +9045 -0
  227. package/dist/src/composables/piniaStores/theme.d.ts +514 -0
  228. package/dist/src/composables/piniaStores/updates.d.ts +24 -0
  229. package/dist/src/composables/piniaStores/user.d.ts +15 -0
  230. package/dist/src/composables/piniaStores/webWorkers.d.ts +29 -0
  231. package/dist/src/composables/portalTarget/eventTopics.d.ts +3 -0
  232. package/dist/src/composables/portalTarget/index.d.ts +2 -0
  233. package/dist/src/composables/portalTarget/usePortalTarget.d.ts +4 -0
  234. package/dist/src/composables/previewService/index.d.ts +1 -0
  235. package/dist/src/composables/previewService/usePreviewService.d.ts +2 -0
  236. package/dist/src/composables/requestHeaders/index.d.ts +1 -0
  237. package/dist/src/composables/requestHeaders/useRequestHeaders.d.ts +3 -0
  238. package/dist/src/composables/resources/index.d.ts +5 -0
  239. package/dist/src/composables/resources/useCanBeOpenedWithSecureView.d.ts +4 -0
  240. package/dist/src/composables/resources/useCanListVersions.d.ts +7 -0
  241. package/dist/src/composables/resources/useGetResourceContext.d.ts +1485 -0
  242. package/dist/src/composables/resources/useLoadPreview.d.ts +26 -0
  243. package/dist/src/composables/resources/useResourceContents.d.ts +5 -0
  244. package/dist/src/composables/router/index.d.ts +11 -0
  245. package/dist/src/composables/router/types.d.ts +16 -0
  246. package/dist/src/composables/router/useActiveApp.d.ts +4 -0
  247. package/dist/src/composables/router/useActiveLocation.d.ts +10 -0
  248. package/dist/src/composables/router/useFileRouteReplace.d.ts +15 -0
  249. package/dist/src/composables/router/useRoute.d.ts +3 -0
  250. package/dist/src/composables/router/useRouteMeta.d.ts +2 -0
  251. package/dist/src/composables/router/useRouteName.d.ts +2 -0
  252. package/dist/src/composables/router/useRouteParam.d.ts +3 -0
  253. package/dist/src/composables/router/useRouteQuery.d.ts +3 -0
  254. package/dist/src/composables/router/useRouteQueryPersisted.d.ts +8 -0
  255. package/dist/src/composables/router/useRouter.d.ts +2 -0
  256. package/dist/src/composables/scrollTo/index.d.ts +1 -0
  257. package/dist/src/composables/scrollTo/useScrollTo.d.ts +9 -0
  258. package/dist/src/composables/search/constants.d.ts +4 -0
  259. package/dist/src/composables/search/index.d.ts +2 -0
  260. package/dist/src/composables/search/useSearch.d.ts +14 -0
  261. package/dist/src/composables/selection/index.d.ts +2 -0
  262. package/dist/src/composables/selection/useSelectedResources.d.ts +9 -0
  263. package/dist/src/composables/selection/useToggleTile.d.ts +4 -0
  264. package/dist/src/composables/service/index.d.ts +1 -0
  265. package/dist/src/composables/service/useService.d.ts +1 -0
  266. package/dist/src/composables/shares/index.d.ts +2 -0
  267. package/dist/src/composables/shares/useCanListShares.d.ts +7 -0
  268. package/dist/src/composables/shares/useCanShare.d.ts +7 -0
  269. package/dist/src/composables/sideBar/eventTopics.d.ts +7 -0
  270. package/dist/src/composables/sideBar/index.d.ts +2 -0
  271. package/dist/src/composables/sideBar/useSideBar.d.ts +12 -0
  272. package/dist/src/composables/sort/constants.d.ts +4 -0
  273. package/dist/src/composables/sort/index.d.ts +2 -0
  274. package/dist/src/composables/sort/useSort.d.ts +36 -0
  275. package/dist/src/composables/spaces/index.d.ts +3 -0
  276. package/dist/src/composables/spaces/useCreateSpace.d.ts +5 -0
  277. package/dist/src/composables/spaces/useGetMatchingSpace.d.ts +15 -0
  278. package/dist/src/composables/spaces/useSpaceHelpers.d.ts +4 -0
  279. package/dist/src/composables/upload/index.d.ts +1 -0
  280. package/dist/src/composables/upload/useUpload.d.ts +6 -0
  281. package/dist/src/composables/viewMode/constants.d.ts +12 -0
  282. package/dist/src/composables/viewMode/index.d.ts +3 -0
  283. package/dist/src/composables/viewMode/useTileSize.d.ts +4 -0
  284. package/dist/src/composables/viewMode/useViewMode.d.ts +4 -0
  285. package/dist/src/composables/webWorkers/deleteWorker/index.d.ts +1 -0
  286. package/dist/src/composables/webWorkers/deleteWorker/useDeleteWorker.d.ts +28 -0
  287. package/dist/src/composables/webWorkers/deleteWorker/worker.d.ts +1 -0
  288. package/dist/src/composables/webWorkers/index.d.ts +4 -0
  289. package/dist/src/composables/webWorkers/pasteWorker/index.d.ts +1 -0
  290. package/dist/src/composables/webWorkers/pasteWorker/usePasteWorker.d.ts +25 -0
  291. package/dist/src/composables/webWorkers/pasteWorker/worker.d.ts +1 -0
  292. package/dist/src/composables/webWorkers/restoreWorker/index.d.ts +1 -0
  293. package/dist/src/composables/webWorkers/restoreWorker/useRestoreWorker.d.ts +28 -0
  294. package/dist/src/composables/webWorkers/restoreWorker/worker.d.ts +1 -0
  295. package/dist/src/composables/webWorkers/tokenTimerWorker/index.d.ts +1 -0
  296. package/dist/src/composables/webWorkers/tokenTimerWorker/useTokenTimerWorker.d.ts +12 -0
  297. package/dist/src/composables/webWorkers/tokenTimerWorker/worker.d.ts +1 -0
  298. package/dist/src/constants.d.ts +17 -0
  299. package/dist/src/errors/index.d.ts +1 -0
  300. package/dist/src/errors/types.d.ts +13 -0
  301. package/dist/src/helpers/binary.d.ts +2 -0
  302. package/dist/src/helpers/breadcrumbs.d.ts +4 -0
  303. package/dist/src/helpers/cache/cache.d.ts +20 -0
  304. package/dist/src/helpers/cache/index.d.ts +1 -0
  305. package/dist/src/helpers/clipboardActions.d.ts +4 -0
  306. package/dist/src/helpers/contextMenuDropdown.d.ts +7 -0
  307. package/dist/src/helpers/datetime.d.ts +11 -0
  308. package/dist/src/helpers/download.d.ts +1 -0
  309. package/dist/src/helpers/filesize.d.ts +8 -0
  310. package/dist/src/helpers/folderLink/index.d.ts +1 -0
  311. package/dist/src/helpers/folderLink/types.d.ts +6 -0
  312. package/dist/src/helpers/fuse.d.ts +5 -0
  313. package/dist/src/helpers/index.d.ts +21 -0
  314. package/dist/src/helpers/locale.d.ts +1 -0
  315. package/dist/src/helpers/path.d.ts +13 -0
  316. package/dist/src/helpers/permissions.d.ts +8 -0
  317. package/dist/src/helpers/platform.d.ts +1 -0
  318. package/dist/src/helpers/resource/conflictHandling/conflictDialog.d.ts +15 -0
  319. package/dist/src/helpers/resource/conflictHandling/conflictUtils.d.ts +3 -0
  320. package/dist/src/helpers/resource/conflictHandling/index.d.ts +4 -0
  321. package/dist/src/helpers/resource/conflictHandling/transfer.d.ts +27 -0
  322. package/dist/src/helpers/resource/conflictHandling/types.d.ts +24 -0
  323. package/dist/src/helpers/resource/filter.d.ts +2 -0
  324. package/dist/src/helpers/resource/icon.d.ts +10 -0
  325. package/dist/src/helpers/resource/index.d.ts +5 -0
  326. package/dist/src/helpers/resource/renameResource.d.ts +2 -0
  327. package/dist/src/helpers/resource/sameResource.d.ts +2 -0
  328. package/dist/src/helpers/router/buildUrl.d.ts +2 -0
  329. package/dist/src/helpers/router/index.d.ts +2 -0
  330. package/dist/src/helpers/router/routeOptions.d.ts +24 -0
  331. package/dist/src/helpers/share/driveItem.d.ts +12 -0
  332. package/dist/src/helpers/share/index.d.ts +2 -0
  333. package/dist/src/helpers/share/sharedAncestorRoute.d.ts +7 -0
  334. package/dist/src/helpers/spaces/index.d.ts +1 -0
  335. package/dist/src/helpers/spaces/permissions.d.ts +13 -0
  336. package/dist/src/helpers/statusIndicators.d.ts +23 -0
  337. package/dist/src/helpers/store.d.ts +8 -0
  338. package/dist/src/helpers/textByteSize.d.ts +1 -0
  339. package/dist/src/helpers/ui/index.d.ts +3 -0
  340. package/dist/src/helpers/ui/resourceCheckbox.d.ts +1 -0
  341. package/dist/src/helpers/ui/resourceTable.d.ts +3 -0
  342. package/dist/src/helpers/ui/resourceTiles.d.ts +6 -0
  343. package/dist/src/http/client.d.ts +23 -0
  344. package/dist/src/http/index.d.ts +1 -0
  345. package/dist/src/index.d.ts +14 -0
  346. package/dist/src/observer/index.d.ts +1 -0
  347. package/dist/src/observer/visibility.d.ts +26 -0
  348. package/dist/src/router/common.d.ts +9 -0
  349. package/dist/src/router/deprecated.d.ts +12 -0
  350. package/dist/src/router/index.d.ts +12 -0
  351. package/dist/src/router/public.d.ts +9 -0
  352. package/dist/src/router/router.d.ts +27 -0
  353. package/dist/src/router/shares.d.ts +10 -0
  354. package/dist/src/router/spaces.d.ts +9 -0
  355. package/dist/src/router/trash.d.ts +9 -0
  356. package/dist/src/router/utils.d.ts +32 -0
  357. package/dist/src/services/appProvider/index.d.ts +2 -0
  358. package/dist/src/services/appProvider/schemas.d.ts +40 -0
  359. package/dist/src/services/appProvider/service.d.ts +27 -0
  360. package/dist/src/services/archiver.d.ts +25 -0
  361. package/dist/src/services/cache.d.ts +14 -0
  362. package/dist/src/services/client/auth.d.ts +12 -0
  363. package/dist/src/services/client/client.d.ts +48 -0
  364. package/dist/src/services/client/index.d.ts +2 -0
  365. package/dist/src/services/eventBus.d.ts +8 -0
  366. package/dist/src/services/folder/folderService.d.ts +27 -0
  367. package/dist/src/services/folder/index.d.ts +2 -0
  368. package/dist/src/services/folder/loaders/index.d.ts +7 -0
  369. package/dist/src/services/folder/loaders/loaderFavorites.d.ts +7 -0
  370. package/dist/src/services/folder/loaders/loaderSharedViaLink.d.ts +7 -0
  371. package/dist/src/services/folder/loaders/loaderSharedWithMe.d.ts +7 -0
  372. package/dist/src/services/folder/loaders/loaderSharedWithOthers.d.ts +7 -0
  373. package/dist/src/services/folder/loaders/loaderSpace.d.ts +7 -0
  374. package/dist/src/services/folder/loaders/loaderTrashbin.d.ts +7 -0
  375. package/dist/src/services/folder/loaders/types.d.ts +3 -0
  376. package/dist/src/services/index.d.ts +10 -0
  377. package/dist/src/services/loadingService.d.ts +33 -0
  378. package/dist/src/services/passwordPolicy/index.d.ts +1 -0
  379. package/dist/src/services/passwordPolicy/passwordPolicy.d.ts +20 -0
  380. package/dist/src/services/passwordPolicy/rules.d.ts +69 -0
  381. package/dist/src/services/preview/index.d.ts +2 -0
  382. package/dist/src/services/preview/previewService.d.ts +21 -0
  383. package/dist/src/services/preview/types.d.ts +23 -0
  384. package/dist/src/services/uppy/DropTarget/getDroppedFiles.d.ts +1 -0
  385. package/dist/src/services/uppy/DropTarget/plugin.d.ts +21 -0
  386. package/dist/src/services/uppy/DropTarget/types.d.ts +9 -0
  387. package/dist/src/services/uppy/index.d.ts +2 -0
  388. package/dist/src/services/uppy/uppyService.d.ts +91 -0
  389. package/dist/src/services/uppy/utils.d.ts +11 -0
  390. package/dist/src/types.d.ts +24 -0
  391. package/dist/src/ui/index.d.ts +1 -0
  392. package/dist/src/ui/types.d.ts +14 -0
  393. package/dist/src/utils/dirname.d.ts +1 -0
  394. package/dist/src/utils/encodePath.d.ts +1 -0
  395. package/dist/src/utils/index.d.ts +5 -0
  396. package/dist/src/utils/objectKeys.d.ts +1 -0
  397. package/dist/src/utils/semver.d.ts +14 -0
  398. package/dist/src/utils/types.d.ts +5 -0
  399. package/dist/web-pkg.js +226 -220
  400. package/dist/web-pkg.umd.cjs +49 -49
  401. package/package.json +5 -7
  402. package/dist/index-Ctidv9Qe.js +0 -34023
@@ -0,0 +1,1485 @@
1
+ import { Resource } from '@opencloud-eu/web-client';
2
+ export declare const useGetResourceContext: () => {
3
+ getResourceContext: (id: string) => Promise<{
4
+ space: {
5
+ description: string;
6
+ disabled: boolean;
7
+ driveAlias: string;
8
+ driveType: "mountpoint" | "personal" | "project" | "share" | "public" | (string & unknown);
9
+ root: {
10
+ id?: string;
11
+ createdBy?: {
12
+ application?: {
13
+ displayName: string;
14
+ id?: string;
15
+ '@libre.graph.userType'?: string;
16
+ };
17
+ device?: {
18
+ displayName: string;
19
+ id?: string;
20
+ '@libre.graph.userType'?: string;
21
+ };
22
+ user?: {
23
+ displayName: string;
24
+ id?: string;
25
+ '@libre.graph.userType'?: string;
26
+ };
27
+ group?: {
28
+ displayName: string;
29
+ id?: string;
30
+ '@libre.graph.userType'?: string;
31
+ };
32
+ };
33
+ createdDateTime?: string;
34
+ description?: string;
35
+ eTag?: string;
36
+ lastModifiedBy?: {
37
+ application?: {
38
+ displayName: string;
39
+ id?: string;
40
+ '@libre.graph.userType'?: string;
41
+ };
42
+ device?: {
43
+ displayName: string;
44
+ id?: string;
45
+ '@libre.graph.userType'?: string;
46
+ };
47
+ user?: {
48
+ displayName: string;
49
+ id?: string;
50
+ '@libre.graph.userType'?: string;
51
+ };
52
+ group?: {
53
+ displayName: string;
54
+ id?: string;
55
+ '@libre.graph.userType'?: string;
56
+ };
57
+ };
58
+ lastModifiedDateTime?: string;
59
+ name?: string;
60
+ parentReference?: {
61
+ driveId?: string;
62
+ driveType?: string;
63
+ id?: string;
64
+ name?: string;
65
+ path?: string;
66
+ };
67
+ webUrl?: string;
68
+ content?: string;
69
+ cTag?: string;
70
+ deleted?: {
71
+ state?: string;
72
+ };
73
+ file?: {
74
+ hashes?: {
75
+ crc32Hash?: string;
76
+ quickXorHash?: string;
77
+ sha1Hash?: string;
78
+ sha256Hash?: string;
79
+ };
80
+ mimeType?: string;
81
+ processingMetadata?: boolean;
82
+ };
83
+ fileSystemInfo?: {
84
+ createdDateTime?: string;
85
+ lastAccessedDateTime?: string;
86
+ lastModifiedDateTime?: string;
87
+ };
88
+ folder?: {
89
+ childCount?: number;
90
+ view?: {
91
+ sortBy?: string;
92
+ sortOrder?: string;
93
+ viewType?: string;
94
+ };
95
+ };
96
+ image?: {
97
+ height?: number;
98
+ width?: number;
99
+ };
100
+ photo?: {
101
+ cameraMake?: string;
102
+ cameraModel?: string;
103
+ exposureDenominator?: number;
104
+ exposureNumerator?: number;
105
+ fNumber?: number;
106
+ focalLength?: number;
107
+ iso?: number;
108
+ orientation?: number;
109
+ takenDateTime?: string;
110
+ };
111
+ location?: {
112
+ altitude?: number;
113
+ latitude?: number;
114
+ longitude?: number;
115
+ };
116
+ thumbnails?: {
117
+ id?: string;
118
+ large?: {
119
+ content?: string;
120
+ height?: number;
121
+ sourceItemId?: string;
122
+ url?: string;
123
+ width?: number;
124
+ };
125
+ medium?: {
126
+ content?: string;
127
+ height?: number;
128
+ sourceItemId?: string;
129
+ url?: string;
130
+ width?: number;
131
+ };
132
+ small?: {
133
+ content?: string;
134
+ height?: number;
135
+ sourceItemId?: string;
136
+ url?: string;
137
+ width?: number;
138
+ };
139
+ source?: {
140
+ content?: string;
141
+ height?: number;
142
+ sourceItemId?: string;
143
+ url?: string;
144
+ width?: number;
145
+ };
146
+ }[];
147
+ root?: object;
148
+ trash?: {
149
+ trashedBy?: {
150
+ application?: {
151
+ displayName: string;
152
+ id?: string;
153
+ '@libre.graph.userType'?: string;
154
+ };
155
+ device?: {
156
+ displayName: string;
157
+ id?: string;
158
+ '@libre.graph.userType'?: string;
159
+ };
160
+ user?: {
161
+ displayName: string;
162
+ id?: string;
163
+ '@libre.graph.userType'?: string;
164
+ };
165
+ group?: {
166
+ displayName: string;
167
+ id?: string;
168
+ '@libre.graph.userType'?: string;
169
+ };
170
+ };
171
+ trashedDateTime?: string;
172
+ };
173
+ specialFolder?: {
174
+ name?: string;
175
+ };
176
+ remoteItem?: {
177
+ createdBy?: {
178
+ application?: {
179
+ displayName: string;
180
+ id?: string;
181
+ '@libre.graph.userType'?: string;
182
+ };
183
+ device?: {
184
+ displayName: string;
185
+ id?: string;
186
+ '@libre.graph.userType'?: string;
187
+ };
188
+ user?: {
189
+ displayName: string;
190
+ id?: string;
191
+ '@libre.graph.userType'?: string;
192
+ };
193
+ group?: {
194
+ displayName: string;
195
+ id?: string;
196
+ '@libre.graph.userType'?: string;
197
+ };
198
+ };
199
+ createdDateTime?: string;
200
+ file?: {
201
+ hashes?: {
202
+ crc32Hash?: string;
203
+ quickXorHash?: string;
204
+ sha1Hash?: string;
205
+ sha256Hash?: string;
206
+ };
207
+ mimeType?: string;
208
+ processingMetadata?: boolean;
209
+ };
210
+ fileSystemInfo?: {
211
+ createdDateTime?: string;
212
+ lastAccessedDateTime?: string;
213
+ lastModifiedDateTime?: string;
214
+ };
215
+ folder?: {
216
+ childCount?: number;
217
+ view?: {
218
+ sortBy?: string;
219
+ sortOrder?: string;
220
+ viewType?: string;
221
+ };
222
+ };
223
+ driveAlias?: string;
224
+ path?: string;
225
+ rootId?: string;
226
+ id?: string;
227
+ image?: {
228
+ height?: number;
229
+ width?: number;
230
+ };
231
+ lastModifiedBy?: {
232
+ application?: {
233
+ displayName: string;
234
+ id?: string;
235
+ '@libre.graph.userType'?: string;
236
+ };
237
+ device?: {
238
+ displayName: string;
239
+ id?: string;
240
+ '@libre.graph.userType'?: string;
241
+ };
242
+ user?: {
243
+ displayName: string;
244
+ id?: string;
245
+ '@libre.graph.userType'?: string;
246
+ };
247
+ group?: {
248
+ displayName: string;
249
+ id?: string;
250
+ '@libre.graph.userType'?: string;
251
+ };
252
+ };
253
+ lastModifiedDateTime?: string;
254
+ name?: string;
255
+ eTag?: string;
256
+ cTag?: string;
257
+ parentReference?: {
258
+ driveId?: string;
259
+ driveType?: string;
260
+ id?: string;
261
+ name?: string;
262
+ path?: string;
263
+ };
264
+ permissions?: {
265
+ id?: string;
266
+ hasPassword?: boolean;
267
+ expirationDateTime?: string | null;
268
+ createdDateTime?: string | null;
269
+ grantedToV2?: {
270
+ user?: {
271
+ displayName: string;
272
+ id?: string;
273
+ '@libre.graph.userType'?: string;
274
+ };
275
+ group?: {
276
+ displayName: string;
277
+ id?: string;
278
+ '@libre.graph.userType'?: string;
279
+ };
280
+ };
281
+ link?: {
282
+ type?: import('@opencloud-eu/web-client/graph/generated').SharingLinkType;
283
+ preventsDownload?: boolean;
284
+ webUrl?: string;
285
+ '@libre.graph.displayName'?: string;
286
+ '@libre.graph.quickLink'?: boolean;
287
+ };
288
+ roles?: Array<string>;
289
+ grantedToIdentities?: {
290
+ application?: {
291
+ displayName: string;
292
+ id?: string;
293
+ '@libre.graph.userType'?: string;
294
+ };
295
+ device?: {
296
+ displayName: string;
297
+ id?: string;
298
+ '@libre.graph.userType'?: string;
299
+ };
300
+ user?: {
301
+ displayName: string;
302
+ id?: string;
303
+ '@libre.graph.userType'?: string;
304
+ };
305
+ group?: {
306
+ displayName: string;
307
+ id?: string;
308
+ '@libre.graph.userType'?: string;
309
+ };
310
+ }[];
311
+ '@libre.graph.permissions.actions'?: Array<string>;
312
+ invitation?: {
313
+ invitedBy?: {
314
+ application?: {
315
+ displayName: string;
316
+ id?: string;
317
+ '@libre.graph.userType'?: string;
318
+ };
319
+ device?: {
320
+ displayName: string;
321
+ id?: string;
322
+ '@libre.graph.userType'?: string;
323
+ };
324
+ user?: {
325
+ displayName: string;
326
+ id?: string;
327
+ '@libre.graph.userType'?: string;
328
+ };
329
+ group?: {
330
+ displayName: string;
331
+ id?: string;
332
+ '@libre.graph.userType'?: string;
333
+ };
334
+ };
335
+ };
336
+ }[];
337
+ size?: number;
338
+ specialFolder?: {
339
+ name?: string;
340
+ };
341
+ webDavUrl?: string;
342
+ webUrl?: string;
343
+ };
344
+ size?: number;
345
+ webDavUrl?: string;
346
+ children?: /*elided*/ any[];
347
+ permissions?: {
348
+ id?: string;
349
+ hasPassword?: boolean;
350
+ expirationDateTime?: string | null;
351
+ createdDateTime?: string | null;
352
+ grantedToV2?: {
353
+ user?: {
354
+ displayName: string;
355
+ id?: string;
356
+ '@libre.graph.userType'?: string;
357
+ };
358
+ group?: {
359
+ displayName: string;
360
+ id?: string;
361
+ '@libre.graph.userType'?: string;
362
+ };
363
+ };
364
+ link?: {
365
+ type?: import('@opencloud-eu/web-client/graph/generated').SharingLinkType;
366
+ preventsDownload?: boolean;
367
+ webUrl?: string;
368
+ '@libre.graph.displayName'?: string;
369
+ '@libre.graph.quickLink'?: boolean;
370
+ };
371
+ roles?: Array<string>;
372
+ grantedToIdentities?: {
373
+ application?: {
374
+ displayName: string;
375
+ id?: string;
376
+ '@libre.graph.userType'?: string;
377
+ };
378
+ device?: {
379
+ displayName: string;
380
+ id?: string;
381
+ '@libre.graph.userType'?: string;
382
+ };
383
+ user?: {
384
+ displayName: string;
385
+ id?: string;
386
+ '@libre.graph.userType'?: string;
387
+ };
388
+ group?: {
389
+ displayName: string;
390
+ id?: string;
391
+ '@libre.graph.userType'?: string;
392
+ };
393
+ }[];
394
+ '@libre.graph.permissions.actions'?: Array<string>;
395
+ invitation?: {
396
+ invitedBy?: {
397
+ application?: {
398
+ displayName: string;
399
+ id?: string;
400
+ '@libre.graph.userType'?: string;
401
+ };
402
+ device?: {
403
+ displayName: string;
404
+ id?: string;
405
+ '@libre.graph.userType'?: string;
406
+ };
407
+ user?: {
408
+ displayName: string;
409
+ id?: string;
410
+ '@libre.graph.userType'?: string;
411
+ };
412
+ group?: {
413
+ displayName: string;
414
+ id?: string;
415
+ '@libre.graph.userType'?: string;
416
+ };
417
+ };
418
+ };
419
+ }[];
420
+ audio?: {
421
+ album?: string;
422
+ albumArtist?: string;
423
+ artist?: string;
424
+ bitrate?: number;
425
+ composers?: string;
426
+ copyright?: string;
427
+ disc?: number;
428
+ discCount?: number;
429
+ duration?: number;
430
+ genre?: string;
431
+ hasDrm?: boolean;
432
+ isVariableBitrate?: boolean;
433
+ title?: string;
434
+ track?: number;
435
+ trackCount?: number;
436
+ year?: number;
437
+ };
438
+ video?: {
439
+ audioBitsPerSample?: number;
440
+ audioChannels?: number;
441
+ audioFormat?: string;
442
+ audioSamplesPerSecond?: number;
443
+ bitrate?: number;
444
+ duration?: number;
445
+ fourCC?: string;
446
+ frameRate?: number;
447
+ height?: number;
448
+ width?: number;
449
+ };
450
+ '@client.synchronize'?: boolean;
451
+ '@UI.Hidden'?: boolean;
452
+ };
453
+ spaceQuota: {
454
+ deleted?: number;
455
+ remaining?: number;
456
+ state?: string;
457
+ total?: number;
458
+ used?: number;
459
+ };
460
+ spaceImageData: {
461
+ id?: string;
462
+ createdBy?: {
463
+ application?: {
464
+ displayName: string;
465
+ id?: string;
466
+ '@libre.graph.userType'?: string;
467
+ };
468
+ device?: {
469
+ displayName: string;
470
+ id?: string;
471
+ '@libre.graph.userType'?: string;
472
+ };
473
+ user?: {
474
+ displayName: string;
475
+ id?: string;
476
+ '@libre.graph.userType'?: string;
477
+ };
478
+ group?: {
479
+ displayName: string;
480
+ id?: string;
481
+ '@libre.graph.userType'?: string;
482
+ };
483
+ };
484
+ createdDateTime?: string;
485
+ description?: string;
486
+ eTag?: string;
487
+ lastModifiedBy?: {
488
+ application?: {
489
+ displayName: string;
490
+ id?: string;
491
+ '@libre.graph.userType'?: string;
492
+ };
493
+ device?: {
494
+ displayName: string;
495
+ id?: string;
496
+ '@libre.graph.userType'?: string;
497
+ };
498
+ user?: {
499
+ displayName: string;
500
+ id?: string;
501
+ '@libre.graph.userType'?: string;
502
+ };
503
+ group?: {
504
+ displayName: string;
505
+ id?: string;
506
+ '@libre.graph.userType'?: string;
507
+ };
508
+ };
509
+ lastModifiedDateTime?: string;
510
+ name?: string;
511
+ parentReference?: {
512
+ driveId?: string;
513
+ driveType?: string;
514
+ id?: string;
515
+ name?: string;
516
+ path?: string;
517
+ };
518
+ webUrl?: string;
519
+ content?: string;
520
+ cTag?: string;
521
+ deleted?: {
522
+ state?: string;
523
+ };
524
+ file?: {
525
+ hashes?: {
526
+ crc32Hash?: string;
527
+ quickXorHash?: string;
528
+ sha1Hash?: string;
529
+ sha256Hash?: string;
530
+ };
531
+ mimeType?: string;
532
+ processingMetadata?: boolean;
533
+ };
534
+ fileSystemInfo?: {
535
+ createdDateTime?: string;
536
+ lastAccessedDateTime?: string;
537
+ lastModifiedDateTime?: string;
538
+ };
539
+ folder?: {
540
+ childCount?: number;
541
+ view?: {
542
+ sortBy?: string;
543
+ sortOrder?: string;
544
+ viewType?: string;
545
+ };
546
+ };
547
+ image?: {
548
+ height?: number;
549
+ width?: number;
550
+ };
551
+ photo?: {
552
+ cameraMake?: string;
553
+ cameraModel?: string;
554
+ exposureDenominator?: number;
555
+ exposureNumerator?: number;
556
+ fNumber?: number;
557
+ focalLength?: number;
558
+ iso?: number;
559
+ orientation?: number;
560
+ takenDateTime?: string;
561
+ };
562
+ location?: {
563
+ altitude?: number;
564
+ latitude?: number;
565
+ longitude?: number;
566
+ };
567
+ thumbnails?: {
568
+ id?: string;
569
+ large?: {
570
+ content?: string;
571
+ height?: number;
572
+ sourceItemId?: string;
573
+ url?: string;
574
+ width?: number;
575
+ };
576
+ medium?: {
577
+ content?: string;
578
+ height?: number;
579
+ sourceItemId?: string;
580
+ url?: string;
581
+ width?: number;
582
+ };
583
+ small?: {
584
+ content?: string;
585
+ height?: number;
586
+ sourceItemId?: string;
587
+ url?: string;
588
+ width?: number;
589
+ };
590
+ source?: {
591
+ content?: string;
592
+ height?: number;
593
+ sourceItemId?: string;
594
+ url?: string;
595
+ width?: number;
596
+ };
597
+ }[];
598
+ root?: object;
599
+ trash?: {
600
+ trashedBy?: {
601
+ application?: {
602
+ displayName: string;
603
+ id?: string;
604
+ '@libre.graph.userType'?: string;
605
+ };
606
+ device?: {
607
+ displayName: string;
608
+ id?: string;
609
+ '@libre.graph.userType'?: string;
610
+ };
611
+ user?: {
612
+ displayName: string;
613
+ id?: string;
614
+ '@libre.graph.userType'?: string;
615
+ };
616
+ group?: {
617
+ displayName: string;
618
+ id?: string;
619
+ '@libre.graph.userType'?: string;
620
+ };
621
+ };
622
+ trashedDateTime?: string;
623
+ };
624
+ specialFolder?: {
625
+ name?: string;
626
+ };
627
+ remoteItem?: {
628
+ createdBy?: {
629
+ application?: {
630
+ displayName: string;
631
+ id?: string;
632
+ '@libre.graph.userType'?: string;
633
+ };
634
+ device?: {
635
+ displayName: string;
636
+ id?: string;
637
+ '@libre.graph.userType'?: string;
638
+ };
639
+ user?: {
640
+ displayName: string;
641
+ id?: string;
642
+ '@libre.graph.userType'?: string;
643
+ };
644
+ group?: {
645
+ displayName: string;
646
+ id?: string;
647
+ '@libre.graph.userType'?: string;
648
+ };
649
+ };
650
+ createdDateTime?: string;
651
+ file?: {
652
+ hashes?: {
653
+ crc32Hash?: string;
654
+ quickXorHash?: string;
655
+ sha1Hash?: string;
656
+ sha256Hash?: string;
657
+ };
658
+ mimeType?: string;
659
+ processingMetadata?: boolean;
660
+ };
661
+ fileSystemInfo?: {
662
+ createdDateTime?: string;
663
+ lastAccessedDateTime?: string;
664
+ lastModifiedDateTime?: string;
665
+ };
666
+ folder?: {
667
+ childCount?: number;
668
+ view?: {
669
+ sortBy?: string;
670
+ sortOrder?: string;
671
+ viewType?: string;
672
+ };
673
+ };
674
+ driveAlias?: string;
675
+ path?: string;
676
+ rootId?: string;
677
+ id?: string;
678
+ image?: {
679
+ height?: number;
680
+ width?: number;
681
+ };
682
+ lastModifiedBy?: {
683
+ application?: {
684
+ displayName: string;
685
+ id?: string;
686
+ '@libre.graph.userType'?: string;
687
+ };
688
+ device?: {
689
+ displayName: string;
690
+ id?: string;
691
+ '@libre.graph.userType'?: string;
692
+ };
693
+ user?: {
694
+ displayName: string;
695
+ id?: string;
696
+ '@libre.graph.userType'?: string;
697
+ };
698
+ group?: {
699
+ displayName: string;
700
+ id?: string;
701
+ '@libre.graph.userType'?: string;
702
+ };
703
+ };
704
+ lastModifiedDateTime?: string;
705
+ name?: string;
706
+ eTag?: string;
707
+ cTag?: string;
708
+ parentReference?: {
709
+ driveId?: string;
710
+ driveType?: string;
711
+ id?: string;
712
+ name?: string;
713
+ path?: string;
714
+ };
715
+ permissions?: {
716
+ id?: string;
717
+ hasPassword?: boolean;
718
+ expirationDateTime?: string | null;
719
+ createdDateTime?: string | null;
720
+ grantedToV2?: {
721
+ user?: {
722
+ displayName: string;
723
+ id?: string;
724
+ '@libre.graph.userType'?: string;
725
+ };
726
+ group?: {
727
+ displayName: string;
728
+ id?: string;
729
+ '@libre.graph.userType'?: string;
730
+ };
731
+ };
732
+ link?: {
733
+ type?: import('@opencloud-eu/web-client/graph/generated').SharingLinkType;
734
+ preventsDownload?: boolean;
735
+ webUrl?: string;
736
+ '@libre.graph.displayName'?: string;
737
+ '@libre.graph.quickLink'?: boolean;
738
+ };
739
+ roles?: Array<string>;
740
+ grantedToIdentities?: {
741
+ application?: {
742
+ displayName: string;
743
+ id?: string;
744
+ '@libre.graph.userType'?: string;
745
+ };
746
+ device?: {
747
+ displayName: string;
748
+ id?: string;
749
+ '@libre.graph.userType'?: string;
750
+ };
751
+ user?: {
752
+ displayName: string;
753
+ id?: string;
754
+ '@libre.graph.userType'?: string;
755
+ };
756
+ group?: {
757
+ displayName: string;
758
+ id?: string;
759
+ '@libre.graph.userType'?: string;
760
+ };
761
+ }[];
762
+ '@libre.graph.permissions.actions'?: Array<string>;
763
+ invitation?: {
764
+ invitedBy?: {
765
+ application?: {
766
+ displayName: string;
767
+ id?: string;
768
+ '@libre.graph.userType'?: string;
769
+ };
770
+ device?: {
771
+ displayName: string;
772
+ id?: string;
773
+ '@libre.graph.userType'?: string;
774
+ };
775
+ user?: {
776
+ displayName: string;
777
+ id?: string;
778
+ '@libre.graph.userType'?: string;
779
+ };
780
+ group?: {
781
+ displayName: string;
782
+ id?: string;
783
+ '@libre.graph.userType'?: string;
784
+ };
785
+ };
786
+ };
787
+ }[];
788
+ size?: number;
789
+ specialFolder?: {
790
+ name?: string;
791
+ };
792
+ webDavUrl?: string;
793
+ webUrl?: string;
794
+ };
795
+ size?: number;
796
+ webDavUrl?: string;
797
+ children?: /*elided*/ any[];
798
+ permissions?: {
799
+ id?: string;
800
+ hasPassword?: boolean;
801
+ expirationDateTime?: string | null;
802
+ createdDateTime?: string | null;
803
+ grantedToV2?: {
804
+ user?: {
805
+ displayName: string;
806
+ id?: string;
807
+ '@libre.graph.userType'?: string;
808
+ };
809
+ group?: {
810
+ displayName: string;
811
+ id?: string;
812
+ '@libre.graph.userType'?: string;
813
+ };
814
+ };
815
+ link?: {
816
+ type?: import('@opencloud-eu/web-client/graph/generated').SharingLinkType;
817
+ preventsDownload?: boolean;
818
+ webUrl?: string;
819
+ '@libre.graph.displayName'?: string;
820
+ '@libre.graph.quickLink'?: boolean;
821
+ };
822
+ roles?: Array<string>;
823
+ grantedToIdentities?: {
824
+ application?: {
825
+ displayName: string;
826
+ id?: string;
827
+ '@libre.graph.userType'?: string;
828
+ };
829
+ device?: {
830
+ displayName: string;
831
+ id?: string;
832
+ '@libre.graph.userType'?: string;
833
+ };
834
+ user?: {
835
+ displayName: string;
836
+ id?: string;
837
+ '@libre.graph.userType'?: string;
838
+ };
839
+ group?: {
840
+ displayName: string;
841
+ id?: string;
842
+ '@libre.graph.userType'?: string;
843
+ };
844
+ }[];
845
+ '@libre.graph.permissions.actions'?: Array<string>;
846
+ invitation?: {
847
+ invitedBy?: {
848
+ application?: {
849
+ displayName: string;
850
+ id?: string;
851
+ '@libre.graph.userType'?: string;
852
+ };
853
+ device?: {
854
+ displayName: string;
855
+ id?: string;
856
+ '@libre.graph.userType'?: string;
857
+ };
858
+ user?: {
859
+ displayName: string;
860
+ id?: string;
861
+ '@libre.graph.userType'?: string;
862
+ };
863
+ group?: {
864
+ displayName: string;
865
+ id?: string;
866
+ '@libre.graph.userType'?: string;
867
+ };
868
+ };
869
+ };
870
+ }[];
871
+ audio?: {
872
+ album?: string;
873
+ albumArtist?: string;
874
+ artist?: string;
875
+ bitrate?: number;
876
+ composers?: string;
877
+ copyright?: string;
878
+ disc?: number;
879
+ discCount?: number;
880
+ duration?: number;
881
+ genre?: string;
882
+ hasDrm?: boolean;
883
+ isVariableBitrate?: boolean;
884
+ title?: string;
885
+ track?: number;
886
+ trackCount?: number;
887
+ year?: number;
888
+ };
889
+ video?: {
890
+ audioBitsPerSample?: number;
891
+ audioChannels?: number;
892
+ audioFormat?: string;
893
+ audioSamplesPerSecond?: number;
894
+ bitrate?: number;
895
+ duration?: number;
896
+ fourCC?: string;
897
+ frameRate?: number;
898
+ height?: number;
899
+ width?: number;
900
+ };
901
+ '@client.synchronize'?: boolean;
902
+ '@UI.Hidden'?: boolean;
903
+ };
904
+ spaceReadmeData: {
905
+ id?: string;
906
+ createdBy?: {
907
+ application?: {
908
+ displayName: string;
909
+ id?: string;
910
+ '@libre.graph.userType'?: string;
911
+ };
912
+ device?: {
913
+ displayName: string;
914
+ id?: string;
915
+ '@libre.graph.userType'?: string;
916
+ };
917
+ user?: {
918
+ displayName: string;
919
+ id?: string;
920
+ '@libre.graph.userType'?: string;
921
+ };
922
+ group?: {
923
+ displayName: string;
924
+ id?: string;
925
+ '@libre.graph.userType'?: string;
926
+ };
927
+ };
928
+ createdDateTime?: string;
929
+ description?: string;
930
+ eTag?: string;
931
+ lastModifiedBy?: {
932
+ application?: {
933
+ displayName: string;
934
+ id?: string;
935
+ '@libre.graph.userType'?: string;
936
+ };
937
+ device?: {
938
+ displayName: string;
939
+ id?: string;
940
+ '@libre.graph.userType'?: string;
941
+ };
942
+ user?: {
943
+ displayName: string;
944
+ id?: string;
945
+ '@libre.graph.userType'?: string;
946
+ };
947
+ group?: {
948
+ displayName: string;
949
+ id?: string;
950
+ '@libre.graph.userType'?: string;
951
+ };
952
+ };
953
+ lastModifiedDateTime?: string;
954
+ name?: string;
955
+ parentReference?: {
956
+ driveId?: string;
957
+ driveType?: string;
958
+ id?: string;
959
+ name?: string;
960
+ path?: string;
961
+ };
962
+ webUrl?: string;
963
+ content?: string;
964
+ cTag?: string;
965
+ deleted?: {
966
+ state?: string;
967
+ };
968
+ file?: {
969
+ hashes?: {
970
+ crc32Hash?: string;
971
+ quickXorHash?: string;
972
+ sha1Hash?: string;
973
+ sha256Hash?: string;
974
+ };
975
+ mimeType?: string;
976
+ processingMetadata?: boolean;
977
+ };
978
+ fileSystemInfo?: {
979
+ createdDateTime?: string;
980
+ lastAccessedDateTime?: string;
981
+ lastModifiedDateTime?: string;
982
+ };
983
+ folder?: {
984
+ childCount?: number;
985
+ view?: {
986
+ sortBy?: string;
987
+ sortOrder?: string;
988
+ viewType?: string;
989
+ };
990
+ };
991
+ image?: {
992
+ height?: number;
993
+ width?: number;
994
+ };
995
+ photo?: {
996
+ cameraMake?: string;
997
+ cameraModel?: string;
998
+ exposureDenominator?: number;
999
+ exposureNumerator?: number;
1000
+ fNumber?: number;
1001
+ focalLength?: number;
1002
+ iso?: number;
1003
+ orientation?: number;
1004
+ takenDateTime?: string;
1005
+ };
1006
+ location?: {
1007
+ altitude?: number;
1008
+ latitude?: number;
1009
+ longitude?: number;
1010
+ };
1011
+ thumbnails?: {
1012
+ id?: string;
1013
+ large?: {
1014
+ content?: string;
1015
+ height?: number;
1016
+ sourceItemId?: string;
1017
+ url?: string;
1018
+ width?: number;
1019
+ };
1020
+ medium?: {
1021
+ content?: string;
1022
+ height?: number;
1023
+ sourceItemId?: string;
1024
+ url?: string;
1025
+ width?: number;
1026
+ };
1027
+ small?: {
1028
+ content?: string;
1029
+ height?: number;
1030
+ sourceItemId?: string;
1031
+ url?: string;
1032
+ width?: number;
1033
+ };
1034
+ source?: {
1035
+ content?: string;
1036
+ height?: number;
1037
+ sourceItemId?: string;
1038
+ url?: string;
1039
+ width?: number;
1040
+ };
1041
+ }[];
1042
+ root?: object;
1043
+ trash?: {
1044
+ trashedBy?: {
1045
+ application?: {
1046
+ displayName: string;
1047
+ id?: string;
1048
+ '@libre.graph.userType'?: string;
1049
+ };
1050
+ device?: {
1051
+ displayName: string;
1052
+ id?: string;
1053
+ '@libre.graph.userType'?: string;
1054
+ };
1055
+ user?: {
1056
+ displayName: string;
1057
+ id?: string;
1058
+ '@libre.graph.userType'?: string;
1059
+ };
1060
+ group?: {
1061
+ displayName: string;
1062
+ id?: string;
1063
+ '@libre.graph.userType'?: string;
1064
+ };
1065
+ };
1066
+ trashedDateTime?: string;
1067
+ };
1068
+ specialFolder?: {
1069
+ name?: string;
1070
+ };
1071
+ remoteItem?: {
1072
+ createdBy?: {
1073
+ application?: {
1074
+ displayName: string;
1075
+ id?: string;
1076
+ '@libre.graph.userType'?: string;
1077
+ };
1078
+ device?: {
1079
+ displayName: string;
1080
+ id?: string;
1081
+ '@libre.graph.userType'?: string;
1082
+ };
1083
+ user?: {
1084
+ displayName: string;
1085
+ id?: string;
1086
+ '@libre.graph.userType'?: string;
1087
+ };
1088
+ group?: {
1089
+ displayName: string;
1090
+ id?: string;
1091
+ '@libre.graph.userType'?: string;
1092
+ };
1093
+ };
1094
+ createdDateTime?: string;
1095
+ file?: {
1096
+ hashes?: {
1097
+ crc32Hash?: string;
1098
+ quickXorHash?: string;
1099
+ sha1Hash?: string;
1100
+ sha256Hash?: string;
1101
+ };
1102
+ mimeType?: string;
1103
+ processingMetadata?: boolean;
1104
+ };
1105
+ fileSystemInfo?: {
1106
+ createdDateTime?: string;
1107
+ lastAccessedDateTime?: string;
1108
+ lastModifiedDateTime?: string;
1109
+ };
1110
+ folder?: {
1111
+ childCount?: number;
1112
+ view?: {
1113
+ sortBy?: string;
1114
+ sortOrder?: string;
1115
+ viewType?: string;
1116
+ };
1117
+ };
1118
+ driveAlias?: string;
1119
+ path?: string;
1120
+ rootId?: string;
1121
+ id?: string;
1122
+ image?: {
1123
+ height?: number;
1124
+ width?: number;
1125
+ };
1126
+ lastModifiedBy?: {
1127
+ application?: {
1128
+ displayName: string;
1129
+ id?: string;
1130
+ '@libre.graph.userType'?: string;
1131
+ };
1132
+ device?: {
1133
+ displayName: string;
1134
+ id?: string;
1135
+ '@libre.graph.userType'?: string;
1136
+ };
1137
+ user?: {
1138
+ displayName: string;
1139
+ id?: string;
1140
+ '@libre.graph.userType'?: string;
1141
+ };
1142
+ group?: {
1143
+ displayName: string;
1144
+ id?: string;
1145
+ '@libre.graph.userType'?: string;
1146
+ };
1147
+ };
1148
+ lastModifiedDateTime?: string;
1149
+ name?: string;
1150
+ eTag?: string;
1151
+ cTag?: string;
1152
+ parentReference?: {
1153
+ driveId?: string;
1154
+ driveType?: string;
1155
+ id?: string;
1156
+ name?: string;
1157
+ path?: string;
1158
+ };
1159
+ permissions?: {
1160
+ id?: string;
1161
+ hasPassword?: boolean;
1162
+ expirationDateTime?: string | null;
1163
+ createdDateTime?: string | null;
1164
+ grantedToV2?: {
1165
+ user?: {
1166
+ displayName: string;
1167
+ id?: string;
1168
+ '@libre.graph.userType'?: string;
1169
+ };
1170
+ group?: {
1171
+ displayName: string;
1172
+ id?: string;
1173
+ '@libre.graph.userType'?: string;
1174
+ };
1175
+ };
1176
+ link?: {
1177
+ type?: import('@opencloud-eu/web-client/graph/generated').SharingLinkType;
1178
+ preventsDownload?: boolean;
1179
+ webUrl?: string;
1180
+ '@libre.graph.displayName'?: string;
1181
+ '@libre.graph.quickLink'?: boolean;
1182
+ };
1183
+ roles?: Array<string>;
1184
+ grantedToIdentities?: {
1185
+ application?: {
1186
+ displayName: string;
1187
+ id?: string;
1188
+ '@libre.graph.userType'?: string;
1189
+ };
1190
+ device?: {
1191
+ displayName: string;
1192
+ id?: string;
1193
+ '@libre.graph.userType'?: string;
1194
+ };
1195
+ user?: {
1196
+ displayName: string;
1197
+ id?: string;
1198
+ '@libre.graph.userType'?: string;
1199
+ };
1200
+ group?: {
1201
+ displayName: string;
1202
+ id?: string;
1203
+ '@libre.graph.userType'?: string;
1204
+ };
1205
+ }[];
1206
+ '@libre.graph.permissions.actions'?: Array<string>;
1207
+ invitation?: {
1208
+ invitedBy?: {
1209
+ application?: {
1210
+ displayName: string;
1211
+ id?: string;
1212
+ '@libre.graph.userType'?: string;
1213
+ };
1214
+ device?: {
1215
+ displayName: string;
1216
+ id?: string;
1217
+ '@libre.graph.userType'?: string;
1218
+ };
1219
+ user?: {
1220
+ displayName: string;
1221
+ id?: string;
1222
+ '@libre.graph.userType'?: string;
1223
+ };
1224
+ group?: {
1225
+ displayName: string;
1226
+ id?: string;
1227
+ '@libre.graph.userType'?: string;
1228
+ };
1229
+ };
1230
+ };
1231
+ }[];
1232
+ size?: number;
1233
+ specialFolder?: {
1234
+ name?: string;
1235
+ };
1236
+ webDavUrl?: string;
1237
+ webUrl?: string;
1238
+ };
1239
+ size?: number;
1240
+ webDavUrl?: string;
1241
+ children?: /*elided*/ any[];
1242
+ permissions?: {
1243
+ id?: string;
1244
+ hasPassword?: boolean;
1245
+ expirationDateTime?: string | null;
1246
+ createdDateTime?: string | null;
1247
+ grantedToV2?: {
1248
+ user?: {
1249
+ displayName: string;
1250
+ id?: string;
1251
+ '@libre.graph.userType'?: string;
1252
+ };
1253
+ group?: {
1254
+ displayName: string;
1255
+ id?: string;
1256
+ '@libre.graph.userType'?: string;
1257
+ };
1258
+ };
1259
+ link?: {
1260
+ type?: import('@opencloud-eu/web-client/graph/generated').SharingLinkType;
1261
+ preventsDownload?: boolean;
1262
+ webUrl?: string;
1263
+ '@libre.graph.displayName'?: string;
1264
+ '@libre.graph.quickLink'?: boolean;
1265
+ };
1266
+ roles?: Array<string>;
1267
+ grantedToIdentities?: {
1268
+ application?: {
1269
+ displayName: string;
1270
+ id?: string;
1271
+ '@libre.graph.userType'?: string;
1272
+ };
1273
+ device?: {
1274
+ displayName: string;
1275
+ id?: string;
1276
+ '@libre.graph.userType'?: string;
1277
+ };
1278
+ user?: {
1279
+ displayName: string;
1280
+ id?: string;
1281
+ '@libre.graph.userType'?: string;
1282
+ };
1283
+ group?: {
1284
+ displayName: string;
1285
+ id?: string;
1286
+ '@libre.graph.userType'?: string;
1287
+ };
1288
+ }[];
1289
+ '@libre.graph.permissions.actions'?: Array<string>;
1290
+ invitation?: {
1291
+ invitedBy?: {
1292
+ application?: {
1293
+ displayName: string;
1294
+ id?: string;
1295
+ '@libre.graph.userType'?: string;
1296
+ };
1297
+ device?: {
1298
+ displayName: string;
1299
+ id?: string;
1300
+ '@libre.graph.userType'?: string;
1301
+ };
1302
+ user?: {
1303
+ displayName: string;
1304
+ id?: string;
1305
+ '@libre.graph.userType'?: string;
1306
+ };
1307
+ group?: {
1308
+ displayName: string;
1309
+ id?: string;
1310
+ '@libre.graph.userType'?: string;
1311
+ };
1312
+ };
1313
+ };
1314
+ }[];
1315
+ audio?: {
1316
+ album?: string;
1317
+ albumArtist?: string;
1318
+ artist?: string;
1319
+ bitrate?: number;
1320
+ composers?: string;
1321
+ copyright?: string;
1322
+ disc?: number;
1323
+ discCount?: number;
1324
+ duration?: number;
1325
+ genre?: string;
1326
+ hasDrm?: boolean;
1327
+ isVariableBitrate?: boolean;
1328
+ title?: string;
1329
+ track?: number;
1330
+ trackCount?: number;
1331
+ year?: number;
1332
+ };
1333
+ video?: {
1334
+ audioBitsPerSample?: number;
1335
+ audioChannels?: number;
1336
+ audioFormat?: string;
1337
+ audioSamplesPerSecond?: number;
1338
+ bitrate?: number;
1339
+ duration?: number;
1340
+ fourCC?: string;
1341
+ frameRate?: number;
1342
+ height?: number;
1343
+ width?: number;
1344
+ };
1345
+ '@client.synchronize'?: boolean;
1346
+ '@UI.Hidden'?: boolean;
1347
+ };
1348
+ hasTrashedItems: boolean;
1349
+ webDavTrashPath: string;
1350
+ graphPermissions?: string[];
1351
+ canDisable: (args?: {
1352
+ user?: import('@opencloud-eu/web-client/graph/generated').User;
1353
+ ability?: import('@opencloud-eu/web-client').Ability;
1354
+ }) => boolean;
1355
+ canEditDescription: (args?: {
1356
+ user?: import('@opencloud-eu/web-client/graph/generated').User;
1357
+ ability?: import('@opencloud-eu/web-client').Ability;
1358
+ }) => boolean;
1359
+ canEditImage: (args?: {
1360
+ user?: import('@opencloud-eu/web-client/graph/generated').User;
1361
+ }) => boolean;
1362
+ canEditReadme: (args?: {
1363
+ user?: import('@opencloud-eu/web-client/graph/generated').User;
1364
+ }) => boolean;
1365
+ canRestore: (args?: {
1366
+ user?: import('@opencloud-eu/web-client/graph/generated').User;
1367
+ ability?: import('@opencloud-eu/web-client').Ability;
1368
+ }) => boolean;
1369
+ canDeleteFromTrashBin: (args?: {
1370
+ user?: import('@opencloud-eu/web-client/graph/generated').User;
1371
+ }) => boolean;
1372
+ canRestoreFromTrashbin: (args?: {
1373
+ user?: import('@opencloud-eu/web-client/graph/generated').User;
1374
+ }) => boolean;
1375
+ canListVersions: (args?: {
1376
+ user?: import('@opencloud-eu/web-client/graph/generated').User;
1377
+ }) => boolean;
1378
+ getWebDavUrl: ({ path }: {
1379
+ path: string;
1380
+ }) => string;
1381
+ getWebDavTrashUrl: ({ path }: {
1382
+ path: string;
1383
+ }) => string;
1384
+ getDriveAliasAndItem: (resource: Resource) => string;
1385
+ isOwner: (user: import('@opencloud-eu/web-client/graph/generated').User) => boolean;
1386
+ id: string;
1387
+ fileId?: string;
1388
+ parentFolderId?: string;
1389
+ storageId?: string;
1390
+ readonly nodeId?: string;
1391
+ name?: string;
1392
+ tags?: string[];
1393
+ audio?: {
1394
+ album?: string;
1395
+ albumArtist?: string;
1396
+ artist?: string;
1397
+ bitrate?: number;
1398
+ composers?: string;
1399
+ copyright?: string;
1400
+ disc?: number;
1401
+ discCount?: number;
1402
+ duration?: number;
1403
+ genre?: string;
1404
+ hasDrm?: boolean;
1405
+ isVariableBitrate?: boolean;
1406
+ title?: string;
1407
+ track?: number;
1408
+ trackCount?: number;
1409
+ year?: number;
1410
+ };
1411
+ location?: {
1412
+ altitude?: number;
1413
+ latitude?: number;
1414
+ longitude?: number;
1415
+ };
1416
+ image?: {
1417
+ height?: number;
1418
+ width?: number;
1419
+ };
1420
+ photo?: {
1421
+ cameraMake?: string;
1422
+ cameraModel?: string;
1423
+ exposureDenominator?: number;
1424
+ exposureNumerator?: number;
1425
+ fNumber?: number;
1426
+ focalLength?: number;
1427
+ iso?: number;
1428
+ orientation?: number;
1429
+ takenDateTime?: string;
1430
+ };
1431
+ path: string;
1432
+ webDavPath?: string;
1433
+ downloadURL?: string;
1434
+ type?: string;
1435
+ thumbnail?: string;
1436
+ processing?: boolean;
1437
+ locked?: boolean;
1438
+ lockOwner?: string;
1439
+ lockTime?: string;
1440
+ mimeType?: string;
1441
+ isFolder?: boolean;
1442
+ mdate?: string;
1443
+ size?: number | string;
1444
+ permissions?: string;
1445
+ starred?: boolean;
1446
+ etag?: string;
1447
+ shareTypes?: number[];
1448
+ privateLink?: string;
1449
+ owner?: {
1450
+ displayName: string;
1451
+ id?: string;
1452
+ '@libre.graph.userType'?: string;
1453
+ };
1454
+ extension?: string;
1455
+ extraProps?: Record<string, unknown>;
1456
+ remoteItemId?: string;
1457
+ remoteItemPath?: string;
1458
+ hasPreview?: () => boolean;
1459
+ canCreate?: () => boolean;
1460
+ canUpload?: ({ user }: {
1461
+ user?: import('@opencloud-eu/web-client/graph/generated').User;
1462
+ }) => boolean;
1463
+ canDownload?: () => boolean;
1464
+ canShare?: (args?: {
1465
+ user?: import('@opencloud-eu/web-client/graph/generated').User;
1466
+ ability?: import('@opencloud-eu/web-client').Ability;
1467
+ }) => boolean;
1468
+ canRename?: (args?: {
1469
+ user?: import('@opencloud-eu/web-client/graph/generated').User;
1470
+ ability?: import('@opencloud-eu/web-client').Ability;
1471
+ }) => boolean;
1472
+ canBeDeleted?: (args?: {
1473
+ user?: import('@opencloud-eu/web-client/graph/generated').User;
1474
+ ability?: import('@opencloud-eu/web-client').Ability;
1475
+ }) => boolean;
1476
+ canEditTags?: () => boolean;
1477
+ getDomSelector?: () => string;
1478
+ isReceivedShare?: () => boolean;
1479
+ isShareRoot?: () => boolean;
1480
+ isMounted?: () => boolean;
1481
+ };
1482
+ resource: Resource;
1483
+ path: string;
1484
+ }>;
1485
+ };