@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,172 @@
1
+ import { PropType } from 'vue';
2
+ import { Resource } from '@opencloud-eu/web-client';
3
+ import { AppConfigObject } from '../../apps';
4
+ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
5
+ applicationConfig: {
6
+ type: PropType<AppConfigObject>;
7
+ required: false;
8
+ };
9
+ currentContent: {
10
+ type: StringConstructor;
11
+ required: true;
12
+ };
13
+ markdownMode: {
14
+ type: BooleanConstructor;
15
+ required: false;
16
+ default: boolean;
17
+ };
18
+ isReadOnly: {
19
+ type: BooleanConstructor;
20
+ required: false;
21
+ default: boolean;
22
+ };
23
+ resource: {
24
+ type: PropType<Resource>;
25
+ required: false;
26
+ };
27
+ }>, {
28
+ isMarkdown: import('vue').ComputedRef<boolean>;
29
+ theme: import('vue').ComputedRef<"dark" | "light">;
30
+ language: {
31
+ available: import('vue3-gettext').GetTextOptions["availableLanguages"];
32
+ muted: import('vue3-gettext').GetTextOptions["mutedLanguages"];
33
+ silent: import('vue3-gettext').GetTextOptions["silent"];
34
+ translations: import('vue3-gettext').Translations;
35
+ current: string;
36
+ $gettext: (msgid: string, parameters?: {
37
+ [key: string]: string;
38
+ }, disableHtmlEscaping?: boolean) => string;
39
+ $pgettext: (context: string, msgid: string, parameters?: {
40
+ [key: string]: string;
41
+ }, disableHtmlEscaping?: boolean) => string;
42
+ $ngettext: (msgid: string, plural: string, n: number, parameters?: {
43
+ [key: string]: string;
44
+ }, disableHtmlEscaping?: boolean) => string;
45
+ $npgettext: (context: string, msgid: string, plural: string, n: number, parameters?: {
46
+ [key: string]: string;
47
+ }, disableHtmlEscaping?: boolean) => string;
48
+ interpolate: (msgid: string, context: object, disableHtmlEscaping?: boolean) => string;
49
+ install: (app: import('vue').App) => void;
50
+ directive: {
51
+ created?: import('vue').DirectiveHook<HTMLElement, null, any, string, string>;
52
+ beforeMount?: import('vue').DirectiveHook<HTMLElement, null, any, string, string>;
53
+ mounted?: import('vue').DirectiveHook<HTMLElement, null, any, string, string>;
54
+ beforeUpdate?: import('vue').DirectiveHook<HTMLElement, import('vue').VNode<any, HTMLElement, {
55
+ [key: string]: any;
56
+ }>, any, string, string>;
57
+ updated?: import('vue').DirectiveHook<HTMLElement, import('vue').VNode<any, HTMLElement, {
58
+ [key: string]: any;
59
+ }>, any, string, string>;
60
+ beforeUnmount?: import('vue').DirectiveHook<HTMLElement, null, any, string, string>;
61
+ unmounted?: import('vue').DirectiveHook<HTMLElement, null, any, string, string>;
62
+ getSSRProps?: (binding: import('vue').DirectiveBinding<any, string, string>, vnode: import('vue').VNode) => {
63
+ [x: string]: unknown;
64
+ } | undefined;
65
+ deep?: boolean;
66
+ };
67
+ component: import('vue').DefineComponent<{
68
+ tag: {
69
+ type: StringConstructor;
70
+ default: string;
71
+ };
72
+ translateN: {
73
+ type: NumberConstructor;
74
+ default: null;
75
+ };
76
+ translatePlural: {
77
+ type: StringConstructor;
78
+ default: null;
79
+ };
80
+ translateContext: {
81
+ type: StringConstructor;
82
+ default: null;
83
+ };
84
+ translateParams: {
85
+ type: ObjectConstructor;
86
+ default: null;
87
+ };
88
+ translateComment: {
89
+ type: StringConstructor;
90
+ default: null;
91
+ };
92
+ }, () => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
93
+ [key: string]: any;
94
+ }>, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, Record<string, any>, string, import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, Readonly<import('vue').ExtractPropTypes<{
95
+ tag: {
96
+ type: StringConstructor;
97
+ default: string;
98
+ };
99
+ translateN: {
100
+ type: NumberConstructor;
101
+ default: null;
102
+ };
103
+ translatePlural: {
104
+ type: StringConstructor;
105
+ default: null;
106
+ };
107
+ translateContext: {
108
+ type: StringConstructor;
109
+ default: null;
110
+ };
111
+ translateParams: {
112
+ type: ObjectConstructor;
113
+ default: null;
114
+ };
115
+ translateComment: {
116
+ type: StringConstructor;
117
+ default: null;
118
+ };
119
+ }>>, {
120
+ tag: string;
121
+ translateN: number;
122
+ translatePlural: string;
123
+ translateContext: string;
124
+ translateParams: Record<string, any>;
125
+ translateComment: string;
126
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
127
+ };
128
+ languages: {
129
+ zh: string;
130
+ fr: string;
131
+ ja: string;
132
+ id: string;
133
+ ru: string;
134
+ de: string;
135
+ it: string;
136
+ es: string;
137
+ pl: string;
138
+ en: string;
139
+ };
140
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, "update:currentContent"[], "update:currentContent", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
141
+ applicationConfig: {
142
+ type: PropType<AppConfigObject>;
143
+ required: false;
144
+ };
145
+ currentContent: {
146
+ type: StringConstructor;
147
+ required: true;
148
+ };
149
+ markdownMode: {
150
+ type: BooleanConstructor;
151
+ required: false;
152
+ default: boolean;
153
+ };
154
+ isReadOnly: {
155
+ type: BooleanConstructor;
156
+ required: false;
157
+ default: boolean;
158
+ };
159
+ resource: {
160
+ type: PropType<Resource>;
161
+ required: false;
162
+ };
163
+ }>> & Readonly<{
164
+ "onUpdate:currentContent"?: (...args: any[]) => any;
165
+ }>, {
166
+ isReadOnly: boolean;
167
+ markdownMode: boolean;
168
+ }, {}, {
169
+ MdEditor: any;
170
+ MdPreview: any;
171
+ }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
172
+ export default _default;
@@ -0,0 +1,168 @@
1
+ export declare const TextEditor: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
2
+ applicationConfig: {
3
+ type: import('vue').PropType<import('../..').AppConfigObject>;
4
+ required: false;
5
+ };
6
+ currentContent: {
7
+ type: StringConstructor;
8
+ required: true;
9
+ };
10
+ markdownMode: {
11
+ type: BooleanConstructor;
12
+ required: false;
13
+ default: boolean;
14
+ };
15
+ isReadOnly: {
16
+ type: BooleanConstructor;
17
+ required: false;
18
+ default: boolean;
19
+ };
20
+ resource: {
21
+ type: import('vue').PropType<import('@opencloud-eu/web-client').Resource>;
22
+ required: false;
23
+ };
24
+ }>, {
25
+ isMarkdown: import('vue').ComputedRef<boolean>;
26
+ theme: import('vue').ComputedRef<"dark" | "light">;
27
+ language: {
28
+ available: import('vue3-gettext').GetTextOptions["availableLanguages"];
29
+ muted: import('vue3-gettext').GetTextOptions["mutedLanguages"];
30
+ silent: import('vue3-gettext').GetTextOptions["silent"];
31
+ translations: import('vue3-gettext').Translations;
32
+ current: string;
33
+ $gettext: (msgid: string, parameters?: {
34
+ [key: string]: string;
35
+ }, disableHtmlEscaping?: boolean) => string;
36
+ $pgettext: (context: string, msgid: string, parameters?: {
37
+ [key: string]: string;
38
+ }, disableHtmlEscaping?: boolean) => string;
39
+ $ngettext: (msgid: string, plural: string, n: number, parameters?: {
40
+ [key: string]: string;
41
+ }, disableHtmlEscaping?: boolean) => string;
42
+ $npgettext: (context: string, msgid: string, plural: string, n: number, parameters?: {
43
+ [key: string]: string;
44
+ }, disableHtmlEscaping?: boolean) => string;
45
+ interpolate: (msgid: string, context: object, disableHtmlEscaping?: boolean) => string;
46
+ install: (app: import('vue').App) => void;
47
+ directive: {
48
+ created?: import('vue').DirectiveHook<HTMLElement, null, any, string, string>;
49
+ beforeMount?: import('vue').DirectiveHook<HTMLElement, null, any, string, string>;
50
+ mounted?: import('vue').DirectiveHook<HTMLElement, null, any, string, string>;
51
+ beforeUpdate?: import('vue').DirectiveHook<HTMLElement, import('vue').VNode<any, HTMLElement, {
52
+ [key: string]: any;
53
+ }>, any, string, string>;
54
+ updated?: import('vue').DirectiveHook<HTMLElement, import('vue').VNode<any, HTMLElement, {
55
+ [key: string]: any;
56
+ }>, any, string, string>;
57
+ beforeUnmount?: import('vue').DirectiveHook<HTMLElement, null, any, string, string>;
58
+ unmounted?: import('vue').DirectiveHook<HTMLElement, null, any, string, string>;
59
+ getSSRProps?: (binding: import('vue').DirectiveBinding<any, string, string>, vnode: import('vue').VNode) => {
60
+ [x: string]: unknown;
61
+ } | undefined;
62
+ deep?: boolean;
63
+ };
64
+ component: import('vue').DefineComponent<{
65
+ tag: {
66
+ type: StringConstructor;
67
+ default: string;
68
+ };
69
+ translateN: {
70
+ type: NumberConstructor;
71
+ default: null;
72
+ };
73
+ translatePlural: {
74
+ type: StringConstructor;
75
+ default: null;
76
+ };
77
+ translateContext: {
78
+ type: StringConstructor;
79
+ default: null;
80
+ };
81
+ translateParams: {
82
+ type: ObjectConstructor;
83
+ default: null;
84
+ };
85
+ translateComment: {
86
+ type: StringConstructor;
87
+ default: null;
88
+ };
89
+ }, () => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
90
+ [key: string]: any;
91
+ }>, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, Record<string, any>, string, import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, Readonly<import('vue').ExtractPropTypes<{
92
+ tag: {
93
+ type: StringConstructor;
94
+ default: string;
95
+ };
96
+ translateN: {
97
+ type: NumberConstructor;
98
+ default: null;
99
+ };
100
+ translatePlural: {
101
+ type: StringConstructor;
102
+ default: null;
103
+ };
104
+ translateContext: {
105
+ type: StringConstructor;
106
+ default: null;
107
+ };
108
+ translateParams: {
109
+ type: ObjectConstructor;
110
+ default: null;
111
+ };
112
+ translateComment: {
113
+ type: StringConstructor;
114
+ default: null;
115
+ };
116
+ }>>, {
117
+ tag: string;
118
+ translateN: number;
119
+ translatePlural: string;
120
+ translateContext: string;
121
+ translateParams: Record<string, any>;
122
+ translateComment: string;
123
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
124
+ };
125
+ languages: {
126
+ zh: string;
127
+ fr: string;
128
+ ja: string;
129
+ id: string;
130
+ ru: string;
131
+ de: string;
132
+ it: string;
133
+ es: string;
134
+ pl: string;
135
+ en: string;
136
+ };
137
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, "update:currentContent"[], "update:currentContent", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
138
+ applicationConfig: {
139
+ type: import('vue').PropType<import('../..').AppConfigObject>;
140
+ required: false;
141
+ };
142
+ currentContent: {
143
+ type: StringConstructor;
144
+ required: true;
145
+ };
146
+ markdownMode: {
147
+ type: BooleanConstructor;
148
+ required: false;
149
+ default: boolean;
150
+ };
151
+ isReadOnly: {
152
+ type: BooleanConstructor;
153
+ required: false;
154
+ default: boolean;
155
+ };
156
+ resource: {
157
+ type: import('vue').PropType<import('@opencloud-eu/web-client').Resource>;
158
+ required: false;
159
+ };
160
+ }>> & Readonly<{
161
+ "onUpdate:currentContent"?: (...args: any[]) => any;
162
+ }>, {
163
+ isReadOnly: boolean;
164
+ markdownMode: boolean;
165
+ }, {}, {
166
+ MdEditor: any;
167
+ MdPreview: any;
168
+ }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
package/dist/web-pkg.js CHANGED
@@ -1,5 +1,5 @@
1
- import { e2 as e } from "./index-Dwxl8NsB.js";
2
- import { t as i, cG as r, n as c, A as n, dJ as u, g as l, q as d, s as p, dK as S, dM as b, B as A, cH as F, dN as m, d2 as v, $ as R, cJ as h, v as T, x as g, w as C, m as D, l as L, p as P, C as E, K as M, O as f, ag as y, af as I, cB as w, cC as O, cA as k, W, dO as B, a7 as x, X as N, a1 as V, dT as H, dU as Q, dV as _, dW as U, dS as K, dX as z, dQ as G, cr as j, dn as q, cD as J, cE as X, I as Y, M as Z, h as $, bp as ee, L as ae, dY as se, i as oe, dZ as te, dI as ie, bq as re, N as ce, P as ne, bw as ue, e0 as le, k as de, bR as pe, d_ as Se, d$ as be, a9 as Ae, Q as Fe, bD as me, cN as ve, T as Re, R as he, D as Te, G as ge, z as Ce, H as De, a8 as Le, J as Pe, y as Ee, E as Me, F as fe, cM as ye, cF as Ie, Y as we, j as Oe, cb as ke, a0 as We, ch as Be, cm as xe, cj as Ne, a5 as Ve, a6 as He, a3 as Qe, U as _e, a4 as Ue, S as Ke, aa as ze, bO as Ge, cO as je, Z as qe, e1 as Je, V as Xe, dp as Ye, a2 as Ze, bN as $e, b$ as ea, b_ as aa, dl as sa, d0 as oa, dH as ta, cU as ia, dL as ra, dm as ca, dk as na, d1 as ua, b5 as la, b1 as da, b2 as pa, b3 as Sa, cR as ba, cT as Aa, dq as Fa, dt as ma, dr as va, ds as Ra, dA as ha, dg as Ta, f as ga, cY as Ca, c_ as Da, d3 as La, e3 as Pa, dP as Ea, cP as Ma, cX as fa, dR as ya, d4 as Ia, d6 as wa, d7 as Oa, d5 as ka, d8 as Wa, df as Ba, d9 as xa, db as Na, dc as Va, da as Ha, dd as Qa, dj as _a, dh as Ua, di as Ka, cW as za, cV as Ga, bL as ja, dy as qa, du as Ja, dx as Xa, dv as Ya, dw as Za, dz as $a, cL as es, cI as as, dB as ss, dC as os, dE as ts, dF as is, dG as rs, dD as cs, e4 as ns, b6 as us, cS as ls, cK as ds, cQ as ps, b4 as Ss, cZ as bs, cl as As, bK as Fs, c$ as ms, de as vs, ab as Rs, aU as hs, c0 as Ts, c9 as gs, aY as Cs, aZ as Ds, a_ as Ls, a$ as Ps, b0 as Es, b7 as Ms, b9 as fs, by as ys, ba as Is, bb as ws, bz as Os, bd as ks, bV as Ws, cf as Bs, bW as xs, cg as Ns, bA as Vs, be as Hs, bf as Qs, bB as _s, bC as Us, cp as Ks, cw as zs, b8 as Gs, bg as js, bh as qs, bj as Js, bk as Xs, bE as Ys, bF as Zs, ah as $s, ak as eo, al as ao, aG as so, aD as oo, aC as to, aE as io, aB as ro, an as co, ad as no, am as uo, ao as lo, ap as po, aq as So, ai as bo, ar as Ao, as as Fo, at as mo, aF as vo, aH as Ro, au as ho, av as To, aw as go, aI as Co, ax as Do, ay as Lo, az as Po, aA as Eo, aj as Mo, bl as fo, c1 as yo, bn as Io, co as wo, bX as Oo, e5 as ko, ae as Wo, ac as Bo, bo as xo, br as No, bs as Vo, bY as Ho, bt as Qo, bu as _o, bG as Uo, bH as Ko, aV as zo, aW as Go, bv as jo, bx as qo, cx as Jo, bS as Xo, bT as Yo, bc as Zo, bU as $o, bZ as et, bm as at, bI as st, cy as ot, c2 as tt, c4 as it, c3 as rt, c5 as ct, c6 as nt, c7 as ut, c8 as lt, ca as dt, cc as pt, cd as St, ce as bt, bJ as At, ci as Ft, ck as mt, aJ as vt, aK as Rt, aL as ht, aM as Tt, aN as gt, aO as Ct, aS as Dt, aP as Lt, aQ as Pt, aT as Et, aR as Mt, cn as ft, bi as yt, bM as It, u as wt, cs as Ot, cz as kt, cq as Wt, bP as Bt, ct as xt, cu as Nt, cv as Vt, bQ as Ht, aX as Qt } from "./index-Dwxl8NsB.js";
1
+ import { e2 as e } from "./index-B8n8dCfU.js";
2
+ import { t as i, cG as r, n as c, A as n, dJ as u, g as l, q as d, s as p, dK as S, dM as b, B as A, cH as F, dN as m, d2 as v, $ as R, cJ as h, v as T, x as g, w as C, m as D, l as L, p as P, C as E, K as M, O as f, ag as y, af as I, cB as w, cC as O, cA as k, W, dO as B, a7 as x, X as N, a1 as V, dT as H, dU as Q, dV as _, dW as U, dS as K, dX as z, dQ as G, cr as j, dn as q, cD as J, cE as X, I as Y, M as Z, h as $, bp as ee, L as ae, dY as se, i as oe, dZ as te, dI as ie, bq as re, N as ce, P as ne, bw as ue, e0 as le, k as de, bR as pe, d_ as Se, d$ as be, a9 as Ae, Q as Fe, bD as me, cN as ve, T as Re, R as he, D as Te, G as ge, z as Ce, H as De, a8 as Le, J as Pe, y as Ee, E as Me, F as fe, cM as ye, cF as Ie, Y as we, j as Oe, cb as ke, a0 as We, ch as Be, cm as xe, cj as Ne, a5 as Ve, a6 as He, a3 as Qe, U as _e, a4 as Ue, S as Ke, aa as ze, bO as Ge, cO as je, Z as qe, e1 as Je, V as Xe, dp as Ye, a2 as Ze, bN as $e, b$ as ea, b_ as aa, dl as sa, d0 as oa, dH as ta, cU as ia, dL as ra, dm as ca, dk as na, d1 as ua, b5 as la, b1 as da, b2 as pa, b3 as Sa, cR as ba, cT as Aa, dq as Fa, dt as ma, dr as va, ds as Ra, dA as ha, dg as Ta, f as ga, cY as Ca, c_ as Da, d3 as La, e3 as Pa, dP as Ea, cP as Ma, cX as fa, dR as ya, d4 as Ia, d6 as wa, d7 as Oa, d5 as ka, d8 as Wa, df as Ba, d9 as xa, db as Na, dc as Va, da as Ha, dd as Qa, dj as _a, dh as Ua, di as Ka, cW as za, cV as Ga, bL as ja, dy as qa, du as Ja, dx as Xa, dv as Ya, dw as Za, dz as $a, cL as es, cI as as, dB as ss, dC as os, dE as ts, dF as is, dG as rs, dD as cs, e4 as ns, b6 as us, cS as ls, cK as ds, cQ as ps, b4 as Ss, cZ as bs, cl as As, bK as Fs, c$ as ms, de as vs, ab as Rs, aU as hs, c0 as Ts, c9 as gs, aY as Cs, aZ as Ds, a_ as Ls, a$ as Ps, b0 as Es, b7 as Ms, b9 as fs, by as ys, ba as Is, bb as ws, bz as Os, bd as ks, bV as Ws, cf as Bs, bW as xs, cg as Ns, bA as Vs, be as Hs, bf as Qs, bB as _s, bC as Us, cp as Ks, cw as zs, b8 as Gs, bg as js, bh as qs, bj as Js, bk as Xs, bE as Ys, bF as Zs, ah as $s, ak as eo, al as ao, aG as so, aD as oo, aC as to, aE as io, aB as ro, an as co, ad as no, am as uo, ao as lo, ap as po, aq as So, ai as bo, ar as Ao, as as Fo, at as mo, aF as vo, aH as Ro, au as ho, av as To, aw as go, aI as Co, ax as Do, ay as Lo, az as Po, aA as Eo, aj as Mo, bl as fo, c1 as yo, bn as Io, co as wo, bX as Oo, e5 as ko, ae as Wo, ac as Bo, bo as xo, br as No, bs as Vo, bY as Ho, bt as Qo, bu as _o, bG as Uo, bH as Ko, aV as zo, aW as Go, bv as jo, bx as qo, cx as Jo, bS as Xo, bT as Yo, bc as Zo, bU as $o, bZ as et, bm as at, bI as st, cy as ot, c2 as tt, c4 as it, c3 as rt, c5 as ct, c6 as nt, c7 as ut, c8 as lt, ca as dt, cc as pt, cd as St, ce as bt, bJ as At, ci as Ft, ck as mt, aJ as vt, aK as Rt, aL as ht, aM as Tt, aN as gt, aO as Ct, aS as Dt, aP as Lt, aQ as Pt, aT as Et, aR as Mt, cn as ft, bi as yt, bM as It, u as wt, cs as Ot, cz as kt, cq as Wt, bP as Bt, ct as xt, cu as Nt, cv as Vt, bQ as Ht, aX as Qt } from "./index-B8n8dCfU.js";
3
3
  const s = e.dirname;
4
4
  export {
5
5
  i as ActionMenuItem,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@opencloud-eu/web-pkg",
3
- "version": "0.1.0",
3
+ "version": "1.0.0",
4
4
  "description": "OpenCloud web pkg",
5
5
  "license": "AGPL-3.0",
6
6
  "main": "src/index.ts",
@@ -59,8 +59,8 @@
59
59
  "vue-router": "^4.2.5",
60
60
  "vue3-gettext": "^2.4.0",
61
61
  "zod": "^3.23.8",
62
- "@opencloud-eu/design-system": "^0.1.0",
63
- "@opencloud-eu/web-client": "^0.1.0"
62
+ "@opencloud-eu/design-system": "^1.0.0",
63
+ "@opencloud-eu/web-client": "^1.0.0"
64
64
  },
65
65
  "exports": {
66
66
  ".": {