@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
|
@@ -0,0 +1,759 @@
|
|
|
1
|
+
import { RawConfig } from './types';
|
|
2
|
+
export declare const useConfigStore: import('pinia').StoreDefinition<"config", Pick<{
|
|
3
|
+
options: import('vue').Ref<{
|
|
4
|
+
cernFeatures?: boolean;
|
|
5
|
+
concurrentRequests?: {
|
|
6
|
+
resourceBatchActions?: number;
|
|
7
|
+
sse?: number;
|
|
8
|
+
shares?: {
|
|
9
|
+
create?: number;
|
|
10
|
+
list?: number;
|
|
11
|
+
};
|
|
12
|
+
avatars?: number;
|
|
13
|
+
};
|
|
14
|
+
contextHelpers?: boolean;
|
|
15
|
+
contextHelpersReadMore?: boolean;
|
|
16
|
+
defaultAppId?: string;
|
|
17
|
+
disabledExtensions?: string[];
|
|
18
|
+
disableFeedbackLink?: boolean;
|
|
19
|
+
accountEditLink?: {
|
|
20
|
+
href?: string;
|
|
21
|
+
};
|
|
22
|
+
editor?: {
|
|
23
|
+
autosaveEnabled?: boolean;
|
|
24
|
+
autosaveInterval?: number;
|
|
25
|
+
openAsPreview?: boolean | string[];
|
|
26
|
+
};
|
|
27
|
+
embed?: {
|
|
28
|
+
enabled?: boolean;
|
|
29
|
+
target?: string;
|
|
30
|
+
messagesOrigin?: string;
|
|
31
|
+
delegateAuthentication?: boolean;
|
|
32
|
+
delegateAuthenticationOrigin?: string;
|
|
33
|
+
fileTypes?: string[];
|
|
34
|
+
chooseFileName?: boolean;
|
|
35
|
+
chooseFileNameSuggestion?: string;
|
|
36
|
+
};
|
|
37
|
+
feedbackLink?: {
|
|
38
|
+
ariaLabel?: string;
|
|
39
|
+
description?: string;
|
|
40
|
+
href?: string;
|
|
41
|
+
};
|
|
42
|
+
isRunningOnEos?: boolean;
|
|
43
|
+
loginUrl?: string;
|
|
44
|
+
logoutUrl?: string;
|
|
45
|
+
ocm?: {
|
|
46
|
+
openRemotely?: boolean;
|
|
47
|
+
};
|
|
48
|
+
routing?: {
|
|
49
|
+
fullShareOwnerPaths?: boolean;
|
|
50
|
+
idBased?: boolean;
|
|
51
|
+
};
|
|
52
|
+
runningOnEos?: boolean;
|
|
53
|
+
tokenStorageLocal?: boolean;
|
|
54
|
+
upload?: {
|
|
55
|
+
companionUrl?: string;
|
|
56
|
+
};
|
|
57
|
+
userListRequiresFilter?: boolean;
|
|
58
|
+
hideLogo?: boolean;
|
|
59
|
+
}, {
|
|
60
|
+
cernFeatures?: boolean;
|
|
61
|
+
concurrentRequests?: {
|
|
62
|
+
resourceBatchActions?: number;
|
|
63
|
+
sse?: number;
|
|
64
|
+
shares?: {
|
|
65
|
+
create?: number;
|
|
66
|
+
list?: number;
|
|
67
|
+
};
|
|
68
|
+
avatars?: number;
|
|
69
|
+
};
|
|
70
|
+
contextHelpers?: boolean;
|
|
71
|
+
contextHelpersReadMore?: boolean;
|
|
72
|
+
defaultAppId?: string;
|
|
73
|
+
disabledExtensions?: string[];
|
|
74
|
+
disableFeedbackLink?: boolean;
|
|
75
|
+
accountEditLink?: {
|
|
76
|
+
href?: string;
|
|
77
|
+
};
|
|
78
|
+
editor?: {
|
|
79
|
+
autosaveEnabled?: boolean;
|
|
80
|
+
autosaveInterval?: number;
|
|
81
|
+
openAsPreview?: boolean | string[];
|
|
82
|
+
};
|
|
83
|
+
embed?: {
|
|
84
|
+
enabled?: boolean;
|
|
85
|
+
target?: string;
|
|
86
|
+
messagesOrigin?: string;
|
|
87
|
+
delegateAuthentication?: boolean;
|
|
88
|
+
delegateAuthenticationOrigin?: string;
|
|
89
|
+
fileTypes?: string[];
|
|
90
|
+
chooseFileName?: boolean;
|
|
91
|
+
chooseFileNameSuggestion?: string;
|
|
92
|
+
};
|
|
93
|
+
feedbackLink?: {
|
|
94
|
+
ariaLabel?: string;
|
|
95
|
+
description?: string;
|
|
96
|
+
href?: string;
|
|
97
|
+
};
|
|
98
|
+
isRunningOnEos?: boolean;
|
|
99
|
+
loginUrl?: string;
|
|
100
|
+
logoutUrl?: string;
|
|
101
|
+
ocm?: {
|
|
102
|
+
openRemotely?: boolean;
|
|
103
|
+
};
|
|
104
|
+
routing?: {
|
|
105
|
+
fullShareOwnerPaths?: boolean;
|
|
106
|
+
idBased?: boolean;
|
|
107
|
+
};
|
|
108
|
+
runningOnEos?: boolean;
|
|
109
|
+
tokenStorageLocal?: boolean;
|
|
110
|
+
upload?: {
|
|
111
|
+
companionUrl?: string;
|
|
112
|
+
};
|
|
113
|
+
userListRequiresFilter?: boolean;
|
|
114
|
+
hideLogo?: boolean;
|
|
115
|
+
} | {
|
|
116
|
+
cernFeatures?: boolean;
|
|
117
|
+
concurrentRequests?: {
|
|
118
|
+
resourceBatchActions?: number;
|
|
119
|
+
sse?: number;
|
|
120
|
+
shares?: {
|
|
121
|
+
create?: number;
|
|
122
|
+
list?: number;
|
|
123
|
+
};
|
|
124
|
+
avatars?: number;
|
|
125
|
+
};
|
|
126
|
+
contextHelpers?: boolean;
|
|
127
|
+
contextHelpersReadMore?: boolean;
|
|
128
|
+
defaultAppId?: string;
|
|
129
|
+
disabledExtensions?: string[];
|
|
130
|
+
disableFeedbackLink?: boolean;
|
|
131
|
+
accountEditLink?: {
|
|
132
|
+
href?: string;
|
|
133
|
+
};
|
|
134
|
+
editor?: {
|
|
135
|
+
autosaveEnabled?: boolean;
|
|
136
|
+
autosaveInterval?: number;
|
|
137
|
+
openAsPreview?: boolean | string[];
|
|
138
|
+
};
|
|
139
|
+
embed?: {
|
|
140
|
+
enabled?: boolean;
|
|
141
|
+
target?: string;
|
|
142
|
+
messagesOrigin?: string;
|
|
143
|
+
delegateAuthentication?: boolean;
|
|
144
|
+
delegateAuthenticationOrigin?: string;
|
|
145
|
+
fileTypes?: string[];
|
|
146
|
+
chooseFileName?: boolean;
|
|
147
|
+
chooseFileNameSuggestion?: string;
|
|
148
|
+
};
|
|
149
|
+
feedbackLink?: {
|
|
150
|
+
ariaLabel?: string;
|
|
151
|
+
description?: string;
|
|
152
|
+
href?: string;
|
|
153
|
+
};
|
|
154
|
+
isRunningOnEos?: boolean;
|
|
155
|
+
loginUrl?: string;
|
|
156
|
+
logoutUrl?: string;
|
|
157
|
+
ocm?: {
|
|
158
|
+
openRemotely?: boolean;
|
|
159
|
+
};
|
|
160
|
+
routing?: {
|
|
161
|
+
fullShareOwnerPaths?: boolean;
|
|
162
|
+
idBased?: boolean;
|
|
163
|
+
};
|
|
164
|
+
runningOnEos?: boolean;
|
|
165
|
+
tokenStorageLocal?: boolean;
|
|
166
|
+
upload?: {
|
|
167
|
+
companionUrl?: string;
|
|
168
|
+
};
|
|
169
|
+
userListRequiresFilter?: boolean;
|
|
170
|
+
hideLogo?: boolean;
|
|
171
|
+
}>;
|
|
172
|
+
oAuth2: import('vue').Ref<{
|
|
173
|
+
apiUrl?: string;
|
|
174
|
+
authUrl?: string;
|
|
175
|
+
clientId?: string;
|
|
176
|
+
clientSecret?: string;
|
|
177
|
+
logoutUrl?: string;
|
|
178
|
+
metaDataUrl?: string;
|
|
179
|
+
url?: string;
|
|
180
|
+
}, {
|
|
181
|
+
apiUrl?: string;
|
|
182
|
+
authUrl?: string;
|
|
183
|
+
clientId?: string;
|
|
184
|
+
clientSecret?: string;
|
|
185
|
+
logoutUrl?: string;
|
|
186
|
+
metaDataUrl?: string;
|
|
187
|
+
url?: string;
|
|
188
|
+
}>;
|
|
189
|
+
openIdConnect: import('vue').Ref<{
|
|
190
|
+
[x: string]: unknown;
|
|
191
|
+
authority?: string;
|
|
192
|
+
client_id?: string;
|
|
193
|
+
client_secret?: string;
|
|
194
|
+
dynamic?: string;
|
|
195
|
+
metadata_url?: string;
|
|
196
|
+
post_logout_redirect_uri?: string;
|
|
197
|
+
response_type?: string;
|
|
198
|
+
scope?: string;
|
|
199
|
+
}, {
|
|
200
|
+
[x: string]: unknown;
|
|
201
|
+
authority?: string;
|
|
202
|
+
client_id?: string;
|
|
203
|
+
client_secret?: string;
|
|
204
|
+
dynamic?: string;
|
|
205
|
+
metadata_url?: string;
|
|
206
|
+
post_logout_redirect_uri?: string;
|
|
207
|
+
response_type?: string;
|
|
208
|
+
scope?: string;
|
|
209
|
+
}>;
|
|
210
|
+
isOAuth2: import('vue').ComputedRef<boolean>;
|
|
211
|
+
isOIDC: import('vue').ComputedRef<boolean>;
|
|
212
|
+
customTranslations: import('vue').Ref<{
|
|
213
|
+
url: string;
|
|
214
|
+
}[], {
|
|
215
|
+
url: string;
|
|
216
|
+
}[] | {
|
|
217
|
+
url: string;
|
|
218
|
+
}[]>;
|
|
219
|
+
apps: import('vue').Ref<string[], string[]>;
|
|
220
|
+
externalApps: import('vue').Ref<{
|
|
221
|
+
id: string;
|
|
222
|
+
path: string;
|
|
223
|
+
config?: Record<string, unknown>;
|
|
224
|
+
}[], {
|
|
225
|
+
id: string;
|
|
226
|
+
path: string;
|
|
227
|
+
config?: Record<string, unknown>;
|
|
228
|
+
}[] | {
|
|
229
|
+
id: string;
|
|
230
|
+
path: string;
|
|
231
|
+
config?: Record<string, unknown>;
|
|
232
|
+
}[]>;
|
|
233
|
+
sentry: import('vue').Ref<Record<any, any>, Record<any, any>>;
|
|
234
|
+
theme: import('vue').Ref<string, string>;
|
|
235
|
+
scripts: import('vue').Ref<{
|
|
236
|
+
async?: boolean;
|
|
237
|
+
src?: string;
|
|
238
|
+
}[], {
|
|
239
|
+
async?: boolean;
|
|
240
|
+
src?: string;
|
|
241
|
+
}[] | {
|
|
242
|
+
async?: boolean;
|
|
243
|
+
src?: string;
|
|
244
|
+
}[]>;
|
|
245
|
+
styles: import('vue').Ref<{
|
|
246
|
+
href?: string;
|
|
247
|
+
}[], {
|
|
248
|
+
href?: string;
|
|
249
|
+
}[] | {
|
|
250
|
+
href?: string;
|
|
251
|
+
}[]>;
|
|
252
|
+
serverUrl: import('vue').ComputedRef<string>;
|
|
253
|
+
loadConfig: (data: RawConfig) => void;
|
|
254
|
+
}, "apps" | "options" | "theme" | "customTranslations" | "openIdConnect" | "sentry" | "scripts" | "styles" | "oAuth2" | "externalApps">, Pick<{
|
|
255
|
+
options: import('vue').Ref<{
|
|
256
|
+
cernFeatures?: boolean;
|
|
257
|
+
concurrentRequests?: {
|
|
258
|
+
resourceBatchActions?: number;
|
|
259
|
+
sse?: number;
|
|
260
|
+
shares?: {
|
|
261
|
+
create?: number;
|
|
262
|
+
list?: number;
|
|
263
|
+
};
|
|
264
|
+
avatars?: number;
|
|
265
|
+
};
|
|
266
|
+
contextHelpers?: boolean;
|
|
267
|
+
contextHelpersReadMore?: boolean;
|
|
268
|
+
defaultAppId?: string;
|
|
269
|
+
disabledExtensions?: string[];
|
|
270
|
+
disableFeedbackLink?: boolean;
|
|
271
|
+
accountEditLink?: {
|
|
272
|
+
href?: string;
|
|
273
|
+
};
|
|
274
|
+
editor?: {
|
|
275
|
+
autosaveEnabled?: boolean;
|
|
276
|
+
autosaveInterval?: number;
|
|
277
|
+
openAsPreview?: boolean | string[];
|
|
278
|
+
};
|
|
279
|
+
embed?: {
|
|
280
|
+
enabled?: boolean;
|
|
281
|
+
target?: string;
|
|
282
|
+
messagesOrigin?: string;
|
|
283
|
+
delegateAuthentication?: boolean;
|
|
284
|
+
delegateAuthenticationOrigin?: string;
|
|
285
|
+
fileTypes?: string[];
|
|
286
|
+
chooseFileName?: boolean;
|
|
287
|
+
chooseFileNameSuggestion?: string;
|
|
288
|
+
};
|
|
289
|
+
feedbackLink?: {
|
|
290
|
+
ariaLabel?: string;
|
|
291
|
+
description?: string;
|
|
292
|
+
href?: string;
|
|
293
|
+
};
|
|
294
|
+
isRunningOnEos?: boolean;
|
|
295
|
+
loginUrl?: string;
|
|
296
|
+
logoutUrl?: string;
|
|
297
|
+
ocm?: {
|
|
298
|
+
openRemotely?: boolean;
|
|
299
|
+
};
|
|
300
|
+
routing?: {
|
|
301
|
+
fullShareOwnerPaths?: boolean;
|
|
302
|
+
idBased?: boolean;
|
|
303
|
+
};
|
|
304
|
+
runningOnEos?: boolean;
|
|
305
|
+
tokenStorageLocal?: boolean;
|
|
306
|
+
upload?: {
|
|
307
|
+
companionUrl?: string;
|
|
308
|
+
};
|
|
309
|
+
userListRequiresFilter?: boolean;
|
|
310
|
+
hideLogo?: boolean;
|
|
311
|
+
}, {
|
|
312
|
+
cernFeatures?: boolean;
|
|
313
|
+
concurrentRequests?: {
|
|
314
|
+
resourceBatchActions?: number;
|
|
315
|
+
sse?: number;
|
|
316
|
+
shares?: {
|
|
317
|
+
create?: number;
|
|
318
|
+
list?: number;
|
|
319
|
+
};
|
|
320
|
+
avatars?: number;
|
|
321
|
+
};
|
|
322
|
+
contextHelpers?: boolean;
|
|
323
|
+
contextHelpersReadMore?: boolean;
|
|
324
|
+
defaultAppId?: string;
|
|
325
|
+
disabledExtensions?: string[];
|
|
326
|
+
disableFeedbackLink?: boolean;
|
|
327
|
+
accountEditLink?: {
|
|
328
|
+
href?: string;
|
|
329
|
+
};
|
|
330
|
+
editor?: {
|
|
331
|
+
autosaveEnabled?: boolean;
|
|
332
|
+
autosaveInterval?: number;
|
|
333
|
+
openAsPreview?: boolean | string[];
|
|
334
|
+
};
|
|
335
|
+
embed?: {
|
|
336
|
+
enabled?: boolean;
|
|
337
|
+
target?: string;
|
|
338
|
+
messagesOrigin?: string;
|
|
339
|
+
delegateAuthentication?: boolean;
|
|
340
|
+
delegateAuthenticationOrigin?: string;
|
|
341
|
+
fileTypes?: string[];
|
|
342
|
+
chooseFileName?: boolean;
|
|
343
|
+
chooseFileNameSuggestion?: string;
|
|
344
|
+
};
|
|
345
|
+
feedbackLink?: {
|
|
346
|
+
ariaLabel?: string;
|
|
347
|
+
description?: string;
|
|
348
|
+
href?: string;
|
|
349
|
+
};
|
|
350
|
+
isRunningOnEos?: boolean;
|
|
351
|
+
loginUrl?: string;
|
|
352
|
+
logoutUrl?: string;
|
|
353
|
+
ocm?: {
|
|
354
|
+
openRemotely?: boolean;
|
|
355
|
+
};
|
|
356
|
+
routing?: {
|
|
357
|
+
fullShareOwnerPaths?: boolean;
|
|
358
|
+
idBased?: boolean;
|
|
359
|
+
};
|
|
360
|
+
runningOnEos?: boolean;
|
|
361
|
+
tokenStorageLocal?: boolean;
|
|
362
|
+
upload?: {
|
|
363
|
+
companionUrl?: string;
|
|
364
|
+
};
|
|
365
|
+
userListRequiresFilter?: boolean;
|
|
366
|
+
hideLogo?: boolean;
|
|
367
|
+
} | {
|
|
368
|
+
cernFeatures?: boolean;
|
|
369
|
+
concurrentRequests?: {
|
|
370
|
+
resourceBatchActions?: number;
|
|
371
|
+
sse?: number;
|
|
372
|
+
shares?: {
|
|
373
|
+
create?: number;
|
|
374
|
+
list?: number;
|
|
375
|
+
};
|
|
376
|
+
avatars?: number;
|
|
377
|
+
};
|
|
378
|
+
contextHelpers?: boolean;
|
|
379
|
+
contextHelpersReadMore?: boolean;
|
|
380
|
+
defaultAppId?: string;
|
|
381
|
+
disabledExtensions?: string[];
|
|
382
|
+
disableFeedbackLink?: boolean;
|
|
383
|
+
accountEditLink?: {
|
|
384
|
+
href?: string;
|
|
385
|
+
};
|
|
386
|
+
editor?: {
|
|
387
|
+
autosaveEnabled?: boolean;
|
|
388
|
+
autosaveInterval?: number;
|
|
389
|
+
openAsPreview?: boolean | string[];
|
|
390
|
+
};
|
|
391
|
+
embed?: {
|
|
392
|
+
enabled?: boolean;
|
|
393
|
+
target?: string;
|
|
394
|
+
messagesOrigin?: string;
|
|
395
|
+
delegateAuthentication?: boolean;
|
|
396
|
+
delegateAuthenticationOrigin?: string;
|
|
397
|
+
fileTypes?: string[];
|
|
398
|
+
chooseFileName?: boolean;
|
|
399
|
+
chooseFileNameSuggestion?: string;
|
|
400
|
+
};
|
|
401
|
+
feedbackLink?: {
|
|
402
|
+
ariaLabel?: string;
|
|
403
|
+
description?: string;
|
|
404
|
+
href?: string;
|
|
405
|
+
};
|
|
406
|
+
isRunningOnEos?: boolean;
|
|
407
|
+
loginUrl?: string;
|
|
408
|
+
logoutUrl?: string;
|
|
409
|
+
ocm?: {
|
|
410
|
+
openRemotely?: boolean;
|
|
411
|
+
};
|
|
412
|
+
routing?: {
|
|
413
|
+
fullShareOwnerPaths?: boolean;
|
|
414
|
+
idBased?: boolean;
|
|
415
|
+
};
|
|
416
|
+
runningOnEos?: boolean;
|
|
417
|
+
tokenStorageLocal?: boolean;
|
|
418
|
+
upload?: {
|
|
419
|
+
companionUrl?: string;
|
|
420
|
+
};
|
|
421
|
+
userListRequiresFilter?: boolean;
|
|
422
|
+
hideLogo?: boolean;
|
|
423
|
+
}>;
|
|
424
|
+
oAuth2: import('vue').Ref<{
|
|
425
|
+
apiUrl?: string;
|
|
426
|
+
authUrl?: string;
|
|
427
|
+
clientId?: string;
|
|
428
|
+
clientSecret?: string;
|
|
429
|
+
logoutUrl?: string;
|
|
430
|
+
metaDataUrl?: string;
|
|
431
|
+
url?: string;
|
|
432
|
+
}, {
|
|
433
|
+
apiUrl?: string;
|
|
434
|
+
authUrl?: string;
|
|
435
|
+
clientId?: string;
|
|
436
|
+
clientSecret?: string;
|
|
437
|
+
logoutUrl?: string;
|
|
438
|
+
metaDataUrl?: string;
|
|
439
|
+
url?: string;
|
|
440
|
+
}>;
|
|
441
|
+
openIdConnect: import('vue').Ref<{
|
|
442
|
+
[x: string]: unknown;
|
|
443
|
+
authority?: string;
|
|
444
|
+
client_id?: string;
|
|
445
|
+
client_secret?: string;
|
|
446
|
+
dynamic?: string;
|
|
447
|
+
metadata_url?: string;
|
|
448
|
+
post_logout_redirect_uri?: string;
|
|
449
|
+
response_type?: string;
|
|
450
|
+
scope?: string;
|
|
451
|
+
}, {
|
|
452
|
+
[x: string]: unknown;
|
|
453
|
+
authority?: string;
|
|
454
|
+
client_id?: string;
|
|
455
|
+
client_secret?: string;
|
|
456
|
+
dynamic?: string;
|
|
457
|
+
metadata_url?: string;
|
|
458
|
+
post_logout_redirect_uri?: string;
|
|
459
|
+
response_type?: string;
|
|
460
|
+
scope?: string;
|
|
461
|
+
}>;
|
|
462
|
+
isOAuth2: import('vue').ComputedRef<boolean>;
|
|
463
|
+
isOIDC: import('vue').ComputedRef<boolean>;
|
|
464
|
+
customTranslations: import('vue').Ref<{
|
|
465
|
+
url: string;
|
|
466
|
+
}[], {
|
|
467
|
+
url: string;
|
|
468
|
+
}[] | {
|
|
469
|
+
url: string;
|
|
470
|
+
}[]>;
|
|
471
|
+
apps: import('vue').Ref<string[], string[]>;
|
|
472
|
+
externalApps: import('vue').Ref<{
|
|
473
|
+
id: string;
|
|
474
|
+
path: string;
|
|
475
|
+
config?: Record<string, unknown>;
|
|
476
|
+
}[], {
|
|
477
|
+
id: string;
|
|
478
|
+
path: string;
|
|
479
|
+
config?: Record<string, unknown>;
|
|
480
|
+
}[] | {
|
|
481
|
+
id: string;
|
|
482
|
+
path: string;
|
|
483
|
+
config?: Record<string, unknown>;
|
|
484
|
+
}[]>;
|
|
485
|
+
sentry: import('vue').Ref<Record<any, any>, Record<any, any>>;
|
|
486
|
+
theme: import('vue').Ref<string, string>;
|
|
487
|
+
scripts: import('vue').Ref<{
|
|
488
|
+
async?: boolean;
|
|
489
|
+
src?: string;
|
|
490
|
+
}[], {
|
|
491
|
+
async?: boolean;
|
|
492
|
+
src?: string;
|
|
493
|
+
}[] | {
|
|
494
|
+
async?: boolean;
|
|
495
|
+
src?: string;
|
|
496
|
+
}[]>;
|
|
497
|
+
styles: import('vue').Ref<{
|
|
498
|
+
href?: string;
|
|
499
|
+
}[], {
|
|
500
|
+
href?: string;
|
|
501
|
+
}[] | {
|
|
502
|
+
href?: string;
|
|
503
|
+
}[]>;
|
|
504
|
+
serverUrl: import('vue').ComputedRef<string>;
|
|
505
|
+
loadConfig: (data: RawConfig) => void;
|
|
506
|
+
}, "serverUrl" | "isOAuth2" | "isOIDC">, Pick<{
|
|
507
|
+
options: import('vue').Ref<{
|
|
508
|
+
cernFeatures?: boolean;
|
|
509
|
+
concurrentRequests?: {
|
|
510
|
+
resourceBatchActions?: number;
|
|
511
|
+
sse?: number;
|
|
512
|
+
shares?: {
|
|
513
|
+
create?: number;
|
|
514
|
+
list?: number;
|
|
515
|
+
};
|
|
516
|
+
avatars?: number;
|
|
517
|
+
};
|
|
518
|
+
contextHelpers?: boolean;
|
|
519
|
+
contextHelpersReadMore?: boolean;
|
|
520
|
+
defaultAppId?: string;
|
|
521
|
+
disabledExtensions?: string[];
|
|
522
|
+
disableFeedbackLink?: boolean;
|
|
523
|
+
accountEditLink?: {
|
|
524
|
+
href?: string;
|
|
525
|
+
};
|
|
526
|
+
editor?: {
|
|
527
|
+
autosaveEnabled?: boolean;
|
|
528
|
+
autosaveInterval?: number;
|
|
529
|
+
openAsPreview?: boolean | string[];
|
|
530
|
+
};
|
|
531
|
+
embed?: {
|
|
532
|
+
enabled?: boolean;
|
|
533
|
+
target?: string;
|
|
534
|
+
messagesOrigin?: string;
|
|
535
|
+
delegateAuthentication?: boolean;
|
|
536
|
+
delegateAuthenticationOrigin?: string;
|
|
537
|
+
fileTypes?: string[];
|
|
538
|
+
chooseFileName?: boolean;
|
|
539
|
+
chooseFileNameSuggestion?: string;
|
|
540
|
+
};
|
|
541
|
+
feedbackLink?: {
|
|
542
|
+
ariaLabel?: string;
|
|
543
|
+
description?: string;
|
|
544
|
+
href?: string;
|
|
545
|
+
};
|
|
546
|
+
isRunningOnEos?: boolean;
|
|
547
|
+
loginUrl?: string;
|
|
548
|
+
logoutUrl?: string;
|
|
549
|
+
ocm?: {
|
|
550
|
+
openRemotely?: boolean;
|
|
551
|
+
};
|
|
552
|
+
routing?: {
|
|
553
|
+
fullShareOwnerPaths?: boolean;
|
|
554
|
+
idBased?: boolean;
|
|
555
|
+
};
|
|
556
|
+
runningOnEos?: boolean;
|
|
557
|
+
tokenStorageLocal?: boolean;
|
|
558
|
+
upload?: {
|
|
559
|
+
companionUrl?: string;
|
|
560
|
+
};
|
|
561
|
+
userListRequiresFilter?: boolean;
|
|
562
|
+
hideLogo?: boolean;
|
|
563
|
+
}, {
|
|
564
|
+
cernFeatures?: boolean;
|
|
565
|
+
concurrentRequests?: {
|
|
566
|
+
resourceBatchActions?: number;
|
|
567
|
+
sse?: number;
|
|
568
|
+
shares?: {
|
|
569
|
+
create?: number;
|
|
570
|
+
list?: number;
|
|
571
|
+
};
|
|
572
|
+
avatars?: number;
|
|
573
|
+
};
|
|
574
|
+
contextHelpers?: boolean;
|
|
575
|
+
contextHelpersReadMore?: boolean;
|
|
576
|
+
defaultAppId?: string;
|
|
577
|
+
disabledExtensions?: string[];
|
|
578
|
+
disableFeedbackLink?: boolean;
|
|
579
|
+
accountEditLink?: {
|
|
580
|
+
href?: string;
|
|
581
|
+
};
|
|
582
|
+
editor?: {
|
|
583
|
+
autosaveEnabled?: boolean;
|
|
584
|
+
autosaveInterval?: number;
|
|
585
|
+
openAsPreview?: boolean | string[];
|
|
586
|
+
};
|
|
587
|
+
embed?: {
|
|
588
|
+
enabled?: boolean;
|
|
589
|
+
target?: string;
|
|
590
|
+
messagesOrigin?: string;
|
|
591
|
+
delegateAuthentication?: boolean;
|
|
592
|
+
delegateAuthenticationOrigin?: string;
|
|
593
|
+
fileTypes?: string[];
|
|
594
|
+
chooseFileName?: boolean;
|
|
595
|
+
chooseFileNameSuggestion?: string;
|
|
596
|
+
};
|
|
597
|
+
feedbackLink?: {
|
|
598
|
+
ariaLabel?: string;
|
|
599
|
+
description?: string;
|
|
600
|
+
href?: string;
|
|
601
|
+
};
|
|
602
|
+
isRunningOnEos?: boolean;
|
|
603
|
+
loginUrl?: string;
|
|
604
|
+
logoutUrl?: string;
|
|
605
|
+
ocm?: {
|
|
606
|
+
openRemotely?: boolean;
|
|
607
|
+
};
|
|
608
|
+
routing?: {
|
|
609
|
+
fullShareOwnerPaths?: boolean;
|
|
610
|
+
idBased?: boolean;
|
|
611
|
+
};
|
|
612
|
+
runningOnEos?: boolean;
|
|
613
|
+
tokenStorageLocal?: boolean;
|
|
614
|
+
upload?: {
|
|
615
|
+
companionUrl?: string;
|
|
616
|
+
};
|
|
617
|
+
userListRequiresFilter?: boolean;
|
|
618
|
+
hideLogo?: boolean;
|
|
619
|
+
} | {
|
|
620
|
+
cernFeatures?: boolean;
|
|
621
|
+
concurrentRequests?: {
|
|
622
|
+
resourceBatchActions?: number;
|
|
623
|
+
sse?: number;
|
|
624
|
+
shares?: {
|
|
625
|
+
create?: number;
|
|
626
|
+
list?: number;
|
|
627
|
+
};
|
|
628
|
+
avatars?: number;
|
|
629
|
+
};
|
|
630
|
+
contextHelpers?: boolean;
|
|
631
|
+
contextHelpersReadMore?: boolean;
|
|
632
|
+
defaultAppId?: string;
|
|
633
|
+
disabledExtensions?: string[];
|
|
634
|
+
disableFeedbackLink?: boolean;
|
|
635
|
+
accountEditLink?: {
|
|
636
|
+
href?: string;
|
|
637
|
+
};
|
|
638
|
+
editor?: {
|
|
639
|
+
autosaveEnabled?: boolean;
|
|
640
|
+
autosaveInterval?: number;
|
|
641
|
+
openAsPreview?: boolean | string[];
|
|
642
|
+
};
|
|
643
|
+
embed?: {
|
|
644
|
+
enabled?: boolean;
|
|
645
|
+
target?: string;
|
|
646
|
+
messagesOrigin?: string;
|
|
647
|
+
delegateAuthentication?: boolean;
|
|
648
|
+
delegateAuthenticationOrigin?: string;
|
|
649
|
+
fileTypes?: string[];
|
|
650
|
+
chooseFileName?: boolean;
|
|
651
|
+
chooseFileNameSuggestion?: string;
|
|
652
|
+
};
|
|
653
|
+
feedbackLink?: {
|
|
654
|
+
ariaLabel?: string;
|
|
655
|
+
description?: string;
|
|
656
|
+
href?: string;
|
|
657
|
+
};
|
|
658
|
+
isRunningOnEos?: boolean;
|
|
659
|
+
loginUrl?: string;
|
|
660
|
+
logoutUrl?: string;
|
|
661
|
+
ocm?: {
|
|
662
|
+
openRemotely?: boolean;
|
|
663
|
+
};
|
|
664
|
+
routing?: {
|
|
665
|
+
fullShareOwnerPaths?: boolean;
|
|
666
|
+
idBased?: boolean;
|
|
667
|
+
};
|
|
668
|
+
runningOnEos?: boolean;
|
|
669
|
+
tokenStorageLocal?: boolean;
|
|
670
|
+
upload?: {
|
|
671
|
+
companionUrl?: string;
|
|
672
|
+
};
|
|
673
|
+
userListRequiresFilter?: boolean;
|
|
674
|
+
hideLogo?: boolean;
|
|
675
|
+
}>;
|
|
676
|
+
oAuth2: import('vue').Ref<{
|
|
677
|
+
apiUrl?: string;
|
|
678
|
+
authUrl?: string;
|
|
679
|
+
clientId?: string;
|
|
680
|
+
clientSecret?: string;
|
|
681
|
+
logoutUrl?: string;
|
|
682
|
+
metaDataUrl?: string;
|
|
683
|
+
url?: string;
|
|
684
|
+
}, {
|
|
685
|
+
apiUrl?: string;
|
|
686
|
+
authUrl?: string;
|
|
687
|
+
clientId?: string;
|
|
688
|
+
clientSecret?: string;
|
|
689
|
+
logoutUrl?: string;
|
|
690
|
+
metaDataUrl?: string;
|
|
691
|
+
url?: string;
|
|
692
|
+
}>;
|
|
693
|
+
openIdConnect: import('vue').Ref<{
|
|
694
|
+
[x: string]: unknown;
|
|
695
|
+
authority?: string;
|
|
696
|
+
client_id?: string;
|
|
697
|
+
client_secret?: string;
|
|
698
|
+
dynamic?: string;
|
|
699
|
+
metadata_url?: string;
|
|
700
|
+
post_logout_redirect_uri?: string;
|
|
701
|
+
response_type?: string;
|
|
702
|
+
scope?: string;
|
|
703
|
+
}, {
|
|
704
|
+
[x: string]: unknown;
|
|
705
|
+
authority?: string;
|
|
706
|
+
client_id?: string;
|
|
707
|
+
client_secret?: string;
|
|
708
|
+
dynamic?: string;
|
|
709
|
+
metadata_url?: string;
|
|
710
|
+
post_logout_redirect_uri?: string;
|
|
711
|
+
response_type?: string;
|
|
712
|
+
scope?: string;
|
|
713
|
+
}>;
|
|
714
|
+
isOAuth2: import('vue').ComputedRef<boolean>;
|
|
715
|
+
isOIDC: import('vue').ComputedRef<boolean>;
|
|
716
|
+
customTranslations: import('vue').Ref<{
|
|
717
|
+
url: string;
|
|
718
|
+
}[], {
|
|
719
|
+
url: string;
|
|
720
|
+
}[] | {
|
|
721
|
+
url: string;
|
|
722
|
+
}[]>;
|
|
723
|
+
apps: import('vue').Ref<string[], string[]>;
|
|
724
|
+
externalApps: import('vue').Ref<{
|
|
725
|
+
id: string;
|
|
726
|
+
path: string;
|
|
727
|
+
config?: Record<string, unknown>;
|
|
728
|
+
}[], {
|
|
729
|
+
id: string;
|
|
730
|
+
path: string;
|
|
731
|
+
config?: Record<string, unknown>;
|
|
732
|
+
}[] | {
|
|
733
|
+
id: string;
|
|
734
|
+
path: string;
|
|
735
|
+
config?: Record<string, unknown>;
|
|
736
|
+
}[]>;
|
|
737
|
+
sentry: import('vue').Ref<Record<any, any>, Record<any, any>>;
|
|
738
|
+
theme: import('vue').Ref<string, string>;
|
|
739
|
+
scripts: import('vue').Ref<{
|
|
740
|
+
async?: boolean;
|
|
741
|
+
src?: string;
|
|
742
|
+
}[], {
|
|
743
|
+
async?: boolean;
|
|
744
|
+
src?: string;
|
|
745
|
+
}[] | {
|
|
746
|
+
async?: boolean;
|
|
747
|
+
src?: string;
|
|
748
|
+
}[]>;
|
|
749
|
+
styles: import('vue').Ref<{
|
|
750
|
+
href?: string;
|
|
751
|
+
}[], {
|
|
752
|
+
href?: string;
|
|
753
|
+
}[] | {
|
|
754
|
+
href?: string;
|
|
755
|
+
}[]>;
|
|
756
|
+
serverUrl: import('vue').ComputedRef<string>;
|
|
757
|
+
loadConfig: (data: RawConfig) => void;
|
|
758
|
+
}, "loadConfig">>;
|
|
759
|
+
export type ConfigStore = ReturnType<typeof useConfigStore>;
|