@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,866 @@
|
|
|
1
|
+
import { HttpError } from '@opencloud-eu/web-client';
|
|
2
|
+
import { Action, ActionOptions } from '../actions';
|
|
3
|
+
type MessageError = Error | HttpError;
|
|
4
|
+
export interface Message {
|
|
5
|
+
id: string;
|
|
6
|
+
title: string;
|
|
7
|
+
desc?: string;
|
|
8
|
+
errors?: MessageError[];
|
|
9
|
+
errorLogContent?: string;
|
|
10
|
+
timeout?: number;
|
|
11
|
+
status?: 'passive' | 'primary' | 'success' | 'warning' | 'danger';
|
|
12
|
+
actions?: Action[];
|
|
13
|
+
actionOptions?: ActionOptions;
|
|
14
|
+
}
|
|
15
|
+
export declare const useMessages: import('pinia').StoreDefinition<"messages", Pick<{
|
|
16
|
+
messages: import('vue').Ref<{
|
|
17
|
+
id: string;
|
|
18
|
+
title: string;
|
|
19
|
+
desc?: string;
|
|
20
|
+
errors?: MessageError[];
|
|
21
|
+
errorLogContent?: string;
|
|
22
|
+
timeout?: number;
|
|
23
|
+
status?: "passive" | "primary" | "success" | "warning" | "danger";
|
|
24
|
+
actions?: {
|
|
25
|
+
name: string;
|
|
26
|
+
category?: "actions" | "share" | "context" | "sidebar" | {
|
|
27
|
+
readonly [x: number]: string;
|
|
28
|
+
[Symbol.iterator]: () => StringIterator<string>;
|
|
29
|
+
readonly length: number;
|
|
30
|
+
toString: () => string;
|
|
31
|
+
concat: (...strings: string[]) => string;
|
|
32
|
+
slice: (start?: number, end?: number) => string;
|
|
33
|
+
indexOf: (searchString: string, position?: number) => number;
|
|
34
|
+
lastIndexOf: (searchString: string, position?: number) => number;
|
|
35
|
+
includes: (searchString: string, position?: number) => boolean;
|
|
36
|
+
at: (index: number) => string | undefined;
|
|
37
|
+
charAt: (pos: number) => string;
|
|
38
|
+
charCodeAt: (index: number) => number;
|
|
39
|
+
localeCompare: {
|
|
40
|
+
(that: string): number;
|
|
41
|
+
(that: string, locales?: string | string[], options?: Intl.CollatorOptions): number;
|
|
42
|
+
(that: string, locales?: Intl.LocalesArgument, options?: Intl.CollatorOptions): number;
|
|
43
|
+
};
|
|
44
|
+
match: {
|
|
45
|
+
(regexp: string | RegExp): RegExpMatchArray | null;
|
|
46
|
+
(matcher: {
|
|
47
|
+
[Symbol.match](string: string): RegExpMatchArray | null;
|
|
48
|
+
}): RegExpMatchArray | null;
|
|
49
|
+
};
|
|
50
|
+
replace: {
|
|
51
|
+
(searchValue: string | RegExp, replaceValue: string): string;
|
|
52
|
+
(searchValue: string | RegExp, replacer: (substring: string, ...args: any[]) => string): string;
|
|
53
|
+
(searchValue: {
|
|
54
|
+
[Symbol.replace](string: string, replaceValue: string): string;
|
|
55
|
+
}, replaceValue: string): string;
|
|
56
|
+
(searchValue: {
|
|
57
|
+
[Symbol.replace](string: string, replacer: (substring: string, ...args: any[]) => string): string;
|
|
58
|
+
}, replacer: (substring: string, ...args: any[]) => string): string;
|
|
59
|
+
};
|
|
60
|
+
search: {
|
|
61
|
+
(regexp: string | RegExp): number;
|
|
62
|
+
(searcher: {
|
|
63
|
+
[Symbol.search](string: string): number;
|
|
64
|
+
}): number;
|
|
65
|
+
};
|
|
66
|
+
split: {
|
|
67
|
+
(separator: string | RegExp, limit?: number): string[];
|
|
68
|
+
(splitter: {
|
|
69
|
+
[Symbol.split](string: string, limit?: number): string[];
|
|
70
|
+
}, limit?: number): string[];
|
|
71
|
+
};
|
|
72
|
+
substring: (start: number, end?: number) => string;
|
|
73
|
+
toLowerCase: () => string;
|
|
74
|
+
toLocaleLowerCase: {
|
|
75
|
+
(locales?: string | string[]): string;
|
|
76
|
+
(locales?: Intl.LocalesArgument): string;
|
|
77
|
+
};
|
|
78
|
+
toUpperCase: () => string;
|
|
79
|
+
toLocaleUpperCase: {
|
|
80
|
+
(locales?: string | string[]): string;
|
|
81
|
+
(locales?: Intl.LocalesArgument): string;
|
|
82
|
+
};
|
|
83
|
+
trim: () => string;
|
|
84
|
+
substr: (from: number, length?: number) => string;
|
|
85
|
+
valueOf: () => string;
|
|
86
|
+
codePointAt: (pos: number) => number | undefined;
|
|
87
|
+
endsWith: (searchString: string, endPosition?: number) => boolean;
|
|
88
|
+
normalize: {
|
|
89
|
+
(form: "NFC" | "NFD" | "NFKC" | "NFKD"): string;
|
|
90
|
+
(form?: string): string;
|
|
91
|
+
};
|
|
92
|
+
repeat: (count: number) => string;
|
|
93
|
+
startsWith: (searchString: string, position?: number) => boolean;
|
|
94
|
+
anchor: (name: string) => string;
|
|
95
|
+
big: () => string;
|
|
96
|
+
blink: () => string;
|
|
97
|
+
bold: () => string;
|
|
98
|
+
fixed: () => string;
|
|
99
|
+
fontcolor: (color: string) => string;
|
|
100
|
+
fontsize: {
|
|
101
|
+
(size: number): string;
|
|
102
|
+
(size: string): string;
|
|
103
|
+
};
|
|
104
|
+
italics: () => string;
|
|
105
|
+
link: (url: string) => string;
|
|
106
|
+
small: () => string;
|
|
107
|
+
strike: () => string;
|
|
108
|
+
sub: () => string;
|
|
109
|
+
sup: () => string;
|
|
110
|
+
padStart: (maxLength: number, fillString?: string) => string;
|
|
111
|
+
padEnd: (maxLength: number, fillString?: string) => string;
|
|
112
|
+
trimEnd: () => string;
|
|
113
|
+
trimStart: () => string;
|
|
114
|
+
trimLeft: () => string;
|
|
115
|
+
trimRight: () => string;
|
|
116
|
+
matchAll: (regexp: RegExp) => RegExpStringIterator<RegExpExecArray>;
|
|
117
|
+
replaceAll: {
|
|
118
|
+
(searchValue: string | RegExp, replaceValue: string): string;
|
|
119
|
+
(searchValue: string | RegExp, replacer: (substring: string, ...args: any[]) => string): string;
|
|
120
|
+
};
|
|
121
|
+
isWellFormed: () => boolean;
|
|
122
|
+
toWellFormed: () => string;
|
|
123
|
+
};
|
|
124
|
+
icon: string;
|
|
125
|
+
iconFillType?: import('../..').IconFillType;
|
|
126
|
+
appearance?: import('@opencloud-eu/design-system/helpers').AppearanceType;
|
|
127
|
+
id?: string;
|
|
128
|
+
img?: string;
|
|
129
|
+
class?: string;
|
|
130
|
+
hasPriority?: boolean;
|
|
131
|
+
hideLabel?: boolean;
|
|
132
|
+
shortcut?: string;
|
|
133
|
+
keepOpen?: boolean;
|
|
134
|
+
isExternal?: boolean;
|
|
135
|
+
ext?: string;
|
|
136
|
+
label: (options?: ActionOptions) => string;
|
|
137
|
+
isVisible: (options?: ActionOptions) => boolean;
|
|
138
|
+
handler?: (options?: ActionOptions) => Promise<void> | void;
|
|
139
|
+
route?: (options?: ActionOptions) => import('vue-router').RouteLocationRaw;
|
|
140
|
+
href?: (options?: ActionOptions) => string;
|
|
141
|
+
isDisabled?: (options?: ActionOptions) => boolean;
|
|
142
|
+
disabledTooltip?: (options?: ActionOptions) => string;
|
|
143
|
+
}[];
|
|
144
|
+
actionOptions?: ActionOptions;
|
|
145
|
+
}[], Message[] | {
|
|
146
|
+
id: string;
|
|
147
|
+
title: string;
|
|
148
|
+
desc?: string;
|
|
149
|
+
errors?: MessageError[];
|
|
150
|
+
errorLogContent?: string;
|
|
151
|
+
timeout?: number;
|
|
152
|
+
status?: "passive" | "primary" | "success" | "warning" | "danger";
|
|
153
|
+
actions?: {
|
|
154
|
+
name: string;
|
|
155
|
+
category?: "actions" | "share" | "context" | "sidebar" | {
|
|
156
|
+
readonly [x: number]: string;
|
|
157
|
+
[Symbol.iterator]: () => StringIterator<string>;
|
|
158
|
+
readonly length: number;
|
|
159
|
+
toString: () => string;
|
|
160
|
+
concat: (...strings: string[]) => string;
|
|
161
|
+
slice: (start?: number, end?: number) => string;
|
|
162
|
+
indexOf: (searchString: string, position?: number) => number;
|
|
163
|
+
lastIndexOf: (searchString: string, position?: number) => number;
|
|
164
|
+
includes: (searchString: string, position?: number) => boolean;
|
|
165
|
+
at: (index: number) => string | undefined;
|
|
166
|
+
charAt: (pos: number) => string;
|
|
167
|
+
charCodeAt: (index: number) => number;
|
|
168
|
+
localeCompare: {
|
|
169
|
+
(that: string): number;
|
|
170
|
+
(that: string, locales?: string | string[], options?: Intl.CollatorOptions): number;
|
|
171
|
+
(that: string, locales?: Intl.LocalesArgument, options?: Intl.CollatorOptions): number;
|
|
172
|
+
};
|
|
173
|
+
match: {
|
|
174
|
+
(regexp: string | RegExp): RegExpMatchArray | null;
|
|
175
|
+
(matcher: {
|
|
176
|
+
[Symbol.match](string: string): RegExpMatchArray | null;
|
|
177
|
+
}): RegExpMatchArray | null;
|
|
178
|
+
};
|
|
179
|
+
replace: {
|
|
180
|
+
(searchValue: string | RegExp, replaceValue: string): string;
|
|
181
|
+
(searchValue: string | RegExp, replacer: (substring: string, ...args: any[]) => string): string;
|
|
182
|
+
(searchValue: {
|
|
183
|
+
[Symbol.replace](string: string, replaceValue: string): string;
|
|
184
|
+
}, replaceValue: string): string;
|
|
185
|
+
(searchValue: {
|
|
186
|
+
[Symbol.replace](string: string, replacer: (substring: string, ...args: any[]) => string): string;
|
|
187
|
+
}, replacer: (substring: string, ...args: any[]) => string): string;
|
|
188
|
+
};
|
|
189
|
+
search: {
|
|
190
|
+
(regexp: string | RegExp): number;
|
|
191
|
+
(searcher: {
|
|
192
|
+
[Symbol.search](string: string): number;
|
|
193
|
+
}): number;
|
|
194
|
+
};
|
|
195
|
+
split: {
|
|
196
|
+
(separator: string | RegExp, limit?: number): string[];
|
|
197
|
+
(splitter: {
|
|
198
|
+
[Symbol.split](string: string, limit?: number): string[];
|
|
199
|
+
}, limit?: number): string[];
|
|
200
|
+
};
|
|
201
|
+
substring: (start: number, end?: number) => string;
|
|
202
|
+
toLowerCase: () => string;
|
|
203
|
+
toLocaleLowerCase: {
|
|
204
|
+
(locales?: string | string[]): string;
|
|
205
|
+
(locales?: Intl.LocalesArgument): string;
|
|
206
|
+
};
|
|
207
|
+
toUpperCase: () => string;
|
|
208
|
+
toLocaleUpperCase: {
|
|
209
|
+
(locales?: string | string[]): string;
|
|
210
|
+
(locales?: Intl.LocalesArgument): string;
|
|
211
|
+
};
|
|
212
|
+
trim: () => string;
|
|
213
|
+
substr: (from: number, length?: number) => string;
|
|
214
|
+
valueOf: () => string;
|
|
215
|
+
codePointAt: (pos: number) => number | undefined;
|
|
216
|
+
endsWith: (searchString: string, endPosition?: number) => boolean;
|
|
217
|
+
normalize: {
|
|
218
|
+
(form: "NFC" | "NFD" | "NFKC" | "NFKD"): string;
|
|
219
|
+
(form?: string): string;
|
|
220
|
+
};
|
|
221
|
+
repeat: (count: number) => string;
|
|
222
|
+
startsWith: (searchString: string, position?: number) => boolean;
|
|
223
|
+
anchor: (name: string) => string;
|
|
224
|
+
big: () => string;
|
|
225
|
+
blink: () => string;
|
|
226
|
+
bold: () => string;
|
|
227
|
+
fixed: () => string;
|
|
228
|
+
fontcolor: (color: string) => string;
|
|
229
|
+
fontsize: {
|
|
230
|
+
(size: number): string;
|
|
231
|
+
(size: string): string;
|
|
232
|
+
};
|
|
233
|
+
italics: () => string;
|
|
234
|
+
link: (url: string) => string;
|
|
235
|
+
small: () => string;
|
|
236
|
+
strike: () => string;
|
|
237
|
+
sub: () => string;
|
|
238
|
+
sup: () => string;
|
|
239
|
+
padStart: (maxLength: number, fillString?: string) => string;
|
|
240
|
+
padEnd: (maxLength: number, fillString?: string) => string;
|
|
241
|
+
trimEnd: () => string;
|
|
242
|
+
trimStart: () => string;
|
|
243
|
+
trimLeft: () => string;
|
|
244
|
+
trimRight: () => string;
|
|
245
|
+
matchAll: (regexp: RegExp) => RegExpStringIterator<RegExpExecArray>;
|
|
246
|
+
replaceAll: {
|
|
247
|
+
(searchValue: string | RegExp, replaceValue: string): string;
|
|
248
|
+
(searchValue: string | RegExp, replacer: (substring: string, ...args: any[]) => string): string;
|
|
249
|
+
};
|
|
250
|
+
isWellFormed: () => boolean;
|
|
251
|
+
toWellFormed: () => string;
|
|
252
|
+
};
|
|
253
|
+
icon: string;
|
|
254
|
+
iconFillType?: import('../..').IconFillType;
|
|
255
|
+
appearance?: import('@opencloud-eu/design-system/helpers').AppearanceType;
|
|
256
|
+
id?: string;
|
|
257
|
+
img?: string;
|
|
258
|
+
class?: string;
|
|
259
|
+
hasPriority?: boolean;
|
|
260
|
+
hideLabel?: boolean;
|
|
261
|
+
shortcut?: string;
|
|
262
|
+
keepOpen?: boolean;
|
|
263
|
+
isExternal?: boolean;
|
|
264
|
+
ext?: string;
|
|
265
|
+
label: (options?: ActionOptions) => string;
|
|
266
|
+
isVisible: (options?: ActionOptions) => boolean;
|
|
267
|
+
handler?: (options?: ActionOptions) => Promise<void> | void;
|
|
268
|
+
route?: (options?: ActionOptions) => import('vue-router').RouteLocationRaw;
|
|
269
|
+
href?: (options?: ActionOptions) => string;
|
|
270
|
+
isDisabled?: (options?: ActionOptions) => boolean;
|
|
271
|
+
disabledTooltip?: (options?: ActionOptions) => string;
|
|
272
|
+
}[];
|
|
273
|
+
actionOptions?: ActionOptions;
|
|
274
|
+
}[]>;
|
|
275
|
+
showMessage: (data: Omit<Message, "id">) => {
|
|
276
|
+
id: string;
|
|
277
|
+
actions?: Action[];
|
|
278
|
+
timeout?: number;
|
|
279
|
+
status?: "passive" | "primary" | "success" | "warning" | "danger";
|
|
280
|
+
title: string;
|
|
281
|
+
errors?: MessageError[];
|
|
282
|
+
desc?: string;
|
|
283
|
+
actionOptions?: ActionOptions;
|
|
284
|
+
errorLogContent?: string;
|
|
285
|
+
};
|
|
286
|
+
showErrorMessage: (data: Omit<Message, "id">) => {
|
|
287
|
+
actions?: Action[];
|
|
288
|
+
timeout: number;
|
|
289
|
+
status: "passive" | "primary" | "success" | "warning" | "danger";
|
|
290
|
+
title: string;
|
|
291
|
+
errors?: MessageError[];
|
|
292
|
+
desc?: string;
|
|
293
|
+
actionOptions?: ActionOptions;
|
|
294
|
+
errorLogContent: string;
|
|
295
|
+
id: string;
|
|
296
|
+
};
|
|
297
|
+
removeMessage: (message: Message) => void;
|
|
298
|
+
}, "messages">, Pick<{
|
|
299
|
+
messages: import('vue').Ref<{
|
|
300
|
+
id: string;
|
|
301
|
+
title: string;
|
|
302
|
+
desc?: string;
|
|
303
|
+
errors?: MessageError[];
|
|
304
|
+
errorLogContent?: string;
|
|
305
|
+
timeout?: number;
|
|
306
|
+
status?: "passive" | "primary" | "success" | "warning" | "danger";
|
|
307
|
+
actions?: {
|
|
308
|
+
name: string;
|
|
309
|
+
category?: "actions" | "share" | "context" | "sidebar" | {
|
|
310
|
+
readonly [x: number]: string;
|
|
311
|
+
[Symbol.iterator]: () => StringIterator<string>;
|
|
312
|
+
readonly length: number;
|
|
313
|
+
toString: () => string;
|
|
314
|
+
concat: (...strings: string[]) => string;
|
|
315
|
+
slice: (start?: number, end?: number) => string;
|
|
316
|
+
indexOf: (searchString: string, position?: number) => number;
|
|
317
|
+
lastIndexOf: (searchString: string, position?: number) => number;
|
|
318
|
+
includes: (searchString: string, position?: number) => boolean;
|
|
319
|
+
at: (index: number) => string | undefined;
|
|
320
|
+
charAt: (pos: number) => string;
|
|
321
|
+
charCodeAt: (index: number) => number;
|
|
322
|
+
localeCompare: {
|
|
323
|
+
(that: string): number;
|
|
324
|
+
(that: string, locales?: string | string[], options?: Intl.CollatorOptions): number;
|
|
325
|
+
(that: string, locales?: Intl.LocalesArgument, options?: Intl.CollatorOptions): number;
|
|
326
|
+
};
|
|
327
|
+
match: {
|
|
328
|
+
(regexp: string | RegExp): RegExpMatchArray | null;
|
|
329
|
+
(matcher: {
|
|
330
|
+
[Symbol.match](string: string): RegExpMatchArray | null;
|
|
331
|
+
}): RegExpMatchArray | null;
|
|
332
|
+
};
|
|
333
|
+
replace: {
|
|
334
|
+
(searchValue: string | RegExp, replaceValue: string): string;
|
|
335
|
+
(searchValue: string | RegExp, replacer: (substring: string, ...args: any[]) => string): string;
|
|
336
|
+
(searchValue: {
|
|
337
|
+
[Symbol.replace](string: string, replaceValue: string): string;
|
|
338
|
+
}, replaceValue: string): string;
|
|
339
|
+
(searchValue: {
|
|
340
|
+
[Symbol.replace](string: string, replacer: (substring: string, ...args: any[]) => string): string;
|
|
341
|
+
}, replacer: (substring: string, ...args: any[]) => string): string;
|
|
342
|
+
};
|
|
343
|
+
search: {
|
|
344
|
+
(regexp: string | RegExp): number;
|
|
345
|
+
(searcher: {
|
|
346
|
+
[Symbol.search](string: string): number;
|
|
347
|
+
}): number;
|
|
348
|
+
};
|
|
349
|
+
split: {
|
|
350
|
+
(separator: string | RegExp, limit?: number): string[];
|
|
351
|
+
(splitter: {
|
|
352
|
+
[Symbol.split](string: string, limit?: number): string[];
|
|
353
|
+
}, limit?: number): string[];
|
|
354
|
+
};
|
|
355
|
+
substring: (start: number, end?: number) => string;
|
|
356
|
+
toLowerCase: () => string;
|
|
357
|
+
toLocaleLowerCase: {
|
|
358
|
+
(locales?: string | string[]): string;
|
|
359
|
+
(locales?: Intl.LocalesArgument): string;
|
|
360
|
+
};
|
|
361
|
+
toUpperCase: () => string;
|
|
362
|
+
toLocaleUpperCase: {
|
|
363
|
+
(locales?: string | string[]): string;
|
|
364
|
+
(locales?: Intl.LocalesArgument): string;
|
|
365
|
+
};
|
|
366
|
+
trim: () => string;
|
|
367
|
+
substr: (from: number, length?: number) => string;
|
|
368
|
+
valueOf: () => string;
|
|
369
|
+
codePointAt: (pos: number) => number | undefined;
|
|
370
|
+
endsWith: (searchString: string, endPosition?: number) => boolean;
|
|
371
|
+
normalize: {
|
|
372
|
+
(form: "NFC" | "NFD" | "NFKC" | "NFKD"): string;
|
|
373
|
+
(form?: string): string;
|
|
374
|
+
};
|
|
375
|
+
repeat: (count: number) => string;
|
|
376
|
+
startsWith: (searchString: string, position?: number) => boolean;
|
|
377
|
+
anchor: (name: string) => string;
|
|
378
|
+
big: () => string;
|
|
379
|
+
blink: () => string;
|
|
380
|
+
bold: () => string;
|
|
381
|
+
fixed: () => string;
|
|
382
|
+
fontcolor: (color: string) => string;
|
|
383
|
+
fontsize: {
|
|
384
|
+
(size: number): string;
|
|
385
|
+
(size: string): string;
|
|
386
|
+
};
|
|
387
|
+
italics: () => string;
|
|
388
|
+
link: (url: string) => string;
|
|
389
|
+
small: () => string;
|
|
390
|
+
strike: () => string;
|
|
391
|
+
sub: () => string;
|
|
392
|
+
sup: () => string;
|
|
393
|
+
padStart: (maxLength: number, fillString?: string) => string;
|
|
394
|
+
padEnd: (maxLength: number, fillString?: string) => string;
|
|
395
|
+
trimEnd: () => string;
|
|
396
|
+
trimStart: () => string;
|
|
397
|
+
trimLeft: () => string;
|
|
398
|
+
trimRight: () => string;
|
|
399
|
+
matchAll: (regexp: RegExp) => RegExpStringIterator<RegExpExecArray>;
|
|
400
|
+
replaceAll: {
|
|
401
|
+
(searchValue: string | RegExp, replaceValue: string): string;
|
|
402
|
+
(searchValue: string | RegExp, replacer: (substring: string, ...args: any[]) => string): string;
|
|
403
|
+
};
|
|
404
|
+
isWellFormed: () => boolean;
|
|
405
|
+
toWellFormed: () => string;
|
|
406
|
+
};
|
|
407
|
+
icon: string;
|
|
408
|
+
iconFillType?: import('../..').IconFillType;
|
|
409
|
+
appearance?: import('@opencloud-eu/design-system/helpers').AppearanceType;
|
|
410
|
+
id?: string;
|
|
411
|
+
img?: string;
|
|
412
|
+
class?: string;
|
|
413
|
+
hasPriority?: boolean;
|
|
414
|
+
hideLabel?: boolean;
|
|
415
|
+
shortcut?: string;
|
|
416
|
+
keepOpen?: boolean;
|
|
417
|
+
isExternal?: boolean;
|
|
418
|
+
ext?: string;
|
|
419
|
+
label: (options?: ActionOptions) => string;
|
|
420
|
+
isVisible: (options?: ActionOptions) => boolean;
|
|
421
|
+
handler?: (options?: ActionOptions) => Promise<void> | void;
|
|
422
|
+
route?: (options?: ActionOptions) => import('vue-router').RouteLocationRaw;
|
|
423
|
+
href?: (options?: ActionOptions) => string;
|
|
424
|
+
isDisabled?: (options?: ActionOptions) => boolean;
|
|
425
|
+
disabledTooltip?: (options?: ActionOptions) => string;
|
|
426
|
+
}[];
|
|
427
|
+
actionOptions?: ActionOptions;
|
|
428
|
+
}[], Message[] | {
|
|
429
|
+
id: string;
|
|
430
|
+
title: string;
|
|
431
|
+
desc?: string;
|
|
432
|
+
errors?: MessageError[];
|
|
433
|
+
errorLogContent?: string;
|
|
434
|
+
timeout?: number;
|
|
435
|
+
status?: "passive" | "primary" | "success" | "warning" | "danger";
|
|
436
|
+
actions?: {
|
|
437
|
+
name: string;
|
|
438
|
+
category?: "actions" | "share" | "context" | "sidebar" | {
|
|
439
|
+
readonly [x: number]: string;
|
|
440
|
+
[Symbol.iterator]: () => StringIterator<string>;
|
|
441
|
+
readonly length: number;
|
|
442
|
+
toString: () => string;
|
|
443
|
+
concat: (...strings: string[]) => string;
|
|
444
|
+
slice: (start?: number, end?: number) => string;
|
|
445
|
+
indexOf: (searchString: string, position?: number) => number;
|
|
446
|
+
lastIndexOf: (searchString: string, position?: number) => number;
|
|
447
|
+
includes: (searchString: string, position?: number) => boolean;
|
|
448
|
+
at: (index: number) => string | undefined;
|
|
449
|
+
charAt: (pos: number) => string;
|
|
450
|
+
charCodeAt: (index: number) => number;
|
|
451
|
+
localeCompare: {
|
|
452
|
+
(that: string): number;
|
|
453
|
+
(that: string, locales?: string | string[], options?: Intl.CollatorOptions): number;
|
|
454
|
+
(that: string, locales?: Intl.LocalesArgument, options?: Intl.CollatorOptions): number;
|
|
455
|
+
};
|
|
456
|
+
match: {
|
|
457
|
+
(regexp: string | RegExp): RegExpMatchArray | null;
|
|
458
|
+
(matcher: {
|
|
459
|
+
[Symbol.match](string: string): RegExpMatchArray | null;
|
|
460
|
+
}): RegExpMatchArray | null;
|
|
461
|
+
};
|
|
462
|
+
replace: {
|
|
463
|
+
(searchValue: string | RegExp, replaceValue: string): string;
|
|
464
|
+
(searchValue: string | RegExp, replacer: (substring: string, ...args: any[]) => string): string;
|
|
465
|
+
(searchValue: {
|
|
466
|
+
[Symbol.replace](string: string, replaceValue: string): string;
|
|
467
|
+
}, replaceValue: string): string;
|
|
468
|
+
(searchValue: {
|
|
469
|
+
[Symbol.replace](string: string, replacer: (substring: string, ...args: any[]) => string): string;
|
|
470
|
+
}, replacer: (substring: string, ...args: any[]) => string): string;
|
|
471
|
+
};
|
|
472
|
+
search: {
|
|
473
|
+
(regexp: string | RegExp): number;
|
|
474
|
+
(searcher: {
|
|
475
|
+
[Symbol.search](string: string): number;
|
|
476
|
+
}): number;
|
|
477
|
+
};
|
|
478
|
+
split: {
|
|
479
|
+
(separator: string | RegExp, limit?: number): string[];
|
|
480
|
+
(splitter: {
|
|
481
|
+
[Symbol.split](string: string, limit?: number): string[];
|
|
482
|
+
}, limit?: number): string[];
|
|
483
|
+
};
|
|
484
|
+
substring: (start: number, end?: number) => string;
|
|
485
|
+
toLowerCase: () => string;
|
|
486
|
+
toLocaleLowerCase: {
|
|
487
|
+
(locales?: string | string[]): string;
|
|
488
|
+
(locales?: Intl.LocalesArgument): string;
|
|
489
|
+
};
|
|
490
|
+
toUpperCase: () => string;
|
|
491
|
+
toLocaleUpperCase: {
|
|
492
|
+
(locales?: string | string[]): string;
|
|
493
|
+
(locales?: Intl.LocalesArgument): string;
|
|
494
|
+
};
|
|
495
|
+
trim: () => string;
|
|
496
|
+
substr: (from: number, length?: number) => string;
|
|
497
|
+
valueOf: () => string;
|
|
498
|
+
codePointAt: (pos: number) => number | undefined;
|
|
499
|
+
endsWith: (searchString: string, endPosition?: number) => boolean;
|
|
500
|
+
normalize: {
|
|
501
|
+
(form: "NFC" | "NFD" | "NFKC" | "NFKD"): string;
|
|
502
|
+
(form?: string): string;
|
|
503
|
+
};
|
|
504
|
+
repeat: (count: number) => string;
|
|
505
|
+
startsWith: (searchString: string, position?: number) => boolean;
|
|
506
|
+
anchor: (name: string) => string;
|
|
507
|
+
big: () => string;
|
|
508
|
+
blink: () => string;
|
|
509
|
+
bold: () => string;
|
|
510
|
+
fixed: () => string;
|
|
511
|
+
fontcolor: (color: string) => string;
|
|
512
|
+
fontsize: {
|
|
513
|
+
(size: number): string;
|
|
514
|
+
(size: string): string;
|
|
515
|
+
};
|
|
516
|
+
italics: () => string;
|
|
517
|
+
link: (url: string) => string;
|
|
518
|
+
small: () => string;
|
|
519
|
+
strike: () => string;
|
|
520
|
+
sub: () => string;
|
|
521
|
+
sup: () => string;
|
|
522
|
+
padStart: (maxLength: number, fillString?: string) => string;
|
|
523
|
+
padEnd: (maxLength: number, fillString?: string) => string;
|
|
524
|
+
trimEnd: () => string;
|
|
525
|
+
trimStart: () => string;
|
|
526
|
+
trimLeft: () => string;
|
|
527
|
+
trimRight: () => string;
|
|
528
|
+
matchAll: (regexp: RegExp) => RegExpStringIterator<RegExpExecArray>;
|
|
529
|
+
replaceAll: {
|
|
530
|
+
(searchValue: string | RegExp, replaceValue: string): string;
|
|
531
|
+
(searchValue: string | RegExp, replacer: (substring: string, ...args: any[]) => string): string;
|
|
532
|
+
};
|
|
533
|
+
isWellFormed: () => boolean;
|
|
534
|
+
toWellFormed: () => string;
|
|
535
|
+
};
|
|
536
|
+
icon: string;
|
|
537
|
+
iconFillType?: import('../..').IconFillType;
|
|
538
|
+
appearance?: import('@opencloud-eu/design-system/helpers').AppearanceType;
|
|
539
|
+
id?: string;
|
|
540
|
+
img?: string;
|
|
541
|
+
class?: string;
|
|
542
|
+
hasPriority?: boolean;
|
|
543
|
+
hideLabel?: boolean;
|
|
544
|
+
shortcut?: string;
|
|
545
|
+
keepOpen?: boolean;
|
|
546
|
+
isExternal?: boolean;
|
|
547
|
+
ext?: string;
|
|
548
|
+
label: (options?: ActionOptions) => string;
|
|
549
|
+
isVisible: (options?: ActionOptions) => boolean;
|
|
550
|
+
handler?: (options?: ActionOptions) => Promise<void> | void;
|
|
551
|
+
route?: (options?: ActionOptions) => import('vue-router').RouteLocationRaw;
|
|
552
|
+
href?: (options?: ActionOptions) => string;
|
|
553
|
+
isDisabled?: (options?: ActionOptions) => boolean;
|
|
554
|
+
disabledTooltip?: (options?: ActionOptions) => string;
|
|
555
|
+
}[];
|
|
556
|
+
actionOptions?: ActionOptions;
|
|
557
|
+
}[]>;
|
|
558
|
+
showMessage: (data: Omit<Message, "id">) => {
|
|
559
|
+
id: string;
|
|
560
|
+
actions?: Action[];
|
|
561
|
+
timeout?: number;
|
|
562
|
+
status?: "passive" | "primary" | "success" | "warning" | "danger";
|
|
563
|
+
title: string;
|
|
564
|
+
errors?: MessageError[];
|
|
565
|
+
desc?: string;
|
|
566
|
+
actionOptions?: ActionOptions;
|
|
567
|
+
errorLogContent?: string;
|
|
568
|
+
};
|
|
569
|
+
showErrorMessage: (data: Omit<Message, "id">) => {
|
|
570
|
+
actions?: Action[];
|
|
571
|
+
timeout: number;
|
|
572
|
+
status: "passive" | "primary" | "success" | "warning" | "danger";
|
|
573
|
+
title: string;
|
|
574
|
+
errors?: MessageError[];
|
|
575
|
+
desc?: string;
|
|
576
|
+
actionOptions?: ActionOptions;
|
|
577
|
+
errorLogContent: string;
|
|
578
|
+
id: string;
|
|
579
|
+
};
|
|
580
|
+
removeMessage: (message: Message) => void;
|
|
581
|
+
}, never>, Pick<{
|
|
582
|
+
messages: import('vue').Ref<{
|
|
583
|
+
id: string;
|
|
584
|
+
title: string;
|
|
585
|
+
desc?: string;
|
|
586
|
+
errors?: MessageError[];
|
|
587
|
+
errorLogContent?: string;
|
|
588
|
+
timeout?: number;
|
|
589
|
+
status?: "passive" | "primary" | "success" | "warning" | "danger";
|
|
590
|
+
actions?: {
|
|
591
|
+
name: string;
|
|
592
|
+
category?: "actions" | "share" | "context" | "sidebar" | {
|
|
593
|
+
readonly [x: number]: string;
|
|
594
|
+
[Symbol.iterator]: () => StringIterator<string>;
|
|
595
|
+
readonly length: number;
|
|
596
|
+
toString: () => string;
|
|
597
|
+
concat: (...strings: string[]) => string;
|
|
598
|
+
slice: (start?: number, end?: number) => string;
|
|
599
|
+
indexOf: (searchString: string, position?: number) => number;
|
|
600
|
+
lastIndexOf: (searchString: string, position?: number) => number;
|
|
601
|
+
includes: (searchString: string, position?: number) => boolean;
|
|
602
|
+
at: (index: number) => string | undefined;
|
|
603
|
+
charAt: (pos: number) => string;
|
|
604
|
+
charCodeAt: (index: number) => number;
|
|
605
|
+
localeCompare: {
|
|
606
|
+
(that: string): number;
|
|
607
|
+
(that: string, locales?: string | string[], options?: Intl.CollatorOptions): number;
|
|
608
|
+
(that: string, locales?: Intl.LocalesArgument, options?: Intl.CollatorOptions): number;
|
|
609
|
+
};
|
|
610
|
+
match: {
|
|
611
|
+
(regexp: string | RegExp): RegExpMatchArray | null;
|
|
612
|
+
(matcher: {
|
|
613
|
+
[Symbol.match](string: string): RegExpMatchArray | null;
|
|
614
|
+
}): RegExpMatchArray | null;
|
|
615
|
+
};
|
|
616
|
+
replace: {
|
|
617
|
+
(searchValue: string | RegExp, replaceValue: string): string;
|
|
618
|
+
(searchValue: string | RegExp, replacer: (substring: string, ...args: any[]) => string): string;
|
|
619
|
+
(searchValue: {
|
|
620
|
+
[Symbol.replace](string: string, replaceValue: string): string;
|
|
621
|
+
}, replaceValue: string): string;
|
|
622
|
+
(searchValue: {
|
|
623
|
+
[Symbol.replace](string: string, replacer: (substring: string, ...args: any[]) => string): string;
|
|
624
|
+
}, replacer: (substring: string, ...args: any[]) => string): string;
|
|
625
|
+
};
|
|
626
|
+
search: {
|
|
627
|
+
(regexp: string | RegExp): number;
|
|
628
|
+
(searcher: {
|
|
629
|
+
[Symbol.search](string: string): number;
|
|
630
|
+
}): number;
|
|
631
|
+
};
|
|
632
|
+
split: {
|
|
633
|
+
(separator: string | RegExp, limit?: number): string[];
|
|
634
|
+
(splitter: {
|
|
635
|
+
[Symbol.split](string: string, limit?: number): string[];
|
|
636
|
+
}, limit?: number): string[];
|
|
637
|
+
};
|
|
638
|
+
substring: (start: number, end?: number) => string;
|
|
639
|
+
toLowerCase: () => string;
|
|
640
|
+
toLocaleLowerCase: {
|
|
641
|
+
(locales?: string | string[]): string;
|
|
642
|
+
(locales?: Intl.LocalesArgument): string;
|
|
643
|
+
};
|
|
644
|
+
toUpperCase: () => string;
|
|
645
|
+
toLocaleUpperCase: {
|
|
646
|
+
(locales?: string | string[]): string;
|
|
647
|
+
(locales?: Intl.LocalesArgument): string;
|
|
648
|
+
};
|
|
649
|
+
trim: () => string;
|
|
650
|
+
substr: (from: number, length?: number) => string;
|
|
651
|
+
valueOf: () => string;
|
|
652
|
+
codePointAt: (pos: number) => number | undefined;
|
|
653
|
+
endsWith: (searchString: string, endPosition?: number) => boolean;
|
|
654
|
+
normalize: {
|
|
655
|
+
(form: "NFC" | "NFD" | "NFKC" | "NFKD"): string;
|
|
656
|
+
(form?: string): string;
|
|
657
|
+
};
|
|
658
|
+
repeat: (count: number) => string;
|
|
659
|
+
startsWith: (searchString: string, position?: number) => boolean;
|
|
660
|
+
anchor: (name: string) => string;
|
|
661
|
+
big: () => string;
|
|
662
|
+
blink: () => string;
|
|
663
|
+
bold: () => string;
|
|
664
|
+
fixed: () => string;
|
|
665
|
+
fontcolor: (color: string) => string;
|
|
666
|
+
fontsize: {
|
|
667
|
+
(size: number): string;
|
|
668
|
+
(size: string): string;
|
|
669
|
+
};
|
|
670
|
+
italics: () => string;
|
|
671
|
+
link: (url: string) => string;
|
|
672
|
+
small: () => string;
|
|
673
|
+
strike: () => string;
|
|
674
|
+
sub: () => string;
|
|
675
|
+
sup: () => string;
|
|
676
|
+
padStart: (maxLength: number, fillString?: string) => string;
|
|
677
|
+
padEnd: (maxLength: number, fillString?: string) => string;
|
|
678
|
+
trimEnd: () => string;
|
|
679
|
+
trimStart: () => string;
|
|
680
|
+
trimLeft: () => string;
|
|
681
|
+
trimRight: () => string;
|
|
682
|
+
matchAll: (regexp: RegExp) => RegExpStringIterator<RegExpExecArray>;
|
|
683
|
+
replaceAll: {
|
|
684
|
+
(searchValue: string | RegExp, replaceValue: string): string;
|
|
685
|
+
(searchValue: string | RegExp, replacer: (substring: string, ...args: any[]) => string): string;
|
|
686
|
+
};
|
|
687
|
+
isWellFormed: () => boolean;
|
|
688
|
+
toWellFormed: () => string;
|
|
689
|
+
};
|
|
690
|
+
icon: string;
|
|
691
|
+
iconFillType?: import('../..').IconFillType;
|
|
692
|
+
appearance?: import('@opencloud-eu/design-system/helpers').AppearanceType;
|
|
693
|
+
id?: string;
|
|
694
|
+
img?: string;
|
|
695
|
+
class?: string;
|
|
696
|
+
hasPriority?: boolean;
|
|
697
|
+
hideLabel?: boolean;
|
|
698
|
+
shortcut?: string;
|
|
699
|
+
keepOpen?: boolean;
|
|
700
|
+
isExternal?: boolean;
|
|
701
|
+
ext?: string;
|
|
702
|
+
label: (options?: ActionOptions) => string;
|
|
703
|
+
isVisible: (options?: ActionOptions) => boolean;
|
|
704
|
+
handler?: (options?: ActionOptions) => Promise<void> | void;
|
|
705
|
+
route?: (options?: ActionOptions) => import('vue-router').RouteLocationRaw;
|
|
706
|
+
href?: (options?: ActionOptions) => string;
|
|
707
|
+
isDisabled?: (options?: ActionOptions) => boolean;
|
|
708
|
+
disabledTooltip?: (options?: ActionOptions) => string;
|
|
709
|
+
}[];
|
|
710
|
+
actionOptions?: ActionOptions;
|
|
711
|
+
}[], Message[] | {
|
|
712
|
+
id: string;
|
|
713
|
+
title: string;
|
|
714
|
+
desc?: string;
|
|
715
|
+
errors?: MessageError[];
|
|
716
|
+
errorLogContent?: string;
|
|
717
|
+
timeout?: number;
|
|
718
|
+
status?: "passive" | "primary" | "success" | "warning" | "danger";
|
|
719
|
+
actions?: {
|
|
720
|
+
name: string;
|
|
721
|
+
category?: "actions" | "share" | "context" | "sidebar" | {
|
|
722
|
+
readonly [x: number]: string;
|
|
723
|
+
[Symbol.iterator]: () => StringIterator<string>;
|
|
724
|
+
readonly length: number;
|
|
725
|
+
toString: () => string;
|
|
726
|
+
concat: (...strings: string[]) => string;
|
|
727
|
+
slice: (start?: number, end?: number) => string;
|
|
728
|
+
indexOf: (searchString: string, position?: number) => number;
|
|
729
|
+
lastIndexOf: (searchString: string, position?: number) => number;
|
|
730
|
+
includes: (searchString: string, position?: number) => boolean;
|
|
731
|
+
at: (index: number) => string | undefined;
|
|
732
|
+
charAt: (pos: number) => string;
|
|
733
|
+
charCodeAt: (index: number) => number;
|
|
734
|
+
localeCompare: {
|
|
735
|
+
(that: string): number;
|
|
736
|
+
(that: string, locales?: string | string[], options?: Intl.CollatorOptions): number;
|
|
737
|
+
(that: string, locales?: Intl.LocalesArgument, options?: Intl.CollatorOptions): number;
|
|
738
|
+
};
|
|
739
|
+
match: {
|
|
740
|
+
(regexp: string | RegExp): RegExpMatchArray | null;
|
|
741
|
+
(matcher: {
|
|
742
|
+
[Symbol.match](string: string): RegExpMatchArray | null;
|
|
743
|
+
}): RegExpMatchArray | null;
|
|
744
|
+
};
|
|
745
|
+
replace: {
|
|
746
|
+
(searchValue: string | RegExp, replaceValue: string): string;
|
|
747
|
+
(searchValue: string | RegExp, replacer: (substring: string, ...args: any[]) => string): string;
|
|
748
|
+
(searchValue: {
|
|
749
|
+
[Symbol.replace](string: string, replaceValue: string): string;
|
|
750
|
+
}, replaceValue: string): string;
|
|
751
|
+
(searchValue: {
|
|
752
|
+
[Symbol.replace](string: string, replacer: (substring: string, ...args: any[]) => string): string;
|
|
753
|
+
}, replacer: (substring: string, ...args: any[]) => string): string;
|
|
754
|
+
};
|
|
755
|
+
search: {
|
|
756
|
+
(regexp: string | RegExp): number;
|
|
757
|
+
(searcher: {
|
|
758
|
+
[Symbol.search](string: string): number;
|
|
759
|
+
}): number;
|
|
760
|
+
};
|
|
761
|
+
split: {
|
|
762
|
+
(separator: string | RegExp, limit?: number): string[];
|
|
763
|
+
(splitter: {
|
|
764
|
+
[Symbol.split](string: string, limit?: number): string[];
|
|
765
|
+
}, limit?: number): string[];
|
|
766
|
+
};
|
|
767
|
+
substring: (start: number, end?: number) => string;
|
|
768
|
+
toLowerCase: () => string;
|
|
769
|
+
toLocaleLowerCase: {
|
|
770
|
+
(locales?: string | string[]): string;
|
|
771
|
+
(locales?: Intl.LocalesArgument): string;
|
|
772
|
+
};
|
|
773
|
+
toUpperCase: () => string;
|
|
774
|
+
toLocaleUpperCase: {
|
|
775
|
+
(locales?: string | string[]): string;
|
|
776
|
+
(locales?: Intl.LocalesArgument): string;
|
|
777
|
+
};
|
|
778
|
+
trim: () => string;
|
|
779
|
+
substr: (from: number, length?: number) => string;
|
|
780
|
+
valueOf: () => string;
|
|
781
|
+
codePointAt: (pos: number) => number | undefined;
|
|
782
|
+
endsWith: (searchString: string, endPosition?: number) => boolean;
|
|
783
|
+
normalize: {
|
|
784
|
+
(form: "NFC" | "NFD" | "NFKC" | "NFKD"): string;
|
|
785
|
+
(form?: string): string;
|
|
786
|
+
};
|
|
787
|
+
repeat: (count: number) => string;
|
|
788
|
+
startsWith: (searchString: string, position?: number) => boolean;
|
|
789
|
+
anchor: (name: string) => string;
|
|
790
|
+
big: () => string;
|
|
791
|
+
blink: () => string;
|
|
792
|
+
bold: () => string;
|
|
793
|
+
fixed: () => string;
|
|
794
|
+
fontcolor: (color: string) => string;
|
|
795
|
+
fontsize: {
|
|
796
|
+
(size: number): string;
|
|
797
|
+
(size: string): string;
|
|
798
|
+
};
|
|
799
|
+
italics: () => string;
|
|
800
|
+
link: (url: string) => string;
|
|
801
|
+
small: () => string;
|
|
802
|
+
strike: () => string;
|
|
803
|
+
sub: () => string;
|
|
804
|
+
sup: () => string;
|
|
805
|
+
padStart: (maxLength: number, fillString?: string) => string;
|
|
806
|
+
padEnd: (maxLength: number, fillString?: string) => string;
|
|
807
|
+
trimEnd: () => string;
|
|
808
|
+
trimStart: () => string;
|
|
809
|
+
trimLeft: () => string;
|
|
810
|
+
trimRight: () => string;
|
|
811
|
+
matchAll: (regexp: RegExp) => RegExpStringIterator<RegExpExecArray>;
|
|
812
|
+
replaceAll: {
|
|
813
|
+
(searchValue: string | RegExp, replaceValue: string): string;
|
|
814
|
+
(searchValue: string | RegExp, replacer: (substring: string, ...args: any[]) => string): string;
|
|
815
|
+
};
|
|
816
|
+
isWellFormed: () => boolean;
|
|
817
|
+
toWellFormed: () => string;
|
|
818
|
+
};
|
|
819
|
+
icon: string;
|
|
820
|
+
iconFillType?: import('../..').IconFillType;
|
|
821
|
+
appearance?: import('@opencloud-eu/design-system/helpers').AppearanceType;
|
|
822
|
+
id?: string;
|
|
823
|
+
img?: string;
|
|
824
|
+
class?: string;
|
|
825
|
+
hasPriority?: boolean;
|
|
826
|
+
hideLabel?: boolean;
|
|
827
|
+
shortcut?: string;
|
|
828
|
+
keepOpen?: boolean;
|
|
829
|
+
isExternal?: boolean;
|
|
830
|
+
ext?: string;
|
|
831
|
+
label: (options?: ActionOptions) => string;
|
|
832
|
+
isVisible: (options?: ActionOptions) => boolean;
|
|
833
|
+
handler?: (options?: ActionOptions) => Promise<void> | void;
|
|
834
|
+
route?: (options?: ActionOptions) => import('vue-router').RouteLocationRaw;
|
|
835
|
+
href?: (options?: ActionOptions) => string;
|
|
836
|
+
isDisabled?: (options?: ActionOptions) => boolean;
|
|
837
|
+
disabledTooltip?: (options?: ActionOptions) => string;
|
|
838
|
+
}[];
|
|
839
|
+
actionOptions?: ActionOptions;
|
|
840
|
+
}[]>;
|
|
841
|
+
showMessage: (data: Omit<Message, "id">) => {
|
|
842
|
+
id: string;
|
|
843
|
+
actions?: Action[];
|
|
844
|
+
timeout?: number;
|
|
845
|
+
status?: "passive" | "primary" | "success" | "warning" | "danger";
|
|
846
|
+
title: string;
|
|
847
|
+
errors?: MessageError[];
|
|
848
|
+
desc?: string;
|
|
849
|
+
actionOptions?: ActionOptions;
|
|
850
|
+
errorLogContent?: string;
|
|
851
|
+
};
|
|
852
|
+
showErrorMessage: (data: Omit<Message, "id">) => {
|
|
853
|
+
actions?: Action[];
|
|
854
|
+
timeout: number;
|
|
855
|
+
status: "passive" | "primary" | "success" | "warning" | "danger";
|
|
856
|
+
title: string;
|
|
857
|
+
errors?: MessageError[];
|
|
858
|
+
desc?: string;
|
|
859
|
+
actionOptions?: ActionOptions;
|
|
860
|
+
errorLogContent: string;
|
|
861
|
+
id: string;
|
|
862
|
+
};
|
|
863
|
+
removeMessage: (message: Message) => void;
|
|
864
|
+
}, "showErrorMessage" | "showMessage" | "removeMessage">>;
|
|
865
|
+
export type MessageStore = ReturnType<typeof useMessages>;
|
|
866
|
+
export {};
|