@mozaic-ds/vue 2.10.0 → 2.12.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 (43) hide show
  1. package/dist/mozaic-vue.css +1 -1
  2. package/dist/mozaic-vue.d.ts +417 -212
  3. package/dist/mozaic-vue.js +1737 -1231
  4. package/dist/mozaic-vue.js.map +1 -1
  5. package/dist/mozaic-vue.umd.cjs +5 -5
  6. package/dist/mozaic-vue.umd.cjs.map +1 -1
  7. package/package.json +2 -2
  8. package/src/components/builtinmenu/MBuiltInMenu.spec.ts +111 -0
  9. package/src/components/builtinmenu/MBuiltInMenu.stories.ts +58 -0
  10. package/src/components/builtinmenu/MBuiltInMenu.vue +110 -0
  11. package/src/components/builtinmenu/README.md +18 -0
  12. package/src/components/checklistmenu/MCheckListMenu.spec.ts +77 -0
  13. package/src/components/checklistmenu/MCheckListMenu.stories.ts +46 -0
  14. package/src/components/checklistmenu/MCheckListMenu.vue +61 -0
  15. package/src/components/checklistmenu/README.md +18 -0
  16. package/src/components/kpiitem/MKpiItem.spec.ts +71 -0
  17. package/src/components/kpiitem/MKpiItem.stories.ts +69 -0
  18. package/src/components/kpiitem/MKpiItem.vue +89 -0
  19. package/src/components/kpiitem/README.md +15 -0
  20. package/src/components/phonenumber/README.md +2 -0
  21. package/src/components/starrating/MStarRating.spec.ts +203 -0
  22. package/src/components/starrating/MStarRating.stories.ts +82 -0
  23. package/src/components/starrating/MStarRating.vue +187 -0
  24. package/src/components/starrating/README.md +31 -0
  25. package/src/components/statusbadge/README.md +1 -1
  26. package/src/components/statusdot/README.md +1 -1
  27. package/src/components/statusmessage/MStatusMessage.spec.ts +76 -0
  28. package/src/components/statusmessage/MStatusMessage.stories.ts +52 -0
  29. package/src/components/statusmessage/MStatusMessage.vue +70 -0
  30. package/src/components/statusmessage/README.md +11 -0
  31. package/src/components/statusnotification/README.md +1 -1
  32. package/src/components/steppercompact/MStepperCompact.spec.ts +98 -0
  33. package/src/components/steppercompact/MStepperCompact.stories.ts +43 -0
  34. package/src/components/steppercompact/MStepperCompact.vue +105 -0
  35. package/src/components/steppercompact/README.md +13 -0
  36. package/src/components/stepperinline/MStepperInline.spec.ts +78 -0
  37. package/src/components/stepperinline/MStepperInline.stories.ts +49 -0
  38. package/src/components/stepperinline/MStepperInline.vue +94 -0
  39. package/src/components/stepperinline/README.md +11 -0
  40. package/src/components/tag/MTag.vue +2 -1
  41. package/src/components/tag/README.md +1 -1
  42. package/src/components/toaster/README.md +1 -1
  43. package/src/main.ts +6 -0
@@ -26,40 +26,40 @@ declare const __VLS_component: DefineComponent<__VLS_Props, {}, {}, {}, {}, Comp
26
26
  size: "s" | "m" | "l";
27
27
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLSpanElement>;
28
28
 
29
- declare const __VLS_component_10: DefineComponent<__VLS_Props_16, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_16> & Readonly<{}>, {
29
+ declare const __VLS_component_10: DefineComponent<__VLS_Props_18, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_18> & Readonly<{}>, {
30
30
  size: "s" | "m" | "l";
31
31
  type: "button" | "reset" | "submit";
32
32
  appearance: "standard" | "accent" | "danger" | "inverse";
33
33
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLButtonElement>;
34
34
 
35
- declare const __VLS_component_11: DefineComponent<__VLS_Props_19, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_19> & Readonly<{}>, {
35
+ declare const __VLS_component_11: DefineComponent<__VLS_Props_21, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_21> & Readonly<{}>, {
36
36
  size: "s" | "m";
37
37
  iconPosition: "left" | "right";
38
38
  appearance: "secondary" | "accent" | "inverse" | "standard";
39
39
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
40
40
 
41
- declare const __VLS_component_12: DefineComponent<__VLS_Props_22, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
41
+ declare const __VLS_component_12: DefineComponent<__VLS_Props_24, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
42
42
  "update:open": (value: boolean) => any;
43
- }, string, PublicProps, Readonly<__VLS_Props_22> & Readonly<{
43
+ }, string, PublicProps, Readonly<__VLS_Props_24> & Readonly<{
44
44
  "onUpdate:open"?: ((value: boolean) => any) | undefined;
45
45
  }>, {
46
46
  scroll: boolean;
47
47
  closable: boolean;
48
48
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
49
49
 
50
- declare const __VLS_component_13: DefineComponent<__VLS_Props_24, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_24> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
50
+ declare const __VLS_component_13: DefineComponent<__VLS_Props_26, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_26> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
51
51
 
52
- declare const __VLS_component_14: DefineComponent<__VLS_Props_36, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
52
+ declare const __VLS_component_14: DefineComponent<__VLS_Props_40, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
53
53
  close: () => any;
54
- }, string, PublicProps, Readonly<__VLS_Props_36> & Readonly<{
54
+ }, string, PublicProps, Readonly<__VLS_Props_40> & Readonly<{
55
55
  onClose?: (() => any) | undefined;
56
56
  }>, {
57
57
  status: "info" | "success" | "warning" | "error";
58
58
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLElement>;
59
59
 
60
- declare const __VLS_component_15: DefineComponent<__VLS_Props_40, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
60
+ declare const __VLS_component_15: DefineComponent<__VLS_Props_46, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
61
61
  "update:modelValue": (value: string | number) => any;
62
- }, string, PublicProps, Readonly<__VLS_Props_40> & Readonly<{
62
+ }, string, PublicProps, Readonly<__VLS_Props_46> & Readonly<{
63
63
  "onUpdate:modelValue"?: ((value: string | number) => any) | undefined;
64
64
  }>, {
65
65
  size: "s" | "m";
@@ -67,49 +67,49 @@ clearLabel: string;
67
67
  inputType: "date" | "email" | "number" | "password" | "search" | "tel" | "text";
68
68
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
69
69
 
70
- declare const __VLS_component_16: DefineComponent<__VLS_Props_41, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
70
+ declare const __VLS_component_16: DefineComponent<__VLS_Props_47, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
71
71
  "update:open": (value: boolean) => any;
72
- }, string, PublicProps, Readonly<__VLS_Props_41> & Readonly<{
72
+ }, string, PublicProps, Readonly<__VLS_Props_47> & Readonly<{
73
73
  "onUpdate:open"?: ((value: boolean) => any) | undefined;
74
74
  }>, {
75
75
  status: "info" | "success" | "warning" | "error";
76
76
  closable: boolean;
77
77
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLElement>;
78
78
 
79
- declare const __VLS_component_17: DefineComponent<__VLS_Props_44, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_44> & Readonly<{}>, {
79
+ declare const __VLS_component_17: DefineComponent<__VLS_Props_50, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_50> & Readonly<{}>, {
80
80
  position: "top" | "bottom" | "left" | "right";
81
81
  pointer: boolean;
82
82
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
83
83
 
84
- declare const __VLS_component_2: DefineComponent<__VLS_Props_3, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_3> & Readonly<{}>, {
84
+ declare const __VLS_component_2: DefineComponent<__VLS_Props_4, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_4> & Readonly<{}>, {
85
85
  size: "s" | "m" | "l";
86
86
  type: "button" | "reset" | "submit";
87
87
  appearance: "standard" | "accent" | "danger" | "inverse";
88
88
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLButtonElement>;
89
89
 
90
- declare const __VLS_component_3: DefineComponent<__VLS_Props_4, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_4> & Readonly<{}>, {
90
+ declare const __VLS_component_3: DefineComponent<__VLS_Props_5, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_5> & Readonly<{}>, {
91
91
  appearance: "standard" | "accent" | "tips" | "inverse";
92
92
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLElement>;
93
93
 
94
- declare const __VLS_component_4: DefineComponent<__VLS_Props_5, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_5> & Readonly<{}>, {
94
+ declare const __VLS_component_4: DefineComponent<__VLS_Props_6, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_6> & Readonly<{}>, {
95
95
  previousButtonAriaLabel: string;
96
96
  nextButtonAriaLabel: string;
97
97
  }, {}, {}, {}, string, ComponentProvideOptions, false, {
98
98
  contentContainer: HTMLDivElement;
99
99
  }, HTMLDivElement>;
100
100
 
101
- declare const __VLS_component_5: DefineComponent<__VLS_Props_9, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_9> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
101
+ declare const __VLS_component_5: DefineComponent<__VLS_Props_11, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_11> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
102
102
 
103
- declare const __VLS_component_6: DefineComponent<__VLS_Props_11, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_11> & Readonly<{}>, {
103
+ declare const __VLS_component_6: DefineComponent<__VLS_Props_13, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_13> & Readonly<{}>, {
104
104
  size: "s" | "m" | "l";
105
105
  appearance: "primary" | "secondary" | "tertiary" | "inverse";
106
106
  orientation: "vertical" | "horizontal";
107
107
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
108
108
 
109
- declare const __VLS_component_7: DefineComponent<__VLS_Props_12, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
109
+ declare const __VLS_component_7: DefineComponent<__VLS_Props_14, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
110
110
  back: () => any;
111
111
  "update:open": (value: boolean) => any;
112
- }, string, PublicProps, Readonly<__VLS_Props_12> & Readonly<{
112
+ }, string, PublicProps, Readonly<__VLS_Props_14> & Readonly<{
113
113
  onBack?: (() => any) | undefined;
114
114
  "onUpdate:open"?: ((value: boolean) => any) | undefined;
115
115
  }>, {
@@ -118,9 +118,9 @@ scroll: boolean;
118
118
  titleRef: HTMLHeadingElement;
119
119
  }, any>;
120
120
 
121
- declare const __VLS_component_8: DefineComponent<__VLS_Props_13, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_13> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
121
+ declare const __VLS_component_8: DefineComponent<__VLS_Props_15, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_15> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
122
122
 
123
- declare const __VLS_component_9: DefineComponent<__VLS_Props_14, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_14> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLFieldSetElement>;
123
+ declare const __VLS_component_9: DefineComponent<__VLS_Props_16, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_16> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLFieldSetElement>;
124
124
 
125
125
  /**
126
126
  * 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.
@@ -133,9 +133,45 @@ declare type __VLS_Props = {
133
133
  };
134
134
 
135
135
  /**
136
- * 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).
136
+ * A circular progress bar visually represents progress toward a goal or completion of a process using a circular shape. It is commonly used to indicate task completion or performance metrics. The progress is displayed as a partially filled ring, often accompanied by a percentage or status indicator. Circular Progress Bars are useful for providing users with real-time feedback on ongoing actions without taking up significant screen space.
137
137
  */
138
138
  declare type __VLS_Props_10 = {
139
+ /**
140
+ * Sets the size of the progress bar.
141
+ */
142
+ size?: 's' | 'm' | 'l';
143
+ /**
144
+ * The current value of the progress bar.
145
+ */
146
+ value?: number;
147
+ /**
148
+ * Shows either a percentage or custom content.
149
+ */
150
+ type?: 'percentage' | 'content';
151
+ /**
152
+ * Main content shown when `type` is `'content'`.
153
+ */
154
+ contentValue?: string;
155
+ /**
156
+ * Additional text shown to define the `contentValue`.
157
+ */
158
+ additionalInfo?: string;
159
+ };
160
+
161
+ /**
162
+ * 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.
163
+ */
164
+ declare type __VLS_Props_11 = {
165
+ /**
166
+ * If `true`, the container will take the full width.
167
+ */
168
+ fluid?: boolean;
169
+ };
170
+
171
+ /**
172
+ * 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).
173
+ */
174
+ declare type __VLS_Props_12 = {
139
175
  /**
140
176
  * A unique identifier for the datepicker element, used to associate the label with the form element.
141
177
  */
@@ -177,7 +213,7 @@ declare type __VLS_Props_10 = {
177
213
  /**
178
214
  * 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.
179
215
  */
180
- declare type __VLS_Props_11 = {
216
+ declare type __VLS_Props_13 = {
181
217
  /**
182
218
  * Determines the orientation of the divider.
183
219
  */
@@ -195,7 +231,7 @@ declare type __VLS_Props_11 = {
195
231
  /**
196
232
  * 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.
197
233
  */
198
- declare type __VLS_Props_12 = {
234
+ declare type __VLS_Props_14 = {
199
235
  /**
200
236
  * If `true`, display the drawer.
201
237
  */
@@ -233,7 +269,7 @@ declare type __VLS_Props_12 = {
233
269
  /**
234
270
  * 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.
235
271
  */
236
- declare type __VLS_Props_13 = {
272
+ declare type __VLS_Props_15 = {
237
273
  /**
238
274
  * A unique identifier for the form field, used to associate the label with the form element.
239
275
  */
@@ -279,7 +315,7 @@ declare type __VLS_Props_13 = {
279
315
  /**
280
316
  * 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.
281
317
  */
282
- declare type __VLS_Props_14 = {
318
+ declare type __VLS_Props_16 = {
283
319
  /**
284
320
  * A unique identifier for the form field, used to associate the label with the form element.
285
321
  */
@@ -313,7 +349,7 @@ declare type __VLS_Props_14 = {
313
349
  /**
314
350
  * 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.
315
351
  */
316
- declare type __VLS_Props_15 = {
352
+ declare type __VLS_Props_17 = {
317
353
  /**
318
354
  * Label of the Flag.
319
355
  */
@@ -327,7 +363,7 @@ declare type __VLS_Props_15 = {
327
363
  /**
328
364
  * 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.
329
365
  */
330
- declare type __VLS_Props_16 = {
366
+ declare type __VLS_Props_18 = {
331
367
  /**
332
368
  * Defines the visual style of the icon button.
333
369
  */
@@ -357,7 +393,7 @@ declare type __VLS_Props_16 = {
357
393
  /**
358
394
  * 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.
359
395
  */
360
- declare type __VLS_Props_17 = {
396
+ declare type __VLS_Props_19 = {
361
397
  /**
362
398
  * Allows to define the progress bar size.
363
399
  */
@@ -368,10 +404,37 @@ declare type __VLS_Props_17 = {
368
404
  value?: number;
369
405
  };
370
406
 
407
+ /**
408
+ * 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.
409
+ */
410
+ declare type __VLS_Props_2 = {
411
+ /**
412
+ * Allows to define the breadcrumb appearance.
413
+ */
414
+ appearance?: 'standard' | 'inverse';
415
+ /**
416
+ * Links of the breadcrumb.
417
+ */
418
+ links: Array<{
419
+ /**
420
+ * The label displayed for the link.
421
+ */
422
+ label: string;
423
+ /**
424
+ * URL for the link (for external links or the `to` prop for `router-link`).
425
+ */
426
+ href: string;
427
+ /**
428
+ * If `true`, the link will be rendered as a `router-link` for internal navigation (Vue Router).
429
+ */
430
+ router?: boolean;
431
+ }>;
432
+ };
433
+
371
434
  /**
372
435
  * 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.
373
436
  */
374
- declare type __VLS_Props_18 = {
437
+ declare type __VLS_Props_20 = {
375
438
  /**
376
439
  * The current value of the progress bar.
377
440
  */
@@ -381,7 +444,7 @@ declare type __VLS_Props_18 = {
381
444
  /**
382
445
  * 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.
383
446
  */
384
- declare type __VLS_Props_19 = {
447
+ declare type __VLS_Props_21 = {
385
448
  /**
386
449
  * Position of the icon relative to the text.
387
450
  */
@@ -412,37 +475,10 @@ declare type __VLS_Props_19 = {
412
475
  router?: boolean;
413
476
  };
414
477
 
415
- /**
416
- * 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.
417
- */
418
- declare type __VLS_Props_2 = {
419
- /**
420
- * Allows to define the breadcrumb appearance.
421
- */
422
- appearance?: 'standard' | 'inverse';
423
- /**
424
- * Links of the breadcrumb.
425
- */
426
- links: Array<{
427
- /**
428
- * The label displayed for the link.
429
- */
430
- label: string;
431
- /**
432
- * URL for the link (for external links or the `to` prop for `router-link`).
433
- */
434
- href: string;
435
- /**
436
- * If `true`, the link will be rendered as a `router-link` for internal navigation (Vue Router).
437
- */
438
- router?: boolean;
439
- }>;
440
- };
441
-
442
478
  /**
443
479
  * 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.
444
480
  */
445
- declare type __VLS_Props_20 = {
481
+ declare type __VLS_Props_22 = {
446
482
  /**
447
483
  * Specifies the visual appearance of the loader.
448
484
  */
@@ -460,7 +496,7 @@ declare type __VLS_Props_20 = {
460
496
  /**
461
497
  * 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.
462
498
  */
463
- declare type __VLS_Props_21 = {
499
+ declare type __VLS_Props_23 = {
464
500
  /**
465
501
  * Controls the visibility of the loading overlay.
466
502
  */
@@ -474,7 +510,7 @@ declare type __VLS_Props_21 = {
474
510
  /**
475
511
  * 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.
476
512
  */
477
- declare type __VLS_Props_22 = {
513
+ declare type __VLS_Props_24 = {
478
514
  /**
479
515
  * if `true`, display the modal.
480
516
  */
@@ -504,7 +540,7 @@ declare type __VLS_Props_22 = {
504
540
  /**
505
541
  * 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.
506
542
  */
507
- declare type __VLS_Props_23 = {
543
+ declare type __VLS_Props_25 = {
508
544
  /**
509
545
  * Content of the badge.
510
546
  */
@@ -522,7 +558,7 @@ declare type __VLS_Props_23 = {
522
558
  /**
523
559
  * 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.
524
560
  */
525
- declare type __VLS_Props_24 = {
561
+ declare type __VLS_Props_26 = {
526
562
  /**
527
563
  * Controls the visibility of the overlay.
528
564
  */
@@ -536,7 +572,7 @@ declare type __VLS_Props_24 = {
536
572
  /**
537
573
  * 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.
538
574
  */
539
- declare type __VLS_Props_25 = {
575
+ declare type __VLS_Props_27 = {
540
576
  /**
541
577
  * A unique identifier for the pagination.
542
578
  */
@@ -566,7 +602,7 @@ declare type __VLS_Props_25 = {
566
602
  /**
567
603
  * 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.
568
604
  */
569
- declare type __VLS_Props_26 = {
605
+ declare type __VLS_Props_28 = {
570
606
  /**
571
607
  * A unique identifier for the password input element, used to associate the label with the form element.
572
608
  */
@@ -615,7 +651,7 @@ declare type __VLS_Props_26 = {
615
651
  /**
616
652
  * 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.
617
653
  */
618
- declare type __VLS_Props_27 = {
654
+ declare type __VLS_Props_29 = {
619
655
  /**
620
656
  * A unique identifier for the phone number input element, used to associate the label with the form element.
621
657
  */
@@ -666,10 +702,25 @@ declare type __VLS_Props_27 = {
666
702
  countryCodes?: CountryCode[];
667
703
  };
668
704
 
705
+ declare type __VLS_Props_3 = {
706
+ /**
707
+ * 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.
708
+ */
709
+ modelValue?: number;
710
+ /**
711
+ * Defines the menu items, each of which can include an icon and act as a button, link, or router-link.
712
+ */
713
+ items: MenuItem[];
714
+ /**
715
+ * When enabled, adds a visible border around the wrapper to highlight or separate its content.
716
+ */
717
+ outlined?: boolean;
718
+ };
719
+
669
720
  /**
670
721
  * 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).
671
722
  */
672
- declare type __VLS_Props_28 = {
723
+ declare type __VLS_Props_30 = {
673
724
  /**
674
725
  * A unique identifier for the pincode element, used to associate the label with the form element.
675
726
  */
@@ -703,7 +754,7 @@ declare type __VLS_Props_28 = {
703
754
  /**
704
755
  * 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.
705
756
  */
706
- declare type __VLS_Props_29 = {
757
+ declare type __VLS_Props_31 = {
707
758
  /**
708
759
  * A unique identifier for the quantity selector element, used to associate the label with the form element.
709
760
  */
@@ -754,48 +805,10 @@ declare type __VLS_Props_29 = {
754
805
  decrementLabel?: string;
755
806
  };
756
807
 
757
- /**
758
- * 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.
759
- */
760
- declare type __VLS_Props_3 = {
761
- /**
762
- * Defines the visual style of the button.
763
- */
764
- appearance?: 'standard' | 'accent' | 'danger' | 'inverse';
765
- /**
766
- * Determines the size of the button.
767
- */
768
- size?: 's' | 'm' | 'l';
769
- /**
770
- * If `true`, disables the button, making it non-interactive.
771
- */
772
- disabled?: boolean;
773
- /**
774
- * If `true`, applies a "ghost" style to the button, typically a transparent background with a border.
775
- */
776
- ghost?: boolean;
777
- /**
778
- * If `true`, the button gets an outlined style, usually with just the border and no solid background.
779
- */
780
- outlined?: boolean;
781
- /**
782
- * Controls the positioning of an icon in the button.
783
- */
784
- iconPosition?: 'left' | 'right' | 'only';
785
- /**
786
- * Specifies the button's HTML `type` attribute.
787
- */
788
- type?: 'button' | 'reset' | 'submit';
789
- /**
790
- * If `true`, a loading state is displayed.
791
- */
792
- isLoading?: boolean;
793
- };
794
-
795
808
  /**
796
809
  * 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.
797
810
  */
798
- declare type __VLS_Props_30 = {
811
+ declare type __VLS_Props_32 = {
799
812
  /**
800
813
  * A unique identifier for the radio, used to associate the label with the form element.
801
814
  */
@@ -825,7 +838,7 @@ declare type __VLS_Props_30 = {
825
838
  /**
826
839
  * 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).
827
840
  */
828
- declare type __VLS_Props_31 = {
841
+ declare type __VLS_Props_33 = {
829
842
  /**
830
843
  * The name attribute for the radio element, typically used for form submission.
831
844
  */
@@ -857,7 +870,7 @@ declare type __VLS_Props_31 = {
857
870
  /**
858
871
  * 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.
859
872
  */
860
- declare type __VLS_Props_32 = {
873
+ declare type __VLS_Props_34 = {
861
874
  /**
862
875
  * The selected segment index, bound via v-model.
863
876
  */
@@ -884,7 +897,7 @@ declare type __VLS_Props_32 = {
884
897
  /**
885
898
  * 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).
886
899
  */
887
- declare type __VLS_Props_33 = {
900
+ declare type __VLS_Props_35 = {
888
901
  /**
889
902
  * A unique identifier for the select, used to associate the label with the form element.
890
903
  */
@@ -929,10 +942,57 @@ declare type __VLS_Props_33 = {
929
942
  readonly?: boolean;
930
943
  };
931
944
 
945
+ /**
946
+ * 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.
947
+ */
948
+ declare type __VLS_Props_36 = {
949
+ /**
950
+ * Determines whether the rating is interactive or read-only.
951
+ * When true, all user interactions (click, hover, keyboard) are disabled.
952
+ * Automatically set to true when `compact`, `href`, or `information` are provided.
953
+ *
954
+ */
955
+ readonly?: boolean;
956
+ /**
957
+ * Defines the visual size of the star icons and the accompanying text.
958
+ *
959
+ */
960
+ size?: 's' | 'm' | 'l';
961
+ /**
962
+ * Enables a compact display mode that shows only one star instead of five.
963
+ * Typically used for summaries or quick visual cues.
964
+ * When enabled, the component automatically becomes read-only.
965
+ *
966
+ */
967
+ compact?: boolean;
968
+ /**
969
+ * Specifies the color scheme of the stars.
970
+ *
971
+ */
972
+ appearance?: 'standard' | 'accent';
973
+ /**
974
+ * Optional text displayed next to the star rating.
975
+ * If provided, the component automatically becomes read-only.
976
+ */
977
+ text?: string;
978
+ /**
979
+ * URL for the link (for external links or the `to` prop for `router-link`).
980
+ */
981
+ href?: string;
982
+ /**
983
+ * Where to open the link.
984
+ */
985
+ target?: '_self' | '_blank' | '_parent' | '_top';
986
+ /**
987
+ * If `true`, the link will be rendered as a `router-link` for internal navigation (Vue Router).
988
+ */
989
+ router?: boolean;
990
+ };
991
+
932
992
  /**
933
993
  * 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.
934
994
  */
935
- declare type __VLS_Props_34 = {
995
+ declare type __VLS_Props_37 = {
936
996
  /**
937
997
  * Content of the status badge
938
998
  */
@@ -946,7 +1006,7 @@ declare type __VLS_Props_34 = {
946
1006
  /**
947
1007
  * 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.
948
1008
  */
949
- declare type __VLS_Props_35 = {
1009
+ declare type __VLS_Props_38 = {
950
1010
  /**
951
1011
  * Allows to define the status dot type.
952
1012
  */
@@ -957,10 +1017,62 @@ declare type __VLS_Props_35 = {
957
1017
  size?: 's' | 'm' | 'l';
958
1018
  };
959
1019
 
1020
+ /**
1021
+ * 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.
1022
+ */
1023
+ declare type __VLS_Props_39 = {
1024
+ /**
1025
+ * Allows to define the status message style.
1026
+ */
1027
+ status?: 'info' | 'success' | 'warning' | 'error' | 'neutral' | 'inprogress';
1028
+ /**
1029
+ * Label of the status message.
1030
+ */
1031
+ label: string;
1032
+ };
1033
+
1034
+ /**
1035
+ * 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.
1036
+ */
1037
+ declare type __VLS_Props_4 = {
1038
+ /**
1039
+ * Defines the visual style of the button.
1040
+ */
1041
+ appearance?: 'standard' | 'accent' | 'danger' | 'inverse';
1042
+ /**
1043
+ * Determines the size of the button.
1044
+ */
1045
+ size?: 's' | 'm' | 'l';
1046
+ /**
1047
+ * If `true`, disables the button, making it non-interactive.
1048
+ */
1049
+ disabled?: boolean;
1050
+ /**
1051
+ * If `true`, applies a "ghost" style to the button, typically a transparent background with a border.
1052
+ */
1053
+ ghost?: boolean;
1054
+ /**
1055
+ * If `true`, the button gets an outlined style, usually with just the border and no solid background.
1056
+ */
1057
+ outlined?: boolean;
1058
+ /**
1059
+ * Controls the positioning of an icon in the button.
1060
+ */
1061
+ iconPosition?: 'left' | 'right' | 'only';
1062
+ /**
1063
+ * Specifies the button's HTML `type` attribute.
1064
+ */
1065
+ type?: 'button' | 'reset' | 'submit';
1066
+ /**
1067
+ * If `true`, a loading state is displayed.
1068
+ */
1069
+ isLoading?: boolean;
1070
+ };
1071
+
960
1072
  /**
961
1073
  * 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.
962
1074
  */
963
- declare type __VLS_Props_36 = {
1075
+ declare type __VLS_Props_40 = {
964
1076
  /**
965
1077
  * Title of the status notification.
966
1078
  */
@@ -979,10 +1091,55 @@ declare type __VLS_Props_36 = {
979
1091
  closable?: boolean;
980
1092
  };
981
1093
 
1094
+ /**
1095
+ * 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.
1096
+ */
1097
+ declare type __VLS_Props_41 = {
1098
+ /**
1099
+ * Current step of the stepper compact.
1100
+ */
1101
+ value?: number;
1102
+ /**
1103
+ * Maximum number of steps for the stepper compact.
1104
+ */
1105
+ maxSteps?: number;
1106
+ /**
1107
+ * Label of the stepper compact.
1108
+ */
1109
+ label: string;
1110
+ /**
1111
+ * Description displayed below the label of the stepper compact.
1112
+ */
1113
+ description?: string;
1114
+ };
1115
+
1116
+ /**
1117
+ * 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.
1118
+ */
1119
+ declare type __VLS_Props_42 = {
1120
+ /**
1121
+ * Current step of the stepper compact.
1122
+ */
1123
+ currentStep?: number;
1124
+ /**
1125
+ * Steps of the stepper inline.
1126
+ */
1127
+ steps?: Array<{
1128
+ /**
1129
+ * Label of the step.
1130
+ */
1131
+ label: string;
1132
+ /**
1133
+ * Optional additional information under the label.
1134
+ */
1135
+ additionalInfo?: string;
1136
+ }>;
1137
+ };
1138
+
982
1139
  /**
983
1140
  * 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.
984
1141
  */
985
- declare type __VLS_Props_37 = {
1142
+ declare type __VLS_Props_43 = {
986
1143
  /**
987
1144
  * A description indicating the purpose of the set of tabs. Useful for improving the accessibility of the component.
988
1145
  */
@@ -1025,7 +1182,7 @@ declare type __VLS_Props_37 = {
1025
1182
  /**
1026
1183
  * 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).
1027
1184
  */
1028
- declare type __VLS_Props_38 = {
1185
+ declare type __VLS_Props_44 = {
1029
1186
  /**
1030
1187
  * Defines the behavior and layout of the tag.
1031
1188
  */
@@ -1067,7 +1224,7 @@ declare type __VLS_Props_38 = {
1067
1224
  /**
1068
1225
  * 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).
1069
1226
  */
1070
- declare type __VLS_Props_39 = {
1227
+ declare type __VLS_Props_45 = {
1071
1228
  /**
1072
1229
  * A unique identifier for the textarea, used to associate the label with the form element.
1073
1230
  */
@@ -1110,28 +1267,10 @@ declare type __VLS_Props_39 = {
1110
1267
  readonly?: boolean;
1111
1268
  };
1112
1269
 
1113
- /**
1114
- * A callout is used to highlight additional information that can assist users with tips, extra details, or helpful guidance, without signaling a critical status or alert. Unlike notifications, callouts are not triggered by user actions and do not correspond to specific system states. They are designed to enhance the user experience by providing contextually relevant information that supports comprehension and usability.
1115
- */
1116
- declare type __VLS_Props_4 = {
1117
- /**
1118
- * Title of the callout.
1119
- */
1120
- title: string;
1121
- /**
1122
- * Description of the callout.
1123
- */
1124
- description: string;
1125
- /**
1126
- * Allows to define the callout appearance.
1127
- */
1128
- appearance?: 'standard' | 'accent' | 'tips' | 'inverse';
1129
- };
1130
-
1131
1270
  /**
1132
1271
  * 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).
1133
1272
  */
1134
- declare type __VLS_Props_40 = {
1273
+ declare type __VLS_Props_46 = {
1135
1274
  /**
1136
1275
  * A unique identifier for the input element, used to associate the label with the form element.
1137
1276
  */
@@ -1181,7 +1320,7 @@ declare type __VLS_Props_40 = {
1181
1320
  /**
1182
1321
  * 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.
1183
1322
  */
1184
- declare type __VLS_Props_41 = {
1323
+ declare type __VLS_Props_47 = {
1185
1324
  /**
1186
1325
  * If `true`, display the Toaster.
1187
1326
  */
@@ -1215,7 +1354,7 @@ declare type __VLS_Props_41 = {
1215
1354
  /**
1216
1355
  * 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.
1217
1356
  */
1218
- declare type __VLS_Props_42 = {
1357
+ declare type __VLS_Props_48 = {
1219
1358
  /**
1220
1359
  * A unique identifier for the toggle, used to associate the label with the form element.
1221
1360
  */
@@ -1245,7 +1384,7 @@ declare type __VLS_Props_42 = {
1245
1384
  /**
1246
1385
  * 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).
1247
1386
  */
1248
- declare type __VLS_Props_43 = {
1387
+ declare type __VLS_Props_49 = {
1249
1388
  /**
1250
1389
  * The name attribute for the toggle element, typically used for form submission.
1251
1390
  */
@@ -1271,10 +1410,28 @@ declare type __VLS_Props_43 = {
1271
1410
  inline?: boolean;
1272
1411
  };
1273
1412
 
1413
+ /**
1414
+ * A callout is used to highlight additional information that can assist users with tips, extra details, or helpful guidance, without signaling a critical status or alert. Unlike notifications, callouts are not triggered by user actions and do not correspond to specific system states. They are designed to enhance the user experience by providing contextually relevant information that supports comprehension and usability.
1415
+ */
1416
+ declare type __VLS_Props_5 = {
1417
+ /**
1418
+ * Title of the callout.
1419
+ */
1420
+ title: string;
1421
+ /**
1422
+ * Description of the callout.
1423
+ */
1424
+ description: string;
1425
+ /**
1426
+ * Allows to define the callout appearance.
1427
+ */
1428
+ appearance?: 'standard' | 'accent' | 'tips' | 'inverse';
1429
+ };
1430
+
1274
1431
  /**
1275
1432
  * 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.
1276
1433
  */
1277
- declare type __VLS_Props_44 = {
1434
+ declare type __VLS_Props_50 = {
1278
1435
  /**
1279
1436
  * A unique identifier for the tooltip, used to describe the tooltip.
1280
1437
  */
@@ -1296,7 +1453,7 @@ declare type __VLS_Props_44 = {
1296
1453
  /**
1297
1454
  * A Carousel allows users to browse through multiple items within a horizontal container, using swipe gestures on mobile or navigation controls on desktop. It is primarily used to showcase products, promotions, or visual content, offering an engaging way to explore information in a condensed and interactive format. Carousels help optimize space while keeping content visually appealing and easily accessible.
1298
1455
  */
1299
- declare type __VLS_Props_5 = {
1456
+ declare type __VLS_Props_6 = {
1300
1457
  /**
1301
1458
  * Aria label for the previous button.
1302
1459
  */
@@ -1310,7 +1467,7 @@ declare type __VLS_Props_5 = {
1310
1467
  /**
1311
1468
  * A checkbox is an interactive component used to select or deselect an option, typically within a list of choices. It allows users to make multiple selections independently and is often accompanied by a label for clarity. Checkboxes are commonly used in forms, filters, settings, and preference selections to provide a simple and intuitive way to enable or disable specific options.
1312
1469
  */
1313
- declare type __VLS_Props_6 = {
1470
+ declare type __VLS_Props_7 = {
1314
1471
  /**
1315
1472
  * A unique identifier for the checkbox, used to associate the label with the form element.
1316
1473
  */
@@ -1348,7 +1505,7 @@ declare type __VLS_Props_6 = {
1348
1505
  /**
1349
1506
  * A checkbox is an interactive component used to select or deselect an option, typically within a list of choices. It allows users to make multiple selections independently and is often accompanied by a label for clarity. Checkboxes are commonly used in forms, filters, settings, and preference selections to provide a simple and intuitive way to enable or disable specific options. <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).
1350
1507
  */
1351
- declare type __VLS_Props_7 = {
1508
+ declare type __VLS_Props_8 = {
1352
1509
  /**
1353
1510
  * The name attribute for the checkbox element, typically used for form submission.
1354
1511
  */
@@ -1375,41 +1532,24 @@ declare type __VLS_Props_7 = {
1375
1532
  inline?: boolean;
1376
1533
  };
1377
1534
 
1378
- /**
1379
- * A circular progress bar visually represents progress toward a goal or completion of a process using a circular shape. It is commonly used to indicate task completion or performance metrics. The progress is displayed as a partially filled ring, often accompanied by a percentage or status indicator. Circular Progress Bars are useful for providing users with real-time feedback on ongoing actions without taking up significant screen space.
1380
- */
1381
- declare type __VLS_Props_8 = {
1382
- /**
1383
- * Sets the size of the progress bar.
1384
- */
1385
- size?: 's' | 'm' | 'l';
1535
+ declare type __VLS_Props_9 = {
1386
1536
  /**
1387
- * The current value of the progress bar.
1537
+ * 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.
1388
1538
  */
1389
- value?: number;
1539
+ modelValue?: number;
1390
1540
  /**
1391
- * Shows either a percentage or custom content.
1541
+ * Defines the menu items, each of which sets a checked state and act as a button, link, or router-link.
1392
1542
  */
1393
- type?: 'percentage' | 'content';
1543
+ items: CheckListMenuItem[];
1394
1544
  /**
1395
- * Main content shown when `type` is `'content'`.
1545
+ * When enabled, adds a visible border around the wrapper to highlight or separate its content.
1396
1546
  */
1397
- contentValue?: string;
1398
- /**
1399
- * Additional text shown to define the `contentValue`.
1400
- */
1401
- additionalInfo?: string;
1547
+ outlined?: boolean;
1402
1548
  };
1403
1549
 
1404
- /**
1405
- * 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.
1406
- */
1407
- declare type __VLS_Props_9 = {
1408
- /**
1409
- * If `true`, the container will take the full width.
1410
- */
1411
- fluid?: boolean;
1412
- };
1550
+ declare type __VLS_PublicProps = {
1551
+ modelValue: number;
1552
+ } & __VLS_Props_36;
1413
1553
 
1414
1554
  declare function __VLS_template(): {
1415
1555
  attrs: Partial<{}>;
@@ -1904,38 +2044,57 @@ declare type __VLS_WithTemplateSlots_9<T, S> = T & {
1904
2044
  };
1905
2045
  };
1906
2046
 
2047
+ /**
2048
+ * A check-list menu is a structured vertical list where each item represents a distinct section of content. It enables users to navigate through and validate different parts of an interface in any order. Unlike linear steppers, this component offers flexibility by allowing non-sequential completion, making it ideal for user profile setup, application settings, or flexible onboarding processes where users can choose their own path through the experience.
2049
+ */
2050
+ declare type CheckListMenuItem = Omit<MenuItem, 'icon'> & {
2051
+ checked: boolean;
2052
+ };
2053
+
1907
2054
  export declare const MAvatar: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
1908
2055
 
1909
2056
  export declare const MBreadcrumb: DefineComponent<__VLS_Props_2, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_2> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLElement>;
1910
2057
 
2058
+ export declare const MBuiltInMenu: DefineComponent<__VLS_Props_3, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
2059
+ "update:modelValue": (value: number) => any;
2060
+ }, string, PublicProps, Readonly<__VLS_Props_3> & Readonly<{
2061
+ "onUpdate:modelValue"?: ((value: number) => any) | undefined;
2062
+ }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLElement>;
2063
+
1911
2064
  export declare const MButton: __VLS_WithTemplateSlots_2<typeof __VLS_component_2, __VLS_TemplateResult_2["slots"]>;
1912
2065
 
1913
2066
  export declare const MCallout: __VLS_WithTemplateSlots_3<typeof __VLS_component_3, __VLS_TemplateResult_3["slots"]>;
1914
2067
 
1915
2068
  export declare const MCarousel: __VLS_WithTemplateSlots_4<typeof __VLS_component_4, __VLS_TemplateResult_4["slots"]>;
1916
2069
 
1917
- export declare const MCheckbox: DefineComponent<__VLS_Props_6, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
2070
+ export declare const MCheckbox: DefineComponent<__VLS_Props_7, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
1918
2071
  "update:modelValue": (value: boolean) => any;
1919
- }, string, PublicProps, Readonly<__VLS_Props_6> & Readonly<{
2072
+ }, string, PublicProps, Readonly<__VLS_Props_7> & Readonly<{
1920
2073
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
1921
2074
  }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
1922
2075
 
1923
- export declare const MCheckboxGroup: DefineComponent<__VLS_Props_7, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
2076
+ export declare const MCheckboxGroup: DefineComponent<__VLS_Props_8, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
1924
2077
  "update:modelValue": (value: string[]) => any;
1925
- }, string, PublicProps, Readonly<__VLS_Props_7> & Readonly<{
2078
+ }, string, PublicProps, Readonly<__VLS_Props_8> & Readonly<{
1926
2079
  "onUpdate:modelValue"?: ((value: string[]) => any) | undefined;
1927
2080
  }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
1928
2081
 
1929
- export declare const MCircularProgressbar: DefineComponent<__VLS_Props_8, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_8> & Readonly<{}>, {
2082
+ export declare const MCheckListMenu: DefineComponent<__VLS_Props_9, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
2083
+ "update:modelValue": (value: number) => any;
2084
+ }, string, PublicProps, Readonly<__VLS_Props_9> & Readonly<{
2085
+ "onUpdate:modelValue"?: ((value: number) => any) | undefined;
2086
+ }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLElement>;
2087
+
2088
+ export declare const MCircularProgressbar: DefineComponent<__VLS_Props_10, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_10> & Readonly<{}>, {
1930
2089
  type: "percentage" | "content";
1931
2090
  value: number;
1932
2091
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
1933
2092
 
1934
2093
  export declare const MContainer: __VLS_WithTemplateSlots_5<typeof __VLS_component_5, __VLS_TemplateResult_5["slots"]>;
1935
2094
 
1936
- export declare const MDatepicker: DefineComponent<__VLS_Props_10, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
2095
+ export declare const MDatepicker: DefineComponent<__VLS_Props_12, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
1937
2096
  "update:modelValue": (value: string | number) => any;
1938
- }, string, PublicProps, Readonly<__VLS_Props_10> & Readonly<{
2097
+ }, string, PublicProps, Readonly<__VLS_Props_12> & Readonly<{
1939
2098
  "onUpdate:modelValue"?: ((value: string | number) => any) | undefined;
1940
2099
  }>, {
1941
2100
  size: "s" | "m";
@@ -1946,49 +2105,60 @@ export declare const MDivider: __VLS_WithTemplateSlots_6<typeof __VLS_component_
1946
2105
 
1947
2106
  export declare const MDrawer: __VLS_WithTemplateSlots_7<typeof __VLS_component_7, __VLS_TemplateResult_7["slots"]>;
1948
2107
 
2108
+ /**
2109
+ * 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.
2110
+ */
2111
+ declare type MenuItem = {
2112
+ label: string;
2113
+ icon?: Component;
2114
+ href?: string;
2115
+ to?: string;
2116
+ target?: '_self' | '_blank' | '_parent' | '_top';
2117
+ };
2118
+
1949
2119
  export declare const MField: __VLS_WithTemplateSlots_8<typeof __VLS_component_8, __VLS_TemplateResult_8["slots"]>;
1950
2120
 
1951
2121
  export declare const MFieldGroup: __VLS_WithTemplateSlots_9<typeof __VLS_component_9, __VLS_TemplateResult_9["slots"]>;
1952
2122
 
1953
- export declare const MFlag: DefineComponent<__VLS_Props_15, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_15> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
2123
+ export declare const MFlag: DefineComponent<__VLS_Props_17, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_17> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
1954
2124
 
1955
2125
  export declare const MIconButton: __VLS_WithTemplateSlots_10<typeof __VLS_component_10, __VLS_TemplateResult_10["slots"]>;
1956
2126
 
1957
- export declare const MLinearProgressbarBuffer: DefineComponent<__VLS_Props_17, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_17> & Readonly<{}>, {
2127
+ export declare const MLinearProgressbarBuffer: DefineComponent<__VLS_Props_19, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_19> & Readonly<{}>, {
1958
2128
  value: number;
1959
2129
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
1960
2130
 
1961
- export declare const MLinearProgressbarPercentage: DefineComponent<__VLS_Props_18, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_18> & Readonly<{}>, {
2131
+ export declare const MLinearProgressbarPercentage: DefineComponent<__VLS_Props_20, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_20> & Readonly<{}>, {
1962
2132
  value: number;
1963
2133
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
1964
2134
 
1965
2135
  export declare const MLink: __VLS_WithTemplateSlots_11<typeof __VLS_component_11, __VLS_TemplateResult_11["slots"]>;
1966
2136
 
1967
- export declare const MLoader: DefineComponent<__VLS_Props_20, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_20> & Readonly<{}>, {
2137
+ export declare const MLoader: DefineComponent<__VLS_Props_22, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_22> & Readonly<{}>, {
1968
2138
  size: "xs" | "s" | "m" | "l";
1969
2139
  appearance: "standard" | "accent" | "inverse";
1970
2140
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
1971
2141
 
1972
- export declare const MLoadingOverlay: DefineComponent<__VLS_Props_21, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_21> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
2142
+ export declare const MLoadingOverlay: DefineComponent<__VLS_Props_23, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_23> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
1973
2143
 
1974
2144
  export declare const MModal: __VLS_WithTemplateSlots_12<typeof __VLS_component_12, __VLS_TemplateResult_12["slots"]>;
1975
2145
 
1976
- export declare const MNumberBadge: DefineComponent<__VLS_Props_23, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_23> & Readonly<{}>, {
2146
+ export declare const MNumberBadge: DefineComponent<__VLS_Props_25, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_25> & Readonly<{}>, {
1977
2147
  size: "s" | "m";
1978
2148
  appearance: "danger" | "accent" | "inverse" | "standard";
1979
2149
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLSpanElement>;
1980
2150
 
1981
2151
  export declare const MOverlay: __VLS_WithTemplateSlots_13<typeof __VLS_component_13, __VLS_TemplateResult_13["slots"]>;
1982
2152
 
1983
- export declare const MPagination: DefineComponent<__VLS_Props_25, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
2153
+ export declare const MPagination: DefineComponent<__VLS_Props_27, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
1984
2154
  "update:modelValue": (value: number) => any;
1985
- }, string, PublicProps, Readonly<__VLS_Props_25> & Readonly<{
2155
+ }, string, PublicProps, Readonly<__VLS_Props_27> & Readonly<{
1986
2156
  "onUpdate:modelValue"?: ((value: number) => any) | undefined;
1987
2157
  }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLElement>;
1988
2158
 
1989
- export declare const MPasswordInput: DefineComponent<__VLS_Props_26, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
2159
+ export declare const MPasswordInput: DefineComponent<__VLS_Props_28, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
1990
2160
  "update:modelValue": (value: string | number) => any;
1991
- }, string, PublicProps, Readonly<__VLS_Props_26> & Readonly<{
2161
+ }, string, PublicProps, Readonly<__VLS_Props_28> & Readonly<{
1992
2162
  "onUpdate:modelValue"?: ((value: string | number) => any) | undefined;
1993
2163
  }>, {
1994
2164
  clearLabel: string;
@@ -2081,10 +2251,10 @@ icon?: VNode;
2081
2251
  }) | null;
2082
2252
  }, any>;
2083
2253
 
2084
- export declare const MPhoneNumber: DefineComponent<__VLS_Props_27, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
2254
+ export declare const MPhoneNumber: DefineComponent<__VLS_Props_29, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
2085
2255
  "update:modelValue": (value: string) => any;
2086
2256
  valid: (isValid: boolean) => any;
2087
- }, string, PublicProps, Readonly<__VLS_Props_27> & Readonly<{
2257
+ }, string, PublicProps, Readonly<__VLS_Props_29> & Readonly<{
2088
2258
  "onUpdate:modelValue"?: ((value: string) => any) | undefined;
2089
2259
  onValid?: ((isValid: boolean) => any) | undefined;
2090
2260
  }>, {
@@ -2096,17 +2266,17 @@ flag: boolean;
2096
2266
  locale: string;
2097
2267
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
2098
2268
 
2099
- export declare const MPincode: DefineComponent<__VLS_Props_28, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
2269
+ export declare const MPincode: DefineComponent<__VLS_Props_30, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
2100
2270
  "update:modelValue": (value: string) => any;
2101
- }, string, PublicProps, Readonly<__VLS_Props_28> & Readonly<{
2271
+ }, string, PublicProps, Readonly<__VLS_Props_30> & Readonly<{
2102
2272
  "onUpdate:modelValue"?: ((value: string) => any) | undefined;
2103
2273
  }>, {
2104
2274
  length: 4 | 5 | 6;
2105
2275
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
2106
2276
 
2107
- export declare const MQuantitySelector: DefineComponent<__VLS_Props_29, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
2277
+ export declare const MQuantitySelector: DefineComponent<__VLS_Props_31, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
2108
2278
  "update:modelValue": (value: number) => any;
2109
- }, string, PublicProps, Readonly<__VLS_Props_29> & Readonly<{
2279
+ }, string, PublicProps, Readonly<__VLS_Props_31> & Readonly<{
2110
2280
  "onUpdate:modelValue"?: ((value: number) => any) | undefined;
2111
2281
  }>, {
2112
2282
  size: "s" | "m";
@@ -2119,48 +2289,82 @@ incrementlabel: string;
2119
2289
  decrementLabel: string;
2120
2290
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
2121
2291
 
2122
- export declare const MRadio: DefineComponent<__VLS_Props_30, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
2292
+ export declare const MRadio: DefineComponent<__VLS_Props_32, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
2123
2293
  "update:modelValue": (value: boolean) => any;
2124
- }, string, PublicProps, Readonly<__VLS_Props_30> & Readonly<{
2294
+ }, string, PublicProps, Readonly<__VLS_Props_32> & Readonly<{
2125
2295
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
2126
2296
  }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
2127
2297
 
2128
- export declare const MRadioGroup: DefineComponent<__VLS_Props_31, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
2298
+ export declare const MRadioGroup: DefineComponent<__VLS_Props_33, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
2129
2299
  "update:modelValue": (value: string) => any;
2130
- }, string, PublicProps, Readonly<__VLS_Props_31> & Readonly<{
2300
+ }, string, PublicProps, Readonly<__VLS_Props_33> & Readonly<{
2131
2301
  "onUpdate:modelValue"?: ((value: string) => any) | undefined;
2132
2302
  }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
2133
2303
 
2134
- export declare const MSegmentedControl: DefineComponent<__VLS_Props_32, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
2304
+ export declare const MSegmentedControl: DefineComponent<__VLS_Props_34, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
2135
2305
  "update:modelValue": (value: number) => any;
2136
- }, string, PublicProps, Readonly<__VLS_Props_32> & Readonly<{
2306
+ }, string, PublicProps, Readonly<__VLS_Props_34> & Readonly<{
2137
2307
  "onUpdate:modelValue"?: ((value: number) => any) | undefined;
2138
2308
  }>, {
2139
2309
  size: "s" | "m";
2140
2310
  modelValue: number;
2141
2311
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
2142
2312
 
2143
- export declare const MSelect: DefineComponent<__VLS_Props_33, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
2313
+ export declare const MSelect: DefineComponent<__VLS_Props_35, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
2144
2314
  "update:modelValue": (value: string | number) => any;
2145
- }, string, PublicProps, Readonly<__VLS_Props_33> & Readonly<{
2315
+ }, string, PublicProps, Readonly<__VLS_Props_35> & Readonly<{
2146
2316
  "onUpdate:modelValue"?: ((value: string | number) => any) | undefined;
2147
2317
  }>, {
2148
2318
  size: "s" | "m";
2149
2319
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
2150
2320
 
2151
- export declare const MStatusBadge: DefineComponent<__VLS_Props_34, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_34> & Readonly<{}>, {
2321
+ export declare const MStarRating: DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
2322
+ "update:modelValue": (value: number) => any;
2323
+ }, string, PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
2324
+ "onUpdate:modelValue"?: ((value: number) => any) | undefined;
2325
+ }>, {
2326
+ size: "s" | "m" | "l";
2327
+ appearance: "standard" | "accent";
2328
+ readonly: boolean;
2329
+ compact: boolean;
2330
+ }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
2331
+
2332
+ export declare const MStatusBadge: DefineComponent<__VLS_Props_37, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_37> & Readonly<{}>, {
2152
2333
  status: "info" | "success" | "warning" | "error" | "neutral";
2153
2334
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
2154
2335
 
2155
- export declare const MStatusDot: DefineComponent<__VLS_Props_35, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_35> & Readonly<{}>, {
2336
+ export declare const MStatusDot: DefineComponent<__VLS_Props_38, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_38> & Readonly<{}>, {
2156
2337
  status: "info" | "success" | "warning" | "error" | "neutral";
2157
2338
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLSpanElement>;
2158
2339
 
2340
+ export declare const MStatusMessage: DefineComponent<__VLS_Props_39, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_39> & Readonly<{}>, {
2341
+ status: "info" | "success" | "warning" | "error" | "neutral" | "inprogress";
2342
+ }, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
2343
+
2159
2344
  export declare const MStatusNotification: __VLS_WithTemplateSlots_14<typeof __VLS_component_14, __VLS_TemplateResult_14["slots"]>;
2160
2345
 
2161
- export declare const MTabs: DefineComponent<__VLS_Props_37, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
2346
+ export declare const MStepperCompact: DefineComponent<__VLS_Props_41, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_41> & Readonly<{}>, {
2347
+ value: number;
2348
+ maxSteps: number;
2349
+ }, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
2350
+
2351
+ export declare const MStepperInline: DefineComponent<__VLS_Props_42, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_42> & Readonly<{}>, {
2352
+ currentStep: number;
2353
+ steps: Array<{
2354
+ /**
2355
+ * Label of the step.
2356
+ */
2357
+ label: string;
2358
+ /**
2359
+ * Optional additional information under the label.
2360
+ */
2361
+ additionalInfo?: string;
2362
+ }>;
2363
+ }, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLElement>;
2364
+
2365
+ export declare const MTabs: DefineComponent<__VLS_Props_43, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
2162
2366
  "update:modelValue": (value: number) => any;
2163
- }, string, PublicProps, Readonly<__VLS_Props_37> & Readonly<{
2367
+ }, string, PublicProps, Readonly<__VLS_Props_43> & Readonly<{
2164
2368
  "onUpdate:modelValue"?: ((value: number) => any) | undefined;
2165
2369
  }>, {
2166
2370
  modelValue: number;
@@ -2169,20 +2373,21 @@ divider: boolean;
2169
2373
  tab: HTMLButtonElement;
2170
2374
  }, HTMLElement>;
2171
2375
 
2172
- export declare const MTag: DefineComponent<__VLS_Props_38, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
2376
+ export declare const MTag: DefineComponent<__VLS_Props_44, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
2173
2377
  "update:modelValue": (value: boolean) => any;
2174
2378
  "remove-tag": (id: string) => any;
2175
- }, string, PublicProps, Readonly<__VLS_Props_38> & Readonly<{
2379
+ }, string, PublicProps, Readonly<__VLS_Props_44> & Readonly<{
2176
2380
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
2177
2381
  "onRemove-tag"?: ((id: string) => any) | undefined;
2178
2382
  }>, {
2179
2383
  type: "informative" | "interactive" | "contextualised" | "removable" | "selectable";
2180
2384
  contextualisedNumber: number;
2385
+ removableLabel: string;
2181
2386
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
2182
2387
 
2183
- export declare const MTextArea: DefineComponent<__VLS_Props_39, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
2388
+ export declare const MTextArea: DefineComponent<__VLS_Props_45, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
2184
2389
  "update:modelValue": (value: string | number) => any;
2185
- }, string, PublicProps, Readonly<__VLS_Props_39> & Readonly<{
2390
+ }, string, PublicProps, Readonly<__VLS_Props_45> & Readonly<{
2186
2391
  "onUpdate:modelValue"?: ((value: string | number) => any) | undefined;
2187
2392
  }>, {
2188
2393
  rows: number;
@@ -2192,17 +2397,17 @@ export declare const MTextInput: __VLS_WithTemplateSlots_15<typeof __VLS_compone
2192
2397
 
2193
2398
  export declare const MToaster: __VLS_WithTemplateSlots_16<typeof __VLS_component_16, __VLS_TemplateResult_16["slots"]>;
2194
2399
 
2195
- export declare const MToggle: DefineComponent<__VLS_Props_42, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
2400
+ export declare const MToggle: DefineComponent<__VLS_Props_48, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
2196
2401
  "update:modelValue": (value: boolean) => any;
2197
- }, string, PublicProps, Readonly<__VLS_Props_42> & Readonly<{
2402
+ }, string, PublicProps, Readonly<__VLS_Props_48> & Readonly<{
2198
2403
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
2199
2404
  }>, {
2200
2405
  size: "s" | "m";
2201
2406
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
2202
2407
 
2203
- export declare const MToggleGroup: DefineComponent<__VLS_Props_43, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
2408
+ export declare const MToggleGroup: DefineComponent<__VLS_Props_49, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
2204
2409
  "update:modelValue": (value: string[]) => any;
2205
- }, string, PublicProps, Readonly<__VLS_Props_43> & Readonly<{
2410
+ }, string, PublicProps, Readonly<__VLS_Props_49> & Readonly<{
2206
2411
  "onUpdate:modelValue"?: ((value: string[]) => any) | undefined;
2207
2412
  }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
2208
2413