@mozaic-ds/vue 2.11.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.
- package/dist/mozaic-vue.css +1 -1
- package/dist/mozaic-vue.d.ts +308 -211
- package/dist/mozaic-vue.js +1370 -1192
- package/dist/mozaic-vue.js.map +1 -1
- package/dist/mozaic-vue.umd.cjs +5 -5
- package/dist/mozaic-vue.umd.cjs.map +1 -1
- package/package.json +2 -2
- package/src/components/builtinmenu/MBuiltInMenu.spec.ts +111 -0
- package/src/components/builtinmenu/MBuiltInMenu.stories.ts +58 -0
- package/src/components/builtinmenu/MBuiltInMenu.vue +110 -0
- package/src/components/builtinmenu/README.md +18 -0
- package/src/components/checklistmenu/MCheckListMenu.spec.ts +77 -0
- package/src/components/checklistmenu/MCheckListMenu.stories.ts +46 -0
- package/src/components/checklistmenu/MCheckListMenu.vue +61 -0
- package/src/components/checklistmenu/README.md +18 -0
- package/src/components/stepperinline/MStepperInline.spec.ts +78 -0
- package/src/components/stepperinline/MStepperInline.stories.ts +49 -0
- package/src/components/stepperinline/MStepperInline.vue +94 -0
- package/src/components/stepperinline/README.md +11 -0
- package/src/main.ts +3 -0
package/dist/mozaic-vue.d.ts
CHANGED
|
@@ -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<
|
|
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<
|
|
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<
|
|
41
|
+
declare const __VLS_component_12: DefineComponent<__VLS_Props_24, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
42
42
|
"update:open": (value: boolean) => any;
|
|
43
|
-
}, string, PublicProps, 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<
|
|
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<
|
|
52
|
+
declare const __VLS_component_14: DefineComponent<__VLS_Props_40, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
53
53
|
close: () => any;
|
|
54
|
-
}, string, PublicProps, 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<
|
|
60
|
+
declare const __VLS_component_15: DefineComponent<__VLS_Props_46, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
61
61
|
"update:modelValue": (value: string | number) => any;
|
|
62
|
-
}, string, PublicProps, 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<
|
|
70
|
+
declare const __VLS_component_16: DefineComponent<__VLS_Props_47, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
71
71
|
"update:open": (value: boolean) => any;
|
|
72
|
-
}, string, PublicProps, 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<
|
|
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<
|
|
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<
|
|
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<
|
|
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<
|
|
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<
|
|
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<
|
|
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<
|
|
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<
|
|
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<
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
*/
|
|
@@ -932,7 +945,7 @@ declare type __VLS_Props_33 = {
|
|
|
932
945
|
/**
|
|
933
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.
|
|
934
947
|
*/
|
|
935
|
-
declare type
|
|
948
|
+
declare type __VLS_Props_36 = {
|
|
936
949
|
/**
|
|
937
950
|
* Determines whether the rating is interactive or read-only.
|
|
938
951
|
* When true, all user interactions (click, hover, keyboard) are disabled.
|
|
@@ -979,7 +992,7 @@ declare type __VLS_Props_34 = {
|
|
|
979
992
|
/**
|
|
980
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.
|
|
981
994
|
*/
|
|
982
|
-
declare type
|
|
995
|
+
declare type __VLS_Props_37 = {
|
|
983
996
|
/**
|
|
984
997
|
* Content of the status badge
|
|
985
998
|
*/
|
|
@@ -993,7 +1006,7 @@ declare type __VLS_Props_35 = {
|
|
|
993
1006
|
/**
|
|
994
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.
|
|
995
1008
|
*/
|
|
996
|
-
declare type
|
|
1009
|
+
declare type __VLS_Props_38 = {
|
|
997
1010
|
/**
|
|
998
1011
|
* Allows to define the status dot type.
|
|
999
1012
|
*/
|
|
@@ -1007,7 +1020,7 @@ declare type __VLS_Props_36 = {
|
|
|
1007
1020
|
/**
|
|
1008
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.
|
|
1009
1022
|
*/
|
|
1010
|
-
declare type
|
|
1023
|
+
declare type __VLS_Props_39 = {
|
|
1011
1024
|
/**
|
|
1012
1025
|
* Allows to define the status message style.
|
|
1013
1026
|
*/
|
|
@@ -1018,10 +1031,48 @@ declare type __VLS_Props_37 = {
|
|
|
1018
1031
|
label: string;
|
|
1019
1032
|
};
|
|
1020
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
|
+
|
|
1021
1072
|
/**
|
|
1022
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.
|
|
1023
1074
|
*/
|
|
1024
|
-
declare type
|
|
1075
|
+
declare type __VLS_Props_40 = {
|
|
1025
1076
|
/**
|
|
1026
1077
|
* Title of the status notification.
|
|
1027
1078
|
*/
|
|
@@ -1043,7 +1094,7 @@ declare type __VLS_Props_38 = {
|
|
|
1043
1094
|
/**
|
|
1044
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.
|
|
1045
1096
|
*/
|
|
1046
|
-
declare type
|
|
1097
|
+
declare type __VLS_Props_41 = {
|
|
1047
1098
|
/**
|
|
1048
1099
|
* Current step of the stepper compact.
|
|
1049
1100
|
*/
|
|
@@ -1063,27 +1114,32 @@ declare type __VLS_Props_39 = {
|
|
|
1063
1114
|
};
|
|
1064
1115
|
|
|
1065
1116
|
/**
|
|
1066
|
-
* A
|
|
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.
|
|
1067
1118
|
*/
|
|
1068
|
-
declare type
|
|
1069
|
-
/**
|
|
1070
|
-
* Title of the callout.
|
|
1071
|
-
*/
|
|
1072
|
-
title: string;
|
|
1119
|
+
declare type __VLS_Props_42 = {
|
|
1073
1120
|
/**
|
|
1074
|
-
*
|
|
1121
|
+
* Current step of the stepper compact.
|
|
1075
1122
|
*/
|
|
1076
|
-
|
|
1123
|
+
currentStep?: number;
|
|
1077
1124
|
/**
|
|
1078
|
-
*
|
|
1125
|
+
* Steps of the stepper inline.
|
|
1079
1126
|
*/
|
|
1080
|
-
|
|
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
|
+
}>;
|
|
1081
1137
|
};
|
|
1082
1138
|
|
|
1083
1139
|
/**
|
|
1084
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.
|
|
1085
1141
|
*/
|
|
1086
|
-
declare type
|
|
1142
|
+
declare type __VLS_Props_43 = {
|
|
1087
1143
|
/**
|
|
1088
1144
|
* A description indicating the purpose of the set of tabs. Useful for improving the accessibility of the component.
|
|
1089
1145
|
*/
|
|
@@ -1126,7 +1182,7 @@ declare type __VLS_Props_40 = {
|
|
|
1126
1182
|
/**
|
|
1127
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).
|
|
1128
1184
|
*/
|
|
1129
|
-
declare type
|
|
1185
|
+
declare type __VLS_Props_44 = {
|
|
1130
1186
|
/**
|
|
1131
1187
|
* Defines the behavior and layout of the tag.
|
|
1132
1188
|
*/
|
|
@@ -1168,7 +1224,7 @@ declare type __VLS_Props_41 = {
|
|
|
1168
1224
|
/**
|
|
1169
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).
|
|
1170
1226
|
*/
|
|
1171
|
-
declare type
|
|
1227
|
+
declare type __VLS_Props_45 = {
|
|
1172
1228
|
/**
|
|
1173
1229
|
* A unique identifier for the textarea, used to associate the label with the form element.
|
|
1174
1230
|
*/
|
|
@@ -1214,7 +1270,7 @@ declare type __VLS_Props_42 = {
|
|
|
1214
1270
|
/**
|
|
1215
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).
|
|
1216
1272
|
*/
|
|
1217
|
-
declare type
|
|
1273
|
+
declare type __VLS_Props_46 = {
|
|
1218
1274
|
/**
|
|
1219
1275
|
* A unique identifier for the input element, used to associate the label with the form element.
|
|
1220
1276
|
*/
|
|
@@ -1264,7 +1320,7 @@ declare type __VLS_Props_43 = {
|
|
|
1264
1320
|
/**
|
|
1265
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.
|
|
1266
1322
|
*/
|
|
1267
|
-
declare type
|
|
1323
|
+
declare type __VLS_Props_47 = {
|
|
1268
1324
|
/**
|
|
1269
1325
|
* If `true`, display the Toaster.
|
|
1270
1326
|
*/
|
|
@@ -1298,7 +1354,7 @@ declare type __VLS_Props_44 = {
|
|
|
1298
1354
|
/**
|
|
1299
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.
|
|
1300
1356
|
*/
|
|
1301
|
-
declare type
|
|
1357
|
+
declare type __VLS_Props_48 = {
|
|
1302
1358
|
/**
|
|
1303
1359
|
* A unique identifier for the toggle, used to associate the label with the form element.
|
|
1304
1360
|
*/
|
|
@@ -1328,7 +1384,7 @@ declare type __VLS_Props_45 = {
|
|
|
1328
1384
|
/**
|
|
1329
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).
|
|
1330
1386
|
*/
|
|
1331
|
-
declare type
|
|
1387
|
+
declare type __VLS_Props_49 = {
|
|
1332
1388
|
/**
|
|
1333
1389
|
* The name attribute for the toggle element, typically used for form submission.
|
|
1334
1390
|
*/
|
|
@@ -1354,10 +1410,28 @@ declare type __VLS_Props_46 = {
|
|
|
1354
1410
|
inline?: boolean;
|
|
1355
1411
|
};
|
|
1356
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
|
+
|
|
1357
1431
|
/**
|
|
1358
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.
|
|
1359
1433
|
*/
|
|
1360
|
-
declare type
|
|
1434
|
+
declare type __VLS_Props_50 = {
|
|
1361
1435
|
/**
|
|
1362
1436
|
* A unique identifier for the tooltip, used to describe the tooltip.
|
|
1363
1437
|
*/
|
|
@@ -1379,7 +1453,7 @@ declare type __VLS_Props_47 = {
|
|
|
1379
1453
|
/**
|
|
1380
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.
|
|
1381
1455
|
*/
|
|
1382
|
-
declare type
|
|
1456
|
+
declare type __VLS_Props_6 = {
|
|
1383
1457
|
/**
|
|
1384
1458
|
* Aria label for the previous button.
|
|
1385
1459
|
*/
|
|
@@ -1393,7 +1467,7 @@ declare type __VLS_Props_5 = {
|
|
|
1393
1467
|
/**
|
|
1394
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.
|
|
1395
1469
|
*/
|
|
1396
|
-
declare type
|
|
1470
|
+
declare type __VLS_Props_7 = {
|
|
1397
1471
|
/**
|
|
1398
1472
|
* A unique identifier for the checkbox, used to associate the label with the form element.
|
|
1399
1473
|
*/
|
|
@@ -1431,7 +1505,7 @@ declare type __VLS_Props_6 = {
|
|
|
1431
1505
|
/**
|
|
1432
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).
|
|
1433
1507
|
*/
|
|
1434
|
-
declare type
|
|
1508
|
+
declare type __VLS_Props_8 = {
|
|
1435
1509
|
/**
|
|
1436
1510
|
* The name attribute for the checkbox element, typically used for form submission.
|
|
1437
1511
|
*/
|
|
@@ -1458,45 +1532,24 @@ declare type __VLS_Props_7 = {
|
|
|
1458
1532
|
inline?: boolean;
|
|
1459
1533
|
};
|
|
1460
1534
|
|
|
1461
|
-
|
|
1462
|
-
* 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.
|
|
1463
|
-
*/
|
|
1464
|
-
declare type __VLS_Props_8 = {
|
|
1465
|
-
/**
|
|
1466
|
-
* Sets the size of the progress bar.
|
|
1467
|
-
*/
|
|
1468
|
-
size?: 's' | 'm' | 'l';
|
|
1469
|
-
/**
|
|
1470
|
-
* The current value of the progress bar.
|
|
1471
|
-
*/
|
|
1472
|
-
value?: number;
|
|
1535
|
+
declare type __VLS_Props_9 = {
|
|
1473
1536
|
/**
|
|
1474
|
-
*
|
|
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.
|
|
1475
1538
|
*/
|
|
1476
|
-
|
|
1539
|
+
modelValue?: number;
|
|
1477
1540
|
/**
|
|
1478
|
-
*
|
|
1541
|
+
* Defines the menu items, each of which sets a checked state and act as a button, link, or router-link.
|
|
1479
1542
|
*/
|
|
1480
|
-
|
|
1543
|
+
items: CheckListMenuItem[];
|
|
1481
1544
|
/**
|
|
1482
|
-
*
|
|
1545
|
+
* When enabled, adds a visible border around the wrapper to highlight or separate its content.
|
|
1483
1546
|
*/
|
|
1484
|
-
|
|
1485
|
-
};
|
|
1486
|
-
|
|
1487
|
-
/**
|
|
1488
|
-
* 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.
|
|
1489
|
-
*/
|
|
1490
|
-
declare type __VLS_Props_9 = {
|
|
1491
|
-
/**
|
|
1492
|
-
* If `true`, the container will take the full width.
|
|
1493
|
-
*/
|
|
1494
|
-
fluid?: boolean;
|
|
1547
|
+
outlined?: boolean;
|
|
1495
1548
|
};
|
|
1496
1549
|
|
|
1497
1550
|
declare type __VLS_PublicProps = {
|
|
1498
1551
|
modelValue: number;
|
|
1499
|
-
} &
|
|
1552
|
+
} & __VLS_Props_36;
|
|
1500
1553
|
|
|
1501
1554
|
declare function __VLS_template(): {
|
|
1502
1555
|
attrs: Partial<{}>;
|
|
@@ -1991,38 +2044,57 @@ declare type __VLS_WithTemplateSlots_9<T, S> = T & {
|
|
|
1991
2044
|
};
|
|
1992
2045
|
};
|
|
1993
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
|
+
|
|
1994
2054
|
export declare const MAvatar: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
1995
2055
|
|
|
1996
2056
|
export declare const MBreadcrumb: DefineComponent<__VLS_Props_2, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_2> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLElement>;
|
|
1997
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
|
+
|
|
1998
2064
|
export declare const MButton: __VLS_WithTemplateSlots_2<typeof __VLS_component_2, __VLS_TemplateResult_2["slots"]>;
|
|
1999
2065
|
|
|
2000
2066
|
export declare const MCallout: __VLS_WithTemplateSlots_3<typeof __VLS_component_3, __VLS_TemplateResult_3["slots"]>;
|
|
2001
2067
|
|
|
2002
2068
|
export declare const MCarousel: __VLS_WithTemplateSlots_4<typeof __VLS_component_4, __VLS_TemplateResult_4["slots"]>;
|
|
2003
2069
|
|
|
2004
|
-
export declare const MCheckbox: DefineComponent<
|
|
2070
|
+
export declare const MCheckbox: DefineComponent<__VLS_Props_7, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
2005
2071
|
"update:modelValue": (value: boolean) => any;
|
|
2006
|
-
}, string, PublicProps, Readonly<
|
|
2072
|
+
}, string, PublicProps, Readonly<__VLS_Props_7> & Readonly<{
|
|
2007
2073
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
2008
2074
|
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
2009
2075
|
|
|
2010
|
-
export declare const MCheckboxGroup: DefineComponent<
|
|
2076
|
+
export declare const MCheckboxGroup: DefineComponent<__VLS_Props_8, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
2011
2077
|
"update:modelValue": (value: string[]) => any;
|
|
2012
|
-
}, string, PublicProps, Readonly<
|
|
2078
|
+
}, string, PublicProps, Readonly<__VLS_Props_8> & Readonly<{
|
|
2013
2079
|
"onUpdate:modelValue"?: ((value: string[]) => any) | undefined;
|
|
2014
2080
|
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
2015
2081
|
|
|
2016
|
-
export declare const
|
|
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<{}>, {
|
|
2017
2089
|
type: "percentage" | "content";
|
|
2018
2090
|
value: number;
|
|
2019
2091
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
2020
2092
|
|
|
2021
2093
|
export declare const MContainer: __VLS_WithTemplateSlots_5<typeof __VLS_component_5, __VLS_TemplateResult_5["slots"]>;
|
|
2022
2094
|
|
|
2023
|
-
export declare const MDatepicker: DefineComponent<
|
|
2095
|
+
export declare const MDatepicker: DefineComponent<__VLS_Props_12, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
2024
2096
|
"update:modelValue": (value: string | number) => any;
|
|
2025
|
-
}, string, PublicProps, Readonly<
|
|
2097
|
+
}, string, PublicProps, Readonly<__VLS_Props_12> & Readonly<{
|
|
2026
2098
|
"onUpdate:modelValue"?: ((value: string | number) => any) | undefined;
|
|
2027
2099
|
}>, {
|
|
2028
2100
|
size: "s" | "m";
|
|
@@ -2033,49 +2105,60 @@ export declare const MDivider: __VLS_WithTemplateSlots_6<typeof __VLS_component_
|
|
|
2033
2105
|
|
|
2034
2106
|
export declare const MDrawer: __VLS_WithTemplateSlots_7<typeof __VLS_component_7, __VLS_TemplateResult_7["slots"]>;
|
|
2035
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
|
+
|
|
2036
2119
|
export declare const MField: __VLS_WithTemplateSlots_8<typeof __VLS_component_8, __VLS_TemplateResult_8["slots"]>;
|
|
2037
2120
|
|
|
2038
2121
|
export declare const MFieldGroup: __VLS_WithTemplateSlots_9<typeof __VLS_component_9, __VLS_TemplateResult_9["slots"]>;
|
|
2039
2122
|
|
|
2040
|
-
export declare const MFlag: DefineComponent<
|
|
2123
|
+
export declare const MFlag: DefineComponent<__VLS_Props_17, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_17> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
2041
2124
|
|
|
2042
2125
|
export declare const MIconButton: __VLS_WithTemplateSlots_10<typeof __VLS_component_10, __VLS_TemplateResult_10["slots"]>;
|
|
2043
2126
|
|
|
2044
|
-
export declare const MLinearProgressbarBuffer: DefineComponent<
|
|
2127
|
+
export declare const MLinearProgressbarBuffer: DefineComponent<__VLS_Props_19, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_19> & Readonly<{}>, {
|
|
2045
2128
|
value: number;
|
|
2046
2129
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
2047
2130
|
|
|
2048
|
-
export declare const MLinearProgressbarPercentage: DefineComponent<
|
|
2131
|
+
export declare const MLinearProgressbarPercentage: DefineComponent<__VLS_Props_20, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_20> & Readonly<{}>, {
|
|
2049
2132
|
value: number;
|
|
2050
2133
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
2051
2134
|
|
|
2052
2135
|
export declare const MLink: __VLS_WithTemplateSlots_11<typeof __VLS_component_11, __VLS_TemplateResult_11["slots"]>;
|
|
2053
2136
|
|
|
2054
|
-
export declare const MLoader: DefineComponent<
|
|
2137
|
+
export declare const MLoader: DefineComponent<__VLS_Props_22, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_22> & Readonly<{}>, {
|
|
2055
2138
|
size: "xs" | "s" | "m" | "l";
|
|
2056
2139
|
appearance: "standard" | "accent" | "inverse";
|
|
2057
2140
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
2058
2141
|
|
|
2059
|
-
export declare const MLoadingOverlay: DefineComponent<
|
|
2142
|
+
export declare const MLoadingOverlay: DefineComponent<__VLS_Props_23, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_23> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
2060
2143
|
|
|
2061
2144
|
export declare const MModal: __VLS_WithTemplateSlots_12<typeof __VLS_component_12, __VLS_TemplateResult_12["slots"]>;
|
|
2062
2145
|
|
|
2063
|
-
export declare const MNumberBadge: DefineComponent<
|
|
2146
|
+
export declare const MNumberBadge: DefineComponent<__VLS_Props_25, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_25> & Readonly<{}>, {
|
|
2064
2147
|
size: "s" | "m";
|
|
2065
2148
|
appearance: "danger" | "accent" | "inverse" | "standard";
|
|
2066
2149
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLSpanElement>;
|
|
2067
2150
|
|
|
2068
2151
|
export declare const MOverlay: __VLS_WithTemplateSlots_13<typeof __VLS_component_13, __VLS_TemplateResult_13["slots"]>;
|
|
2069
2152
|
|
|
2070
|
-
export declare const MPagination: DefineComponent<
|
|
2153
|
+
export declare const MPagination: DefineComponent<__VLS_Props_27, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
2071
2154
|
"update:modelValue": (value: number) => any;
|
|
2072
|
-
}, string, PublicProps, Readonly<
|
|
2155
|
+
}, string, PublicProps, Readonly<__VLS_Props_27> & Readonly<{
|
|
2073
2156
|
"onUpdate:modelValue"?: ((value: number) => any) | undefined;
|
|
2074
2157
|
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLElement>;
|
|
2075
2158
|
|
|
2076
|
-
export declare const MPasswordInput: DefineComponent<
|
|
2159
|
+
export declare const MPasswordInput: DefineComponent<__VLS_Props_28, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
2077
2160
|
"update:modelValue": (value: string | number) => any;
|
|
2078
|
-
}, string, PublicProps, Readonly<
|
|
2161
|
+
}, string, PublicProps, Readonly<__VLS_Props_28> & Readonly<{
|
|
2079
2162
|
"onUpdate:modelValue"?: ((value: string | number) => any) | undefined;
|
|
2080
2163
|
}>, {
|
|
2081
2164
|
clearLabel: string;
|
|
@@ -2168,10 +2251,10 @@ icon?: VNode;
|
|
|
2168
2251
|
}) | null;
|
|
2169
2252
|
}, any>;
|
|
2170
2253
|
|
|
2171
|
-
export declare const MPhoneNumber: DefineComponent<
|
|
2254
|
+
export declare const MPhoneNumber: DefineComponent<__VLS_Props_29, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
2172
2255
|
"update:modelValue": (value: string) => any;
|
|
2173
2256
|
valid: (isValid: boolean) => any;
|
|
2174
|
-
}, string, PublicProps, Readonly<
|
|
2257
|
+
}, string, PublicProps, Readonly<__VLS_Props_29> & Readonly<{
|
|
2175
2258
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
2176
2259
|
onValid?: ((isValid: boolean) => any) | undefined;
|
|
2177
2260
|
}>, {
|
|
@@ -2183,17 +2266,17 @@ flag: boolean;
|
|
|
2183
2266
|
locale: string;
|
|
2184
2267
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
2185
2268
|
|
|
2186
|
-
export declare const MPincode: DefineComponent<
|
|
2269
|
+
export declare const MPincode: DefineComponent<__VLS_Props_30, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
2187
2270
|
"update:modelValue": (value: string) => any;
|
|
2188
|
-
}, string, PublicProps, Readonly<
|
|
2271
|
+
}, string, PublicProps, Readonly<__VLS_Props_30> & Readonly<{
|
|
2189
2272
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
2190
2273
|
}>, {
|
|
2191
2274
|
length: 4 | 5 | 6;
|
|
2192
2275
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
2193
2276
|
|
|
2194
|
-
export declare const MQuantitySelector: DefineComponent<
|
|
2277
|
+
export declare const MQuantitySelector: DefineComponent<__VLS_Props_31, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
2195
2278
|
"update:modelValue": (value: number) => any;
|
|
2196
|
-
}, string, PublicProps, Readonly<
|
|
2279
|
+
}, string, PublicProps, Readonly<__VLS_Props_31> & Readonly<{
|
|
2197
2280
|
"onUpdate:modelValue"?: ((value: number) => any) | undefined;
|
|
2198
2281
|
}>, {
|
|
2199
2282
|
size: "s" | "m";
|
|
@@ -2206,30 +2289,30 @@ incrementlabel: string;
|
|
|
2206
2289
|
decrementLabel: string;
|
|
2207
2290
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
2208
2291
|
|
|
2209
|
-
export declare const MRadio: DefineComponent<
|
|
2292
|
+
export declare const MRadio: DefineComponent<__VLS_Props_32, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
2210
2293
|
"update:modelValue": (value: boolean) => any;
|
|
2211
|
-
}, string, PublicProps, Readonly<
|
|
2294
|
+
}, string, PublicProps, Readonly<__VLS_Props_32> & Readonly<{
|
|
2212
2295
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
2213
2296
|
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
2214
2297
|
|
|
2215
|
-
export declare const MRadioGroup: DefineComponent<
|
|
2298
|
+
export declare const MRadioGroup: DefineComponent<__VLS_Props_33, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
2216
2299
|
"update:modelValue": (value: string) => any;
|
|
2217
|
-
}, string, PublicProps, Readonly<
|
|
2300
|
+
}, string, PublicProps, Readonly<__VLS_Props_33> & Readonly<{
|
|
2218
2301
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
2219
2302
|
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
2220
2303
|
|
|
2221
|
-
export declare const MSegmentedControl: DefineComponent<
|
|
2304
|
+
export declare const MSegmentedControl: DefineComponent<__VLS_Props_34, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
2222
2305
|
"update:modelValue": (value: number) => any;
|
|
2223
|
-
}, string, PublicProps, Readonly<
|
|
2306
|
+
}, string, PublicProps, Readonly<__VLS_Props_34> & Readonly<{
|
|
2224
2307
|
"onUpdate:modelValue"?: ((value: number) => any) | undefined;
|
|
2225
2308
|
}>, {
|
|
2226
2309
|
size: "s" | "m";
|
|
2227
2310
|
modelValue: number;
|
|
2228
2311
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
2229
2312
|
|
|
2230
|
-
export declare const MSelect: DefineComponent<
|
|
2313
|
+
export declare const MSelect: DefineComponent<__VLS_Props_35, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
2231
2314
|
"update:modelValue": (value: string | number) => any;
|
|
2232
|
-
}, string, PublicProps, Readonly<
|
|
2315
|
+
}, string, PublicProps, Readonly<__VLS_Props_35> & Readonly<{
|
|
2233
2316
|
"onUpdate:modelValue"?: ((value: string | number) => any) | undefined;
|
|
2234
2317
|
}>, {
|
|
2235
2318
|
size: "s" | "m";
|
|
@@ -2246,28 +2329,42 @@ readonly: boolean;
|
|
|
2246
2329
|
compact: boolean;
|
|
2247
2330
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
2248
2331
|
|
|
2249
|
-
export declare const MStatusBadge: DefineComponent<
|
|
2332
|
+
export declare const MStatusBadge: DefineComponent<__VLS_Props_37, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_37> & Readonly<{}>, {
|
|
2250
2333
|
status: "info" | "success" | "warning" | "error" | "neutral";
|
|
2251
2334
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
2252
2335
|
|
|
2253
|
-
export declare const MStatusDot: DefineComponent<
|
|
2336
|
+
export declare const MStatusDot: DefineComponent<__VLS_Props_38, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_38> & Readonly<{}>, {
|
|
2254
2337
|
status: "info" | "success" | "warning" | "error" | "neutral";
|
|
2255
2338
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLSpanElement>;
|
|
2256
2339
|
|
|
2257
|
-
export declare const MStatusMessage: DefineComponent<
|
|
2340
|
+
export declare const MStatusMessage: DefineComponent<__VLS_Props_39, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_39> & Readonly<{}>, {
|
|
2258
2341
|
status: "info" | "success" | "warning" | "error" | "neutral" | "inprogress";
|
|
2259
2342
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
2260
2343
|
|
|
2261
2344
|
export declare const MStatusNotification: __VLS_WithTemplateSlots_14<typeof __VLS_component_14, __VLS_TemplateResult_14["slots"]>;
|
|
2262
2345
|
|
|
2263
|
-
export declare const MStepperCompact: DefineComponent<
|
|
2346
|
+
export declare const MStepperCompact: DefineComponent<__VLS_Props_41, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_41> & Readonly<{}>, {
|
|
2264
2347
|
value: number;
|
|
2265
2348
|
maxSteps: number;
|
|
2266
2349
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
2267
2350
|
|
|
2268
|
-
export declare const
|
|
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, {} & {
|
|
2269
2366
|
"update:modelValue": (value: number) => any;
|
|
2270
|
-
}, string, PublicProps, Readonly<
|
|
2367
|
+
}, string, PublicProps, Readonly<__VLS_Props_43> & Readonly<{
|
|
2271
2368
|
"onUpdate:modelValue"?: ((value: number) => any) | undefined;
|
|
2272
2369
|
}>, {
|
|
2273
2370
|
modelValue: number;
|
|
@@ -2276,10 +2373,10 @@ divider: boolean;
|
|
|
2276
2373
|
tab: HTMLButtonElement;
|
|
2277
2374
|
}, HTMLElement>;
|
|
2278
2375
|
|
|
2279
|
-
export declare const MTag: DefineComponent<
|
|
2376
|
+
export declare const MTag: DefineComponent<__VLS_Props_44, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
2280
2377
|
"update:modelValue": (value: boolean) => any;
|
|
2281
2378
|
"remove-tag": (id: string) => any;
|
|
2282
|
-
}, string, PublicProps, Readonly<
|
|
2379
|
+
}, string, PublicProps, Readonly<__VLS_Props_44> & Readonly<{
|
|
2283
2380
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
2284
2381
|
"onRemove-tag"?: ((id: string) => any) | undefined;
|
|
2285
2382
|
}>, {
|
|
@@ -2288,9 +2385,9 @@ contextualisedNumber: number;
|
|
|
2288
2385
|
removableLabel: string;
|
|
2289
2386
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
2290
2387
|
|
|
2291
|
-
export declare const MTextArea: DefineComponent<
|
|
2388
|
+
export declare const MTextArea: DefineComponent<__VLS_Props_45, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
2292
2389
|
"update:modelValue": (value: string | number) => any;
|
|
2293
|
-
}, string, PublicProps, Readonly<
|
|
2390
|
+
}, string, PublicProps, Readonly<__VLS_Props_45> & Readonly<{
|
|
2294
2391
|
"onUpdate:modelValue"?: ((value: string | number) => any) | undefined;
|
|
2295
2392
|
}>, {
|
|
2296
2393
|
rows: number;
|
|
@@ -2300,17 +2397,17 @@ export declare const MTextInput: __VLS_WithTemplateSlots_15<typeof __VLS_compone
|
|
|
2300
2397
|
|
|
2301
2398
|
export declare const MToaster: __VLS_WithTemplateSlots_16<typeof __VLS_component_16, __VLS_TemplateResult_16["slots"]>;
|
|
2302
2399
|
|
|
2303
|
-
export declare const MToggle: DefineComponent<
|
|
2400
|
+
export declare const MToggle: DefineComponent<__VLS_Props_48, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
2304
2401
|
"update:modelValue": (value: boolean) => any;
|
|
2305
|
-
}, string, PublicProps, Readonly<
|
|
2402
|
+
}, string, PublicProps, Readonly<__VLS_Props_48> & Readonly<{
|
|
2306
2403
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
2307
2404
|
}>, {
|
|
2308
2405
|
size: "s" | "m";
|
|
2309
2406
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
2310
2407
|
|
|
2311
|
-
export declare const MToggleGroup: DefineComponent<
|
|
2408
|
+
export declare const MToggleGroup: DefineComponent<__VLS_Props_49, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
2312
2409
|
"update:modelValue": (value: string[]) => any;
|
|
2313
|
-
}, string, PublicProps, Readonly<
|
|
2410
|
+
}, string, PublicProps, Readonly<__VLS_Props_49> & Readonly<{
|
|
2314
2411
|
"onUpdate:modelValue"?: ((value: string[]) => any) | undefined;
|
|
2315
2412
|
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
2316
2413
|
|