@mozaic-ds/vue 2.14.0 → 2.16.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 (52) hide show
  1. package/dist/mozaic-vue.css +1 -1
  2. package/dist/mozaic-vue.d.ts +1582 -500
  3. package/dist/mozaic-vue.js +8020 -3218
  4. package/dist/mozaic-vue.js.map +1 -1
  5. package/dist/mozaic-vue.umd.cjs +24 -5
  6. package/dist/mozaic-vue.umd.cjs.map +1 -1
  7. package/package.json +6 -4
  8. package/src/components/DarkMode.mdx +115 -0
  9. package/src/components/actionlistbox/MActionListbox.spec.ts +20 -10
  10. package/src/components/actionlistbox/MActionListbox.stories.ts +15 -8
  11. package/src/components/actionlistbox/MActionListbox.vue +15 -12
  12. package/src/components/actionlistbox/README.md +2 -1
  13. package/src/components/avatar/MAvatar.stories.ts +1 -1
  14. package/src/components/breadcrumb/MBreadcrumb.vue +2 -2
  15. package/src/components/button/README.md +2 -0
  16. package/src/components/combobox/MCombobox.spec.ts +246 -0
  17. package/src/components/combobox/MCombobox.stories.ts +190 -0
  18. package/src/components/combobox/MCombobox.vue +277 -0
  19. package/src/components/combobox/README.md +52 -0
  20. package/src/components/field/MField.stories.ts +105 -0
  21. package/src/components/optionListbox/MOptionListbox.spec.ts +527 -0
  22. package/src/components/optionListbox/MOptionListbox.vue +470 -0
  23. package/src/components/optionListbox/README.md +63 -0
  24. package/src/components/pageheader/MPageHeader.spec.ts +12 -12
  25. package/src/components/pageheader/MPageHeader.stories.ts +9 -1
  26. package/src/components/pageheader/MPageHeader.vue +3 -6
  27. package/src/components/segmentedcontrol/MSegmentedControl.spec.ts +57 -25
  28. package/src/components/segmentedcontrol/MSegmentedControl.stories.ts +6 -19
  29. package/src/components/segmentedcontrol/MSegmentedControl.vue +27 -13
  30. package/src/components/segmentedcontrol/README.md +6 -3
  31. package/src/components/select/MSelect.vue +4 -3
  32. package/src/components/sidebar/stories/DefaultCase.stories.vue +2 -2
  33. package/src/components/sidebar/stories/README.md +8 -0
  34. package/src/components/sidebar/stories/WithExpandOnly.stories.vue +1 -1
  35. package/src/components/sidebar/stories/WithProfileInfoOnly.stories.vue +2 -2
  36. package/src/components/sidebar/stories/WithSingleLevel.stories.vue +2 -2
  37. package/src/components/stepperinline/MStepperInline.spec.ts +63 -28
  38. package/src/components/stepperinline/MStepperInline.stories.ts +18 -10
  39. package/src/components/stepperinline/MStepperInline.vue +24 -10
  40. package/src/components/stepperinline/README.md +6 -2
  41. package/src/components/stepperstacked/MStepperStacked.spec.ts +162 -0
  42. package/src/components/stepperstacked/MStepperStacked.stories.ts +57 -0
  43. package/src/components/stepperstacked/MStepperStacked.vue +106 -0
  44. package/src/components/stepperstacked/README.md +15 -0
  45. package/src/components/tabs/MTabs.stories.ts +18 -0
  46. package/src/components/tabs/MTabs.vue +30 -14
  47. package/src/components/tabs/Mtabs.spec.ts +56 -10
  48. package/src/components/tabs/README.md +6 -3
  49. package/src/components/textinput/MTextInput.vue +13 -1
  50. package/src/components/textinput/README.md +15 -1
  51. package/src/components/tileclickable/README.md +1 -1
  52. package/src/main.ts +10 -2
@@ -1,4 +1,5 @@
1
1
  import { AllowedComponentProps } from 'vue';
2
+ import { Attrs } from 'vue';
2
3
  import { Component } from 'vue';
3
4
  import { ComponentCustomProperties } from 'vue';
4
5
  import { ComponentCustomProps } from 'vue';
@@ -15,6 +16,8 @@ import { GlobalDirectives } from 'vue';
15
16
  import { nextTick } from 'vue';
16
17
  import { OnCleanup } from '@vue/reactivity';
17
18
  import { PublicProps } from 'vue';
19
+ import { Ref } from 'vue';
20
+ import { ShallowRef } from 'vue';
18
21
  import { ShallowUnwrapRef } from 'vue';
19
22
  import { Slot } from 'vue';
20
23
  import { VNode } from 'vue';
@@ -31,29 +34,31 @@ appearance: "standard" | "ghost";
31
34
  behavior: "multiple" | "single";
32
35
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
33
36
 
34
- declare const __VLS_component_10: DefineComponent<__VLS_Props_17, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_17> & Readonly<{}>, {
37
+ declare const __VLS_component_10: DefineComponent<__VLS_Props_16, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_16> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
38
+
39
+ declare const __VLS_component_11: DefineComponent<__VLS_Props_18, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_18> & Readonly<{}>, {
35
40
  appearance: "primary" | "secondary" | "tertiary" | "inverse";
36
41
  size: "s" | "m" | "l";
37
42
  orientation: "vertical" | "horizontal";
38
43
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
39
44
 
40
- declare const __VLS_component_11: DefineComponent<__VLS_Props_18, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
41
- back: () => any;
45
+ declare const __VLS_component_12: DefineComponent<__VLS_Props_19, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
42
46
  "update:open": (value: boolean) => any;
43
- }, string, PublicProps, Readonly<__VLS_Props_18> & Readonly<{
44
- onBack?: (() => any) | undefined;
47
+ back: () => any;
48
+ }, string, PublicProps, Readonly<__VLS_Props_19> & Readonly<{
45
49
  "onUpdate:open"?: ((value: boolean) => any) | undefined;
50
+ onBack?: (() => any) | undefined;
46
51
  }>, {
47
52
  scroll: boolean;
48
53
  }, {}, {}, {}, string, ComponentProvideOptions, false, {
49
54
  titleRef: HTMLHeadingElement;
50
55
  }, any>;
51
56
 
52
- declare const __VLS_component_12: DefineComponent<__VLS_Props_19, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_19> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
57
+ declare const __VLS_component_13: DefineComponent<__VLS_Props_20, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_20> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
53
58
 
54
- declare const __VLS_component_13: DefineComponent<__VLS_Props_20, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_20> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLFieldSetElement>;
59
+ declare const __VLS_component_14: DefineComponent<__VLS_Props_21, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_21> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLFieldSetElement>;
55
60
 
56
- declare const __VLS_component_14: DefineComponent<FileUploaderProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
61
+ declare const __VLS_component_15: DefineComponent<FileUploaderProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
57
62
  "update:modelValue": (v: NormalizedFile[]) => any;
58
63
  validation: (validationState: FilesValidationState) => any;
59
64
  }, string, PublicProps, Readonly<FileUploaderProps> & Readonly<{
@@ -69,40 +74,49 @@ uploadButtonLabel: string;
69
74
  fileInput: HTMLInputElement;
70
75
  }, HTMLDivElement>;
71
76
 
72
- declare const __VLS_component_15: DefineComponent<__VLS_Props_22, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_22> & Readonly<{}>, {
77
+ declare const __VLS_component_16: DefineComponent<__VLS_Props_22, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
78
+ delete: () => any;
79
+ }, string, PublicProps, Readonly<__VLS_Props_22> & Readonly<{
80
+ onDelete?: (() => any) | undefined;
81
+ }>, {
82
+ format: "inline" | "stacked";
83
+ deleteButtonLabel: string;
84
+ }, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
85
+
86
+ declare const __VLS_component_17: DefineComponent<__VLS_Props_24, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_24> & Readonly<{}>, {
73
87
  appearance: "standard" | "accent" | "danger" | "inverse";
74
88
  type: "button" | "reset" | "submit";
75
89
  size: "s" | "m" | "l";
76
90
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLButtonElement>;
77
91
 
78
- declare const __VLS_component_16: DefineComponent<__VLS_Props_26, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_26> & Readonly<{}>, {
92
+ declare const __VLS_component_18: DefineComponent<__VLS_Props_28, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_28> & Readonly<{}>, {
79
93
  appearance: "secondary" | "accent" | "inverse" | "standard";
80
94
  size: "s" | "m";
81
95
  iconPosition: "left" | "right";
82
96
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
83
97
 
84
- declare const __VLS_component_17: DefineComponent<__VLS_Props_29, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
98
+ declare const __VLS_component_19: DefineComponent<__VLS_Props_31, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
85
99
  "update:open": (value: boolean) => any;
86
- }, string, PublicProps, Readonly<__VLS_Props_29> & Readonly<{
100
+ }, string, PublicProps, Readonly<__VLS_Props_31> & Readonly<{
87
101
  "onUpdate:open"?: ((value: boolean) => any) | undefined;
88
102
  }>, {
89
103
  scroll: boolean;
90
104
  closable: boolean;
91
105
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
92
106
 
93
- declare const __VLS_component_18: DefineComponent<__VLS_Props_32, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_32> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
107
+ declare const __VLS_component_2: DefineComponent<__VLS_Props_2, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_2> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
108
+
109
+ declare const __VLS_component_20: DefineComponent<__VLS_Props_34, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_34> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
94
110
 
95
- declare const __VLS_component_19: DefineComponent<__VLS_Props_33, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
111
+ declare const __VLS_component_21: DefineComponent<__VLS_Props_35, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
96
112
  back: () => any;
97
113
  "toggle-menu": () => any;
98
- }, string, PublicProps, Readonly<__VLS_Props_33> & Readonly<{
114
+ }, string, PublicProps, Readonly<__VLS_Props_35> & Readonly<{
99
115
  onBack?: (() => any) | undefined;
100
116
  "onToggle-menu"?: (() => any) | undefined;
101
117
  }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
102
118
 
103
- declare const __VLS_component_2: DefineComponent<__VLS_Props_2, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_2> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
104
-
105
- declare const __VLS_component_20: DefineComponent<__VLS_Props_38, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_38> & Readonly<{}>, {
119
+ declare const __VLS_component_22: DefineComponent<__VLS_Props_40, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_40> & Readonly<{}>, {
106
120
  appearance: "standard" | "inverse";
107
121
  size: "s" | "m" | "l";
108
122
  position: "top" | "right" | "bottom" | "left";
@@ -110,30 +124,136 @@ closable: boolean;
110
124
  pointer: boolean;
111
125
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
112
126
 
113
- declare const __VLS_component_21: DefineComponent<__VLS_Props_44, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
127
+ declare const __VLS_component_23: DefineComponent<__VLS_Props_46, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
114
128
  "update:modelValue": (value: boolean) => any;
115
129
  close: () => any;
116
- }, string, PublicProps, Readonly<__VLS_Props_44> & Readonly<{
130
+ }, string, PublicProps, Readonly<__VLS_Props_46> & Readonly<{
117
131
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
118
132
  onClose?: (() => any) | undefined;
119
133
  }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLElement>;
120
134
 
121
- declare const __VLS_component_22: DefineComponent<__VLS_Props_49, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
135
+ declare const __VLS_component_24: DefineComponent<__VLS_Props_47, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_47> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {
136
+ trigger: HTMLButtonElement;
137
+ listbox: HTMLDivElement;
138
+ }, any>;
139
+
140
+ declare const __VLS_component_25: DefineComponent<__VLS_Props_48, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
141
+ "log-out": () => any;
142
+ }, string, PublicProps, Readonly<__VLS_Props_48> & Readonly<{
143
+ "onLog-out"?: (() => any) | undefined;
144
+ }>, {
145
+ logOutLabel: string;
146
+ expendable: boolean;
147
+ }, {}, {}, {}, string, ComponentProvideOptions, false, {
148
+ listbox: ({
149
+ $: ComponentInternalInstance;
150
+ $data: {};
151
+ $props: {
152
+ readonly expanded: boolean;
153
+ readonly logOutLabel: string;
154
+ readonly onListboxKeydown: (event: KeyboardEvent) => void;
155
+ readonly hideFloatingItem: () => void;
156
+ readonly "onLog-out"?: (() => any) | undefined;
157
+ } & VNodeProps & AllowedComponentProps & ComponentCustomProps;
158
+ $attrs: Attrs;
159
+ $refs: {
160
+ [x: string]: unknown;
161
+ } & {
162
+ container: HTMLDivElement;
163
+ };
164
+ $slots: Readonly<{
165
+ [name: string]: Slot<any> | undefined;
166
+ }>;
167
+ $root: ComponentPublicInstance | null;
168
+ $parent: ComponentPublicInstance | null;
169
+ $host: Element | null;
170
+ $emit: (event: "log-out") => void;
171
+ $el: HTMLDivElement;
172
+ $options: ComponentOptionsBase<Readonly<{
173
+ expanded: boolean;
174
+ logOutLabel: string;
175
+ onListboxKeydown: (event: KeyboardEvent) => void;
176
+ hideFloatingItem: () => void;
177
+ }> & Readonly<{
178
+ "onLog-out"?: (() => any) | undefined;
179
+ }>, {
180
+ container: Readonly<ShallowRef<HTMLDivElement | null>>;
181
+ }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
182
+ "log-out": () => any;
183
+ }, string, {}, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & {
184
+ beforeCreate?: (() => void) | (() => void)[];
185
+ created?: (() => void) | (() => void)[];
186
+ beforeMount?: (() => void) | (() => void)[];
187
+ mounted?: (() => void) | (() => void)[];
188
+ beforeUpdate?: (() => void) | (() => void)[];
189
+ updated?: (() => void) | (() => void)[];
190
+ activated?: (() => void) | (() => void)[];
191
+ deactivated?: (() => void) | (() => void)[];
192
+ beforeDestroy?: (() => void) | (() => void)[];
193
+ beforeUnmount?: (() => void) | (() => void)[];
194
+ destroyed?: (() => void) | (() => void)[];
195
+ unmounted?: (() => void) | (() => void)[];
196
+ renderTracked?: ((e: DebuggerEvent) => void) | ((e: DebuggerEvent) => void)[];
197
+ renderTriggered?: ((e: DebuggerEvent) => void) | ((e: DebuggerEvent) => void)[];
198
+ errorCaptured?: ((err: unknown, instance: ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: ComponentPublicInstance | null, info: string) => boolean | void)[];
199
+ };
200
+ $forceUpdate: () => void;
201
+ $nextTick: nextTick;
202
+ $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, OnCleanup]) => any : (...args: [any, any, OnCleanup]) => any, options?: WatchOptions): WatchStopHandle;
203
+ } & Readonly<{}> & Omit<Readonly<{
204
+ expanded: boolean;
205
+ logOutLabel: string;
206
+ onListboxKeydown: (event: KeyboardEvent) => void;
207
+ hideFloatingItem: () => void;
208
+ }> & Readonly<{
209
+ "onLog-out"?: (() => any) | undefined;
210
+ }>, "container"> & ShallowUnwrapRef< {
211
+ container: Readonly<ShallowRef<HTMLDivElement | null>>;
212
+ }> & {} & ComponentCustomProperties & {} & {
213
+ $slots: {
214
+ default?(_: {}): any;
215
+ };
216
+ }) | null;
217
+ trigger: HTMLButtonElement;
218
+ }, HTMLElement>;
219
+
220
+ declare const __VLS_component_26: DefineComponent<__VLS_Props_52, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_52> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {
221
+ trigger: HTMLButtonElement;
222
+ listbox: HTMLDivElement;
223
+ }, any>;
224
+
225
+ declare const __VLS_component_27: DefineComponent<__VLS_Props_57, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
122
226
  close: () => any;
123
- }, string, PublicProps, Readonly<__VLS_Props_49> & Readonly<{
227
+ }, string, PublicProps, Readonly<__VLS_Props_57> & Readonly<{
124
228
  onClose?: (() => any) | undefined;
125
229
  }>, {
126
230
  status: "info" | "success" | "warning" | "error";
127
231
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLElement>;
128
232
 
129
- declare const __VLS_component_23: DefineComponent<__VLS_Props_55, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_55> & Readonly<{}>, {
233
+ declare const __VLS_component_28: DefineComponent<__VLS_Props_64, {
234
+ focus: typeof focus_2;
235
+ }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
236
+ "update:modelValue": (value: string | number) => any;
237
+ }, string, PublicProps, Readonly<__VLS_Props_64> & Readonly<{
238
+ "onUpdate:modelValue"?: ((value: string | number) => any) | undefined;
239
+ }>, {
240
+ size: "s" | "m";
241
+ inputType: "date" | "email" | "number" | "password" | "search" | "tel" | "text";
242
+ clearLabel: string;
243
+ }, {}, {}, {}, string, ComponentProvideOptions, false, {
244
+ textInput: HTMLInputElement;
245
+ }, any>;
246
+
247
+ declare const __VLS_component_29: DefineComponent<__VLS_Props_65, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_65> & Readonly<{}>, {
130
248
  appearance: "primary" | "secondary" | "inverse";
131
249
  bordered: boolean;
132
250
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
133
251
 
134
- declare const __VLS_component_24: DefineComponent<__VLS_Props_56, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
252
+ declare const __VLS_component_3: DefineComponent<__VLS_Props_3, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_3> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
253
+
254
+ declare const __VLS_component_30: DefineComponent<__VLS_Props_66, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
135
255
  action: () => any;
136
- }, string, PublicProps, Readonly<__VLS_Props_56> & Readonly<{
256
+ }, string, PublicProps, Readonly<__VLS_Props_66> & Readonly<{
137
257
  onAction?: (() => any) | undefined;
138
258
  }>, {
139
259
  appearance: "primary" | "secondary" | "inverse";
@@ -141,16 +261,16 @@ iconPosition: "bottom" | "right";
141
261
  bordered: boolean;
142
262
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
143
263
 
144
- declare const __VLS_component_25: DefineComponent<__VLS_Props_57, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_57> & Readonly<{}>, {
264
+ declare const __VLS_component_31: DefineComponent<__VLS_Props_67, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_67> & Readonly<{}>, {
145
265
  appearance: "primary" | "secondary";
146
266
  label: string;
147
- bordered: boolean;
148
267
  trigger: "container" | "icon" | "button";
268
+ bordered: boolean;
149
269
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
150
270
 
151
- declare const __VLS_component_26: DefineComponent<__VLS_Props_58, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
271
+ declare const __VLS_component_32: DefineComponent<__VLS_Props_68, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
152
272
  "update:modelValue": (value: boolean) => any;
153
- }, string, PublicProps, Readonly<__VLS_Props_58> & Readonly<{
273
+ }, string, PublicProps, Readonly<__VLS_Props_68> & Readonly<{
154
274
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
155
275
  }>, {
156
276
  inputType: "checkbox" | "radio";
@@ -158,36 +278,26 @@ bordered: boolean;
158
278
  inputPosition: "left" | "right";
159
279
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
160
280
 
161
- declare const __VLS_component_27: DefineComponent<__VLS_Props_60, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
162
- "update:modelValue": (value: string | number) => any;
163
- }, string, PublicProps, Readonly<__VLS_Props_60> & Readonly<{
164
- "onUpdate:modelValue"?: ((value: string | number) => any) | undefined;
165
- }>, {
166
- size: "s" | "m";
167
- clearLabel: string;
168
- inputType: "date" | "email" | "number" | "password" | "search" | "tel" | "text";
169
- }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
170
-
171
- declare const __VLS_component_28: DefineComponent<__VLS_Props_61, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
281
+ declare const __VLS_component_33: DefineComponent<__VLS_Props_69, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
172
282
  "update:open": (value: boolean) => any;
173
- }, string, PublicProps, Readonly<__VLS_Props_61> & Readonly<{
283
+ }, string, PublicProps, Readonly<__VLS_Props_69> & Readonly<{
174
284
  "onUpdate:open"?: ((value: boolean) => any) | undefined;
175
285
  }>, {
176
286
  status: "info" | "success" | "warning" | "error";
177
287
  closable: boolean;
178
288
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLElement>;
179
289
 
180
- declare const __VLS_component_29: DefineComponent<__VLS_Props_64, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_64> & Readonly<{}>, {
290
+ declare const __VLS_component_34: DefineComponent<__VLS_Props_72, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_72> & Readonly<{}>, {
181
291
  position: "top" | "bottom" | "left" | "right";
182
292
  pointer: boolean;
183
293
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
184
294
 
185
- declare const __VLS_component_3: DefineComponent<__VLS_Props_3, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_3> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
186
-
187
295
  declare const __VLS_component_4: DefineComponent<__VLS_Props_4, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
188
296
  close: () => any;
297
+ action: (value: string | number) => any;
189
298
  }, string, PublicProps, Readonly<__VLS_Props_4> & Readonly<{
190
299
  onClose?: (() => any) | undefined;
300
+ onAction?: ((value: string | number) => any) | undefined;
191
301
  }>, {
192
302
  position: "top" | "bottom" | "left" | "right";
193
303
  }, {}, {}, {}, string, ComponentProvideOptions, false, {
@@ -215,7 +325,248 @@ nextButtonAriaLabel: string;
215
325
  contentContainer: HTMLDivElement;
216
326
  }, HTMLDivElement>;
217
327
 
218
- declare const __VLS_component_9: DefineComponent<__VLS_Props_15, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_15> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
328
+ declare const __VLS_component_9: DefineComponent<__VLS_Props_15, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
329
+ "update:modelValue": (value: string | number | (string | number)[] | null) => any;
330
+ "update:open": (value: boolean) => any;
331
+ }, string, PublicProps, Readonly<__VLS_Props_15> & Readonly<{
332
+ "onUpdate:modelValue"?: ((value: string | number | (string | number)[] | null) => any) | undefined;
333
+ "onUpdate:open"?: ((value: boolean) => any) | undefined;
334
+ }>, {
335
+ size: "s" | "m";
336
+ placeholder: string;
337
+ clearLabel: string;
338
+ searchPlaceholder: string;
339
+ selectLabel: string;
340
+ counterLabel: string;
341
+ }, {}, {}, {}, string, ComponentProvideOptions, false, {
342
+ combobox: HTMLDivElement;
343
+ comboboxControl: HTMLButtonElement;
344
+ listbox: ({
345
+ $: ComponentInternalInstance;
346
+ $data: {};
347
+ $props: {
348
+ readonly modelValue: string | number | null | (string | number)[];
349
+ readonly id: string;
350
+ readonly open?: boolean | undefined;
351
+ readonly multiple?: boolean | undefined;
352
+ readonly readonly?: boolean | undefined;
353
+ readonly search?: boolean | undefined;
354
+ readonly actions?: boolean | undefined;
355
+ readonly checkableSections?: boolean | undefined;
356
+ readonly searchPlaceholder?: string | undefined;
357
+ readonly selectLabel?: string | undefined;
358
+ readonly clearLabel?: string | undefined;
359
+ readonly options: Array<ListboxOption>;
360
+ readonly "onUpdate:modelValue"?: ((value: string | number | (string | number)[] | null) => any) | undefined;
361
+ readonly onOpen?: (() => any) | undefined;
362
+ readonly onClose?: (() => any) | undefined;
363
+ } & VNodeProps & AllowedComponentProps & ComponentCustomProps;
364
+ $attrs: Attrs;
365
+ $refs: {
366
+ [x: string]: unknown;
367
+ } & {
368
+ listboxEl: HTMLDivElement;
369
+ textInput: ({
370
+ $: ComponentInternalInstance;
371
+ $data: {};
372
+ $props: {
373
+ readonly id: string;
374
+ readonly name?: string | undefined;
375
+ readonly modelValue?: string | number | undefined;
376
+ readonly placeholder?: string | undefined;
377
+ readonly inputType?: "date" | "email" | "number" | "password" | "search" | "tel" | "text" | undefined;
378
+ readonly isInvalid?: boolean | undefined;
379
+ readonly disabled?: boolean | undefined;
380
+ readonly size?: "s" | "m" | undefined;
381
+ readonly readonly?: boolean | undefined;
382
+ readonly isClearable?: boolean | undefined;
383
+ readonly clearLabel?: string | undefined;
384
+ readonly prefix?: string | undefined;
385
+ readonly suffix?: string | undefined;
386
+ readonly "onUpdate:modelValue"?: ((value: string | number) => any) | undefined;
387
+ } & VNodeProps & AllowedComponentProps & ComponentCustomProps;
388
+ $attrs: Attrs;
389
+ $refs: {
390
+ [x: string]: unknown;
391
+ } & {
392
+ textInput: HTMLInputElement;
393
+ };
394
+ $slots: Readonly<{
395
+ [name: string]: Slot<any> | undefined;
396
+ }>;
397
+ $root: ComponentPublicInstance | null;
398
+ $parent: ComponentPublicInstance | null;
399
+ $host: Element | null;
400
+ $emit: (event: "update:modelValue", value: string | number) => void;
401
+ $el: any;
402
+ $options: ComponentOptionsBase<Readonly<{
403
+ id: string;
404
+ name?: string;
405
+ modelValue?: string | number;
406
+ placeholder?: string;
407
+ inputType?: "date" | "email" | "number" | "password" | "search" | "tel" | "text";
408
+ isInvalid?: boolean;
409
+ disabled?: boolean;
410
+ size?: "s" | "m";
411
+ readonly?: boolean;
412
+ isClearable?: boolean;
413
+ clearLabel?: string;
414
+ prefix?: string;
415
+ suffix?: string;
416
+ }> & Readonly<{
417
+ "onUpdate:modelValue"?: ((value: string | number) => any) | undefined;
418
+ }>, {
419
+ focus: () => void;
420
+ }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
421
+ "update:modelValue": (value: string | number) => any;
422
+ }, string, {
423
+ size: "s" | "m";
424
+ inputType: "date" | "email" | "number" | "password" | "search" | "tel" | "text";
425
+ clearLabel: string;
426
+ }, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & {
427
+ beforeCreate?: (() => void) | (() => void)[];
428
+ created?: (() => void) | (() => void)[];
429
+ beforeMount?: (() => void) | (() => void)[];
430
+ mounted?: (() => void) | (() => void)[];
431
+ beforeUpdate?: (() => void) | (() => void)[];
432
+ updated?: (() => void) | (() => void)[];
433
+ activated?: (() => void) | (() => void)[];
434
+ deactivated?: (() => void) | (() => void)[];
435
+ beforeDestroy?: (() => void) | (() => void)[];
436
+ beforeUnmount?: (() => void) | (() => void)[];
437
+ destroyed?: (() => void) | (() => void)[];
438
+ unmounted?: (() => void) | (() => void)[];
439
+ renderTracked?: ((e: DebuggerEvent) => void) | ((e: DebuggerEvent) => void)[];
440
+ renderTriggered?: ((e: DebuggerEvent) => void) | ((e: DebuggerEvent) => void)[];
441
+ errorCaptured?: ((err: unknown, instance: ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: ComponentPublicInstance | null, info: string) => boolean | void)[];
442
+ };
443
+ $forceUpdate: () => void;
444
+ $nextTick: nextTick;
445
+ $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, OnCleanup]) => any : (...args: [any, any, OnCleanup]) => any, options?: WatchOptions): WatchStopHandle;
446
+ } & Readonly<{
447
+ size: "s" | "m";
448
+ inputType: "date" | "email" | "number" | "password" | "search" | "tel" | "text";
449
+ clearLabel: string;
450
+ }> & Omit<Readonly<{
451
+ id: string;
452
+ name?: string;
453
+ modelValue?: string | number;
454
+ placeholder?: string;
455
+ inputType?: "date" | "email" | "number" | "password" | "search" | "tel" | "text";
456
+ isInvalid?: boolean;
457
+ disabled?: boolean;
458
+ size?: "s" | "m";
459
+ readonly?: boolean;
460
+ isClearable?: boolean;
461
+ clearLabel?: string;
462
+ prefix?: string;
463
+ suffix?: string;
464
+ }> & Readonly<{
465
+ "onUpdate:modelValue"?: ((value: string | number) => any) | undefined;
466
+ }>, "focus" | ("size" | "inputType" | "clearLabel")> & ShallowUnwrapRef< {
467
+ focus: () => void;
468
+ }> & {} & ComponentCustomProperties & {} & {
469
+ $slots: Readonly<{
470
+ icon?: VNode;
471
+ }> & {
472
+ icon?: VNode;
473
+ };
474
+ }) | null;
475
+ };
476
+ $slots: Readonly<{
477
+ [name: string]: Slot<any> | undefined;
478
+ }>;
479
+ $root: ComponentPublicInstance | null;
480
+ $parent: ComponentPublicInstance | null;
481
+ $host: Element | null;
482
+ $emit: ((event: "update:modelValue", value: string | number | (string | number)[] | null) => void) & ((event: "open") => void) & ((event: "close") => void);
483
+ $el: HTMLDivElement;
484
+ $options: ComponentOptionsBase<Readonly<{
485
+ modelValue: string | number | null | (string | number)[];
486
+ id: string;
487
+ open?: boolean;
488
+ multiple?: boolean;
489
+ readonly?: boolean;
490
+ search?: boolean;
491
+ actions?: boolean;
492
+ checkableSections?: boolean;
493
+ searchPlaceholder?: string;
494
+ selectLabel?: string;
495
+ clearLabel?: string;
496
+ options: Array<ListboxOption>;
497
+ }> & Readonly<{
498
+ "onUpdate:modelValue"?: ((value: string | number | (string | number)[] | null) => any) | undefined;
499
+ onOpen?: (() => any) | undefined;
500
+ onClose?: (() => any) | undefined;
501
+ }>, {
502
+ handleKeydown: (event: KeyboardEvent) => void;
503
+ toggleValue: (item?: ListboxOption) => void;
504
+ clearSelection: () => void;
505
+ listboxEl: Readonly<ShallowRef<HTMLDivElement | null>>;
506
+ activeIndex: Ref<number, number>;
507
+ }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
508
+ "update:modelValue": (value: string | number | (string | number)[] | null) => any;
509
+ open: () => any;
510
+ close: () => any;
511
+ }, string, {
512
+ clearLabel: string;
513
+ searchPlaceholder: string;
514
+ selectLabel: string;
515
+ }, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & {
516
+ beforeCreate?: (() => void) | (() => void)[];
517
+ created?: (() => void) | (() => void)[];
518
+ beforeMount?: (() => void) | (() => void)[];
519
+ mounted?: (() => void) | (() => void)[];
520
+ beforeUpdate?: (() => void) | (() => void)[];
521
+ updated?: (() => void) | (() => void)[];
522
+ activated?: (() => void) | (() => void)[];
523
+ deactivated?: (() => void) | (() => void)[];
524
+ beforeDestroy?: (() => void) | (() => void)[];
525
+ beforeUnmount?: (() => void) | (() => void)[];
526
+ destroyed?: (() => void) | (() => void)[];
527
+ unmounted?: (() => void) | (() => void)[];
528
+ renderTracked?: ((e: DebuggerEvent) => void) | ((e: DebuggerEvent) => void)[];
529
+ renderTriggered?: ((e: DebuggerEvent) => void) | ((e: DebuggerEvent) => void)[];
530
+ errorCaptured?: ((err: unknown, instance: ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: ComponentPublicInstance | null, info: string) => boolean | void)[];
531
+ };
532
+ $forceUpdate: () => void;
533
+ $nextTick: nextTick;
534
+ $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, OnCleanup]) => any : (...args: [any, any, OnCleanup]) => any, options?: WatchOptions): WatchStopHandle;
535
+ } & Readonly<{
536
+ clearLabel: string;
537
+ searchPlaceholder: string;
538
+ selectLabel: string;
539
+ }> & Omit<Readonly<{
540
+ modelValue: string | number | null | (string | number)[];
541
+ id: string;
542
+ open?: boolean;
543
+ multiple?: boolean;
544
+ readonly?: boolean;
545
+ search?: boolean;
546
+ actions?: boolean;
547
+ checkableSections?: boolean;
548
+ searchPlaceholder?: string;
549
+ selectLabel?: string;
550
+ clearLabel?: string;
551
+ options: Array<ListboxOption>;
552
+ }> & Readonly<{
553
+ "onUpdate:modelValue"?: ((value: string | number | (string | number)[] | null) => any) | undefined;
554
+ onOpen?: (() => any) | undefined;
555
+ onClose?: (() => any) | undefined;
556
+ }>, "listboxEl" | "handleKeydown" | "toggleValue" | "clearSelection" | "activeIndex" | ("clearLabel" | "searchPlaceholder" | "selectLabel")> & ShallowUnwrapRef< {
557
+ handleKeydown: (event: KeyboardEvent) => void;
558
+ toggleValue: (item?: ListboxOption) => void;
559
+ clearSelection: () => void;
560
+ listboxEl: Readonly<ShallowRef<HTMLDivElement | null>>;
561
+ activeIndex: Ref<number, number>;
562
+ }> & {} & ComponentCustomProperties & {} & {
563
+ $slots: Readonly<{
564
+ optionPrefix: VNode;
565
+ }> & {
566
+ optionPrefix: VNode;
567
+ };
568
+ }) | null;
569
+ }, HTMLDivElement>;
219
570
 
220
571
  /**
221
572
  * An Accordion List is a component that organizes content into collapsible sections, allowing users to show or hide related information within a vertically stacked layout. This structure helps optimize space and improve readability by displaying only relevant content when needed. Accordion Lists are commonly used in FAQs, settings menus, and structured content navigation to enhance user experience and reduce visual clutter.
@@ -359,9 +710,79 @@ declare type __VLS_Props_14 = {
359
710
  };
360
711
 
361
712
  /**
362
- * The Container component is designed to wrap your page or section content, typically grids or other layout elements. By default, it centers the content with a maximum width to ensure consistent alignment and spacing.
713
+ * A combobox is an input field that allows users to select an option from a dropdown list or enter a custom value. It combines the functionality of a text input and a dropdown menu, providing flexibility and ease of use in forms and user interfaces.
363
714
  */
364
715
  declare type __VLS_Props_15 = {
716
+ /**
717
+ * The current selected value(s) of the combobox.
718
+ */
719
+ modelValue: string | number | null | (string | number)[];
720
+ /**
721
+ * Enable multiple selection mode.
722
+ */
723
+ multiple?: boolean;
724
+ /**
725
+ * Size of the combobox: small ('s') or medium ('m').
726
+ */
727
+ size?: 's' | 'm';
728
+ /**
729
+ * Disable the combobox input.
730
+ */
731
+ disabled?: boolean;
732
+ /**
733
+ * Make the combobox read-only.
734
+ */
735
+ readonly?: boolean;
736
+ /**
737
+ * Mark the combobox as invalid.
738
+ */
739
+ invalid?: boolean;
740
+ /**
741
+ * Show a clear selection button.
742
+ */
743
+ clearable?: boolean;
744
+ /**
745
+ * Enable the search input inside the listbox.
746
+ */
747
+ search?: boolean;
748
+ /**
749
+ * Show select all / clear buttons when multiple.
750
+ */
751
+ actions?: boolean;
752
+ /**
753
+ * Enable checkable section headers in the listbox.
754
+ */
755
+ checkableSections?: boolean;
756
+ /**
757
+ * Placeholder text when no value is selected.
758
+ */
759
+ placeholder?: string;
760
+ /**
761
+ * Label for the selected items counter.
762
+ */
763
+ counterLabel?: string;
764
+ /**
765
+ * Placeholder text for the search input.
766
+ */
767
+ searchPlaceholder?: string;
768
+ /**
769
+ * Label for the "Select all" button.
770
+ */
771
+ selectLabel?: string;
772
+ /**
773
+ * Label for the "Clear selection" button.
774
+ */
775
+ clearLabel?: string;
776
+ /**
777
+ * Array of options to display in the listbox.
778
+ */
779
+ options: Array<ListboxOption>;
780
+ };
781
+
782
+ /**
783
+ * The Container component is designed to wrap your page or section content, typically grids or other layout elements. By default, it centers the content with a maximum width to ensure consistent alignment and spacing.
784
+ */
785
+ declare type __VLS_Props_16 = {
365
786
  /**
366
787
  * If `true`, the container will take the full width.
367
788
  */
@@ -371,7 +792,7 @@ declare type __VLS_Props_15 = {
371
792
  /**
372
793
  * A date picker is an input component that allows users to select a date from a calendar interface or manually enter a date value. It enhances usability by providing structured date selection, reducing input errors, and ensuring format consistency. Date Pickers are commonly used in forms, booking systems, scheduling tools, and data filtering interfaces to facilitate accurate date entry.<br><br> To put a label, requierement text, help text or to apply a valid or invalid message, the examples are available in the [Field section](/docs/form-elements-field--docs#input).
373
794
  */
374
- declare type __VLS_Props_16 = {
795
+ declare type __VLS_Props_17 = {
375
796
  /**
376
797
  * A unique identifier for the datepicker element, used to associate the label with the form element.
377
798
  */
@@ -413,7 +834,7 @@ declare type __VLS_Props_16 = {
413
834
  /**
414
835
  * A divider is a visual element used to separate content or sections within an interface. It helps improve readability and organization by creating clear distinctions between groups of information. Dividers can be thin lines, thick separators, or even styled with spacing variations, adapting to different layouts. They are commonly used in menus, lists, forms, and content blocks to create a structured visual hierarchy.
415
836
  */
416
- declare type __VLS_Props_17 = {
837
+ declare type __VLS_Props_18 = {
417
838
  /**
418
839
  * Determines the orientation of the divider.
419
840
  */
@@ -431,7 +852,7 @@ declare type __VLS_Props_17 = {
431
852
  /**
432
853
  * A drawer is a sliding panel that appears from the side of the screen, providing additional content, settings, or actions without disrupting the main view. It is often used for filtering options, or contextual details. It enhances usability by keeping interfaces clean while offering expandable functionality.
433
854
  */
434
- declare type __VLS_Props_18 = {
855
+ declare type __VLS_Props_19 = {
435
856
  /**
436
857
  * If `true`, display the drawer.
437
858
  */
@@ -466,18 +887,44 @@ declare type __VLS_Props_18 = {
466
887
  closeOnOverlay?: boolean;
467
888
  };
468
889
 
469
- /**
470
- * A field label is a text element that identifies the purpose of an input field, providing users with clear guidance on what information to enter. It is typically placed above the input field and may include indicators for required or optional fields. Field Labels improve form usability, accessibility, and data entry accuracy by ensuring users understand the expected input.
471
- */
472
- declare type __VLS_Props_19 = {
890
+ declare type __VLS_Props_2 = {
473
891
  /**
474
- * A unique identifier for the form field, used to associate the label with the form element.
892
+ * A unique identifier for the accordion item.
893
+ * It links the trigger button (`aria-controls`) to its associated content (`aria-labelledby`),
894
+ * ensuring accessibility and tracking the open/closed state.
895
+ * If no ID is provided, a unique one is generated automatically.
475
896
  */
476
897
  id: string;
477
898
  /**
478
- * The text displayed as the label for the form field.
899
+ * The main heading of the accordion item. This is the primary text visible to users in the collapsed state and acts as the trigger for expanding or collapsing the content.
479
900
  */
480
- label: string;
901
+ title: string;
902
+ /**
903
+ * An optional secondary heading displayed below the title. It provides additional context or detail about the content of the accordion item.
904
+ */
905
+ subtitle?: string;
906
+ /**
907
+ * The main content of the accordion item. This is the information revealed when the accordion is expanded, typically containing text, HTML, or other elements.
908
+ */
909
+ content?: string;
910
+ /**
911
+ * Icon component to display before the item title.
912
+ */
913
+ icon?: Component;
914
+ };
915
+
916
+ /**
917
+ * A field label is a text element that identifies the purpose of an input field, providing users with clear guidance on what information to enter. It is typically placed above the input field and may include indicators for required or optional fields. Field Labels improve form usability, accessibility, and data entry accuracy by ensuring users understand the expected input.
918
+ */
919
+ declare type __VLS_Props_20 = {
920
+ /**
921
+ * A unique identifier for the form field, used to associate the label with the form element.
922
+ */
923
+ id: string;
924
+ /**
925
+ * The text displayed as the label for the form field.
926
+ */
927
+ label: string;
481
928
  /**
482
929
  * Additional text displayed alongside the label, typically used to indicate if the form field is required or optional
483
930
  */
@@ -512,36 +959,10 @@ declare type __VLS_Props_19 = {
512
959
  message?: string;
513
960
  };
514
961
 
515
- declare type __VLS_Props_2 = {
516
- /**
517
- * A unique identifier for the accordion item.
518
- * It links the trigger button (`aria-controls`) to its associated content (`aria-labelledby`),
519
- * ensuring accessibility and tracking the open/closed state.
520
- * If no ID is provided, a unique one is generated automatically.
521
- */
522
- id: string;
523
- /**
524
- * The main heading of the accordion item. This is the primary text visible to users in the collapsed state and acts as the trigger for expanding or collapsing the content.
525
- */
526
- title: string;
527
- /**
528
- * An optional secondary heading displayed below the title. It provides additional context or detail about the content of the accordion item.
529
- */
530
- subtitle?: string;
531
- /**
532
- * The main content of the accordion item. This is the information revealed when the accordion is expanded, typically containing text, HTML, or other elements.
533
- */
534
- content?: string;
535
- /**
536
- * Icon component to display before the item title.
537
- */
538
- icon?: Component;
539
- };
540
-
541
962
  /**
542
963
  * This component creates a structured form field for group field such as Radio Group, Checkbox Group or Toggle Group with a label, optional help text, error and validation message handling.
543
964
  */
544
- declare type __VLS_Props_20 = {
965
+ declare type __VLS_Props_21 = {
545
966
  /**
546
967
  * A unique identifier for the form field, used to associate the label with the form element.
547
968
  */
@@ -572,10 +993,40 @@ declare type __VLS_Props_20 = {
572
993
  message?: string;
573
994
  };
574
995
 
996
+ /**
997
+ * A file uploader allows users to upload one or multiple files by either dragging and dropping files into a dedicated area or selecting them manually through their local folders. It provides real-time feedback on upload progress and file status, including file name, size, and success or error indicators. File uploaders are commonly used in forms, content management systems, and document submission processes to facilitate seamless file handling.
998
+ */
999
+ declare type __VLS_Props_22 = {
1000
+ /**
1001
+ * Represents the file to be displayed in the file uploader item.
1002
+ */
1003
+ file: NormalizedFile;
1004
+ /**
1005
+ * Layout format of the item.
1006
+ */
1007
+ format?: 'inline' | 'stacked';
1008
+ /**
1009
+ * Indicates if the file is valid according to the uploader's validation rules.
1010
+ */
1011
+ valid?: boolean;
1012
+ /**
1013
+ * Custom error message for the file.
1014
+ */
1015
+ errorMessage?: string;
1016
+ /**
1017
+ * Label for the delete button.
1018
+ */
1019
+ deleteButtonLabel?: string;
1020
+ /**
1021
+ * Optional informational text displayed under the file name.
1022
+ */
1023
+ information?: string;
1024
+ };
1025
+
575
1026
  /**
576
1027
  * A flag is used to display meta-information about a product or service, acting as a visual indicator of the main category of content. It is typically placed at the top of an element to ensure immediate visibility.
577
1028
  */
578
- declare type __VLS_Props_21 = {
1029
+ declare type __VLS_Props_23 = {
579
1030
  /**
580
1031
  * Label of the Flag.
581
1032
  */
@@ -589,7 +1040,7 @@ declare type __VLS_Props_21 = {
589
1040
  /**
590
1041
  * Buttons are key interactive elements used to perform actions and can be used as standalone element, or as part of another component. Their appearance depends on the type of action required from the user and the context in which they are used.
591
1042
  */
592
- declare type __VLS_Props_22 = {
1043
+ declare type __VLS_Props_24 = {
593
1044
  /**
594
1045
  * Defines the visual style of the icon button.
595
1046
  */
@@ -623,7 +1074,7 @@ declare type __VLS_Props_22 = {
623
1074
  /**
624
1075
  * A KPI Item is used to display Key Performance Indicators (KPIs) within an interface, providing a quick and clear visualization of essential data. It often includes contextual elements such as labels, trends, or status indicators to help users interpret the information at a glance. KPI Items are commonly used in dashboards, reports, and analytics tools to highlight critical metrics and facilitate data-driven decision-making.
625
1076
  */
626
- declare type __VLS_Props_23 = {
1077
+ declare type __VLS_Props_25 = {
627
1078
  /**
628
1079
  * The current value of the kpi item.
629
1080
  */
@@ -653,7 +1104,7 @@ declare type __VLS_Props_23 = {
653
1104
  /**
654
1105
  * A linear progress bar (Buffer) visually represents the progress of a task along a horizontal track, often indicating both current progress and a secondary buffered state. This type of progress bar is commonly used for loading processes, file uploads, or streaming indicators, where part of the task is completed while another portion is preloaded or buffered. It provides users with real-time feedback on task advancement.
655
1106
  */
656
- declare type __VLS_Props_24 = {
1107
+ declare type __VLS_Props_26 = {
657
1108
  /**
658
1109
  * Allows to define the progress bar size.
659
1110
  */
@@ -667,7 +1118,7 @@ declare type __VLS_Props_24 = {
667
1118
  /**
668
1119
  * A linear progress bar (Percentage) visually represents the completion of a task along a horizontal track, displaying the exact progress in percentage within the bar. It is commonly used for file uploads, installations, form completion, or any process requiring user awareness of progress. The percentage label provides clear and immediate feedback, helping users track progress with precision.
669
1120
  */
670
- declare type __VLS_Props_25 = {
1121
+ declare type __VLS_Props_27 = {
671
1122
  /**
672
1123
  * The current value of the progress bar.
673
1124
  */
@@ -677,7 +1128,7 @@ declare type __VLS_Props_25 = {
677
1128
  /**
678
1129
  * A link is an interactive text element used to navigate between pages, sections, or external resources. It is typically underlined and styled to indicate its clickable nature. Links can be standalone or embedded within text, and they may include icons to reinforce their purpose. They are essential for navigation and content referencing in web and application interfaces.
679
1130
  */
680
- declare type __VLS_Props_26 = {
1131
+ declare type __VLS_Props_28 = {
681
1132
  /**
682
1133
  * Position of the icon relative to the text.
683
1134
  */
@@ -711,7 +1162,7 @@ declare type __VLS_Props_26 = {
711
1162
  /**
712
1163
  * A loader is a visual indicator used to inform users that a process is in progress, typically during data fetching, page loading, or background operations. It provides feedback that the system is working, helping to manage user expectations and reduce perceived wait time.
713
1164
  */
714
- declare type __VLS_Props_27 = {
1165
+ declare type __VLS_Props_29 = {
715
1166
  /**
716
1167
  * Specifies the visual appearance of the loader.
717
1168
  */
@@ -726,10 +1177,20 @@ declare type __VLS_Props_27 = {
726
1177
  text?: string;
727
1178
  };
728
1179
 
1180
+ /**
1181
+ * An action bottom bar is a fixed element positioned at the bottom of the screen or section, providing persistent access to key actions. It is commonly used for confirmations, validations, warnings, or bulk actions in forms, editing workflows, or data management. This component ensures that primary and secondary actions remain visible and accessible, even when scrolling.
1182
+ */
1183
+ declare type __VLS_Props_3 = {
1184
+ /**
1185
+ * If `true`, adds a shadow to the action bottom bar.
1186
+ */
1187
+ shadow?: boolean;
1188
+ };
1189
+
729
1190
  /**
730
1191
  * A loading overlay is a full-screen or container-level layer that indicates a process is in progress, preventing user interaction until the task is completed. It includes a progress indicator, and a message to inform users about the loading state. Loading Overlays are commonly used in data-heavy applications, form submissions, and page transitions to enhance user experience by managing wait times effectively.
731
1192
  */
732
- declare type __VLS_Props_28 = {
1193
+ declare type __VLS_Props_30 = {
733
1194
  /**
734
1195
  * Controls the visibility of the loading overlay.
735
1196
  */
@@ -743,7 +1204,7 @@ declare type __VLS_Props_28 = {
743
1204
  /**
744
1205
  * A modal is a dialog window that appears on top of the main content, requiring user interaction before returning to the main interface. It is used to focus attention on a specific task, provide important information, or request confirmation for an action. Modals typically include a title, description, and primary/secondary actions and should be used for single, focused tasks to avoid disrupting the user experience.
745
1206
  */
746
- declare type __VLS_Props_29 = {
1207
+ declare type __VLS_Props_31 = {
747
1208
  /**
748
1209
  * if `true`, display the modal.
749
1210
  */
@@ -770,20 +1231,10 @@ declare type __VLS_Props_29 = {
770
1231
  closeOnOverlay?: boolean;
771
1232
  };
772
1233
 
773
- /**
774
- * An action bottom bar is a fixed element positioned at the bottom of the screen or section, providing persistent access to key actions. It is commonly used for confirmations, validations, warnings, or bulk actions in forms, editing workflows, or data management. This component ensures that primary and secondary actions remain visible and accessible, even when scrolling.
775
- */
776
- declare type __VLS_Props_3 = {
777
- /**
778
- * If `true`, adds a shadow to the action bottom bar.
779
- */
780
- shadow?: boolean;
781
- };
782
-
783
1234
  /**
784
1235
  * A navigation indicator visually represents the current position within a sequence or step-based process, helping users track progress or navigate through a series of items. It is commonly used in carousels, onboarding flows, or media players. Navigation indicators can be interactive, allowing users to jump between steps, or passive, simply showing progress.
785
1236
  */
786
- declare type __VLS_Props_30 = {
1237
+ declare type __VLS_Props_32 = {
787
1238
  /**
788
1239
  * The total number of steps to display.
789
1240
  */
@@ -809,7 +1260,7 @@ declare type __VLS_Props_30 = {
809
1260
  /**
810
1261
  * A Number Badge represents a numeric count, often used to indicate notifications, updates, or items requiring attention. Its distinct appearance makes it easy to spot changes at a glance, ensuring users stay informed without breaking their workflow. Badges are commonly attached to icons, buttons, or tabs to provide contextual awareness.
811
1262
  */
812
- declare type __VLS_Props_31 = {
1263
+ declare type __VLS_Props_33 = {
813
1264
  /**
814
1265
  * Content of the badge.
815
1266
  */
@@ -827,7 +1278,7 @@ declare type __VLS_Props_31 = {
827
1278
  /**
828
1279
  * An overlay is a semi-transparent layer that appears on top of the main content, typically used to dim the background and focus user attention on a specific element. It is often combined with modals, popovers, or loading states to create a visual separation between the foreground and background. Overlays help prevent unintended interactions while keeping the primary content accessible.
829
1280
  */
830
- declare type __VLS_Props_32 = {
1281
+ declare type __VLS_Props_34 = {
831
1282
  /**
832
1283
  * Controls the visibility of the overlay.
833
1284
  */
@@ -841,7 +1292,7 @@ declare type __VLS_Props_32 = {
841
1292
  /**
842
1293
  * The Page Header is a fundamental component that structures the top part of an interface, serving as a cognitive anchor point for users. It establishes page context, facilitates navigation, and provides the main actions available within the current scope.
843
1294
  */
844
- declare type __VLS_Props_33 = {
1295
+ declare type __VLS_Props_35 = {
845
1296
  /**
846
1297
  * Main title displayed in the page header.
847
1298
  */
@@ -871,7 +1322,7 @@ declare type __VLS_Props_33 = {
871
1322
  /**
872
1323
  * Pagination is a navigation component that allows users to browse through large sets of content by dividing it into discrete pages. It typically includes previous and next buttons, numeric page selectors, or dropdowns to jump between pages efficiently. Pagination improves usability and performance in content-heavy applications such as tables, search results, and articles by preventing long scrolls and reducing page load times.
873
1324
  */
874
- declare type __VLS_Props_34 = {
1325
+ declare type __VLS_Props_36 = {
875
1326
  /**
876
1327
  * A unique identifier for the pagination.
877
1328
  */
@@ -901,7 +1352,7 @@ declare type __VLS_Props_34 = {
901
1352
  /**
902
1353
  * A password input is a specialized input field used to securely enter and manage passwords. It typically masks the characters entered to protect sensitive information from being seen. It includes a toggle button to show or hide the password, improving usability while maintaining security. Password inputs are commonly used in login forms, account creation, and authentication flows.
903
1354
  */
904
- declare type __VLS_Props_35 = {
1355
+ declare type __VLS_Props_37 = {
905
1356
  /**
906
1357
  * A unique identifier for the password input element, used to associate the label with the form element.
907
1358
  */
@@ -950,7 +1401,7 @@ declare type __VLS_Props_35 = {
950
1401
  /**
951
1402
  * A phone number input is a specialized input field designed to capture and validate phone numbers, ensuring correct formatting based on country-specific dialing codes. It often includes a country selector that automatically adjusts the international dialing code. This component improves user experience by standardizing phone number entries, reducing errors, and facilitating global compatibility. It is commonly used in registration forms, authentication flows, and contact information fields.
952
1403
  */
953
- declare type __VLS_Props_36 = {
1404
+ declare type __VLS_Props_38 = {
954
1405
  /**
955
1406
  * A unique identifier for the phone number input element, used to associate the label with the form element.
956
1407
  */
@@ -1004,7 +1455,7 @@ declare type __VLS_Props_36 = {
1004
1455
  /**
1005
1456
  * A pincode input is a specialized input field used to enter short numeric codes, such as verification codes, security PINs, or authentication tokens. It typically separates each digit into individual fields to improve readability and ease of entry. This component is commonly used in two-factor authentication (2FA), password recovery, and secure access flows, ensuring a structured and user-friendly experience.<br><br> To put a label, requierement text, help text or to apply a valid or invalid message, the examples are available in the [Field section](/docs/form-elements-field--docs#input).
1006
1457
  */
1007
- declare type __VLS_Props_37 = {
1458
+ declare type __VLS_Props_39 = {
1008
1459
  /**
1009
1460
  * A unique identifier for the pincode element, used to associate the label with the form element.
1010
1461
  */
@@ -1035,10 +1486,53 @@ declare type __VLS_Props_37 = {
1035
1486
  readonly?: boolean;
1036
1487
  };
1037
1488
 
1489
+ /**
1490
+ * An action list is a contextual menu that presents a list of available actions related to a specific element or interface area. It allows users to quickly access functions such as editing, sharing, deleting, or navigating to sub-actions. Action Lists are commonly triggered by buttons, icons (e.g., three-dot menus), or right-click interactions, ensuring a clean and efficient UI.
1491
+ */
1492
+ declare type __VLS_Props_4 = {
1493
+ /**
1494
+ * title displayed in mobile version.
1495
+ */
1496
+ title?: string;
1497
+ /**
1498
+ * Defines the position of the listbox relative to its trigger or container.
1499
+ */
1500
+ position?: 'top' | 'bottom' | 'left' | 'right';
1501
+ /**
1502
+ * An array of objects that allows you to provide all the data needed to generate the content for each item.
1503
+ */
1504
+ items: Array<{
1505
+ /**
1506
+ * Unique identifier for the item.
1507
+ */
1508
+ id?: string;
1509
+ /**
1510
+ * The icon displayed for the item from Mozaic-icon-vue.
1511
+ */
1512
+ icon?: Component;
1513
+ /**
1514
+ * The label displayed for the item.
1515
+ */
1516
+ label: string;
1517
+ /**
1518
+ * If `true`, the item will be disabled.
1519
+ */
1520
+ disabled?: boolean;
1521
+ /**
1522
+ * Allows to define the item appearance.
1523
+ */
1524
+ appearance?: 'standard' | 'danger';
1525
+ /**
1526
+ * Add a divider on top of the item.
1527
+ */
1528
+ divider?: boolean;
1529
+ }>;
1530
+ };
1531
+
1038
1532
  /**
1039
1533
  * A popover is a small overlay that appears above other content, typically triggered by a user interaction such as clicking or hovering over an element. It is used to display contextual information, additional actions, or interactive content without navigating away from the main interface. Popovers often include a title, description, and action buttons, and they automatically close when clicking outside or selecting an action.
1040
1534
  */
1041
- declare type __VLS_Props_38 = {
1535
+ declare type __VLS_Props_40 = {
1042
1536
  /**
1043
1537
  * Allows to define the popover appearance.
1044
1538
  */
@@ -1073,7 +1567,7 @@ declare type __VLS_Props_38 = {
1073
1567
  /**
1074
1568
  * A quantity selector is an input component that allows users to increment or decrement a numeric value, typically using plus (+) and minus (−) buttons. It provides a simple and efficient way to adjust quantities without manual typing, ensuring controlled input. This component is commonly used in e-commerce, inventory management, and settings where users need to specify amounts.
1075
1569
  */
1076
- declare type __VLS_Props_39 = {
1570
+ declare type __VLS_Props_41 = {
1077
1571
  /**
1078
1572
  * A unique identifier for the quantity selector element, used to associate the label with the form element.
1079
1573
  */
@@ -1124,49 +1618,10 @@ declare type __VLS_Props_39 = {
1124
1618
  decrementLabel?: string;
1125
1619
  };
1126
1620
 
1127
- /**
1128
- * An action list is a contextual menu that presents a list of available actions related to a specific element or interface area. It allows users to quickly access functions such as editing, sharing, deleting, or navigating to sub-actions. Action Lists are commonly triggered by buttons, icons (e.g., three-dot menus), or right-click interactions, ensuring a clean and efficient UI.
1129
- */
1130
- declare type __VLS_Props_4 = {
1131
- /**
1132
- * title displayed in mobile version.
1133
- */
1134
- title?: string;
1135
- /**
1136
- * Defines the position of the listbox relative to its trigger or container.
1137
- */
1138
- position?: 'top' | 'bottom' | 'left' | 'right';
1139
- /**
1140
- * An array of objects that allows you to provide all the data needed to generate the content for each item.
1141
- */
1142
- items: Array<{
1143
- /**
1144
- * The icon displayed for the item from Mozaic-icon-vue.
1145
- */
1146
- icon?: Component;
1147
- /**
1148
- * The label displayed for the item.
1149
- */
1150
- label: string;
1151
- /**
1152
- * If `true`, the item will be disabled.
1153
- */
1154
- disabled?: boolean;
1155
- /**
1156
- * Allows to define the item appearance.
1157
- */
1158
- appearance?: 'standard' | 'danger';
1159
- /**
1160
- * Add a divider on top of the item.
1161
- */
1162
- divider?: boolean;
1163
- }>;
1164
- };
1165
-
1166
1621
  /**
1167
1622
  * A radio button is a selection control that allows users to choose a single option from a list of mutually exclusive choices. Unlike checkboxes, only one option can be selected at a time within the same group. Radio Buttons are commonly used in forms, surveys, and settings where a single choice must be made.
1168
1623
  */
1169
- declare type __VLS_Props_40 = {
1624
+ declare type __VLS_Props_42 = {
1170
1625
  /**
1171
1626
  * A unique identifier for the radio, used to associate the label with the form element.
1172
1627
  */
@@ -1196,7 +1651,7 @@ declare type __VLS_Props_40 = {
1196
1651
  /**
1197
1652
  * A radio button is a selection control that allows users to choose a single option from a list of mutually exclusive choices. Unlike checkboxes, only one option can be selected at a time within the same group. Radio Buttons are commonly used in forms, surveys, and settings where a single choice must be made.<br><br> To put a label, requierement text, help text or to apply a valid or invalid message, the examples are available in the [Field Group section](/docs/form-elements-field-group--docs#radio-group).
1198
1653
  */
1199
- declare type __VLS_Props_41 = {
1654
+ declare type __VLS_Props_43 = {
1200
1655
  /**
1201
1656
  * The name attribute for the radio element, typically used for form submission.
1202
1657
  */
@@ -1228,11 +1683,14 @@ declare type __VLS_Props_41 = {
1228
1683
  /**
1229
1684
  * A Segmented Control allows users to switch between multiple options or views within a single container. It provides a compact and efficient way to toggle between sections without requiring a dropdown or separate navigation. Segmented Controls are commonly used in filters, tabbed navigation, and content selection to enhance user interaction and accessibility.
1230
1685
  */
1231
- declare type __VLS_Props_42 = {
1686
+ declare type __VLS_Props_44 = {
1232
1687
  /**
1233
- * The selected segment index, bound via v-model.
1688
+ * Defines the currently active tab.
1689
+ *
1690
+ * - If a `number` is provided, it represents the index of the segment.
1691
+ * - If a `string` is provided, it must match the `id` of one of the segments.
1234
1692
  */
1235
- modelValue?: number;
1693
+ modelValue?: string | number;
1236
1694
  /**
1237
1695
  * if `true`, the segmented control take the full width.
1238
1696
  */
@@ -1245,6 +1703,10 @@ declare type __VLS_Props_42 = {
1245
1703
  * An array of objects that allows you to provide all the data needed to generate the content for each segment.
1246
1704
  */
1247
1705
  segments: Array<{
1706
+ /**
1707
+ * Unique identifier for the segment.
1708
+ */
1709
+ id?: string;
1248
1710
  /**
1249
1711
  * The label displayed for the segment.
1250
1712
  */
@@ -1255,7 +1717,7 @@ declare type __VLS_Props_42 = {
1255
1717
  /**
1256
1718
  * A select component allows users to choose a single option from a predefined list within a native dropdown menu. It helps simplify input by displaying only relevant choices, reducing the need for manual text entry. Select components are commonly used in forms, settings, and filters where structured selection is required.<br><br> To put a label, requierement text, help text or to apply a valid or invalid message, the examples are available in the [Field section](/docs/form-elements-field--docs#select).
1257
1719
  */
1258
- declare type __VLS_Props_43 = {
1720
+ declare type __VLS_Props_45 = {
1259
1721
  /**
1260
1722
  * A unique identifier for the select, used to associate the label with the form element.
1261
1723
  */
@@ -1303,17 +1765,144 @@ declare type __VLS_Props_43 = {
1303
1765
  /**
1304
1766
  * A sidebar is a vertical navigation component that provides quick access to key sections and functionalities within an application or website. It contains expandable menus, and shortcuts, allowing users to navigate efficiently while keeping the main content area uncluttered. Sidebars can be collapsible or persistent, adapting to different screen sizes and user preferences. They are commonly used in dashboards, content management systems, and productivity tools.
1305
1767
  */
1306
- declare type __VLS_Props_44 = {
1768
+ declare type __VLS_Props_46 = {
1307
1769
  /**
1308
1770
  * the state of the expanded sidebar, bound via v-model.
1309
1771
  */
1310
1772
  modelValue: boolean;
1311
1773
  };
1312
1774
 
1775
+ /**
1776
+ * SidebarExpandableItem is a component that renders a sidebar item which can either expand to show a nested submenu or display a floating menu when the sidebar is collapsed. It supports optional icons, keyboard navigation, and accessibility attributes, and allows for custom submenu items via slots.
1777
+ */
1778
+ declare type __VLS_Props_47 = {
1779
+ /**
1780
+ * The text displayed for the sidebar item in its expanded state.
1781
+ */
1782
+ label: string;
1783
+ /**
1784
+ * The title shown at the top of the floating menu when the sidebar is collapsed.
1785
+ */
1786
+ menuLabel: string;
1787
+ /**
1788
+ * A Vue component used to display an icon alongside the sidebar item.
1789
+ */
1790
+ icon?: Component;
1791
+ };
1792
+
1793
+ /**
1794
+ * SidebarFooter is a component that renders the footer of a sidebar. It can display a user profile with an optional avatar, title, subtitle, and link, and includes a button to expand or collapse the sidebar.
1795
+ */
1796
+ declare type __VLS_Props_48 = {
1797
+ /**
1798
+ * The main text or name displayed in the sidebar footer profile.
1799
+ */
1800
+ title?: string;
1801
+ /**
1802
+ * Secondary text or description displayed under the title in the footer.
1803
+ */
1804
+ subtitle?: string;
1805
+ /**
1806
+ * URL of the avatar image displayed in the footer profile.
1807
+ */
1808
+ avatar?: string;
1809
+ /**
1810
+ * if `true`, hides the sidebar expand/collapse button.
1811
+ */
1812
+ expendable?: boolean;
1813
+ /**
1814
+ * Text to display for the log out button.
1815
+ */
1816
+ logOutLabel?: string;
1817
+ };
1818
+
1819
+ /**
1820
+ * SidebarHeader is a component that renders the header of a sidebar, displaying a logo and a main title.
1821
+ */
1822
+ declare type __VLS_Props_49 = {
1823
+ /**
1824
+ * The main title text displayed in the sidebar header.
1825
+ */
1826
+ title: string;
1827
+ /**
1828
+ * URL of the logo image displayed in the sidebar header.
1829
+ */
1830
+ logo: string;
1831
+ };
1832
+
1833
+ /**
1834
+ * An avatar is a graphical representation of a user, entity, or group, commonly displayed as an image, initials, or an icon. It helps identify individuals or accounts in profiles, comments, chat interfaces, and user lists. Avatars can be customized with different styles, sizes, and fallback options (such as initials or placeholders) to ensure consistency and recognition across interfaces. When multiple users are represented, Avatar groups provide a compact way to display them collectively.
1835
+ */
1836
+ declare type __VLS_Props_5 = {
1837
+ /**
1838
+ * Allows to define the avatar size.
1839
+ */
1840
+ size?: 's' | 'm' | 'l';
1841
+ };
1842
+
1843
+ /**
1844
+ * SidebarNavItem is a component that renders a sidebar navigation item with optional icon support. It handles active, locked, and external states, shows tooltips or floating items when the sidebar is collapsed, and supports click events.
1845
+ */
1846
+ declare type __VLS_Props_50 = {
1847
+ tag?: string;
1848
+ /**
1849
+ * The text label displayed for the navigation item.
1850
+ */
1851
+ label: string;
1852
+ /**
1853
+ * Optional icon component displayed alongside the label.
1854
+ */
1855
+ icon?: Component;
1856
+ /**
1857
+ * The URL the navigation item links to.
1858
+ */
1859
+ href?: string;
1860
+ /**
1861
+ * Marks the item as locked. Shows a lock icon and prevents interaction.
1862
+ */
1863
+ locked?: boolean;
1864
+ /**
1865
+ * Indicates the link is external. Opens in a new tab and shows an external link icon.
1866
+ */
1867
+ external?: boolean;
1868
+ /**
1869
+ * Marks the item as active, applying the active styling.
1870
+ */
1871
+ active?: boolean;
1872
+ };
1873
+
1874
+ /**
1875
+ * SidebarShortcutItem is a component that renders a sidebar shortcut link with an optional icon and label, providing quick access to a specific URL.
1876
+ */
1877
+ declare type __VLS_Props_51 = {
1878
+ /**
1879
+ * The text label displayed for the shortcut item.
1880
+ */
1881
+ label: string;
1882
+ /**
1883
+ * The URL the shortcut item links to.
1884
+ */
1885
+ href: string;
1886
+ /**
1887
+ * Optional icon component displayed alongside the label.
1888
+ */
1889
+ icon?: Component;
1890
+ };
1891
+
1892
+ /**
1893
+ * SidebarShortcuts is a component that displays a list of sidebar shortcut items. It supports stacked or grid layouts, shows a floating overlay when the sidebar is collapsed, and allows custom shortcut items via slots.
1894
+ */
1895
+ declare type __VLS_Props_52 = {
1896
+ /**
1897
+ * Determines the layout of the sidebar shortcuts. When true, the shortcuts are displayed in a vertical stacked list. When false or not provided, the shortcuts are arranged in a grid layout.
1898
+ */
1899
+ stacked?: boolean;
1900
+ };
1901
+
1313
1902
  /**
1314
1903
  * A Star rating visually represents a score or evaluation and can be used to display a rating or allow users to rate an item, such as a product or service. It serves two main purposes: collecting user feedback by enabling individuals to express their experience and providing social proof by displaying ratings from other users to assist decision-making. Rating Stars are commonly found in e-commerce, review systems, and feedback interfaces, offering a quick and intuitive way to assess quality or satisfaction.
1315
1904
  */
1316
- declare type __VLS_Props_45 = {
1905
+ declare type __VLS_Props_53 = {
1317
1906
  /**
1318
1907
  * Determines whether the rating is interactive or read-only.
1319
1908
  * When true, all user interactions (click, hover, keyboard) are disabled.
@@ -1360,7 +1949,7 @@ declare type __VLS_Props_45 = {
1360
1949
  /**
1361
1950
  * A Status Badge is used to indicate the current status of an element, providing a clear and concise visual cue. The status can change dynamically based on updates, events, or conditions within the system. Status Badges help users quickly identify the state of an item, such as an order status, system health, or process completion. They are often color-coded to enhance readability and recognition.
1362
1951
  */
1363
- declare type __VLS_Props_46 = {
1952
+ declare type __VLS_Props_54 = {
1364
1953
  /**
1365
1954
  * Content of the status badge
1366
1955
  */
@@ -1374,7 +1963,7 @@ declare type __VLS_Props_46 = {
1374
1963
  /**
1375
1964
  * A Status dot is a small visual indicator used to represent the state or condition of an element. It is often color-coded to convey different statuses at a glance, such as availability, activity, or urgency. Status Dots are commonly found in user presence indicators, system statuses, or process tracking to provide quick, unobtrusive feedback.
1376
1965
  */
1377
- declare type __VLS_Props_47 = {
1966
+ declare type __VLS_Props_55 = {
1378
1967
  /**
1379
1968
  * Allows to define the status dot type.
1380
1969
  */
@@ -1388,7 +1977,7 @@ declare type __VLS_Props_47 = {
1388
1977
  /**
1389
1978
  * A Status Message is a compact component that combines an icon and concise text to communicate system states or user feedback in limited interface space. The icon and message work together as a unified structure to provide clear, immediate understanding of the current status. Status Messages are designed for contexts where space is constrained but clear communication is essential, offering quick recognition through color-coded icons paired with brief, actionable text.
1390
1979
  */
1391
- declare type __VLS_Props_48 = {
1980
+ declare type __VLS_Props_56 = {
1392
1981
  /**
1393
1982
  * Allows to define the status message style.
1394
1983
  */
@@ -1402,7 +1991,7 @@ declare type __VLS_Props_48 = {
1402
1991
  /**
1403
1992
  * A Status Notification is used to draw the user’s attention to important information that needs to be acknowledged. It often provides feedback on a process, highlights a status update, or alerts users about an issue. Notifications are typically triggered by user actions or system events and are designed to be easily noticeable while maintaining a non-intrusive experience.
1404
1993
  */
1405
- declare type __VLS_Props_49 = {
1994
+ declare type __VLS_Props_57 = {
1406
1995
  /**
1407
1996
  * Title of the status notification.
1408
1997
  */
@@ -1421,20 +2010,10 @@ declare type __VLS_Props_49 = {
1421
2010
  closable?: boolean;
1422
2011
  };
1423
2012
 
1424
- /**
1425
- * An avatar is a graphical representation of a user, entity, or group, commonly displayed as an image, initials, or an icon. It helps identify individuals or accounts in profiles, comments, chat interfaces, and user lists. Avatars can be customized with different styles, sizes, and fallback options (such as initials or placeholders) to ensure consistency and recognition across interfaces. When multiple users are represented, Avatar groups provide a compact way to display them collectively.
1426
- */
1427
- declare type __VLS_Props_5 = {
1428
- /**
1429
- * Allows to define the avatar size.
1430
- */
1431
- size?: 's' | 'm' | 'l';
1432
- };
1433
-
1434
2013
  /**
1435
2014
  * A stepper bottom bar is a persistent navigation component used to guide users through a multi-step process. It typically includes “Previous” and “Next” buttons, along with optional actions such as “Cancel” or “Validate”, ensuring a structured flow. This component is commonly used in forms, onboarding sequences, and checkout processes, improving usability by keeping navigation actions always accessible.
1436
2015
  */
1437
- declare type __VLS_Props_50 = {
2016
+ declare type __VLS_Props_58 = {
1438
2017
  /**
1439
2018
  * Current step of the stepper compact.
1440
2019
  */
@@ -1468,7 +2047,7 @@ declare type __VLS_Props_50 = {
1468
2047
  /**
1469
2048
  * A stepper is a navigation component that guides users through a sequence of steps in a structured process. It visually represents progress, completed steps, and upcoming steps, helping users understand their position within a workflow. Steppers are commonly used in multi-step forms, onboarding flows, checkout processes, and task completion sequences to improve clarity and reduce cognitive load.
1470
2049
  */
1471
- declare type __VLS_Props_51 = {
2050
+ declare type __VLS_Props_59 = {
1472
2051
  /**
1473
2052
  * Current step of the stepper compact.
1474
2053
  */
@@ -1487,18 +2066,53 @@ declare type __VLS_Props_51 = {
1487
2066
  description?: string;
1488
2067
  };
1489
2068
 
2069
+ /**
2070
+ * A breadcrumb is a navigation help that displays the hierarchical path of the current page within a website or application. It helps users understand their location and allows them to navigate back to previous levels easily. Breadcrumbs improve usability and accessibility, especially in multi-level websites, dashboards, and e-commerce platforms.
2071
+ */
2072
+ declare type __VLS_Props_6 = {
2073
+ /**
2074
+ * Allows to define the breadcrumb appearance.
2075
+ */
2076
+ appearance?: 'standard' | 'inverse';
2077
+ /**
2078
+ * Links of the breadcrumb.
2079
+ */
2080
+ links: Array<{
2081
+ /**
2082
+ * The label displayed for the link.
2083
+ */
2084
+ label: string;
2085
+ /**
2086
+ * URL for the link (for external links or the `to` prop for `router-link`).
2087
+ */
2088
+ href: string;
2089
+ /**
2090
+ * If `true`, the link will be rendered as a `router-link` for internal navigation (Vue Router).
2091
+ */
2092
+ router?: boolean;
2093
+ }>;
2094
+ };
2095
+
1490
2096
  /**
1491
2097
  * A stepper is a navigation component that guides users through a sequence of steps in a structured process. It visually represents progress, completed steps, and upcoming steps, helping users understand their position within a workflow. Steppers are commonly used in multi-step forms, onboarding flows, checkout processes, and task completion sequences to improve clarity and reduce cognitive load.
1492
2098
  */
1493
- declare type __VLS_Props_52 = {
2099
+ declare type __VLS_Props_60 = {
1494
2100
  /**
1495
- * Current step of the stepper compact.
2101
+ * Defines the currently active step.
2102
+ *
2103
+ * - If a `number` is provided, it represents the 1-based position of the step
2104
+ * in the `steps` array (e.g. `1` for the first step).
2105
+ * - If a `string` is provided, it must match the `id` of one of the steps.
1496
2106
  */
1497
- currentStep?: number;
2107
+ currentStep?: string | number;
1498
2108
  /**
1499
2109
  * Steps of the stepper inline.
1500
2110
  */
1501
2111
  steps?: Array<{
2112
+ /**
2113
+ * Uniquer identifier for the step.
2114
+ */
2115
+ id?: string;
1502
2116
  /**
1503
2117
  * Label of the step.
1504
2118
  */
@@ -1513,7 +2127,7 @@ declare type __VLS_Props_52 = {
1513
2127
  /**
1514
2128
  * Tabs are a navigation component that allows users to switch between different sections within the same context. They help organize content efficiently by displaying only one section at a time, reducing clutter and improving accessibility. Tabs can include icons, labels, and notification badges to provide additional context. They are commonly used in dashboards, product management, and settings interfaces.
1515
2129
  */
1516
- declare type __VLS_Props_53 = {
2130
+ declare type __VLS_Props_61 = {
1517
2131
  /**
1518
2132
  * A description indicating the purpose of the set of tabs. Useful for improving the accessibility of the component.
1519
2133
  */
@@ -1527,13 +2141,20 @@ declare type __VLS_Props_53 = {
1527
2141
  */
1528
2142
  centered?: boolean;
1529
2143
  /**
1530
- * The selected tab index, bound via v-model.
2144
+ * Defines the currently active tab.
2145
+ *
2146
+ * - If a `number` is provided, it represents the index of the tab.
2147
+ * - If a `string` is provided, it must match the `id` of one of the tabs.
1531
2148
  */
1532
- modelValue?: number;
2149
+ modelValue?: string | number;
1533
2150
  /**
1534
2151
  * An array of objects that allows you to provide all the data needed to generate the content for each tab.
1535
2152
  */
1536
2153
  tabs: Array<{
2154
+ /**
2155
+ * Unique identifier for the tab.
2156
+ */
2157
+ id?: string;
1537
2158
  /**
1538
2159
  * The icon displayed for the tab from Mozaic-icon-vue.
1539
2160
  */
@@ -1556,7 +2177,7 @@ declare type __VLS_Props_53 = {
1556
2177
  /**
1557
2178
  * A Tag is a UI element used to filter data, categorize, select or deselect an option. It can appear standalone, in a group, or embedded within other components. Depending on its use, a tag can be interactive (clickable, removable, selectable) or static (serving as a visual indicator).
1558
2179
  */
1559
- declare type __VLS_Props_54 = {
2180
+ declare type __VLS_Props_62 = {
1560
2181
  /**
1561
2182
  * Defines the behavior and layout of the tag.
1562
2183
  */
@@ -1576,127 +2197,29 @@ declare type __VLS_Props_54 = {
1576
2197
  /**
1577
2198
  * The text label displayed next to the tag.
1578
2199
  */
1579
- label: string;
1580
- /**
1581
- * The tag's checked state, bound via v-model. Used only for type: 'selectable'.
1582
- */
1583
- modelValue?: boolean;
1584
- /**
1585
- * If `true`, disables the tag, making it non-interactive. Applicable to selectable, interactive, and contextualised types.
1586
- */
1587
- disabled?: boolean;
1588
- /**
1589
- * A number displayed in the badge when the tag is contextualised.
1590
- */
1591
- contextualisedNumber?: number;
1592
- /**
1593
- * Accessible label text for the remove button in removable tags.
1594
- */
1595
- removableLabel?: string;
1596
- };
1597
-
1598
- /**
1599
- * A tile is a container component used to group related content and actions within a structured layout. It provides a clickable or static area that can display text, images, icons, or interactive elements. Tiles are commonly used to present key information, navigate to detailed views, or trigger specific actions in dashboards, cards, and grid-based layouts. Their adaptable design allows them to accommodate various content types while maintaining a consistent and organized interface.
1600
- */
1601
- declare type __VLS_Props_55 = {
1602
- /**
1603
- * Defines the visual style of the tile.
1604
- */
1605
- appearance?: 'primary' | 'secondary' | 'inverse';
1606
- /**
1607
- * Adds a border around the tile.
1608
- */
1609
- bordered?: boolean;
1610
- };
1611
-
1612
- /**
1613
- * A tile is a container component used to group related content and actions within a structured layout. It provides a clickable or static area that can display text, images, icons, or interactive elements. Tiles are commonly used to present key information, navigate to detailed views, or trigger specific actions in dashboards, cards, and grid-based layouts. Their adaptable design allows them to accommodate various content types while maintaining a consistent and organized interface.
1614
- */
1615
- declare type __VLS_Props_56 = {
1616
- /**
1617
- * Defines the visual style of the tile.
1618
- */
1619
- appearance?: 'primary' | 'secondary' | 'inverse';
1620
- /**
1621
- * Adds a border around the tile.
1622
- */
1623
- bordered?: boolean;
1624
- /**
1625
- * If set, the tile becomes an external link (`<a>`).
1626
- * Used to navigate to a full URL.
1627
- */
1628
- href?: string;
1629
- /**
1630
- * If set, the tile becomes an internal link (Vue Router route).
1631
- * Used for navigation within the app.
1632
- */
1633
- to?: string;
1634
- /**
1635
- * Where to open the link.
1636
- */
1637
- target?: '_self' | '_blank' | '_parent' | '_top';
1638
- /**
1639
- * Position of the icon relative to the content.
1640
- */
1641
- iconPosition?: 'bottom' | 'right';
1642
- };
1643
-
1644
- /**
1645
- * A tile is a container component used to group related content and actions within a structured layout. It provides a clickable or static area that can display text, images, icons, or interactive elements. Tiles are commonly used to present key information, navigate to detailed views, or trigger specific actions in dashboards, cards, and grid-based layouts. Their adaptable design allows them to accommodate various content types while maintaining a consistent and organized interface.
1646
- */
1647
- declare type __VLS_Props_57 = {
1648
- /**
1649
- * Defines the visual style of the tile.
1650
- */
1651
- appearance?: 'primary' | 'secondary';
1652
- /**
1653
- * Adds a border around the tile.
1654
- */
1655
- bordered?: boolean;
1656
- /**
1657
- * Determines how the tile expansion is triggered.
1658
- */
1659
- trigger?: 'container' | 'icon' | 'button';
1660
- /**
1661
- * Label for the action button (only used when trigger is 'button').
1662
- */
1663
- label?: string;
1664
- };
1665
-
1666
- /**
1667
- * A tile is a container component used to group related content and actions within a structured layout. It provides a clickable or static area that can display text, images, icons, or interactive elements. Tiles are commonly used to present key information, navigate to detailed views, or trigger specific actions in dashboards, cards, and grid-based layouts. Their adaptable design allows them to accommodate various content types while maintaining a consistent and organized interface.
1668
- */
1669
- declare type __VLS_Props_58 = {
1670
- /**
1671
- * The current value of the tile (selected or not).
1672
- */
1673
- modelValue: boolean;
1674
- /**
1675
- * Adds a border around the tile.
1676
- */
1677
- bordered?: boolean;
2200
+ label: string;
1678
2201
  /**
1679
- * Type of input used for selection.
2202
+ * The tag's checked state, bound via v-model. Used only for type: 'selectable'.
1680
2203
  */
1681
- inputType?: 'checkbox' | 'radio';
2204
+ modelValue?: boolean;
1682
2205
  /**
1683
- * Position of the input relative to the tile content.
2206
+ * If `true`, disables the tag, making it non-interactive. Applicable to selectable, interactive, and contextualised types.
1684
2207
  */
1685
- inputPosition?: 'left' | 'right';
2208
+ disabled?: boolean;
1686
2209
  /**
1687
- * Vertical alignment of the input.
2210
+ * A number displayed in the badge when the tag is contextualised.
1688
2211
  */
1689
- centered?: boolean;
2212
+ contextualisedNumber?: number;
1690
2213
  /**
1691
- * If `true`, hides the input and makes the whole tile selectable.
2214
+ * Accessible label text for the remove button in removable tags.
1692
2215
  */
1693
- hideInput?: boolean;
2216
+ removableLabel?: string;
1694
2217
  };
1695
2218
 
1696
2219
  /**
1697
2220
  * A text area is an input designed for multi-line text entry, allowing users to input longer content compared to a standard text input. It is commonly used for comments, feedback, descriptions, and messaging. Text areas can be resizable or fixed in height, depending on the context, and often include placeholder text, character limits, and validation messages to guide users.<br><br> To put a label, requierement text, help text or to apply a valid or invalid message, the examples are available in the [Field section](/docs/form-elements-field--docs#textarea).
1698
2221
  */
1699
- declare type __VLS_Props_59 = {
2222
+ declare type __VLS_Props_63 = {
1700
2223
  /**
1701
2224
  * A unique identifier for the textarea, used to associate the label with the form element.
1702
2225
  */
@@ -1739,37 +2262,10 @@ declare type __VLS_Props_59 = {
1739
2262
  readonly?: boolean;
1740
2263
  };
1741
2264
 
1742
- /**
1743
- * A breadcrumb is a navigation help that displays the hierarchical path of the current page within a website or application. It helps users understand their location and allows them to navigate back to previous levels easily. Breadcrumbs improve usability and accessibility, especially in multi-level websites, dashboards, and e-commerce platforms.
1744
- */
1745
- declare type __VLS_Props_6 = {
1746
- /**
1747
- * Allows to define the breadcrumb appearance.
1748
- */
1749
- appearance?: 'standard' | 'inverse';
1750
- /**
1751
- * Links of the breadcrumb.
1752
- */
1753
- links: Array<{
1754
- /**
1755
- * The label displayed for the link.
1756
- */
1757
- label: string;
1758
- /**
1759
- * URL for the link (for external links or the `to` prop for `router-link`).
1760
- */
1761
- href: string;
1762
- /**
1763
- * If `true`, the link will be rendered as a `router-link` for internal navigation (Vue Router).
1764
- */
1765
- router?: boolean;
1766
- }>;
1767
- };
1768
-
1769
2265
  /**
1770
2266
  * A text input is a single-line input that allows users to enter and edit short text-based content. It is commonly used for names, email addresses, search queries, and form entries. Text Inputs often include placeholders, validation rules, and assistive text to guide users and ensure accurate data entry.<br><br> To put a label, requierement text, help text or to apply a valid or invalid message, the examples are available in the [Field section](/docs/form-elements-field--docs#input).
1771
2267
  */
1772
- declare type __VLS_Props_60 = {
2268
+ declare type __VLS_Props_64 = {
1773
2269
  /**
1774
2270
  * A unique identifier for the input element, used to associate the label with the form element.
1775
2271
  */
@@ -1824,10 +2320,108 @@ declare type __VLS_Props_60 = {
1824
2320
  suffix?: string;
1825
2321
  };
1826
2322
 
2323
+ /**
2324
+ * A tile is a container component used to group related content and actions within a structured layout. It provides a clickable or static area that can display text, images, icons, or interactive elements. Tiles are commonly used to present key information, navigate to detailed views, or trigger specific actions in dashboards, cards, and grid-based layouts. Their adaptable design allows them to accommodate various content types while maintaining a consistent and organized interface.
2325
+ */
2326
+ declare type __VLS_Props_65 = {
2327
+ /**
2328
+ * Defines the visual style of the tile.
2329
+ */
2330
+ appearance?: 'primary' | 'secondary' | 'inverse';
2331
+ /**
2332
+ * Adds a border around the tile.
2333
+ */
2334
+ bordered?: boolean;
2335
+ };
2336
+
2337
+ /**
2338
+ * A tile is a container component used to group related content and actions within a structured layout. It provides a clickable or static area that can display text, images, icons, or interactive elements. Tiles are commonly used to present key information, navigate to detailed views, or trigger specific actions in dashboards, cards, and grid-based layouts. Their adaptable design allows them to accommodate various content types while maintaining a consistent and organized interface.
2339
+ */
2340
+ declare type __VLS_Props_66 = {
2341
+ /**
2342
+ * Defines the visual style of the tile.
2343
+ */
2344
+ appearance?: 'primary' | 'secondary' | 'inverse';
2345
+ /**
2346
+ * Adds a border around the tile.
2347
+ */
2348
+ bordered?: boolean;
2349
+ /**
2350
+ * If set, the tile becomes an external link (`<a>`).
2351
+ * Used to navigate to a full URL.
2352
+ */
2353
+ href?: string;
2354
+ /**
2355
+ * If set, the tile becomes an internal link (Vue Router route).
2356
+ * Used for navigation within the app.
2357
+ */
2358
+ to?: string;
2359
+ /**
2360
+ * Where to open the link.
2361
+ */
2362
+ target?: '_self' | '_blank' | '_parent' | '_top';
2363
+ /**
2364
+ * Position of the icon relative to the content.
2365
+ */
2366
+ iconPosition?: 'bottom' | 'right';
2367
+ };
2368
+
2369
+ /**
2370
+ * A tile is a container component used to group related content and actions within a structured layout. It provides a clickable or static area that can display text, images, icons, or interactive elements. Tiles are commonly used to present key information, navigate to detailed views, or trigger specific actions in dashboards, cards, and grid-based layouts. Their adaptable design allows them to accommodate various content types while maintaining a consistent and organized interface.
2371
+ */
2372
+ declare type __VLS_Props_67 = {
2373
+ /**
2374
+ * Defines the visual style of the tile.
2375
+ */
2376
+ appearance?: 'primary' | 'secondary';
2377
+ /**
2378
+ * Adds a border around the tile.
2379
+ */
2380
+ bordered?: boolean;
2381
+ /**
2382
+ * Determines how the tile expansion is triggered.
2383
+ */
2384
+ trigger?: 'container' | 'icon' | 'button';
2385
+ /**
2386
+ * Label for the action button (only used when trigger is 'button').
2387
+ */
2388
+ label?: string;
2389
+ };
2390
+
2391
+ /**
2392
+ * A tile is a container component used to group related content and actions within a structured layout. It provides a clickable or static area that can display text, images, icons, or interactive elements. Tiles are commonly used to present key information, navigate to detailed views, or trigger specific actions in dashboards, cards, and grid-based layouts. Their adaptable design allows them to accommodate various content types while maintaining a consistent and organized interface.
2393
+ */
2394
+ declare type __VLS_Props_68 = {
2395
+ /**
2396
+ * The current value of the tile (selected or not).
2397
+ */
2398
+ modelValue: boolean;
2399
+ /**
2400
+ * Adds a border around the tile.
2401
+ */
2402
+ bordered?: boolean;
2403
+ /**
2404
+ * Type of input used for selection.
2405
+ */
2406
+ inputType?: 'checkbox' | 'radio';
2407
+ /**
2408
+ * Position of the input relative to the tile content.
2409
+ */
2410
+ inputPosition?: 'left' | 'right';
2411
+ /**
2412
+ * Vertical alignment of the input.
2413
+ */
2414
+ centered?: boolean;
2415
+ /**
2416
+ * If `true`, hides the input and makes the whole tile selectable.
2417
+ */
2418
+ hideInput?: boolean;
2419
+ };
2420
+
1827
2421
  /**
1828
2422
  * A toaster is a temporary notification that appears briefly on the screen to provide feedback or updates without interrupting the user’s workflow. It is commonly used for success messages, warnings, errors, or informational updates. Toasters can disappear automatically after a few seconds, be dismissed manually via a close button, or be removed when the user performs a relevant action. They typically include an icon, a short message, and an optional close button for better usability.
1829
2423
  */
1830
- declare type __VLS_Props_61 = {
2424
+ declare type __VLS_Props_69 = {
1831
2425
  /**
1832
2426
  * If `true`, display the Toaster.
1833
2427
  */
@@ -1858,10 +2452,25 @@ declare type __VLS_Props_61 = {
1858
2452
  timeout?: number;
1859
2453
  };
1860
2454
 
2455
+ declare type __VLS_Props_7 = {
2456
+ /**
2457
+ * Specifies the key of the currently selected menu item. It allows the component to highlight or style the corresponding item to indicate it is selected or currently in use.
2458
+ */
2459
+ modelValue?: number;
2460
+ /**
2461
+ * Defines the menu items, each of which can include an icon and act as a button, link, or router-link.
2462
+ */
2463
+ items: MenuItem[];
2464
+ /**
2465
+ * When enabled, adds a visible border around the wrapper to highlight or separate its content.
2466
+ */
2467
+ outlined?: boolean;
2468
+ };
2469
+
1861
2470
  /**
1862
2471
  * A toggle is a switch component that allows users to enable or disable a setting, representing a binary state such as on/off or active/inactive. It provides a quick and intuitive way to control preferences or system settings. Toggles are commonly used in settings menus, dark mode switches, and feature activations, offering an alternative to checkboxes for immediate visual feedback.
1863
2472
  */
1864
- declare type __VLS_Props_62 = {
2473
+ declare type __VLS_Props_70 = {
1865
2474
  /**
1866
2475
  * A unique identifier for the toggle, used to associate the label with the form element.
1867
2476
  */
@@ -1891,7 +2500,7 @@ declare type __VLS_Props_62 = {
1891
2500
  /**
1892
2501
  * A toggle is a switch component that allows users to enable or disable a setting, representing a binary state such as on/off or active/inactive. It provides a quick and intuitive way to control preferences or system settings. Toggles are commonly used in settings menus, dark mode switches, and feature activations, offering an alternative to checkboxes for immediate visual feedback.<br><br> To put a label, requierement text, help text or to apply a valid or invalid message, the examples are available in the [Field Group section](/docs/form-elements-field-group--docs#toggle-group).
1893
2502
  */
1894
- declare type __VLS_Props_63 = {
2503
+ declare type __VLS_Props_71 = {
1895
2504
  /**
1896
2505
  * The name attribute for the toggle element, typically used for form submission.
1897
2506
  */
@@ -1920,7 +2529,7 @@ declare type __VLS_Props_63 = {
1920
2529
  /**
1921
2530
  * A tooltip is a small, contextual message that appears when users hover over, focus on, or tap an element, providing additional information or guidance without cluttering the interface. Tooltips are commonly used to explain icons, abbreviations, or complex actions. They typically disappear automatically when the user moves away from the trigger element.
1922
2531
  */
1923
- declare type __VLS_Props_64 = {
2532
+ declare type __VLS_Props_72 = {
1924
2533
  /**
1925
2534
  * A unique identifier for the tooltip, used to describe the tooltip.
1926
2535
  */
@@ -1943,21 +2552,6 @@ declare type __VLS_Props_64 = {
1943
2552
  standalone?: boolean;
1944
2553
  };
1945
2554
 
1946
- declare type __VLS_Props_7 = {
1947
- /**
1948
- * Specifies the key of the currently selected menu item. It allows the component to highlight or style the corresponding item to indicate it is selected or currently in use.
1949
- */
1950
- modelValue?: number;
1951
- /**
1952
- * Defines the menu items, each of which can include an icon and act as a button, link, or router-link.
1953
- */
1954
- items: MenuItem[];
1955
- /**
1956
- * When enabled, adds a visible border around the wrapper to highlight or separate its content.
1957
- */
1958
- outlined?: boolean;
1959
- };
1960
-
1961
2555
  /**
1962
2556
  * Buttons are key interactive elements used to perform actions and can be used as standalone element, or as part of another component. Their appearance depends on the type of action required from the user and the context in which they are used.
1963
2557
  */
@@ -2016,7 +2610,7 @@ declare type __VLS_Props_9 = {
2016
2610
 
2017
2611
  declare type __VLS_PublicProps = {
2018
2612
  modelValue: number;
2019
- } & __VLS_Props_45;
2613
+ } & __VLS_Props_53;
2020
2614
 
2021
2615
  declare function __VLS_template(): {
2022
2616
  attrs: Partial<{}>;
@@ -2036,6 +2630,23 @@ declare function __VLS_template(): {
2036
2630
  };
2037
2631
 
2038
2632
  declare function __VLS_template_10(): {
2633
+ attrs: Partial<{}>;
2634
+ slots: Readonly<{
2635
+ /**
2636
+ * Use this slot to insert the content of the container.
2637
+ */
2638
+ default?: VNode;
2639
+ }> & {
2640
+ /**
2641
+ * Use this slot to insert the content of the container.
2642
+ */
2643
+ default?: VNode;
2644
+ };
2645
+ refs: {};
2646
+ rootEl: HTMLDivElement;
2647
+ };
2648
+
2649
+ declare function __VLS_template_11(): {
2039
2650
  attrs: Partial<{}>;
2040
2651
  slots: Readonly<{
2041
2652
  /**
@@ -2052,7 +2663,7 @@ declare function __VLS_template_10(): {
2052
2663
  rootEl: HTMLDivElement;
2053
2664
  };
2054
2665
 
2055
- declare function __VLS_template_11(): {
2666
+ declare function __VLS_template_12(): {
2056
2667
  attrs: Partial<{}>;
2057
2668
  slots: Readonly<{
2058
2669
  /**
@@ -2079,7 +2690,7 @@ declare function __VLS_template_11(): {
2079
2690
  rootEl: any;
2080
2691
  };
2081
2692
 
2082
- declare function __VLS_template_12(): {
2693
+ declare function __VLS_template_13(): {
2083
2694
  attrs: Partial<{}>;
2084
2695
  slots: Readonly<{
2085
2696
  /**
@@ -2096,7 +2707,7 @@ declare function __VLS_template_12(): {
2096
2707
  rootEl: HTMLDivElement;
2097
2708
  };
2098
2709
 
2099
- declare function __VLS_template_13(): {
2710
+ declare function __VLS_template_14(): {
2100
2711
  attrs: Partial<{}>;
2101
2712
  slots: Readonly<{
2102
2713
  /**
@@ -2113,7 +2724,7 @@ declare function __VLS_template_13(): {
2113
2724
  rootEl: HTMLFieldSetElement;
2114
2725
  };
2115
2726
 
2116
- declare function __VLS_template_14(): {
2727
+ declare function __VLS_template_15(): {
2117
2728
  attrs: Partial<{}>;
2118
2729
  slots: Readonly<{
2119
2730
  /**
@@ -2156,7 +2767,42 @@ declare function __VLS_template_14(): {
2156
2767
  rootEl: HTMLDivElement;
2157
2768
  };
2158
2769
 
2159
- declare function __VLS_template_15(): {
2770
+ declare function __VLS_template_16(): {
2771
+ attrs: Partial<{}>;
2772
+ slots: Readonly<{
2773
+ /**
2774
+ * Slot for customizing the file name display.
2775
+ * Receives `{ file: { name: string; size?: number;} }` as slot props.
2776
+ */
2777
+ name: VNode;
2778
+ /**
2779
+ * Slot for displaying additional file information.
2780
+ */
2781
+ information: VNode;
2782
+ /**
2783
+ * Slot for providing a custom error message display.
2784
+ */
2785
+ errorMessage: VNode;
2786
+ }> & {
2787
+ /**
2788
+ * Slot for customizing the file name display.
2789
+ * Receives `{ file: { name: string; size?: number;} }` as slot props.
2790
+ */
2791
+ name: VNode;
2792
+ /**
2793
+ * Slot for displaying additional file information.
2794
+ */
2795
+ information: VNode;
2796
+ /**
2797
+ * Slot for providing a custom error message display.
2798
+ */
2799
+ errorMessage: VNode;
2800
+ };
2801
+ refs: {};
2802
+ rootEl: HTMLDivElement;
2803
+ };
2804
+
2805
+ declare function __VLS_template_17(): {
2160
2806
  attrs: Partial<{}>;
2161
2807
  slots: Readonly<{
2162
2808
  /**
@@ -2173,7 +2819,7 @@ declare function __VLS_template_15(): {
2173
2819
  rootEl: HTMLButtonElement;
2174
2820
  };
2175
2821
 
2176
- declare function __VLS_template_16(): {
2822
+ declare function __VLS_template_18(): {
2177
2823
  attrs: Partial<{}>;
2178
2824
  slots: Readonly<{
2179
2825
  /**
@@ -2198,7 +2844,7 @@ declare function __VLS_template_16(): {
2198
2844
  rootEl: any;
2199
2845
  };
2200
2846
 
2201
- declare function __VLS_template_17(): {
2847
+ declare function __VLS_template_19(): {
2202
2848
  attrs: Partial<{}>;
2203
2849
  slots: Readonly<{
2204
2850
  /**
@@ -2236,10 +2882,27 @@ declare function __VLS_template_17(): {
2236
2882
  footer?: VNode;
2237
2883
  };
2238
2884
  refs: {};
2239
- rootEl: any;
2885
+ rootEl: any;
2886
+ };
2887
+
2888
+ declare function __VLS_template_2(): {
2889
+ attrs: Partial<{}>;
2890
+ slots: Readonly<{
2891
+ /**
2892
+ * Use this slot to display custom content.
2893
+ */
2894
+ default: VNode;
2895
+ }> & {
2896
+ /**
2897
+ * Use this slot to display custom content.
2898
+ */
2899
+ default: VNode;
2900
+ };
2901
+ refs: {};
2902
+ rootEl: HTMLDivElement;
2240
2903
  };
2241
2904
 
2242
- declare function __VLS_template_18(): {
2905
+ declare function __VLS_template_20(): {
2243
2906
  attrs: Partial<{}>;
2244
2907
  slots: Readonly<{
2245
2908
  /**
@@ -2256,7 +2919,7 @@ declare function __VLS_template_18(): {
2256
2919
  rootEl: HTMLDivElement;
2257
2920
  };
2258
2921
 
2259
- declare function __VLS_template_19(): {
2922
+ declare function __VLS_template_21(): {
2260
2923
  attrs: Partial<{}>;
2261
2924
  slots: Readonly<{
2262
2925
  /**
@@ -2289,24 +2952,7 @@ declare function __VLS_template_19(): {
2289
2952
  rootEl: HTMLDivElement;
2290
2953
  };
2291
2954
 
2292
- declare function __VLS_template_2(): {
2293
- attrs: Partial<{}>;
2294
- slots: Readonly<{
2295
- /**
2296
- * Use this slot to display custom content.
2297
- */
2298
- default: VNode;
2299
- }> & {
2300
- /**
2301
- * Use this slot to display custom content.
2302
- */
2303
- default: VNode;
2304
- };
2305
- refs: {};
2306
- rootEl: HTMLDivElement;
2307
- };
2308
-
2309
- declare function __VLS_template_20(): {
2955
+ declare function __VLS_template_22(): {
2310
2956
  attrs: Partial<{}>;
2311
2957
  slots: Readonly<{
2312
2958
  /**
@@ -2349,7 +2995,7 @@ declare function __VLS_template_20(): {
2349
2995
  rootEl: any;
2350
2996
  };
2351
2997
 
2352
- declare function __VLS_template_21(): {
2998
+ declare function __VLS_template_23(): {
2353
2999
  attrs: Partial<{}>;
2354
3000
  slots: Readonly<{
2355
3001
  /**
@@ -2392,7 +3038,135 @@ declare function __VLS_template_21(): {
2392
3038
  rootEl: HTMLElement;
2393
3039
  };
2394
3040
 
2395
- declare function __VLS_template_22(): {
3041
+ declare function __VLS_template_24(): {
3042
+ attrs: Partial<{}>;
3043
+ slots: Readonly<{
3044
+ /**
3045
+ * Contains one or more MSidebarNavItem components used to render the submenu items.
3046
+ */
3047
+ default: VNode[];
3048
+ }> & {
3049
+ /**
3050
+ * Contains one or more MSidebarNavItem components used to render the submenu items.
3051
+ */
3052
+ default: VNode[];
3053
+ };
3054
+ refs: {
3055
+ trigger: HTMLButtonElement;
3056
+ listbox: HTMLDivElement;
3057
+ };
3058
+ rootEl: any;
3059
+ };
3060
+
3061
+ declare function __VLS_template_25(): {
3062
+ attrs: Partial<{}>;
3063
+ slots: Readonly<{
3064
+ /**
3065
+ * Contains one or more MSidebarNavItem components used to render the profile items.
3066
+ */
3067
+ default: VNode[];
3068
+ }> & {
3069
+ /**
3070
+ * Contains one or more MSidebarNavItem components used to render the profile items.
3071
+ */
3072
+ default: VNode[];
3073
+ };
3074
+ refs: {
3075
+ listbox: ({
3076
+ $: ComponentInternalInstance;
3077
+ $data: {};
3078
+ $props: {
3079
+ readonly expanded: boolean;
3080
+ readonly logOutLabel: string;
3081
+ readonly onListboxKeydown: (event: KeyboardEvent) => void;
3082
+ readonly hideFloatingItem: () => void;
3083
+ readonly "onLog-out"?: (() => any) | undefined;
3084
+ } & VNodeProps & AllowedComponentProps & ComponentCustomProps;
3085
+ $attrs: Attrs;
3086
+ $refs: {
3087
+ [x: string]: unknown;
3088
+ } & {
3089
+ container: HTMLDivElement;
3090
+ };
3091
+ $slots: Readonly<{
3092
+ [name: string]: Slot<any> | undefined;
3093
+ }>;
3094
+ $root: ComponentPublicInstance | null;
3095
+ $parent: ComponentPublicInstance | null;
3096
+ $host: Element | null;
3097
+ $emit: (event: "log-out") => void;
3098
+ $el: HTMLDivElement;
3099
+ $options: ComponentOptionsBase<Readonly<{
3100
+ expanded: boolean;
3101
+ logOutLabel: string;
3102
+ onListboxKeydown: (event: KeyboardEvent) => void;
3103
+ hideFloatingItem: () => void;
3104
+ }> & Readonly<{
3105
+ "onLog-out"?: (() => any) | undefined;
3106
+ }>, {
3107
+ container: Readonly<ShallowRef<HTMLDivElement | null>>;
3108
+ }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
3109
+ "log-out": () => any;
3110
+ }, string, {}, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & {
3111
+ beforeCreate?: (() => void) | (() => void)[];
3112
+ created?: (() => void) | (() => void)[];
3113
+ beforeMount?: (() => void) | (() => void)[];
3114
+ mounted?: (() => void) | (() => void)[];
3115
+ beforeUpdate?: (() => void) | (() => void)[];
3116
+ updated?: (() => void) | (() => void)[];
3117
+ activated?: (() => void) | (() => void)[];
3118
+ deactivated?: (() => void) | (() => void)[];
3119
+ beforeDestroy?: (() => void) | (() => void)[];
3120
+ beforeUnmount?: (() => void) | (() => void)[];
3121
+ destroyed?: (() => void) | (() => void)[];
3122
+ unmounted?: (() => void) | (() => void)[];
3123
+ renderTracked?: ((e: DebuggerEvent) => void) | ((e: DebuggerEvent) => void)[];
3124
+ renderTriggered?: ((e: DebuggerEvent) => void) | ((e: DebuggerEvent) => void)[];
3125
+ errorCaptured?: ((err: unknown, instance: ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: ComponentPublicInstance | null, info: string) => boolean | void)[];
3126
+ };
3127
+ $forceUpdate: () => void;
3128
+ $nextTick: nextTick;
3129
+ $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, OnCleanup]) => any : (...args: [any, any, OnCleanup]) => any, options?: WatchOptions): WatchStopHandle;
3130
+ } & Readonly<{}> & Omit<Readonly<{
3131
+ expanded: boolean;
3132
+ logOutLabel: string;
3133
+ onListboxKeydown: (event: KeyboardEvent) => void;
3134
+ hideFloatingItem: () => void;
3135
+ }> & Readonly<{
3136
+ "onLog-out"?: (() => any) | undefined;
3137
+ }>, "container"> & ShallowUnwrapRef< {
3138
+ container: Readonly<ShallowRef<HTMLDivElement | null>>;
3139
+ }> & {} & ComponentCustomProperties & {} & {
3140
+ $slots: {
3141
+ default?(_: {}): any;
3142
+ };
3143
+ }) | null;
3144
+ trigger: HTMLButtonElement;
3145
+ };
3146
+ rootEl: HTMLElement;
3147
+ };
3148
+
3149
+ declare function __VLS_template_26(): {
3150
+ attrs: Partial<{}>;
3151
+ slots: Readonly<{
3152
+ /**
3153
+ * Slot for sidebar shortcut items. Should contain one or more `MSidebarShortcutItem` components.
3154
+ */
3155
+ default: VNode[];
3156
+ }> & {
3157
+ /**
3158
+ * Slot for sidebar shortcut items. Should contain one or more `MSidebarShortcutItem` components.
3159
+ */
3160
+ default: VNode[];
3161
+ };
3162
+ refs: {
3163
+ trigger: HTMLButtonElement;
3164
+ listbox: HTMLDivElement;
3165
+ };
3166
+ rootEl: any;
3167
+ };
3168
+
3169
+ declare function __VLS_template_27(): {
2396
3170
  attrs: Partial<{}>;
2397
3171
  slots: Readonly<{
2398
3172
  /**
@@ -2409,7 +3183,26 @@ declare function __VLS_template_22(): {
2409
3183
  rootEl: HTMLElement;
2410
3184
  };
2411
3185
 
2412
- declare function __VLS_template_23(): {
3186
+ declare function __VLS_template_28(): {
3187
+ attrs: Partial<{}>;
3188
+ slots: Readonly<{
3189
+ /**
3190
+ * Use this slot to insert an icon in the input.
3191
+ */
3192
+ icon?: VNode;
3193
+ }> & {
3194
+ /**
3195
+ * Use this slot to insert an icon in the input.
3196
+ */
3197
+ icon?: VNode;
3198
+ };
3199
+ refs: {
3200
+ textInput: HTMLInputElement;
3201
+ };
3202
+ rootEl: any;
3203
+ };
3204
+
3205
+ declare function __VLS_template_29(): {
2413
3206
  attrs: Partial<{}>;
2414
3207
  slots: Readonly<{
2415
3208
  /**
@@ -2442,7 +3235,32 @@ declare function __VLS_template_23(): {
2442
3235
  rootEl: HTMLDivElement;
2443
3236
  };
2444
3237
 
2445
- declare function __VLS_template_24(): {
3238
+ declare function __VLS_template_3(): {
3239
+ attrs: Partial<{}>;
3240
+ slots: Readonly<{
3241
+ /**
3242
+ * The content displayed left side of the action bottom bar (e.g. StatusNotification or any element).
3243
+ */
3244
+ left: VNode[];
3245
+ /**
3246
+ * Use this slot to insert buttons of the action bottom bar.
3247
+ */
3248
+ right?: VNode[];
3249
+ }> & {
3250
+ /**
3251
+ * The content displayed left side of the action bottom bar (e.g. StatusNotification or any element).
3252
+ */
3253
+ left: VNode[];
3254
+ /**
3255
+ * Use this slot to insert buttons of the action bottom bar.
3256
+ */
3257
+ right?: VNode[];
3258
+ };
3259
+ refs: {};
3260
+ rootEl: HTMLDivElement;
3261
+ };
3262
+
3263
+ declare function __VLS_template_30(): {
2446
3264
  attrs: Partial<{}>;
2447
3265
  slots: Readonly<{
2448
3266
  /**
@@ -2467,7 +3285,7 @@ declare function __VLS_template_24(): {
2467
3285
  rootEl: any;
2468
3286
  };
2469
3287
 
2470
- declare function __VLS_template_25(): {
3288
+ declare function __VLS_template_31(): {
2471
3289
  attrs: Partial<{}>;
2472
3290
  slots: Readonly<{
2473
3291
  /**
@@ -2492,7 +3310,7 @@ declare function __VLS_template_25(): {
2492
3310
  rootEl: HTMLDivElement;
2493
3311
  };
2494
3312
 
2495
- declare function __VLS_template_26(): {
3313
+ declare function __VLS_template_32(): {
2496
3314
  attrs: Partial<{}>;
2497
3315
  slots: Readonly<{
2498
3316
  /**
@@ -2517,24 +3335,7 @@ declare function __VLS_template_26(): {
2517
3335
  rootEl: HTMLDivElement;
2518
3336
  };
2519
3337
 
2520
- declare function __VLS_template_27(): {
2521
- attrs: Partial<{}>;
2522
- slots: Readonly<{
2523
- /**
2524
- * Use this slot to insert an icon in the input.
2525
- */
2526
- icon?: VNode;
2527
- }> & {
2528
- /**
2529
- * Use this slot to insert an icon in the input.
2530
- */
2531
- icon?: VNode;
2532
- };
2533
- refs: {};
2534
- rootEl: any;
2535
- };
2536
-
2537
- declare function __VLS_template_28(): {
3338
+ declare function __VLS_template_33(): {
2538
3339
  attrs: Partial<{}>;
2539
3340
  slots: Readonly<{
2540
3341
  /**
@@ -2551,7 +3352,7 @@ declare function __VLS_template_28(): {
2551
3352
  rootEl: HTMLElement;
2552
3353
  };
2553
3354
 
2554
- declare function __VLS_template_29(): {
3355
+ declare function __VLS_template_34(): {
2555
3356
  attrs: Partial<{}>;
2556
3357
  slots: Readonly<{
2557
3358
  /**
@@ -2568,31 +3369,6 @@ declare function __VLS_template_29(): {
2568
3369
  rootEl: HTMLDivElement;
2569
3370
  };
2570
3371
 
2571
- declare function __VLS_template_3(): {
2572
- attrs: Partial<{}>;
2573
- slots: Readonly<{
2574
- /**
2575
- * The content displayed left side of the action bottom bar (e.g. StatusNotification or any element).
2576
- */
2577
- left: VNode[];
2578
- /**
2579
- * Use this slot to insert buttons of the action bottom bar.
2580
- */
2581
- right?: VNode[];
2582
- }> & {
2583
- /**
2584
- * The content displayed left side of the action bottom bar (e.g. StatusNotification or any element).
2585
- */
2586
- left: VNode[];
2587
- /**
2588
- * Use this slot to insert buttons of the action bottom bar.
2589
- */
2590
- right?: VNode[];
2591
- };
2592
- refs: {};
2593
- rootEl: HTMLDivElement;
2594
- };
2595
-
2596
3372
  declare function __VLS_template_4(): {
2597
3373
  attrs: Partial<{}>;
2598
3374
  slots: Readonly<{
@@ -2710,16 +3486,244 @@ declare function __VLS_template_9(): {
2710
3486
  attrs: Partial<{}>;
2711
3487
  slots: Readonly<{
2712
3488
  /**
2713
- * Use this slot to insert the content of the container.
3489
+ * Use this slot to add a prefix to options.
2714
3490
  */
2715
- default?: VNode;
3491
+ optionPrefix: VNode;
2716
3492
  }> & {
2717
3493
  /**
2718
- * Use this slot to insert the content of the container.
3494
+ * Use this slot to add a prefix to options.
2719
3495
  */
2720
- default?: VNode;
3496
+ optionPrefix: VNode;
3497
+ };
3498
+ refs: {
3499
+ combobox: HTMLDivElement;
3500
+ comboboxControl: HTMLButtonElement;
3501
+ listbox: ({
3502
+ $: ComponentInternalInstance;
3503
+ $data: {};
3504
+ $props: {
3505
+ readonly modelValue: string | number | null | (string | number)[];
3506
+ readonly id: string;
3507
+ readonly open?: boolean | undefined;
3508
+ readonly multiple?: boolean | undefined;
3509
+ readonly readonly?: boolean | undefined;
3510
+ readonly search?: boolean | undefined;
3511
+ readonly actions?: boolean | undefined;
3512
+ readonly checkableSections?: boolean | undefined;
3513
+ readonly searchPlaceholder?: string | undefined;
3514
+ readonly selectLabel?: string | undefined;
3515
+ readonly clearLabel?: string | undefined;
3516
+ readonly options: Array<ListboxOption>;
3517
+ readonly "onUpdate:modelValue"?: ((value: string | number | (string | number)[] | null) => any) | undefined;
3518
+ readonly onOpen?: (() => any) | undefined;
3519
+ readonly onClose?: (() => any) | undefined;
3520
+ } & VNodeProps & AllowedComponentProps & ComponentCustomProps;
3521
+ $attrs: Attrs;
3522
+ $refs: {
3523
+ [x: string]: unknown;
3524
+ } & {
3525
+ listboxEl: HTMLDivElement;
3526
+ textInput: ({
3527
+ $: ComponentInternalInstance;
3528
+ $data: {};
3529
+ $props: {
3530
+ readonly id: string;
3531
+ readonly name?: string | undefined;
3532
+ readonly modelValue?: string | number | undefined;
3533
+ readonly placeholder?: string | undefined;
3534
+ readonly inputType?: "date" | "email" | "number" | "password" | "search" | "tel" | "text" | undefined;
3535
+ readonly isInvalid?: boolean | undefined;
3536
+ readonly disabled?: boolean | undefined;
3537
+ readonly size?: "s" | "m" | undefined;
3538
+ readonly readonly?: boolean | undefined;
3539
+ readonly isClearable?: boolean | undefined;
3540
+ readonly clearLabel?: string | undefined;
3541
+ readonly prefix?: string | undefined;
3542
+ readonly suffix?: string | undefined;
3543
+ readonly "onUpdate:modelValue"?: ((value: string | number) => any) | undefined;
3544
+ } & VNodeProps & AllowedComponentProps & ComponentCustomProps;
3545
+ $attrs: Attrs;
3546
+ $refs: {
3547
+ [x: string]: unknown;
3548
+ } & {
3549
+ textInput: HTMLInputElement;
3550
+ };
3551
+ $slots: Readonly<{
3552
+ [name: string]: Slot<any> | undefined;
3553
+ }>;
3554
+ $root: ComponentPublicInstance | null;
3555
+ $parent: ComponentPublicInstance | null;
3556
+ $host: Element | null;
3557
+ $emit: (event: "update:modelValue", value: string | number) => void;
3558
+ $el: any;
3559
+ $options: ComponentOptionsBase<Readonly<{
3560
+ id: string;
3561
+ name?: string;
3562
+ modelValue?: string | number;
3563
+ placeholder?: string;
3564
+ inputType?: "date" | "email" | "number" | "password" | "search" | "tel" | "text";
3565
+ isInvalid?: boolean;
3566
+ disabled?: boolean;
3567
+ size?: "s" | "m";
3568
+ readonly?: boolean;
3569
+ isClearable?: boolean;
3570
+ clearLabel?: string;
3571
+ prefix?: string;
3572
+ suffix?: string;
3573
+ }> & Readonly<{
3574
+ "onUpdate:modelValue"?: ((value: string | number) => any) | undefined;
3575
+ }>, {
3576
+ focus: () => void;
3577
+ }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
3578
+ "update:modelValue": (value: string | number) => any;
3579
+ }, string, {
3580
+ size: "s" | "m";
3581
+ inputType: "date" | "email" | "number" | "password" | "search" | "tel" | "text";
3582
+ clearLabel: string;
3583
+ }, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & {
3584
+ beforeCreate?: (() => void) | (() => void)[];
3585
+ created?: (() => void) | (() => void)[];
3586
+ beforeMount?: (() => void) | (() => void)[];
3587
+ mounted?: (() => void) | (() => void)[];
3588
+ beforeUpdate?: (() => void) | (() => void)[];
3589
+ updated?: (() => void) | (() => void)[];
3590
+ activated?: (() => void) | (() => void)[];
3591
+ deactivated?: (() => void) | (() => void)[];
3592
+ beforeDestroy?: (() => void) | (() => void)[];
3593
+ beforeUnmount?: (() => void) | (() => void)[];
3594
+ destroyed?: (() => void) | (() => void)[];
3595
+ unmounted?: (() => void) | (() => void)[];
3596
+ renderTracked?: ((e: DebuggerEvent) => void) | ((e: DebuggerEvent) => void)[];
3597
+ renderTriggered?: ((e: DebuggerEvent) => void) | ((e: DebuggerEvent) => void)[];
3598
+ errorCaptured?: ((err: unknown, instance: ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: ComponentPublicInstance | null, info: string) => boolean | void)[];
3599
+ };
3600
+ $forceUpdate: () => void;
3601
+ $nextTick: nextTick;
3602
+ $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, OnCleanup]) => any : (...args: [any, any, OnCleanup]) => any, options?: WatchOptions): WatchStopHandle;
3603
+ } & Readonly<{
3604
+ size: "s" | "m";
3605
+ inputType: "date" | "email" | "number" | "password" | "search" | "tel" | "text";
3606
+ clearLabel: string;
3607
+ }> & Omit<Readonly<{
3608
+ id: string;
3609
+ name?: string;
3610
+ modelValue?: string | number;
3611
+ placeholder?: string;
3612
+ inputType?: "date" | "email" | "number" | "password" | "search" | "tel" | "text";
3613
+ isInvalid?: boolean;
3614
+ disabled?: boolean;
3615
+ size?: "s" | "m";
3616
+ readonly?: boolean;
3617
+ isClearable?: boolean;
3618
+ clearLabel?: string;
3619
+ prefix?: string;
3620
+ suffix?: string;
3621
+ }> & Readonly<{
3622
+ "onUpdate:modelValue"?: ((value: string | number) => any) | undefined;
3623
+ }>, "focus" | ("size" | "inputType" | "clearLabel")> & ShallowUnwrapRef< {
3624
+ focus: () => void;
3625
+ }> & {} & ComponentCustomProperties & {} & {
3626
+ $slots: Readonly<{
3627
+ icon?: VNode;
3628
+ }> & {
3629
+ icon?: VNode;
3630
+ };
3631
+ }) | null;
3632
+ };
3633
+ $slots: Readonly<{
3634
+ [name: string]: Slot<any> | undefined;
3635
+ }>;
3636
+ $root: ComponentPublicInstance | null;
3637
+ $parent: ComponentPublicInstance | null;
3638
+ $host: Element | null;
3639
+ $emit: ((event: "update:modelValue", value: string | number | (string | number)[] | null) => void) & ((event: "open") => void) & ((event: "close") => void);
3640
+ $el: HTMLDivElement;
3641
+ $options: ComponentOptionsBase<Readonly<{
3642
+ modelValue: string | number | null | (string | number)[];
3643
+ id: string;
3644
+ open?: boolean;
3645
+ multiple?: boolean;
3646
+ readonly?: boolean;
3647
+ search?: boolean;
3648
+ actions?: boolean;
3649
+ checkableSections?: boolean;
3650
+ searchPlaceholder?: string;
3651
+ selectLabel?: string;
3652
+ clearLabel?: string;
3653
+ options: Array<ListboxOption>;
3654
+ }> & Readonly<{
3655
+ "onUpdate:modelValue"?: ((value: string | number | (string | number)[] | null) => any) | undefined;
3656
+ onOpen?: (() => any) | undefined;
3657
+ onClose?: (() => any) | undefined;
3658
+ }>, {
3659
+ handleKeydown: (event: KeyboardEvent) => void;
3660
+ toggleValue: (item?: ListboxOption) => void;
3661
+ clearSelection: () => void;
3662
+ listboxEl: Readonly<ShallowRef<HTMLDivElement | null>>;
3663
+ activeIndex: Ref<number, number>;
3664
+ }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
3665
+ "update:modelValue": (value: string | number | (string | number)[] | null) => any;
3666
+ open: () => any;
3667
+ close: () => any;
3668
+ }, string, {
3669
+ clearLabel: string;
3670
+ searchPlaceholder: string;
3671
+ selectLabel: string;
3672
+ }, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & {
3673
+ beforeCreate?: (() => void) | (() => void)[];
3674
+ created?: (() => void) | (() => void)[];
3675
+ beforeMount?: (() => void) | (() => void)[];
3676
+ mounted?: (() => void) | (() => void)[];
3677
+ beforeUpdate?: (() => void) | (() => void)[];
3678
+ updated?: (() => void) | (() => void)[];
3679
+ activated?: (() => void) | (() => void)[];
3680
+ deactivated?: (() => void) | (() => void)[];
3681
+ beforeDestroy?: (() => void) | (() => void)[];
3682
+ beforeUnmount?: (() => void) | (() => void)[];
3683
+ destroyed?: (() => void) | (() => void)[];
3684
+ unmounted?: (() => void) | (() => void)[];
3685
+ renderTracked?: ((e: DebuggerEvent) => void) | ((e: DebuggerEvent) => void)[];
3686
+ renderTriggered?: ((e: DebuggerEvent) => void) | ((e: DebuggerEvent) => void)[];
3687
+ errorCaptured?: ((err: unknown, instance: ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: ComponentPublicInstance | null, info: string) => boolean | void)[];
3688
+ };
3689
+ $forceUpdate: () => void;
3690
+ $nextTick: nextTick;
3691
+ $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, OnCleanup]) => any : (...args: [any, any, OnCleanup]) => any, options?: WatchOptions): WatchStopHandle;
3692
+ } & Readonly<{
3693
+ clearLabel: string;
3694
+ searchPlaceholder: string;
3695
+ selectLabel: string;
3696
+ }> & Omit<Readonly<{
3697
+ modelValue: string | number | null | (string | number)[];
3698
+ id: string;
3699
+ open?: boolean;
3700
+ multiple?: boolean;
3701
+ readonly?: boolean;
3702
+ search?: boolean;
3703
+ actions?: boolean;
3704
+ checkableSections?: boolean;
3705
+ searchPlaceholder?: string;
3706
+ selectLabel?: string;
3707
+ clearLabel?: string;
3708
+ options: Array<ListboxOption>;
3709
+ }> & Readonly<{
3710
+ "onUpdate:modelValue"?: ((value: string | number | (string | number)[] | null) => any) | undefined;
3711
+ onOpen?: (() => any) | undefined;
3712
+ onClose?: (() => any) | undefined;
3713
+ }>, "listboxEl" | "handleKeydown" | "toggleValue" | "clearSelection" | "activeIndex" | ("clearLabel" | "searchPlaceholder" | "selectLabel")> & ShallowUnwrapRef< {
3714
+ handleKeydown: (event: KeyboardEvent) => void;
3715
+ toggleValue: (item?: ListboxOption) => void;
3716
+ clearSelection: () => void;
3717
+ listboxEl: Readonly<ShallowRef<HTMLDivElement | null>>;
3718
+ activeIndex: Ref<number, number>;
3719
+ }> & {} & ComponentCustomProperties & {} & {
3720
+ $slots: Readonly<{
3721
+ optionPrefix: VNode;
3722
+ }> & {
3723
+ optionPrefix: VNode;
3724
+ };
3725
+ }) | null;
2721
3726
  };
2722
- refs: {};
2723
3727
  rootEl: HTMLDivElement;
2724
3728
  };
2725
3729
 
@@ -2769,6 +3773,16 @@ declare type __VLS_TemplateResult_29 = ReturnType<typeof __VLS_template_29>;
2769
3773
 
2770
3774
  declare type __VLS_TemplateResult_3 = ReturnType<typeof __VLS_template_3>;
2771
3775
 
3776
+ declare type __VLS_TemplateResult_30 = ReturnType<typeof __VLS_template_30>;
3777
+
3778
+ declare type __VLS_TemplateResult_31 = ReturnType<typeof __VLS_template_31>;
3779
+
3780
+ declare type __VLS_TemplateResult_32 = ReturnType<typeof __VLS_template_32>;
3781
+
3782
+ declare type __VLS_TemplateResult_33 = ReturnType<typeof __VLS_template_33>;
3783
+
3784
+ declare type __VLS_TemplateResult_34 = ReturnType<typeof __VLS_template_34>;
3785
+
2772
3786
  declare type __VLS_TemplateResult_4 = ReturnType<typeof __VLS_template_4>;
2773
3787
 
2774
3788
  declare type __VLS_TemplateResult_5 = ReturnType<typeof __VLS_template_5>;
@@ -2919,6 +3933,36 @@ declare type __VLS_WithTemplateSlots_3<T, S> = T & {
2919
3933
  };
2920
3934
  };
2921
3935
 
3936
+ declare type __VLS_WithTemplateSlots_30<T, S> = T & {
3937
+ new (): {
3938
+ $slots: S;
3939
+ };
3940
+ };
3941
+
3942
+ declare type __VLS_WithTemplateSlots_31<T, S> = T & {
3943
+ new (): {
3944
+ $slots: S;
3945
+ };
3946
+ };
3947
+
3948
+ declare type __VLS_WithTemplateSlots_32<T, S> = T & {
3949
+ new (): {
3950
+ $slots: S;
3951
+ };
3952
+ };
3953
+
3954
+ declare type __VLS_WithTemplateSlots_33<T, S> = T & {
3955
+ new (): {
3956
+ $slots: S;
3957
+ };
3958
+ };
3959
+
3960
+ declare type __VLS_WithTemplateSlots_34<T, S> = T & {
3961
+ new (): {
3962
+ $slots: S;
3963
+ };
3964
+ };
3965
+
2922
3966
  declare type __VLS_WithTemplateSlots_4<T, S> = T & {
2923
3967
  new (): {
2924
3968
  $slots: S;
@@ -3038,6 +4082,19 @@ declare type FileUploaderProps = {
3038
4082
  uploadButtonLabel?: string;
3039
4083
  };
3040
4084
 
4085
+ declare function focus_2(): void;
4086
+
4087
+ /**
4088
+ * An Option Listbox is a customizable, accessible listbox component designed to power dropdowns and comboboxes with advanced selection capabilities. It supports single or multiple selection, optional search, grouped options with section headers, and full keyboard navigation.
4089
+ */
4090
+ declare type ListboxOption = {
4091
+ label: string;
4092
+ content?: string;
4093
+ value?: string | number;
4094
+ disabled?: boolean;
4095
+ type?: 'option' | 'section';
4096
+ };
4097
+
3041
4098
  export declare const MAccordionList: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
3042
4099
 
3043
4100
  export declare const MAccordionListItem: __VLS_WithTemplateSlots_2<typeof __VLS_component_2, __VLS_TemplateResult_2["slots"]>;
@@ -3085,20 +4142,22 @@ type: "percentage" | "content";
3085
4142
  value: number;
3086
4143
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
3087
4144
 
3088
- export declare const MContainer: __VLS_WithTemplateSlots_9<typeof __VLS_component_9, __VLS_TemplateResult_9["slots"]>;
4145
+ export declare const MCombobox: __VLS_WithTemplateSlots_9<typeof __VLS_component_9, __VLS_TemplateResult_9["slots"]>;
4146
+
4147
+ export declare const MContainer: __VLS_WithTemplateSlots_10<typeof __VLS_component_10, __VLS_TemplateResult_10["slots"]>;
3089
4148
 
3090
- export declare const MDatepicker: DefineComponent<__VLS_Props_16, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
4149
+ export declare const MDatepicker: DefineComponent<__VLS_Props_17, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
3091
4150
  "update:modelValue": (value: string | number) => any;
3092
- }, string, PublicProps, Readonly<__VLS_Props_16> & Readonly<{
4151
+ }, string, PublicProps, Readonly<__VLS_Props_17> & Readonly<{
3093
4152
  "onUpdate:modelValue"?: ((value: string | number) => any) | undefined;
3094
4153
  }>, {
3095
4154
  size: "s" | "m";
3096
4155
  clearLabel: string;
3097
4156
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
3098
4157
 
3099
- export declare const MDivider: __VLS_WithTemplateSlots_10<typeof __VLS_component_10, __VLS_TemplateResult_10["slots"]>;
4158
+ export declare const MDivider: __VLS_WithTemplateSlots_11<typeof __VLS_component_11, __VLS_TemplateResult_11["slots"]>;
3100
4159
 
3101
- export declare const MDrawer: __VLS_WithTemplateSlots_11<typeof __VLS_component_11, __VLS_TemplateResult_11["slots"]>;
4160
+ export declare const MDrawer: __VLS_WithTemplateSlots_12<typeof __VLS_component_12, __VLS_TemplateResult_12["slots"]>;
3102
4161
 
3103
4162
  /**
3104
4163
  * A built-in menu is a structured list of navigational or interactive options, typically displayed as a vertical stack. It allows users to browse categories, access settings, or navigate through different sections of an interface.
@@ -3111,44 +4170,46 @@ declare type MenuItem = {
3111
4170
  target?: '_self' | '_blank' | '_parent' | '_top';
3112
4171
  };
3113
4172
 
3114
- export declare const MField: __VLS_WithTemplateSlots_12<typeof __VLS_component_12, __VLS_TemplateResult_12["slots"]>;
4173
+ export declare const MField: __VLS_WithTemplateSlots_13<typeof __VLS_component_13, __VLS_TemplateResult_13["slots"]>;
3115
4174
 
3116
- export declare const MFieldGroup: __VLS_WithTemplateSlots_13<typeof __VLS_component_13, __VLS_TemplateResult_13["slots"]>;
4175
+ export declare const MFieldGroup: __VLS_WithTemplateSlots_14<typeof __VLS_component_14, __VLS_TemplateResult_14["slots"]>;
3117
4176
 
3118
- export declare const MFileUploader: __VLS_WithTemplateSlots_14<typeof __VLS_component_14, __VLS_TemplateResult_14["slots"]>;
4177
+ export declare const MFileUploader: __VLS_WithTemplateSlots_15<typeof __VLS_component_15, __VLS_TemplateResult_15["slots"]>;
3119
4178
 
3120
- export declare const MFlag: DefineComponent<__VLS_Props_21, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_21> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
4179
+ export declare const MFileUploaderItem: __VLS_WithTemplateSlots_16<typeof __VLS_component_16, __VLS_TemplateResult_16["slots"]>;
3121
4180
 
3122
- export declare const MIconButton: __VLS_WithTemplateSlots_15<typeof __VLS_component_15, __VLS_TemplateResult_15["slots"]>;
4181
+ export declare const MFlag: DefineComponent<__VLS_Props_23, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_23> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
3123
4182
 
3124
- export declare const MKpiItem: DefineComponent<__VLS_Props_23, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_23> & Readonly<{}>, {
4183
+ export declare const MIconButton: __VLS_WithTemplateSlots_17<typeof __VLS_component_17, __VLS_TemplateResult_17["slots"]>;
4184
+
4185
+ export declare const MKpiItem: DefineComponent<__VLS_Props_25, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_25> & Readonly<{}>, {
3125
4186
  size: "s" | "m" | "l";
3126
4187
  status: "info" | "warning" | "error" | "success" | "neutral";
3127
4188
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
3128
4189
 
3129
- export declare const MLinearProgressbarBuffer: DefineComponent<__VLS_Props_24, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_24> & Readonly<{}>, {
4190
+ export declare const MLinearProgressbarBuffer: DefineComponent<__VLS_Props_26, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_26> & Readonly<{}>, {
3130
4191
  value: number;
3131
4192
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
3132
4193
 
3133
- export declare const MLinearProgressbarPercentage: DefineComponent<__VLS_Props_25, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_25> & Readonly<{}>, {
4194
+ export declare const MLinearProgressbarPercentage: DefineComponent<__VLS_Props_27, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_27> & Readonly<{}>, {
3134
4195
  value: number;
3135
4196
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
3136
4197
 
3137
- export declare const MLink: __VLS_WithTemplateSlots_16<typeof __VLS_component_16, __VLS_TemplateResult_16["slots"]>;
4198
+ export declare const MLink: __VLS_WithTemplateSlots_18<typeof __VLS_component_18, __VLS_TemplateResult_18["slots"]>;
3138
4199
 
3139
- export declare const MLoader: DefineComponent<__VLS_Props_27, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_27> & Readonly<{}>, {
4200
+ export declare const MLoader: DefineComponent<__VLS_Props_29, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_29> & Readonly<{}>, {
3140
4201
  appearance: "standard" | "accent" | "inverse";
3141
4202
  size: "xs" | "s" | "m" | "l";
3142
4203
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
3143
4204
 
3144
- export declare const MLoadingOverlay: DefineComponent<__VLS_Props_28, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_28> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
4205
+ export declare const MLoadingOverlay: DefineComponent<__VLS_Props_30, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_30> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
3145
4206
 
3146
- export declare const MModal: __VLS_WithTemplateSlots_17<typeof __VLS_component_17, __VLS_TemplateResult_17["slots"]>;
4207
+ export declare const MModal: __VLS_WithTemplateSlots_19<typeof __VLS_component_19, __VLS_TemplateResult_19["slots"]>;
3147
4208
 
3148
- export declare const MNavigationIndicator: DefineComponent<__VLS_Props_30, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
4209
+ export declare const MNavigationIndicator: DefineComponent<__VLS_Props_32, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
3149
4210
  "update:modelValue": (value: number) => any;
3150
4211
  action: () => any;
3151
- }, string, PublicProps, Readonly<__VLS_Props_30> & Readonly<{
4212
+ }, string, PublicProps, Readonly<__VLS_Props_32> & Readonly<{
3152
4213
  "onUpdate:modelValue"?: ((value: number) => any) | undefined;
3153
4214
  onAction?: (() => any) | undefined;
3154
4215
  }>, {
@@ -3156,24 +4217,24 @@ action: "pause" | "resume";
3156
4217
  player: boolean;
3157
4218
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
3158
4219
 
3159
- export declare const MNumberBadge: DefineComponent<__VLS_Props_31, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_31> & Readonly<{}>, {
4220
+ export declare const MNumberBadge: DefineComponent<__VLS_Props_33, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_33> & Readonly<{}>, {
3160
4221
  appearance: "danger" | "accent" | "inverse" | "standard";
3161
4222
  size: "s" | "m";
3162
4223
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLSpanElement>;
3163
4224
 
3164
- export declare const MOverlay: __VLS_WithTemplateSlots_18<typeof __VLS_component_18, __VLS_TemplateResult_18["slots"]>;
4225
+ export declare const MOverlay: __VLS_WithTemplateSlots_20<typeof __VLS_component_20, __VLS_TemplateResult_20["slots"]>;
3165
4226
 
3166
- export declare const MPageHeader: __VLS_WithTemplateSlots_19<typeof __VLS_component_19, __VLS_TemplateResult_19["slots"]>;
4227
+ export declare const MPageHeader: __VLS_WithTemplateSlots_21<typeof __VLS_component_21, __VLS_TemplateResult_21["slots"]>;
3167
4228
 
3168
- export declare const MPagination: DefineComponent<__VLS_Props_34, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
4229
+ export declare const MPagination: DefineComponent<__VLS_Props_36, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
3169
4230
  "update:modelValue": (value: number) => any;
3170
- }, string, PublicProps, Readonly<__VLS_Props_34> & Readonly<{
4231
+ }, string, PublicProps, Readonly<__VLS_Props_36> & Readonly<{
3171
4232
  "onUpdate:modelValue"?: ((value: number) => any) | undefined;
3172
4233
  }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLElement>;
3173
4234
 
3174
- export declare const MPasswordInput: DefineComponent<__VLS_Props_35, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
4235
+ export declare const MPasswordInput: DefineComponent<__VLS_Props_37, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
3175
4236
  "update:modelValue": (value: string | number) => any;
3176
- }, string, PublicProps, Readonly<__VLS_Props_35> & Readonly<{
4237
+ }, string, PublicProps, Readonly<__VLS_Props_37> & Readonly<{
3177
4238
  "onUpdate:modelValue"?: ((value: string | number) => any) | undefined;
3178
4239
  }>, {
3179
4240
  clearLabel: string;
@@ -3195,9 +4256,7 @@ readonly iconPosition?: "left" | "right" | "only" | undefined;
3195
4256
  readonly type?: "button" | "reset" | "submit" | undefined;
3196
4257
  readonly isLoading?: boolean | undefined;
3197
4258
  } & VNodeProps & AllowedComponentProps & ComponentCustomProps;
3198
- $attrs: {
3199
- [x: string]: unknown;
3200
- };
4259
+ $attrs: Attrs;
3201
4260
  $refs: {
3202
4261
  [x: string]: unknown;
3203
4262
  };
@@ -3266,34 +4325,34 @@ icon?: VNode;
3266
4325
  }) | null;
3267
4326
  }, any>;
3268
4327
 
3269
- export declare const MPhoneNumber: DefineComponent<__VLS_Props_36, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
4328
+ export declare const MPhoneNumber: DefineComponent<__VLS_Props_38, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
3270
4329
  "update:modelValue": (value: string) => any;
3271
4330
  valid: (isValid: boolean) => any;
3272
- }, string, PublicProps, Readonly<__VLS_Props_36> & Readonly<{
4331
+ }, string, PublicProps, Readonly<__VLS_Props_38> & Readonly<{
3273
4332
  "onUpdate:modelValue"?: ((value: string) => any) | undefined;
3274
4333
  onValid?: ((isValid: boolean) => any) | undefined;
3275
4334
  }>, {
3276
4335
  modelValue: string;
3277
4336
  size: "s" | "m";
3278
- defaultCountry: CountryCode;
3279
4337
  prefix: boolean;
4338
+ defaultCountry: CountryCode;
3280
4339
  flag: boolean;
3281
4340
  locale: string;
3282
4341
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
3283
4342
 
3284
- export declare const MPincode: DefineComponent<__VLS_Props_37, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
4343
+ export declare const MPincode: DefineComponent<__VLS_Props_39, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
3285
4344
  "update:modelValue": (value: string) => any;
3286
- }, string, PublicProps, Readonly<__VLS_Props_37> & Readonly<{
4345
+ }, string, PublicProps, Readonly<__VLS_Props_39> & Readonly<{
3287
4346
  "onUpdate:modelValue"?: ((value: string) => any) | undefined;
3288
4347
  }>, {
3289
4348
  length: 4 | 5 | 6;
3290
4349
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
3291
4350
 
3292
- export declare const MPopover: __VLS_WithTemplateSlots_20<typeof __VLS_component_20, __VLS_TemplateResult_20["slots"]>;
4351
+ export declare const MPopover: __VLS_WithTemplateSlots_22<typeof __VLS_component_22, __VLS_TemplateResult_22["slots"]>;
3293
4352
 
3294
- export declare const MQuantitySelector: DefineComponent<__VLS_Props_39, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
4353
+ export declare const MQuantitySelector: DefineComponent<__VLS_Props_41, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
3295
4354
  "update:modelValue": (value: number) => any;
3296
- }, string, PublicProps, Readonly<__VLS_Props_39> & Readonly<{
4355
+ }, string, PublicProps, Readonly<__VLS_Props_41> & Readonly<{
3297
4356
  "onUpdate:modelValue"?: ((value: number) => any) | undefined;
3298
4357
  }>, {
3299
4358
  modelValue: number;
@@ -3306,36 +4365,55 @@ incrementlabel: string;
3306
4365
  decrementLabel: string;
3307
4366
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
3308
4367
 
3309
- export declare const MRadio: DefineComponent<__VLS_Props_40, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
4368
+ export declare const MRadio: DefineComponent<__VLS_Props_42, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
3310
4369
  "update:modelValue": (value: boolean) => any;
3311
- }, string, PublicProps, Readonly<__VLS_Props_40> & Readonly<{
4370
+ }, string, PublicProps, Readonly<__VLS_Props_42> & Readonly<{
3312
4371
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
3313
4372
  }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
3314
4373
 
3315
- export declare const MRadioGroup: DefineComponent<__VLS_Props_41, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
4374
+ export declare const MRadioGroup: DefineComponent<__VLS_Props_43, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
3316
4375
  "update:modelValue": (value: string) => any;
3317
- }, string, PublicProps, Readonly<__VLS_Props_41> & Readonly<{
4376
+ }, string, PublicProps, Readonly<__VLS_Props_43> & Readonly<{
3318
4377
  "onUpdate:modelValue"?: ((value: string) => any) | undefined;
3319
4378
  }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
3320
4379
 
3321
- export declare const MSegmentedControl: DefineComponent<__VLS_Props_42, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
3322
- "update:modelValue": (value: number) => any;
3323
- }, string, PublicProps, Readonly<__VLS_Props_42> & Readonly<{
3324
- "onUpdate:modelValue"?: ((value: number) => any) | undefined;
4380
+ export declare const MSegmentedControl: DefineComponent<__VLS_Props_44, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
4381
+ "update:modelValue": (value?: string | number | undefined) => any;
4382
+ }, string, PublicProps, Readonly<__VLS_Props_44> & Readonly<{
4383
+ "onUpdate:modelValue"?: ((value?: string | number | undefined) => any) | undefined;
3325
4384
  }>, {
3326
- modelValue: number;
4385
+ modelValue: string | number;
3327
4386
  size: "s" | "m";
3328
4387
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
3329
4388
 
3330
- export declare const MSelect: DefineComponent<__VLS_Props_43, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
4389
+ export declare const MSelect: DefineComponent<__VLS_Props_45, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
3331
4390
  "update:modelValue": (value: string | number) => any;
3332
- }, string, PublicProps, Readonly<__VLS_Props_43> & Readonly<{
4391
+ }, string, PublicProps, Readonly<__VLS_Props_45> & Readonly<{
3333
4392
  "onUpdate:modelValue"?: ((value: string | number) => any) | undefined;
3334
4393
  }>, {
3335
4394
  size: "s" | "m";
3336
4395
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
3337
4396
 
3338
- export declare const MSidebar: __VLS_WithTemplateSlots_21<typeof __VLS_component_21, __VLS_TemplateResult_21["slots"]>;
4397
+ export declare const MSidebar: __VLS_WithTemplateSlots_23<typeof __VLS_component_23, __VLS_TemplateResult_23["slots"]>;
4398
+
4399
+ export declare const MSidebarExpandableItem: __VLS_WithTemplateSlots_24<typeof __VLS_component_24, __VLS_TemplateResult_24["slots"]>;
4400
+
4401
+ export declare const MSidebarFooter: __VLS_WithTemplateSlots_25<typeof __VLS_component_25, __VLS_TemplateResult_25["slots"]>;
4402
+
4403
+ export declare const MSidebarHeader: DefineComponent<__VLS_Props_49, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_49> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLElement>;
4404
+
4405
+ export declare const MSidebarNavItem: DefineComponent<__VLS_Props_50, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
4406
+ click: (value: MouseEvent) => any;
4407
+ }, string, PublicProps, Readonly<__VLS_Props_50> & Readonly<{
4408
+ onClick?: ((value: MouseEvent) => any) | undefined;
4409
+ }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {
4410
+ trigger: unknown;
4411
+ tooltip: HTMLDivElement;
4412
+ }, any>;
4413
+
4414
+ export declare const MSidebarShortcutItem: DefineComponent<__VLS_Props_51, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_51> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLLIElement>;
4415
+
4416
+ export declare const MSidebarShortcuts: __VLS_WithTemplateSlots_26<typeof __VLS_component_26, __VLS_TemplateResult_26["slots"]>;
3339
4417
 
3340
4418
  export declare const MStarRating: DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
3341
4419
  "update:modelValue": (value: number) => any;
@@ -3348,46 +4426,50 @@ readonly: boolean;
3348
4426
  compact: boolean;
3349
4427
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
3350
4428
 
3351
- export declare const MStatusBadge: DefineComponent<__VLS_Props_46, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_46> & Readonly<{}>, {
4429
+ export declare const MStatusBadge: DefineComponent<__VLS_Props_54, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_54> & Readonly<{}>, {
3352
4430
  status: "info" | "success" | "warning" | "error" | "neutral";
3353
4431
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
3354
4432
 
3355
- export declare const MStatusDot: DefineComponent<__VLS_Props_47, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_47> & Readonly<{}>, {
4433
+ export declare const MStatusDot: DefineComponent<__VLS_Props_55, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_55> & Readonly<{}>, {
3356
4434
  status: "info" | "success" | "warning" | "error" | "neutral";
3357
4435
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLSpanElement>;
3358
4436
 
3359
- export declare const MStatusMessage: DefineComponent<__VLS_Props_48, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_48> & Readonly<{}>, {
4437
+ export declare const MStatusMessage: DefineComponent<__VLS_Props_56, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_56> & Readonly<{}>, {
3360
4438
  status: "info" | "success" | "warning" | "error" | "neutral" | "inprogress";
3361
4439
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
3362
4440
 
3363
- export declare const MStatusNotification: __VLS_WithTemplateSlots_22<typeof __VLS_component_22, __VLS_TemplateResult_22["slots"]>;
4441
+ export declare const MStatusNotification: __VLS_WithTemplateSlots_27<typeof __VLS_component_27, __VLS_TemplateResult_27["slots"]>;
3364
4442
 
3365
- export declare const MStepperBottomBar: DefineComponent<__VLS_Props_50, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
4443
+ export declare const MStepperBottomBar: DefineComponent<__VLS_Props_58, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
3366
4444
  "update:modelValue": (value: number) => any;
3367
4445
  cancel: () => any;
3368
4446
  validate: () => any;
3369
- }, string, PublicProps, Readonly<__VLS_Props_50> & Readonly<{
4447
+ }, string, PublicProps, Readonly<__VLS_Props_58> & Readonly<{
3370
4448
  "onUpdate:modelValue"?: ((value: number) => any) | undefined;
3371
4449
  onCancel?: (() => any) | undefined;
3372
4450
  onValidate?: (() => any) | undefined;
3373
4451
  }>, {
3374
4452
  modelValue: number;
3375
- steps: number;
3376
4453
  cancel: boolean;
4454
+ steps: number;
3377
4455
  cancelLabel: string;
3378
4456
  previousLabel: string;
3379
4457
  nextLabel: string;
3380
4458
  validateLabel: string;
3381
4459
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
3382
4460
 
3383
- export declare const MStepperCompact: DefineComponent<__VLS_Props_51, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_51> & Readonly<{}>, {
4461
+ export declare const MStepperCompact: DefineComponent<__VLS_Props_59, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_59> & Readonly<{}>, {
3384
4462
  value: number;
3385
4463
  maxSteps: number;
3386
4464
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
3387
4465
 
3388
- export declare const MStepperInline: DefineComponent<__VLS_Props_52, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_52> & Readonly<{}>, {
4466
+ export declare const MStepperInline: DefineComponent<__VLS_Props_60, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_60> & Readonly<{}>, {
3389
4467
  steps: Array<{
3390
4468
  /**
4469
+ * Uniquer identifier for the step.
4470
+ */
4471
+ id?: string;
4472
+ /**
3391
4473
  * Label of the step.
3392
4474
  */
3393
4475
  label: string;
@@ -3396,24 +4478,24 @@ label: string;
3396
4478
  */
3397
4479
  additionalInfo?: string;
3398
4480
  }>;
3399
- currentStep: number;
4481
+ currentStep: string | number;
3400
4482
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLElement>;
3401
4483
 
3402
- export declare const MTabs: DefineComponent<__VLS_Props_53, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
3403
- "update:modelValue": (value: number) => any;
3404
- }, string, PublicProps, Readonly<__VLS_Props_53> & Readonly<{
3405
- "onUpdate:modelValue"?: ((value: number) => any) | undefined;
4484
+ export declare const MTabs: DefineComponent<__VLS_Props_61, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
4485
+ "update:modelValue": (value?: string | number | undefined) => any;
4486
+ }, string, PublicProps, Readonly<__VLS_Props_61> & Readonly<{
4487
+ "onUpdate:modelValue"?: ((value?: string | number | undefined) => any) | undefined;
3406
4488
  }>, {
3407
- modelValue: number;
4489
+ modelValue: string | number;
3408
4490
  divider: boolean;
3409
4491
  }, {}, {}, {}, string, ComponentProvideOptions, false, {
3410
4492
  tab: HTMLButtonElement;
3411
4493
  }, HTMLElement>;
3412
4494
 
3413
- export declare const MTag: DefineComponent<__VLS_Props_54, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
4495
+ export declare const MTag: DefineComponent<__VLS_Props_62, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
3414
4496
  "update:modelValue": (value: boolean) => any;
3415
4497
  "remove-tag": (id: string) => any;
3416
- }, string, PublicProps, Readonly<__VLS_Props_54> & Readonly<{
4498
+ }, string, PublicProps, Readonly<__VLS_Props_62> & Readonly<{
3417
4499
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
3418
4500
  "onRemove-tag"?: ((id: string) => any) | undefined;
3419
4501
  }>, {
@@ -3422,41 +4504,41 @@ contextualisedNumber: number;
3422
4504
  removableLabel: string;
3423
4505
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
3424
4506
 
3425
- export declare const MTextArea: DefineComponent<__VLS_Props_59, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
4507
+ export declare const MTextArea: DefineComponent<__VLS_Props_63, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
3426
4508
  "update:modelValue": (value: string | number) => any;
3427
- }, string, PublicProps, Readonly<__VLS_Props_59> & Readonly<{
4509
+ }, string, PublicProps, Readonly<__VLS_Props_63> & Readonly<{
3428
4510
  "onUpdate:modelValue"?: ((value: string | number) => any) | undefined;
3429
4511
  }>, {
3430
4512
  rows: number;
3431
4513
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
3432
4514
 
3433
- export declare const MTextInput: __VLS_WithTemplateSlots_27<typeof __VLS_component_27, __VLS_TemplateResult_27["slots"]>;
4515
+ export declare const MTextInput: __VLS_WithTemplateSlots_28<typeof __VLS_component_28, __VLS_TemplateResult_28["slots"]>;
3434
4516
 
3435
- export declare const MTile: __VLS_WithTemplateSlots_23<typeof __VLS_component_23, __VLS_TemplateResult_23["slots"]>;
4517
+ export declare const MTile: __VLS_WithTemplateSlots_29<typeof __VLS_component_29, __VLS_TemplateResult_29["slots"]>;
3436
4518
 
3437
- export declare const MTileClickable: __VLS_WithTemplateSlots_24<typeof __VLS_component_24, __VLS_TemplateResult_24["slots"]>;
4519
+ export declare const MTileClickable: __VLS_WithTemplateSlots_30<typeof __VLS_component_30, __VLS_TemplateResult_30["slots"]>;
3438
4520
 
3439
- export declare const MTileExpandable: __VLS_WithTemplateSlots_25<typeof __VLS_component_25, __VLS_TemplateResult_25["slots"]>;
4521
+ export declare const MTileExpandable: __VLS_WithTemplateSlots_31<typeof __VLS_component_31, __VLS_TemplateResult_31["slots"]>;
3440
4522
 
3441
- export declare const MTileSelectable: __VLS_WithTemplateSlots_26<typeof __VLS_component_26, __VLS_TemplateResult_26["slots"]>;
4523
+ export declare const MTileSelectable: __VLS_WithTemplateSlots_32<typeof __VLS_component_32, __VLS_TemplateResult_32["slots"]>;
3442
4524
 
3443
- export declare const MToaster: __VLS_WithTemplateSlots_28<typeof __VLS_component_28, __VLS_TemplateResult_28["slots"]>;
4525
+ export declare const MToaster: __VLS_WithTemplateSlots_33<typeof __VLS_component_33, __VLS_TemplateResult_33["slots"]>;
3444
4526
 
3445
- export declare const MToggle: DefineComponent<__VLS_Props_62, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
4527
+ export declare const MToggle: DefineComponent<__VLS_Props_70, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
3446
4528
  "update:modelValue": (value: boolean) => any;
3447
- }, string, PublicProps, Readonly<__VLS_Props_62> & Readonly<{
4529
+ }, string, PublicProps, Readonly<__VLS_Props_70> & Readonly<{
3448
4530
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
3449
4531
  }>, {
3450
4532
  size: "s" | "m";
3451
4533
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
3452
4534
 
3453
- export declare const MToggleGroup: DefineComponent<__VLS_Props_63, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
4535
+ export declare const MToggleGroup: DefineComponent<__VLS_Props_71, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
3454
4536
  "update:modelValue": (value: string[]) => any;
3455
- }, string, PublicProps, Readonly<__VLS_Props_63> & Readonly<{
4537
+ }, string, PublicProps, Readonly<__VLS_Props_71> & Readonly<{
3456
4538
  "onUpdate:modelValue"?: ((value: string[]) => any) | undefined;
3457
4539
  }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
3458
4540
 
3459
- export declare const MTooltip: __VLS_WithTemplateSlots_29<typeof __VLS_component_29, __VLS_TemplateResult_29["slots"]>;
4541
+ export declare const MTooltip: __VLS_WithTemplateSlots_34<typeof __VLS_component_34, __VLS_TemplateResult_34["slots"]>;
3460
4542
 
3461
4543
  declare type NormalizedFile = {
3462
4544
  name: string;