@opencloud-eu/web-pkg 4.0.0 → 4.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/{TextEditor-CqzAOOm0.js → TextEditor-QVYD64f0.js} +2 -1
- package/dist/assets/{worker-Cgdggo8k.js → worker-BJJcEMnx.js} +30 -30
- package/dist/assets/{worker-HJ1GIjJK.js → worker-C9GzAwNf.js} +30 -30
- package/dist/assets/{worker-bk9PAyWf.js → worker-DIwRVmuf.js} +28 -28
- package/dist/index-zEQVUjcV.js +34130 -0
- package/dist/src/apps/index.d.ts +1 -0
- package/dist/src/apps/types.d.ts +114 -0
- package/dist/src/cern/composables/index.d.ts +1 -0
- package/dist/src/cern/composables/useGroupingSettings.d.ts +34 -0
- package/dist/src/cern/index.d.ts +1 -0
- package/dist/src/components/AppBar/AppBar.vue.d.ts +582 -0
- package/dist/src/components/AppBar/CreateSpace.vue.d.ts +18 -0
- package/dist/src/components/AppBar/index.d.ts +2 -0
- package/dist/src/components/AppLoadingSpinner.vue.d.ts +2 -0
- package/dist/src/components/AppTemplates/AppWrapper.vue.d.ts +251 -0
- package/dist/src/components/AppTemplates/AppWrapperRoute.d.ts +10 -0
- package/dist/src/components/AppTemplates/PartialViews/ErrorScreen.vue.d.ts +22 -0
- package/dist/src/components/AppTemplates/PartialViews/LoadingScreen.vue.d.ts +2 -0
- package/dist/src/components/AppTemplates/index.d.ts +3 -0
- package/dist/src/components/AppTemplates/types.d.ts +11 -0
- package/dist/src/components/AppTopBar.vue.d.ts +17 -0
- package/dist/src/components/Avatars/AvatarUpload.vue.d.ts +5 -0
- package/dist/src/components/Avatars/UserAvatar.vue.d.ts +6 -0
- package/dist/src/components/Avatars/index.d.ts +2 -0
- package/dist/src/components/BatchActions.vue.d.ts +123 -0
- package/dist/src/components/ContextActions/ActionMenuDropItem.vue.d.ts +11 -0
- package/dist/src/components/ContextActions/ActionMenuItem.vue.d.ts +92 -0
- package/dist/src/components/ContextActions/ContextActionMenu.vue.d.ts +147 -0
- package/dist/src/components/ContextActions/ContextMenuQuickAction.vue.d.ts +41 -0
- package/dist/src/components/ContextActions/index.d.ts +5 -0
- package/dist/src/components/ContextActions/types.d.ts +13 -0
- package/dist/src/components/CreateLinkModal.vue.d.ts +163 -0
- package/dist/src/components/CustomComponentTarget.vue.d.ts +16 -0
- package/dist/src/components/FilesList/ContextActions.vue.d.ts +173 -0
- package/dist/src/components/FilesList/ResourceGhostElement.vue.d.ts +51 -0
- package/dist/src/components/FilesList/ResourceIcon.vue.d.ts +47 -0
- package/dist/src/components/FilesList/ResourceLink.vue.d.ts +67 -0
- package/dist/src/components/FilesList/ResourceListItem.vue.d.ts +21 -0
- package/dist/src/components/FilesList/ResourceName.vue.d.ts +140 -0
- package/dist/src/components/FilesList/ResourceSize.vue.d.ts +25 -0
- package/dist/src/components/FilesList/ResourceStatusIndicators.vue.d.ts +9 -0
- package/dist/src/components/FilesList/ResourceTable.vue.d.ts +1538 -0
- package/dist/src/components/FilesList/ResourceTile.vue.d.ts +177 -0
- package/dist/src/components/FilesList/ResourceTiles.vue.d.ts +204 -0
- package/dist/src/components/FilesList/index.d.ts +10 -0
- package/dist/src/components/Filters/ItemFilterInline.vue.d.ts +28 -0
- package/dist/src/components/Filters/index.d.ts +3 -0
- package/dist/src/components/Filters/types.d.ts +4 -0
- package/dist/src/components/ItemFilter.vue.d.ts +223 -0
- package/dist/src/components/ItemFilterToggle.vue.d.ts +26 -0
- package/dist/src/components/LinkRoleDropdown.vue.d.ts +30 -0
- package/dist/src/components/LoadingIndicator.vue.d.ts +5 -0
- package/dist/src/components/Modals/DatePickerModal.vue.d.ts +104 -0
- package/dist/src/components/Modals/EmojiPickerModal.vue.d.ts +19 -0
- package/dist/src/components/Modals/FilePickerModal.vue.d.ts +41 -0
- package/dist/src/components/Modals/ResourceConflictModal.vue.d.ts +76 -0
- package/dist/src/components/Modals/SaveAsModal.vue.d.ts +49 -0
- package/dist/src/components/Modals/SpaceMoveInfoModal.vue.d.ts +14 -0
- package/dist/src/components/Modals/UnsavedChangesModal.vue.d.ts +27 -0
- package/dist/src/components/Modals/index.d.ts +7 -0
- package/dist/src/components/NoContentMessage.vue.d.ts +23 -0
- package/dist/src/components/Pagination.vue.d.ts +20 -0
- package/dist/src/components/PortalTarget.vue.d.ts +41 -0
- package/dist/src/components/QuotaSelect.vue.d.ts +74 -0
- package/dist/src/components/Search/ResourcePreview.vue.d.ts +48 -0
- package/dist/src/components/Search/index.d.ts +2 -0
- package/dist/src/components/Search/types.d.ts +29 -0
- package/dist/src/components/SearchBarFilter.vue.d.ts +27 -0
- package/dist/src/components/SideBar/CompareSaveDialog.vue.d.ts +38 -0
- package/dist/src/components/SideBar/FileSideBar.vue.d.ts +115 -0
- package/dist/src/components/SideBar/Files/FileInfo.vue.d.ts +5 -0
- package/dist/src/components/SideBar/Files/index.d.ts +1 -0
- package/dist/src/components/SideBar/SideBar.vue.d.ts +41 -0
- package/dist/src/components/SideBar/Spaces/Details/SpaceDetails.vue.d.ts +5 -0
- package/dist/src/components/SideBar/Spaces/Details/SpaceDetailsMultiple.vue.d.ts +6 -0
- package/dist/src/components/SideBar/Spaces/Details/index.d.ts +2 -0
- package/dist/src/components/SideBar/Spaces/SpaceInfo.vue.d.ts +5 -0
- package/dist/src/components/SideBar/Spaces/SpaceNoSelection.vue.d.ts +2 -0
- package/dist/src/components/SideBar/Spaces/index.d.ts +3 -0
- package/dist/src/components/SideBar/WebDavDetails.vue.d.ts +21 -0
- package/dist/src/components/SideBar/index.d.ts +7 -0
- package/dist/src/components/SideBar/types.d.ts +22 -0
- package/dist/src/components/SpaceQuota.vue.d.ts +6 -0
- package/dist/src/components/Spaces/QuotaModal.vue.d.ts +18 -0
- package/dist/src/components/Spaces/SpaceImageModal.vue.d.ts +13 -0
- package/dist/src/components/Spaces/index.d.ts +2 -0
- package/dist/src/components/TextEditor/TextEditor.vue.d.ts +162 -0
- package/dist/src/components/TextEditor/index.d.ts +158 -0
- package/dist/src/components/TextEditor/l18n.d.ts +3 -0
- package/dist/src/components/ViewOptions.vue.d.ts +143 -0
- package/dist/src/components/index.d.ts +28 -0
- package/dist/src/composables/ability/index.d.ts +1 -0
- package/dist/src/composables/ability/useAbility.d.ts +2 -0
- package/dist/src/composables/actions/files/index.d.ts +29 -0
- package/dist/src/composables/actions/files/useFileActions.d.ts +32 -0
- package/dist/src/composables/actions/files/useFileActionsCopy.d.ts +4 -0
- package/dist/src/composables/actions/files/useFileActionsCopyPermanentLink.d.ts +4 -0
- package/dist/src/composables/actions/files/useFileActionsCreateLink.d.ts +6 -0
- package/dist/src/composables/actions/files/useFileActionsCreateNewFile.d.ts +10 -0
- package/dist/src/composables/actions/files/useFileActionsCreateNewFolder.d.ts +9 -0
- package/dist/src/composables/actions/files/useFileActionsCreateNewShortcut.d.ts +8 -0
- package/dist/src/composables/actions/files/useFileActionsCreateSpaceFromResource.d.ts +4 -0
- package/dist/src/composables/actions/files/useFileActionsDelete.d.ts +4 -0
- package/dist/src/composables/actions/files/useFileActionsDisableSync.d.ts +5 -0
- package/dist/src/composables/actions/files/useFileActionsDownloadArchive.d.ts +4 -0
- package/dist/src/composables/actions/files/useFileActionsDownloadFile.d.ts +4 -0
- package/dist/src/composables/actions/files/useFileActionsEmptyTrashBin.d.ts +8 -0
- package/dist/src/composables/actions/files/useFileActionsEnableSync.d.ts +5 -0
- package/dist/src/composables/actions/files/useFileActionsFavorite.d.ts +4 -0
- package/dist/src/composables/actions/files/useFileActionsMove.d.ts +4 -0
- package/dist/src/composables/actions/files/useFileActionsNavigate.d.ts +4 -0
- package/dist/src/composables/actions/files/useFileActionsOpenShortcut.d.ts +5 -0
- package/dist/src/composables/actions/files/useFileActionsOpenWithApp.d.ts +6 -0
- package/dist/src/composables/actions/files/useFileActionsPaste.d.ts +4 -0
- package/dist/src/composables/actions/files/useFileActionsRename.d.ts +6 -0
- package/dist/src/composables/actions/files/useFileActionsRestore.d.ts +15 -0
- package/dist/src/composables/actions/files/useFileActionsSaveAs.d.ts +7 -0
- package/dist/src/composables/actions/files/useFileActionsSetImage.d.ts +4 -0
- package/dist/src/composables/actions/files/useFileActionsShowActions.d.ts +4 -0
- package/dist/src/composables/actions/files/useFileActionsShowDetails.d.ts +4 -0
- package/dist/src/composables/actions/files/useFileActionsShowShares.d.ts +5 -0
- package/dist/src/composables/actions/files/useFileActionsToggleHideShare.d.ts +5 -0
- package/dist/src/composables/actions/files/useFileActionsUndoDelete.d.ts +8 -0
- package/dist/src/composables/actions/helpers/index.d.ts +5 -0
- package/dist/src/composables/actions/helpers/useFileActionsDeleteResources.d.ts +5 -0
- package/dist/src/composables/actions/helpers/useIsAppActive.d.ts +1 -0
- package/dist/src/composables/actions/helpers/useIsFilesAppActive.d.ts +1 -0
- package/dist/src/composables/actions/helpers/useIsResourceNameValid.d.ts +11 -0
- package/dist/src/composables/actions/helpers/useIsSearchActive.d.ts +1 -0
- package/dist/src/composables/actions/index.d.ts +8 -0
- package/dist/src/composables/actions/spaces/index.d.ts +12 -0
- package/dist/src/composables/actions/spaces/useSpaceActionsDelete.d.ts +6 -0
- package/dist/src/composables/actions/spaces/useSpaceActionsDeleteImage.d.ts +8 -0
- package/dist/src/composables/actions/spaces/useSpaceActionsDisable.d.ts +6 -0
- package/dist/src/composables/actions/spaces/useSpaceActionsDuplicate.d.ts +6 -0
- package/dist/src/composables/actions/spaces/useSpaceActionsEditDescription.d.ts +6 -0
- package/dist/src/composables/actions/spaces/useSpaceActionsEditQuota.d.ts +4 -0
- package/dist/src/composables/actions/spaces/useSpaceActionsEditReadmeContent.d.ts +4 -0
- package/dist/src/composables/actions/spaces/useSpaceActionsNavigateToTrash.d.ts +4 -0
- package/dist/src/composables/actions/spaces/useSpaceActionsRename.d.ts +6 -0
- package/dist/src/composables/actions/spaces/useSpaceActionsRestore.d.ts +6 -0
- package/dist/src/composables/actions/spaces/useSpaceActionsSetIcon.d.ts +6 -0
- package/dist/src/composables/actions/spaces/useSpaceActionsShowMembers.d.ts +4 -0
- package/dist/src/composables/actions/types.d.ts +47 -0
- package/dist/src/composables/actions/useActionsShowDetails.d.ts +4 -0
- package/dist/src/composables/actions/useOpenEmptyEditor.d.ts +3 -0
- package/dist/src/composables/actions/useOpenWithDefaultApp.d.ts +7 -0
- package/dist/src/composables/actions/useWindowOpen.d.ts +3 -0
- package/dist/src/composables/appDefaults/index.d.ts +8 -0
- package/dist/src/composables/appDefaults/types.d.ts +15 -0
- package/dist/src/composables/appDefaults/useAppConfig.d.ts +11 -0
- package/dist/src/composables/appDefaults/useAppDefaults.d.ts +20 -0
- package/dist/src/composables/appDefaults/useAppDocumentTitle.d.ts +13 -0
- package/dist/src/composables/appDefaults/useAppFileHandling.d.ts +24 -0
- package/dist/src/composables/appDefaults/useAppFolderHandling.d.ts +16 -0
- package/dist/src/composables/appDefaults/useAppMeta.d.ts +9 -0
- package/dist/src/composables/appDefaults/useAppNavigation.d.ts +27 -0
- package/dist/src/composables/appDefaults/useDocumentTitle.d.ts +8 -0
- package/dist/src/composables/appProviderService/index.d.ts +1 -0
- package/dist/src/composables/appProviderService/useAppProviderService.d.ts +2 -0
- package/dist/src/composables/archiverService/index.d.ts +1 -0
- package/dist/src/composables/archiverService/useArchiverService.d.ts +2 -0
- package/dist/src/composables/authContext/index.d.ts +2 -0
- package/dist/src/composables/authContext/useAuthService.d.ts +10 -0
- package/dist/src/composables/authContext/useRequest.d.ts +15 -0
- package/dist/src/composables/avatars/index.d.ts +1 -0
- package/dist/src/composables/avatars/useLoadAvatars.d.ts +3 -0
- package/dist/src/composables/breadcrumbs/index.d.ts +1 -0
- package/dist/src/composables/breadcrumbs/useBreadcrumbsFromPath.d.ts +14 -0
- package/dist/src/composables/clientService/index.d.ts +1 -0
- package/dist/src/composables/clientService/useClientService.d.ts +2 -0
- package/dist/src/composables/clipboard/index.d.ts +1 -0
- package/dist/src/composables/clipboard/useClipboard.d.ts +3 -0
- package/dist/src/composables/download/index.d.ts +1 -0
- package/dist/src/composables/download/useDownloadFile.d.ts +8 -0
- package/dist/src/composables/driveResolver/index.d.ts +2 -0
- package/dist/src/composables/driveResolver/useDriveResolver.d.ts +13 -0
- package/dist/src/composables/driveResolver/useSpacesLoading.d.ts +3 -0
- package/dist/src/composables/embedMode/index.d.ts +1 -0
- package/dist/src/composables/embedMode/useEmbedMode.d.ts +23 -0
- package/dist/src/composables/eventBus/index.d.ts +1 -0
- package/dist/src/composables/eventBus/useEventBus.d.ts +1 -0
- package/dist/src/composables/fileListHeaderPosition/index.d.ts +1 -0
- package/dist/src/composables/fileListHeaderPosition/useFileListHeaderPosition.d.ts +5 -0
- package/dist/src/composables/filesList/index.d.ts +1 -0
- package/dist/src/composables/filesList/useResourceRouteResolver.d.ts +13 -0
- package/dist/src/composables/folderLink/index.d.ts +1 -0
- package/dist/src/composables/folderLink/useFolderLink.d.ts +15 -0
- package/dist/src/composables/index.d.ts +41 -0
- package/dist/src/composables/isTopBarSticky/index.d.ts +1 -0
- package/dist/src/composables/isTopBarSticky/useIsTopBarSticky.d.ts +8 -0
- package/dist/src/composables/keyboardActions/index.d.ts +3 -0
- package/dist/src/composables/keyboardActions/useCropperKeyboardActions.d.ts +4 -0
- package/dist/src/composables/keyboardActions/useInterceptModifierClick.d.ts +4 -0
- package/dist/src/composables/keyboardActions/useKeyboardActions.d.ts +47 -0
- package/dist/src/composables/links/index.d.ts +1 -0
- package/dist/src/composables/links/useLinkTypes.d.ts +31 -0
- package/dist/src/composables/loadingService/index.d.ts +1 -0
- package/dist/src/composables/loadingService/useLoadingService.d.ts +2 -0
- package/dist/src/composables/localStorage/index.d.ts +1 -0
- package/dist/src/composables/localStorage/useLocalStorage.d.ts +2 -0
- package/dist/src/composables/pagination/constants.d.ts +5 -0
- package/dist/src/composables/pagination/index.d.ts +2 -0
- package/dist/src/composables/pagination/usePagination.d.ts +17 -0
- package/dist/src/composables/passwordPolicyService/index.d.ts +1 -0
- package/dist/src/composables/passwordPolicyService/usePasswordPolicyService.d.ts +2 -0
- package/dist/src/composables/piniaStores/apps.d.ts +157 -0
- package/dist/src/composables/piniaStores/auth.d.ts +60 -0
- package/dist/src/composables/piniaStores/avatars.d.ts +27 -0
- package/dist/src/composables/piniaStores/capabilities.d.ts +1722 -0
- package/dist/src/composables/piniaStores/clipboard.d.ts +598 -0
- package/dist/src/composables/piniaStores/config/config.d.ts +759 -0
- package/dist/src/composables/piniaStores/config/index.d.ts +2 -0
- package/dist/src/composables/piniaStores/config/types.d.ts +194 -0
- package/dist/src/composables/piniaStores/extensionRegistry/extensionPreferences.d.ts +22 -0
- package/dist/src/composables/piniaStores/extensionRegistry/extensionRegistry.d.ts +37 -0
- package/dist/src/composables/piniaStores/extensionRegistry/index.d.ts +3 -0
- package/dist/src/composables/piniaStores/extensionRegistry/types.d.ts +66 -0
- package/dist/src/composables/piniaStores/index.d.ts +16 -0
- package/dist/src/composables/piniaStores/messages.d.ts +866 -0
- package/dist/src/composables/piniaStores/modals.d.ts +1373 -0
- package/dist/src/composables/piniaStores/resources.d.ts +198 -0
- package/dist/src/composables/piniaStores/shares/index.d.ts +2 -0
- package/dist/src/composables/piniaStores/shares/shares.d.ts +57 -0
- package/dist/src/composables/piniaStores/shares/types.d.ts +41 -0
- package/dist/src/composables/piniaStores/spaces.d.ts +9045 -0
- package/dist/src/composables/piniaStores/theme.d.ts +514 -0
- package/dist/src/composables/piniaStores/updates.d.ts +24 -0
- package/dist/src/composables/piniaStores/user.d.ts +15 -0
- package/dist/src/composables/piniaStores/webWorkers.d.ts +29 -0
- package/dist/src/composables/portalTarget/eventTopics.d.ts +3 -0
- package/dist/src/composables/portalTarget/index.d.ts +2 -0
- package/dist/src/composables/portalTarget/usePortalTarget.d.ts +4 -0
- package/dist/src/composables/previewService/index.d.ts +1 -0
- package/dist/src/composables/previewService/usePreviewService.d.ts +2 -0
- package/dist/src/composables/requestHeaders/index.d.ts +1 -0
- package/dist/src/composables/requestHeaders/useRequestHeaders.d.ts +3 -0
- package/dist/src/composables/resources/index.d.ts +5 -0
- package/dist/src/composables/resources/useCanBeOpenedWithSecureView.d.ts +4 -0
- package/dist/src/composables/resources/useCanListVersions.d.ts +7 -0
- package/dist/src/composables/resources/useGetResourceContext.d.ts +1485 -0
- package/dist/src/composables/resources/useLoadPreview.d.ts +26 -0
- package/dist/src/composables/resources/useResourceContents.d.ts +5 -0
- package/dist/src/composables/router/index.d.ts +11 -0
- package/dist/src/composables/router/types.d.ts +16 -0
- package/dist/src/composables/router/useActiveApp.d.ts +4 -0
- package/dist/src/composables/router/useActiveLocation.d.ts +10 -0
- package/dist/src/composables/router/useFileRouteReplace.d.ts +15 -0
- package/dist/src/composables/router/useRoute.d.ts +3 -0
- package/dist/src/composables/router/useRouteMeta.d.ts +2 -0
- package/dist/src/composables/router/useRouteName.d.ts +2 -0
- package/dist/src/composables/router/useRouteParam.d.ts +3 -0
- package/dist/src/composables/router/useRouteQuery.d.ts +3 -0
- package/dist/src/composables/router/useRouteQueryPersisted.d.ts +8 -0
- package/dist/src/composables/router/useRouter.d.ts +2 -0
- package/dist/src/composables/scrollTo/index.d.ts +1 -0
- package/dist/src/composables/scrollTo/useScrollTo.d.ts +9 -0
- package/dist/src/composables/search/constants.d.ts +4 -0
- package/dist/src/composables/search/index.d.ts +2 -0
- package/dist/src/composables/search/useSearch.d.ts +14 -0
- package/dist/src/composables/selection/index.d.ts +2 -0
- package/dist/src/composables/selection/useSelectedResources.d.ts +9 -0
- package/dist/src/composables/selection/useToggleTile.d.ts +4 -0
- package/dist/src/composables/service/index.d.ts +1 -0
- package/dist/src/composables/service/useService.d.ts +1 -0
- package/dist/src/composables/shares/index.d.ts +2 -0
- package/dist/src/composables/shares/useCanListShares.d.ts +7 -0
- package/dist/src/composables/shares/useCanShare.d.ts +7 -0
- package/dist/src/composables/sideBar/eventTopics.d.ts +7 -0
- package/dist/src/composables/sideBar/index.d.ts +2 -0
- package/dist/src/composables/sideBar/useSideBar.d.ts +12 -0
- package/dist/src/composables/sort/constants.d.ts +4 -0
- package/dist/src/composables/sort/index.d.ts +2 -0
- package/dist/src/composables/sort/useSort.d.ts +36 -0
- package/dist/src/composables/spaces/index.d.ts +3 -0
- package/dist/src/composables/spaces/useCreateSpace.d.ts +5 -0
- package/dist/src/composables/spaces/useGetMatchingSpace.d.ts +15 -0
- package/dist/src/composables/spaces/useSpaceHelpers.d.ts +4 -0
- package/dist/src/composables/upload/index.d.ts +1 -0
- package/dist/src/composables/upload/useUpload.d.ts +6 -0
- package/dist/src/composables/viewMode/constants.d.ts +12 -0
- package/dist/src/composables/viewMode/index.d.ts +3 -0
- package/dist/src/composables/viewMode/useTileSize.d.ts +4 -0
- package/dist/src/composables/viewMode/useViewMode.d.ts +4 -0
- package/dist/src/composables/webWorkers/deleteWorker/index.d.ts +1 -0
- package/dist/src/composables/webWorkers/deleteWorker/useDeleteWorker.d.ts +28 -0
- package/dist/src/composables/webWorkers/deleteWorker/worker.d.ts +1 -0
- package/dist/src/composables/webWorkers/index.d.ts +4 -0
- package/dist/src/composables/webWorkers/pasteWorker/index.d.ts +1 -0
- package/dist/src/composables/webWorkers/pasteWorker/usePasteWorker.d.ts +25 -0
- package/dist/src/composables/webWorkers/pasteWorker/worker.d.ts +1 -0
- package/dist/src/composables/webWorkers/restoreWorker/index.d.ts +1 -0
- package/dist/src/composables/webWorkers/restoreWorker/useRestoreWorker.d.ts +28 -0
- package/dist/src/composables/webWorkers/restoreWorker/worker.d.ts +1 -0
- package/dist/src/composables/webWorkers/tokenTimerWorker/index.d.ts +1 -0
- package/dist/src/composables/webWorkers/tokenTimerWorker/useTokenTimerWorker.d.ts +12 -0
- package/dist/src/composables/webWorkers/tokenTimerWorker/worker.d.ts +1 -0
- package/dist/src/constants.d.ts +17 -0
- package/dist/src/errors/index.d.ts +1 -0
- package/dist/src/errors/types.d.ts +13 -0
- package/dist/src/helpers/binary.d.ts +2 -0
- package/dist/src/helpers/breadcrumbs.d.ts +4 -0
- package/dist/src/helpers/cache/cache.d.ts +20 -0
- package/dist/src/helpers/cache/index.d.ts +1 -0
- package/dist/src/helpers/clipboardActions.d.ts +4 -0
- package/dist/src/helpers/contextMenuDropdown.d.ts +7 -0
- package/dist/src/helpers/datetime.d.ts +11 -0
- package/dist/src/helpers/download.d.ts +1 -0
- package/dist/src/helpers/filesize.d.ts +8 -0
- package/dist/src/helpers/folderLink/index.d.ts +1 -0
- package/dist/src/helpers/folderLink/types.d.ts +6 -0
- package/dist/src/helpers/fuse.d.ts +5 -0
- package/dist/src/helpers/index.d.ts +21 -0
- package/dist/src/helpers/locale.d.ts +1 -0
- package/dist/src/helpers/path.d.ts +13 -0
- package/dist/src/helpers/permissions.d.ts +8 -0
- package/dist/src/helpers/platform.d.ts +1 -0
- package/dist/src/helpers/resource/conflictHandling/conflictDialog.d.ts +15 -0
- package/dist/src/helpers/resource/conflictHandling/conflictUtils.d.ts +3 -0
- package/dist/src/helpers/resource/conflictHandling/index.d.ts +4 -0
- package/dist/src/helpers/resource/conflictHandling/transfer.d.ts +27 -0
- package/dist/src/helpers/resource/conflictHandling/types.d.ts +24 -0
- package/dist/src/helpers/resource/filter.d.ts +2 -0
- package/dist/src/helpers/resource/icon.d.ts +10 -0
- package/dist/src/helpers/resource/index.d.ts +5 -0
- package/dist/src/helpers/resource/renameResource.d.ts +2 -0
- package/dist/src/helpers/resource/sameResource.d.ts +2 -0
- package/dist/src/helpers/router/buildUrl.d.ts +2 -0
- package/dist/src/helpers/router/index.d.ts +2 -0
- package/dist/src/helpers/router/routeOptions.d.ts +24 -0
- package/dist/src/helpers/share/driveItem.d.ts +12 -0
- package/dist/src/helpers/share/index.d.ts +2 -0
- package/dist/src/helpers/share/sharedAncestorRoute.d.ts +7 -0
- package/dist/src/helpers/spaces/index.d.ts +1 -0
- package/dist/src/helpers/spaces/permissions.d.ts +13 -0
- package/dist/src/helpers/statusIndicators.d.ts +23 -0
- package/dist/src/helpers/store.d.ts +8 -0
- package/dist/src/helpers/textByteSize.d.ts +1 -0
- package/dist/src/helpers/ui/index.d.ts +3 -0
- package/dist/src/helpers/ui/resourceCheckbox.d.ts +1 -0
- package/dist/src/helpers/ui/resourceTable.d.ts +3 -0
- package/dist/src/helpers/ui/resourceTiles.d.ts +6 -0
- package/dist/src/http/client.d.ts +23 -0
- package/dist/src/http/index.d.ts +1 -0
- package/dist/src/index.d.ts +14 -0
- package/dist/src/observer/index.d.ts +1 -0
- package/dist/src/observer/visibility.d.ts +26 -0
- package/dist/src/router/common.d.ts +9 -0
- package/dist/src/router/deprecated.d.ts +12 -0
- package/dist/src/router/index.d.ts +12 -0
- package/dist/src/router/public.d.ts +9 -0
- package/dist/src/router/router.d.ts +27 -0
- package/dist/src/router/shares.d.ts +10 -0
- package/dist/src/router/spaces.d.ts +9 -0
- package/dist/src/router/trash.d.ts +9 -0
- package/dist/src/router/utils.d.ts +32 -0
- package/dist/src/services/appProvider/index.d.ts +2 -0
- package/dist/src/services/appProvider/schemas.d.ts +40 -0
- package/dist/src/services/appProvider/service.d.ts +27 -0
- package/dist/src/services/archiver.d.ts +25 -0
- package/dist/src/services/cache.d.ts +14 -0
- package/dist/src/services/client/auth.d.ts +12 -0
- package/dist/src/services/client/client.d.ts +48 -0
- package/dist/src/services/client/index.d.ts +2 -0
- package/dist/src/services/eventBus.d.ts +8 -0
- package/dist/src/services/folder/folderService.d.ts +27 -0
- package/dist/src/services/folder/index.d.ts +2 -0
- package/dist/src/services/folder/loaders/index.d.ts +7 -0
- package/dist/src/services/folder/loaders/loaderFavorites.d.ts +7 -0
- package/dist/src/services/folder/loaders/loaderSharedViaLink.d.ts +7 -0
- package/dist/src/services/folder/loaders/loaderSharedWithMe.d.ts +7 -0
- package/dist/src/services/folder/loaders/loaderSharedWithOthers.d.ts +7 -0
- package/dist/src/services/folder/loaders/loaderSpace.d.ts +7 -0
- package/dist/src/services/folder/loaders/loaderTrashbin.d.ts +7 -0
- package/dist/src/services/folder/loaders/types.d.ts +3 -0
- package/dist/src/services/index.d.ts +10 -0
- package/dist/src/services/loadingService.d.ts +33 -0
- package/dist/src/services/passwordPolicy/index.d.ts +1 -0
- package/dist/src/services/passwordPolicy/passwordPolicy.d.ts +20 -0
- package/dist/src/services/passwordPolicy/rules.d.ts +69 -0
- package/dist/src/services/preview/index.d.ts +2 -0
- package/dist/src/services/preview/previewService.d.ts +21 -0
- package/dist/src/services/preview/types.d.ts +23 -0
- package/dist/src/services/uppy/DropTarget/getDroppedFiles.d.ts +1 -0
- package/dist/src/services/uppy/DropTarget/plugin.d.ts +21 -0
- package/dist/src/services/uppy/DropTarget/types.d.ts +9 -0
- package/dist/src/services/uppy/index.d.ts +2 -0
- package/dist/src/services/uppy/uppyService.d.ts +91 -0
- package/dist/src/services/uppy/utils.d.ts +11 -0
- package/dist/src/types.d.ts +24 -0
- package/dist/src/ui/index.d.ts +1 -0
- package/dist/src/ui/types.d.ts +14 -0
- package/dist/src/utils/dirname.d.ts +1 -0
- package/dist/src/utils/encodePath.d.ts +1 -0
- package/dist/src/utils/index.d.ts +5 -0
- package/dist/src/utils/objectKeys.d.ts +1 -0
- package/dist/src/utils/semver.d.ts +14 -0
- package/dist/src/utils/types.d.ts +5 -0
- package/dist/web-pkg.js +226 -220
- package/dist/web-pkg.umd.cjs +49 -49
- package/package.json +5 -7
- package/dist/index-Ctidv9Qe.js +0 -34023
package/dist/web-pkg.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import { eq as e } from "./index-zEQVUjcV.js";
|
|
2
|
+
import { cT as i, x as r, t as c, cX as n, n as u, A as l, e3 as d, g as p, q as S, s as A, e4 as b, e6 as m, ae as F, B as v, cY as R, e7 as T, dk as h, a0 as C, c_ as g, v as D, y as L, w as E, m as M, l as P, p as y, C as f, M as I, T as w, am as O, al as k, cP as B, cQ as W, cO as N, X as x, e8 as _, a8 as V, Y as U, a2 as H, ed as Q, ee as K, ef as z, eg as G, ec as j, eh as q, ea as X, cE as J, dI as Y, cR as Z, cS as $, h as ee, O as ae, I as se, bx as oe, L as te, ei as ie, i as re, ej as ce, e2 as ne, by as ue, N as le, P as de, bG as pe, em as Se, k as Ae, c1 as be, ek as me, el as Fe, aa as ve, Q as Re, cU as Te, cV as he, bN as Ce, d2 as ge, U as De, R as Le, E as Ee, H as Me, D as Pe, J as ye, a9 as fe, K as Ie, z as we, F as Oe, G as ke, d1 as Be, cW as We, Z as Ne, S as xe, cn as _e, a1 as Ve, cu as Ue, cz as He, cw as Qe, a6 as Ke, a7 as ze, ab as Ge, a4 as je, W as qe, a5 as Xe, j as Je, ac as Ye, bY as Ze, d3 as $e, $ as ea, en as aa, ad as sa, V as oa, dJ as ta, a3 as ia, bX as ra, cb as ca, ca as na, dE as ua, di as la, e1 as da, d9 as pa, e5 as Sa, dF as Aa, dD as ba, eu as ma, dj as Fa, bd as va, b9 as Ra, ba as Ta, bb as ha, ep as Ca, d6 as ga, d8 as Da, eo as La, dK as Ea, dL as Ma, dO as Pa, dM as ya, dN as fa, dW as Ia, dz as wa, f as Oa, de as ka, dg as Ba, dl as Wa, er as Na, e9 as xa, d4 as _a, dd as Va, eb as Ua, dm as Ha, dp as Qa, dq as Ka, dn as za, dr as Ga, dy as ja, ds as qa, du as Xa, dv as Ja, dt as Ya, dw as Za, dC as $a, dA as es, dB as as, db as ss, da as os, bV as ts, dH as is, dT as rs, dU as cs, dP as ns, dS as us, dQ as ls, dR as ds, dV as ps, dG as Ss, d0 as As, cZ as bs, dX as ms, dY as Fs, d_ as vs, d$ as Rs, e0 as Ts, dZ as hs, es as Cs, et as gs, be as Ds, d7 as Ls, c$ as Es, d5 as Ms, bc as Ps, dc as ys, df as fs, cy as Is, bU as ws, dh as Os, dx as ks, af as Bs, b0 as Ws, cc as Ns, cl as xs, b4 as _s, b5 as Vs, b6 as Us, b7 as Hs, b8 as Qs, bf as Ks, bh as zs, bI as Gs, bi as js, bj as qs, bJ as Xs, b$ as Js, bl as Ys, c5 as Zs, cs as $s, c6 as eo, ct as ao, bK as so, bm as oo, bn as to, bL as io, bM as ro, cC as co, bB as no, cJ as uo, bg as lo, bo as po, bp as So, br as Ao, bs as bo, bO as mo, bP as Fo, an as vo, aq as Ro, ar as To, aM as ho, aJ as Co, aI as go, aK as Do, aH as Lo, at as Eo, ag as Mo, as as Po, au as yo, av as fo, aw as Io, ao as wo, ax as Oo, ay as ko, az as Bo, aL as Wo, aN as No, aA as xo, aB as _o, aC as Vo, aO as Uo, aD as Ho, aE as Qo, aF as Ko, aG as zo, ap as Go, aP as jo, bt as qo, cd as Xo, bv as Jo, cB as Yo, c7 as Zo, ev as $o, bA as et, ah as at, ai as st, aj as ot, ak as tt, bw as it, bz as rt, bC as ct, cN as nt, c8 as ut, bD as lt, bE as dt, bQ as pt, bR as St, b1 as At, b2 as bt, bF as mt, bH as Ft, cK as vt, c2 as Rt, c3 as Tt, bk as ht, c4 as Ct, c9 as gt, bu as Dt, bS as Lt, cL as Et, ce as Mt, cg as Pt, cf as yt, ch as ft, ci as It, cj as wt, ck as Ot, cm as kt, co as Bt, cp as Wt, cr as Nt, bT as xt, cv as _t, cx as Vt, aQ as Ut, a$ as Ht, aR as Qt, aS as Kt, aT as zt, aU as Gt, aV as jt, aZ as qt, aW as Xt, aX as Jt, a_ as Yt, aY as Zt, cA as $t, bq as ei, bW as ai, u as si, cF as oi, cq as ti, cM as ii, c0 as ri, cD as ci, bZ as ni, cG as ui, cH as li, cI as di, b_ as pi, b3 as Si } from "./index-zEQVUjcV.js";
|
|
3
3
|
const s = e.dirname;
|
|
4
4
|
export {
|
|
5
5
|
i as AVATAR_UPLOAD_MAX_FILE_SIZE_MB,
|
|
@@ -15,15 +15,15 @@ export {
|
|
|
15
15
|
b as ArchiverService,
|
|
16
16
|
m as Auth,
|
|
17
17
|
F as AvatarUpload,
|
|
18
|
-
|
|
19
|
-
|
|
18
|
+
v as BatchActions,
|
|
19
|
+
R as Cache,
|
|
20
20
|
T as ClientService,
|
|
21
21
|
h as ClipboardActions,
|
|
22
22
|
C as CompareSaveDialog,
|
|
23
23
|
g as ConflictDialog,
|
|
24
24
|
D as ContextActionMenu,
|
|
25
|
-
|
|
26
|
-
|
|
25
|
+
L as ContextActions,
|
|
26
|
+
E as ContextMenuQuickAction,
|
|
27
27
|
M as CreateLinkModal,
|
|
28
28
|
P as CreateShortcutModal,
|
|
29
29
|
y as CreateSpace,
|
|
@@ -45,8 +45,8 @@ export {
|
|
|
45
45
|
z as FolderLoaderSharedWithMe,
|
|
46
46
|
G as FolderLoaderSharedWithOthers,
|
|
47
47
|
j as FolderLoaderSpace,
|
|
48
|
-
|
|
49
|
-
|
|
48
|
+
q as FolderLoaderTrashbin,
|
|
49
|
+
X as FolderService,
|
|
50
50
|
J as FolderViewModeConstants,
|
|
51
51
|
Y as HttpClient,
|
|
52
52
|
Z as ImageDimension,
|
|
@@ -69,15 +69,15 @@ export {
|
|
|
69
69
|
be as PortalTargetEventTopics,
|
|
70
70
|
me as PreviewService,
|
|
71
71
|
Fe as ProcessorType,
|
|
72
|
-
|
|
73
|
-
|
|
72
|
+
ve as QuotaModal,
|
|
73
|
+
Re as QuotaSelect,
|
|
74
74
|
Te as RESOURCE_MAX_CHARACTER_LENGTH,
|
|
75
75
|
he as RESOURCE_NAME_MAX_BYTES,
|
|
76
76
|
Ce as RawConfigSchema,
|
|
77
77
|
ge as ResolveStrategy,
|
|
78
78
|
De as ResourceConflictModal,
|
|
79
|
-
|
|
80
|
-
|
|
79
|
+
Le as ResourceGhostElement,
|
|
80
|
+
Ee as ResourceIcon,
|
|
81
81
|
Me as ResourceLink,
|
|
82
82
|
Pe as ResourceListItem,
|
|
83
83
|
ye as ResourceName,
|
|
@@ -99,8 +99,8 @@ export {
|
|
|
99
99
|
ze as SpaceDetailsMultiple,
|
|
100
100
|
Ge as SpaceImageModal,
|
|
101
101
|
je as SpaceInfo,
|
|
102
|
-
|
|
103
|
-
|
|
102
|
+
qe as SpaceMoveInfoModal,
|
|
103
|
+
Xe as SpaceNoSelection,
|
|
104
104
|
Je as SpaceQuota,
|
|
105
105
|
Ye as TextEditor,
|
|
106
106
|
Ze as ThemeConfig,
|
|
@@ -121,212 +121,218 @@ export {
|
|
|
121
121
|
Sa as cacheService,
|
|
122
122
|
Aa as canvasToBlob,
|
|
123
123
|
ba as cloneStateObject,
|
|
124
|
-
ma as
|
|
125
|
-
Fa as
|
|
124
|
+
ma as compareVersions,
|
|
125
|
+
Fa as concatBreadcrumbs,
|
|
126
|
+
va as contextQueryToFileContextProps,
|
|
126
127
|
Ra as contextRouteNameKey,
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
Ea as
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
128
|
+
Ta as contextRouteParamsKey,
|
|
129
|
+
ha as contextRouteQueryKey,
|
|
130
|
+
Ca as convertToMinimalUppyFile,
|
|
131
|
+
ga as createDefaultFileIconMapping,
|
|
132
|
+
Da as createFileRouteOptions,
|
|
133
|
+
La as createFolderDummyFile,
|
|
134
|
+
Ea as createLocation,
|
|
135
|
+
Ma as createLocationCommon,
|
|
136
|
+
Pa as createLocationPublic,
|
|
137
|
+
ya as createLocationShares,
|
|
138
|
+
fa as createLocationSpaces,
|
|
139
|
+
Ia as createLocationTrash,
|
|
140
|
+
wa as defaultFuseOptions,
|
|
141
|
+
Oa as defineWebApplication,
|
|
142
|
+
ka as determineResourceTableSortFields,
|
|
143
|
+
Ba as determineResourceTilesSortFields,
|
|
142
144
|
s as dirname,
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
145
|
+
Wa as displayPositionedDropdown,
|
|
146
|
+
Na as encodePath,
|
|
147
|
+
xa as eventBus,
|
|
148
|
+
_a as filterResources,
|
|
149
|
+
Va as focusCheckbox,
|
|
150
|
+
Ua as folderService,
|
|
151
|
+
Ha as formatDateFromDateTime,
|
|
152
|
+
Qa as formatDateFromHTTP,
|
|
153
|
+
Ka as formatDateFromISO,
|
|
154
|
+
za as formatDateFromJSDate,
|
|
155
|
+
Ga as formatDateFromRFC,
|
|
156
|
+
ja as formatFileSize,
|
|
157
|
+
qa as formatRelativeDateFromDateTime,
|
|
158
|
+
Xa as formatRelativeDateFromHTTP,
|
|
159
|
+
Ja as formatRelativeDateFromISO,
|
|
160
|
+
Ya as formatRelativeDateFromJSDate,
|
|
161
|
+
Za as formatRelativeDateFromRFC,
|
|
162
|
+
$a as getIndicators,
|
|
163
|
+
es as getLocaleFromLanguage,
|
|
164
|
+
as as getParentPaths,
|
|
165
|
+
ss as getSharedAncestorRoute,
|
|
166
|
+
os as getSharedDriveItem,
|
|
167
|
+
ts as getSpacesByType,
|
|
168
|
+
is as getTextByteSize,
|
|
169
|
+
rs as isLocationActive,
|
|
170
|
+
cs as isLocationActiveDirector,
|
|
171
|
+
ns as isLocationCommonActive,
|
|
172
|
+
us as isLocationPublicActive,
|
|
173
|
+
ls as isLocationSharesActive,
|
|
174
|
+
ds as isLocationSpacesActive,
|
|
175
|
+
ps as isLocationTrashActive,
|
|
176
|
+
Ss as isMacOs,
|
|
177
|
+
As as isResourceBeeingMovedToSameLocation,
|
|
178
|
+
bs as isSameResource,
|
|
179
|
+
ms as locationPublicLink,
|
|
180
|
+
Fs as locationPublicUpload,
|
|
181
|
+
vs as locationSharesViaLink,
|
|
182
|
+
Rs as locationSharesWithMe,
|
|
183
|
+
Ts as locationSharesWithOthers,
|
|
184
|
+
hs as locationSpacesGeneric,
|
|
185
|
+
Cs as objectKeys,
|
|
186
|
+
gs as parseVersion,
|
|
187
|
+
Ds as queryItemAsString,
|
|
188
|
+
Ls as renameResource,
|
|
189
|
+
Es as resolveFileNameDuplicate,
|
|
190
|
+
Ms as resourceIconMappingInjectionKey,
|
|
191
|
+
Ps as routeToContextQuery,
|
|
192
|
+
ys as setCurrentUserShareSpacePermissions,
|
|
193
|
+
fs as sortFields,
|
|
194
|
+
Is as sortHelper,
|
|
195
|
+
ws as sortSpaceMembers,
|
|
196
|
+
Os as translateSortFields,
|
|
197
|
+
ks as triggerDownloadWithFilename,
|
|
198
|
+
Bs as useAbility,
|
|
199
|
+
Ws as useActionsShowDetails,
|
|
200
|
+
Ns as useActiveApp,
|
|
201
|
+
xs as useActiveLocation,
|
|
202
|
+
_s as useAppConfig,
|
|
203
|
+
Vs as useAppDefaults,
|
|
204
|
+
Us as useAppFileHandling,
|
|
205
|
+
Hs as useAppFolderHandling,
|
|
206
|
+
Qs as useAppMeta,
|
|
207
|
+
Ks as useAppNavigation,
|
|
208
|
+
zs as useAppProviderService,
|
|
209
|
+
Gs as useAppsStore,
|
|
210
|
+
js as useArchiverService,
|
|
211
|
+
qs as useAuthService,
|
|
212
|
+
Xs as useAuthStore,
|
|
213
|
+
Js as useAvatarsStore,
|
|
214
|
+
Ys as useBreadcrumbsFromPath,
|
|
215
|
+
Zs as useCanBeOpenedWithSecureView,
|
|
216
|
+
$s as useCanListShares,
|
|
217
|
+
eo as useCanListVersions,
|
|
218
|
+
ao as useCanShare,
|
|
219
|
+
so as useCapabilityStore,
|
|
220
|
+
oo as useClientService,
|
|
221
|
+
to as useClipboard,
|
|
222
|
+
io as useClipboardStore,
|
|
223
|
+
ro as useConfigStore,
|
|
224
|
+
co as useCreateSpace,
|
|
225
|
+
no as useCropperKeyboardActions,
|
|
226
|
+
uo as useDeleteWorker,
|
|
227
|
+
lo as useDocumentTitle,
|
|
228
|
+
po as useDownloadFile,
|
|
229
|
+
So as useDriveResolver,
|
|
230
|
+
Ao as useEmbedMode,
|
|
231
|
+
bo as useEventBus,
|
|
232
|
+
mo as useExtensionPreferencesStore,
|
|
233
|
+
Fo as useExtensionRegistry,
|
|
234
|
+
vo as useFileActions,
|
|
235
|
+
Ro as useFileActionsCopy,
|
|
236
|
+
To as useFileActionsCopyPermanentLink,
|
|
237
|
+
ho as useFileActionsCreateLink,
|
|
238
|
+
Co as useFileActionsCreateNewFile,
|
|
239
|
+
go as useFileActionsCreateNewFolder,
|
|
240
|
+
Do as useFileActionsCreateNewShortcut,
|
|
241
|
+
Lo as useFileActionsCreateSpaceFromResource,
|
|
242
|
+
Eo as useFileActionsDelete,
|
|
243
|
+
Mo as useFileActionsDeleteResources,
|
|
244
|
+
Po as useFileActionsDisableSync,
|
|
245
|
+
yo as useFileActionsDownloadArchive,
|
|
246
|
+
fo as useFileActionsDownloadFile,
|
|
247
|
+
Io as useFileActionsEmptyTrashBin,
|
|
248
|
+
wo as useFileActionsEnableSync,
|
|
249
|
+
Oo as useFileActionsFavorite,
|
|
250
|
+
ko as useFileActionsMove,
|
|
251
|
+
Bo as useFileActionsNavigate,
|
|
252
|
+
Wo as useFileActionsOpenShortcut,
|
|
253
|
+
No as useFileActionsOpenWithApp,
|
|
254
|
+
xo as useFileActionsPaste,
|
|
255
|
+
_o as useFileActionsRename,
|
|
256
|
+
Vo as useFileActionsRestore,
|
|
257
|
+
Uo as useFileActionsSaveAs,
|
|
258
|
+
Ho as useFileActionsSetImage,
|
|
259
|
+
Qo as useFileActionsShowActions,
|
|
260
|
+
Ko as useFileActionsShowDetails,
|
|
261
|
+
zo as useFileActionsShowShares,
|
|
262
|
+
Go as useFileActionsToggleHideShare,
|
|
263
|
+
jo as useFileActionsUndoDelete,
|
|
264
|
+
qo as useFileListHeaderPosition,
|
|
265
|
+
Xo as useFileRouteReplace,
|
|
266
|
+
Jo as useFolderLink,
|
|
267
|
+
Yo as useGetMatchingSpace,
|
|
268
|
+
Zo as useGetResourceContext,
|
|
269
|
+
$o as useGroupingSettings,
|
|
270
|
+
et as useInterceptModifierClick,
|
|
271
|
+
at as useIsAppActive,
|
|
272
|
+
st as useIsFilesAppActive,
|
|
273
|
+
ot as useIsResourceNameValid,
|
|
274
|
+
tt as useIsSearchActive,
|
|
275
|
+
it as useIsTopBarSticky,
|
|
276
|
+
rt as useKeyboardActions,
|
|
277
|
+
ct as useLinkTypes,
|
|
278
|
+
nt as useLoadAvatars,
|
|
279
|
+
ut as useLoadPreview,
|
|
280
|
+
lt as useLoadingService,
|
|
281
|
+
dt as useLocalStorage,
|
|
282
|
+
pt as useMessages,
|
|
283
|
+
St as useModals,
|
|
284
|
+
At as useOpenEmptyEditor,
|
|
285
|
+
bt as useOpenWithDefaultApp,
|
|
286
|
+
mt as usePagination,
|
|
287
|
+
Ft as usePasswordPolicyService,
|
|
288
|
+
vt as usePasteWorker,
|
|
289
|
+
Rt as usePortalTarget,
|
|
290
|
+
Tt as usePreviewService,
|
|
291
|
+
ht as useRequest,
|
|
292
|
+
Ct as useRequestHeaders,
|
|
293
|
+
gt as useResourceContents,
|
|
294
|
+
Dt as useResourceRouteResolver,
|
|
295
|
+
Lt as useResourcesStore,
|
|
296
|
+
Et as useRestoreWorker,
|
|
297
|
+
Mt as useRoute,
|
|
298
|
+
Pt as useRouteMeta,
|
|
299
|
+
yt as useRouteName,
|
|
300
|
+
ft as useRouteParam,
|
|
301
|
+
It as useRouteQuery,
|
|
302
|
+
wt as useRouteQueryPersisted,
|
|
303
|
+
Ot as useRouter,
|
|
304
|
+
kt as useScrollTo,
|
|
305
|
+
Bt as useSearch,
|
|
306
|
+
Wt as useSelectedResources,
|
|
307
|
+
Nt as useService,
|
|
308
|
+
xt as useSharesStore,
|
|
309
|
+
_t as useSideBar,
|
|
310
|
+
Vt as useSort,
|
|
311
|
+
Ut as useSpaceActionsDelete,
|
|
312
|
+
Ht as useSpaceActionsDeleteImage,
|
|
313
|
+
Qt as useSpaceActionsDisable,
|
|
314
|
+
Kt as useSpaceActionsDuplicate,
|
|
315
|
+
zt as useSpaceActionsEditDescription,
|
|
316
|
+
Gt as useSpaceActionsEditQuota,
|
|
317
|
+
jt as useSpaceActionsEditReadmeContent,
|
|
318
|
+
qt as useSpaceActionsNavigateToTrash,
|
|
319
|
+
Xt as useSpaceActionsRename,
|
|
320
|
+
Jt as useSpaceActionsRestore,
|
|
321
|
+
Yt as useSpaceActionsSetIcon,
|
|
322
|
+
Zt as useSpaceActionsShowMembers,
|
|
323
|
+
$t as useSpaceHelpers,
|
|
324
|
+
ei as useSpacesLoading,
|
|
325
|
+
ai as useSpacesStore,
|
|
326
|
+
si as useThemeStore,
|
|
327
|
+
oi as useTileSize,
|
|
328
|
+
ti as useToggleTile,
|
|
329
|
+
ii as useTokenTimerWorker,
|
|
330
|
+
ri as useUpdatesStore,
|
|
331
|
+
ci as useUpload,
|
|
332
|
+
ni as useUserStore,
|
|
333
|
+
ui as useViewMode,
|
|
334
|
+
li as useViewSize,
|
|
335
|
+
di as useViewSizeMax,
|
|
336
|
+
pi as useWebWorkersStore,
|
|
337
|
+
Si as useWindowOpen
|
|
332
338
|
};
|