@opencloud-eu/web-pkg 6.0.0 → 6.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-B0ZZfO_w.js +819 -0
- package/dist/assets/worker-BVTM6bn-.js +1 -0
- package/dist/assets/worker-C-Nrpmiq.js +24 -0
- package/dist/assets/worker-CzI1mBNb.js +24 -0
- package/dist/assets/worker-DDmV-och.js +24 -0
- package/dist/composables-TkULFBg4.js +20165 -0
- package/dist/src/apps/types.d.ts +9 -9
- package/dist/src/components/AppBar/AppBar.vue.d.ts +154 -97
- package/dist/src/components/AppLoadingSpinner.vue.d.ts +2 -1
- package/dist/src/components/AppTemplates/AppWrapper.vue.d.ts +37 -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 +13 -4
- package/dist/src/components/Avatars/AvatarUpload.vue.d.ts +3 -4
- package/dist/src/components/Avatars/UserAvatar.vue.d.ts +11 -1
- package/dist/src/components/BatchActions.vue.d.ts +16 -15
- package/dist/src/components/ContextActions/ActionMenuDropItem.vue.d.ts +11 -2
- package/dist/src/components/ContextActions/ActionMenuItem.vue.d.ts +9 -8
- package/dist/src/components/ContextActions/ContextActionMenu.vue.d.ts +41 -22
- package/dist/src/components/ContextActions/ContextMenuQuickAction.vue.d.ts +143 -388
- package/dist/src/components/CreateLinkModal.vue.d.ts +17 -7
- package/dist/src/components/CreateShortcutModal.vue.d.ts +160 -149
- package/dist/src/components/CustomComponentTarget.vue.d.ts +10 -1
- package/dist/src/components/FilesList/ContextActions.vue.d.ts +56 -37
- package/dist/src/components/FilesList/ResourceGhostElement.vue.d.ts +22 -11
- package/dist/src/components/FilesList/ResourceIcon.vue.d.ts +10 -1
- package/dist/src/components/FilesList/ResourceLink.vue.d.ts +7 -6
- package/dist/src/components/FilesList/ResourceListItem.vue.d.ts +13 -4
- package/dist/src/components/FilesList/ResourceName.vue.d.ts +10 -1
- package/dist/src/components/FilesList/ResourceSize.vue.d.ts +6 -5
- package/dist/src/components/FilesList/ResourceStatusIndicators.vue.d.ts +10 -1
- package/dist/src/components/FilesList/ResourceTable.vue.d.ts +51 -154
- package/dist/src/components/FilesList/ResourceTile.vue.d.ts +37 -153
- package/dist/src/components/FilesList/ResourceTiles.vue.d.ts +34 -119
- package/dist/src/components/Filters/DateFilter.vue.d.ts +32 -495
- 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 +19 -204
- 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/Navigation/MobileNav.vue.d.ts +2 -1
- package/dist/src/components/NoContentMessage.vue.d.ts +17 -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 +10 -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 +10 -76
- package/dist/src/components/SideBar/Files/FileInfo.vue.d.ts +10 -1
- package/dist/src/components/SideBar/SideBar.vue.d.ts +20 -21
- package/dist/src/components/SideBar/SideBarPanels.vue.d.ts +21 -22
- package/dist/src/components/SideBar/Spaces/Details/SpaceDetails.vue.d.ts +10 -1
- package/dist/src/components/SideBar/Spaces/Details/SpaceDetailsMultiple.vue.d.ts +10 -1
- package/dist/src/components/SideBar/Spaces/SpaceInfo.vue.d.ts +2 -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 +10 -1
- package/dist/src/components/Spaces/QuotaModal.vue.d.ts +13 -4
- package/dist/src/components/Spaces/SpaceImageModal.vue.d.ts +12 -4
- package/dist/src/components/TextEditor/TextEditor.vue.d.ts +26 -0
- package/dist/src/components/TextEditor/index.d.ts +39 -0
- package/dist/src/components/VersionCheck.vue.d.ts +2 -1
- package/dist/src/components/ViewOptions.vue.d.ts +10 -1
- package/dist/src/components/index.d.ts +1 -0
- 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/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/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 +70 -70
- 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 +23 -13
- package/dist/src/composables/resources/useResourceViewHelpers.d.ts +30 -20
- 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 +4251 -352
- package/package.json +36 -37
- 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/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,19 +23,15 @@ 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?: "
|
|
26
|
+
category?: "share" | "actions" | "context" | "sidebar" | {
|
|
27
27
|
readonly [x: number]: string;
|
|
28
28
|
[Symbol.iterator]: () => StringIterator<string>;
|
|
29
|
-
readonly length: number;
|
|
30
29
|
toString: () => string;
|
|
30
|
+
charAt: (pos: number) => string;
|
|
31
|
+
charCodeAt: (index: number) => number;
|
|
31
32
|
concat: (...strings: string[]) => string;
|
|
32
|
-
slice: (start?: number, end?: number) => string;
|
|
33
33
|
indexOf: (searchString: string, position?: number) => number;
|
|
34
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
35
|
localeCompare: {
|
|
40
36
|
(that: string): number;
|
|
41
37
|
(that: string, locales?: string | string[], options?: Intl.CollatorOptions): number;
|
|
@@ -63,6 +59,7 @@ export declare const useMessages: import('pinia').StoreDefinition<"messages", Pi
|
|
|
63
59
|
[Symbol.search](string: string): number;
|
|
64
60
|
}): number;
|
|
65
61
|
};
|
|
62
|
+
slice: (start?: number, end?: number) => string;
|
|
66
63
|
split: {
|
|
67
64
|
(separator: string | RegExp, limit?: number): string[];
|
|
68
65
|
(splitter: {
|
|
@@ -81,9 +78,11 @@ export declare const useMessages: import('pinia').StoreDefinition<"messages", Pi
|
|
|
81
78
|
(locales?: Intl.LocalesArgument): string;
|
|
82
79
|
};
|
|
83
80
|
trim: () => string;
|
|
81
|
+
readonly length: number;
|
|
84
82
|
substr: (from: number, length?: number) => string;
|
|
85
83
|
valueOf: () => string;
|
|
86
84
|
codePointAt: (pos: number) => number | undefined;
|
|
85
|
+
includes: (searchString: string, position?: number) => boolean;
|
|
87
86
|
endsWith: (searchString: string, endPosition?: number) => boolean;
|
|
88
87
|
normalize: {
|
|
89
88
|
(form: "NFC" | "NFD" | "NFKC" | "NFKD"): string;
|
|
@@ -118,12 +117,13 @@ export declare const useMessages: import('pinia').StoreDefinition<"messages", Pi
|
|
|
118
117
|
(searchValue: string | RegExp, replaceValue: string): string;
|
|
119
118
|
(searchValue: string | RegExp, replacer: (substring: string, ...args: any[]) => string): string;
|
|
120
119
|
};
|
|
120
|
+
at: (index: number) => string | undefined;
|
|
121
121
|
isWellFormed: () => boolean;
|
|
122
122
|
toWellFormed: () => string;
|
|
123
123
|
};
|
|
124
124
|
icon: string | ((options?: ActionOptions) => string);
|
|
125
|
-
iconFillType?: import(
|
|
126
|
-
appearance?: import(
|
|
125
|
+
iconFillType?: import("../..").IconFillType;
|
|
126
|
+
appearance?: import("@opencloud-eu/design-system/helpers").AppearanceType;
|
|
127
127
|
id?: string;
|
|
128
128
|
img?: string;
|
|
129
129
|
class?: string;
|
|
@@ -136,7 +136,7 @@ export declare const useMessages: import('pinia').StoreDefinition<"messages", Pi
|
|
|
136
136
|
label: (options?: ActionOptions) => string;
|
|
137
137
|
isVisible: (options?: ActionOptions) => boolean;
|
|
138
138
|
handler?: (options?: ActionOptions) => Promise<void> | void;
|
|
139
|
-
route?: (options?: ActionOptions) => import(
|
|
139
|
+
route?: (options?: ActionOptions) => import("vue-router").RouteLocationRaw | undefined;
|
|
140
140
|
href?: (options?: ActionOptions) => string;
|
|
141
141
|
isDisabled?: (options?: ActionOptions) => boolean;
|
|
142
142
|
disabledTooltip?: (options?: ActionOptions) => string;
|
|
@@ -152,19 +152,15 @@ export declare const useMessages: import('pinia').StoreDefinition<"messages", Pi
|
|
|
152
152
|
status?: "passive" | "primary" | "success" | "warning" | "danger";
|
|
153
153
|
actions?: {
|
|
154
154
|
name: string;
|
|
155
|
-
category?: "
|
|
155
|
+
category?: "share" | "actions" | "context" | "sidebar" | {
|
|
156
156
|
readonly [x: number]: string;
|
|
157
157
|
[Symbol.iterator]: () => StringIterator<string>;
|
|
158
|
-
readonly length: number;
|
|
159
158
|
toString: () => string;
|
|
159
|
+
charAt: (pos: number) => string;
|
|
160
|
+
charCodeAt: (index: number) => number;
|
|
160
161
|
concat: (...strings: string[]) => string;
|
|
161
|
-
slice: (start?: number, end?: number) => string;
|
|
162
162
|
indexOf: (searchString: string, position?: number) => number;
|
|
163
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
164
|
localeCompare: {
|
|
169
165
|
(that: string): number;
|
|
170
166
|
(that: string, locales?: string | string[], options?: Intl.CollatorOptions): number;
|
|
@@ -192,6 +188,7 @@ export declare const useMessages: import('pinia').StoreDefinition<"messages", Pi
|
|
|
192
188
|
[Symbol.search](string: string): number;
|
|
193
189
|
}): number;
|
|
194
190
|
};
|
|
191
|
+
slice: (start?: number, end?: number) => string;
|
|
195
192
|
split: {
|
|
196
193
|
(separator: string | RegExp, limit?: number): string[];
|
|
197
194
|
(splitter: {
|
|
@@ -210,9 +207,11 @@ export declare const useMessages: import('pinia').StoreDefinition<"messages", Pi
|
|
|
210
207
|
(locales?: Intl.LocalesArgument): string;
|
|
211
208
|
};
|
|
212
209
|
trim: () => string;
|
|
210
|
+
readonly length: number;
|
|
213
211
|
substr: (from: number, length?: number) => string;
|
|
214
212
|
valueOf: () => string;
|
|
215
213
|
codePointAt: (pos: number) => number | undefined;
|
|
214
|
+
includes: (searchString: string, position?: number) => boolean;
|
|
216
215
|
endsWith: (searchString: string, endPosition?: number) => boolean;
|
|
217
216
|
normalize: {
|
|
218
217
|
(form: "NFC" | "NFD" | "NFKC" | "NFKD"): string;
|
|
@@ -247,12 +246,13 @@ export declare const useMessages: import('pinia').StoreDefinition<"messages", Pi
|
|
|
247
246
|
(searchValue: string | RegExp, replaceValue: string): string;
|
|
248
247
|
(searchValue: string | RegExp, replacer: (substring: string, ...args: any[]) => string): string;
|
|
249
248
|
};
|
|
249
|
+
at: (index: number) => string | undefined;
|
|
250
250
|
isWellFormed: () => boolean;
|
|
251
251
|
toWellFormed: () => string;
|
|
252
252
|
};
|
|
253
253
|
icon: string | ((options?: ActionOptions) => string);
|
|
254
|
-
iconFillType?: import(
|
|
255
|
-
appearance?: import(
|
|
254
|
+
iconFillType?: import("../..").IconFillType;
|
|
255
|
+
appearance?: import("@opencloud-eu/design-system/helpers").AppearanceType;
|
|
256
256
|
id?: string;
|
|
257
257
|
img?: string;
|
|
258
258
|
class?: string;
|
|
@@ -265,7 +265,7 @@ export declare const useMessages: import('pinia').StoreDefinition<"messages", Pi
|
|
|
265
265
|
label: (options?: ActionOptions) => string;
|
|
266
266
|
isVisible: (options?: ActionOptions) => boolean;
|
|
267
267
|
handler?: (options?: ActionOptions) => Promise<void> | void;
|
|
268
|
-
route?: (options?: ActionOptions) => import(
|
|
268
|
+
route?: (options?: ActionOptions) => import("vue-router").RouteLocationRaw | undefined;
|
|
269
269
|
href?: (options?: ActionOptions) => string;
|
|
270
270
|
isDisabled?: (options?: ActionOptions) => boolean;
|
|
271
271
|
disabledTooltip?: (options?: ActionOptions) => string;
|
|
@@ -274,9 +274,9 @@ export declare const useMessages: import('pinia').StoreDefinition<"messages", Pi
|
|
|
274
274
|
}[]>;
|
|
275
275
|
showMessage: (data: Omit<Message, "id">) => {
|
|
276
276
|
id: string;
|
|
277
|
-
actions?: Action[];
|
|
278
277
|
timeout?: number;
|
|
279
278
|
status?: "passive" | "primary" | "success" | "warning" | "danger";
|
|
279
|
+
actions?: Action[];
|
|
280
280
|
title: string;
|
|
281
281
|
errors?: MessageError[];
|
|
282
282
|
desc?: string;
|
|
@@ -284,9 +284,9 @@ export declare const useMessages: import('pinia').StoreDefinition<"messages", Pi
|
|
|
284
284
|
errorLogContent?: string;
|
|
285
285
|
};
|
|
286
286
|
showErrorMessage: (data: Omit<Message, "id">) => {
|
|
287
|
-
actions?: Action[];
|
|
288
287
|
timeout: number;
|
|
289
288
|
status: "passive" | "primary" | "success" | "warning" | "danger";
|
|
289
|
+
actions?: Action[];
|
|
290
290
|
title: string;
|
|
291
291
|
errors?: MessageError[];
|
|
292
292
|
desc?: string;
|
|
@@ -296,7 +296,7 @@ export declare const useMessages: import('pinia').StoreDefinition<"messages", Pi
|
|
|
296
296
|
};
|
|
297
297
|
removeMessage: (message: Message) => void;
|
|
298
298
|
}, "messages">, Pick<{
|
|
299
|
-
messages: import(
|
|
299
|
+
messages: import("vue").Ref<{
|
|
300
300
|
id: string;
|
|
301
301
|
title: string;
|
|
302
302
|
desc?: string;
|
|
@@ -306,19 +306,15 @@ export declare const useMessages: import('pinia').StoreDefinition<"messages", Pi
|
|
|
306
306
|
status?: "passive" | "primary" | "success" | "warning" | "danger";
|
|
307
307
|
actions?: {
|
|
308
308
|
name: string;
|
|
309
|
-
category?: "
|
|
309
|
+
category?: "share" | "actions" | "context" | "sidebar" | {
|
|
310
310
|
readonly [x: number]: string;
|
|
311
311
|
[Symbol.iterator]: () => StringIterator<string>;
|
|
312
|
-
readonly length: number;
|
|
313
312
|
toString: () => string;
|
|
313
|
+
charAt: (pos: number) => string;
|
|
314
|
+
charCodeAt: (index: number) => number;
|
|
314
315
|
concat: (...strings: string[]) => string;
|
|
315
|
-
slice: (start?: number, end?: number) => string;
|
|
316
316
|
indexOf: (searchString: string, position?: number) => number;
|
|
317
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
318
|
localeCompare: {
|
|
323
319
|
(that: string): number;
|
|
324
320
|
(that: string, locales?: string | string[], options?: Intl.CollatorOptions): number;
|
|
@@ -346,6 +342,7 @@ export declare const useMessages: import('pinia').StoreDefinition<"messages", Pi
|
|
|
346
342
|
[Symbol.search](string: string): number;
|
|
347
343
|
}): number;
|
|
348
344
|
};
|
|
345
|
+
slice: (start?: number, end?: number) => string;
|
|
349
346
|
split: {
|
|
350
347
|
(separator: string | RegExp, limit?: number): string[];
|
|
351
348
|
(splitter: {
|
|
@@ -364,9 +361,11 @@ export declare const useMessages: import('pinia').StoreDefinition<"messages", Pi
|
|
|
364
361
|
(locales?: Intl.LocalesArgument): string;
|
|
365
362
|
};
|
|
366
363
|
trim: () => string;
|
|
364
|
+
readonly length: number;
|
|
367
365
|
substr: (from: number, length?: number) => string;
|
|
368
366
|
valueOf: () => string;
|
|
369
367
|
codePointAt: (pos: number) => number | undefined;
|
|
368
|
+
includes: (searchString: string, position?: number) => boolean;
|
|
370
369
|
endsWith: (searchString: string, endPosition?: number) => boolean;
|
|
371
370
|
normalize: {
|
|
372
371
|
(form: "NFC" | "NFD" | "NFKC" | "NFKD"): string;
|
|
@@ -401,12 +400,13 @@ export declare const useMessages: import('pinia').StoreDefinition<"messages", Pi
|
|
|
401
400
|
(searchValue: string | RegExp, replaceValue: string): string;
|
|
402
401
|
(searchValue: string | RegExp, replacer: (substring: string, ...args: any[]) => string): string;
|
|
403
402
|
};
|
|
403
|
+
at: (index: number) => string | undefined;
|
|
404
404
|
isWellFormed: () => boolean;
|
|
405
405
|
toWellFormed: () => string;
|
|
406
406
|
};
|
|
407
407
|
icon: string | ((options?: ActionOptions) => string);
|
|
408
|
-
iconFillType?: import(
|
|
409
|
-
appearance?: import(
|
|
408
|
+
iconFillType?: import("../..").IconFillType;
|
|
409
|
+
appearance?: import("@opencloud-eu/design-system/helpers").AppearanceType;
|
|
410
410
|
id?: string;
|
|
411
411
|
img?: string;
|
|
412
412
|
class?: string;
|
|
@@ -419,7 +419,7 @@ export declare const useMessages: import('pinia').StoreDefinition<"messages", Pi
|
|
|
419
419
|
label: (options?: ActionOptions) => string;
|
|
420
420
|
isVisible: (options?: ActionOptions) => boolean;
|
|
421
421
|
handler?: (options?: ActionOptions) => Promise<void> | void;
|
|
422
|
-
route?: (options?: ActionOptions) => import(
|
|
422
|
+
route?: (options?: ActionOptions) => import("vue-router").RouteLocationRaw | undefined;
|
|
423
423
|
href?: (options?: ActionOptions) => string;
|
|
424
424
|
isDisabled?: (options?: ActionOptions) => boolean;
|
|
425
425
|
disabledTooltip?: (options?: ActionOptions) => string;
|
|
@@ -435,19 +435,15 @@ export declare const useMessages: import('pinia').StoreDefinition<"messages", Pi
|
|
|
435
435
|
status?: "passive" | "primary" | "success" | "warning" | "danger";
|
|
436
436
|
actions?: {
|
|
437
437
|
name: string;
|
|
438
|
-
category?: "
|
|
438
|
+
category?: "share" | "actions" | "context" | "sidebar" | {
|
|
439
439
|
readonly [x: number]: string;
|
|
440
440
|
[Symbol.iterator]: () => StringIterator<string>;
|
|
441
|
-
readonly length: number;
|
|
442
441
|
toString: () => string;
|
|
442
|
+
charAt: (pos: number) => string;
|
|
443
|
+
charCodeAt: (index: number) => number;
|
|
443
444
|
concat: (...strings: string[]) => string;
|
|
444
|
-
slice: (start?: number, end?: number) => string;
|
|
445
445
|
indexOf: (searchString: string, position?: number) => number;
|
|
446
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
447
|
localeCompare: {
|
|
452
448
|
(that: string): number;
|
|
453
449
|
(that: string, locales?: string | string[], options?: Intl.CollatorOptions): number;
|
|
@@ -475,6 +471,7 @@ export declare const useMessages: import('pinia').StoreDefinition<"messages", Pi
|
|
|
475
471
|
[Symbol.search](string: string): number;
|
|
476
472
|
}): number;
|
|
477
473
|
};
|
|
474
|
+
slice: (start?: number, end?: number) => string;
|
|
478
475
|
split: {
|
|
479
476
|
(separator: string | RegExp, limit?: number): string[];
|
|
480
477
|
(splitter: {
|
|
@@ -493,9 +490,11 @@ export declare const useMessages: import('pinia').StoreDefinition<"messages", Pi
|
|
|
493
490
|
(locales?: Intl.LocalesArgument): string;
|
|
494
491
|
};
|
|
495
492
|
trim: () => string;
|
|
493
|
+
readonly length: number;
|
|
496
494
|
substr: (from: number, length?: number) => string;
|
|
497
495
|
valueOf: () => string;
|
|
498
496
|
codePointAt: (pos: number) => number | undefined;
|
|
497
|
+
includes: (searchString: string, position?: number) => boolean;
|
|
499
498
|
endsWith: (searchString: string, endPosition?: number) => boolean;
|
|
500
499
|
normalize: {
|
|
501
500
|
(form: "NFC" | "NFD" | "NFKC" | "NFKD"): string;
|
|
@@ -530,12 +529,13 @@ export declare const useMessages: import('pinia').StoreDefinition<"messages", Pi
|
|
|
530
529
|
(searchValue: string | RegExp, replaceValue: string): string;
|
|
531
530
|
(searchValue: string | RegExp, replacer: (substring: string, ...args: any[]) => string): string;
|
|
532
531
|
};
|
|
532
|
+
at: (index: number) => string | undefined;
|
|
533
533
|
isWellFormed: () => boolean;
|
|
534
534
|
toWellFormed: () => string;
|
|
535
535
|
};
|
|
536
536
|
icon: string | ((options?: ActionOptions) => string);
|
|
537
|
-
iconFillType?: import(
|
|
538
|
-
appearance?: import(
|
|
537
|
+
iconFillType?: import("../..").IconFillType;
|
|
538
|
+
appearance?: import("@opencloud-eu/design-system/helpers").AppearanceType;
|
|
539
539
|
id?: string;
|
|
540
540
|
img?: string;
|
|
541
541
|
class?: string;
|
|
@@ -548,7 +548,7 @@ export declare const useMessages: import('pinia').StoreDefinition<"messages", Pi
|
|
|
548
548
|
label: (options?: ActionOptions) => string;
|
|
549
549
|
isVisible: (options?: ActionOptions) => boolean;
|
|
550
550
|
handler?: (options?: ActionOptions) => Promise<void> | void;
|
|
551
|
-
route?: (options?: ActionOptions) => import(
|
|
551
|
+
route?: (options?: ActionOptions) => import("vue-router").RouteLocationRaw | undefined;
|
|
552
552
|
href?: (options?: ActionOptions) => string;
|
|
553
553
|
isDisabled?: (options?: ActionOptions) => boolean;
|
|
554
554
|
disabledTooltip?: (options?: ActionOptions) => string;
|
|
@@ -557,9 +557,9 @@ export declare const useMessages: import('pinia').StoreDefinition<"messages", Pi
|
|
|
557
557
|
}[]>;
|
|
558
558
|
showMessage: (data: Omit<Message, "id">) => {
|
|
559
559
|
id: string;
|
|
560
|
-
actions?: Action[];
|
|
561
560
|
timeout?: number;
|
|
562
561
|
status?: "passive" | "primary" | "success" | "warning" | "danger";
|
|
562
|
+
actions?: Action[];
|
|
563
563
|
title: string;
|
|
564
564
|
errors?: MessageError[];
|
|
565
565
|
desc?: string;
|
|
@@ -567,9 +567,9 @@ export declare const useMessages: import('pinia').StoreDefinition<"messages", Pi
|
|
|
567
567
|
errorLogContent?: string;
|
|
568
568
|
};
|
|
569
569
|
showErrorMessage: (data: Omit<Message, "id">) => {
|
|
570
|
-
actions?: Action[];
|
|
571
570
|
timeout: number;
|
|
572
571
|
status: "passive" | "primary" | "success" | "warning" | "danger";
|
|
572
|
+
actions?: Action[];
|
|
573
573
|
title: string;
|
|
574
574
|
errors?: MessageError[];
|
|
575
575
|
desc?: string;
|
|
@@ -579,7 +579,7 @@ export declare const useMessages: import('pinia').StoreDefinition<"messages", Pi
|
|
|
579
579
|
};
|
|
580
580
|
removeMessage: (message: Message) => void;
|
|
581
581
|
}, never>, Pick<{
|
|
582
|
-
messages: import(
|
|
582
|
+
messages: import("vue").Ref<{
|
|
583
583
|
id: string;
|
|
584
584
|
title: string;
|
|
585
585
|
desc?: string;
|
|
@@ -589,19 +589,15 @@ export declare const useMessages: import('pinia').StoreDefinition<"messages", Pi
|
|
|
589
589
|
status?: "passive" | "primary" | "success" | "warning" | "danger";
|
|
590
590
|
actions?: {
|
|
591
591
|
name: string;
|
|
592
|
-
category?: "
|
|
592
|
+
category?: "share" | "actions" | "context" | "sidebar" | {
|
|
593
593
|
readonly [x: number]: string;
|
|
594
594
|
[Symbol.iterator]: () => StringIterator<string>;
|
|
595
|
-
readonly length: number;
|
|
596
595
|
toString: () => string;
|
|
596
|
+
charAt: (pos: number) => string;
|
|
597
|
+
charCodeAt: (index: number) => number;
|
|
597
598
|
concat: (...strings: string[]) => string;
|
|
598
|
-
slice: (start?: number, end?: number) => string;
|
|
599
599
|
indexOf: (searchString: string, position?: number) => number;
|
|
600
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
601
|
localeCompare: {
|
|
606
602
|
(that: string): number;
|
|
607
603
|
(that: string, locales?: string | string[], options?: Intl.CollatorOptions): number;
|
|
@@ -629,6 +625,7 @@ export declare const useMessages: import('pinia').StoreDefinition<"messages", Pi
|
|
|
629
625
|
[Symbol.search](string: string): number;
|
|
630
626
|
}): number;
|
|
631
627
|
};
|
|
628
|
+
slice: (start?: number, end?: number) => string;
|
|
632
629
|
split: {
|
|
633
630
|
(separator: string | RegExp, limit?: number): string[];
|
|
634
631
|
(splitter: {
|
|
@@ -647,9 +644,11 @@ export declare const useMessages: import('pinia').StoreDefinition<"messages", Pi
|
|
|
647
644
|
(locales?: Intl.LocalesArgument): string;
|
|
648
645
|
};
|
|
649
646
|
trim: () => string;
|
|
647
|
+
readonly length: number;
|
|
650
648
|
substr: (from: number, length?: number) => string;
|
|
651
649
|
valueOf: () => string;
|
|
652
650
|
codePointAt: (pos: number) => number | undefined;
|
|
651
|
+
includes: (searchString: string, position?: number) => boolean;
|
|
653
652
|
endsWith: (searchString: string, endPosition?: number) => boolean;
|
|
654
653
|
normalize: {
|
|
655
654
|
(form: "NFC" | "NFD" | "NFKC" | "NFKD"): string;
|
|
@@ -684,12 +683,13 @@ export declare const useMessages: import('pinia').StoreDefinition<"messages", Pi
|
|
|
684
683
|
(searchValue: string | RegExp, replaceValue: string): string;
|
|
685
684
|
(searchValue: string | RegExp, replacer: (substring: string, ...args: any[]) => string): string;
|
|
686
685
|
};
|
|
686
|
+
at: (index: number) => string | undefined;
|
|
687
687
|
isWellFormed: () => boolean;
|
|
688
688
|
toWellFormed: () => string;
|
|
689
689
|
};
|
|
690
690
|
icon: string | ((options?: ActionOptions) => string);
|
|
691
|
-
iconFillType?: import(
|
|
692
|
-
appearance?: import(
|
|
691
|
+
iconFillType?: import("../..").IconFillType;
|
|
692
|
+
appearance?: import("@opencloud-eu/design-system/helpers").AppearanceType;
|
|
693
693
|
id?: string;
|
|
694
694
|
img?: string;
|
|
695
695
|
class?: string;
|
|
@@ -702,7 +702,7 @@ export declare const useMessages: import('pinia').StoreDefinition<"messages", Pi
|
|
|
702
702
|
label: (options?: ActionOptions) => string;
|
|
703
703
|
isVisible: (options?: ActionOptions) => boolean;
|
|
704
704
|
handler?: (options?: ActionOptions) => Promise<void> | void;
|
|
705
|
-
route?: (options?: ActionOptions) => import(
|
|
705
|
+
route?: (options?: ActionOptions) => import("vue-router").RouteLocationRaw | undefined;
|
|
706
706
|
href?: (options?: ActionOptions) => string;
|
|
707
707
|
isDisabled?: (options?: ActionOptions) => boolean;
|
|
708
708
|
disabledTooltip?: (options?: ActionOptions) => string;
|
|
@@ -718,19 +718,15 @@ export declare const useMessages: import('pinia').StoreDefinition<"messages", Pi
|
|
|
718
718
|
status?: "passive" | "primary" | "success" | "warning" | "danger";
|
|
719
719
|
actions?: {
|
|
720
720
|
name: string;
|
|
721
|
-
category?: "
|
|
721
|
+
category?: "share" | "actions" | "context" | "sidebar" | {
|
|
722
722
|
readonly [x: number]: string;
|
|
723
723
|
[Symbol.iterator]: () => StringIterator<string>;
|
|
724
|
-
readonly length: number;
|
|
725
724
|
toString: () => string;
|
|
725
|
+
charAt: (pos: number) => string;
|
|
726
|
+
charCodeAt: (index: number) => number;
|
|
726
727
|
concat: (...strings: string[]) => string;
|
|
727
|
-
slice: (start?: number, end?: number) => string;
|
|
728
728
|
indexOf: (searchString: string, position?: number) => number;
|
|
729
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
730
|
localeCompare: {
|
|
735
731
|
(that: string): number;
|
|
736
732
|
(that: string, locales?: string | string[], options?: Intl.CollatorOptions): number;
|
|
@@ -758,6 +754,7 @@ export declare const useMessages: import('pinia').StoreDefinition<"messages", Pi
|
|
|
758
754
|
[Symbol.search](string: string): number;
|
|
759
755
|
}): number;
|
|
760
756
|
};
|
|
757
|
+
slice: (start?: number, end?: number) => string;
|
|
761
758
|
split: {
|
|
762
759
|
(separator: string | RegExp, limit?: number): string[];
|
|
763
760
|
(splitter: {
|
|
@@ -776,9 +773,11 @@ export declare const useMessages: import('pinia').StoreDefinition<"messages", Pi
|
|
|
776
773
|
(locales?: Intl.LocalesArgument): string;
|
|
777
774
|
};
|
|
778
775
|
trim: () => string;
|
|
776
|
+
readonly length: number;
|
|
779
777
|
substr: (from: number, length?: number) => string;
|
|
780
778
|
valueOf: () => string;
|
|
781
779
|
codePointAt: (pos: number) => number | undefined;
|
|
780
|
+
includes: (searchString: string, position?: number) => boolean;
|
|
782
781
|
endsWith: (searchString: string, endPosition?: number) => boolean;
|
|
783
782
|
normalize: {
|
|
784
783
|
(form: "NFC" | "NFD" | "NFKC" | "NFKD"): string;
|
|
@@ -813,12 +812,13 @@ export declare const useMessages: import('pinia').StoreDefinition<"messages", Pi
|
|
|
813
812
|
(searchValue: string | RegExp, replaceValue: string): string;
|
|
814
813
|
(searchValue: string | RegExp, replacer: (substring: string, ...args: any[]) => string): string;
|
|
815
814
|
};
|
|
815
|
+
at: (index: number) => string | undefined;
|
|
816
816
|
isWellFormed: () => boolean;
|
|
817
817
|
toWellFormed: () => string;
|
|
818
818
|
};
|
|
819
819
|
icon: string | ((options?: ActionOptions) => string);
|
|
820
|
-
iconFillType?: import(
|
|
821
|
-
appearance?: import(
|
|
820
|
+
iconFillType?: import("../..").IconFillType;
|
|
821
|
+
appearance?: import("@opencloud-eu/design-system/helpers").AppearanceType;
|
|
822
822
|
id?: string;
|
|
823
823
|
img?: string;
|
|
824
824
|
class?: string;
|
|
@@ -831,7 +831,7 @@ export declare const useMessages: import('pinia').StoreDefinition<"messages", Pi
|
|
|
831
831
|
label: (options?: ActionOptions) => string;
|
|
832
832
|
isVisible: (options?: ActionOptions) => boolean;
|
|
833
833
|
handler?: (options?: ActionOptions) => Promise<void> | void;
|
|
834
|
-
route?: (options?: ActionOptions) => import(
|
|
834
|
+
route?: (options?: ActionOptions) => import("vue-router").RouteLocationRaw | undefined;
|
|
835
835
|
href?: (options?: ActionOptions) => string;
|
|
836
836
|
isDisabled?: (options?: ActionOptions) => boolean;
|
|
837
837
|
disabledTooltip?: (options?: ActionOptions) => string;
|
|
@@ -840,9 +840,9 @@ export declare const useMessages: import('pinia').StoreDefinition<"messages", Pi
|
|
|
840
840
|
}[]>;
|
|
841
841
|
showMessage: (data: Omit<Message, "id">) => {
|
|
842
842
|
id: string;
|
|
843
|
-
actions?: Action[];
|
|
844
843
|
timeout?: number;
|
|
845
844
|
status?: "passive" | "primary" | "success" | "warning" | "danger";
|
|
845
|
+
actions?: Action[];
|
|
846
846
|
title: string;
|
|
847
847
|
errors?: MessageError[];
|
|
848
848
|
desc?: string;
|
|
@@ -850,9 +850,9 @@ export declare const useMessages: import('pinia').StoreDefinition<"messages", Pi
|
|
|
850
850
|
errorLogContent?: string;
|
|
851
851
|
};
|
|
852
852
|
showErrorMessage: (data: Omit<Message, "id">) => {
|
|
853
|
-
actions?: Action[];
|
|
854
853
|
timeout: number;
|
|
855
854
|
status: "passive" | "primary" | "success" | "warning" | "danger";
|
|
855
|
+
actions?: Action[];
|
|
856
856
|
title: string;
|
|
857
857
|
errors?: MessageError[];
|
|
858
858
|
desc?: string;
|