@opencloud-eu/web-pkg 6.1.0 → 7.0.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.
Files changed (132) hide show
  1. package/dist/assets/worker-B8V6K8WY.js +25 -0
  2. package/dist/assets/worker-BjLAp2qA.js +25 -0
  3. package/dist/assets/worker-Cz7k4ET0.js +25 -0
  4. package/dist/{composables-TkULFBg4.js → components-DGm07xAo.js} +8229 -10761
  5. package/dist/src/components/AppBar/AppBar.vue.d.ts +34 -91
  6. package/dist/src/components/AppTemplates/AppWrapper.vue.d.ts +1 -9
  7. package/dist/src/components/AppTopBar.vue.d.ts +3 -11
  8. package/dist/src/components/Avatars/AvatarUpload.vue.d.ts +0 -1
  9. package/dist/src/components/Avatars/UserAvatar.vue.d.ts +1 -9
  10. package/dist/src/components/ContextActions/ActionMenuDropItem.vue.d.ts +1 -9
  11. package/dist/src/components/ContextActions/ContextActionMenu.vue.d.ts +9 -27
  12. package/dist/src/components/ContextActions/ContextMenuQuickAction.vue.d.ts +30 -134
  13. package/dist/src/components/CreateLinkModal.vue.d.ts +6 -14
  14. package/dist/src/components/CreateShortcutModal.vue.d.ts +34 -142
  15. package/dist/src/components/CustomComponentTarget.vue.d.ts +1 -9
  16. package/dist/src/components/FilesList/ContextActions.vue.d.ts +9 -27
  17. package/dist/src/components/FilesList/ResourceGhostElement.vue.d.ts +7 -17
  18. package/dist/src/components/FilesList/ResourceIcon.vue.d.ts +1 -9
  19. package/dist/src/components/FilesList/ResourceListItem.vue.d.ts +5 -12
  20. package/dist/src/components/FilesList/ResourceName.vue.d.ts +3 -9
  21. package/dist/src/components/FilesList/ResourceStatusIndicators.vue.d.ts +1 -9
  22. package/dist/src/components/FilesList/ResourceTable.vue.d.ts +8 -16
  23. package/dist/src/components/FilesList/ResourceTile.vue.d.ts +6 -14
  24. package/dist/src/components/FilesList/ResourceTiles.vue.d.ts +7 -15
  25. package/dist/src/components/Filters/DateFilter.vue.d.ts +5 -13
  26. package/dist/src/components/ImageCropper.vue.d.ts +12 -0
  27. package/dist/src/components/ItemFilter.vue.d.ts +5 -13
  28. package/dist/src/components/NoContentMessage.vue.d.ts +1 -9
  29. package/dist/src/components/Search/ResourcePreview.vue.d.ts +1 -9
  30. package/dist/src/components/SideBar/CompareSaveDialog.vue.d.ts +1 -1
  31. package/dist/src/components/SideBar/FileSideBar.vue.d.ts +1 -9
  32. package/dist/src/components/SideBar/Files/FileInfo.vue.d.ts +1 -9
  33. package/dist/src/components/SideBar/SideBar.vue.d.ts +5 -13
  34. package/dist/src/components/SideBar/SideBarPanels.vue.d.ts +6 -14
  35. package/dist/src/components/SideBar/Spaces/Details/SpaceDetails.vue.d.ts +1 -9
  36. package/dist/src/components/SideBar/Spaces/Details/SpaceDetailsMultiple.vue.d.ts +1 -9
  37. package/dist/src/components/SideBar/Spaces/SpaceInfo.vue.d.ts +5 -1
  38. package/dist/src/components/SpaceQuota.vue.d.ts +1 -9
  39. package/dist/src/components/Spaces/QuotaModal.vue.d.ts +3 -11
  40. package/dist/src/components/Spaces/SpaceImageModal.vue.d.ts +2 -11
  41. package/dist/src/components/ViewOptions.vue.d.ts +1 -9
  42. package/dist/src/components/index.d.ts +0 -2
  43. package/dist/src/composables/actions/files/index.d.ts +0 -21
  44. package/dist/src/composables/actions/spaces/index.d.ts +0 -12
  45. package/dist/src/composables/actions/types.d.ts +93 -2
  46. package/dist/src/composables/breadcrumbs/useBreadcrumbsFromPath.d.ts +1 -3
  47. package/dist/src/composables/driveResolver/useDriveResolver.d.ts +0 -1
  48. package/dist/src/composables/keyboardActions/useCropperKeyboardActions.d.ts +2 -1
  49. package/dist/src/composables/keyboardActions/useKeyboardActions.d.ts +1 -0
  50. package/dist/src/composables/piniaStores/auth.d.ts +24 -2
  51. package/dist/src/composables/piniaStores/avatars.d.ts +3 -3
  52. package/dist/src/composables/piniaStores/config/config.d.ts +1 -91
  53. package/dist/src/composables/piniaStores/config/types.d.ts +0 -20
  54. package/dist/src/composables/piniaStores/extensionRegistry/extensionRegistry.d.ts +4 -1
  55. package/dist/src/composables/piniaStores/messages.d.ts +12 -594
  56. package/dist/src/composables/piniaStores/spaces.d.ts +1 -3
  57. package/dist/src/composables/piniaStores/theme.d.ts +1 -1
  58. package/dist/src/composables/resources/useResourceViewDrag.d.ts +7 -17
  59. package/dist/src/composables/resources/useResourceViewHelpers.d.ts +7 -17
  60. package/dist/src/composables/router/useFileRouteReplace.d.ts +0 -2
  61. package/dist/src/composables/spaces/useGetMatchingSpace.d.ts +0 -4
  62. package/dist/src/editor/components/SlashCommandMenu.vue.d.ts +9 -0
  63. package/dist/src/editor/components/TextEditorContent.vue.d.ts +7 -0
  64. package/dist/src/editor/components/TextEditorProvider.vue.d.ts +17 -0
  65. package/dist/src/editor/composables/index.d.ts +3 -0
  66. package/dist/src/editor/composables/strategies/html.d.ts +3 -0
  67. package/dist/src/editor/composables/strategies/index.d.ts +5 -0
  68. package/dist/src/editor/composables/strategies/markdown.d.ts +3 -0
  69. package/dist/src/editor/composables/strategies/plainText.d.ts +3 -0
  70. package/dist/src/editor/composables/strategies/tiptapJson.d.ts +3 -0
  71. package/dist/src/editor/composables/strategies/types.d.ts +10 -0
  72. package/dist/src/editor/composables/useContentStrategy.d.ts +5 -0
  73. package/dist/src/editor/composables/useEditorActions.d.ts +75 -0
  74. package/dist/src/editor/composables/useTextEditor.d.ts +2 -0
  75. package/dist/src/editor/extensions/index.d.ts +1 -0
  76. package/dist/src/editor/extensions/slashCommands.d.ts +16 -0
  77. package/dist/src/editor/index.d.ts +5 -0
  78. package/dist/src/editor/types.d.ts +29 -0
  79. package/dist/src/helpers/groupwareResponse.d.ts +1 -0
  80. package/dist/src/helpers/index.d.ts +2 -0
  81. package/dist/src/helpers/router/routeOptions.d.ts +1 -7
  82. package/dist/src/helpers/virtualCursorElement.d.ts +1 -0
  83. package/dist/src/router/index.d.ts +2 -1
  84. package/dist/src/router/utils.d.ts +1 -6
  85. package/dist/src/types.d.ts +1 -0
  86. package/dist/src/utils/dummyGettext.d.ts +6 -0
  87. package/dist/src/utils/index.d.ts +1 -0
  88. package/dist/web-pkg/editor.js +1360 -0
  89. package/dist/web-pkg.js +2956 -1661
  90. package/package.json +26 -9
  91. package/dist/TextEditor-B0ZZfO_w.js +0 -819
  92. package/dist/assets/worker-C-Nrpmiq.js +0 -24
  93. package/dist/assets/worker-CzI1mBNb.js +0 -24
  94. package/dist/assets/worker-DDmV-och.js +0 -24
  95. package/dist/src/components/Navigation/index.d.ts +0 -1
  96. package/dist/src/components/TextEditor/TextEditor.vue.d.ts +0 -26
  97. package/dist/src/components/TextEditor/index.d.ts +0 -39
  98. package/dist/src/components/TextEditor/l18n.d.ts +0 -3
  99. package/dist/src/composables/actions/files/useFileActionsCopy.d.ts +0 -4
  100. package/dist/src/composables/actions/files/useFileActionsCopyPermanentLink.d.ts +0 -4
  101. package/dist/src/composables/actions/files/useFileActionsCreateLink.d.ts +0 -6
  102. package/dist/src/composables/actions/files/useFileActionsCreateNewFile.d.ts +0 -10
  103. package/dist/src/composables/actions/files/useFileActionsCreateNewFolder.d.ts +0 -9
  104. package/dist/src/composables/actions/files/useFileActionsCreateNewShortcut.d.ts +0 -8
  105. package/dist/src/composables/actions/files/useFileActionsCreateSpaceFromResource.d.ts +0 -4
  106. package/dist/src/composables/actions/files/useFileActionsDisableSync.d.ts +0 -5
  107. package/dist/src/composables/actions/files/useFileActionsDownloadArchive.d.ts +0 -4
  108. package/dist/src/composables/actions/files/useFileActionsEmptyTrashBin.d.ts +0 -8
  109. package/dist/src/composables/actions/files/useFileActionsEnableSync.d.ts +0 -5
  110. package/dist/src/composables/actions/files/useFileActionsFavorite.d.ts +0 -4
  111. package/dist/src/composables/actions/files/useFileActionsMove.d.ts +0 -4
  112. package/dist/src/composables/actions/files/useFileActionsOpenShortcut.d.ts +0 -5
  113. package/dist/src/composables/actions/files/useFileActionsPaste.d.ts +0 -4
  114. package/dist/src/composables/actions/files/useFileActionsRename.d.ts +0 -6
  115. package/dist/src/composables/actions/files/useFileActionsSetImage.d.ts +0 -4
  116. package/dist/src/composables/actions/files/useFileActionsShowActions.d.ts +0 -4
  117. package/dist/src/composables/actions/files/useFileActionsShowDetails.d.ts +0 -4
  118. package/dist/src/composables/actions/files/useFileActionsShowShares.d.ts +0 -5
  119. package/dist/src/composables/actions/files/useFileActionsToggleHideShare.d.ts +0 -5
  120. package/dist/src/composables/actions/spaces/useSpaceActionsDelete.d.ts +0 -6
  121. package/dist/src/composables/actions/spaces/useSpaceActionsDeleteImage.d.ts +0 -8
  122. package/dist/src/composables/actions/spaces/useSpaceActionsDisable.d.ts +0 -6
  123. package/dist/src/composables/actions/spaces/useSpaceActionsDuplicate.d.ts +0 -6
  124. package/dist/src/composables/actions/spaces/useSpaceActionsEditDescription.d.ts +0 -6
  125. package/dist/src/composables/actions/spaces/useSpaceActionsEditQuota.d.ts +0 -4
  126. package/dist/src/composables/actions/spaces/useSpaceActionsEditReadmeContent.d.ts +0 -4
  127. package/dist/src/composables/actions/spaces/useSpaceActionsNavigateToTrash.d.ts +0 -4
  128. package/dist/src/composables/actions/spaces/useSpaceActionsRename.d.ts +0 -6
  129. package/dist/src/composables/actions/spaces/useSpaceActionsRestore.d.ts +0 -6
  130. package/dist/src/composables/actions/spaces/useSpaceActionsSetIcon.d.ts +0 -6
  131. package/dist/src/composables/actions/spaces/useSpaceActionsShowMembers.d.ts +0 -4
  132. /package/dist/src/{components/Navigation/MobileNav.vue.d.ts → editor/components/TextEditorToolbar.vue.d.ts} +0 -0
@@ -23,104 +23,7 @@ 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?: "share" | "actions" | "context" | "sidebar" | {
27
- readonly [x: number]: string;
28
- [Symbol.iterator]: () => StringIterator<string>;
29
- toString: () => string;
30
- charAt: (pos: number) => string;
31
- charCodeAt: (index: number) => number;
32
- concat: (...strings: string[]) => string;
33
- indexOf: (searchString: string, position?: number) => number;
34
- lastIndexOf: (searchString: string, position?: number) => number;
35
- localeCompare: {
36
- (that: string): number;
37
- (that: string, locales?: string | string[], options?: Intl.CollatorOptions): number;
38
- (that: string, locales?: Intl.LocalesArgument, options?: Intl.CollatorOptions): number;
39
- };
40
- match: {
41
- (regexp: string | RegExp): RegExpMatchArray | null;
42
- (matcher: {
43
- [Symbol.match](string: string): RegExpMatchArray | null;
44
- }): RegExpMatchArray | null;
45
- };
46
- replace: {
47
- (searchValue: string | RegExp, replaceValue: string): string;
48
- (searchValue: string | RegExp, replacer: (substring: string, ...args: any[]) => string): string;
49
- (searchValue: {
50
- [Symbol.replace](string: string, replaceValue: string): string;
51
- }, replaceValue: string): string;
52
- (searchValue: {
53
- [Symbol.replace](string: string, replacer: (substring: string, ...args: any[]) => string): string;
54
- }, replacer: (substring: string, ...args: any[]) => string): string;
55
- };
56
- search: {
57
- (regexp: string | RegExp): number;
58
- (searcher: {
59
- [Symbol.search](string: string): number;
60
- }): number;
61
- };
62
- slice: (start?: number, end?: number) => string;
63
- split: {
64
- (separator: string | RegExp, limit?: number): string[];
65
- (splitter: {
66
- [Symbol.split](string: string, limit?: number): string[];
67
- }, limit?: number): string[];
68
- };
69
- substring: (start: number, end?: number) => string;
70
- toLowerCase: () => string;
71
- toLocaleLowerCase: {
72
- (locales?: string | string[]): string;
73
- (locales?: Intl.LocalesArgument): string;
74
- };
75
- toUpperCase: () => string;
76
- toLocaleUpperCase: {
77
- (locales?: string | string[]): string;
78
- (locales?: Intl.LocalesArgument): string;
79
- };
80
- trim: () => string;
81
- readonly length: number;
82
- substr: (from: number, length?: number) => string;
83
- valueOf: () => string;
84
- codePointAt: (pos: number) => number | undefined;
85
- includes: (searchString: string, position?: number) => boolean;
86
- endsWith: (searchString: string, endPosition?: number) => boolean;
87
- normalize: {
88
- (form: "NFC" | "NFD" | "NFKC" | "NFKD"): string;
89
- (form?: string): string;
90
- };
91
- repeat: (count: number) => string;
92
- startsWith: (searchString: string, position?: number) => boolean;
93
- anchor: (name: string) => string;
94
- big: () => string;
95
- blink: () => string;
96
- bold: () => string;
97
- fixed: () => string;
98
- fontcolor: (color: string) => string;
99
- fontsize: {
100
- (size: number): string;
101
- (size: string): string;
102
- };
103
- italics: () => string;
104
- link: (url: string) => string;
105
- small: () => string;
106
- strike: () => string;
107
- sub: () => string;
108
- sup: () => string;
109
- padStart: (maxLength: number, fillString?: string) => string;
110
- padEnd: (maxLength: number, fillString?: string) => string;
111
- trimEnd: () => string;
112
- trimStart: () => string;
113
- trimLeft: () => string;
114
- trimRight: () => string;
115
- matchAll: (regexp: RegExp) => RegExpStringIterator<RegExpExecArray>;
116
- replaceAll: {
117
- (searchValue: string | RegExp, replaceValue: string): string;
118
- (searchValue: string | RegExp, replacer: (substring: string, ...args: any[]) => string): string;
119
- };
120
- at: (index: number) => string | undefined;
121
- isWellFormed: () => boolean;
122
- toWellFormed: () => string;
123
- };
26
+ category?: "primary" | "secondary" | "tertiary" | "quaternary";
124
27
  icon: string | ((options?: ActionOptions) => string);
125
28
  iconFillType?: import("../..").IconFillType;
126
29
  appearance?: import("@opencloud-eu/design-system/helpers").AppearanceType;
@@ -152,104 +55,7 @@ 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?: "share" | "actions" | "context" | "sidebar" | {
156
- readonly [x: number]: string;
157
- [Symbol.iterator]: () => StringIterator<string>;
158
- toString: () => string;
159
- charAt: (pos: number) => string;
160
- charCodeAt: (index: number) => number;
161
- concat: (...strings: string[]) => string;
162
- indexOf: (searchString: string, position?: number) => number;
163
- lastIndexOf: (searchString: string, position?: number) => number;
164
- localeCompare: {
165
- (that: string): number;
166
- (that: string, locales?: string | string[], options?: Intl.CollatorOptions): number;
167
- (that: string, locales?: Intl.LocalesArgument, options?: Intl.CollatorOptions): number;
168
- };
169
- match: {
170
- (regexp: string | RegExp): RegExpMatchArray | null;
171
- (matcher: {
172
- [Symbol.match](string: string): RegExpMatchArray | null;
173
- }): RegExpMatchArray | null;
174
- };
175
- replace: {
176
- (searchValue: string | RegExp, replaceValue: string): string;
177
- (searchValue: string | RegExp, replacer: (substring: string, ...args: any[]) => string): string;
178
- (searchValue: {
179
- [Symbol.replace](string: string, replaceValue: string): string;
180
- }, replaceValue: string): string;
181
- (searchValue: {
182
- [Symbol.replace](string: string, replacer: (substring: string, ...args: any[]) => string): string;
183
- }, replacer: (substring: string, ...args: any[]) => string): string;
184
- };
185
- search: {
186
- (regexp: string | RegExp): number;
187
- (searcher: {
188
- [Symbol.search](string: string): number;
189
- }): number;
190
- };
191
- slice: (start?: number, end?: number) => string;
192
- split: {
193
- (separator: string | RegExp, limit?: number): string[];
194
- (splitter: {
195
- [Symbol.split](string: string, limit?: number): string[];
196
- }, limit?: number): string[];
197
- };
198
- substring: (start: number, end?: number) => string;
199
- toLowerCase: () => string;
200
- toLocaleLowerCase: {
201
- (locales?: string | string[]): string;
202
- (locales?: Intl.LocalesArgument): string;
203
- };
204
- toUpperCase: () => string;
205
- toLocaleUpperCase: {
206
- (locales?: string | string[]): string;
207
- (locales?: Intl.LocalesArgument): string;
208
- };
209
- trim: () => string;
210
- readonly length: number;
211
- substr: (from: number, length?: number) => string;
212
- valueOf: () => string;
213
- codePointAt: (pos: number) => number | undefined;
214
- includes: (searchString: string, position?: number) => boolean;
215
- endsWith: (searchString: string, endPosition?: number) => boolean;
216
- normalize: {
217
- (form: "NFC" | "NFD" | "NFKC" | "NFKD"): string;
218
- (form?: string): string;
219
- };
220
- repeat: (count: number) => string;
221
- startsWith: (searchString: string, position?: number) => boolean;
222
- anchor: (name: string) => string;
223
- big: () => string;
224
- blink: () => string;
225
- bold: () => string;
226
- fixed: () => string;
227
- fontcolor: (color: string) => string;
228
- fontsize: {
229
- (size: number): string;
230
- (size: string): string;
231
- };
232
- italics: () => string;
233
- link: (url: string) => string;
234
- small: () => string;
235
- strike: () => string;
236
- sub: () => string;
237
- sup: () => string;
238
- padStart: (maxLength: number, fillString?: string) => string;
239
- padEnd: (maxLength: number, fillString?: string) => string;
240
- trimEnd: () => string;
241
- trimStart: () => string;
242
- trimLeft: () => string;
243
- trimRight: () => string;
244
- matchAll: (regexp: RegExp) => RegExpStringIterator<RegExpExecArray>;
245
- replaceAll: {
246
- (searchValue: string | RegExp, replaceValue: string): string;
247
- (searchValue: string | RegExp, replacer: (substring: string, ...args: any[]) => string): string;
248
- };
249
- at: (index: number) => string | undefined;
250
- isWellFormed: () => boolean;
251
- toWellFormed: () => string;
252
- };
58
+ category?: "primary" | "secondary" | "tertiary" | "quaternary";
253
59
  icon: string | ((options?: ActionOptions) => string);
254
60
  iconFillType?: import("../..").IconFillType;
255
61
  appearance?: import("@opencloud-eu/design-system/helpers").AppearanceType;
@@ -276,8 +82,8 @@ export declare const useMessages: import("pinia").StoreDefinition<"messages", Pi
276
82
  id: string;
277
83
  timeout?: number;
278
84
  status?: "passive" | "primary" | "success" | "warning" | "danger";
279
- actions?: Action[];
280
85
  title: string;
86
+ actions?: Action[];
281
87
  errors?: MessageError[];
282
88
  desc?: string;
283
89
  actionOptions?: ActionOptions;
@@ -286,8 +92,8 @@ export declare const useMessages: import("pinia").StoreDefinition<"messages", Pi
286
92
  showErrorMessage: (data: Omit<Message, "id">) => {
287
93
  timeout: number;
288
94
  status: "passive" | "primary" | "success" | "warning" | "danger";
289
- actions?: Action[];
290
95
  title: string;
96
+ actions?: Action[];
291
97
  errors?: MessageError[];
292
98
  desc?: string;
293
99
  actionOptions?: ActionOptions;
@@ -306,104 +112,7 @@ 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?: "share" | "actions" | "context" | "sidebar" | {
310
- readonly [x: number]: string;
311
- [Symbol.iterator]: () => StringIterator<string>;
312
- toString: () => string;
313
- charAt: (pos: number) => string;
314
- charCodeAt: (index: number) => number;
315
- concat: (...strings: string[]) => string;
316
- indexOf: (searchString: string, position?: number) => number;
317
- lastIndexOf: (searchString: string, position?: number) => number;
318
- localeCompare: {
319
- (that: string): number;
320
- (that: string, locales?: string | string[], options?: Intl.CollatorOptions): number;
321
- (that: string, locales?: Intl.LocalesArgument, options?: Intl.CollatorOptions): number;
322
- };
323
- match: {
324
- (regexp: string | RegExp): RegExpMatchArray | null;
325
- (matcher: {
326
- [Symbol.match](string: string): RegExpMatchArray | null;
327
- }): RegExpMatchArray | null;
328
- };
329
- replace: {
330
- (searchValue: string | RegExp, replaceValue: string): string;
331
- (searchValue: string | RegExp, replacer: (substring: string, ...args: any[]) => string): string;
332
- (searchValue: {
333
- [Symbol.replace](string: string, replaceValue: string): string;
334
- }, replaceValue: string): string;
335
- (searchValue: {
336
- [Symbol.replace](string: string, replacer: (substring: string, ...args: any[]) => string): string;
337
- }, replacer: (substring: string, ...args: any[]) => string): string;
338
- };
339
- search: {
340
- (regexp: string | RegExp): number;
341
- (searcher: {
342
- [Symbol.search](string: string): number;
343
- }): number;
344
- };
345
- slice: (start?: number, end?: number) => string;
346
- split: {
347
- (separator: string | RegExp, limit?: number): string[];
348
- (splitter: {
349
- [Symbol.split](string: string, limit?: number): string[];
350
- }, limit?: number): string[];
351
- };
352
- substring: (start: number, end?: number) => string;
353
- toLowerCase: () => string;
354
- toLocaleLowerCase: {
355
- (locales?: string | string[]): string;
356
- (locales?: Intl.LocalesArgument): string;
357
- };
358
- toUpperCase: () => string;
359
- toLocaleUpperCase: {
360
- (locales?: string | string[]): string;
361
- (locales?: Intl.LocalesArgument): string;
362
- };
363
- trim: () => string;
364
- readonly length: number;
365
- substr: (from: number, length?: number) => string;
366
- valueOf: () => string;
367
- codePointAt: (pos: number) => number | undefined;
368
- includes: (searchString: string, position?: number) => boolean;
369
- endsWith: (searchString: string, endPosition?: number) => boolean;
370
- normalize: {
371
- (form: "NFC" | "NFD" | "NFKC" | "NFKD"): string;
372
- (form?: string): string;
373
- };
374
- repeat: (count: number) => string;
375
- startsWith: (searchString: string, position?: number) => boolean;
376
- anchor: (name: string) => string;
377
- big: () => string;
378
- blink: () => string;
379
- bold: () => string;
380
- fixed: () => string;
381
- fontcolor: (color: string) => string;
382
- fontsize: {
383
- (size: number): string;
384
- (size: string): string;
385
- };
386
- italics: () => string;
387
- link: (url: string) => string;
388
- small: () => string;
389
- strike: () => string;
390
- sub: () => string;
391
- sup: () => string;
392
- padStart: (maxLength: number, fillString?: string) => string;
393
- padEnd: (maxLength: number, fillString?: string) => string;
394
- trimEnd: () => string;
395
- trimStart: () => string;
396
- trimLeft: () => string;
397
- trimRight: () => string;
398
- matchAll: (regexp: RegExp) => RegExpStringIterator<RegExpExecArray>;
399
- replaceAll: {
400
- (searchValue: string | RegExp, replaceValue: string): string;
401
- (searchValue: string | RegExp, replacer: (substring: string, ...args: any[]) => string): string;
402
- };
403
- at: (index: number) => string | undefined;
404
- isWellFormed: () => boolean;
405
- toWellFormed: () => string;
406
- };
115
+ category?: "primary" | "secondary" | "tertiary" | "quaternary";
407
116
  icon: string | ((options?: ActionOptions) => string);
408
117
  iconFillType?: import("../..").IconFillType;
409
118
  appearance?: import("@opencloud-eu/design-system/helpers").AppearanceType;
@@ -435,104 +144,7 @@ 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?: "share" | "actions" | "context" | "sidebar" | {
439
- readonly [x: number]: string;
440
- [Symbol.iterator]: () => StringIterator<string>;
441
- toString: () => string;
442
- charAt: (pos: number) => string;
443
- charCodeAt: (index: number) => number;
444
- concat: (...strings: string[]) => string;
445
- indexOf: (searchString: string, position?: number) => number;
446
- lastIndexOf: (searchString: string, position?: number) => number;
447
- localeCompare: {
448
- (that: string): number;
449
- (that: string, locales?: string | string[], options?: Intl.CollatorOptions): number;
450
- (that: string, locales?: Intl.LocalesArgument, options?: Intl.CollatorOptions): number;
451
- };
452
- match: {
453
- (regexp: string | RegExp): RegExpMatchArray | null;
454
- (matcher: {
455
- [Symbol.match](string: string): RegExpMatchArray | null;
456
- }): RegExpMatchArray | null;
457
- };
458
- replace: {
459
- (searchValue: string | RegExp, replaceValue: string): string;
460
- (searchValue: string | RegExp, replacer: (substring: string, ...args: any[]) => string): string;
461
- (searchValue: {
462
- [Symbol.replace](string: string, replaceValue: string): string;
463
- }, replaceValue: string): string;
464
- (searchValue: {
465
- [Symbol.replace](string: string, replacer: (substring: string, ...args: any[]) => string): string;
466
- }, replacer: (substring: string, ...args: any[]) => string): string;
467
- };
468
- search: {
469
- (regexp: string | RegExp): number;
470
- (searcher: {
471
- [Symbol.search](string: string): number;
472
- }): number;
473
- };
474
- slice: (start?: number, end?: number) => string;
475
- split: {
476
- (separator: string | RegExp, limit?: number): string[];
477
- (splitter: {
478
- [Symbol.split](string: string, limit?: number): string[];
479
- }, limit?: number): string[];
480
- };
481
- substring: (start: number, end?: number) => string;
482
- toLowerCase: () => string;
483
- toLocaleLowerCase: {
484
- (locales?: string | string[]): string;
485
- (locales?: Intl.LocalesArgument): string;
486
- };
487
- toUpperCase: () => string;
488
- toLocaleUpperCase: {
489
- (locales?: string | string[]): string;
490
- (locales?: Intl.LocalesArgument): string;
491
- };
492
- trim: () => string;
493
- readonly length: number;
494
- substr: (from: number, length?: number) => string;
495
- valueOf: () => string;
496
- codePointAt: (pos: number) => number | undefined;
497
- includes: (searchString: string, position?: number) => boolean;
498
- endsWith: (searchString: string, endPosition?: number) => boolean;
499
- normalize: {
500
- (form: "NFC" | "NFD" | "NFKC" | "NFKD"): string;
501
- (form?: string): string;
502
- };
503
- repeat: (count: number) => string;
504
- startsWith: (searchString: string, position?: number) => boolean;
505
- anchor: (name: string) => string;
506
- big: () => string;
507
- blink: () => string;
508
- bold: () => string;
509
- fixed: () => string;
510
- fontcolor: (color: string) => string;
511
- fontsize: {
512
- (size: number): string;
513
- (size: string): string;
514
- };
515
- italics: () => string;
516
- link: (url: string) => string;
517
- small: () => string;
518
- strike: () => string;
519
- sub: () => string;
520
- sup: () => string;
521
- padStart: (maxLength: number, fillString?: string) => string;
522
- padEnd: (maxLength: number, fillString?: string) => string;
523
- trimEnd: () => string;
524
- trimStart: () => string;
525
- trimLeft: () => string;
526
- trimRight: () => string;
527
- matchAll: (regexp: RegExp) => RegExpStringIterator<RegExpExecArray>;
528
- replaceAll: {
529
- (searchValue: string | RegExp, replaceValue: string): string;
530
- (searchValue: string | RegExp, replacer: (substring: string, ...args: any[]) => string): string;
531
- };
532
- at: (index: number) => string | undefined;
533
- isWellFormed: () => boolean;
534
- toWellFormed: () => string;
535
- };
147
+ category?: "primary" | "secondary" | "tertiary" | "quaternary";
536
148
  icon: string | ((options?: ActionOptions) => string);
537
149
  iconFillType?: import("../..").IconFillType;
538
150
  appearance?: import("@opencloud-eu/design-system/helpers").AppearanceType;
@@ -559,8 +171,8 @@ export declare const useMessages: import("pinia").StoreDefinition<"messages", Pi
559
171
  id: string;
560
172
  timeout?: number;
561
173
  status?: "passive" | "primary" | "success" | "warning" | "danger";
562
- actions?: Action[];
563
174
  title: string;
175
+ actions?: Action[];
564
176
  errors?: MessageError[];
565
177
  desc?: string;
566
178
  actionOptions?: ActionOptions;
@@ -569,8 +181,8 @@ export declare const useMessages: import("pinia").StoreDefinition<"messages", Pi
569
181
  showErrorMessage: (data: Omit<Message, "id">) => {
570
182
  timeout: number;
571
183
  status: "passive" | "primary" | "success" | "warning" | "danger";
572
- actions?: Action[];
573
184
  title: string;
185
+ actions?: Action[];
574
186
  errors?: MessageError[];
575
187
  desc?: string;
576
188
  actionOptions?: ActionOptions;
@@ -589,104 +201,7 @@ 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?: "share" | "actions" | "context" | "sidebar" | {
593
- readonly [x: number]: string;
594
- [Symbol.iterator]: () => StringIterator<string>;
595
- toString: () => string;
596
- charAt: (pos: number) => string;
597
- charCodeAt: (index: number) => number;
598
- concat: (...strings: string[]) => string;
599
- indexOf: (searchString: string, position?: number) => number;
600
- lastIndexOf: (searchString: string, position?: number) => number;
601
- localeCompare: {
602
- (that: string): number;
603
- (that: string, locales?: string | string[], options?: Intl.CollatorOptions): number;
604
- (that: string, locales?: Intl.LocalesArgument, options?: Intl.CollatorOptions): number;
605
- };
606
- match: {
607
- (regexp: string | RegExp): RegExpMatchArray | null;
608
- (matcher: {
609
- [Symbol.match](string: string): RegExpMatchArray | null;
610
- }): RegExpMatchArray | null;
611
- };
612
- replace: {
613
- (searchValue: string | RegExp, replaceValue: string): string;
614
- (searchValue: string | RegExp, replacer: (substring: string, ...args: any[]) => string): string;
615
- (searchValue: {
616
- [Symbol.replace](string: string, replaceValue: string): string;
617
- }, replaceValue: string): string;
618
- (searchValue: {
619
- [Symbol.replace](string: string, replacer: (substring: string, ...args: any[]) => string): string;
620
- }, replacer: (substring: string, ...args: any[]) => string): string;
621
- };
622
- search: {
623
- (regexp: string | RegExp): number;
624
- (searcher: {
625
- [Symbol.search](string: string): number;
626
- }): number;
627
- };
628
- slice: (start?: number, end?: number) => string;
629
- split: {
630
- (separator: string | RegExp, limit?: number): string[];
631
- (splitter: {
632
- [Symbol.split](string: string, limit?: number): string[];
633
- }, limit?: number): string[];
634
- };
635
- substring: (start: number, end?: number) => string;
636
- toLowerCase: () => string;
637
- toLocaleLowerCase: {
638
- (locales?: string | string[]): string;
639
- (locales?: Intl.LocalesArgument): string;
640
- };
641
- toUpperCase: () => string;
642
- toLocaleUpperCase: {
643
- (locales?: string | string[]): string;
644
- (locales?: Intl.LocalesArgument): string;
645
- };
646
- trim: () => string;
647
- readonly length: number;
648
- substr: (from: number, length?: number) => string;
649
- valueOf: () => string;
650
- codePointAt: (pos: number) => number | undefined;
651
- includes: (searchString: string, position?: number) => boolean;
652
- endsWith: (searchString: string, endPosition?: number) => boolean;
653
- normalize: {
654
- (form: "NFC" | "NFD" | "NFKC" | "NFKD"): string;
655
- (form?: string): string;
656
- };
657
- repeat: (count: number) => string;
658
- startsWith: (searchString: string, position?: number) => boolean;
659
- anchor: (name: string) => string;
660
- big: () => string;
661
- blink: () => string;
662
- bold: () => string;
663
- fixed: () => string;
664
- fontcolor: (color: string) => string;
665
- fontsize: {
666
- (size: number): string;
667
- (size: string): string;
668
- };
669
- italics: () => string;
670
- link: (url: string) => string;
671
- small: () => string;
672
- strike: () => string;
673
- sub: () => string;
674
- sup: () => string;
675
- padStart: (maxLength: number, fillString?: string) => string;
676
- padEnd: (maxLength: number, fillString?: string) => string;
677
- trimEnd: () => string;
678
- trimStart: () => string;
679
- trimLeft: () => string;
680
- trimRight: () => string;
681
- matchAll: (regexp: RegExp) => RegExpStringIterator<RegExpExecArray>;
682
- replaceAll: {
683
- (searchValue: string | RegExp, replaceValue: string): string;
684
- (searchValue: string | RegExp, replacer: (substring: string, ...args: any[]) => string): string;
685
- };
686
- at: (index: number) => string | undefined;
687
- isWellFormed: () => boolean;
688
- toWellFormed: () => string;
689
- };
204
+ category?: "primary" | "secondary" | "tertiary" | "quaternary";
690
205
  icon: string | ((options?: ActionOptions) => string);
691
206
  iconFillType?: import("../..").IconFillType;
692
207
  appearance?: import("@opencloud-eu/design-system/helpers").AppearanceType;
@@ -718,104 +233,7 @@ 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?: "share" | "actions" | "context" | "sidebar" | {
722
- readonly [x: number]: string;
723
- [Symbol.iterator]: () => StringIterator<string>;
724
- toString: () => string;
725
- charAt: (pos: number) => string;
726
- charCodeAt: (index: number) => number;
727
- concat: (...strings: string[]) => string;
728
- indexOf: (searchString: string, position?: number) => number;
729
- lastIndexOf: (searchString: string, position?: number) => number;
730
- localeCompare: {
731
- (that: string): number;
732
- (that: string, locales?: string | string[], options?: Intl.CollatorOptions): number;
733
- (that: string, locales?: Intl.LocalesArgument, options?: Intl.CollatorOptions): number;
734
- };
735
- match: {
736
- (regexp: string | RegExp): RegExpMatchArray | null;
737
- (matcher: {
738
- [Symbol.match](string: string): RegExpMatchArray | null;
739
- }): RegExpMatchArray | null;
740
- };
741
- replace: {
742
- (searchValue: string | RegExp, replaceValue: string): string;
743
- (searchValue: string | RegExp, replacer: (substring: string, ...args: any[]) => string): string;
744
- (searchValue: {
745
- [Symbol.replace](string: string, replaceValue: string): string;
746
- }, replaceValue: string): string;
747
- (searchValue: {
748
- [Symbol.replace](string: string, replacer: (substring: string, ...args: any[]) => string): string;
749
- }, replacer: (substring: string, ...args: any[]) => string): string;
750
- };
751
- search: {
752
- (regexp: string | RegExp): number;
753
- (searcher: {
754
- [Symbol.search](string: string): number;
755
- }): number;
756
- };
757
- slice: (start?: number, end?: number) => string;
758
- split: {
759
- (separator: string | RegExp, limit?: number): string[];
760
- (splitter: {
761
- [Symbol.split](string: string, limit?: number): string[];
762
- }, limit?: number): string[];
763
- };
764
- substring: (start: number, end?: number) => string;
765
- toLowerCase: () => string;
766
- toLocaleLowerCase: {
767
- (locales?: string | string[]): string;
768
- (locales?: Intl.LocalesArgument): string;
769
- };
770
- toUpperCase: () => string;
771
- toLocaleUpperCase: {
772
- (locales?: string | string[]): string;
773
- (locales?: Intl.LocalesArgument): string;
774
- };
775
- trim: () => string;
776
- readonly length: number;
777
- substr: (from: number, length?: number) => string;
778
- valueOf: () => string;
779
- codePointAt: (pos: number) => number | undefined;
780
- includes: (searchString: string, position?: number) => boolean;
781
- endsWith: (searchString: string, endPosition?: number) => boolean;
782
- normalize: {
783
- (form: "NFC" | "NFD" | "NFKC" | "NFKD"): string;
784
- (form?: string): string;
785
- };
786
- repeat: (count: number) => string;
787
- startsWith: (searchString: string, position?: number) => boolean;
788
- anchor: (name: string) => string;
789
- big: () => string;
790
- blink: () => string;
791
- bold: () => string;
792
- fixed: () => string;
793
- fontcolor: (color: string) => string;
794
- fontsize: {
795
- (size: number): string;
796
- (size: string): string;
797
- };
798
- italics: () => string;
799
- link: (url: string) => string;
800
- small: () => string;
801
- strike: () => string;
802
- sub: () => string;
803
- sup: () => string;
804
- padStart: (maxLength: number, fillString?: string) => string;
805
- padEnd: (maxLength: number, fillString?: string) => string;
806
- trimEnd: () => string;
807
- trimStart: () => string;
808
- trimLeft: () => string;
809
- trimRight: () => string;
810
- matchAll: (regexp: RegExp) => RegExpStringIterator<RegExpExecArray>;
811
- replaceAll: {
812
- (searchValue: string | RegExp, replaceValue: string): string;
813
- (searchValue: string | RegExp, replacer: (substring: string, ...args: any[]) => string): string;
814
- };
815
- at: (index: number) => string | undefined;
816
- isWellFormed: () => boolean;
817
- toWellFormed: () => string;
818
- };
236
+ category?: "primary" | "secondary" | "tertiary" | "quaternary";
819
237
  icon: string | ((options?: ActionOptions) => string);
820
238
  iconFillType?: import("../..").IconFillType;
821
239
  appearance?: import("@opencloud-eu/design-system/helpers").AppearanceType;
@@ -842,8 +260,8 @@ export declare const useMessages: import("pinia").StoreDefinition<"messages", Pi
842
260
  id: string;
843
261
  timeout?: number;
844
262
  status?: "passive" | "primary" | "success" | "warning" | "danger";
845
- actions?: Action[];
846
263
  title: string;
264
+ actions?: Action[];
847
265
  errors?: MessageError[];
848
266
  desc?: string;
849
267
  actionOptions?: ActionOptions;
@@ -852,8 +270,8 @@ export declare const useMessages: import("pinia").StoreDefinition<"messages", Pi
852
270
  showErrorMessage: (data: Omit<Message, "id">) => {
853
271
  timeout: number;
854
272
  status: "passive" | "primary" | "success" | "warning" | "danger";
855
- actions?: Action[];
856
273
  title: string;
274
+ actions?: Action[];
857
275
  errors?: MessageError[];
858
276
  desc?: string;
859
277
  actionOptions?: ActionOptions;