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