@opencloud-eu/web-pkg 1.0.0 → 2.1.0-alpha.1

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 (413) hide show
  1. package/dist/{TextEditor-dPv5RFiT.js → TextEditor-XOBRrH6u.js} +68 -51
  2. package/dist/assets/{worker-BTxctNFM.js → worker-C-4Lcir3.js} +18 -18
  3. package/dist/assets/{worker-oQBkmUkg.js → worker-CHXv5Q0i.js} +26 -26
  4. package/dist/assets/{worker-DzSy5ndr.js → worker-CjeEygd_.js} +27 -27
  5. package/dist/index-BCVoSs4U.js +30224 -0
  6. package/dist/src/components/AppBar/AppBar.vue.d.ts +28 -31
  7. package/dist/src/components/AppTemplates/AppWrapper.vue.d.ts +72 -94
  8. package/dist/src/components/AppTopBar.vue.d.ts +13 -24
  9. package/dist/src/components/BatchActions.vue.d.ts +10 -11
  10. package/dist/src/components/ContextActions/ActionMenuItem.vue.d.ts +10 -11
  11. package/dist/src/components/ContextActions/ContextActionMenu.vue.d.ts +10 -20
  12. package/dist/src/components/CreateShortcutModal.vue.d.ts +109 -297
  13. package/dist/src/components/FilesList/ContextActions.vue.d.ts +10 -20
  14. package/dist/src/components/FilesList/ResourceLink.vue.d.ts +2 -2
  15. package/dist/src/components/FilesList/ResourceListItem.vue.d.ts +3 -3
  16. package/dist/src/components/FilesList/ResourceTable.vue.d.ts +15 -55
  17. package/dist/src/components/FilesList/ResourceTile.vue.d.ts +70 -504
  18. package/dist/src/components/FilesList/ResourceTiles.vue.d.ts +120 -685
  19. package/dist/src/components/Filters/DateFilter.vue.d.ts +196 -52
  20. package/dist/src/components/Search/ResourcePreview.vue.d.ts +112 -304
  21. package/dist/src/components/SideBar/FileSideBar.vue.d.ts +58 -69
  22. package/dist/src/components/SideBar/Files/FileInfo.vue.d.ts +1 -0
  23. package/dist/src/components/SideBar/SideBar.vue.d.ts +39 -71
  24. package/dist/src/components/SideBar/Spaces/Details/SpaceDetails.vue.d.ts +4 -95
  25. package/dist/src/components/SideBar/Spaces/Details/SpaceDetailsMultiple.vue.d.ts +4 -22
  26. package/dist/src/components/SpaceQuota.vue.d.ts +3 -23
  27. package/dist/src/components/Spaces/QuotaModal.vue.d.ts +1 -1
  28. package/dist/src/components/TextEditor/TextEditor.vue.d.ts +1 -0
  29. package/dist/src/components/TextEditor/index.d.ts +1 -0
  30. package/dist/src/components/ViewOptions.vue.d.ts +8 -0
  31. package/dist/src/composables/actions/files/useFileActions.d.ts +1 -1
  32. package/dist/src/composables/actions/types.d.ts +0 -1
  33. package/dist/src/composables/piniaStores/auth.d.ts +8 -7
  34. package/dist/src/composables/piniaStores/modals.d.ts +18 -20
  35. package/dist/src/composables/piniaStores/resources.d.ts +8 -2
  36. package/dist/src/composables/piniaStores/spaces.d.ts +20 -2
  37. package/dist/src/composables/piniaStores/theme.d.ts +56 -0
  38. package/dist/src/helpers/resource/icon.d.ts +2 -1
  39. package/dist/src/router/deprecated.d.ts +1 -1
  40. package/dist/src/router/utils.d.ts +2 -2
  41. package/dist/web-pkg.js +2 -2
  42. package/dist/web-pkg.umd.cjs +49 -50
  43. package/package.json +5 -5
  44. package/dist/index-B8n8dCfU.js +0 -31440
  45. package/dist/package/src/apps/index.d.ts +0 -1
  46. package/dist/package/src/apps/types.d.ts +0 -118
  47. package/dist/package/src/cern/composables/index.d.ts +0 -1
  48. package/dist/package/src/cern/composables/useGroupingSettings.d.ts +0 -32
  49. package/dist/package/src/cern/index.d.ts +0 -1
  50. package/dist/package/src/components/AppBar/AppBar.vue.d.ts +0 -536
  51. package/dist/package/src/components/AppBar/CreateSpace.vue.d.ts +0 -18
  52. package/dist/package/src/components/AppBar/index.d.ts +0 -2
  53. package/dist/package/src/components/AppLoadingSpinner.vue.d.ts +0 -2
  54. package/dist/package/src/components/AppTemplates/AppWrapper.vue.d.ts +0 -889
  55. package/dist/package/src/components/AppTemplates/AppWrapperRoute.d.ts +0 -10
  56. package/dist/package/src/components/AppTemplates/PartialViews/ErrorScreen.vue.d.ts +0 -22
  57. package/dist/package/src/components/AppTemplates/PartialViews/LoadingScreen.vue.d.ts +0 -2
  58. package/dist/package/src/components/AppTemplates/index.d.ts +0 -3
  59. package/dist/package/src/components/AppTemplates/types.d.ts +0 -11
  60. package/dist/package/src/components/AppTopBar.vue.d.ts +0 -526
  61. package/dist/package/src/components/BatchActions.vue.d.ts +0 -125
  62. package/dist/package/src/components/ContextActions/ActionMenuItem.vue.d.ts +0 -93
  63. package/dist/package/src/components/ContextActions/ContextActionMenu.vue.d.ts +0 -138
  64. package/dist/package/src/components/ContextActions/ContextMenuQuickAction.vue.d.ts +0 -29
  65. package/dist/package/src/components/ContextActions/index.d.ts +0 -3
  66. package/dist/package/src/components/CreateLinkModal.vue.d.ts +0 -126
  67. package/dist/package/src/components/CreateShortcutModal.vue.d.ts +0 -603
  68. package/dist/package/src/components/CustomComponentTarget.vue.d.ts +0 -16
  69. package/dist/package/src/components/FilesList/ContextActions.vue.d.ts +0 -148
  70. package/dist/package/src/components/FilesList/ResourceGhostElement.vue.d.ts +0 -49
  71. package/dist/package/src/components/FilesList/ResourceIcon.vue.d.ts +0 -44
  72. package/dist/package/src/components/FilesList/ResourceLink.vue.d.ts +0 -78
  73. package/dist/package/src/components/FilesList/ResourceListItem.vue.d.ts +0 -384
  74. package/dist/package/src/components/FilesList/ResourceName.vue.d.ts +0 -140
  75. package/dist/package/src/components/FilesList/ResourceSize.vue.d.ts +0 -25
  76. package/dist/package/src/components/FilesList/ResourceTable.vue.d.ts +0 -1411
  77. package/dist/package/src/components/FilesList/ResourceTile.vue.d.ts +0 -507
  78. package/dist/package/src/components/FilesList/ResourceTiles.vue.d.ts +0 -740
  79. package/dist/package/src/components/FilesList/index.d.ts +0 -10
  80. package/dist/package/src/components/Filters/DateFilter.vue.d.ts +0 -171
  81. package/dist/package/src/components/Filters/ItemFilterInline.vue.d.ts +0 -28
  82. package/dist/package/src/components/Filters/index.d.ts +0 -3
  83. package/dist/package/src/components/Filters/types.d.ts +0 -4
  84. package/dist/package/src/components/ItemFilter.vue.d.ts +0 -122
  85. package/dist/package/src/components/ItemFilterToggle.vue.d.ts +0 -26
  86. package/dist/package/src/components/LinkRoleDropdown.vue.d.ts +0 -40
  87. package/dist/package/src/components/LoadingIndicator.vue.d.ts +0 -5
  88. package/dist/package/src/components/Modals/DatePickerModal.vue.d.ts +0 -57
  89. package/dist/package/src/components/Modals/EmojiPickerModal.vue.d.ts +0 -19
  90. package/dist/package/src/components/Modals/FilePickerModal.vue.d.ts +0 -41
  91. package/dist/package/src/components/Modals/ResourceConflictModal.vue.d.ts +0 -76
  92. package/dist/package/src/components/Modals/SaveAsModal.vue.d.ts +0 -49
  93. package/dist/package/src/components/Modals/SpaceMoveInfoModal.vue.d.ts +0 -14
  94. package/dist/package/src/components/Modals/UnsavedChangesModal.vue.d.ts +0 -27
  95. package/dist/package/src/components/Modals/index.d.ts +0 -7
  96. package/dist/package/src/components/NoContentMessage.vue.d.ts +0 -22
  97. package/dist/package/src/components/Pagination.vue.d.ts +0 -20
  98. package/dist/package/src/components/PortalTarget.vue.d.ts +0 -41
  99. package/dist/package/src/components/QuotaSelect.vue.d.ts +0 -74
  100. package/dist/package/src/components/Search/ResourcePreview.vue.d.ts +0 -548
  101. package/dist/package/src/components/Search/index.d.ts +0 -2
  102. package/dist/package/src/components/Search/types.d.ts +0 -29
  103. package/dist/package/src/components/SearchBarFilter.vue.d.ts +0 -27
  104. package/dist/package/src/components/SideBar/CompareSaveDialog.vue.d.ts +0 -38
  105. package/dist/package/src/components/SideBar/FileSideBar.vue.d.ts +0 -256
  106. package/dist/package/src/components/SideBar/Files/FileInfo.vue.d.ts +0 -136
  107. package/dist/package/src/components/SideBar/Files/index.d.ts +0 -1
  108. package/dist/package/src/components/SideBar/SideBar.vue.d.ts +0 -73
  109. package/dist/package/src/components/SideBar/Spaces/Details/SpaceDetails.vue.d.ts +0 -96
  110. package/dist/package/src/components/SideBar/Spaces/Details/SpaceDetailsMultiple.vue.d.ts +0 -24
  111. package/dist/package/src/components/SideBar/Spaces/Details/index.d.ts +0 -2
  112. package/dist/package/src/components/SideBar/Spaces/SpaceInfo.vue.d.ts +0 -5
  113. package/dist/package/src/components/SideBar/Spaces/SpaceNoSelection.vue.d.ts +0 -2
  114. package/dist/package/src/components/SideBar/Spaces/index.d.ts +0 -3
  115. package/dist/package/src/components/SideBar/WebDavDetails.vue.d.ts +0 -21
  116. package/dist/package/src/components/SideBar/index.d.ts +0 -7
  117. package/dist/package/src/components/SideBar/types.d.ts +0 -22
  118. package/dist/package/src/components/SpaceQuota.vue.d.ts +0 -26
  119. package/dist/package/src/components/Spaces/QuotaModal.vue.d.ts +0 -155
  120. package/dist/package/src/components/Spaces/index.d.ts +0 -1
  121. package/dist/package/src/components/TextEditor/TextEditor.vue.d.ts +0 -172
  122. package/dist/package/src/components/TextEditor/index.d.ts +0 -168
  123. package/dist/package/src/components/TextEditor/l18n.d.ts +0 -22
  124. package/dist/package/src/components/ViewOptions.vue.d.ts +0 -127
  125. package/dist/package/src/components/index.d.ts +0 -27
  126. package/dist/package/src/composables/ability/index.d.ts +0 -1
  127. package/dist/package/src/composables/ability/useAbility.d.ts +0 -2
  128. package/dist/package/src/composables/actions/files/index.d.ts +0 -28
  129. package/dist/package/src/composables/actions/files/useFileActions.d.ts +0 -28
  130. package/dist/package/src/composables/actions/files/useFileActionsCopy.d.ts +0 -4
  131. package/dist/package/src/composables/actions/files/useFileActionsCopyPermanentLink.d.ts +0 -4
  132. package/dist/package/src/composables/actions/files/useFileActionsCreateLink.d.ts +0 -6
  133. package/dist/package/src/composables/actions/files/useFileActionsCreateNewFile.d.ts +0 -11
  134. package/dist/package/src/composables/actions/files/useFileActionsCreateNewFolder.d.ts +0 -10
  135. package/dist/package/src/composables/actions/files/useFileActionsCreateNewShortcut.d.ts +0 -8
  136. package/dist/package/src/composables/actions/files/useFileActionsCreateSpaceFromResource.d.ts +0 -4
  137. package/dist/package/src/composables/actions/files/useFileActionsDelete.d.ts +0 -4
  138. package/dist/package/src/composables/actions/files/useFileActionsDisableSync.d.ts +0 -5
  139. package/dist/package/src/composables/actions/files/useFileActionsDownloadArchive.d.ts +0 -4
  140. package/dist/package/src/composables/actions/files/useFileActionsDownloadFile.d.ts +0 -4
  141. package/dist/package/src/composables/actions/files/useFileActionsEmptyTrashBin.d.ts +0 -8
  142. package/dist/package/src/composables/actions/files/useFileActionsEnableSync.d.ts +0 -5
  143. package/dist/package/src/composables/actions/files/useFileActionsFavorite.d.ts +0 -4
  144. package/dist/package/src/composables/actions/files/useFileActionsMove.d.ts +0 -4
  145. package/dist/package/src/composables/actions/files/useFileActionsNavigate.d.ts +0 -4
  146. package/dist/package/src/composables/actions/files/useFileActionsOpenShortcut.d.ts +0 -5
  147. package/dist/package/src/composables/actions/files/useFileActionsOpenWithApp.d.ts +0 -6
  148. package/dist/package/src/composables/actions/files/useFileActionsPaste.d.ts +0 -4
  149. package/dist/package/src/composables/actions/files/useFileActionsRename.d.ts +0 -7
  150. package/dist/package/src/composables/actions/files/useFileActionsRestore.d.ts +0 -12
  151. package/dist/package/src/composables/actions/files/useFileActionsSaveAs.d.ts +0 -7
  152. package/dist/package/src/composables/actions/files/useFileActionsSetImage.d.ts +0 -4
  153. package/dist/package/src/composables/actions/files/useFileActionsShowActions.d.ts +0 -4
  154. package/dist/package/src/composables/actions/files/useFileActionsShowDetails.d.ts +0 -4
  155. package/dist/package/src/composables/actions/files/useFileActionsShowShares.d.ts +0 -5
  156. package/dist/package/src/composables/actions/files/useFileActionsToggleHideShare.d.ts +0 -5
  157. package/dist/package/src/composables/actions/helpers/index.d.ts +0 -3
  158. package/dist/package/src/composables/actions/helpers/useFileActionsDeleteResources.d.ts +0 -5
  159. package/dist/package/src/composables/actions/helpers/useIsFilesAppActive.d.ts +0 -1
  160. package/dist/package/src/composables/actions/helpers/useIsSearchActive.d.ts +0 -1
  161. package/dist/package/src/composables/actions/index.d.ts +0 -8
  162. package/dist/package/src/composables/actions/spaces/index.d.ts +0 -11
  163. package/dist/package/src/composables/actions/spaces/useSpaceActionsDelete.d.ts +0 -6
  164. package/dist/package/src/composables/actions/spaces/useSpaceActionsDisable.d.ts +0 -6
  165. package/dist/package/src/composables/actions/spaces/useSpaceActionsDuplicate.d.ts +0 -6
  166. package/dist/package/src/composables/actions/spaces/useSpaceActionsEditDescription.d.ts +0 -6
  167. package/dist/package/src/composables/actions/spaces/useSpaceActionsEditQuota.d.ts +0 -4
  168. package/dist/package/src/composables/actions/spaces/useSpaceActionsEditReadmeContent.d.ts +0 -4
  169. package/dist/package/src/composables/actions/spaces/useSpaceActionsNavigateToTrash.d.ts +0 -4
  170. package/dist/package/src/composables/actions/spaces/useSpaceActionsRename.d.ts +0 -6
  171. package/dist/package/src/composables/actions/spaces/useSpaceActionsRestore.d.ts +0 -6
  172. package/dist/package/src/composables/actions/spaces/useSpaceActionsSetIcon.d.ts +0 -6
  173. package/dist/package/src/composables/actions/spaces/useSpaceActionsShowMembers.d.ts +0 -4
  174. package/dist/package/src/composables/actions/types.d.ts +0 -48
  175. package/dist/package/src/composables/actions/useActionsShowDetails.d.ts +0 -4
  176. package/dist/package/src/composables/actions/useOpenEmptyEditor.d.ts +0 -3
  177. package/dist/package/src/composables/actions/useOpenWithDefaultApp.d.ts +0 -7
  178. package/dist/package/src/composables/actions/useWindowOpen.d.ts +0 -3
  179. package/dist/package/src/composables/appDefaults/index.d.ts +0 -8
  180. package/dist/package/src/composables/appDefaults/types.d.ts +0 -15
  181. package/dist/package/src/composables/appDefaults/useAppConfig.d.ts +0 -11
  182. package/dist/package/src/composables/appDefaults/useAppDefaults.d.ts +0 -20
  183. package/dist/package/src/composables/appDefaults/useAppDocumentTitle.d.ts +0 -13
  184. package/dist/package/src/composables/appDefaults/useAppFileHandling.d.ts +0 -24
  185. package/dist/package/src/composables/appDefaults/useAppFolderHandling.d.ts +0 -16
  186. package/dist/package/src/composables/appDefaults/useAppMeta.d.ts +0 -9
  187. package/dist/package/src/composables/appDefaults/useAppNavigation.d.ts +0 -27
  188. package/dist/package/src/composables/appDefaults/useDocumentTitle.d.ts +0 -8
  189. package/dist/package/src/composables/appProviderService/index.d.ts +0 -1
  190. package/dist/package/src/composables/appProviderService/useAppProviderService.d.ts +0 -2
  191. package/dist/package/src/composables/archiverService/index.d.ts +0 -1
  192. package/dist/package/src/composables/archiverService/useArchiverService.d.ts +0 -2
  193. package/dist/package/src/composables/authContext/index.d.ts +0 -2
  194. package/dist/package/src/composables/authContext/useAuthService.d.ts +0 -10
  195. package/dist/package/src/composables/authContext/useRequest.d.ts +0 -15
  196. package/dist/package/src/composables/breadcrumbs/index.d.ts +0 -1
  197. package/dist/package/src/composables/breadcrumbs/useBreadcrumbsFromPath.d.ts +0 -14
  198. package/dist/package/src/composables/clientService/index.d.ts +0 -1
  199. package/dist/package/src/composables/clientService/useClientService.d.ts +0 -2
  200. package/dist/package/src/composables/clipboard/index.d.ts +0 -1
  201. package/dist/package/src/composables/clipboard/useClipboard.d.ts +0 -3
  202. package/dist/package/src/composables/download/index.d.ts +0 -1
  203. package/dist/package/src/composables/download/useDownloadFile.d.ts +0 -8
  204. package/dist/package/src/composables/driveResolver/index.d.ts +0 -2
  205. package/dist/package/src/composables/driveResolver/useDriveResolver.d.ts +0 -13
  206. package/dist/package/src/composables/driveResolver/useSpacesLoading.d.ts +0 -3
  207. package/dist/package/src/composables/embedMode/index.d.ts +0 -1
  208. package/dist/package/src/composables/embedMode/useEmbedMode.d.ts +0 -23
  209. package/dist/package/src/composables/eventBus/index.d.ts +0 -1
  210. package/dist/package/src/composables/eventBus/useEventBus.d.ts +0 -1
  211. package/dist/package/src/composables/fileListHeaderPosition/index.d.ts +0 -1
  212. package/dist/package/src/composables/fileListHeaderPosition/useFileListHeaderPosition.d.ts +0 -5
  213. package/dist/package/src/composables/filesList/index.d.ts +0 -1
  214. package/dist/package/src/composables/filesList/useResourceRouteResolver.d.ts +0 -13
  215. package/dist/package/src/composables/folderLink/index.d.ts +0 -1
  216. package/dist/package/src/composables/folderLink/useFolderLink.d.ts +0 -15
  217. package/dist/package/src/composables/index.d.ts +0 -40
  218. package/dist/package/src/composables/isTopBarSticky/index.d.ts +0 -1
  219. package/dist/package/src/composables/isTopBarSticky/useIsTopBarSticky.d.ts +0 -8
  220. package/dist/package/src/composables/keyboardActions/index.d.ts +0 -1
  221. package/dist/package/src/composables/keyboardActions/useKeyboardActions.d.ts +0 -39
  222. package/dist/package/src/composables/links/index.d.ts +0 -1
  223. package/dist/package/src/composables/links/useLinkTypes.d.ts +0 -36
  224. package/dist/package/src/composables/loadingService/index.d.ts +0 -1
  225. package/dist/package/src/composables/loadingService/useLoadingService.d.ts +0 -2
  226. package/dist/package/src/composables/localStorage/index.d.ts +0 -1
  227. package/dist/package/src/composables/localStorage/useLocalStorage.d.ts +0 -2
  228. package/dist/package/src/composables/pagination/constants.d.ts +0 -5
  229. package/dist/package/src/composables/pagination/index.d.ts +0 -2
  230. package/dist/package/src/composables/pagination/usePagination.d.ts +0 -17
  231. package/dist/package/src/composables/passwordPolicyService/index.d.ts +0 -1
  232. package/dist/package/src/composables/passwordPolicyService/usePasswordPolicyService.d.ts +0 -2
  233. package/dist/package/src/composables/piniaStores/apps.d.ts +0 -157
  234. package/dist/package/src/composables/piniaStores/auth.d.ts +0 -59
  235. package/dist/package/src/composables/piniaStores/capabilities.d.ts +0 -1731
  236. package/dist/package/src/composables/piniaStores/clipboard.d.ts +0 -658
  237. package/dist/package/src/composables/piniaStores/config/config.d.ts +0 -756
  238. package/dist/package/src/composables/piniaStores/config/index.d.ts +0 -2
  239. package/dist/package/src/composables/piniaStores/config/types.d.ts +0 -854
  240. package/dist/package/src/composables/piniaStores/extensionRegistry/extensionPreferences.d.ts +0 -22
  241. package/dist/package/src/composables/piniaStores/extensionRegistry/extensionRegistry.d.ts +0 -37
  242. package/dist/package/src/composables/piniaStores/extensionRegistry/index.d.ts +0 -3
  243. package/dist/package/src/composables/piniaStores/extensionRegistry/types.d.ts +0 -60
  244. package/dist/package/src/composables/piniaStores/index.d.ts +0 -14
  245. package/dist/package/src/composables/piniaStores/messages.d.ts +0 -125
  246. package/dist/package/src/composables/piniaStores/modals.d.ts +0 -1365
  247. package/dist/package/src/composables/piniaStores/resources.d.ts +0 -189
  248. package/dist/package/src/composables/piniaStores/shares/index.d.ts +0 -2
  249. package/dist/package/src/composables/piniaStores/shares/shares.d.ts +0 -57
  250. package/dist/package/src/composables/piniaStores/shares/types.d.ts +0 -43
  251. package/dist/package/src/composables/piniaStores/spaces.d.ts +0 -9061
  252. package/dist/package/src/composables/piniaStores/theme.d.ts +0 -1368
  253. package/dist/package/src/composables/piniaStores/user.d.ts +0 -15
  254. package/dist/package/src/composables/piniaStores/webWorkers.d.ts +0 -29
  255. package/dist/package/src/composables/portalTarget/eventTopics.d.ts +0 -3
  256. package/dist/package/src/composables/portalTarget/index.d.ts +0 -2
  257. package/dist/package/src/composables/portalTarget/usePortalTarget.d.ts +0 -4
  258. package/dist/package/src/composables/previewService/index.d.ts +0 -1
  259. package/dist/package/src/composables/previewService/usePreviewService.d.ts +0 -2
  260. package/dist/package/src/composables/requestHeaders/index.d.ts +0 -1
  261. package/dist/package/src/composables/requestHeaders/useRequestHeaders.d.ts +0 -3
  262. package/dist/package/src/composables/resources/index.d.ts +0 -5
  263. package/dist/package/src/composables/resources/useCanBeOpenedWithSecureView.d.ts +0 -4
  264. package/dist/package/src/composables/resources/useCanListVersions.d.ts +0 -7
  265. package/dist/package/src/composables/resources/useGetResourceContext.d.ts +0 -1495
  266. package/dist/package/src/composables/resources/useLoadPreview.d.ts +0 -26
  267. package/dist/package/src/composables/resources/useResourceContents.d.ts +0 -5
  268. package/dist/package/src/composables/router/index.d.ts +0 -11
  269. package/dist/package/src/composables/router/types.d.ts +0 -16
  270. package/dist/package/src/composables/router/useActiveApp.d.ts +0 -4
  271. package/dist/package/src/composables/router/useActiveLocation.d.ts +0 -10
  272. package/dist/package/src/composables/router/useFileRouteReplace.d.ts +0 -15
  273. package/dist/package/src/composables/router/useRoute.d.ts +0 -3
  274. package/dist/package/src/composables/router/useRouteMeta.d.ts +0 -2
  275. package/dist/package/src/composables/router/useRouteName.d.ts +0 -2
  276. package/dist/package/src/composables/router/useRouteParam.d.ts +0 -3
  277. package/dist/package/src/composables/router/useRouteQuery.d.ts +0 -3
  278. package/dist/package/src/composables/router/useRouteQueryPersisted.d.ts +0 -8
  279. package/dist/package/src/composables/router/useRouter.d.ts +0 -2
  280. package/dist/package/src/composables/scrollTo/index.d.ts +0 -1
  281. package/dist/package/src/composables/scrollTo/useScrollTo.d.ts +0 -9
  282. package/dist/package/src/composables/search/constants.d.ts +0 -4
  283. package/dist/package/src/composables/search/index.d.ts +0 -2
  284. package/dist/package/src/composables/search/useSearch.d.ts +0 -14
  285. package/dist/package/src/composables/selection/index.d.ts +0 -1
  286. package/dist/package/src/composables/selection/useSelectedResources.d.ts +0 -9
  287. package/dist/package/src/composables/service/index.d.ts +0 -1
  288. package/dist/package/src/composables/service/useService.d.ts +0 -1
  289. package/dist/package/src/composables/shares/index.d.ts +0 -2
  290. package/dist/package/src/composables/shares/useCanListShares.d.ts +0 -7
  291. package/dist/package/src/composables/shares/useCanShare.d.ts +0 -7
  292. package/dist/package/src/composables/sideBar/eventTopics.d.ts +0 -7
  293. package/dist/package/src/composables/sideBar/index.d.ts +0 -2
  294. package/dist/package/src/composables/sideBar/useSideBar.d.ts +0 -12
  295. package/dist/package/src/composables/sort/constants.d.ts +0 -4
  296. package/dist/package/src/composables/sort/index.d.ts +0 -2
  297. package/dist/package/src/composables/sort/useSort.d.ts +0 -36
  298. package/dist/package/src/composables/spaces/index.d.ts +0 -3
  299. package/dist/package/src/composables/spaces/useCreateSpace.d.ts +0 -5
  300. package/dist/package/src/composables/spaces/useGetMatchingSpace.d.ts +0 -15
  301. package/dist/package/src/composables/spaces/useSpaceHelpers.d.ts +0 -5
  302. package/dist/package/src/composables/upload/index.d.ts +0 -1
  303. package/dist/package/src/composables/upload/useUpload.d.ts +0 -6
  304. package/dist/package/src/composables/viewMode/constants.d.ts +0 -12
  305. package/dist/package/src/composables/viewMode/index.d.ts +0 -3
  306. package/dist/package/src/composables/viewMode/useTileSize.d.ts +0 -4
  307. package/dist/package/src/composables/viewMode/useViewMode.d.ts +0 -4
  308. package/dist/package/src/composables/webWorkers/deleteWorker/index.d.ts +0 -1
  309. package/dist/package/src/composables/webWorkers/deleteWorker/useDeleteWorker.d.ts +0 -28
  310. package/dist/package/src/composables/webWorkers/deleteWorker/worker.d.ts +0 -1
  311. package/dist/package/src/composables/webWorkers/index.d.ts +0 -4
  312. package/dist/package/src/composables/webWorkers/pasteWorker/index.d.ts +0 -1
  313. package/dist/package/src/composables/webWorkers/pasteWorker/usePasteWorker.d.ts +0 -25
  314. package/dist/package/src/composables/webWorkers/pasteWorker/worker.d.ts +0 -1
  315. package/dist/package/src/composables/webWorkers/restoreWorker/index.d.ts +0 -1
  316. package/dist/package/src/composables/webWorkers/restoreWorker/useRestoreWorker.d.ts +0 -28
  317. package/dist/package/src/composables/webWorkers/restoreWorker/worker.d.ts +0 -1
  318. package/dist/package/src/composables/webWorkers/tokenTimerWorker/index.d.ts +0 -1
  319. package/dist/package/src/composables/webWorkers/tokenTimerWorker/useTokenTimerWorker.d.ts +0 -12
  320. package/dist/package/src/composables/webWorkers/tokenTimerWorker/worker.d.ts +0 -1
  321. package/dist/package/src/constants.d.ts +0 -14
  322. package/dist/package/src/errors/index.d.ts +0 -1
  323. package/dist/package/src/errors/types.d.ts +0 -13
  324. package/dist/package/src/helpers/binary.d.ts +0 -2
  325. package/dist/package/src/helpers/breadcrumbs.d.ts +0 -4
  326. package/dist/package/src/helpers/cache/cache.d.ts +0 -20
  327. package/dist/package/src/helpers/cache/index.d.ts +0 -1
  328. package/dist/package/src/helpers/clipboardActions.d.ts +0 -4
  329. package/dist/package/src/helpers/contextMenuDropdown.d.ts +0 -7
  330. package/dist/package/src/helpers/datetime.d.ts +0 -11
  331. package/dist/package/src/helpers/download.d.ts +0 -1
  332. package/dist/package/src/helpers/filesize.d.ts +0 -8
  333. package/dist/package/src/helpers/folderLink/index.d.ts +0 -1
  334. package/dist/package/src/helpers/folderLink/types.d.ts +0 -6
  335. package/dist/package/src/helpers/fuse.d.ts +0 -5
  336. package/dist/package/src/helpers/index.d.ts +0 -18
  337. package/dist/package/src/helpers/locale.d.ts +0 -1
  338. package/dist/package/src/helpers/path.d.ts +0 -13
  339. package/dist/package/src/helpers/permissions.d.ts +0 -8
  340. package/dist/package/src/helpers/resource/conflictHandling/conflictDialog.d.ts +0 -15
  341. package/dist/package/src/helpers/resource/conflictHandling/conflictUtils.d.ts +0 -3
  342. package/dist/package/src/helpers/resource/conflictHandling/index.d.ts +0 -4
  343. package/dist/package/src/helpers/resource/conflictHandling/transfer.d.ts +0 -27
  344. package/dist/package/src/helpers/resource/conflictHandling/types.d.ts +0 -24
  345. package/dist/package/src/helpers/resource/filter.d.ts +0 -2
  346. package/dist/package/src/helpers/resource/icon.d.ts +0 -9
  347. package/dist/package/src/helpers/resource/index.d.ts +0 -5
  348. package/dist/package/src/helpers/resource/renameResource.d.ts +0 -2
  349. package/dist/package/src/helpers/resource/sameResource.d.ts +0 -2
  350. package/dist/package/src/helpers/router/buildUrl.d.ts +0 -2
  351. package/dist/package/src/helpers/router/index.d.ts +0 -2
  352. package/dist/package/src/helpers/router/routeOptions.d.ts +0 -24
  353. package/dist/package/src/helpers/share/driveItem.d.ts +0 -12
  354. package/dist/package/src/helpers/share/index.d.ts +0 -2
  355. package/dist/package/src/helpers/share/sharedAncestorRoute.d.ts +0 -7
  356. package/dist/package/src/helpers/statusIndicators.d.ts +0 -9
  357. package/dist/package/src/helpers/store.d.ts +0 -8
  358. package/dist/package/src/helpers/ui/index.d.ts +0 -3
  359. package/dist/package/src/helpers/ui/resourceCheckbox.d.ts +0 -1
  360. package/dist/package/src/helpers/ui/resourceTable.d.ts +0 -3
  361. package/dist/package/src/helpers/ui/resourceTiles.d.ts +0 -6
  362. package/dist/package/src/http/client.d.ts +0 -23
  363. package/dist/package/src/http/index.d.ts +0 -1
  364. package/dist/package/src/index.d.ts +0 -14
  365. package/dist/package/src/observer/index.d.ts +0 -1
  366. package/dist/package/src/observer/visibility.d.ts +0 -26
  367. package/dist/package/src/router/common.d.ts +0 -9
  368. package/dist/package/src/router/deprecated.d.ts +0 -12
  369. package/dist/package/src/router/index.d.ts +0 -12
  370. package/dist/package/src/router/public.d.ts +0 -9
  371. package/dist/package/src/router/router.d.ts +0 -27
  372. package/dist/package/src/router/shares.d.ts +0 -10
  373. package/dist/package/src/router/spaces.d.ts +0 -9
  374. package/dist/package/src/router/trash.d.ts +0 -9
  375. package/dist/package/src/router/utils.d.ts +0 -32
  376. package/dist/package/src/services/appProvider/index.d.ts +0 -2
  377. package/dist/package/src/services/appProvider/schemas.d.ts +0 -152
  378. package/dist/package/src/services/appProvider/service.d.ts +0 -27
  379. package/dist/package/src/services/archiver.d.ts +0 -26
  380. package/dist/package/src/services/cache.d.ts +0 -14
  381. package/dist/package/src/services/client/auth.d.ts +0 -12
  382. package/dist/package/src/services/client/client.d.ts +0 -43
  383. package/dist/package/src/services/client/index.d.ts +0 -2
  384. package/dist/package/src/services/eventBus.d.ts +0 -8
  385. package/dist/package/src/services/folder/folderService.d.ts +0 -26
  386. package/dist/package/src/services/folder/index.d.ts +0 -2
  387. package/dist/package/src/services/folder/loaders/index.d.ts +0 -7
  388. package/dist/package/src/services/folder/loaders/loaderFavorites.d.ts +0 -7
  389. package/dist/package/src/services/folder/loaders/loaderSharedViaLink.d.ts +0 -7
  390. package/dist/package/src/services/folder/loaders/loaderSharedWithMe.d.ts +0 -7
  391. package/dist/package/src/services/folder/loaders/loaderSharedWithOthers.d.ts +0 -7
  392. package/dist/package/src/services/folder/loaders/loaderSpace.d.ts +0 -12
  393. package/dist/package/src/services/folder/loaders/loaderTrashbin.d.ts +0 -7
  394. package/dist/package/src/services/folder/loaders/types.d.ts +0 -3
  395. package/dist/package/src/services/index.d.ts +0 -10
  396. package/dist/package/src/services/loadingService.d.ts +0 -33
  397. package/dist/package/src/services/passwordPolicy/index.d.ts +0 -1
  398. package/dist/package/src/services/passwordPolicy/passwordPolicy.d.ts +0 -20
  399. package/dist/package/src/services/passwordPolicy/rules.d.ts +0 -63
  400. package/dist/package/src/services/preview/index.d.ts +0 -2
  401. package/dist/package/src/services/preview/previewService.d.ts +0 -28
  402. package/dist/package/src/services/preview/types.d.ts +0 -18
  403. package/dist/package/src/services/uppy/index.d.ts +0 -1
  404. package/dist/package/src/services/uppy/uppyService.d.ts +0 -90
  405. package/dist/package/src/types.d.ts +0 -17
  406. package/dist/package/src/ui/index.d.ts +0 -1
  407. package/dist/package/src/ui/types.d.ts +0 -13
  408. package/dist/package/src/utils/dirname.d.ts +0 -1
  409. package/dist/package/src/utils/encodePath.d.ts +0 -1
  410. package/dist/package/src/utils/index.d.ts +0 -4
  411. package/dist/package/src/utils/objectKeys.d.ts +0 -1
  412. package/dist/package/src/utils/types.d.ts +0 -5
  413. package/dist/package/vite.config.d.ts +0 -2
@@ -2990,6 +2990,8 @@ export declare const useSpacesStore: import('pinia').StoreDefinition<"spaces", P
2990
2990
  spacesLoading: import('vue').Ref<boolean, boolean>;
2991
2991
  currentSpace: import('vue').Ref<SpaceResource, SpaceResource>;
2992
2992
  personalSpace: import('vue').ComputedRef<SpaceResource>;
2993
+ defaultSpaceImageBlobURL: import('vue').Ref<string, string>;
2994
+ imagesLoading: import('vue').Ref<string[], string[]>;
2993
2995
  getSpace: (id: string) => SpaceResource;
2994
2996
  createShareSpace: ({ driveAliasPrefix, id, shareName }: {
2995
2997
  driveAliasPrefix: "share" | "ocm-share";
@@ -3000,6 +3002,7 @@ export declare const useSpacesStore: import('pinia').StoreDefinition<"spaces", P
3000
3002
  setMountPointsInitialized: (value: boolean) => void;
3001
3003
  setSpacesLoading: (value: boolean) => void;
3002
3004
  setCurrentSpace: (space: SpaceResource) => void;
3005
+ setDefaultSpaceImageBlobURL: (blobURL: string) => void;
3003
3006
  getSpaceMembers: (space: SpaceResource) => CollaboratorShare[];
3004
3007
  getMountPointForSpace: ({ graphClient, space, signal }: {
3005
3008
  graphClient: Graph;
@@ -3025,7 +3028,10 @@ export declare const useSpacesStore: import('pinia').StoreDefinition<"spaces", P
3025
3028
  graphClient: Graph;
3026
3029
  signal?: AbortSignal;
3027
3030
  }) => Promise<void>;
3028
- }, "spaces" | "spacesInitialized" | "mountPointsInitialized" | "spacesLoading" | "currentSpace">, Pick<{
3031
+ addToImagesLoading: (id: string) => void;
3032
+ removeFromImagesLoading: (id: string) => void;
3033
+ purgeImagesLoading: () => void;
3034
+ }, "spaces" | "spacesInitialized" | "mountPointsInitialized" | "spacesLoading" | "currentSpace" | "defaultSpaceImageBlobURL" | "imagesLoading">, Pick<{
3029
3035
  spaces: import('vue').Ref<{
3030
3036
  description: string;
3031
3037
  disabled: boolean;
@@ -6006,6 +6012,8 @@ export declare const useSpacesStore: import('pinia').StoreDefinition<"spaces", P
6006
6012
  spacesLoading: import('vue').Ref<boolean, boolean>;
6007
6013
  currentSpace: import('vue').Ref<SpaceResource, SpaceResource>;
6008
6014
  personalSpace: import('vue').ComputedRef<SpaceResource>;
6015
+ defaultSpaceImageBlobURL: import('vue').Ref<string, string>;
6016
+ imagesLoading: import('vue').Ref<string[], string[]>;
6009
6017
  getSpace: (id: string) => SpaceResource;
6010
6018
  createShareSpace: ({ driveAliasPrefix, id, shareName }: {
6011
6019
  driveAliasPrefix: "share" | "ocm-share";
@@ -6016,6 +6024,7 @@ export declare const useSpacesStore: import('pinia').StoreDefinition<"spaces", P
6016
6024
  setMountPointsInitialized: (value: boolean) => void;
6017
6025
  setSpacesLoading: (value: boolean) => void;
6018
6026
  setCurrentSpace: (space: SpaceResource) => void;
6027
+ setDefaultSpaceImageBlobURL: (blobURL: string) => void;
6019
6028
  getSpaceMembers: (space: SpaceResource) => CollaboratorShare[];
6020
6029
  getMountPointForSpace: ({ graphClient, space, signal }: {
6021
6030
  graphClient: Graph;
@@ -6041,6 +6050,9 @@ export declare const useSpacesStore: import('pinia').StoreDefinition<"spaces", P
6041
6050
  graphClient: Graph;
6042
6051
  signal?: AbortSignal;
6043
6052
  }) => Promise<void>;
6053
+ addToImagesLoading: (id: string) => void;
6054
+ removeFromImagesLoading: (id: string) => void;
6055
+ purgeImagesLoading: () => void;
6044
6056
  }, "personalSpace">, Pick<{
6045
6057
  spaces: import('vue').Ref<{
6046
6058
  description: string;
@@ -9022,6 +9034,8 @@ export declare const useSpacesStore: import('pinia').StoreDefinition<"spaces", P
9022
9034
  spacesLoading: import('vue').Ref<boolean, boolean>;
9023
9035
  currentSpace: import('vue').Ref<SpaceResource, SpaceResource>;
9024
9036
  personalSpace: import('vue').ComputedRef<SpaceResource>;
9037
+ defaultSpaceImageBlobURL: import('vue').Ref<string, string>;
9038
+ imagesLoading: import('vue').Ref<string[], string[]>;
9025
9039
  getSpace: (id: string) => SpaceResource;
9026
9040
  createShareSpace: ({ driveAliasPrefix, id, shareName }: {
9027
9041
  driveAliasPrefix: "share" | "ocm-share";
@@ -9032,6 +9046,7 @@ export declare const useSpacesStore: import('pinia').StoreDefinition<"spaces", P
9032
9046
  setMountPointsInitialized: (value: boolean) => void;
9033
9047
  setSpacesLoading: (value: boolean) => void;
9034
9048
  setCurrentSpace: (space: SpaceResource) => void;
9049
+ setDefaultSpaceImageBlobURL: (blobURL: string) => void;
9035
9050
  getSpaceMembers: (space: SpaceResource) => CollaboratorShare[];
9036
9051
  getMountPointForSpace: ({ graphClient, space, signal }: {
9037
9052
  graphClient: Graph;
@@ -9057,5 +9072,8 @@ export declare const useSpacesStore: import('pinia').StoreDefinition<"spaces", P
9057
9072
  graphClient: Graph;
9058
9073
  signal?: AbortSignal;
9059
9074
  }) => Promise<void>;
9060
- }, "getSpace" | "createShareSpace" | "setSpacesInitialized" | "setMountPointsInitialized" | "setSpacesLoading" | "setCurrentSpace" | "getSpaceMembers" | "getMountPointForSpace" | "addSpaces" | "removeSpace" | "upsertSpace" | "updateSpaceField" | "loadSpaces" | "loadMountPoints" | "reloadProjectSpaces">>;
9075
+ addToImagesLoading: (id: string) => void;
9076
+ removeFromImagesLoading: (id: string) => void;
9077
+ purgeImagesLoading: () => void;
9078
+ }, "getSpace" | "createShareSpace" | "setSpacesInitialized" | "setMountPointsInitialized" | "setSpacesLoading" | "setCurrentSpace" | "setDefaultSpaceImageBlobURL" | "getSpaceMembers" | "getMountPointForSpace" | "addSpaces" | "removeSpace" | "upsertSpace" | "updateSpaceField" | "loadSpaces" | "loadMountPoints" | "reloadProjectSpaces" | "addToImagesLoading" | "removeFromImagesLoading" | "purgeImagesLoading">>;
9061
9079
  export type SpacesStore = ReturnType<typeof useSpacesStore>;
@@ -27,12 +27,14 @@ declare const WebTheme: z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extend
27
27
  }, {
28
28
  designTokens: z.ZodOptional<z.ZodObject<{
29
29
  breakpoints: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
30
+ roles: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
30
31
  colorPalette: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
31
32
  fontFamily: z.ZodOptional<z.ZodString>;
32
33
  fontSizes: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
33
34
  sizes: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
34
35
  spacing: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
35
36
  }, "strip", z.ZodTypeAny, {
37
+ roles?: Record<string, string>;
36
38
  breakpoints?: Record<string, string>;
37
39
  colorPalette?: Record<string, string>;
38
40
  fontFamily?: string;
@@ -40,6 +42,7 @@ declare const WebTheme: z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extend
40
42
  sizes?: Record<string, string>;
41
43
  spacing?: Record<string, string>;
42
44
  }, {
45
+ roles?: Record<string, string>;
43
46
  breakpoints?: Record<string, string>;
44
47
  colorPalette?: Record<string, string>;
45
48
  fontFamily?: string;
@@ -66,6 +69,7 @@ declare const WebTheme: z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extend
66
69
  privacy?: string;
67
70
  };
68
71
  designTokens?: {
72
+ roles?: Record<string, string>;
69
73
  breakpoints?: Record<string, string>;
70
74
  colorPalette?: Record<string, string>;
71
75
  fontFamily?: string;
@@ -90,6 +94,7 @@ declare const WebTheme: z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extend
90
94
  privacy?: string;
91
95
  };
92
96
  designTokens?: {
97
+ roles?: Record<string, string>;
93
98
  breakpoints?: Record<string, string>;
94
99
  colorPalette?: Record<string, string>;
95
100
  fontFamily?: string;
@@ -129,12 +134,14 @@ export declare const WebThemeConfig: z.ZodObject<{
129
134
  }, {
130
135
  designTokens: z.ZodOptional<z.ZodObject<{
131
136
  breakpoints: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
137
+ roles: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
132
138
  colorPalette: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
133
139
  fontFamily: z.ZodOptional<z.ZodString>;
134
140
  fontSizes: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
135
141
  sizes: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
136
142
  spacing: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
137
143
  }, "strip", z.ZodTypeAny, {
144
+ roles?: Record<string, string>;
138
145
  breakpoints?: Record<string, string>;
139
146
  colorPalette?: Record<string, string>;
140
147
  fontFamily?: string;
@@ -142,6 +149,7 @@ export declare const WebThemeConfig: z.ZodObject<{
142
149
  sizes?: Record<string, string>;
143
150
  spacing?: Record<string, string>;
144
151
  }, {
152
+ roles?: Record<string, string>;
145
153
  breakpoints?: Record<string, string>;
146
154
  colorPalette?: Record<string, string>;
147
155
  fontFamily?: string;
@@ -164,6 +172,7 @@ export declare const WebThemeConfig: z.ZodObject<{
164
172
  privacy?: string;
165
173
  };
166
174
  designTokens?: {
175
+ roles?: Record<string, string>;
167
176
  breakpoints?: Record<string, string>;
168
177
  colorPalette?: Record<string, string>;
169
178
  fontFamily?: string;
@@ -186,6 +195,7 @@ export declare const WebThemeConfig: z.ZodObject<{
186
195
  privacy?: string;
187
196
  };
188
197
  designTokens?: {
198
+ roles?: Record<string, string>;
189
199
  breakpoints?: Record<string, string>;
190
200
  colorPalette?: Record<string, string>;
191
201
  fontFamily?: string;
@@ -223,12 +233,14 @@ export declare const WebThemeConfig: z.ZodObject<{
223
233
  }, {
224
234
  designTokens: z.ZodOptional<z.ZodObject<{
225
235
  breakpoints: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
236
+ roles: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
226
237
  colorPalette: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
227
238
  fontFamily: z.ZodOptional<z.ZodString>;
228
239
  fontSizes: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
229
240
  sizes: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
230
241
  spacing: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
231
242
  }, "strip", z.ZodTypeAny, {
243
+ roles?: Record<string, string>;
232
244
  breakpoints?: Record<string, string>;
233
245
  colorPalette?: Record<string, string>;
234
246
  fontFamily?: string;
@@ -236,6 +248,7 @@ export declare const WebThemeConfig: z.ZodObject<{
236
248
  sizes?: Record<string, string>;
237
249
  spacing?: Record<string, string>;
238
250
  }, {
251
+ roles?: Record<string, string>;
239
252
  breakpoints?: Record<string, string>;
240
253
  colorPalette?: Record<string, string>;
241
254
  fontFamily?: string;
@@ -262,6 +275,7 @@ export declare const WebThemeConfig: z.ZodObject<{
262
275
  privacy?: string;
263
276
  };
264
277
  designTokens?: {
278
+ roles?: Record<string, string>;
265
279
  breakpoints?: Record<string, string>;
266
280
  colorPalette?: Record<string, string>;
267
281
  fontFamily?: string;
@@ -286,6 +300,7 @@ export declare const WebThemeConfig: z.ZodObject<{
286
300
  privacy?: string;
287
301
  };
288
302
  designTokens?: {
303
+ roles?: Record<string, string>;
289
304
  breakpoints?: Record<string, string>;
290
305
  colorPalette?: Record<string, string>;
291
306
  fontFamily?: string;
@@ -311,6 +326,7 @@ export declare const WebThemeConfig: z.ZodObject<{
311
326
  privacy?: string;
312
327
  };
313
328
  designTokens?: {
329
+ roles?: Record<string, string>;
314
330
  breakpoints?: Record<string, string>;
315
331
  colorPalette?: Record<string, string>;
316
332
  fontFamily?: string;
@@ -335,6 +351,7 @@ export declare const WebThemeConfig: z.ZodObject<{
335
351
  privacy?: string;
336
352
  };
337
353
  designTokens?: {
354
+ roles?: Record<string, string>;
338
355
  breakpoints?: Record<string, string>;
339
356
  colorPalette?: Record<string, string>;
340
357
  fontFamily?: string;
@@ -360,6 +377,7 @@ export declare const WebThemeConfig: z.ZodObject<{
360
377
  privacy?: string;
361
378
  };
362
379
  designTokens?: {
380
+ roles?: Record<string, string>;
363
381
  breakpoints?: Record<string, string>;
364
382
  colorPalette?: Record<string, string>;
365
383
  fontFamily?: string;
@@ -384,6 +402,7 @@ export declare const WebThemeConfig: z.ZodObject<{
384
402
  privacy?: string;
385
403
  };
386
404
  designTokens?: {
405
+ roles?: Record<string, string>;
387
406
  breakpoints?: Record<string, string>;
388
407
  colorPalette?: Record<string, string>;
389
408
  fontFamily?: string;
@@ -475,12 +494,14 @@ export declare const ThemeConfig: z.ZodObject<{
475
494
  }, {
476
495
  designTokens: z.ZodOptional<z.ZodObject<{
477
496
  breakpoints: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
497
+ roles: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
478
498
  colorPalette: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
479
499
  fontFamily: z.ZodOptional<z.ZodString>;
480
500
  fontSizes: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
481
501
  sizes: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
482
502
  spacing: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
483
503
  }, "strip", z.ZodTypeAny, {
504
+ roles?: Record<string, string>;
484
505
  breakpoints?: Record<string, string>;
485
506
  colorPalette?: Record<string, string>;
486
507
  fontFamily?: string;
@@ -488,6 +509,7 @@ export declare const ThemeConfig: z.ZodObject<{
488
509
  sizes?: Record<string, string>;
489
510
  spacing?: Record<string, string>;
490
511
  }, {
512
+ roles?: Record<string, string>;
491
513
  breakpoints?: Record<string, string>;
492
514
  colorPalette?: Record<string, string>;
493
515
  fontFamily?: string;
@@ -510,6 +532,7 @@ export declare const ThemeConfig: z.ZodObject<{
510
532
  privacy?: string;
511
533
  };
512
534
  designTokens?: {
535
+ roles?: Record<string, string>;
513
536
  breakpoints?: Record<string, string>;
514
537
  colorPalette?: Record<string, string>;
515
538
  fontFamily?: string;
@@ -532,6 +555,7 @@ export declare const ThemeConfig: z.ZodObject<{
532
555
  privacy?: string;
533
556
  };
534
557
  designTokens?: {
558
+ roles?: Record<string, string>;
535
559
  breakpoints?: Record<string, string>;
536
560
  colorPalette?: Record<string, string>;
537
561
  fontFamily?: string;
@@ -569,12 +593,14 @@ export declare const ThemeConfig: z.ZodObject<{
569
593
  }, {
570
594
  designTokens: z.ZodOptional<z.ZodObject<{
571
595
  breakpoints: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
596
+ roles: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
572
597
  colorPalette: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
573
598
  fontFamily: z.ZodOptional<z.ZodString>;
574
599
  fontSizes: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
575
600
  sizes: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
576
601
  spacing: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
577
602
  }, "strip", z.ZodTypeAny, {
603
+ roles?: Record<string, string>;
578
604
  breakpoints?: Record<string, string>;
579
605
  colorPalette?: Record<string, string>;
580
606
  fontFamily?: string;
@@ -582,6 +608,7 @@ export declare const ThemeConfig: z.ZodObject<{
582
608
  sizes?: Record<string, string>;
583
609
  spacing?: Record<string, string>;
584
610
  }, {
611
+ roles?: Record<string, string>;
585
612
  breakpoints?: Record<string, string>;
586
613
  colorPalette?: Record<string, string>;
587
614
  fontFamily?: string;
@@ -608,6 +635,7 @@ export declare const ThemeConfig: z.ZodObject<{
608
635
  privacy?: string;
609
636
  };
610
637
  designTokens?: {
638
+ roles?: Record<string, string>;
611
639
  breakpoints?: Record<string, string>;
612
640
  colorPalette?: Record<string, string>;
613
641
  fontFamily?: string;
@@ -632,6 +660,7 @@ export declare const ThemeConfig: z.ZodObject<{
632
660
  privacy?: string;
633
661
  };
634
662
  designTokens?: {
663
+ roles?: Record<string, string>;
635
664
  breakpoints?: Record<string, string>;
636
665
  colorPalette?: Record<string, string>;
637
666
  fontFamily?: string;
@@ -657,6 +686,7 @@ export declare const ThemeConfig: z.ZodObject<{
657
686
  privacy?: string;
658
687
  };
659
688
  designTokens?: {
689
+ roles?: Record<string, string>;
660
690
  breakpoints?: Record<string, string>;
661
691
  colorPalette?: Record<string, string>;
662
692
  fontFamily?: string;
@@ -681,6 +711,7 @@ export declare const ThemeConfig: z.ZodObject<{
681
711
  privacy?: string;
682
712
  };
683
713
  designTokens?: {
714
+ roles?: Record<string, string>;
684
715
  breakpoints?: Record<string, string>;
685
716
  colorPalette?: Record<string, string>;
686
717
  fontFamily?: string;
@@ -706,6 +737,7 @@ export declare const ThemeConfig: z.ZodObject<{
706
737
  privacy?: string;
707
738
  };
708
739
  designTokens?: {
740
+ roles?: Record<string, string>;
709
741
  breakpoints?: Record<string, string>;
710
742
  colorPalette?: Record<string, string>;
711
743
  fontFamily?: string;
@@ -730,6 +762,7 @@ export declare const ThemeConfig: z.ZodObject<{
730
762
  privacy?: string;
731
763
  };
732
764
  designTokens?: {
765
+ roles?: Record<string, string>;
733
766
  breakpoints?: Record<string, string>;
734
767
  colorPalette?: Record<string, string>;
735
768
  fontFamily?: string;
@@ -757,6 +790,7 @@ export declare const ThemeConfig: z.ZodObject<{
757
790
  privacy?: string;
758
791
  };
759
792
  designTokens?: {
793
+ roles?: Record<string, string>;
760
794
  breakpoints?: Record<string, string>;
761
795
  colorPalette?: Record<string, string>;
762
796
  fontFamily?: string;
@@ -781,6 +815,7 @@ export declare const ThemeConfig: z.ZodObject<{
781
815
  privacy?: string;
782
816
  };
783
817
  designTokens?: {
818
+ roles?: Record<string, string>;
784
819
  breakpoints?: Record<string, string>;
785
820
  colorPalette?: Record<string, string>;
786
821
  fontFamily?: string;
@@ -808,6 +843,7 @@ export declare const ThemeConfig: z.ZodObject<{
808
843
  privacy?: string;
809
844
  };
810
845
  designTokens?: {
846
+ roles?: Record<string, string>;
811
847
  breakpoints?: Record<string, string>;
812
848
  colorPalette?: Record<string, string>;
813
849
  fontFamily?: string;
@@ -832,6 +868,7 @@ export declare const ThemeConfig: z.ZodObject<{
832
868
  privacy?: string;
833
869
  };
834
870
  designTokens?: {
871
+ roles?: Record<string, string>;
835
872
  breakpoints?: Record<string, string>;
836
873
  colorPalette?: Record<string, string>;
837
874
  fontFamily?: string;
@@ -874,6 +911,7 @@ export declare const ThemeConfig: z.ZodObject<{
874
911
  privacy?: string;
875
912
  };
876
913
  designTokens?: {
914
+ roles?: Record<string, string>;
877
915
  breakpoints?: Record<string, string>;
878
916
  colorPalette?: Record<string, string>;
879
917
  fontFamily?: string;
@@ -898,6 +936,7 @@ export declare const ThemeConfig: z.ZodObject<{
898
936
  privacy?: string;
899
937
  };
900
938
  designTokens?: {
939
+ roles?: Record<string, string>;
901
940
  breakpoints?: Record<string, string>;
902
941
  colorPalette?: Record<string, string>;
903
942
  fontFamily?: string;
@@ -940,6 +979,7 @@ export declare const ThemeConfig: z.ZodObject<{
940
979
  privacy?: string;
941
980
  };
942
981
  designTokens?: {
982
+ roles?: Record<string, string>;
943
983
  breakpoints?: Record<string, string>;
944
984
  colorPalette?: Record<string, string>;
945
985
  fontFamily?: string;
@@ -964,6 +1004,7 @@ export declare const ThemeConfig: z.ZodObject<{
964
1004
  privacy?: string;
965
1005
  };
966
1006
  designTokens?: {
1007
+ roles?: Record<string, string>;
967
1008
  breakpoints?: Record<string, string>;
968
1009
  colorPalette?: Record<string, string>;
969
1010
  fontFamily?: string;
@@ -995,6 +1036,7 @@ export declare const useThemeStore: import('pinia').StoreDefinition<"theme", Pic
995
1036
  privacy?: string;
996
1037
  };
997
1038
  designTokens?: {
1039
+ roles?: Record<string, string>;
998
1040
  breakpoints?: Record<string, string>;
999
1041
  colorPalette?: Record<string, string>;
1000
1042
  fontFamily?: string;
@@ -1019,6 +1061,7 @@ export declare const useThemeStore: import('pinia').StoreDefinition<"theme", Pic
1019
1061
  privacy?: string;
1020
1062
  };
1021
1063
  designTokens?: {
1064
+ roles?: Record<string, string>;
1022
1065
  breakpoints?: Record<string, string>;
1023
1066
  colorPalette?: Record<string, string>;
1024
1067
  fontFamily?: string;
@@ -1043,6 +1086,7 @@ export declare const useThemeStore: import('pinia').StoreDefinition<"theme", Pic
1043
1086
  privacy?: string;
1044
1087
  };
1045
1088
  designTokens?: {
1089
+ roles?: Record<string, string>;
1046
1090
  breakpoints?: Record<string, string>;
1047
1091
  colorPalette?: Record<string, string>;
1048
1092
  fontFamily?: string;
@@ -1068,6 +1112,7 @@ export declare const useThemeStore: import('pinia').StoreDefinition<"theme", Pic
1068
1112
  privacy?: string;
1069
1113
  };
1070
1114
  designTokens?: {
1115
+ roles?: Record<string, string>;
1071
1116
  breakpoints?: Record<string, string>;
1072
1117
  colorPalette?: Record<string, string>;
1073
1118
  fontFamily?: string;
@@ -1092,6 +1137,7 @@ export declare const useThemeStore: import('pinia').StoreDefinition<"theme", Pic
1092
1137
  privacy?: string;
1093
1138
  };
1094
1139
  designTokens?: {
1140
+ roles?: Record<string, string>;
1095
1141
  breakpoints?: Record<string, string>;
1096
1142
  colorPalette?: Record<string, string>;
1097
1143
  fontFamily?: string;
@@ -1123,6 +1169,7 @@ export declare const useThemeStore: import('pinia').StoreDefinition<"theme", Pic
1123
1169
  privacy?: string;
1124
1170
  };
1125
1171
  designTokens?: {
1172
+ roles?: Record<string, string>;
1126
1173
  breakpoints?: Record<string, string>;
1127
1174
  colorPalette?: Record<string, string>;
1128
1175
  fontFamily?: string;
@@ -1147,6 +1194,7 @@ export declare const useThemeStore: import('pinia').StoreDefinition<"theme", Pic
1147
1194
  privacy?: string;
1148
1195
  };
1149
1196
  designTokens?: {
1197
+ roles?: Record<string, string>;
1150
1198
  breakpoints?: Record<string, string>;
1151
1199
  colorPalette?: Record<string, string>;
1152
1200
  fontFamily?: string;
@@ -1171,6 +1219,7 @@ export declare const useThemeStore: import('pinia').StoreDefinition<"theme", Pic
1171
1219
  privacy?: string;
1172
1220
  };
1173
1221
  designTokens?: {
1222
+ roles?: Record<string, string>;
1174
1223
  breakpoints?: Record<string, string>;
1175
1224
  colorPalette?: Record<string, string>;
1176
1225
  fontFamily?: string;
@@ -1196,6 +1245,7 @@ export declare const useThemeStore: import('pinia').StoreDefinition<"theme", Pic
1196
1245
  privacy?: string;
1197
1246
  };
1198
1247
  designTokens?: {
1248
+ roles?: Record<string, string>;
1199
1249
  breakpoints?: Record<string, string>;
1200
1250
  colorPalette?: Record<string, string>;
1201
1251
  fontFamily?: string;
@@ -1220,6 +1270,7 @@ export declare const useThemeStore: import('pinia').StoreDefinition<"theme", Pic
1220
1270
  privacy?: string;
1221
1271
  };
1222
1272
  designTokens?: {
1273
+ roles?: Record<string, string>;
1223
1274
  breakpoints?: Record<string, string>;
1224
1275
  colorPalette?: Record<string, string>;
1225
1276
  fontFamily?: string;
@@ -1251,6 +1302,7 @@ export declare const useThemeStore: import('pinia').StoreDefinition<"theme", Pic
1251
1302
  privacy?: string;
1252
1303
  };
1253
1304
  designTokens?: {
1305
+ roles?: Record<string, string>;
1254
1306
  breakpoints?: Record<string, string>;
1255
1307
  colorPalette?: Record<string, string>;
1256
1308
  fontFamily?: string;
@@ -1275,6 +1327,7 @@ export declare const useThemeStore: import('pinia').StoreDefinition<"theme", Pic
1275
1327
  privacy?: string;
1276
1328
  };
1277
1329
  designTokens?: {
1330
+ roles?: Record<string, string>;
1278
1331
  breakpoints?: Record<string, string>;
1279
1332
  colorPalette?: Record<string, string>;
1280
1333
  fontFamily?: string;
@@ -1299,6 +1352,7 @@ export declare const useThemeStore: import('pinia').StoreDefinition<"theme", Pic
1299
1352
  privacy?: string;
1300
1353
  };
1301
1354
  designTokens?: {
1355
+ roles?: Record<string, string>;
1302
1356
  breakpoints?: Record<string, string>;
1303
1357
  colorPalette?: Record<string, string>;
1304
1358
  fontFamily?: string;
@@ -1324,6 +1378,7 @@ export declare const useThemeStore: import('pinia').StoreDefinition<"theme", Pic
1324
1378
  privacy?: string;
1325
1379
  };
1326
1380
  designTokens?: {
1381
+ roles?: Record<string, string>;
1327
1382
  breakpoints?: Record<string, string>;
1328
1383
  colorPalette?: Record<string, string>;
1329
1384
  fontFamily?: string;
@@ -1348,6 +1403,7 @@ export declare const useThemeStore: import('pinia').StoreDefinition<"theme", Pic
1348
1403
  privacy?: string;
1349
1404
  };
1350
1405
  designTokens?: {
1406
+ roles?: Record<string, string>;
1351
1407
  breakpoints?: Record<string, string>;
1352
1408
  colorPalette?: Record<string, string>;
1353
1409
  fontFamily?: string;
@@ -1,4 +1,5 @@
1
- export type IconFillType = 'fill' | 'line' | 'none';
1
+ import { FillType } from '@opencloud-eu/design-system/helpers';
2
+ export type IconFillType = FillType;
2
3
  export type IconType = {
3
4
  name: string;
4
5
  color?: string;
@@ -9,4 +9,4 @@ export declare const buildRoutes: () => RouteRecordRaw[];
9
9
  * @param router
10
10
  * @param comparatives
11
11
  */
12
- export declare const isLocationActive: (router: Router, comparatives_0: RouteLocationNamedRaw, ...comparatives: RouteLocationNamedRaw[]) => boolean;
12
+ export declare const isLocationActive: (router: Router, ...comparatives: [RouteLocationNamedRaw, ...RouteLocationNamedRaw[]]) => boolean;
@@ -9,14 +9,14 @@ export interface ActiveRouteDirectorFunc<T extends string> {
9
9
  * @param router
10
10
  * @param comparatives
11
11
  */
12
- export declare const isLocationActive: (router: Router, comparatives_0: RouteLocationNamedRaw, ...comparatives: RouteLocationNamedRaw[]) => boolean;
12
+ export declare const isLocationActive: (router: Router, ...comparatives: [RouteLocationNamedRaw, ...RouteLocationNamedRaw[]]) => boolean;
13
13
  /**
14
14
  * wraps isLocationActive to be used as a closure,
15
15
  * the resulting closure then can be used to check a location against the defined set of director locations
16
16
  *
17
17
  * @param defaultComparatives
18
18
  */
19
- export declare const isLocationActiveDirector: <T extends string>(defaultComparatives_0: RouteLocationNamedRaw, ...defaultComparatives: RouteLocationNamedRaw[]) => ActiveRouteDirectorFunc<T>;
19
+ export declare const isLocationActiveDirector: <T extends string>(...defaultComparatives: [RouteLocationNamedRaw, ...RouteLocationNamedRaw[]]) => ActiveRouteDirectorFunc<T>;
20
20
  /**
21
21
  * just a dummy function to trick gettext tools
22
22
  *
package/dist/web-pkg.js CHANGED
@@ -1,5 +1,5 @@
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";
1
+ import { e2 as e } from "./index-BCVoSs4U.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, S 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, j 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-BCVoSs4U.js";
3
3
  const s = e.dirname;
4
4
  export {
5
5
  i as ActionMenuItem,