@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,1722 @@
|
|
|
1
|
+
import { AppProviderCapability, Capabilities } from '@opencloud-eu/web-client/ocs';
|
|
2
|
+
export declare const useCapabilityStore: import('pinia').StoreDefinition<"capabilities", Pick<{
|
|
3
|
+
isInitialized: import('vue').Ref<boolean, boolean>;
|
|
4
|
+
capabilities: import('vue').Ref<{
|
|
5
|
+
checksums?: {
|
|
6
|
+
preferredUploadType?: string;
|
|
7
|
+
supportedTypes?: string[];
|
|
8
|
+
};
|
|
9
|
+
password_policy?: {
|
|
10
|
+
min_characters?: number;
|
|
11
|
+
max_characters?: number;
|
|
12
|
+
min_lowercase_characters?: number;
|
|
13
|
+
min_uppercase_characters?: number;
|
|
14
|
+
min_digits?: number;
|
|
15
|
+
min_special_characters?: number;
|
|
16
|
+
};
|
|
17
|
+
search?: {
|
|
18
|
+
property?: {
|
|
19
|
+
content?: {
|
|
20
|
+
enabled?: boolean;
|
|
21
|
+
};
|
|
22
|
+
mediatype?: {
|
|
23
|
+
keywords?: string[];
|
|
24
|
+
enabled?: boolean;
|
|
25
|
+
};
|
|
26
|
+
mtime?: {
|
|
27
|
+
keywords?: string[];
|
|
28
|
+
enabled?: boolean;
|
|
29
|
+
};
|
|
30
|
+
name?: {
|
|
31
|
+
keywords?: string[];
|
|
32
|
+
enabled?: boolean;
|
|
33
|
+
};
|
|
34
|
+
scope?: {
|
|
35
|
+
keywords?: string[];
|
|
36
|
+
enabled?: boolean;
|
|
37
|
+
};
|
|
38
|
+
size?: {
|
|
39
|
+
keywords?: string[];
|
|
40
|
+
enabled?: boolean;
|
|
41
|
+
};
|
|
42
|
+
tag?: {
|
|
43
|
+
keywords?: string[];
|
|
44
|
+
enabled?: boolean;
|
|
45
|
+
};
|
|
46
|
+
tags?: {
|
|
47
|
+
keywords?: string[];
|
|
48
|
+
enabled?: boolean;
|
|
49
|
+
};
|
|
50
|
+
type?: {
|
|
51
|
+
keywords?: string[];
|
|
52
|
+
enabled?: boolean;
|
|
53
|
+
};
|
|
54
|
+
};
|
|
55
|
+
};
|
|
56
|
+
notifications?: {
|
|
57
|
+
'ocs-endpoints'?: string[];
|
|
58
|
+
configurable?: boolean;
|
|
59
|
+
};
|
|
60
|
+
core: {
|
|
61
|
+
pollinterval?: number;
|
|
62
|
+
status?: {
|
|
63
|
+
edition?: string;
|
|
64
|
+
installed?: boolean;
|
|
65
|
+
maintenance?: boolean;
|
|
66
|
+
needsDbUpgrade?: boolean;
|
|
67
|
+
product?: string;
|
|
68
|
+
productname?: string;
|
|
69
|
+
productversion?: string;
|
|
70
|
+
version?: string;
|
|
71
|
+
versionstring?: string;
|
|
72
|
+
};
|
|
73
|
+
'check-for-updates'?: boolean;
|
|
74
|
+
'support-sse'?: boolean;
|
|
75
|
+
'support-url-signing'?: boolean;
|
|
76
|
+
'webdav-root'?: string;
|
|
77
|
+
};
|
|
78
|
+
dav: {
|
|
79
|
+
chunking?: string;
|
|
80
|
+
chunkingParallelUploadDisabled?: boolean;
|
|
81
|
+
reports?: string[];
|
|
82
|
+
trashbin?: string;
|
|
83
|
+
};
|
|
84
|
+
files: {
|
|
85
|
+
app_providers?: {
|
|
86
|
+
apps_url?: string;
|
|
87
|
+
enabled?: boolean;
|
|
88
|
+
new_url?: string;
|
|
89
|
+
open_url?: string;
|
|
90
|
+
version?: string;
|
|
91
|
+
}[];
|
|
92
|
+
archivers?: {
|
|
93
|
+
enabled?: boolean;
|
|
94
|
+
version?: string;
|
|
95
|
+
formats?: string[];
|
|
96
|
+
archiver_url?: string;
|
|
97
|
+
max_num_files?: string;
|
|
98
|
+
max_size?: string;
|
|
99
|
+
}[];
|
|
100
|
+
favorites?: boolean;
|
|
101
|
+
full_text_search?: boolean;
|
|
102
|
+
permanent_deletion?: boolean;
|
|
103
|
+
privateLinks?: boolean;
|
|
104
|
+
tags?: boolean;
|
|
105
|
+
tus_support?: {
|
|
106
|
+
extension?: string;
|
|
107
|
+
http_method_override?: boolean;
|
|
108
|
+
max_chunk_size?: number;
|
|
109
|
+
resumable?: string;
|
|
110
|
+
version?: string;
|
|
111
|
+
};
|
|
112
|
+
undelete?: boolean;
|
|
113
|
+
versioning?: boolean;
|
|
114
|
+
thumbnail?: {
|
|
115
|
+
enabled?: boolean;
|
|
116
|
+
version?: string;
|
|
117
|
+
supportedMimeTypes?: string[];
|
|
118
|
+
};
|
|
119
|
+
};
|
|
120
|
+
files_sharing: {
|
|
121
|
+
allow_custom?: boolean;
|
|
122
|
+
api_enabled?: boolean;
|
|
123
|
+
can_rename?: boolean;
|
|
124
|
+
default_permissions?: number;
|
|
125
|
+
deny_access?: boolean;
|
|
126
|
+
federation?: {
|
|
127
|
+
incoming?: boolean;
|
|
128
|
+
outgoing?: boolean;
|
|
129
|
+
};
|
|
130
|
+
group_sharing?: boolean;
|
|
131
|
+
public?: {
|
|
132
|
+
alias?: boolean;
|
|
133
|
+
can_contribute?: boolean;
|
|
134
|
+
can_edit?: boolean;
|
|
135
|
+
default_permissions?: number;
|
|
136
|
+
enabled?: boolean;
|
|
137
|
+
multiple?: boolean;
|
|
138
|
+
password?: {
|
|
139
|
+
enforced?: boolean;
|
|
140
|
+
enforced_for?: {
|
|
141
|
+
read_only?: boolean;
|
|
142
|
+
read_write?: boolean;
|
|
143
|
+
upload_only?: boolean;
|
|
144
|
+
read_write_delete?: boolean;
|
|
145
|
+
};
|
|
146
|
+
};
|
|
147
|
+
send_mail?: boolean;
|
|
148
|
+
supports_upload_only?: boolean;
|
|
149
|
+
upload?: boolean;
|
|
150
|
+
};
|
|
151
|
+
search_min_length?: number;
|
|
152
|
+
user?: {
|
|
153
|
+
profile_picture?: boolean;
|
|
154
|
+
send_mail?: boolean;
|
|
155
|
+
settings?: {
|
|
156
|
+
enabled?: boolean;
|
|
157
|
+
version?: string;
|
|
158
|
+
}[];
|
|
159
|
+
};
|
|
160
|
+
quick_link?: {
|
|
161
|
+
default_role?: string;
|
|
162
|
+
};
|
|
163
|
+
};
|
|
164
|
+
spaces?: {
|
|
165
|
+
enabled?: boolean;
|
|
166
|
+
max_quota?: number;
|
|
167
|
+
projects?: boolean;
|
|
168
|
+
version?: string;
|
|
169
|
+
};
|
|
170
|
+
graph?: {
|
|
171
|
+
'personal-data-export'?: boolean;
|
|
172
|
+
users: {
|
|
173
|
+
change_password_self_disabled?: boolean;
|
|
174
|
+
create_disabled?: boolean;
|
|
175
|
+
delete_disabled?: boolean;
|
|
176
|
+
read_only_attributes?: string[];
|
|
177
|
+
edit_login_allowed_disabled?: boolean;
|
|
178
|
+
};
|
|
179
|
+
};
|
|
180
|
+
}, {
|
|
181
|
+
checksums?: {
|
|
182
|
+
preferredUploadType?: string;
|
|
183
|
+
supportedTypes?: string[];
|
|
184
|
+
};
|
|
185
|
+
password_policy?: import('@opencloud-eu/web-client/ocs').PasswordPolicyCapability;
|
|
186
|
+
search?: {
|
|
187
|
+
property?: {
|
|
188
|
+
content?: import('@opencloud-eu/web-client/ocs').SearchPropertyCapability;
|
|
189
|
+
mediatype?: import('@opencloud-eu/web-client/ocs').MediaTypeCapability;
|
|
190
|
+
mtime?: import('@opencloud-eu/web-client/ocs').LastModifiedFilterCapability;
|
|
191
|
+
name?: import('@opencloud-eu/web-client/ocs').MediaTypeCapability;
|
|
192
|
+
scope?: import('@opencloud-eu/web-client/ocs').MediaTypeCapability;
|
|
193
|
+
size?: import('@opencloud-eu/web-client/ocs').MediaTypeCapability;
|
|
194
|
+
tag?: import('@opencloud-eu/web-client/ocs').MediaTypeCapability;
|
|
195
|
+
tags?: import('@opencloud-eu/web-client/ocs').MediaTypeCapability;
|
|
196
|
+
type?: import('@opencloud-eu/web-client/ocs').MediaTypeCapability;
|
|
197
|
+
};
|
|
198
|
+
};
|
|
199
|
+
notifications?: {
|
|
200
|
+
"ocs-endpoints"?: string[];
|
|
201
|
+
configurable?: boolean;
|
|
202
|
+
};
|
|
203
|
+
core: {
|
|
204
|
+
pollinterval?: number;
|
|
205
|
+
status?: {
|
|
206
|
+
edition?: string;
|
|
207
|
+
installed?: boolean;
|
|
208
|
+
maintenance?: boolean;
|
|
209
|
+
needsDbUpgrade?: boolean;
|
|
210
|
+
product?: string;
|
|
211
|
+
productname?: string;
|
|
212
|
+
productversion?: string;
|
|
213
|
+
version?: string;
|
|
214
|
+
versionstring?: string;
|
|
215
|
+
};
|
|
216
|
+
"check-for-updates"?: boolean;
|
|
217
|
+
"support-sse"?: boolean;
|
|
218
|
+
"support-url-signing"?: boolean;
|
|
219
|
+
"webdav-root"?: string;
|
|
220
|
+
};
|
|
221
|
+
dav: {
|
|
222
|
+
chunking?: string;
|
|
223
|
+
chunkingParallelUploadDisabled?: boolean;
|
|
224
|
+
reports?: string[];
|
|
225
|
+
trashbin?: string;
|
|
226
|
+
};
|
|
227
|
+
files: {
|
|
228
|
+
app_providers?: AppProviderCapability[];
|
|
229
|
+
archivers?: import('@opencloud-eu/web-client/ocs').ArchiverCapability[];
|
|
230
|
+
favorites?: boolean;
|
|
231
|
+
full_text_search?: boolean;
|
|
232
|
+
permanent_deletion?: boolean;
|
|
233
|
+
privateLinks?: boolean;
|
|
234
|
+
tags?: boolean;
|
|
235
|
+
tus_support?: {
|
|
236
|
+
extension?: string;
|
|
237
|
+
http_method_override?: boolean;
|
|
238
|
+
max_chunk_size?: number;
|
|
239
|
+
resumable?: string;
|
|
240
|
+
version?: string;
|
|
241
|
+
};
|
|
242
|
+
undelete?: boolean;
|
|
243
|
+
versioning?: boolean;
|
|
244
|
+
thumbnail?: {
|
|
245
|
+
enabled?: boolean;
|
|
246
|
+
version?: string;
|
|
247
|
+
supportedMimeTypes?: string[];
|
|
248
|
+
};
|
|
249
|
+
};
|
|
250
|
+
files_sharing: {
|
|
251
|
+
allow_custom?: boolean;
|
|
252
|
+
api_enabled?: boolean;
|
|
253
|
+
can_rename?: boolean;
|
|
254
|
+
default_permissions?: number;
|
|
255
|
+
deny_access?: boolean;
|
|
256
|
+
federation?: {
|
|
257
|
+
incoming?: boolean;
|
|
258
|
+
outgoing?: boolean;
|
|
259
|
+
};
|
|
260
|
+
group_sharing?: boolean;
|
|
261
|
+
public?: {
|
|
262
|
+
alias?: boolean;
|
|
263
|
+
can_contribute?: boolean;
|
|
264
|
+
can_edit?: boolean;
|
|
265
|
+
default_permissions?: number;
|
|
266
|
+
enabled?: boolean;
|
|
267
|
+
multiple?: boolean;
|
|
268
|
+
password?: {
|
|
269
|
+
enforced?: boolean;
|
|
270
|
+
enforced_for?: import('@opencloud-eu/web-client/ocs').PasswordEnforcedForCapability;
|
|
271
|
+
};
|
|
272
|
+
send_mail?: boolean;
|
|
273
|
+
supports_upload_only?: boolean;
|
|
274
|
+
upload?: boolean;
|
|
275
|
+
};
|
|
276
|
+
search_min_length?: number;
|
|
277
|
+
user?: {
|
|
278
|
+
profile_picture?: boolean;
|
|
279
|
+
send_mail?: boolean;
|
|
280
|
+
settings?: {
|
|
281
|
+
enabled?: boolean;
|
|
282
|
+
version?: string;
|
|
283
|
+
}[];
|
|
284
|
+
};
|
|
285
|
+
quick_link?: {
|
|
286
|
+
default_role?: string;
|
|
287
|
+
};
|
|
288
|
+
};
|
|
289
|
+
spaces?: {
|
|
290
|
+
enabled?: boolean;
|
|
291
|
+
max_quota?: number;
|
|
292
|
+
projects?: boolean;
|
|
293
|
+
version?: string;
|
|
294
|
+
};
|
|
295
|
+
graph?: {
|
|
296
|
+
"personal-data-export"?: boolean;
|
|
297
|
+
users: {
|
|
298
|
+
change_password_self_disabled?: boolean;
|
|
299
|
+
create_disabled?: boolean;
|
|
300
|
+
delete_disabled?: boolean;
|
|
301
|
+
read_only_attributes?: string[];
|
|
302
|
+
edit_login_allowed_disabled?: boolean;
|
|
303
|
+
};
|
|
304
|
+
};
|
|
305
|
+
} | {
|
|
306
|
+
checksums?: {
|
|
307
|
+
preferredUploadType?: string;
|
|
308
|
+
supportedTypes?: string[];
|
|
309
|
+
};
|
|
310
|
+
password_policy?: {
|
|
311
|
+
min_characters?: number;
|
|
312
|
+
max_characters?: number;
|
|
313
|
+
min_lowercase_characters?: number;
|
|
314
|
+
min_uppercase_characters?: number;
|
|
315
|
+
min_digits?: number;
|
|
316
|
+
min_special_characters?: number;
|
|
317
|
+
};
|
|
318
|
+
search?: {
|
|
319
|
+
property?: {
|
|
320
|
+
content?: {
|
|
321
|
+
enabled?: boolean;
|
|
322
|
+
};
|
|
323
|
+
mediatype?: {
|
|
324
|
+
keywords?: string[];
|
|
325
|
+
enabled?: boolean;
|
|
326
|
+
};
|
|
327
|
+
mtime?: {
|
|
328
|
+
keywords?: string[];
|
|
329
|
+
enabled?: boolean;
|
|
330
|
+
};
|
|
331
|
+
name?: {
|
|
332
|
+
keywords?: string[];
|
|
333
|
+
enabled?: boolean;
|
|
334
|
+
};
|
|
335
|
+
scope?: {
|
|
336
|
+
keywords?: string[];
|
|
337
|
+
enabled?: boolean;
|
|
338
|
+
};
|
|
339
|
+
size?: {
|
|
340
|
+
keywords?: string[];
|
|
341
|
+
enabled?: boolean;
|
|
342
|
+
};
|
|
343
|
+
tag?: {
|
|
344
|
+
keywords?: string[];
|
|
345
|
+
enabled?: boolean;
|
|
346
|
+
};
|
|
347
|
+
tags?: {
|
|
348
|
+
keywords?: string[];
|
|
349
|
+
enabled?: boolean;
|
|
350
|
+
};
|
|
351
|
+
type?: {
|
|
352
|
+
keywords?: string[];
|
|
353
|
+
enabled?: boolean;
|
|
354
|
+
};
|
|
355
|
+
};
|
|
356
|
+
};
|
|
357
|
+
notifications?: {
|
|
358
|
+
'ocs-endpoints'?: string[];
|
|
359
|
+
configurable?: boolean;
|
|
360
|
+
};
|
|
361
|
+
core: {
|
|
362
|
+
pollinterval?: number;
|
|
363
|
+
status?: {
|
|
364
|
+
edition?: string;
|
|
365
|
+
installed?: boolean;
|
|
366
|
+
maintenance?: boolean;
|
|
367
|
+
needsDbUpgrade?: boolean;
|
|
368
|
+
product?: string;
|
|
369
|
+
productname?: string;
|
|
370
|
+
productversion?: string;
|
|
371
|
+
version?: string;
|
|
372
|
+
versionstring?: string;
|
|
373
|
+
};
|
|
374
|
+
'check-for-updates'?: boolean;
|
|
375
|
+
'support-sse'?: boolean;
|
|
376
|
+
'support-url-signing'?: boolean;
|
|
377
|
+
'webdav-root'?: string;
|
|
378
|
+
};
|
|
379
|
+
dav: {
|
|
380
|
+
chunking?: string;
|
|
381
|
+
chunkingParallelUploadDisabled?: boolean;
|
|
382
|
+
reports?: string[];
|
|
383
|
+
trashbin?: string;
|
|
384
|
+
};
|
|
385
|
+
files: {
|
|
386
|
+
app_providers?: {
|
|
387
|
+
apps_url?: string;
|
|
388
|
+
enabled?: boolean;
|
|
389
|
+
new_url?: string;
|
|
390
|
+
open_url?: string;
|
|
391
|
+
version?: string;
|
|
392
|
+
}[];
|
|
393
|
+
archivers?: {
|
|
394
|
+
enabled?: boolean;
|
|
395
|
+
version?: string;
|
|
396
|
+
formats?: string[];
|
|
397
|
+
archiver_url?: string;
|
|
398
|
+
max_num_files?: string;
|
|
399
|
+
max_size?: string;
|
|
400
|
+
}[];
|
|
401
|
+
favorites?: boolean;
|
|
402
|
+
full_text_search?: boolean;
|
|
403
|
+
permanent_deletion?: boolean;
|
|
404
|
+
privateLinks?: boolean;
|
|
405
|
+
tags?: boolean;
|
|
406
|
+
tus_support?: {
|
|
407
|
+
extension?: string;
|
|
408
|
+
http_method_override?: boolean;
|
|
409
|
+
max_chunk_size?: number;
|
|
410
|
+
resumable?: string;
|
|
411
|
+
version?: string;
|
|
412
|
+
};
|
|
413
|
+
undelete?: boolean;
|
|
414
|
+
versioning?: boolean;
|
|
415
|
+
thumbnail?: {
|
|
416
|
+
enabled?: boolean;
|
|
417
|
+
version?: string;
|
|
418
|
+
supportedMimeTypes?: string[];
|
|
419
|
+
};
|
|
420
|
+
};
|
|
421
|
+
files_sharing: {
|
|
422
|
+
allow_custom?: boolean;
|
|
423
|
+
api_enabled?: boolean;
|
|
424
|
+
can_rename?: boolean;
|
|
425
|
+
default_permissions?: number;
|
|
426
|
+
deny_access?: boolean;
|
|
427
|
+
federation?: {
|
|
428
|
+
incoming?: boolean;
|
|
429
|
+
outgoing?: boolean;
|
|
430
|
+
};
|
|
431
|
+
group_sharing?: boolean;
|
|
432
|
+
public?: {
|
|
433
|
+
alias?: boolean;
|
|
434
|
+
can_contribute?: boolean;
|
|
435
|
+
can_edit?: boolean;
|
|
436
|
+
default_permissions?: number;
|
|
437
|
+
enabled?: boolean;
|
|
438
|
+
multiple?: boolean;
|
|
439
|
+
password?: {
|
|
440
|
+
enforced?: boolean;
|
|
441
|
+
enforced_for?: {
|
|
442
|
+
read_only?: boolean;
|
|
443
|
+
read_write?: boolean;
|
|
444
|
+
upload_only?: boolean;
|
|
445
|
+
read_write_delete?: boolean;
|
|
446
|
+
};
|
|
447
|
+
};
|
|
448
|
+
send_mail?: boolean;
|
|
449
|
+
supports_upload_only?: boolean;
|
|
450
|
+
upload?: boolean;
|
|
451
|
+
};
|
|
452
|
+
search_min_length?: number;
|
|
453
|
+
user?: {
|
|
454
|
+
profile_picture?: boolean;
|
|
455
|
+
send_mail?: boolean;
|
|
456
|
+
settings?: {
|
|
457
|
+
enabled?: boolean;
|
|
458
|
+
version?: string;
|
|
459
|
+
}[];
|
|
460
|
+
};
|
|
461
|
+
quick_link?: {
|
|
462
|
+
default_role?: string;
|
|
463
|
+
};
|
|
464
|
+
};
|
|
465
|
+
spaces?: {
|
|
466
|
+
enabled?: boolean;
|
|
467
|
+
max_quota?: number;
|
|
468
|
+
projects?: boolean;
|
|
469
|
+
version?: string;
|
|
470
|
+
};
|
|
471
|
+
graph?: {
|
|
472
|
+
'personal-data-export'?: boolean;
|
|
473
|
+
users: {
|
|
474
|
+
change_password_self_disabled?: boolean;
|
|
475
|
+
create_disabled?: boolean;
|
|
476
|
+
delete_disabled?: boolean;
|
|
477
|
+
read_only_attributes?: string[];
|
|
478
|
+
edit_login_allowed_disabled?: boolean;
|
|
479
|
+
};
|
|
480
|
+
};
|
|
481
|
+
}>;
|
|
482
|
+
setCapabilities: (data: Capabilities) => void;
|
|
483
|
+
status: import('vue').ComputedRef<{
|
|
484
|
+
edition?: string;
|
|
485
|
+
installed?: boolean;
|
|
486
|
+
maintenance?: boolean;
|
|
487
|
+
needsDbUpgrade?: boolean;
|
|
488
|
+
product?: string;
|
|
489
|
+
productname?: string;
|
|
490
|
+
productversion?: string;
|
|
491
|
+
version?: string;
|
|
492
|
+
versionstring?: string;
|
|
493
|
+
} | {
|
|
494
|
+
edition?: string;
|
|
495
|
+
installed?: boolean;
|
|
496
|
+
maintenance?: boolean;
|
|
497
|
+
needsDbUpgrade?: boolean;
|
|
498
|
+
product?: string;
|
|
499
|
+
productname?: string;
|
|
500
|
+
productversion?: string;
|
|
501
|
+
version?: string;
|
|
502
|
+
versionstring?: string;
|
|
503
|
+
}>;
|
|
504
|
+
supportUrlSigning: import('vue').ComputedRef<boolean>;
|
|
505
|
+
supportSSE: import('vue').ComputedRef<boolean>;
|
|
506
|
+
personalDataExport: import('vue').ComputedRef<boolean>;
|
|
507
|
+
davReports: import('vue').ComputedRef<string[]>;
|
|
508
|
+
davTrashbin: import('vue').ComputedRef<string>;
|
|
509
|
+
spacesMaxQuota: import('vue').ComputedRef<number>;
|
|
510
|
+
spacesProjects: import('vue').ComputedRef<boolean>;
|
|
511
|
+
graphUsersCreateDisabled: import('vue').ComputedRef<boolean>;
|
|
512
|
+
graphUsersDeleteDisabled: import('vue').ComputedRef<boolean>;
|
|
513
|
+
graphUsersChangeSelfPasswordDisabled: import('vue').ComputedRef<boolean>;
|
|
514
|
+
graphUsersEditLoginAllowedDisabled: import('vue').ComputedRef<boolean>;
|
|
515
|
+
graphUsersReadOnlyAttributes: import('vue').ComputedRef<string[]>;
|
|
516
|
+
filesAppProviders: import('vue').ComputedRef<AppProviderCapability[] | {
|
|
517
|
+
apps_url?: string;
|
|
518
|
+
enabled?: boolean;
|
|
519
|
+
new_url?: string;
|
|
520
|
+
open_url?: string;
|
|
521
|
+
version?: string;
|
|
522
|
+
}[]>;
|
|
523
|
+
filesFavorites: import('vue').ComputedRef<boolean>;
|
|
524
|
+
filesArchivers: import('vue').ComputedRef<import('@opencloud-eu/web-client/ocs').ArchiverCapability[] | {
|
|
525
|
+
enabled?: boolean;
|
|
526
|
+
version?: string;
|
|
527
|
+
formats?: string[];
|
|
528
|
+
archiver_url?: string;
|
|
529
|
+
max_num_files?: string;
|
|
530
|
+
max_size?: string;
|
|
531
|
+
}[]>;
|
|
532
|
+
filesPrivateLinks: import('vue').ComputedRef<boolean>;
|
|
533
|
+
filesPermanentDeletion: import('vue').ComputedRef<boolean>;
|
|
534
|
+
filesTags: import('vue').ComputedRef<boolean>;
|
|
535
|
+
filesUndelete: import('vue').ComputedRef<boolean>;
|
|
536
|
+
sharingApiEnabled: import('vue').ComputedRef<boolean>;
|
|
537
|
+
sharingCanRename: import('vue').ComputedRef<boolean>;
|
|
538
|
+
sharingAllowCustom: import('vue').ComputedRef<boolean>;
|
|
539
|
+
sharingPublicEnabled: import('vue').ComputedRef<boolean>;
|
|
540
|
+
sharingPublicCanEdit: import('vue').ComputedRef<boolean>;
|
|
541
|
+
sharingPublicCanContribute: import('vue').ComputedRef<boolean>;
|
|
542
|
+
sharingPublicAlias: import('vue').ComputedRef<boolean>;
|
|
543
|
+
sharingPublicDefaultPermissions: import('vue').ComputedRef<number>;
|
|
544
|
+
sharingPublicPasswordEnforcedFor: import('vue').ComputedRef<import('@opencloud-eu/web-client/ocs').PasswordEnforcedForCapability | {
|
|
545
|
+
read_only?: boolean;
|
|
546
|
+
read_write?: boolean;
|
|
547
|
+
upload_only?: boolean;
|
|
548
|
+
read_write_delete?: boolean;
|
|
549
|
+
}>;
|
|
550
|
+
sharingSearchMinLength: import('vue').ComputedRef<number>;
|
|
551
|
+
sharingUserProfilePicture: import('vue').ComputedRef<boolean>;
|
|
552
|
+
tusMaxChunkSize: import('vue').ComputedRef<number>;
|
|
553
|
+
tusExtension: import('vue').ComputedRef<string>;
|
|
554
|
+
tusHttpMethodOverride: import('vue').ComputedRef<boolean>;
|
|
555
|
+
notificationsOcsEndpoints: import('vue').ComputedRef<string[]>;
|
|
556
|
+
passwordPolicy: import('vue').ComputedRef<import('@opencloud-eu/web-client/ocs').PasswordPolicyCapability | {
|
|
557
|
+
min_characters?: number;
|
|
558
|
+
max_characters?: number;
|
|
559
|
+
min_lowercase_characters?: number;
|
|
560
|
+
min_uppercase_characters?: number;
|
|
561
|
+
min_digits?: number;
|
|
562
|
+
min_special_characters?: number;
|
|
563
|
+
}>;
|
|
564
|
+
searchLastMofifiedDate: import('vue').ComputedRef<import('@opencloud-eu/web-client/ocs').LastModifiedFilterCapability | {
|
|
565
|
+
keywords?: string[];
|
|
566
|
+
enabled?: boolean;
|
|
567
|
+
}>;
|
|
568
|
+
searchMediaType: import('vue').ComputedRef<import('@opencloud-eu/web-client/ocs').MediaTypeCapability | {
|
|
569
|
+
keywords?: string[];
|
|
570
|
+
enabled?: boolean;
|
|
571
|
+
}>;
|
|
572
|
+
searchContent: import('vue').ComputedRef<import('@opencloud-eu/web-client/ocs').SearchPropertyCapability | {
|
|
573
|
+
enabled?: boolean;
|
|
574
|
+
}>;
|
|
575
|
+
}, "capabilities" | "isInitialized">, Pick<{
|
|
576
|
+
isInitialized: import('vue').Ref<boolean, boolean>;
|
|
577
|
+
capabilities: import('vue').Ref<{
|
|
578
|
+
checksums?: {
|
|
579
|
+
preferredUploadType?: string;
|
|
580
|
+
supportedTypes?: string[];
|
|
581
|
+
};
|
|
582
|
+
password_policy?: {
|
|
583
|
+
min_characters?: number;
|
|
584
|
+
max_characters?: number;
|
|
585
|
+
min_lowercase_characters?: number;
|
|
586
|
+
min_uppercase_characters?: number;
|
|
587
|
+
min_digits?: number;
|
|
588
|
+
min_special_characters?: number;
|
|
589
|
+
};
|
|
590
|
+
search?: {
|
|
591
|
+
property?: {
|
|
592
|
+
content?: {
|
|
593
|
+
enabled?: boolean;
|
|
594
|
+
};
|
|
595
|
+
mediatype?: {
|
|
596
|
+
keywords?: string[];
|
|
597
|
+
enabled?: boolean;
|
|
598
|
+
};
|
|
599
|
+
mtime?: {
|
|
600
|
+
keywords?: string[];
|
|
601
|
+
enabled?: boolean;
|
|
602
|
+
};
|
|
603
|
+
name?: {
|
|
604
|
+
keywords?: string[];
|
|
605
|
+
enabled?: boolean;
|
|
606
|
+
};
|
|
607
|
+
scope?: {
|
|
608
|
+
keywords?: string[];
|
|
609
|
+
enabled?: boolean;
|
|
610
|
+
};
|
|
611
|
+
size?: {
|
|
612
|
+
keywords?: string[];
|
|
613
|
+
enabled?: boolean;
|
|
614
|
+
};
|
|
615
|
+
tag?: {
|
|
616
|
+
keywords?: string[];
|
|
617
|
+
enabled?: boolean;
|
|
618
|
+
};
|
|
619
|
+
tags?: {
|
|
620
|
+
keywords?: string[];
|
|
621
|
+
enabled?: boolean;
|
|
622
|
+
};
|
|
623
|
+
type?: {
|
|
624
|
+
keywords?: string[];
|
|
625
|
+
enabled?: boolean;
|
|
626
|
+
};
|
|
627
|
+
};
|
|
628
|
+
};
|
|
629
|
+
notifications?: {
|
|
630
|
+
'ocs-endpoints'?: string[];
|
|
631
|
+
configurable?: boolean;
|
|
632
|
+
};
|
|
633
|
+
core: {
|
|
634
|
+
pollinterval?: number;
|
|
635
|
+
status?: {
|
|
636
|
+
edition?: string;
|
|
637
|
+
installed?: boolean;
|
|
638
|
+
maintenance?: boolean;
|
|
639
|
+
needsDbUpgrade?: boolean;
|
|
640
|
+
product?: string;
|
|
641
|
+
productname?: string;
|
|
642
|
+
productversion?: string;
|
|
643
|
+
version?: string;
|
|
644
|
+
versionstring?: string;
|
|
645
|
+
};
|
|
646
|
+
'check-for-updates'?: boolean;
|
|
647
|
+
'support-sse'?: boolean;
|
|
648
|
+
'support-url-signing'?: boolean;
|
|
649
|
+
'webdav-root'?: string;
|
|
650
|
+
};
|
|
651
|
+
dav: {
|
|
652
|
+
chunking?: string;
|
|
653
|
+
chunkingParallelUploadDisabled?: boolean;
|
|
654
|
+
reports?: string[];
|
|
655
|
+
trashbin?: string;
|
|
656
|
+
};
|
|
657
|
+
files: {
|
|
658
|
+
app_providers?: {
|
|
659
|
+
apps_url?: string;
|
|
660
|
+
enabled?: boolean;
|
|
661
|
+
new_url?: string;
|
|
662
|
+
open_url?: string;
|
|
663
|
+
version?: string;
|
|
664
|
+
}[];
|
|
665
|
+
archivers?: {
|
|
666
|
+
enabled?: boolean;
|
|
667
|
+
version?: string;
|
|
668
|
+
formats?: string[];
|
|
669
|
+
archiver_url?: string;
|
|
670
|
+
max_num_files?: string;
|
|
671
|
+
max_size?: string;
|
|
672
|
+
}[];
|
|
673
|
+
favorites?: boolean;
|
|
674
|
+
full_text_search?: boolean;
|
|
675
|
+
permanent_deletion?: boolean;
|
|
676
|
+
privateLinks?: boolean;
|
|
677
|
+
tags?: boolean;
|
|
678
|
+
tus_support?: {
|
|
679
|
+
extension?: string;
|
|
680
|
+
http_method_override?: boolean;
|
|
681
|
+
max_chunk_size?: number;
|
|
682
|
+
resumable?: string;
|
|
683
|
+
version?: string;
|
|
684
|
+
};
|
|
685
|
+
undelete?: boolean;
|
|
686
|
+
versioning?: boolean;
|
|
687
|
+
thumbnail?: {
|
|
688
|
+
enabled?: boolean;
|
|
689
|
+
version?: string;
|
|
690
|
+
supportedMimeTypes?: string[];
|
|
691
|
+
};
|
|
692
|
+
};
|
|
693
|
+
files_sharing: {
|
|
694
|
+
allow_custom?: boolean;
|
|
695
|
+
api_enabled?: boolean;
|
|
696
|
+
can_rename?: boolean;
|
|
697
|
+
default_permissions?: number;
|
|
698
|
+
deny_access?: boolean;
|
|
699
|
+
federation?: {
|
|
700
|
+
incoming?: boolean;
|
|
701
|
+
outgoing?: boolean;
|
|
702
|
+
};
|
|
703
|
+
group_sharing?: boolean;
|
|
704
|
+
public?: {
|
|
705
|
+
alias?: boolean;
|
|
706
|
+
can_contribute?: boolean;
|
|
707
|
+
can_edit?: boolean;
|
|
708
|
+
default_permissions?: number;
|
|
709
|
+
enabled?: boolean;
|
|
710
|
+
multiple?: boolean;
|
|
711
|
+
password?: {
|
|
712
|
+
enforced?: boolean;
|
|
713
|
+
enforced_for?: {
|
|
714
|
+
read_only?: boolean;
|
|
715
|
+
read_write?: boolean;
|
|
716
|
+
upload_only?: boolean;
|
|
717
|
+
read_write_delete?: boolean;
|
|
718
|
+
};
|
|
719
|
+
};
|
|
720
|
+
send_mail?: boolean;
|
|
721
|
+
supports_upload_only?: boolean;
|
|
722
|
+
upload?: boolean;
|
|
723
|
+
};
|
|
724
|
+
search_min_length?: number;
|
|
725
|
+
user?: {
|
|
726
|
+
profile_picture?: boolean;
|
|
727
|
+
send_mail?: boolean;
|
|
728
|
+
settings?: {
|
|
729
|
+
enabled?: boolean;
|
|
730
|
+
version?: string;
|
|
731
|
+
}[];
|
|
732
|
+
};
|
|
733
|
+
quick_link?: {
|
|
734
|
+
default_role?: string;
|
|
735
|
+
};
|
|
736
|
+
};
|
|
737
|
+
spaces?: {
|
|
738
|
+
enabled?: boolean;
|
|
739
|
+
max_quota?: number;
|
|
740
|
+
projects?: boolean;
|
|
741
|
+
version?: string;
|
|
742
|
+
};
|
|
743
|
+
graph?: {
|
|
744
|
+
'personal-data-export'?: boolean;
|
|
745
|
+
users: {
|
|
746
|
+
change_password_self_disabled?: boolean;
|
|
747
|
+
create_disabled?: boolean;
|
|
748
|
+
delete_disabled?: boolean;
|
|
749
|
+
read_only_attributes?: string[];
|
|
750
|
+
edit_login_allowed_disabled?: boolean;
|
|
751
|
+
};
|
|
752
|
+
};
|
|
753
|
+
}, {
|
|
754
|
+
checksums?: {
|
|
755
|
+
preferredUploadType?: string;
|
|
756
|
+
supportedTypes?: string[];
|
|
757
|
+
};
|
|
758
|
+
password_policy?: import('@opencloud-eu/web-client/ocs').PasswordPolicyCapability;
|
|
759
|
+
search?: {
|
|
760
|
+
property?: {
|
|
761
|
+
content?: import('@opencloud-eu/web-client/ocs').SearchPropertyCapability;
|
|
762
|
+
mediatype?: import('@opencloud-eu/web-client/ocs').MediaTypeCapability;
|
|
763
|
+
mtime?: import('@opencloud-eu/web-client/ocs').LastModifiedFilterCapability;
|
|
764
|
+
name?: import('@opencloud-eu/web-client/ocs').MediaTypeCapability;
|
|
765
|
+
scope?: import('@opencloud-eu/web-client/ocs').MediaTypeCapability;
|
|
766
|
+
size?: import('@opencloud-eu/web-client/ocs').MediaTypeCapability;
|
|
767
|
+
tag?: import('@opencloud-eu/web-client/ocs').MediaTypeCapability;
|
|
768
|
+
tags?: import('@opencloud-eu/web-client/ocs').MediaTypeCapability;
|
|
769
|
+
type?: import('@opencloud-eu/web-client/ocs').MediaTypeCapability;
|
|
770
|
+
};
|
|
771
|
+
};
|
|
772
|
+
notifications?: {
|
|
773
|
+
"ocs-endpoints"?: string[];
|
|
774
|
+
configurable?: boolean;
|
|
775
|
+
};
|
|
776
|
+
core: {
|
|
777
|
+
pollinterval?: number;
|
|
778
|
+
status?: {
|
|
779
|
+
edition?: string;
|
|
780
|
+
installed?: boolean;
|
|
781
|
+
maintenance?: boolean;
|
|
782
|
+
needsDbUpgrade?: boolean;
|
|
783
|
+
product?: string;
|
|
784
|
+
productname?: string;
|
|
785
|
+
productversion?: string;
|
|
786
|
+
version?: string;
|
|
787
|
+
versionstring?: string;
|
|
788
|
+
};
|
|
789
|
+
"check-for-updates"?: boolean;
|
|
790
|
+
"support-sse"?: boolean;
|
|
791
|
+
"support-url-signing"?: boolean;
|
|
792
|
+
"webdav-root"?: string;
|
|
793
|
+
};
|
|
794
|
+
dav: {
|
|
795
|
+
chunking?: string;
|
|
796
|
+
chunkingParallelUploadDisabled?: boolean;
|
|
797
|
+
reports?: string[];
|
|
798
|
+
trashbin?: string;
|
|
799
|
+
};
|
|
800
|
+
files: {
|
|
801
|
+
app_providers?: AppProviderCapability[];
|
|
802
|
+
archivers?: import('@opencloud-eu/web-client/ocs').ArchiverCapability[];
|
|
803
|
+
favorites?: boolean;
|
|
804
|
+
full_text_search?: boolean;
|
|
805
|
+
permanent_deletion?: boolean;
|
|
806
|
+
privateLinks?: boolean;
|
|
807
|
+
tags?: boolean;
|
|
808
|
+
tus_support?: {
|
|
809
|
+
extension?: string;
|
|
810
|
+
http_method_override?: boolean;
|
|
811
|
+
max_chunk_size?: number;
|
|
812
|
+
resumable?: string;
|
|
813
|
+
version?: string;
|
|
814
|
+
};
|
|
815
|
+
undelete?: boolean;
|
|
816
|
+
versioning?: boolean;
|
|
817
|
+
thumbnail?: {
|
|
818
|
+
enabled?: boolean;
|
|
819
|
+
version?: string;
|
|
820
|
+
supportedMimeTypes?: string[];
|
|
821
|
+
};
|
|
822
|
+
};
|
|
823
|
+
files_sharing: {
|
|
824
|
+
allow_custom?: boolean;
|
|
825
|
+
api_enabled?: boolean;
|
|
826
|
+
can_rename?: boolean;
|
|
827
|
+
default_permissions?: number;
|
|
828
|
+
deny_access?: boolean;
|
|
829
|
+
federation?: {
|
|
830
|
+
incoming?: boolean;
|
|
831
|
+
outgoing?: boolean;
|
|
832
|
+
};
|
|
833
|
+
group_sharing?: boolean;
|
|
834
|
+
public?: {
|
|
835
|
+
alias?: boolean;
|
|
836
|
+
can_contribute?: boolean;
|
|
837
|
+
can_edit?: boolean;
|
|
838
|
+
default_permissions?: number;
|
|
839
|
+
enabled?: boolean;
|
|
840
|
+
multiple?: boolean;
|
|
841
|
+
password?: {
|
|
842
|
+
enforced?: boolean;
|
|
843
|
+
enforced_for?: import('@opencloud-eu/web-client/ocs').PasswordEnforcedForCapability;
|
|
844
|
+
};
|
|
845
|
+
send_mail?: boolean;
|
|
846
|
+
supports_upload_only?: boolean;
|
|
847
|
+
upload?: boolean;
|
|
848
|
+
};
|
|
849
|
+
search_min_length?: number;
|
|
850
|
+
user?: {
|
|
851
|
+
profile_picture?: boolean;
|
|
852
|
+
send_mail?: boolean;
|
|
853
|
+
settings?: {
|
|
854
|
+
enabled?: boolean;
|
|
855
|
+
version?: string;
|
|
856
|
+
}[];
|
|
857
|
+
};
|
|
858
|
+
quick_link?: {
|
|
859
|
+
default_role?: string;
|
|
860
|
+
};
|
|
861
|
+
};
|
|
862
|
+
spaces?: {
|
|
863
|
+
enabled?: boolean;
|
|
864
|
+
max_quota?: number;
|
|
865
|
+
projects?: boolean;
|
|
866
|
+
version?: string;
|
|
867
|
+
};
|
|
868
|
+
graph?: {
|
|
869
|
+
"personal-data-export"?: boolean;
|
|
870
|
+
users: {
|
|
871
|
+
change_password_self_disabled?: boolean;
|
|
872
|
+
create_disabled?: boolean;
|
|
873
|
+
delete_disabled?: boolean;
|
|
874
|
+
read_only_attributes?: string[];
|
|
875
|
+
edit_login_allowed_disabled?: boolean;
|
|
876
|
+
};
|
|
877
|
+
};
|
|
878
|
+
} | {
|
|
879
|
+
checksums?: {
|
|
880
|
+
preferredUploadType?: string;
|
|
881
|
+
supportedTypes?: string[];
|
|
882
|
+
};
|
|
883
|
+
password_policy?: {
|
|
884
|
+
min_characters?: number;
|
|
885
|
+
max_characters?: number;
|
|
886
|
+
min_lowercase_characters?: number;
|
|
887
|
+
min_uppercase_characters?: number;
|
|
888
|
+
min_digits?: number;
|
|
889
|
+
min_special_characters?: number;
|
|
890
|
+
};
|
|
891
|
+
search?: {
|
|
892
|
+
property?: {
|
|
893
|
+
content?: {
|
|
894
|
+
enabled?: boolean;
|
|
895
|
+
};
|
|
896
|
+
mediatype?: {
|
|
897
|
+
keywords?: string[];
|
|
898
|
+
enabled?: boolean;
|
|
899
|
+
};
|
|
900
|
+
mtime?: {
|
|
901
|
+
keywords?: string[];
|
|
902
|
+
enabled?: boolean;
|
|
903
|
+
};
|
|
904
|
+
name?: {
|
|
905
|
+
keywords?: string[];
|
|
906
|
+
enabled?: boolean;
|
|
907
|
+
};
|
|
908
|
+
scope?: {
|
|
909
|
+
keywords?: string[];
|
|
910
|
+
enabled?: boolean;
|
|
911
|
+
};
|
|
912
|
+
size?: {
|
|
913
|
+
keywords?: string[];
|
|
914
|
+
enabled?: boolean;
|
|
915
|
+
};
|
|
916
|
+
tag?: {
|
|
917
|
+
keywords?: string[];
|
|
918
|
+
enabled?: boolean;
|
|
919
|
+
};
|
|
920
|
+
tags?: {
|
|
921
|
+
keywords?: string[];
|
|
922
|
+
enabled?: boolean;
|
|
923
|
+
};
|
|
924
|
+
type?: {
|
|
925
|
+
keywords?: string[];
|
|
926
|
+
enabled?: boolean;
|
|
927
|
+
};
|
|
928
|
+
};
|
|
929
|
+
};
|
|
930
|
+
notifications?: {
|
|
931
|
+
'ocs-endpoints'?: string[];
|
|
932
|
+
configurable?: boolean;
|
|
933
|
+
};
|
|
934
|
+
core: {
|
|
935
|
+
pollinterval?: number;
|
|
936
|
+
status?: {
|
|
937
|
+
edition?: string;
|
|
938
|
+
installed?: boolean;
|
|
939
|
+
maintenance?: boolean;
|
|
940
|
+
needsDbUpgrade?: boolean;
|
|
941
|
+
product?: string;
|
|
942
|
+
productname?: string;
|
|
943
|
+
productversion?: string;
|
|
944
|
+
version?: string;
|
|
945
|
+
versionstring?: string;
|
|
946
|
+
};
|
|
947
|
+
'check-for-updates'?: boolean;
|
|
948
|
+
'support-sse'?: boolean;
|
|
949
|
+
'support-url-signing'?: boolean;
|
|
950
|
+
'webdav-root'?: string;
|
|
951
|
+
};
|
|
952
|
+
dav: {
|
|
953
|
+
chunking?: string;
|
|
954
|
+
chunkingParallelUploadDisabled?: boolean;
|
|
955
|
+
reports?: string[];
|
|
956
|
+
trashbin?: string;
|
|
957
|
+
};
|
|
958
|
+
files: {
|
|
959
|
+
app_providers?: {
|
|
960
|
+
apps_url?: string;
|
|
961
|
+
enabled?: boolean;
|
|
962
|
+
new_url?: string;
|
|
963
|
+
open_url?: string;
|
|
964
|
+
version?: string;
|
|
965
|
+
}[];
|
|
966
|
+
archivers?: {
|
|
967
|
+
enabled?: boolean;
|
|
968
|
+
version?: string;
|
|
969
|
+
formats?: string[];
|
|
970
|
+
archiver_url?: string;
|
|
971
|
+
max_num_files?: string;
|
|
972
|
+
max_size?: string;
|
|
973
|
+
}[];
|
|
974
|
+
favorites?: boolean;
|
|
975
|
+
full_text_search?: boolean;
|
|
976
|
+
permanent_deletion?: boolean;
|
|
977
|
+
privateLinks?: boolean;
|
|
978
|
+
tags?: boolean;
|
|
979
|
+
tus_support?: {
|
|
980
|
+
extension?: string;
|
|
981
|
+
http_method_override?: boolean;
|
|
982
|
+
max_chunk_size?: number;
|
|
983
|
+
resumable?: string;
|
|
984
|
+
version?: string;
|
|
985
|
+
};
|
|
986
|
+
undelete?: boolean;
|
|
987
|
+
versioning?: boolean;
|
|
988
|
+
thumbnail?: {
|
|
989
|
+
enabled?: boolean;
|
|
990
|
+
version?: string;
|
|
991
|
+
supportedMimeTypes?: string[];
|
|
992
|
+
};
|
|
993
|
+
};
|
|
994
|
+
files_sharing: {
|
|
995
|
+
allow_custom?: boolean;
|
|
996
|
+
api_enabled?: boolean;
|
|
997
|
+
can_rename?: boolean;
|
|
998
|
+
default_permissions?: number;
|
|
999
|
+
deny_access?: boolean;
|
|
1000
|
+
federation?: {
|
|
1001
|
+
incoming?: boolean;
|
|
1002
|
+
outgoing?: boolean;
|
|
1003
|
+
};
|
|
1004
|
+
group_sharing?: boolean;
|
|
1005
|
+
public?: {
|
|
1006
|
+
alias?: boolean;
|
|
1007
|
+
can_contribute?: boolean;
|
|
1008
|
+
can_edit?: boolean;
|
|
1009
|
+
default_permissions?: number;
|
|
1010
|
+
enabled?: boolean;
|
|
1011
|
+
multiple?: boolean;
|
|
1012
|
+
password?: {
|
|
1013
|
+
enforced?: boolean;
|
|
1014
|
+
enforced_for?: {
|
|
1015
|
+
read_only?: boolean;
|
|
1016
|
+
read_write?: boolean;
|
|
1017
|
+
upload_only?: boolean;
|
|
1018
|
+
read_write_delete?: boolean;
|
|
1019
|
+
};
|
|
1020
|
+
};
|
|
1021
|
+
send_mail?: boolean;
|
|
1022
|
+
supports_upload_only?: boolean;
|
|
1023
|
+
upload?: boolean;
|
|
1024
|
+
};
|
|
1025
|
+
search_min_length?: number;
|
|
1026
|
+
user?: {
|
|
1027
|
+
profile_picture?: boolean;
|
|
1028
|
+
send_mail?: boolean;
|
|
1029
|
+
settings?: {
|
|
1030
|
+
enabled?: boolean;
|
|
1031
|
+
version?: string;
|
|
1032
|
+
}[];
|
|
1033
|
+
};
|
|
1034
|
+
quick_link?: {
|
|
1035
|
+
default_role?: string;
|
|
1036
|
+
};
|
|
1037
|
+
};
|
|
1038
|
+
spaces?: {
|
|
1039
|
+
enabled?: boolean;
|
|
1040
|
+
max_quota?: number;
|
|
1041
|
+
projects?: boolean;
|
|
1042
|
+
version?: string;
|
|
1043
|
+
};
|
|
1044
|
+
graph?: {
|
|
1045
|
+
'personal-data-export'?: boolean;
|
|
1046
|
+
users: {
|
|
1047
|
+
change_password_self_disabled?: boolean;
|
|
1048
|
+
create_disabled?: boolean;
|
|
1049
|
+
delete_disabled?: boolean;
|
|
1050
|
+
read_only_attributes?: string[];
|
|
1051
|
+
edit_login_allowed_disabled?: boolean;
|
|
1052
|
+
};
|
|
1053
|
+
};
|
|
1054
|
+
}>;
|
|
1055
|
+
setCapabilities: (data: Capabilities) => void;
|
|
1056
|
+
status: import('vue').ComputedRef<{
|
|
1057
|
+
edition?: string;
|
|
1058
|
+
installed?: boolean;
|
|
1059
|
+
maintenance?: boolean;
|
|
1060
|
+
needsDbUpgrade?: boolean;
|
|
1061
|
+
product?: string;
|
|
1062
|
+
productname?: string;
|
|
1063
|
+
productversion?: string;
|
|
1064
|
+
version?: string;
|
|
1065
|
+
versionstring?: string;
|
|
1066
|
+
} | {
|
|
1067
|
+
edition?: string;
|
|
1068
|
+
installed?: boolean;
|
|
1069
|
+
maintenance?: boolean;
|
|
1070
|
+
needsDbUpgrade?: boolean;
|
|
1071
|
+
product?: string;
|
|
1072
|
+
productname?: string;
|
|
1073
|
+
productversion?: string;
|
|
1074
|
+
version?: string;
|
|
1075
|
+
versionstring?: string;
|
|
1076
|
+
}>;
|
|
1077
|
+
supportUrlSigning: import('vue').ComputedRef<boolean>;
|
|
1078
|
+
supportSSE: import('vue').ComputedRef<boolean>;
|
|
1079
|
+
personalDataExport: import('vue').ComputedRef<boolean>;
|
|
1080
|
+
davReports: import('vue').ComputedRef<string[]>;
|
|
1081
|
+
davTrashbin: import('vue').ComputedRef<string>;
|
|
1082
|
+
spacesMaxQuota: import('vue').ComputedRef<number>;
|
|
1083
|
+
spacesProjects: import('vue').ComputedRef<boolean>;
|
|
1084
|
+
graphUsersCreateDisabled: import('vue').ComputedRef<boolean>;
|
|
1085
|
+
graphUsersDeleteDisabled: import('vue').ComputedRef<boolean>;
|
|
1086
|
+
graphUsersChangeSelfPasswordDisabled: import('vue').ComputedRef<boolean>;
|
|
1087
|
+
graphUsersEditLoginAllowedDisabled: import('vue').ComputedRef<boolean>;
|
|
1088
|
+
graphUsersReadOnlyAttributes: import('vue').ComputedRef<string[]>;
|
|
1089
|
+
filesAppProviders: import('vue').ComputedRef<AppProviderCapability[] | {
|
|
1090
|
+
apps_url?: string;
|
|
1091
|
+
enabled?: boolean;
|
|
1092
|
+
new_url?: string;
|
|
1093
|
+
open_url?: string;
|
|
1094
|
+
version?: string;
|
|
1095
|
+
}[]>;
|
|
1096
|
+
filesFavorites: import('vue').ComputedRef<boolean>;
|
|
1097
|
+
filesArchivers: import('vue').ComputedRef<import('@opencloud-eu/web-client/ocs').ArchiverCapability[] | {
|
|
1098
|
+
enabled?: boolean;
|
|
1099
|
+
version?: string;
|
|
1100
|
+
formats?: string[];
|
|
1101
|
+
archiver_url?: string;
|
|
1102
|
+
max_num_files?: string;
|
|
1103
|
+
max_size?: string;
|
|
1104
|
+
}[]>;
|
|
1105
|
+
filesPrivateLinks: import('vue').ComputedRef<boolean>;
|
|
1106
|
+
filesPermanentDeletion: import('vue').ComputedRef<boolean>;
|
|
1107
|
+
filesTags: import('vue').ComputedRef<boolean>;
|
|
1108
|
+
filesUndelete: import('vue').ComputedRef<boolean>;
|
|
1109
|
+
sharingApiEnabled: import('vue').ComputedRef<boolean>;
|
|
1110
|
+
sharingCanRename: import('vue').ComputedRef<boolean>;
|
|
1111
|
+
sharingAllowCustom: import('vue').ComputedRef<boolean>;
|
|
1112
|
+
sharingPublicEnabled: import('vue').ComputedRef<boolean>;
|
|
1113
|
+
sharingPublicCanEdit: import('vue').ComputedRef<boolean>;
|
|
1114
|
+
sharingPublicCanContribute: import('vue').ComputedRef<boolean>;
|
|
1115
|
+
sharingPublicAlias: import('vue').ComputedRef<boolean>;
|
|
1116
|
+
sharingPublicDefaultPermissions: import('vue').ComputedRef<number>;
|
|
1117
|
+
sharingPublicPasswordEnforcedFor: import('vue').ComputedRef<import('@opencloud-eu/web-client/ocs').PasswordEnforcedForCapability | {
|
|
1118
|
+
read_only?: boolean;
|
|
1119
|
+
read_write?: boolean;
|
|
1120
|
+
upload_only?: boolean;
|
|
1121
|
+
read_write_delete?: boolean;
|
|
1122
|
+
}>;
|
|
1123
|
+
sharingSearchMinLength: import('vue').ComputedRef<number>;
|
|
1124
|
+
sharingUserProfilePicture: import('vue').ComputedRef<boolean>;
|
|
1125
|
+
tusMaxChunkSize: import('vue').ComputedRef<number>;
|
|
1126
|
+
tusExtension: import('vue').ComputedRef<string>;
|
|
1127
|
+
tusHttpMethodOverride: import('vue').ComputedRef<boolean>;
|
|
1128
|
+
notificationsOcsEndpoints: import('vue').ComputedRef<string[]>;
|
|
1129
|
+
passwordPolicy: import('vue').ComputedRef<import('@opencloud-eu/web-client/ocs').PasswordPolicyCapability | {
|
|
1130
|
+
min_characters?: number;
|
|
1131
|
+
max_characters?: number;
|
|
1132
|
+
min_lowercase_characters?: number;
|
|
1133
|
+
min_uppercase_characters?: number;
|
|
1134
|
+
min_digits?: number;
|
|
1135
|
+
min_special_characters?: number;
|
|
1136
|
+
}>;
|
|
1137
|
+
searchLastMofifiedDate: import('vue').ComputedRef<import('@opencloud-eu/web-client/ocs').LastModifiedFilterCapability | {
|
|
1138
|
+
keywords?: string[];
|
|
1139
|
+
enabled?: boolean;
|
|
1140
|
+
}>;
|
|
1141
|
+
searchMediaType: import('vue').ComputedRef<import('@opencloud-eu/web-client/ocs').MediaTypeCapability | {
|
|
1142
|
+
keywords?: string[];
|
|
1143
|
+
enabled?: boolean;
|
|
1144
|
+
}>;
|
|
1145
|
+
searchContent: import('vue').ComputedRef<import('@opencloud-eu/web-client/ocs').SearchPropertyCapability | {
|
|
1146
|
+
enabled?: boolean;
|
|
1147
|
+
}>;
|
|
1148
|
+
}, "status" | "supportUrlSigning" | "supportSSE" | "personalDataExport" | "davReports" | "davTrashbin" | "spacesMaxQuota" | "spacesProjects" | "graphUsersCreateDisabled" | "graphUsersDeleteDisabled" | "graphUsersChangeSelfPasswordDisabled" | "graphUsersEditLoginAllowedDisabled" | "graphUsersReadOnlyAttributes" | "filesAppProviders" | "filesFavorites" | "filesArchivers" | "filesPrivateLinks" | "filesPermanentDeletion" | "filesTags" | "filesUndelete" | "sharingApiEnabled" | "sharingCanRename" | "sharingAllowCustom" | "sharingPublicEnabled" | "sharingPublicCanEdit" | "sharingPublicCanContribute" | "sharingPublicAlias" | "sharingPublicDefaultPermissions" | "sharingPublicPasswordEnforcedFor" | "sharingSearchMinLength" | "sharingUserProfilePicture" | "tusMaxChunkSize" | "tusExtension" | "tusHttpMethodOverride" | "notificationsOcsEndpoints" | "passwordPolicy" | "searchLastMofifiedDate" | "searchMediaType" | "searchContent">, Pick<{
|
|
1149
|
+
isInitialized: import('vue').Ref<boolean, boolean>;
|
|
1150
|
+
capabilities: import('vue').Ref<{
|
|
1151
|
+
checksums?: {
|
|
1152
|
+
preferredUploadType?: string;
|
|
1153
|
+
supportedTypes?: string[];
|
|
1154
|
+
};
|
|
1155
|
+
password_policy?: {
|
|
1156
|
+
min_characters?: number;
|
|
1157
|
+
max_characters?: number;
|
|
1158
|
+
min_lowercase_characters?: number;
|
|
1159
|
+
min_uppercase_characters?: number;
|
|
1160
|
+
min_digits?: number;
|
|
1161
|
+
min_special_characters?: number;
|
|
1162
|
+
};
|
|
1163
|
+
search?: {
|
|
1164
|
+
property?: {
|
|
1165
|
+
content?: {
|
|
1166
|
+
enabled?: boolean;
|
|
1167
|
+
};
|
|
1168
|
+
mediatype?: {
|
|
1169
|
+
keywords?: string[];
|
|
1170
|
+
enabled?: boolean;
|
|
1171
|
+
};
|
|
1172
|
+
mtime?: {
|
|
1173
|
+
keywords?: string[];
|
|
1174
|
+
enabled?: boolean;
|
|
1175
|
+
};
|
|
1176
|
+
name?: {
|
|
1177
|
+
keywords?: string[];
|
|
1178
|
+
enabled?: boolean;
|
|
1179
|
+
};
|
|
1180
|
+
scope?: {
|
|
1181
|
+
keywords?: string[];
|
|
1182
|
+
enabled?: boolean;
|
|
1183
|
+
};
|
|
1184
|
+
size?: {
|
|
1185
|
+
keywords?: string[];
|
|
1186
|
+
enabled?: boolean;
|
|
1187
|
+
};
|
|
1188
|
+
tag?: {
|
|
1189
|
+
keywords?: string[];
|
|
1190
|
+
enabled?: boolean;
|
|
1191
|
+
};
|
|
1192
|
+
tags?: {
|
|
1193
|
+
keywords?: string[];
|
|
1194
|
+
enabled?: boolean;
|
|
1195
|
+
};
|
|
1196
|
+
type?: {
|
|
1197
|
+
keywords?: string[];
|
|
1198
|
+
enabled?: boolean;
|
|
1199
|
+
};
|
|
1200
|
+
};
|
|
1201
|
+
};
|
|
1202
|
+
notifications?: {
|
|
1203
|
+
'ocs-endpoints'?: string[];
|
|
1204
|
+
configurable?: boolean;
|
|
1205
|
+
};
|
|
1206
|
+
core: {
|
|
1207
|
+
pollinterval?: number;
|
|
1208
|
+
status?: {
|
|
1209
|
+
edition?: string;
|
|
1210
|
+
installed?: boolean;
|
|
1211
|
+
maintenance?: boolean;
|
|
1212
|
+
needsDbUpgrade?: boolean;
|
|
1213
|
+
product?: string;
|
|
1214
|
+
productname?: string;
|
|
1215
|
+
productversion?: string;
|
|
1216
|
+
version?: string;
|
|
1217
|
+
versionstring?: string;
|
|
1218
|
+
};
|
|
1219
|
+
'check-for-updates'?: boolean;
|
|
1220
|
+
'support-sse'?: boolean;
|
|
1221
|
+
'support-url-signing'?: boolean;
|
|
1222
|
+
'webdav-root'?: string;
|
|
1223
|
+
};
|
|
1224
|
+
dav: {
|
|
1225
|
+
chunking?: string;
|
|
1226
|
+
chunkingParallelUploadDisabled?: boolean;
|
|
1227
|
+
reports?: string[];
|
|
1228
|
+
trashbin?: string;
|
|
1229
|
+
};
|
|
1230
|
+
files: {
|
|
1231
|
+
app_providers?: {
|
|
1232
|
+
apps_url?: string;
|
|
1233
|
+
enabled?: boolean;
|
|
1234
|
+
new_url?: string;
|
|
1235
|
+
open_url?: string;
|
|
1236
|
+
version?: string;
|
|
1237
|
+
}[];
|
|
1238
|
+
archivers?: {
|
|
1239
|
+
enabled?: boolean;
|
|
1240
|
+
version?: string;
|
|
1241
|
+
formats?: string[];
|
|
1242
|
+
archiver_url?: string;
|
|
1243
|
+
max_num_files?: string;
|
|
1244
|
+
max_size?: string;
|
|
1245
|
+
}[];
|
|
1246
|
+
favorites?: boolean;
|
|
1247
|
+
full_text_search?: boolean;
|
|
1248
|
+
permanent_deletion?: boolean;
|
|
1249
|
+
privateLinks?: boolean;
|
|
1250
|
+
tags?: boolean;
|
|
1251
|
+
tus_support?: {
|
|
1252
|
+
extension?: string;
|
|
1253
|
+
http_method_override?: boolean;
|
|
1254
|
+
max_chunk_size?: number;
|
|
1255
|
+
resumable?: string;
|
|
1256
|
+
version?: string;
|
|
1257
|
+
};
|
|
1258
|
+
undelete?: boolean;
|
|
1259
|
+
versioning?: boolean;
|
|
1260
|
+
thumbnail?: {
|
|
1261
|
+
enabled?: boolean;
|
|
1262
|
+
version?: string;
|
|
1263
|
+
supportedMimeTypes?: string[];
|
|
1264
|
+
};
|
|
1265
|
+
};
|
|
1266
|
+
files_sharing: {
|
|
1267
|
+
allow_custom?: boolean;
|
|
1268
|
+
api_enabled?: boolean;
|
|
1269
|
+
can_rename?: boolean;
|
|
1270
|
+
default_permissions?: number;
|
|
1271
|
+
deny_access?: boolean;
|
|
1272
|
+
federation?: {
|
|
1273
|
+
incoming?: boolean;
|
|
1274
|
+
outgoing?: boolean;
|
|
1275
|
+
};
|
|
1276
|
+
group_sharing?: boolean;
|
|
1277
|
+
public?: {
|
|
1278
|
+
alias?: boolean;
|
|
1279
|
+
can_contribute?: boolean;
|
|
1280
|
+
can_edit?: boolean;
|
|
1281
|
+
default_permissions?: number;
|
|
1282
|
+
enabled?: boolean;
|
|
1283
|
+
multiple?: boolean;
|
|
1284
|
+
password?: {
|
|
1285
|
+
enforced?: boolean;
|
|
1286
|
+
enforced_for?: {
|
|
1287
|
+
read_only?: boolean;
|
|
1288
|
+
read_write?: boolean;
|
|
1289
|
+
upload_only?: boolean;
|
|
1290
|
+
read_write_delete?: boolean;
|
|
1291
|
+
};
|
|
1292
|
+
};
|
|
1293
|
+
send_mail?: boolean;
|
|
1294
|
+
supports_upload_only?: boolean;
|
|
1295
|
+
upload?: boolean;
|
|
1296
|
+
};
|
|
1297
|
+
search_min_length?: number;
|
|
1298
|
+
user?: {
|
|
1299
|
+
profile_picture?: boolean;
|
|
1300
|
+
send_mail?: boolean;
|
|
1301
|
+
settings?: {
|
|
1302
|
+
enabled?: boolean;
|
|
1303
|
+
version?: string;
|
|
1304
|
+
}[];
|
|
1305
|
+
};
|
|
1306
|
+
quick_link?: {
|
|
1307
|
+
default_role?: string;
|
|
1308
|
+
};
|
|
1309
|
+
};
|
|
1310
|
+
spaces?: {
|
|
1311
|
+
enabled?: boolean;
|
|
1312
|
+
max_quota?: number;
|
|
1313
|
+
projects?: boolean;
|
|
1314
|
+
version?: string;
|
|
1315
|
+
};
|
|
1316
|
+
graph?: {
|
|
1317
|
+
'personal-data-export'?: boolean;
|
|
1318
|
+
users: {
|
|
1319
|
+
change_password_self_disabled?: boolean;
|
|
1320
|
+
create_disabled?: boolean;
|
|
1321
|
+
delete_disabled?: boolean;
|
|
1322
|
+
read_only_attributes?: string[];
|
|
1323
|
+
edit_login_allowed_disabled?: boolean;
|
|
1324
|
+
};
|
|
1325
|
+
};
|
|
1326
|
+
}, {
|
|
1327
|
+
checksums?: {
|
|
1328
|
+
preferredUploadType?: string;
|
|
1329
|
+
supportedTypes?: string[];
|
|
1330
|
+
};
|
|
1331
|
+
password_policy?: import('@opencloud-eu/web-client/ocs').PasswordPolicyCapability;
|
|
1332
|
+
search?: {
|
|
1333
|
+
property?: {
|
|
1334
|
+
content?: import('@opencloud-eu/web-client/ocs').SearchPropertyCapability;
|
|
1335
|
+
mediatype?: import('@opencloud-eu/web-client/ocs').MediaTypeCapability;
|
|
1336
|
+
mtime?: import('@opencloud-eu/web-client/ocs').LastModifiedFilterCapability;
|
|
1337
|
+
name?: import('@opencloud-eu/web-client/ocs').MediaTypeCapability;
|
|
1338
|
+
scope?: import('@opencloud-eu/web-client/ocs').MediaTypeCapability;
|
|
1339
|
+
size?: import('@opencloud-eu/web-client/ocs').MediaTypeCapability;
|
|
1340
|
+
tag?: import('@opencloud-eu/web-client/ocs').MediaTypeCapability;
|
|
1341
|
+
tags?: import('@opencloud-eu/web-client/ocs').MediaTypeCapability;
|
|
1342
|
+
type?: import('@opencloud-eu/web-client/ocs').MediaTypeCapability;
|
|
1343
|
+
};
|
|
1344
|
+
};
|
|
1345
|
+
notifications?: {
|
|
1346
|
+
"ocs-endpoints"?: string[];
|
|
1347
|
+
configurable?: boolean;
|
|
1348
|
+
};
|
|
1349
|
+
core: {
|
|
1350
|
+
pollinterval?: number;
|
|
1351
|
+
status?: {
|
|
1352
|
+
edition?: string;
|
|
1353
|
+
installed?: boolean;
|
|
1354
|
+
maintenance?: boolean;
|
|
1355
|
+
needsDbUpgrade?: boolean;
|
|
1356
|
+
product?: string;
|
|
1357
|
+
productname?: string;
|
|
1358
|
+
productversion?: string;
|
|
1359
|
+
version?: string;
|
|
1360
|
+
versionstring?: string;
|
|
1361
|
+
};
|
|
1362
|
+
"check-for-updates"?: boolean;
|
|
1363
|
+
"support-sse"?: boolean;
|
|
1364
|
+
"support-url-signing"?: boolean;
|
|
1365
|
+
"webdav-root"?: string;
|
|
1366
|
+
};
|
|
1367
|
+
dav: {
|
|
1368
|
+
chunking?: string;
|
|
1369
|
+
chunkingParallelUploadDisabled?: boolean;
|
|
1370
|
+
reports?: string[];
|
|
1371
|
+
trashbin?: string;
|
|
1372
|
+
};
|
|
1373
|
+
files: {
|
|
1374
|
+
app_providers?: AppProviderCapability[];
|
|
1375
|
+
archivers?: import('@opencloud-eu/web-client/ocs').ArchiverCapability[];
|
|
1376
|
+
favorites?: boolean;
|
|
1377
|
+
full_text_search?: boolean;
|
|
1378
|
+
permanent_deletion?: boolean;
|
|
1379
|
+
privateLinks?: boolean;
|
|
1380
|
+
tags?: boolean;
|
|
1381
|
+
tus_support?: {
|
|
1382
|
+
extension?: string;
|
|
1383
|
+
http_method_override?: boolean;
|
|
1384
|
+
max_chunk_size?: number;
|
|
1385
|
+
resumable?: string;
|
|
1386
|
+
version?: string;
|
|
1387
|
+
};
|
|
1388
|
+
undelete?: boolean;
|
|
1389
|
+
versioning?: boolean;
|
|
1390
|
+
thumbnail?: {
|
|
1391
|
+
enabled?: boolean;
|
|
1392
|
+
version?: string;
|
|
1393
|
+
supportedMimeTypes?: string[];
|
|
1394
|
+
};
|
|
1395
|
+
};
|
|
1396
|
+
files_sharing: {
|
|
1397
|
+
allow_custom?: boolean;
|
|
1398
|
+
api_enabled?: boolean;
|
|
1399
|
+
can_rename?: boolean;
|
|
1400
|
+
default_permissions?: number;
|
|
1401
|
+
deny_access?: boolean;
|
|
1402
|
+
federation?: {
|
|
1403
|
+
incoming?: boolean;
|
|
1404
|
+
outgoing?: boolean;
|
|
1405
|
+
};
|
|
1406
|
+
group_sharing?: boolean;
|
|
1407
|
+
public?: {
|
|
1408
|
+
alias?: boolean;
|
|
1409
|
+
can_contribute?: boolean;
|
|
1410
|
+
can_edit?: boolean;
|
|
1411
|
+
default_permissions?: number;
|
|
1412
|
+
enabled?: boolean;
|
|
1413
|
+
multiple?: boolean;
|
|
1414
|
+
password?: {
|
|
1415
|
+
enforced?: boolean;
|
|
1416
|
+
enforced_for?: import('@opencloud-eu/web-client/ocs').PasswordEnforcedForCapability;
|
|
1417
|
+
};
|
|
1418
|
+
send_mail?: boolean;
|
|
1419
|
+
supports_upload_only?: boolean;
|
|
1420
|
+
upload?: boolean;
|
|
1421
|
+
};
|
|
1422
|
+
search_min_length?: number;
|
|
1423
|
+
user?: {
|
|
1424
|
+
profile_picture?: boolean;
|
|
1425
|
+
send_mail?: boolean;
|
|
1426
|
+
settings?: {
|
|
1427
|
+
enabled?: boolean;
|
|
1428
|
+
version?: string;
|
|
1429
|
+
}[];
|
|
1430
|
+
};
|
|
1431
|
+
quick_link?: {
|
|
1432
|
+
default_role?: string;
|
|
1433
|
+
};
|
|
1434
|
+
};
|
|
1435
|
+
spaces?: {
|
|
1436
|
+
enabled?: boolean;
|
|
1437
|
+
max_quota?: number;
|
|
1438
|
+
projects?: boolean;
|
|
1439
|
+
version?: string;
|
|
1440
|
+
};
|
|
1441
|
+
graph?: {
|
|
1442
|
+
"personal-data-export"?: boolean;
|
|
1443
|
+
users: {
|
|
1444
|
+
change_password_self_disabled?: boolean;
|
|
1445
|
+
create_disabled?: boolean;
|
|
1446
|
+
delete_disabled?: boolean;
|
|
1447
|
+
read_only_attributes?: string[];
|
|
1448
|
+
edit_login_allowed_disabled?: boolean;
|
|
1449
|
+
};
|
|
1450
|
+
};
|
|
1451
|
+
} | {
|
|
1452
|
+
checksums?: {
|
|
1453
|
+
preferredUploadType?: string;
|
|
1454
|
+
supportedTypes?: string[];
|
|
1455
|
+
};
|
|
1456
|
+
password_policy?: {
|
|
1457
|
+
min_characters?: number;
|
|
1458
|
+
max_characters?: number;
|
|
1459
|
+
min_lowercase_characters?: number;
|
|
1460
|
+
min_uppercase_characters?: number;
|
|
1461
|
+
min_digits?: number;
|
|
1462
|
+
min_special_characters?: number;
|
|
1463
|
+
};
|
|
1464
|
+
search?: {
|
|
1465
|
+
property?: {
|
|
1466
|
+
content?: {
|
|
1467
|
+
enabled?: boolean;
|
|
1468
|
+
};
|
|
1469
|
+
mediatype?: {
|
|
1470
|
+
keywords?: string[];
|
|
1471
|
+
enabled?: boolean;
|
|
1472
|
+
};
|
|
1473
|
+
mtime?: {
|
|
1474
|
+
keywords?: string[];
|
|
1475
|
+
enabled?: boolean;
|
|
1476
|
+
};
|
|
1477
|
+
name?: {
|
|
1478
|
+
keywords?: string[];
|
|
1479
|
+
enabled?: boolean;
|
|
1480
|
+
};
|
|
1481
|
+
scope?: {
|
|
1482
|
+
keywords?: string[];
|
|
1483
|
+
enabled?: boolean;
|
|
1484
|
+
};
|
|
1485
|
+
size?: {
|
|
1486
|
+
keywords?: string[];
|
|
1487
|
+
enabled?: boolean;
|
|
1488
|
+
};
|
|
1489
|
+
tag?: {
|
|
1490
|
+
keywords?: string[];
|
|
1491
|
+
enabled?: boolean;
|
|
1492
|
+
};
|
|
1493
|
+
tags?: {
|
|
1494
|
+
keywords?: string[];
|
|
1495
|
+
enabled?: boolean;
|
|
1496
|
+
};
|
|
1497
|
+
type?: {
|
|
1498
|
+
keywords?: string[];
|
|
1499
|
+
enabled?: boolean;
|
|
1500
|
+
};
|
|
1501
|
+
};
|
|
1502
|
+
};
|
|
1503
|
+
notifications?: {
|
|
1504
|
+
'ocs-endpoints'?: string[];
|
|
1505
|
+
configurable?: boolean;
|
|
1506
|
+
};
|
|
1507
|
+
core: {
|
|
1508
|
+
pollinterval?: number;
|
|
1509
|
+
status?: {
|
|
1510
|
+
edition?: string;
|
|
1511
|
+
installed?: boolean;
|
|
1512
|
+
maintenance?: boolean;
|
|
1513
|
+
needsDbUpgrade?: boolean;
|
|
1514
|
+
product?: string;
|
|
1515
|
+
productname?: string;
|
|
1516
|
+
productversion?: string;
|
|
1517
|
+
version?: string;
|
|
1518
|
+
versionstring?: string;
|
|
1519
|
+
};
|
|
1520
|
+
'check-for-updates'?: boolean;
|
|
1521
|
+
'support-sse'?: boolean;
|
|
1522
|
+
'support-url-signing'?: boolean;
|
|
1523
|
+
'webdav-root'?: string;
|
|
1524
|
+
};
|
|
1525
|
+
dav: {
|
|
1526
|
+
chunking?: string;
|
|
1527
|
+
chunkingParallelUploadDisabled?: boolean;
|
|
1528
|
+
reports?: string[];
|
|
1529
|
+
trashbin?: string;
|
|
1530
|
+
};
|
|
1531
|
+
files: {
|
|
1532
|
+
app_providers?: {
|
|
1533
|
+
apps_url?: string;
|
|
1534
|
+
enabled?: boolean;
|
|
1535
|
+
new_url?: string;
|
|
1536
|
+
open_url?: string;
|
|
1537
|
+
version?: string;
|
|
1538
|
+
}[];
|
|
1539
|
+
archivers?: {
|
|
1540
|
+
enabled?: boolean;
|
|
1541
|
+
version?: string;
|
|
1542
|
+
formats?: string[];
|
|
1543
|
+
archiver_url?: string;
|
|
1544
|
+
max_num_files?: string;
|
|
1545
|
+
max_size?: string;
|
|
1546
|
+
}[];
|
|
1547
|
+
favorites?: boolean;
|
|
1548
|
+
full_text_search?: boolean;
|
|
1549
|
+
permanent_deletion?: boolean;
|
|
1550
|
+
privateLinks?: boolean;
|
|
1551
|
+
tags?: boolean;
|
|
1552
|
+
tus_support?: {
|
|
1553
|
+
extension?: string;
|
|
1554
|
+
http_method_override?: boolean;
|
|
1555
|
+
max_chunk_size?: number;
|
|
1556
|
+
resumable?: string;
|
|
1557
|
+
version?: string;
|
|
1558
|
+
};
|
|
1559
|
+
undelete?: boolean;
|
|
1560
|
+
versioning?: boolean;
|
|
1561
|
+
thumbnail?: {
|
|
1562
|
+
enabled?: boolean;
|
|
1563
|
+
version?: string;
|
|
1564
|
+
supportedMimeTypes?: string[];
|
|
1565
|
+
};
|
|
1566
|
+
};
|
|
1567
|
+
files_sharing: {
|
|
1568
|
+
allow_custom?: boolean;
|
|
1569
|
+
api_enabled?: boolean;
|
|
1570
|
+
can_rename?: boolean;
|
|
1571
|
+
default_permissions?: number;
|
|
1572
|
+
deny_access?: boolean;
|
|
1573
|
+
federation?: {
|
|
1574
|
+
incoming?: boolean;
|
|
1575
|
+
outgoing?: boolean;
|
|
1576
|
+
};
|
|
1577
|
+
group_sharing?: boolean;
|
|
1578
|
+
public?: {
|
|
1579
|
+
alias?: boolean;
|
|
1580
|
+
can_contribute?: boolean;
|
|
1581
|
+
can_edit?: boolean;
|
|
1582
|
+
default_permissions?: number;
|
|
1583
|
+
enabled?: boolean;
|
|
1584
|
+
multiple?: boolean;
|
|
1585
|
+
password?: {
|
|
1586
|
+
enforced?: boolean;
|
|
1587
|
+
enforced_for?: {
|
|
1588
|
+
read_only?: boolean;
|
|
1589
|
+
read_write?: boolean;
|
|
1590
|
+
upload_only?: boolean;
|
|
1591
|
+
read_write_delete?: boolean;
|
|
1592
|
+
};
|
|
1593
|
+
};
|
|
1594
|
+
send_mail?: boolean;
|
|
1595
|
+
supports_upload_only?: boolean;
|
|
1596
|
+
upload?: boolean;
|
|
1597
|
+
};
|
|
1598
|
+
search_min_length?: number;
|
|
1599
|
+
user?: {
|
|
1600
|
+
profile_picture?: boolean;
|
|
1601
|
+
send_mail?: boolean;
|
|
1602
|
+
settings?: {
|
|
1603
|
+
enabled?: boolean;
|
|
1604
|
+
version?: string;
|
|
1605
|
+
}[];
|
|
1606
|
+
};
|
|
1607
|
+
quick_link?: {
|
|
1608
|
+
default_role?: string;
|
|
1609
|
+
};
|
|
1610
|
+
};
|
|
1611
|
+
spaces?: {
|
|
1612
|
+
enabled?: boolean;
|
|
1613
|
+
max_quota?: number;
|
|
1614
|
+
projects?: boolean;
|
|
1615
|
+
version?: string;
|
|
1616
|
+
};
|
|
1617
|
+
graph?: {
|
|
1618
|
+
'personal-data-export'?: boolean;
|
|
1619
|
+
users: {
|
|
1620
|
+
change_password_self_disabled?: boolean;
|
|
1621
|
+
create_disabled?: boolean;
|
|
1622
|
+
delete_disabled?: boolean;
|
|
1623
|
+
read_only_attributes?: string[];
|
|
1624
|
+
edit_login_allowed_disabled?: boolean;
|
|
1625
|
+
};
|
|
1626
|
+
};
|
|
1627
|
+
}>;
|
|
1628
|
+
setCapabilities: (data: Capabilities) => void;
|
|
1629
|
+
status: import('vue').ComputedRef<{
|
|
1630
|
+
edition?: string;
|
|
1631
|
+
installed?: boolean;
|
|
1632
|
+
maintenance?: boolean;
|
|
1633
|
+
needsDbUpgrade?: boolean;
|
|
1634
|
+
product?: string;
|
|
1635
|
+
productname?: string;
|
|
1636
|
+
productversion?: string;
|
|
1637
|
+
version?: string;
|
|
1638
|
+
versionstring?: string;
|
|
1639
|
+
} | {
|
|
1640
|
+
edition?: string;
|
|
1641
|
+
installed?: boolean;
|
|
1642
|
+
maintenance?: boolean;
|
|
1643
|
+
needsDbUpgrade?: boolean;
|
|
1644
|
+
product?: string;
|
|
1645
|
+
productname?: string;
|
|
1646
|
+
productversion?: string;
|
|
1647
|
+
version?: string;
|
|
1648
|
+
versionstring?: string;
|
|
1649
|
+
}>;
|
|
1650
|
+
supportUrlSigning: import('vue').ComputedRef<boolean>;
|
|
1651
|
+
supportSSE: import('vue').ComputedRef<boolean>;
|
|
1652
|
+
personalDataExport: import('vue').ComputedRef<boolean>;
|
|
1653
|
+
davReports: import('vue').ComputedRef<string[]>;
|
|
1654
|
+
davTrashbin: import('vue').ComputedRef<string>;
|
|
1655
|
+
spacesMaxQuota: import('vue').ComputedRef<number>;
|
|
1656
|
+
spacesProjects: import('vue').ComputedRef<boolean>;
|
|
1657
|
+
graphUsersCreateDisabled: import('vue').ComputedRef<boolean>;
|
|
1658
|
+
graphUsersDeleteDisabled: import('vue').ComputedRef<boolean>;
|
|
1659
|
+
graphUsersChangeSelfPasswordDisabled: import('vue').ComputedRef<boolean>;
|
|
1660
|
+
graphUsersEditLoginAllowedDisabled: import('vue').ComputedRef<boolean>;
|
|
1661
|
+
graphUsersReadOnlyAttributes: import('vue').ComputedRef<string[]>;
|
|
1662
|
+
filesAppProviders: import('vue').ComputedRef<AppProviderCapability[] | {
|
|
1663
|
+
apps_url?: string;
|
|
1664
|
+
enabled?: boolean;
|
|
1665
|
+
new_url?: string;
|
|
1666
|
+
open_url?: string;
|
|
1667
|
+
version?: string;
|
|
1668
|
+
}[]>;
|
|
1669
|
+
filesFavorites: import('vue').ComputedRef<boolean>;
|
|
1670
|
+
filesArchivers: import('vue').ComputedRef<import('@opencloud-eu/web-client/ocs').ArchiverCapability[] | {
|
|
1671
|
+
enabled?: boolean;
|
|
1672
|
+
version?: string;
|
|
1673
|
+
formats?: string[];
|
|
1674
|
+
archiver_url?: string;
|
|
1675
|
+
max_num_files?: string;
|
|
1676
|
+
max_size?: string;
|
|
1677
|
+
}[]>;
|
|
1678
|
+
filesPrivateLinks: import('vue').ComputedRef<boolean>;
|
|
1679
|
+
filesPermanentDeletion: import('vue').ComputedRef<boolean>;
|
|
1680
|
+
filesTags: import('vue').ComputedRef<boolean>;
|
|
1681
|
+
filesUndelete: import('vue').ComputedRef<boolean>;
|
|
1682
|
+
sharingApiEnabled: import('vue').ComputedRef<boolean>;
|
|
1683
|
+
sharingCanRename: import('vue').ComputedRef<boolean>;
|
|
1684
|
+
sharingAllowCustom: import('vue').ComputedRef<boolean>;
|
|
1685
|
+
sharingPublicEnabled: import('vue').ComputedRef<boolean>;
|
|
1686
|
+
sharingPublicCanEdit: import('vue').ComputedRef<boolean>;
|
|
1687
|
+
sharingPublicCanContribute: import('vue').ComputedRef<boolean>;
|
|
1688
|
+
sharingPublicAlias: import('vue').ComputedRef<boolean>;
|
|
1689
|
+
sharingPublicDefaultPermissions: import('vue').ComputedRef<number>;
|
|
1690
|
+
sharingPublicPasswordEnforcedFor: import('vue').ComputedRef<import('@opencloud-eu/web-client/ocs').PasswordEnforcedForCapability | {
|
|
1691
|
+
read_only?: boolean;
|
|
1692
|
+
read_write?: boolean;
|
|
1693
|
+
upload_only?: boolean;
|
|
1694
|
+
read_write_delete?: boolean;
|
|
1695
|
+
}>;
|
|
1696
|
+
sharingSearchMinLength: import('vue').ComputedRef<number>;
|
|
1697
|
+
sharingUserProfilePicture: import('vue').ComputedRef<boolean>;
|
|
1698
|
+
tusMaxChunkSize: import('vue').ComputedRef<number>;
|
|
1699
|
+
tusExtension: import('vue').ComputedRef<string>;
|
|
1700
|
+
tusHttpMethodOverride: import('vue').ComputedRef<boolean>;
|
|
1701
|
+
notificationsOcsEndpoints: import('vue').ComputedRef<string[]>;
|
|
1702
|
+
passwordPolicy: import('vue').ComputedRef<import('@opencloud-eu/web-client/ocs').PasswordPolicyCapability | {
|
|
1703
|
+
min_characters?: number;
|
|
1704
|
+
max_characters?: number;
|
|
1705
|
+
min_lowercase_characters?: number;
|
|
1706
|
+
min_uppercase_characters?: number;
|
|
1707
|
+
min_digits?: number;
|
|
1708
|
+
min_special_characters?: number;
|
|
1709
|
+
}>;
|
|
1710
|
+
searchLastMofifiedDate: import('vue').ComputedRef<import('@opencloud-eu/web-client/ocs').LastModifiedFilterCapability | {
|
|
1711
|
+
keywords?: string[];
|
|
1712
|
+
enabled?: boolean;
|
|
1713
|
+
}>;
|
|
1714
|
+
searchMediaType: import('vue').ComputedRef<import('@opencloud-eu/web-client/ocs').MediaTypeCapability | {
|
|
1715
|
+
keywords?: string[];
|
|
1716
|
+
enabled?: boolean;
|
|
1717
|
+
}>;
|
|
1718
|
+
searchContent: import('vue').ComputedRef<import('@opencloud-eu/web-client/ocs').SearchPropertyCapability | {
|
|
1719
|
+
enabled?: boolean;
|
|
1720
|
+
}>;
|
|
1721
|
+
}, "setCapabilities">>;
|
|
1722
|
+
export type CapabilityStore = ReturnType<typeof useCapabilityStore>;
|