@opencloud-eu/web-pkg 6.0.0 → 6.2.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-CTRIgoeG.js +819 -0
- package/dist/assets/worker-BVTM6bn-.js +1 -0
- package/dist/assets/worker-Bv-mZ-VL.js +25 -0
- package/dist/assets/worker-Dx2ttEp-.js +25 -0
- package/dist/assets/worker-nUcRt7qV.js +25 -0
- package/dist/composables-CAlEpA5b.js +20172 -0
- package/dist/src/apps/types.d.ts +9 -9
- package/dist/src/components/AppBar/AppBar.vue.d.ts +82 -82
- package/dist/src/components/AppLoadingSpinner.vue.d.ts +2 -1
- package/dist/src/components/AppTemplates/AppWrapper.vue.d.ts +29 -33
- package/dist/src/components/AppTemplates/AppWrapperRoute.d.ts +1 -1
- package/dist/src/components/AppTemplates/PartialViews/ErrorScreen.vue.d.ts +5 -4
- package/dist/src/components/AppTemplates/PartialViews/LoadingScreen.vue.d.ts +2 -1
- package/dist/src/components/AppTopBar.vue.d.ts +4 -3
- package/dist/src/components/Avatars/AvatarUpload.vue.d.ts +3 -4
- package/dist/src/components/Avatars/UserAvatar.vue.d.ts +3 -1
- package/dist/src/components/BatchActions.vue.d.ts +16 -15
- package/dist/src/components/ContextActions/ActionMenuDropItem.vue.d.ts +3 -2
- package/dist/src/components/ContextActions/ActionMenuItem.vue.d.ts +9 -8
- package/dist/src/components/ContextActions/ContextActionMenu.vue.d.ts +19 -18
- package/dist/src/components/ContextActions/ContextMenuQuickAction.vue.d.ts +30 -385
- package/dist/src/components/CreateLinkModal.vue.d.ts +7 -5
- package/dist/src/components/CreateShortcutModal.vue.d.ts +36 -139
- package/dist/src/components/CustomComponentTarget.vue.d.ts +2 -1
- package/dist/src/components/FilesList/ContextActions.vue.d.ts +38 -37
- package/dist/src/components/FilesList/ResourceGhostElement.vue.d.ts +12 -11
- package/dist/src/components/FilesList/ResourceIcon.vue.d.ts +2 -1
- package/dist/src/components/FilesList/ResourceLink.vue.d.ts +7 -6
- package/dist/src/components/FilesList/ResourceListItem.vue.d.ts +5 -3
- package/dist/src/components/FilesList/ResourceName.vue.d.ts +4 -1
- package/dist/src/components/FilesList/ResourceSize.vue.d.ts +6 -5
- package/dist/src/components/FilesList/ResourceStatusIndicators.vue.d.ts +2 -1
- package/dist/src/components/FilesList/ResourceTable.vue.d.ts +38 -149
- package/dist/src/components/FilesList/ResourceTile.vue.d.ts +25 -149
- package/dist/src/components/FilesList/ResourceTiles.vue.d.ts +21 -114
- package/dist/src/components/Filters/DateFilter.vue.d.ts +26 -497
- package/dist/src/components/Filters/ItemFilterInline.vue.d.ts +6 -5
- package/dist/src/components/Groupware/Accounts/AccountsSwitch.vue.d.ts +3 -0
- package/dist/src/components/Groupware/Accounts/index.d.ts +1 -0
- package/dist/src/components/Groupware/index.d.ts +1 -0
- package/dist/src/components/ItemFilter.vue.d.ts +10 -203
- package/dist/src/components/ItemFilterToggle.vue.d.ts +6 -5
- package/dist/src/components/LinkRoleDropdown.vue.d.ts +7 -6
- package/dist/src/components/LoadingIndicator.vue.d.ts +5 -4
- package/dist/src/components/Modals/DatePickerModal.vue.d.ts +8 -7
- package/dist/src/components/Modals/EmojiPickerModal.vue.d.ts +6 -5
- package/dist/src/components/Modals/FilePickerModal.vue.d.ts +8 -7
- package/dist/src/components/Modals/ResourceConflictModal.vue.d.ts +9 -8
- package/dist/src/components/Modals/SaveAsModal.vue.d.ts +8 -7
- package/dist/src/components/Modals/SpaceMoveInfoModal.vue.d.ts +5 -4
- package/dist/src/components/Modals/UnsavedChangesModal.vue.d.ts +5 -4
- package/dist/src/components/NoContentMessage.vue.d.ts +9 -12
- package/dist/src/components/Pagination.vue.d.ts +5 -4
- package/dist/src/components/QuotaSelect.vue.d.ts +7 -6
- package/dist/src/components/Search/ResourcePreview.vue.d.ts +2 -41
- package/dist/src/components/SearchBarFilter.vue.d.ts +7 -6
- package/dist/src/components/SideBar/CompareSaveDialog.vue.d.ts +6 -5
- package/dist/src/components/SideBar/FileSideBar.vue.d.ts +2 -76
- package/dist/src/components/SideBar/Files/FileInfo.vue.d.ts +2 -1
- package/dist/src/components/SideBar/SideBar.vue.d.ts +10 -19
- package/dist/src/components/SideBar/SideBarPanels.vue.d.ts +10 -19
- package/dist/src/components/SideBar/Spaces/Details/SpaceDetails.vue.d.ts +2 -1
- package/dist/src/components/SideBar/Spaces/Details/SpaceDetailsMultiple.vue.d.ts +2 -1
- package/dist/src/components/SideBar/Spaces/SpaceInfo.vue.d.ts +6 -1
- package/dist/src/components/SideBar/Spaces/SpaceNoSelection.vue.d.ts +2 -1
- package/dist/src/components/SideBar/WebDavDetails.vue.d.ts +7 -6
- package/dist/src/components/SpaceQuota.vue.d.ts +2 -1
- package/dist/src/components/Spaces/QuotaModal.vue.d.ts +5 -4
- package/dist/src/components/Spaces/SpaceImageModal.vue.d.ts +4 -4
- package/dist/src/components/TextEditor/TextEditor.vue.d.ts +18 -0
- package/dist/src/components/TextEditor/index.d.ts +17 -0
- package/dist/src/components/VersionCheck.vue.d.ts +2 -1
- package/dist/src/components/ViewOptions.vue.d.ts +2 -1
- package/dist/src/components/index.d.ts +1 -1
- package/dist/src/composables/actions/files/useFileActionFallbackToDownload.d.ts +1 -1
- package/dist/src/composables/actions/files/useFileActions.d.ts +2 -2
- package/dist/src/composables/actions/files/useFileActionsCopy.d.ts +1 -1
- package/dist/src/composables/actions/files/useFileActionsCopyPermanentLink.d.ts +1 -1
- package/dist/src/composables/actions/files/useFileActionsCreateLink.d.ts +1 -1
- package/dist/src/composables/actions/files/useFileActionsCreateNewFile.d.ts +1 -1
- package/dist/src/composables/actions/files/useFileActionsCreateNewFolder.d.ts +1 -1
- package/dist/src/composables/actions/files/useFileActionsCreateNewShortcut.d.ts +1 -1
- package/dist/src/composables/actions/files/useFileActionsCreateSpaceFromResource.d.ts +1 -1
- package/dist/src/composables/actions/files/useFileActionsDelete.d.ts +1 -1
- package/dist/src/composables/actions/files/useFileActionsDisableSync.d.ts +1 -1
- package/dist/src/composables/actions/files/useFileActionsDownloadArchive.d.ts +1 -1
- package/dist/src/composables/actions/files/useFileActionsDownloadFile.d.ts +1 -1
- package/dist/src/composables/actions/files/useFileActionsEmptyTrashBin.d.ts +1 -1
- package/dist/src/composables/actions/files/useFileActionsEnableSync.d.ts +1 -1
- package/dist/src/composables/actions/files/useFileActionsFavorite.d.ts +1 -1
- package/dist/src/composables/actions/files/useFileActionsMove.d.ts +1 -1
- package/dist/src/composables/actions/files/useFileActionsNavigate.d.ts +1 -1
- package/dist/src/composables/actions/files/useFileActionsOpenShortcut.d.ts +1 -1
- package/dist/src/composables/actions/files/useFileActionsOpenWithApp.d.ts +1 -1
- package/dist/src/composables/actions/files/useFileActionsOpenWithDefault.d.ts +1 -1
- package/dist/src/composables/actions/files/useFileActionsPaste.d.ts +1 -1
- package/dist/src/composables/actions/files/useFileActionsRename.d.ts +2 -2
- package/dist/src/composables/actions/files/useFileActionsRestore.d.ts +2 -2
- package/dist/src/composables/actions/files/useFileActionsSaveAs.d.ts +1 -1
- package/dist/src/composables/actions/files/useFileActionsSetImage.d.ts +1 -1
- package/dist/src/composables/actions/files/useFileActionsShowActions.d.ts +1 -1
- package/dist/src/composables/actions/files/useFileActionsShowDetails.d.ts +1 -1
- package/dist/src/composables/actions/files/useFileActionsShowShares.d.ts +1 -1
- package/dist/src/composables/actions/files/useFileActionsToggleHideShare.d.ts +1 -1
- package/dist/src/composables/actions/files/useFileActionsUndoDelete.d.ts +2 -2
- package/dist/src/composables/actions/helpers/useIsAppActive.d.ts +1 -1
- package/dist/src/composables/actions/helpers/useIsFilesAppActive.d.ts +1 -1
- package/dist/src/composables/actions/helpers/useIsSearchActive.d.ts +1 -1
- package/dist/src/composables/actions/spaces/useSpaceActionsCreate.d.ts +1 -1
- package/dist/src/composables/actions/spaces/useSpaceActionsDelete.d.ts +1 -1
- package/dist/src/composables/actions/spaces/useSpaceActionsDeleteImage.d.ts +1 -1
- package/dist/src/composables/actions/spaces/useSpaceActionsDisable.d.ts +1 -1
- package/dist/src/composables/actions/spaces/useSpaceActionsDuplicate.d.ts +1 -1
- package/dist/src/composables/actions/spaces/useSpaceActionsEditDescription.d.ts +1 -1
- package/dist/src/composables/actions/spaces/useSpaceActionsEditQuota.d.ts +1 -1
- package/dist/src/composables/actions/spaces/useSpaceActionsEditReadmeContent.d.ts +1 -1
- package/dist/src/composables/actions/spaces/useSpaceActionsNavigateToTrash.d.ts +1 -1
- package/dist/src/composables/actions/spaces/useSpaceActionsRename.d.ts +1 -1
- package/dist/src/composables/actions/spaces/useSpaceActionsRestore.d.ts +1 -1
- package/dist/src/composables/actions/spaces/useSpaceActionsSetIcon.d.ts +1 -1
- package/dist/src/composables/actions/spaces/useSpaceActionsShowMembers.d.ts +1 -1
- package/dist/src/composables/actions/types.d.ts +92 -2
- package/dist/src/composables/actions/useActionsShowDetails.d.ts +1 -1
- package/dist/src/composables/appDefaults/useAppConfig.d.ts +1 -1
- package/dist/src/composables/appDefaults/useAppDocumentTitle.d.ts +2 -1
- package/dist/src/composables/appDefaults/useAppFileHandling.d.ts +4 -2
- package/dist/src/composables/appDefaults/useAppMeta.d.ts +1 -1
- package/dist/src/composables/authContext/useAuthService.d.ts +3 -1
- package/dist/src/composables/authContext/useRequest.d.ts +2 -2
- package/dist/src/composables/driveResolver/useSpacesLoading.d.ts +1 -1
- package/dist/src/composables/embedMode/useEmbedMode.d.ts +8 -8
- package/dist/src/composables/eventBus/useEventBus.d.ts +1 -1
- package/dist/src/composables/filesList/useResourceRouteResolver.d.ts +1 -1
- package/dist/src/composables/folderLink/useFolderLink.d.ts +2 -2
- package/dist/src/composables/isTopBarSticky/useIsTopBarSticky.d.ts +1 -1
- package/dist/src/composables/keyboardActions/useInterceptModifierClick.d.ts +1 -1
- package/dist/src/composables/keyboardActions/useKeyboardActions.d.ts +1 -0
- package/dist/src/composables/links/useLinkTypes.d.ts +1 -1
- package/dist/src/composables/localStorage/useLocalStorage.d.ts +1 -1
- package/dist/src/composables/navItems/useNavItems.d.ts +1 -1
- package/dist/src/composables/piniaStores/apps.d.ts +31 -31
- package/dist/src/composables/piniaStores/auth.d.ts +25 -25
- package/dist/src/composables/piniaStores/avatars.d.ts +9 -9
- package/dist/src/composables/piniaStores/capabilities.d.ts +160 -160
- package/dist/src/composables/piniaStores/clipboard.d.ts +49 -49
- package/dist/src/composables/piniaStores/config/config.d.ts +135 -141
- package/dist/src/composables/piniaStores/config/types.d.ts +6 -20
- package/dist/src/composables/piniaStores/extensionRegistry/extensionPreferences.d.ts +4 -4
- package/dist/src/composables/piniaStores/extensionRegistry/extensionRegistry.d.ts +1 -1
- package/dist/src/composables/piniaStores/groupware/accounts.d.ts +511 -0
- package/dist/src/composables/piniaStores/{groupwareConfig/groupwareConfig.d.ts → groupware/config.d.ts} +107 -80
- package/dist/src/composables/piniaStores/groupware/index.d.ts +3 -0
- package/dist/src/composables/piniaStores/{groupwareConfig → groupware}/types.d.ts +30 -18
- package/dist/src/composables/piniaStores/index.d.ts +1 -1
- package/dist/src/composables/piniaStores/messages.d.ts +34 -616
- package/dist/src/composables/piniaStores/modals.d.ts +197 -209
- package/dist/src/composables/piniaStores/resources.d.ts +11 -11
- package/dist/src/composables/piniaStores/shares/shares.d.ts +1 -1
- package/dist/src/composables/piniaStores/shares/types.d.ts +2 -1
- package/dist/src/composables/piniaStores/sideBar.d.ts +7 -7
- package/dist/src/composables/piniaStores/spaces.d.ts +189 -188
- package/dist/src/composables/piniaStores/theme.d.ts +10 -10
- package/dist/src/composables/piniaStores/updates.d.ts +10 -10
- package/dist/src/composables/piniaStores/user.d.ts +5 -5
- package/dist/src/composables/piniaStores/webWorkers.d.ts +1 -1
- package/dist/src/composables/requestHeaders/useRequestHeaders.d.ts +1 -1
- package/dist/src/composables/resources/useGetResourceContext.d.ts +26 -26
- package/dist/src/composables/resources/useLoadPreview.d.ts +1 -1
- package/dist/src/composables/resources/useResourceContents.d.ts +1 -1
- package/dist/src/composables/resources/useResourceIndicators.d.ts +12 -1
- package/dist/src/composables/resources/useResourceViewDrag.d.ts +13 -13
- package/dist/src/composables/resources/useResourceViewHelpers.d.ts +18 -18
- package/dist/src/composables/resources/useResourceViewSelection.d.ts +2 -2
- package/dist/src/composables/selection/useSelectedResources.d.ts +2 -1
- package/dist/src/composables/spaces/useCreateSpace.d.ts +1 -1
- package/dist/src/composables/spaces/useSpaceHelpers.d.ts +1 -1
- package/dist/src/composables/webWorkers/deleteWorker/useDeleteWorker.d.ts +1 -1
- package/dist/src/composables/webWorkers/pasteWorker/usePasteWorker.d.ts +2 -2
- package/dist/src/composables/webWorkers/restoreWorker/useRestoreWorker.d.ts +1 -1
- package/dist/src/composables/webWorkers/tokenTimerWorker/useTokenTimerWorker.d.ts +3 -1
- package/dist/src/extensionPoints.d.ts +1 -1
- package/dist/src/helpers/resource/conflictHandling/conflictDialog.d.ts +1 -1
- package/dist/src/helpers/resource/conflictHandling/transfer.d.ts +4 -4
- package/dist/src/helpers/resource/conflictHandling/types.d.ts +1 -1
- package/dist/src/helpers/share/driveItem.d.ts +1 -1
- package/dist/src/router/common.d.ts +1 -1
- package/dist/src/router/index.d.ts +2 -1
- package/dist/src/router/public.d.ts +1 -1
- package/dist/src/router/shares.d.ts +1 -1
- package/dist/src/router/spaces.d.ts +1 -1
- package/dist/src/router/trash.d.ts +1 -1
- package/dist/src/services/passwordPolicy/rules.d.ts +63 -0
- package/dist/src/services/preview/types.d.ts +1 -1
- package/dist/src/services/uppy/DropTarget/plugin.d.ts +2 -1
- package/dist/src/services/uppy/uppyService.d.ts +3 -3
- package/dist/web-pkg.js +4181 -352
- package/package.json +37 -38
- package/dist/TextEditor-D-HQDUkm.js +0 -865
- package/dist/assets/worker-BBQqm_-D.js +0 -1
- package/dist/assets/worker-CVwKToFD.js +0 -21
- package/dist/assets/worker-DJbU-qfq.js +0 -21
- package/dist/assets/worker-DyU7W9CZ.js +0 -21
- package/dist/index-OU30YA6H.js +0 -25032
- package/dist/src/components/Navigation/MobileNav.vue.d.ts +0 -2
- package/dist/src/components/Navigation/index.d.ts +0 -1
- package/dist/src/composables/piniaStores/groupwareConfig/index.d.ts +0 -2
- package/dist/web-pkg.umd.cjs +0 -16
|
@@ -12,8 +12,8 @@ export interface Message {
|
|
|
12
12
|
actions?: Action[];
|
|
13
13
|
actionOptions?: ActionOptions;
|
|
14
14
|
}
|
|
15
|
-
export declare const useMessages: import(
|
|
16
|
-
messages: import(
|
|
15
|
+
export declare const useMessages: import("pinia").StoreDefinition<"messages", Pick<{
|
|
16
|
+
messages: import("vue").Ref<{
|
|
17
17
|
id: string;
|
|
18
18
|
title: string;
|
|
19
19
|
desc?: string;
|
|
@@ -23,107 +23,10 @@ export declare const useMessages: import('pinia').StoreDefinition<"messages", Pi
|
|
|
23
23
|
status?: "passive" | "primary" | "success" | "warning" | "danger";
|
|
24
24
|
actions?: {
|
|
25
25
|
name: string;
|
|
26
|
-
category?: "
|
|
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
|
-
};
|
|
26
|
+
category?: "share" | "actions" | "context" | "sidebar";
|
|
124
27
|
icon: string | ((options?: ActionOptions) => string);
|
|
125
|
-
iconFillType?: import(
|
|
126
|
-
appearance?: import(
|
|
28
|
+
iconFillType?: import("../..").IconFillType;
|
|
29
|
+
appearance?: import("@opencloud-eu/design-system/helpers").AppearanceType;
|
|
127
30
|
id?: string;
|
|
128
31
|
img?: string;
|
|
129
32
|
class?: string;
|
|
@@ -136,7 +39,7 @@ export declare const useMessages: import('pinia').StoreDefinition<"messages", Pi
|
|
|
136
39
|
label: (options?: ActionOptions) => string;
|
|
137
40
|
isVisible: (options?: ActionOptions) => boolean;
|
|
138
41
|
handler?: (options?: ActionOptions) => Promise<void> | void;
|
|
139
|
-
route?: (options?: ActionOptions) => import(
|
|
42
|
+
route?: (options?: ActionOptions) => import("vue-router").RouteLocationRaw | undefined;
|
|
140
43
|
href?: (options?: ActionOptions) => string;
|
|
141
44
|
isDisabled?: (options?: ActionOptions) => boolean;
|
|
142
45
|
disabledTooltip?: (options?: ActionOptions) => string;
|
|
@@ -152,107 +55,10 @@ export declare const useMessages: import('pinia').StoreDefinition<"messages", Pi
|
|
|
152
55
|
status?: "passive" | "primary" | "success" | "warning" | "danger";
|
|
153
56
|
actions?: {
|
|
154
57
|
name: string;
|
|
155
|
-
category?: "
|
|
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
|
-
};
|
|
58
|
+
category?: "share" | "actions" | "context" | "sidebar";
|
|
253
59
|
icon: string | ((options?: ActionOptions) => string);
|
|
254
|
-
iconFillType?: import(
|
|
255
|
-
appearance?: import(
|
|
60
|
+
iconFillType?: import("../..").IconFillType;
|
|
61
|
+
appearance?: import("@opencloud-eu/design-system/helpers").AppearanceType;
|
|
256
62
|
id?: string;
|
|
257
63
|
img?: string;
|
|
258
64
|
class?: string;
|
|
@@ -265,7 +71,7 @@ export declare const useMessages: import('pinia').StoreDefinition<"messages", Pi
|
|
|
265
71
|
label: (options?: ActionOptions) => string;
|
|
266
72
|
isVisible: (options?: ActionOptions) => boolean;
|
|
267
73
|
handler?: (options?: ActionOptions) => Promise<void> | void;
|
|
268
|
-
route?: (options?: ActionOptions) => import(
|
|
74
|
+
route?: (options?: ActionOptions) => import("vue-router").RouteLocationRaw | undefined;
|
|
269
75
|
href?: (options?: ActionOptions) => string;
|
|
270
76
|
isDisabled?: (options?: ActionOptions) => boolean;
|
|
271
77
|
disabledTooltip?: (options?: ActionOptions) => string;
|
|
@@ -274,9 +80,9 @@ export declare const useMessages: import('pinia').StoreDefinition<"messages", Pi
|
|
|
274
80
|
}[]>;
|
|
275
81
|
showMessage: (data: Omit<Message, "id">) => {
|
|
276
82
|
id: string;
|
|
277
|
-
actions?: Action[];
|
|
278
83
|
timeout?: number;
|
|
279
84
|
status?: "passive" | "primary" | "success" | "warning" | "danger";
|
|
85
|
+
actions?: Action[];
|
|
280
86
|
title: string;
|
|
281
87
|
errors?: MessageError[];
|
|
282
88
|
desc?: string;
|
|
@@ -284,9 +90,9 @@ export declare const useMessages: import('pinia').StoreDefinition<"messages", Pi
|
|
|
284
90
|
errorLogContent?: string;
|
|
285
91
|
};
|
|
286
92
|
showErrorMessage: (data: Omit<Message, "id">) => {
|
|
287
|
-
actions?: Action[];
|
|
288
93
|
timeout: number;
|
|
289
94
|
status: "passive" | "primary" | "success" | "warning" | "danger";
|
|
95
|
+
actions?: Action[];
|
|
290
96
|
title: string;
|
|
291
97
|
errors?: MessageError[];
|
|
292
98
|
desc?: string;
|
|
@@ -296,7 +102,7 @@ export declare const useMessages: import('pinia').StoreDefinition<"messages", Pi
|
|
|
296
102
|
};
|
|
297
103
|
removeMessage: (message: Message) => void;
|
|
298
104
|
}, "messages">, Pick<{
|
|
299
|
-
messages: import(
|
|
105
|
+
messages: import("vue").Ref<{
|
|
300
106
|
id: string;
|
|
301
107
|
title: string;
|
|
302
108
|
desc?: string;
|
|
@@ -306,107 +112,10 @@ export declare const useMessages: import('pinia').StoreDefinition<"messages", Pi
|
|
|
306
112
|
status?: "passive" | "primary" | "success" | "warning" | "danger";
|
|
307
113
|
actions?: {
|
|
308
114
|
name: string;
|
|
309
|
-
category?: "
|
|
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
|
-
};
|
|
115
|
+
category?: "share" | "actions" | "context" | "sidebar";
|
|
407
116
|
icon: string | ((options?: ActionOptions) => string);
|
|
408
|
-
iconFillType?: import(
|
|
409
|
-
appearance?: import(
|
|
117
|
+
iconFillType?: import("../..").IconFillType;
|
|
118
|
+
appearance?: import("@opencloud-eu/design-system/helpers").AppearanceType;
|
|
410
119
|
id?: string;
|
|
411
120
|
img?: string;
|
|
412
121
|
class?: string;
|
|
@@ -419,7 +128,7 @@ export declare const useMessages: import('pinia').StoreDefinition<"messages", Pi
|
|
|
419
128
|
label: (options?: ActionOptions) => string;
|
|
420
129
|
isVisible: (options?: ActionOptions) => boolean;
|
|
421
130
|
handler?: (options?: ActionOptions) => Promise<void> | void;
|
|
422
|
-
route?: (options?: ActionOptions) => import(
|
|
131
|
+
route?: (options?: ActionOptions) => import("vue-router").RouteLocationRaw | undefined;
|
|
423
132
|
href?: (options?: ActionOptions) => string;
|
|
424
133
|
isDisabled?: (options?: ActionOptions) => boolean;
|
|
425
134
|
disabledTooltip?: (options?: ActionOptions) => string;
|
|
@@ -435,107 +144,10 @@ export declare const useMessages: import('pinia').StoreDefinition<"messages", Pi
|
|
|
435
144
|
status?: "passive" | "primary" | "success" | "warning" | "danger";
|
|
436
145
|
actions?: {
|
|
437
146
|
name: string;
|
|
438
|
-
category?: "
|
|
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
|
-
};
|
|
147
|
+
category?: "share" | "actions" | "context" | "sidebar";
|
|
536
148
|
icon: string | ((options?: ActionOptions) => string);
|
|
537
|
-
iconFillType?: import(
|
|
538
|
-
appearance?: import(
|
|
149
|
+
iconFillType?: import("../..").IconFillType;
|
|
150
|
+
appearance?: import("@opencloud-eu/design-system/helpers").AppearanceType;
|
|
539
151
|
id?: string;
|
|
540
152
|
img?: string;
|
|
541
153
|
class?: string;
|
|
@@ -548,7 +160,7 @@ export declare const useMessages: import('pinia').StoreDefinition<"messages", Pi
|
|
|
548
160
|
label: (options?: ActionOptions) => string;
|
|
549
161
|
isVisible: (options?: ActionOptions) => boolean;
|
|
550
162
|
handler?: (options?: ActionOptions) => Promise<void> | void;
|
|
551
|
-
route?: (options?: ActionOptions) => import(
|
|
163
|
+
route?: (options?: ActionOptions) => import("vue-router").RouteLocationRaw | undefined;
|
|
552
164
|
href?: (options?: ActionOptions) => string;
|
|
553
165
|
isDisabled?: (options?: ActionOptions) => boolean;
|
|
554
166
|
disabledTooltip?: (options?: ActionOptions) => string;
|
|
@@ -557,9 +169,9 @@ export declare const useMessages: import('pinia').StoreDefinition<"messages", Pi
|
|
|
557
169
|
}[]>;
|
|
558
170
|
showMessage: (data: Omit<Message, "id">) => {
|
|
559
171
|
id: string;
|
|
560
|
-
actions?: Action[];
|
|
561
172
|
timeout?: number;
|
|
562
173
|
status?: "passive" | "primary" | "success" | "warning" | "danger";
|
|
174
|
+
actions?: Action[];
|
|
563
175
|
title: string;
|
|
564
176
|
errors?: MessageError[];
|
|
565
177
|
desc?: string;
|
|
@@ -567,9 +179,9 @@ export declare const useMessages: import('pinia').StoreDefinition<"messages", Pi
|
|
|
567
179
|
errorLogContent?: string;
|
|
568
180
|
};
|
|
569
181
|
showErrorMessage: (data: Omit<Message, "id">) => {
|
|
570
|
-
actions?: Action[];
|
|
571
182
|
timeout: number;
|
|
572
183
|
status: "passive" | "primary" | "success" | "warning" | "danger";
|
|
184
|
+
actions?: Action[];
|
|
573
185
|
title: string;
|
|
574
186
|
errors?: MessageError[];
|
|
575
187
|
desc?: string;
|
|
@@ -579,7 +191,7 @@ export declare const useMessages: import('pinia').StoreDefinition<"messages", Pi
|
|
|
579
191
|
};
|
|
580
192
|
removeMessage: (message: Message) => void;
|
|
581
193
|
}, never>, Pick<{
|
|
582
|
-
messages: import(
|
|
194
|
+
messages: import("vue").Ref<{
|
|
583
195
|
id: string;
|
|
584
196
|
title: string;
|
|
585
197
|
desc?: string;
|
|
@@ -589,107 +201,10 @@ export declare const useMessages: import('pinia').StoreDefinition<"messages", Pi
|
|
|
589
201
|
status?: "passive" | "primary" | "success" | "warning" | "danger";
|
|
590
202
|
actions?: {
|
|
591
203
|
name: string;
|
|
592
|
-
category?: "
|
|
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
|
-
};
|
|
204
|
+
category?: "share" | "actions" | "context" | "sidebar";
|
|
690
205
|
icon: string | ((options?: ActionOptions) => string);
|
|
691
|
-
iconFillType?: import(
|
|
692
|
-
appearance?: import(
|
|
206
|
+
iconFillType?: import("../..").IconFillType;
|
|
207
|
+
appearance?: import("@opencloud-eu/design-system/helpers").AppearanceType;
|
|
693
208
|
id?: string;
|
|
694
209
|
img?: string;
|
|
695
210
|
class?: string;
|
|
@@ -702,7 +217,7 @@ export declare const useMessages: import('pinia').StoreDefinition<"messages", Pi
|
|
|
702
217
|
label: (options?: ActionOptions) => string;
|
|
703
218
|
isVisible: (options?: ActionOptions) => boolean;
|
|
704
219
|
handler?: (options?: ActionOptions) => Promise<void> | void;
|
|
705
|
-
route?: (options?: ActionOptions) => import(
|
|
220
|
+
route?: (options?: ActionOptions) => import("vue-router").RouteLocationRaw | undefined;
|
|
706
221
|
href?: (options?: ActionOptions) => string;
|
|
707
222
|
isDisabled?: (options?: ActionOptions) => boolean;
|
|
708
223
|
disabledTooltip?: (options?: ActionOptions) => string;
|
|
@@ -718,107 +233,10 @@ export declare const useMessages: import('pinia').StoreDefinition<"messages", Pi
|
|
|
718
233
|
status?: "passive" | "primary" | "success" | "warning" | "danger";
|
|
719
234
|
actions?: {
|
|
720
235
|
name: string;
|
|
721
|
-
category?: "
|
|
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
|
-
};
|
|
236
|
+
category?: "share" | "actions" | "context" | "sidebar";
|
|
819
237
|
icon: string | ((options?: ActionOptions) => string);
|
|
820
|
-
iconFillType?: import(
|
|
821
|
-
appearance?: import(
|
|
238
|
+
iconFillType?: import("../..").IconFillType;
|
|
239
|
+
appearance?: import("@opencloud-eu/design-system/helpers").AppearanceType;
|
|
822
240
|
id?: string;
|
|
823
241
|
img?: string;
|
|
824
242
|
class?: string;
|
|
@@ -831,7 +249,7 @@ export declare const useMessages: import('pinia').StoreDefinition<"messages", Pi
|
|
|
831
249
|
label: (options?: ActionOptions) => string;
|
|
832
250
|
isVisible: (options?: ActionOptions) => boolean;
|
|
833
251
|
handler?: (options?: ActionOptions) => Promise<void> | void;
|
|
834
|
-
route?: (options?: ActionOptions) => import(
|
|
252
|
+
route?: (options?: ActionOptions) => import("vue-router").RouteLocationRaw | undefined;
|
|
835
253
|
href?: (options?: ActionOptions) => string;
|
|
836
254
|
isDisabled?: (options?: ActionOptions) => boolean;
|
|
837
255
|
disabledTooltip?: (options?: ActionOptions) => string;
|
|
@@ -840,9 +258,9 @@ export declare const useMessages: import('pinia').StoreDefinition<"messages", Pi
|
|
|
840
258
|
}[]>;
|
|
841
259
|
showMessage: (data: Omit<Message, "id">) => {
|
|
842
260
|
id: string;
|
|
843
|
-
actions?: Action[];
|
|
844
261
|
timeout?: number;
|
|
845
262
|
status?: "passive" | "primary" | "success" | "warning" | "danger";
|
|
263
|
+
actions?: Action[];
|
|
846
264
|
title: string;
|
|
847
265
|
errors?: MessageError[];
|
|
848
266
|
desc?: string;
|
|
@@ -850,9 +268,9 @@ export declare const useMessages: import('pinia').StoreDefinition<"messages", Pi
|
|
|
850
268
|
errorLogContent?: string;
|
|
851
269
|
};
|
|
852
270
|
showErrorMessage: (data: Omit<Message, "id">) => {
|
|
853
|
-
actions?: Action[];
|
|
854
271
|
timeout: number;
|
|
855
272
|
status: "passive" | "primary" | "success" | "warning" | "danger";
|
|
273
|
+
actions?: Action[];
|
|
856
274
|
title: string;
|
|
857
275
|
errors?: MessageError[];
|
|
858
276
|
desc?: string;
|