@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,251 @@
|
|
|
1
|
+
import { PropType, Ref, defineComponent } from 'vue';
|
|
2
|
+
import { UrlForResourceOptions, FileContentOptions, FileActionOptions, FileAction, Action } from '../../composables';
|
|
3
|
+
import { Resource, SpaceResource } from '@opencloud-eu/web-client';
|
|
4
|
+
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
5
|
+
applicationId: {
|
|
6
|
+
type: StringConstructor;
|
|
7
|
+
required: true;
|
|
8
|
+
};
|
|
9
|
+
urlForResourceOptions: {
|
|
10
|
+
type: PropType<UrlForResourceOptions>;
|
|
11
|
+
default: () => UrlForResourceOptions;
|
|
12
|
+
required: false;
|
|
13
|
+
};
|
|
14
|
+
fileContentOptions: {
|
|
15
|
+
type: PropType<FileContentOptions>;
|
|
16
|
+
default: () => FileContentOptions;
|
|
17
|
+
required: false;
|
|
18
|
+
};
|
|
19
|
+
wrappedComponent: {
|
|
20
|
+
type: PropType<ReturnType<typeof defineComponent>>;
|
|
21
|
+
default: any;
|
|
22
|
+
};
|
|
23
|
+
importResourceWithExtension: {
|
|
24
|
+
type: PropType<(resource: Resource) => string>;
|
|
25
|
+
default: () => Resource;
|
|
26
|
+
};
|
|
27
|
+
disableAutoSave: {
|
|
28
|
+
type: BooleanConstructor;
|
|
29
|
+
default: boolean;
|
|
30
|
+
};
|
|
31
|
+
}>, {
|
|
32
|
+
dropDownMenuSections: import('vue').ComputedRef<{
|
|
33
|
+
name: string;
|
|
34
|
+
items: FileAction[];
|
|
35
|
+
}[]>;
|
|
36
|
+
dropDownActionOptions: import('vue').ComputedRef<FileActionOptions>;
|
|
37
|
+
hasAutoSave: import('vue').ComputedRef<boolean>;
|
|
38
|
+
isEditor: import('vue').ComputedRef<boolean>;
|
|
39
|
+
closeApp: () => void;
|
|
40
|
+
fileActions: import('vue').ComputedRef<Action<import('../..').ActionOptions>[]>;
|
|
41
|
+
loading: Ref<boolean, boolean>;
|
|
42
|
+
loadingError: Ref<Error, Error>;
|
|
43
|
+
pageTitle: import('vue').ComputedRef<string>;
|
|
44
|
+
resource: Ref<Resource, Resource>;
|
|
45
|
+
space: Ref<SpaceResource, SpaceResource>;
|
|
46
|
+
slotAttrs: import('vue').ComputedRef<{
|
|
47
|
+
url: string;
|
|
48
|
+
space: SpaceResource;
|
|
49
|
+
resource: Resource;
|
|
50
|
+
activeFiles: Resource[];
|
|
51
|
+
isDirty: boolean;
|
|
52
|
+
isReadOnly: boolean;
|
|
53
|
+
applicationConfig: import('../..').AppConfigObject;
|
|
54
|
+
currentFileContext: import('../..').FileContext;
|
|
55
|
+
currentContent: unknown;
|
|
56
|
+
isFolderLoading: boolean;
|
|
57
|
+
'onUpdate:resource': (value: Resource) => void;
|
|
58
|
+
'onUpdate:currentContent': (value: unknown) => void;
|
|
59
|
+
'onRegister:onDeleteResourceCallback': (value: () => void) => void;
|
|
60
|
+
'onDelete:resource': () => void;
|
|
61
|
+
onSave: () => Promise<void>;
|
|
62
|
+
onClose: () => void;
|
|
63
|
+
loadFolderForFileContext: (context: import('vue').MaybeRef<import('../..').FileContext>) => Promise<void>;
|
|
64
|
+
revokeUrl: (url: string) => void;
|
|
65
|
+
getUrlForResource: (space: SpaceResource, resource: Resource, options?: UrlForResourceOptions) => Promise<string>;
|
|
66
|
+
}>;
|
|
67
|
+
isSideBarOpen: Ref<boolean>;
|
|
68
|
+
sideBarActivePanel: Ref<string>;
|
|
69
|
+
onPanelActive: (name: string, callback: (string: any) => void) => void;
|
|
70
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
71
|
+
applicationId: {
|
|
72
|
+
type: StringConstructor;
|
|
73
|
+
required: true;
|
|
74
|
+
};
|
|
75
|
+
urlForResourceOptions: {
|
|
76
|
+
type: PropType<UrlForResourceOptions>;
|
|
77
|
+
default: () => UrlForResourceOptions;
|
|
78
|
+
required: false;
|
|
79
|
+
};
|
|
80
|
+
fileContentOptions: {
|
|
81
|
+
type: PropType<FileContentOptions>;
|
|
82
|
+
default: () => FileContentOptions;
|
|
83
|
+
required: false;
|
|
84
|
+
};
|
|
85
|
+
wrappedComponent: {
|
|
86
|
+
type: PropType<ReturnType<typeof defineComponent>>;
|
|
87
|
+
default: any;
|
|
88
|
+
};
|
|
89
|
+
importResourceWithExtension: {
|
|
90
|
+
type: PropType<(resource: Resource) => string>;
|
|
91
|
+
default: () => Resource;
|
|
92
|
+
};
|
|
93
|
+
disableAutoSave: {
|
|
94
|
+
type: BooleanConstructor;
|
|
95
|
+
default: boolean;
|
|
96
|
+
};
|
|
97
|
+
}>> & Readonly<{}>, {
|
|
98
|
+
urlForResourceOptions: UrlForResourceOptions;
|
|
99
|
+
fileContentOptions: FileContentOptions;
|
|
100
|
+
wrappedComponent: any;
|
|
101
|
+
importResourceWithExtension: (resource: Resource) => string;
|
|
102
|
+
disableAutoSave: boolean;
|
|
103
|
+
}, {}, {
|
|
104
|
+
AppTopBar: import('vue').DefineComponent<{
|
|
105
|
+
dropDownMenuSections?: import('..').MenuSection[];
|
|
106
|
+
dropDownActionOptions?: FileActionOptions;
|
|
107
|
+
mainActions?: Action[];
|
|
108
|
+
hasAutoSave?: boolean;
|
|
109
|
+
isEditor?: boolean;
|
|
110
|
+
resource?: Resource;
|
|
111
|
+
}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
|
112
|
+
close: () => any;
|
|
113
|
+
}, string, import('vue').PublicProps, Readonly<{
|
|
114
|
+
dropDownMenuSections?: import('..').MenuSection[];
|
|
115
|
+
dropDownActionOptions?: FileActionOptions;
|
|
116
|
+
mainActions?: Action[];
|
|
117
|
+
hasAutoSave?: boolean;
|
|
118
|
+
isEditor?: boolean;
|
|
119
|
+
resource?: Resource;
|
|
120
|
+
}> & Readonly<{
|
|
121
|
+
onClose?: () => any;
|
|
122
|
+
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
123
|
+
FileSideBar: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
124
|
+
isOpen: {
|
|
125
|
+
type: BooleanConstructor;
|
|
126
|
+
required: true;
|
|
127
|
+
};
|
|
128
|
+
activePanel: {
|
|
129
|
+
type: StringConstructor;
|
|
130
|
+
required: false;
|
|
131
|
+
default: any;
|
|
132
|
+
};
|
|
133
|
+
space: {
|
|
134
|
+
type: PropType<SpaceResource>;
|
|
135
|
+
required: false;
|
|
136
|
+
default: any;
|
|
137
|
+
};
|
|
138
|
+
}>, {
|
|
139
|
+
loadedResource: Ref<Resource, Resource>;
|
|
140
|
+
setActiveSideBarPanel: (panelName: string) => void;
|
|
141
|
+
closeSideBar: () => void;
|
|
142
|
+
panelContext: import('vue').ComputedRef<import('..').SideBarPanelContext<SpaceResource, Resource, Resource>>;
|
|
143
|
+
availablePanels: import('vue').ComputedRef<import('..').SideBarPanel<SpaceResource, Resource, Resource>[]>;
|
|
144
|
+
isFileHeaderVisible: import('vue').ComputedRef<boolean>;
|
|
145
|
+
isSpaceHeaderVisible: import('vue').ComputedRef<boolean>;
|
|
146
|
+
isLoading: import('vue').ComputedRef<boolean>;
|
|
147
|
+
loadSharesTask: import('vue-concurrency').Task<void, [resource: Resource]>;
|
|
148
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
149
|
+
isOpen: {
|
|
150
|
+
type: BooleanConstructor;
|
|
151
|
+
required: true;
|
|
152
|
+
};
|
|
153
|
+
activePanel: {
|
|
154
|
+
type: StringConstructor;
|
|
155
|
+
required: false;
|
|
156
|
+
default: any;
|
|
157
|
+
};
|
|
158
|
+
space: {
|
|
159
|
+
type: PropType<SpaceResource>;
|
|
160
|
+
required: false;
|
|
161
|
+
default: any;
|
|
162
|
+
};
|
|
163
|
+
}>> & Readonly<{}>, {
|
|
164
|
+
space: SpaceResource;
|
|
165
|
+
activePanel: string;
|
|
166
|
+
}, {}, {
|
|
167
|
+
FileInfo: import('vue').DefineComponent<{
|
|
168
|
+
isSubPanelActive?: boolean;
|
|
169
|
+
}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{
|
|
170
|
+
isSubPanelActive?: boolean;
|
|
171
|
+
}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
172
|
+
SpaceInfo: import('vue').DefineComponent<{}, {
|
|
173
|
+
resource: SpaceResource;
|
|
174
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
175
|
+
InnerSideBar: {
|
|
176
|
+
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<{
|
|
177
|
+
isOpen: boolean;
|
|
178
|
+
loading: boolean;
|
|
179
|
+
availablePanels: import('..').SideBarPanel<unknown, unknown, unknown>[];
|
|
180
|
+
panelContext: import('..').SideBarPanelContext<unknown, unknown, unknown>;
|
|
181
|
+
activePanel?: string;
|
|
182
|
+
}> & Readonly<{
|
|
183
|
+
onClose?: () => any;
|
|
184
|
+
onSelectPanel?: (panel: string) => any;
|
|
185
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
|
186
|
+
close: () => any;
|
|
187
|
+
selectPanel: (panel: string) => any;
|
|
188
|
+
}, import('vue').PublicProps, {}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {
|
|
189
|
+
appSideBar: HTMLDivElement;
|
|
190
|
+
}, HTMLDivElement, import('vue').ComponentProvideOptions, {
|
|
191
|
+
P: {};
|
|
192
|
+
B: {};
|
|
193
|
+
D: {};
|
|
194
|
+
C: {};
|
|
195
|
+
M: {};
|
|
196
|
+
Defaults: {};
|
|
197
|
+
}, Readonly<{
|
|
198
|
+
isOpen: boolean;
|
|
199
|
+
loading: boolean;
|
|
200
|
+
availablePanels: import('..').SideBarPanel<unknown, unknown, unknown>[];
|
|
201
|
+
panelContext: import('..').SideBarPanelContext<unknown, unknown, unknown>;
|
|
202
|
+
activePanel?: string;
|
|
203
|
+
}> & Readonly<{
|
|
204
|
+
onClose?: () => any;
|
|
205
|
+
onSelectPanel?: (panel: string) => any;
|
|
206
|
+
}>, {}, {}, {}, {}, {}>;
|
|
207
|
+
__isFragment?: never;
|
|
208
|
+
__isTeleport?: never;
|
|
209
|
+
__isSuspense?: never;
|
|
210
|
+
} & import('vue').ComponentOptionsBase<Readonly<{
|
|
211
|
+
isOpen: boolean;
|
|
212
|
+
loading: boolean;
|
|
213
|
+
availablePanels: import('..').SideBarPanel<unknown, unknown, unknown>[];
|
|
214
|
+
panelContext: import('..').SideBarPanelContext<unknown, unknown, unknown>;
|
|
215
|
+
activePanel?: string;
|
|
216
|
+
}> & Readonly<{
|
|
217
|
+
onClose?: () => any;
|
|
218
|
+
onSelectPanel?: (panel: string) => any;
|
|
219
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
|
220
|
+
close: () => any;
|
|
221
|
+
selectPanel: (panel: string) => any;
|
|
222
|
+
}, string, {}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
223
|
+
$slots: Readonly<{
|
|
224
|
+
body: () => unknown;
|
|
225
|
+
rootHeader: () => unknown;
|
|
226
|
+
subHeader: () => unknown;
|
|
227
|
+
}> & {
|
|
228
|
+
body: () => unknown;
|
|
229
|
+
rootHeader: () => unknown;
|
|
230
|
+
subHeader: () => unknown;
|
|
231
|
+
};
|
|
232
|
+
});
|
|
233
|
+
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
234
|
+
ErrorScreen: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
235
|
+
message: {
|
|
236
|
+
default: string;
|
|
237
|
+
type: StringConstructor;
|
|
238
|
+
required: false;
|
|
239
|
+
};
|
|
240
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
241
|
+
message: {
|
|
242
|
+
default: string;
|
|
243
|
+
type: StringConstructor;
|
|
244
|
+
required: false;
|
|
245
|
+
};
|
|
246
|
+
}>> & Readonly<{}>, {
|
|
247
|
+
message: string;
|
|
248
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
249
|
+
LoadingScreen: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
250
|
+
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
251
|
+
export default _default;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { defineComponent } from 'vue';
|
|
2
|
+
import { FileContentOptions, UrlForResourceOptions } from '../../composables';
|
|
3
|
+
import { Resource } from '@opencloud-eu/web-client';
|
|
4
|
+
export declare function AppWrapperRoute(fileEditor: ReturnType<typeof defineComponent>, options: {
|
|
5
|
+
applicationId: string;
|
|
6
|
+
urlForResourceOptions?: UrlForResourceOptions;
|
|
7
|
+
fileContentOptions?: FileContentOptions;
|
|
8
|
+
importResourceWithExtension?: (resource: Resource) => string;
|
|
9
|
+
disableAutoSave?: boolean;
|
|
10
|
+
}): import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
2
|
+
/**
|
|
3
|
+
* Error message passed from external app
|
|
4
|
+
*/
|
|
5
|
+
message: {
|
|
6
|
+
default: string;
|
|
7
|
+
type: StringConstructor;
|
|
8
|
+
required: false;
|
|
9
|
+
};
|
|
10
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
11
|
+
/**
|
|
12
|
+
* Error message passed from external app
|
|
13
|
+
*/
|
|
14
|
+
message: {
|
|
15
|
+
default: string;
|
|
16
|
+
type: StringConstructor;
|
|
17
|
+
required: false;
|
|
18
|
+
};
|
|
19
|
+
}>> & Readonly<{}>, {
|
|
20
|
+
message: string;
|
|
21
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
22
|
+
export default _default;
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
2
|
+
export default _default;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { Resource } from '@opencloud-eu/web-client';
|
|
2
|
+
import { AppConfigObject } from '../../apps/types';
|
|
3
|
+
import { Ref } from 'vue';
|
|
4
|
+
export interface AppWrapperSlotArgs {
|
|
5
|
+
applicationConfig: AppConfigObject;
|
|
6
|
+
resource: Resource;
|
|
7
|
+
currentContent: Ref<string>;
|
|
8
|
+
isDirty: boolean;
|
|
9
|
+
isReadOnly: boolean;
|
|
10
|
+
url: string;
|
|
11
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Action, FileActionOptions } from '../composables';
|
|
2
|
+
import { Resource } from '@opencloud-eu/web-client';
|
|
3
|
+
import { MenuSection } from './ContextActions';
|
|
4
|
+
type __VLS_Props = {
|
|
5
|
+
dropDownMenuSections?: MenuSection[];
|
|
6
|
+
dropDownActionOptions?: FileActionOptions;
|
|
7
|
+
mainActions?: Action[];
|
|
8
|
+
hasAutoSave?: boolean;
|
|
9
|
+
isEditor?: boolean;
|
|
10
|
+
resource?: Resource;
|
|
11
|
+
};
|
|
12
|
+
declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
|
13
|
+
close: () => any;
|
|
14
|
+
}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
15
|
+
onClose?: () => any;
|
|
16
|
+
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
17
|
+
export default _default;
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {
|
|
2
|
+
fileInputRef: HTMLInputElement;
|
|
3
|
+
imageRef: HTMLImageElement;
|
|
4
|
+
}, HTMLDivElement>;
|
|
5
|
+
export default _default;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
type __VLS_Props = {
|
|
2
|
+
userId: string;
|
|
3
|
+
userName: string;
|
|
4
|
+
};
|
|
5
|
+
declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLSpanElement>;
|
|
6
|
+
export default _default;
|
|
@@ -0,0 +1,123 @@
|
|
|
1
|
+
import { PropType } from 'vue';
|
|
2
|
+
import { Action, ActionOptions } from '../composables';
|
|
3
|
+
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
4
|
+
actions: {
|
|
5
|
+
type: PropType<Action[]>;
|
|
6
|
+
required: true;
|
|
7
|
+
};
|
|
8
|
+
actionOptions: {
|
|
9
|
+
type: PropType<ActionOptions>;
|
|
10
|
+
required: true;
|
|
11
|
+
};
|
|
12
|
+
limitedScreenSpace: {
|
|
13
|
+
type: BooleanConstructor;
|
|
14
|
+
default: boolean;
|
|
15
|
+
required: false;
|
|
16
|
+
};
|
|
17
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
18
|
+
actions: {
|
|
19
|
+
type: PropType<Action[]>;
|
|
20
|
+
required: true;
|
|
21
|
+
};
|
|
22
|
+
actionOptions: {
|
|
23
|
+
type: PropType<ActionOptions>;
|
|
24
|
+
required: true;
|
|
25
|
+
};
|
|
26
|
+
limitedScreenSpace: {
|
|
27
|
+
type: BooleanConstructor;
|
|
28
|
+
default: boolean;
|
|
29
|
+
required: false;
|
|
30
|
+
};
|
|
31
|
+
}>> & Readonly<{}>, {
|
|
32
|
+
limitedScreenSpace: boolean;
|
|
33
|
+
}, {}, {
|
|
34
|
+
ActionMenuItem: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
35
|
+
action: {
|
|
36
|
+
type: PropType<Action>;
|
|
37
|
+
required: true;
|
|
38
|
+
};
|
|
39
|
+
actionOptions: {
|
|
40
|
+
type: PropType<ActionOptions>;
|
|
41
|
+
required: true;
|
|
42
|
+
};
|
|
43
|
+
size: {
|
|
44
|
+
type: PropType<"small" | "medium" | "large">;
|
|
45
|
+
required: false;
|
|
46
|
+
default: string;
|
|
47
|
+
};
|
|
48
|
+
appearance: {
|
|
49
|
+
type: PropType<import('@opencloud-eu/design-system/helpers').AppearanceType>;
|
|
50
|
+
default: string;
|
|
51
|
+
};
|
|
52
|
+
shortcutHint: {
|
|
53
|
+
type: BooleanConstructor;
|
|
54
|
+
default: boolean;
|
|
55
|
+
required: false;
|
|
56
|
+
};
|
|
57
|
+
showTooltip: {
|
|
58
|
+
type: BooleanConstructor;
|
|
59
|
+
default: boolean;
|
|
60
|
+
required: false;
|
|
61
|
+
};
|
|
62
|
+
buttonClasses: {
|
|
63
|
+
type: PropType<string[]>;
|
|
64
|
+
default: () => string[];
|
|
65
|
+
};
|
|
66
|
+
}>, {
|
|
67
|
+
componentType: import('vue').ComputedRef<"a" | "button" | "router-link">;
|
|
68
|
+
componentProps: import('vue').ComputedRef<{
|
|
69
|
+
target: "_blank" | "_self";
|
|
70
|
+
href: string;
|
|
71
|
+
to: string | import('vue-router').RouteLocationAsRelativeGeneric | import('vue-router').RouteLocationAsPathGeneric;
|
|
72
|
+
id: string;
|
|
73
|
+
disabled: boolean;
|
|
74
|
+
appearance: import('@opencloud-eu/design-system/helpers').AppearanceType;
|
|
75
|
+
}>;
|
|
76
|
+
}, {}, {
|
|
77
|
+
hasExternalImageIcon(): boolean;
|
|
78
|
+
componentListeners(): {
|
|
79
|
+
click?: undefined;
|
|
80
|
+
} | {
|
|
81
|
+
click: (event: Event) => void;
|
|
82
|
+
};
|
|
83
|
+
}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
84
|
+
action: {
|
|
85
|
+
type: PropType<Action>;
|
|
86
|
+
required: true;
|
|
87
|
+
};
|
|
88
|
+
actionOptions: {
|
|
89
|
+
type: PropType<ActionOptions>;
|
|
90
|
+
required: true;
|
|
91
|
+
};
|
|
92
|
+
size: {
|
|
93
|
+
type: PropType<"small" | "medium" | "large">;
|
|
94
|
+
required: false;
|
|
95
|
+
default: string;
|
|
96
|
+
};
|
|
97
|
+
appearance: {
|
|
98
|
+
type: PropType<import('@opencloud-eu/design-system/helpers').AppearanceType>;
|
|
99
|
+
default: string;
|
|
100
|
+
};
|
|
101
|
+
shortcutHint: {
|
|
102
|
+
type: BooleanConstructor;
|
|
103
|
+
default: boolean;
|
|
104
|
+
required: false;
|
|
105
|
+
};
|
|
106
|
+
showTooltip: {
|
|
107
|
+
type: BooleanConstructor;
|
|
108
|
+
default: boolean;
|
|
109
|
+
required: false;
|
|
110
|
+
};
|
|
111
|
+
buttonClasses: {
|
|
112
|
+
type: PropType<string[]>;
|
|
113
|
+
default: () => string[];
|
|
114
|
+
};
|
|
115
|
+
}>> & Readonly<{}>, {
|
|
116
|
+
size: "small" | "large" | "medium";
|
|
117
|
+
appearance: import('@opencloud-eu/design-system/helpers').AppearanceType;
|
|
118
|
+
shortcutHint: boolean;
|
|
119
|
+
showTooltip: boolean;
|
|
120
|
+
buttonClasses: string[];
|
|
121
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
122
|
+
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
123
|
+
export default _default;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { AppearanceType, NestedDrop } from '@opencloud-eu/design-system/helpers';
|
|
2
|
+
import { ActionOptions } from '../../composables';
|
|
3
|
+
import { MenuSectionDrop } from './types';
|
|
4
|
+
type __VLS_Props = {
|
|
5
|
+
menuSectionDrop: MenuSectionDrop;
|
|
6
|
+
appearance: AppearanceType;
|
|
7
|
+
actionOptions: ActionOptions;
|
|
8
|
+
parentDropRef?: NestedDrop | null;
|
|
9
|
+
};
|
|
10
|
+
declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLLIElement>;
|
|
11
|
+
export default _default;
|
|
@@ -0,0 +1,92 @@
|
|
|
1
|
+
import { PropType } from 'vue';
|
|
2
|
+
import { Action, ActionOptions } from '../../composables';
|
|
3
|
+
import { AppearanceType } from '@opencloud-eu/design-system/helpers';
|
|
4
|
+
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
5
|
+
action: {
|
|
6
|
+
type: PropType<Action>;
|
|
7
|
+
required: true;
|
|
8
|
+
};
|
|
9
|
+
actionOptions: {
|
|
10
|
+
type: PropType<ActionOptions>;
|
|
11
|
+
required: true;
|
|
12
|
+
};
|
|
13
|
+
size: {
|
|
14
|
+
type: PropType<"small" | "medium" | "large">;
|
|
15
|
+
required: false;
|
|
16
|
+
default: string;
|
|
17
|
+
};
|
|
18
|
+
appearance: {
|
|
19
|
+
type: PropType<AppearanceType>;
|
|
20
|
+
default: string;
|
|
21
|
+
};
|
|
22
|
+
shortcutHint: {
|
|
23
|
+
type: BooleanConstructor;
|
|
24
|
+
default: boolean;
|
|
25
|
+
required: false;
|
|
26
|
+
};
|
|
27
|
+
showTooltip: {
|
|
28
|
+
type: BooleanConstructor;
|
|
29
|
+
default: boolean;
|
|
30
|
+
required: false;
|
|
31
|
+
};
|
|
32
|
+
buttonClasses: {
|
|
33
|
+
type: PropType<string[]>;
|
|
34
|
+
default: () => string[];
|
|
35
|
+
};
|
|
36
|
+
}>, {
|
|
37
|
+
componentType: import('vue').ComputedRef<"a" | "button" | "router-link">;
|
|
38
|
+
componentProps: import('vue').ComputedRef<{
|
|
39
|
+
target: "_blank" | "_self";
|
|
40
|
+
href: string;
|
|
41
|
+
to: string | import('vue-router').RouteLocationAsRelativeGeneric | import('vue-router').RouteLocationAsPathGeneric;
|
|
42
|
+
id: string;
|
|
43
|
+
disabled: boolean;
|
|
44
|
+
appearance: AppearanceType;
|
|
45
|
+
}>;
|
|
46
|
+
}, {}, {
|
|
47
|
+
hasExternalImageIcon(): boolean;
|
|
48
|
+
componentListeners(): {
|
|
49
|
+
click?: undefined;
|
|
50
|
+
} | {
|
|
51
|
+
click: (event: Event) => void;
|
|
52
|
+
};
|
|
53
|
+
}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
54
|
+
action: {
|
|
55
|
+
type: PropType<Action>;
|
|
56
|
+
required: true;
|
|
57
|
+
};
|
|
58
|
+
actionOptions: {
|
|
59
|
+
type: PropType<ActionOptions>;
|
|
60
|
+
required: true;
|
|
61
|
+
};
|
|
62
|
+
size: {
|
|
63
|
+
type: PropType<"small" | "medium" | "large">;
|
|
64
|
+
required: false;
|
|
65
|
+
default: string;
|
|
66
|
+
};
|
|
67
|
+
appearance: {
|
|
68
|
+
type: PropType<AppearanceType>;
|
|
69
|
+
default: string;
|
|
70
|
+
};
|
|
71
|
+
shortcutHint: {
|
|
72
|
+
type: BooleanConstructor;
|
|
73
|
+
default: boolean;
|
|
74
|
+
required: false;
|
|
75
|
+
};
|
|
76
|
+
showTooltip: {
|
|
77
|
+
type: BooleanConstructor;
|
|
78
|
+
default: boolean;
|
|
79
|
+
required: false;
|
|
80
|
+
};
|
|
81
|
+
buttonClasses: {
|
|
82
|
+
type: PropType<string[]>;
|
|
83
|
+
default: () => string[];
|
|
84
|
+
};
|
|
85
|
+
}>> & Readonly<{}>, {
|
|
86
|
+
size: "small" | "large" | "medium";
|
|
87
|
+
appearance: AppearanceType;
|
|
88
|
+
shortcutHint: boolean;
|
|
89
|
+
showTooltip: boolean;
|
|
90
|
+
buttonClasses: string[];
|
|
91
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
92
|
+
export default _default;
|