@mozaic-ds/vue 2.9.0 → 2.11.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/README.md +4 -6
- package/dist/mozaic-vue.css +1 -1
- package/dist/mozaic-vue.d.ts +424 -249
- package/dist/mozaic-vue.js +1545 -1063
- 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 +14 -13
- package/src/components/carousel/MCarousel.spec.ts +138 -0
- package/src/components/carousel/MCarousel.stories.ts +94 -0
- package/src/components/carousel/MCarousel.vue +154 -0
- package/src/components/carousel/README.md +18 -0
- package/src/components/flag/MFlag.stories.ts +1 -1
- package/src/components/kpiitem/MKpiItem.spec.ts +71 -0
- package/src/components/kpiitem/MKpiItem.stories.ts +69 -0
- package/src/components/kpiitem/MKpiItem.vue +89 -0
- package/src/components/kpiitem/README.md +15 -0
- package/src/components/loader/MLoader.spec.ts +2 -2
- package/src/components/loader/MLoader.vue +2 -2
- package/src/components/phonenumber/MPhoneNumber.spec.ts +110 -1
- package/src/components/phonenumber/MPhoneNumber.stories.ts +14 -0
- package/src/components/phonenumber/MPhoneNumber.vue +16 -6
- package/src/components/phonenumber/README.md +2 -0
- package/src/components/starrating/MStarRating.spec.ts +203 -0
- package/src/components/starrating/MStarRating.stories.ts +82 -0
- package/src/components/starrating/MStarRating.vue +187 -0
- package/src/components/starrating/README.md +31 -0
- package/src/components/statusbadge/README.md +1 -1
- package/src/components/statusdot/README.md +1 -1
- package/src/components/statusmessage/MStatusMessage.spec.ts +76 -0
- package/src/components/statusmessage/MStatusMessage.stories.ts +52 -0
- package/src/components/statusmessage/MStatusMessage.vue +70 -0
- package/src/components/statusmessage/README.md +11 -0
- package/src/components/statusnotification/README.md +1 -1
- package/src/components/steppercompact/MStepperCompact.spec.ts +98 -0
- package/src/components/steppercompact/MStepperCompact.stories.ts +43 -0
- package/src/components/steppercompact/MStepperCompact.vue +105 -0
- package/src/components/steppercompact/README.md +13 -0
- package/src/components/tag/MTag.vue +2 -1
- package/src/components/tag/README.md +1 -1
- package/src/components/textinput/MTextInput.stories.ts +1 -1
- package/src/components/toaster/README.md +1 -1
- package/src/components/usingPresets.mdx +1 -1
- package/src/main.ts +4 -0
package/dist/mozaic-vue.d.ts
CHANGED
|
@@ -26,34 +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_16, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_16> & Readonly<{}>, {
|
|
30
|
+
size: "s" | "m" | "l";
|
|
31
|
+
type: "button" | "reset" | "submit";
|
|
32
|
+
appearance: "standard" | "accent" | "danger" | "inverse";
|
|
33
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLButtonElement>;
|
|
34
|
+
|
|
35
|
+
declare const __VLS_component_11: DefineComponent<__VLS_Props_19, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_19> & Readonly<{}>, {
|
|
30
36
|
size: "s" | "m";
|
|
31
37
|
iconPosition: "left" | "right";
|
|
32
38
|
appearance: "secondary" | "accent" | "inverse" | "standard";
|
|
33
39
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
34
40
|
|
|
35
|
-
declare const
|
|
41
|
+
declare const __VLS_component_12: DefineComponent<__VLS_Props_22, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
36
42
|
"update:open": (value: boolean) => any;
|
|
37
|
-
}, string, PublicProps, Readonly<
|
|
43
|
+
}, string, PublicProps, Readonly<__VLS_Props_22> & Readonly<{
|
|
38
44
|
"onUpdate:open"?: ((value: boolean) => any) | undefined;
|
|
39
45
|
}>, {
|
|
40
46
|
scroll: boolean;
|
|
41
47
|
closable: boolean;
|
|
42
48
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
43
49
|
|
|
44
|
-
declare const
|
|
50
|
+
declare const __VLS_component_13: DefineComponent<__VLS_Props_24, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_24> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
45
51
|
|
|
46
|
-
declare const
|
|
52
|
+
declare const __VLS_component_14: DefineComponent<__VLS_Props_38, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
47
53
|
close: () => any;
|
|
48
|
-
}, string, PublicProps, Readonly<
|
|
54
|
+
}, string, PublicProps, Readonly<__VLS_Props_38> & Readonly<{
|
|
49
55
|
onClose?: (() => any) | undefined;
|
|
50
56
|
}>, {
|
|
51
57
|
status: "info" | "success" | "warning" | "error";
|
|
52
58
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLElement>;
|
|
53
59
|
|
|
54
|
-
declare const
|
|
60
|
+
declare const __VLS_component_15: DefineComponent<__VLS_Props_43, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
55
61
|
"update:modelValue": (value: string | number) => any;
|
|
56
|
-
}, string, PublicProps, Readonly<
|
|
62
|
+
}, string, PublicProps, Readonly<__VLS_Props_43> & Readonly<{
|
|
57
63
|
"onUpdate:modelValue"?: ((value: string | number) => any) | undefined;
|
|
58
64
|
}>, {
|
|
59
65
|
size: "s" | "m";
|
|
@@ -61,16 +67,16 @@ clearLabel: string;
|
|
|
61
67
|
inputType: "date" | "email" | "number" | "password" | "search" | "tel" | "text";
|
|
62
68
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
63
69
|
|
|
64
|
-
declare const
|
|
70
|
+
declare const __VLS_component_16: DefineComponent<__VLS_Props_44, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
65
71
|
"update:open": (value: boolean) => any;
|
|
66
|
-
}, string, PublicProps, Readonly<
|
|
72
|
+
}, string, PublicProps, Readonly<__VLS_Props_44> & Readonly<{
|
|
67
73
|
"onUpdate:open"?: ((value: boolean) => any) | undefined;
|
|
68
74
|
}>, {
|
|
69
75
|
status: "info" | "success" | "warning" | "error";
|
|
70
76
|
closable: boolean;
|
|
71
77
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLElement>;
|
|
72
78
|
|
|
73
|
-
declare const
|
|
79
|
+
declare const __VLS_component_17: DefineComponent<__VLS_Props_47, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_47> & Readonly<{}>, {
|
|
74
80
|
position: "top" | "bottom" | "left" | "right";
|
|
75
81
|
pointer: boolean;
|
|
76
82
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
@@ -85,18 +91,25 @@ declare const __VLS_component_3: DefineComponent<__VLS_Props_4, {}, {}, {}, {},
|
|
|
85
91
|
appearance: "standard" | "accent" | "tips" | "inverse";
|
|
86
92
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLElement>;
|
|
87
93
|
|
|
88
|
-
declare const __VLS_component_4: DefineComponent<
|
|
94
|
+
declare const __VLS_component_4: DefineComponent<__VLS_Props_5, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_5> & Readonly<{}>, {
|
|
95
|
+
previousButtonAriaLabel: string;
|
|
96
|
+
nextButtonAriaLabel: string;
|
|
97
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {
|
|
98
|
+
contentContainer: HTMLDivElement;
|
|
99
|
+
}, HTMLDivElement>;
|
|
100
|
+
|
|
101
|
+
declare const __VLS_component_5: DefineComponent<__VLS_Props_9, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_9> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
89
102
|
|
|
90
|
-
declare const
|
|
103
|
+
declare const __VLS_component_6: DefineComponent<__VLS_Props_11, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_11> & Readonly<{}>, {
|
|
91
104
|
size: "s" | "m" | "l";
|
|
92
105
|
appearance: "primary" | "secondary" | "tertiary" | "inverse";
|
|
93
106
|
orientation: "vertical" | "horizontal";
|
|
94
107
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
95
108
|
|
|
96
|
-
declare const
|
|
109
|
+
declare const __VLS_component_7: DefineComponent<__VLS_Props_12, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
97
110
|
back: () => any;
|
|
98
111
|
"update:open": (value: boolean) => any;
|
|
99
|
-
}, string, PublicProps, Readonly<
|
|
112
|
+
}, string, PublicProps, Readonly<__VLS_Props_12> & Readonly<{
|
|
100
113
|
onBack?: (() => any) | undefined;
|
|
101
114
|
"onUpdate:open"?: ((value: boolean) => any) | undefined;
|
|
102
115
|
}>, {
|
|
@@ -105,15 +118,9 @@ scroll: boolean;
|
|
|
105
118
|
titleRef: HTMLHeadingElement;
|
|
106
119
|
}, any>;
|
|
107
120
|
|
|
108
|
-
declare const
|
|
109
|
-
|
|
110
|
-
declare const __VLS_component_8: DefineComponent<__VLS_Props_13, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_13> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLFieldSetElement>;
|
|
121
|
+
declare const __VLS_component_8: DefineComponent<__VLS_Props_13, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_13> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
111
122
|
|
|
112
|
-
declare const __VLS_component_9: DefineComponent<
|
|
113
|
-
size: "s" | "m" | "l";
|
|
114
|
-
type: "button" | "reset" | "submit";
|
|
115
|
-
appearance: "standard" | "accent" | "danger" | "inverse";
|
|
116
|
-
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLButtonElement>;
|
|
123
|
+
declare const __VLS_component_9: DefineComponent<__VLS_Props_14, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_14> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLFieldSetElement>;
|
|
117
124
|
|
|
118
125
|
/**
|
|
119
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.
|
|
@@ -126,9 +133,51 @@ declare type __VLS_Props = {
|
|
|
126
133
|
};
|
|
127
134
|
|
|
128
135
|
/**
|
|
129
|
-
* A
|
|
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).
|
|
130
137
|
*/
|
|
131
138
|
declare type __VLS_Props_10 = {
|
|
139
|
+
/**
|
|
140
|
+
* A unique identifier for the datepicker element, used to associate the label with the form element.
|
|
141
|
+
*/
|
|
142
|
+
id: string;
|
|
143
|
+
/**
|
|
144
|
+
* The name attribute for the datepicker element, typically used for form submission.
|
|
145
|
+
*/
|
|
146
|
+
name?: string;
|
|
147
|
+
/**
|
|
148
|
+
* The current value of the datepicker field.
|
|
149
|
+
*/
|
|
150
|
+
modelValue?: string | number;
|
|
151
|
+
/**
|
|
152
|
+
* If `true`, applies an invalid state to the datepicker.
|
|
153
|
+
*/
|
|
154
|
+
isInvalid?: boolean;
|
|
155
|
+
/**
|
|
156
|
+
* If `true`, disables the datepicker, making it non-interactive.
|
|
157
|
+
*/
|
|
158
|
+
disabled?: boolean;
|
|
159
|
+
/**
|
|
160
|
+
* Determines the size of the datepicker.
|
|
161
|
+
*/
|
|
162
|
+
size?: 's' | 'm';
|
|
163
|
+
/**
|
|
164
|
+
* If `true`, the datepicker is read-only (cannot be edited).
|
|
165
|
+
*/
|
|
166
|
+
readonly?: boolean;
|
|
167
|
+
/**
|
|
168
|
+
* If `true`, a clear button will appear when the datepicker has a value.
|
|
169
|
+
*/
|
|
170
|
+
isClearable?: boolean;
|
|
171
|
+
/**
|
|
172
|
+
* The label text for the clear button.
|
|
173
|
+
*/
|
|
174
|
+
clearLabel?: string;
|
|
175
|
+
};
|
|
176
|
+
|
|
177
|
+
/**
|
|
178
|
+
* 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
|
+
*/
|
|
180
|
+
declare type __VLS_Props_11 = {
|
|
132
181
|
/**
|
|
133
182
|
* Determines the orientation of the divider.
|
|
134
183
|
*/
|
|
@@ -146,7 +195,7 @@ declare type __VLS_Props_10 = {
|
|
|
146
195
|
/**
|
|
147
196
|
* 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.
|
|
148
197
|
*/
|
|
149
|
-
declare type
|
|
198
|
+
declare type __VLS_Props_12 = {
|
|
150
199
|
/**
|
|
151
200
|
* If `true`, display the drawer.
|
|
152
201
|
*/
|
|
@@ -184,7 +233,7 @@ declare type __VLS_Props_11 = {
|
|
|
184
233
|
/**
|
|
185
234
|
* 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.
|
|
186
235
|
*/
|
|
187
|
-
declare type
|
|
236
|
+
declare type __VLS_Props_13 = {
|
|
188
237
|
/**
|
|
189
238
|
* A unique identifier for the form field, used to associate the label with the form element.
|
|
190
239
|
*/
|
|
@@ -230,7 +279,7 @@ declare type __VLS_Props_12 = {
|
|
|
230
279
|
/**
|
|
231
280
|
* 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.
|
|
232
281
|
*/
|
|
233
|
-
declare type
|
|
282
|
+
declare type __VLS_Props_14 = {
|
|
234
283
|
/**
|
|
235
284
|
* A unique identifier for the form field, used to associate the label with the form element.
|
|
236
285
|
*/
|
|
@@ -264,7 +313,7 @@ declare type __VLS_Props_13 = {
|
|
|
264
313
|
/**
|
|
265
314
|
* 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.
|
|
266
315
|
*/
|
|
267
|
-
declare type
|
|
316
|
+
declare type __VLS_Props_15 = {
|
|
268
317
|
/**
|
|
269
318
|
* Label of the Flag.
|
|
270
319
|
*/
|
|
@@ -278,7 +327,7 @@ declare type __VLS_Props_14 = {
|
|
|
278
327
|
/**
|
|
279
328
|
* 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.
|
|
280
329
|
*/
|
|
281
|
-
declare type
|
|
330
|
+
declare type __VLS_Props_16 = {
|
|
282
331
|
/**
|
|
283
332
|
* Defines the visual style of the icon button.
|
|
284
333
|
*/
|
|
@@ -308,7 +357,7 @@ declare type __VLS_Props_15 = {
|
|
|
308
357
|
/**
|
|
309
358
|
* 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.
|
|
310
359
|
*/
|
|
311
|
-
declare type
|
|
360
|
+
declare type __VLS_Props_17 = {
|
|
312
361
|
/**
|
|
313
362
|
* Allows to define the progress bar size.
|
|
314
363
|
*/
|
|
@@ -322,7 +371,7 @@ declare type __VLS_Props_16 = {
|
|
|
322
371
|
/**
|
|
323
372
|
* 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.
|
|
324
373
|
*/
|
|
325
|
-
declare type
|
|
374
|
+
declare type __VLS_Props_18 = {
|
|
326
375
|
/**
|
|
327
376
|
* The current value of the progress bar.
|
|
328
377
|
*/
|
|
@@ -332,7 +381,7 @@ declare type __VLS_Props_17 = {
|
|
|
332
381
|
/**
|
|
333
382
|
* 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.
|
|
334
383
|
*/
|
|
335
|
-
declare type
|
|
384
|
+
declare type __VLS_Props_19 = {
|
|
336
385
|
/**
|
|
337
386
|
* Position of the icon relative to the text.
|
|
338
387
|
*/
|
|
@@ -363,24 +412,6 @@ declare type __VLS_Props_18 = {
|
|
|
363
412
|
router?: boolean;
|
|
364
413
|
};
|
|
365
414
|
|
|
366
|
-
/**
|
|
367
|
-
* 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.
|
|
368
|
-
*/
|
|
369
|
-
declare type __VLS_Props_19 = {
|
|
370
|
-
/**
|
|
371
|
-
* Specifies the visual appearance of the loader.
|
|
372
|
-
*/
|
|
373
|
-
appearance?: 'standard' | 'accent' | 'inverse';
|
|
374
|
-
/**
|
|
375
|
-
* Defines the size of the loader.
|
|
376
|
-
*/
|
|
377
|
-
size?: 'xs' | 's' | 'm' | 'l';
|
|
378
|
-
/**
|
|
379
|
-
* Text to display alongside the loader when using the loader inside an `Overlay`.
|
|
380
|
-
*/
|
|
381
|
-
text?: string;
|
|
382
|
-
};
|
|
383
|
-
|
|
384
415
|
/**
|
|
385
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.
|
|
386
417
|
*/
|
|
@@ -409,9 +440,27 @@ declare type __VLS_Props_2 = {
|
|
|
409
440
|
};
|
|
410
441
|
|
|
411
442
|
/**
|
|
412
|
-
* A
|
|
443
|
+
* 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.
|
|
413
444
|
*/
|
|
414
445
|
declare type __VLS_Props_20 = {
|
|
446
|
+
/**
|
|
447
|
+
* Specifies the visual appearance of the loader.
|
|
448
|
+
*/
|
|
449
|
+
appearance?: 'standard' | 'accent' | 'inverse';
|
|
450
|
+
/**
|
|
451
|
+
* Defines the size of the loader.
|
|
452
|
+
*/
|
|
453
|
+
size?: 'xs' | 's' | 'm' | 'l';
|
|
454
|
+
/**
|
|
455
|
+
* Text to display alongside the loader when using the loader inside an `Overlay`.
|
|
456
|
+
*/
|
|
457
|
+
text?: string;
|
|
458
|
+
};
|
|
459
|
+
|
|
460
|
+
/**
|
|
461
|
+
* 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
|
+
*/
|
|
463
|
+
declare type __VLS_Props_21 = {
|
|
415
464
|
/**
|
|
416
465
|
* Controls the visibility of the loading overlay.
|
|
417
466
|
*/
|
|
@@ -425,7 +474,7 @@ declare type __VLS_Props_20 = {
|
|
|
425
474
|
/**
|
|
426
475
|
* 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.
|
|
427
476
|
*/
|
|
428
|
-
declare type
|
|
477
|
+
declare type __VLS_Props_22 = {
|
|
429
478
|
/**
|
|
430
479
|
* if `true`, display the modal.
|
|
431
480
|
*/
|
|
@@ -455,7 +504,7 @@ declare type __VLS_Props_21 = {
|
|
|
455
504
|
/**
|
|
456
505
|
* 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.
|
|
457
506
|
*/
|
|
458
|
-
declare type
|
|
507
|
+
declare type __VLS_Props_23 = {
|
|
459
508
|
/**
|
|
460
509
|
* Content of the badge.
|
|
461
510
|
*/
|
|
@@ -473,7 +522,7 @@ declare type __VLS_Props_22 = {
|
|
|
473
522
|
/**
|
|
474
523
|
* 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.
|
|
475
524
|
*/
|
|
476
|
-
declare type
|
|
525
|
+
declare type __VLS_Props_24 = {
|
|
477
526
|
/**
|
|
478
527
|
* Controls the visibility of the overlay.
|
|
479
528
|
*/
|
|
@@ -487,7 +536,7 @@ declare type __VLS_Props_23 = {
|
|
|
487
536
|
/**
|
|
488
537
|
* 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.
|
|
489
538
|
*/
|
|
490
|
-
declare type
|
|
539
|
+
declare type __VLS_Props_25 = {
|
|
491
540
|
/**
|
|
492
541
|
* A unique identifier for the pagination.
|
|
493
542
|
*/
|
|
@@ -517,7 +566,7 @@ declare type __VLS_Props_24 = {
|
|
|
517
566
|
/**
|
|
518
567
|
* 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.
|
|
519
568
|
*/
|
|
520
|
-
declare type
|
|
569
|
+
declare type __VLS_Props_26 = {
|
|
521
570
|
/**
|
|
522
571
|
* A unique identifier for the password input element, used to associate the label with the form element.
|
|
523
572
|
*/
|
|
@@ -566,7 +615,7 @@ declare type __VLS_Props_25 = {
|
|
|
566
615
|
/**
|
|
567
616
|
* 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.
|
|
568
617
|
*/
|
|
569
|
-
declare type
|
|
618
|
+
declare type __VLS_Props_27 = {
|
|
570
619
|
/**
|
|
571
620
|
* A unique identifier for the phone number input element, used to associate the label with the form element.
|
|
572
621
|
*/
|
|
@@ -607,12 +656,20 @@ declare type __VLS_Props_26 = {
|
|
|
607
656
|
* If `true`, display the country flag selector
|
|
608
657
|
*/
|
|
609
658
|
flag?: boolean;
|
|
659
|
+
/**
|
|
660
|
+
* Locale for displaying country names (e.g., 'fr', 'en', 'es', 'pt').
|
|
661
|
+
*/
|
|
662
|
+
locale?: string;
|
|
663
|
+
/**
|
|
664
|
+
* List of country codes to display in the selector. If not provided, all countries will be shown.
|
|
665
|
+
*/
|
|
666
|
+
countryCodes?: CountryCode[];
|
|
610
667
|
};
|
|
611
668
|
|
|
612
669
|
/**
|
|
613
670
|
* 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).
|
|
614
671
|
*/
|
|
615
|
-
declare type
|
|
672
|
+
declare type __VLS_Props_28 = {
|
|
616
673
|
/**
|
|
617
674
|
* A unique identifier for the pincode element, used to associate the label with the form element.
|
|
618
675
|
*/
|
|
@@ -646,7 +703,7 @@ declare type __VLS_Props_27 = {
|
|
|
646
703
|
/**
|
|
647
704
|
* 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.
|
|
648
705
|
*/
|
|
649
|
-
declare type
|
|
706
|
+
declare type __VLS_Props_29 = {
|
|
650
707
|
/**
|
|
651
708
|
* A unique identifier for the quantity selector element, used to associate the label with the form element.
|
|
652
709
|
*/
|
|
@@ -697,36 +754,6 @@ declare type __VLS_Props_28 = {
|
|
|
697
754
|
decrementLabel?: string;
|
|
698
755
|
};
|
|
699
756
|
|
|
700
|
-
/**
|
|
701
|
-
* 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.
|
|
702
|
-
*/
|
|
703
|
-
declare type __VLS_Props_29 = {
|
|
704
|
-
/**
|
|
705
|
-
* A unique identifier for the radio, used to associate the label with the form element.
|
|
706
|
-
*/
|
|
707
|
-
id: string;
|
|
708
|
-
/**
|
|
709
|
-
* The name attribute for the radio element, typically used for form submission.
|
|
710
|
-
*/
|
|
711
|
-
name?: string;
|
|
712
|
-
/**
|
|
713
|
-
* The text label displayed next to the radio.
|
|
714
|
-
*/
|
|
715
|
-
label?: string;
|
|
716
|
-
/**
|
|
717
|
-
* The radio's checked state, bound via v-model.
|
|
718
|
-
*/
|
|
719
|
-
modelValue?: boolean;
|
|
720
|
-
/**
|
|
721
|
-
* If `true`, applies an invalid state to the radio.
|
|
722
|
-
*/
|
|
723
|
-
isInvalid?: boolean;
|
|
724
|
-
/**
|
|
725
|
-
* If `true`, disables the radio, making it non-interactive.
|
|
726
|
-
*/
|
|
727
|
-
disabled?: boolean;
|
|
728
|
-
};
|
|
729
|
-
|
|
730
757
|
/**
|
|
731
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.
|
|
732
759
|
*/
|
|
@@ -766,9 +793,39 @@ declare type __VLS_Props_3 = {
|
|
|
766
793
|
};
|
|
767
794
|
|
|
768
795
|
/**
|
|
769
|
-
* 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
|
|
796
|
+
* 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.
|
|
770
797
|
*/
|
|
771
798
|
declare type __VLS_Props_30 = {
|
|
799
|
+
/**
|
|
800
|
+
* A unique identifier for the radio, used to associate the label with the form element.
|
|
801
|
+
*/
|
|
802
|
+
id: string;
|
|
803
|
+
/**
|
|
804
|
+
* The name attribute for the radio element, typically used for form submission.
|
|
805
|
+
*/
|
|
806
|
+
name?: string;
|
|
807
|
+
/**
|
|
808
|
+
* The text label displayed next to the radio.
|
|
809
|
+
*/
|
|
810
|
+
label?: string;
|
|
811
|
+
/**
|
|
812
|
+
* The radio's checked state, bound via v-model.
|
|
813
|
+
*/
|
|
814
|
+
modelValue?: boolean;
|
|
815
|
+
/**
|
|
816
|
+
* If `true`, applies an invalid state to the radio.
|
|
817
|
+
*/
|
|
818
|
+
isInvalid?: boolean;
|
|
819
|
+
/**
|
|
820
|
+
* If `true`, disables the radio, making it non-interactive.
|
|
821
|
+
*/
|
|
822
|
+
disabled?: boolean;
|
|
823
|
+
};
|
|
824
|
+
|
|
825
|
+
/**
|
|
826
|
+
* 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
|
+
*/
|
|
828
|
+
declare type __VLS_Props_31 = {
|
|
772
829
|
/**
|
|
773
830
|
* The name attribute for the radio element, typically used for form submission.
|
|
774
831
|
*/
|
|
@@ -800,7 +857,7 @@ declare type __VLS_Props_30 = {
|
|
|
800
857
|
/**
|
|
801
858
|
* 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.
|
|
802
859
|
*/
|
|
803
|
-
declare type
|
|
860
|
+
declare type __VLS_Props_32 = {
|
|
804
861
|
/**
|
|
805
862
|
* The selected segment index, bound via v-model.
|
|
806
863
|
*/
|
|
@@ -827,7 +884,7 @@ declare type __VLS_Props_31 = {
|
|
|
827
884
|
/**
|
|
828
885
|
* 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).
|
|
829
886
|
*/
|
|
830
|
-
declare type
|
|
887
|
+
declare type __VLS_Props_33 = {
|
|
831
888
|
/**
|
|
832
889
|
* A unique identifier for the select, used to associate the label with the form element.
|
|
833
890
|
*/
|
|
@@ -872,10 +929,57 @@ declare type __VLS_Props_32 = {
|
|
|
872
929
|
readonly?: boolean;
|
|
873
930
|
};
|
|
874
931
|
|
|
932
|
+
/**
|
|
933
|
+
* 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
|
+
*/
|
|
935
|
+
declare type __VLS_Props_34 = {
|
|
936
|
+
/**
|
|
937
|
+
* Determines whether the rating is interactive or read-only.
|
|
938
|
+
* When true, all user interactions (click, hover, keyboard) are disabled.
|
|
939
|
+
* Automatically set to true when `compact`, `href`, or `information` are provided.
|
|
940
|
+
*
|
|
941
|
+
*/
|
|
942
|
+
readonly?: boolean;
|
|
943
|
+
/**
|
|
944
|
+
* Defines the visual size of the star icons and the accompanying text.
|
|
945
|
+
*
|
|
946
|
+
*/
|
|
947
|
+
size?: 's' | 'm' | 'l';
|
|
948
|
+
/**
|
|
949
|
+
* Enables a compact display mode that shows only one star instead of five.
|
|
950
|
+
* Typically used for summaries or quick visual cues.
|
|
951
|
+
* When enabled, the component automatically becomes read-only.
|
|
952
|
+
*
|
|
953
|
+
*/
|
|
954
|
+
compact?: boolean;
|
|
955
|
+
/**
|
|
956
|
+
* Specifies the color scheme of the stars.
|
|
957
|
+
*
|
|
958
|
+
*/
|
|
959
|
+
appearance?: 'standard' | 'accent';
|
|
960
|
+
/**
|
|
961
|
+
* Optional text displayed next to the star rating.
|
|
962
|
+
* If provided, the component automatically becomes read-only.
|
|
963
|
+
*/
|
|
964
|
+
text?: string;
|
|
965
|
+
/**
|
|
966
|
+
* URL for the link (for external links or the `to` prop for `router-link`).
|
|
967
|
+
*/
|
|
968
|
+
href?: string;
|
|
969
|
+
/**
|
|
970
|
+
* Where to open the link.
|
|
971
|
+
*/
|
|
972
|
+
target?: '_self' | '_blank' | '_parent' | '_top';
|
|
973
|
+
/**
|
|
974
|
+
* If `true`, the link will be rendered as a `router-link` for internal navigation (Vue Router).
|
|
975
|
+
*/
|
|
976
|
+
router?: boolean;
|
|
977
|
+
};
|
|
978
|
+
|
|
875
979
|
/**
|
|
876
980
|
* 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.
|
|
877
981
|
*/
|
|
878
|
-
declare type
|
|
982
|
+
declare type __VLS_Props_35 = {
|
|
879
983
|
/**
|
|
880
984
|
* Content of the status badge
|
|
881
985
|
*/
|
|
@@ -889,7 +993,7 @@ declare type __VLS_Props_33 = {
|
|
|
889
993
|
/**
|
|
890
994
|
* 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.
|
|
891
995
|
*/
|
|
892
|
-
declare type
|
|
996
|
+
declare type __VLS_Props_36 = {
|
|
893
997
|
/**
|
|
894
998
|
* Allows to define the status dot type.
|
|
895
999
|
*/
|
|
@@ -900,10 +1004,24 @@ declare type __VLS_Props_34 = {
|
|
|
900
1004
|
size?: 's' | 'm' | 'l';
|
|
901
1005
|
};
|
|
902
1006
|
|
|
1007
|
+
/**
|
|
1008
|
+
* 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
|
+
*/
|
|
1010
|
+
declare type __VLS_Props_37 = {
|
|
1011
|
+
/**
|
|
1012
|
+
* Allows to define the status message style.
|
|
1013
|
+
*/
|
|
1014
|
+
status?: 'info' | 'success' | 'warning' | 'error' | 'neutral' | 'inprogress';
|
|
1015
|
+
/**
|
|
1016
|
+
* Label of the status message.
|
|
1017
|
+
*/
|
|
1018
|
+
label: string;
|
|
1019
|
+
};
|
|
1020
|
+
|
|
903
1021
|
/**
|
|
904
1022
|
* 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.
|
|
905
1023
|
*/
|
|
906
|
-
declare type
|
|
1024
|
+
declare type __VLS_Props_38 = {
|
|
907
1025
|
/**
|
|
908
1026
|
* Title of the status notification.
|
|
909
1027
|
*/
|
|
@@ -922,10 +1040,50 @@ declare type __VLS_Props_35 = {
|
|
|
922
1040
|
closable?: boolean;
|
|
923
1041
|
};
|
|
924
1042
|
|
|
1043
|
+
/**
|
|
1044
|
+
* 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
|
+
*/
|
|
1046
|
+
declare type __VLS_Props_39 = {
|
|
1047
|
+
/**
|
|
1048
|
+
* Current step of the stepper compact.
|
|
1049
|
+
*/
|
|
1050
|
+
value?: number;
|
|
1051
|
+
/**
|
|
1052
|
+
* Maximum number of steps for the stepper compact.
|
|
1053
|
+
*/
|
|
1054
|
+
maxSteps?: number;
|
|
1055
|
+
/**
|
|
1056
|
+
* Label of the stepper compact.
|
|
1057
|
+
*/
|
|
1058
|
+
label: string;
|
|
1059
|
+
/**
|
|
1060
|
+
* Description displayed below the label of the stepper compact.
|
|
1061
|
+
*/
|
|
1062
|
+
description?: string;
|
|
1063
|
+
};
|
|
1064
|
+
|
|
1065
|
+
/**
|
|
1066
|
+
* 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.
|
|
1067
|
+
*/
|
|
1068
|
+
declare type __VLS_Props_4 = {
|
|
1069
|
+
/**
|
|
1070
|
+
* Title of the callout.
|
|
1071
|
+
*/
|
|
1072
|
+
title: string;
|
|
1073
|
+
/**
|
|
1074
|
+
* Description of the callout.
|
|
1075
|
+
*/
|
|
1076
|
+
description: string;
|
|
1077
|
+
/**
|
|
1078
|
+
* Allows to define the callout appearance.
|
|
1079
|
+
*/
|
|
1080
|
+
appearance?: 'standard' | 'accent' | 'tips' | 'inverse';
|
|
1081
|
+
};
|
|
1082
|
+
|
|
925
1083
|
/**
|
|
926
1084
|
* 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.
|
|
927
1085
|
*/
|
|
928
|
-
declare type
|
|
1086
|
+
declare type __VLS_Props_40 = {
|
|
929
1087
|
/**
|
|
930
1088
|
* A description indicating the purpose of the set of tabs. Useful for improving the accessibility of the component.
|
|
931
1089
|
*/
|
|
@@ -968,7 +1126,7 @@ declare type __VLS_Props_36 = {
|
|
|
968
1126
|
/**
|
|
969
1127
|
* 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).
|
|
970
1128
|
*/
|
|
971
|
-
declare type
|
|
1129
|
+
declare type __VLS_Props_41 = {
|
|
972
1130
|
/**
|
|
973
1131
|
* Defines the behavior and layout of the tag.
|
|
974
1132
|
*/
|
|
@@ -1010,7 +1168,7 @@ declare type __VLS_Props_37 = {
|
|
|
1010
1168
|
/**
|
|
1011
1169
|
* 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).
|
|
1012
1170
|
*/
|
|
1013
|
-
declare type
|
|
1171
|
+
declare type __VLS_Props_42 = {
|
|
1014
1172
|
/**
|
|
1015
1173
|
* A unique identifier for the textarea, used to associate the label with the form element.
|
|
1016
1174
|
*/
|
|
@@ -1056,7 +1214,7 @@ declare type __VLS_Props_38 = {
|
|
|
1056
1214
|
/**
|
|
1057
1215
|
* 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).
|
|
1058
1216
|
*/
|
|
1059
|
-
declare type
|
|
1217
|
+
declare type __VLS_Props_43 = {
|
|
1060
1218
|
/**
|
|
1061
1219
|
* A unique identifier for the input element, used to associate the label with the form element.
|
|
1062
1220
|
*/
|
|
@@ -1103,28 +1261,10 @@ declare type __VLS_Props_39 = {
|
|
|
1103
1261
|
clearLabel?: string;
|
|
1104
1262
|
};
|
|
1105
1263
|
|
|
1106
|
-
/**
|
|
1107
|
-
* 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.
|
|
1108
|
-
*/
|
|
1109
|
-
declare type __VLS_Props_4 = {
|
|
1110
|
-
/**
|
|
1111
|
-
* Title of the callout.
|
|
1112
|
-
*/
|
|
1113
|
-
title: string;
|
|
1114
|
-
/**
|
|
1115
|
-
* Description of the callout.
|
|
1116
|
-
*/
|
|
1117
|
-
description: string;
|
|
1118
|
-
/**
|
|
1119
|
-
* Allows to define the callout appearance.
|
|
1120
|
-
*/
|
|
1121
|
-
appearance?: 'standard' | 'accent' | 'tips' | 'inverse';
|
|
1122
|
-
};
|
|
1123
|
-
|
|
1124
1264
|
/**
|
|
1125
1265
|
* 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.
|
|
1126
1266
|
*/
|
|
1127
|
-
declare type
|
|
1267
|
+
declare type __VLS_Props_44 = {
|
|
1128
1268
|
/**
|
|
1129
1269
|
* If `true`, display the Toaster.
|
|
1130
1270
|
*/
|
|
@@ -1158,7 +1298,7 @@ declare type __VLS_Props_40 = {
|
|
|
1158
1298
|
/**
|
|
1159
1299
|
* 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.
|
|
1160
1300
|
*/
|
|
1161
|
-
declare type
|
|
1301
|
+
declare type __VLS_Props_45 = {
|
|
1162
1302
|
/**
|
|
1163
1303
|
* A unique identifier for the toggle, used to associate the label with the form element.
|
|
1164
1304
|
*/
|
|
@@ -1188,7 +1328,7 @@ declare type __VLS_Props_41 = {
|
|
|
1188
1328
|
/**
|
|
1189
1329
|
* 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).
|
|
1190
1330
|
*/
|
|
1191
|
-
declare type
|
|
1331
|
+
declare type __VLS_Props_46 = {
|
|
1192
1332
|
/**
|
|
1193
1333
|
* The name attribute for the toggle element, typically used for form submission.
|
|
1194
1334
|
*/
|
|
@@ -1217,7 +1357,7 @@ declare type __VLS_Props_42 = {
|
|
|
1217
1357
|
/**
|
|
1218
1358
|
* 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.
|
|
1219
1359
|
*/
|
|
1220
|
-
declare type
|
|
1360
|
+
declare type __VLS_Props_47 = {
|
|
1221
1361
|
/**
|
|
1222
1362
|
* A unique identifier for the tooltip, used to describe the tooltip.
|
|
1223
1363
|
*/
|
|
@@ -1237,9 +1377,23 @@ declare type __VLS_Props_43 = {
|
|
|
1237
1377
|
};
|
|
1238
1378
|
|
|
1239
1379
|
/**
|
|
1240
|
-
* A
|
|
1380
|
+
* 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.
|
|
1241
1381
|
*/
|
|
1242
1382
|
declare type __VLS_Props_5 = {
|
|
1383
|
+
/**
|
|
1384
|
+
* Aria label for the previous button.
|
|
1385
|
+
*/
|
|
1386
|
+
previousButtonAriaLabel?: string;
|
|
1387
|
+
/**
|
|
1388
|
+
* Aria label for the next button.
|
|
1389
|
+
*/
|
|
1390
|
+
nextButtonAriaLabel?: string;
|
|
1391
|
+
};
|
|
1392
|
+
|
|
1393
|
+
/**
|
|
1394
|
+
* 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
|
+
*/
|
|
1396
|
+
declare type __VLS_Props_6 = {
|
|
1243
1397
|
/**
|
|
1244
1398
|
* A unique identifier for the checkbox, used to associate the label with the form element.
|
|
1245
1399
|
*/
|
|
@@ -1277,7 +1431,7 @@ declare type __VLS_Props_5 = {
|
|
|
1277
1431
|
/**
|
|
1278
1432
|
* 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).
|
|
1279
1433
|
*/
|
|
1280
|
-
declare type
|
|
1434
|
+
declare type __VLS_Props_7 = {
|
|
1281
1435
|
/**
|
|
1282
1436
|
* The name attribute for the checkbox element, typically used for form submission.
|
|
1283
1437
|
*/
|
|
@@ -1307,7 +1461,7 @@ declare type __VLS_Props_6 = {
|
|
|
1307
1461
|
/**
|
|
1308
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.
|
|
1309
1463
|
*/
|
|
1310
|
-
declare type
|
|
1464
|
+
declare type __VLS_Props_8 = {
|
|
1311
1465
|
/**
|
|
1312
1466
|
* Sets the size of the progress bar.
|
|
1313
1467
|
*/
|
|
@@ -1333,54 +1487,16 @@ declare type __VLS_Props_7 = {
|
|
|
1333
1487
|
/**
|
|
1334
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.
|
|
1335
1489
|
*/
|
|
1336
|
-
declare type
|
|
1490
|
+
declare type __VLS_Props_9 = {
|
|
1337
1491
|
/**
|
|
1338
1492
|
* If `true`, the container will take the full width.
|
|
1339
1493
|
*/
|
|
1340
1494
|
fluid?: boolean;
|
|
1341
1495
|
};
|
|
1342
1496
|
|
|
1343
|
-
|
|
1344
|
-
|
|
1345
|
-
|
|
1346
|
-
declare type __VLS_Props_9 = {
|
|
1347
|
-
/**
|
|
1348
|
-
* A unique identifier for the datepicker element, used to associate the label with the form element.
|
|
1349
|
-
*/
|
|
1350
|
-
id: string;
|
|
1351
|
-
/**
|
|
1352
|
-
* The name attribute for the datepicker element, typically used for form submission.
|
|
1353
|
-
*/
|
|
1354
|
-
name?: string;
|
|
1355
|
-
/**
|
|
1356
|
-
* The current value of the datepicker field.
|
|
1357
|
-
*/
|
|
1358
|
-
modelValue?: string | number;
|
|
1359
|
-
/**
|
|
1360
|
-
* If `true`, applies an invalid state to the datepicker.
|
|
1361
|
-
*/
|
|
1362
|
-
isInvalid?: boolean;
|
|
1363
|
-
/**
|
|
1364
|
-
* If `true`, disables the datepicker, making it non-interactive.
|
|
1365
|
-
*/
|
|
1366
|
-
disabled?: boolean;
|
|
1367
|
-
/**
|
|
1368
|
-
* Determines the size of the datepicker.
|
|
1369
|
-
*/
|
|
1370
|
-
size?: 's' | 'm';
|
|
1371
|
-
/**
|
|
1372
|
-
* If `true`, the datepicker is read-only (cannot be edited).
|
|
1373
|
-
*/
|
|
1374
|
-
readonly?: boolean;
|
|
1375
|
-
/**
|
|
1376
|
-
* If `true`, a clear button will appear when the datepicker has a value.
|
|
1377
|
-
*/
|
|
1378
|
-
isClearable?: boolean;
|
|
1379
|
-
/**
|
|
1380
|
-
* The label text for the clear button.
|
|
1381
|
-
*/
|
|
1382
|
-
clearLabel?: string;
|
|
1383
|
-
};
|
|
1497
|
+
declare type __VLS_PublicProps = {
|
|
1498
|
+
modelValue: number;
|
|
1499
|
+
} & __VLS_Props_34;
|
|
1384
1500
|
|
|
1385
1501
|
declare function __VLS_template(): {
|
|
1386
1502
|
attrs: Partial<{}>;
|
|
@@ -1400,6 +1516,23 @@ declare function __VLS_template(): {
|
|
|
1400
1516
|
};
|
|
1401
1517
|
|
|
1402
1518
|
declare function __VLS_template_10(): {
|
|
1519
|
+
attrs: Partial<{}>;
|
|
1520
|
+
slots: Readonly<{
|
|
1521
|
+
/**
|
|
1522
|
+
* Use this slot to insert an icon for the Button.
|
|
1523
|
+
*/
|
|
1524
|
+
icon: VNode;
|
|
1525
|
+
}> & {
|
|
1526
|
+
/**
|
|
1527
|
+
* Use this slot to insert an icon for the Button.
|
|
1528
|
+
*/
|
|
1529
|
+
icon: VNode;
|
|
1530
|
+
};
|
|
1531
|
+
refs: {};
|
|
1532
|
+
rootEl: HTMLButtonElement;
|
|
1533
|
+
};
|
|
1534
|
+
|
|
1535
|
+
declare function __VLS_template_11(): {
|
|
1403
1536
|
attrs: Partial<{}>;
|
|
1404
1537
|
slots: Readonly<{
|
|
1405
1538
|
/**
|
|
@@ -1424,7 +1557,7 @@ declare function __VLS_template_10(): {
|
|
|
1424
1557
|
rootEl: any;
|
|
1425
1558
|
};
|
|
1426
1559
|
|
|
1427
|
-
declare function
|
|
1560
|
+
declare function __VLS_template_12(): {
|
|
1428
1561
|
attrs: Partial<{}>;
|
|
1429
1562
|
slots: Readonly<{
|
|
1430
1563
|
/**
|
|
@@ -1465,7 +1598,7 @@ declare function __VLS_template_11(): {
|
|
|
1465
1598
|
rootEl: any;
|
|
1466
1599
|
};
|
|
1467
1600
|
|
|
1468
|
-
declare function
|
|
1601
|
+
declare function __VLS_template_13(): {
|
|
1469
1602
|
attrs: Partial<{}>;
|
|
1470
1603
|
slots: Readonly<{
|
|
1471
1604
|
/**
|
|
@@ -1482,7 +1615,7 @@ declare function __VLS_template_12(): {
|
|
|
1482
1615
|
rootEl: HTMLDivElement;
|
|
1483
1616
|
};
|
|
1484
1617
|
|
|
1485
|
-
declare function
|
|
1618
|
+
declare function __VLS_template_14(): {
|
|
1486
1619
|
attrs: Partial<{}>;
|
|
1487
1620
|
slots: Readonly<{
|
|
1488
1621
|
/**
|
|
@@ -1499,7 +1632,7 @@ declare function __VLS_template_13(): {
|
|
|
1499
1632
|
rootEl: HTMLElement;
|
|
1500
1633
|
};
|
|
1501
1634
|
|
|
1502
|
-
declare function
|
|
1635
|
+
declare function __VLS_template_15(): {
|
|
1503
1636
|
attrs: Partial<{}>;
|
|
1504
1637
|
slots: Readonly<{
|
|
1505
1638
|
/**
|
|
@@ -1516,7 +1649,7 @@ declare function __VLS_template_14(): {
|
|
|
1516
1649
|
rootEl: any;
|
|
1517
1650
|
};
|
|
1518
1651
|
|
|
1519
|
-
declare function
|
|
1652
|
+
declare function __VLS_template_16(): {
|
|
1520
1653
|
attrs: Partial<{}>;
|
|
1521
1654
|
slots: Readonly<{
|
|
1522
1655
|
/**
|
|
@@ -1533,7 +1666,7 @@ declare function __VLS_template_15(): {
|
|
|
1533
1666
|
rootEl: HTMLElement;
|
|
1534
1667
|
};
|
|
1535
1668
|
|
|
1536
|
-
declare function
|
|
1669
|
+
declare function __VLS_template_17(): {
|
|
1537
1670
|
attrs: Partial<{}>;
|
|
1538
1671
|
slots: Readonly<{
|
|
1539
1672
|
/**
|
|
@@ -1601,6 +1734,33 @@ declare function __VLS_template_3(): {
|
|
|
1601
1734
|
};
|
|
1602
1735
|
|
|
1603
1736
|
declare function __VLS_template_4(): {
|
|
1737
|
+
attrs: Partial<{}>;
|
|
1738
|
+
slots: Readonly<{
|
|
1739
|
+
/**
|
|
1740
|
+
* Use this slot to insert a list of components to be displayed in the carousel.
|
|
1741
|
+
*/
|
|
1742
|
+
default: () => VNode[];
|
|
1743
|
+
/**
|
|
1744
|
+
* Use this slot to insert the title, subtitle or link of the carousel.
|
|
1745
|
+
*/
|
|
1746
|
+
header: VNode;
|
|
1747
|
+
}> & {
|
|
1748
|
+
/**
|
|
1749
|
+
* Use this slot to insert a list of components to be displayed in the carousel.
|
|
1750
|
+
*/
|
|
1751
|
+
default: () => VNode[];
|
|
1752
|
+
/**
|
|
1753
|
+
* Use this slot to insert the title, subtitle or link of the carousel.
|
|
1754
|
+
*/
|
|
1755
|
+
header: VNode;
|
|
1756
|
+
};
|
|
1757
|
+
refs: {
|
|
1758
|
+
contentContainer: HTMLDivElement;
|
|
1759
|
+
};
|
|
1760
|
+
rootEl: HTMLDivElement;
|
|
1761
|
+
};
|
|
1762
|
+
|
|
1763
|
+
declare function __VLS_template_5(): {
|
|
1604
1764
|
attrs: Partial<{}>;
|
|
1605
1765
|
slots: Readonly<{
|
|
1606
1766
|
/**
|
|
@@ -1617,7 +1777,7 @@ declare function __VLS_template_4(): {
|
|
|
1617
1777
|
rootEl: HTMLDivElement;
|
|
1618
1778
|
};
|
|
1619
1779
|
|
|
1620
|
-
declare function
|
|
1780
|
+
declare function __VLS_template_6(): {
|
|
1621
1781
|
attrs: Partial<{}>;
|
|
1622
1782
|
slots: Readonly<{
|
|
1623
1783
|
/**
|
|
@@ -1634,7 +1794,7 @@ declare function __VLS_template_5(): {
|
|
|
1634
1794
|
rootEl: HTMLDivElement;
|
|
1635
1795
|
};
|
|
1636
1796
|
|
|
1637
|
-
declare function
|
|
1797
|
+
declare function __VLS_template_7(): {
|
|
1638
1798
|
attrs: Partial<{}>;
|
|
1639
1799
|
slots: Readonly<{
|
|
1640
1800
|
/**
|
|
@@ -1661,7 +1821,7 @@ declare function __VLS_template_6(): {
|
|
|
1661
1821
|
rootEl: any;
|
|
1662
1822
|
};
|
|
1663
1823
|
|
|
1664
|
-
declare function
|
|
1824
|
+
declare function __VLS_template_8(): {
|
|
1665
1825
|
attrs: Partial<{}>;
|
|
1666
1826
|
slots: Readonly<{
|
|
1667
1827
|
/**
|
|
@@ -1678,7 +1838,7 @@ declare function __VLS_template_7(): {
|
|
|
1678
1838
|
rootEl: HTMLDivElement;
|
|
1679
1839
|
};
|
|
1680
1840
|
|
|
1681
|
-
declare function
|
|
1841
|
+
declare function __VLS_template_9(): {
|
|
1682
1842
|
attrs: Partial<{}>;
|
|
1683
1843
|
slots: Readonly<{
|
|
1684
1844
|
/**
|
|
@@ -1695,23 +1855,6 @@ declare function __VLS_template_8(): {
|
|
|
1695
1855
|
rootEl: HTMLFieldSetElement;
|
|
1696
1856
|
};
|
|
1697
1857
|
|
|
1698
|
-
declare function __VLS_template_9(): {
|
|
1699
|
-
attrs: Partial<{}>;
|
|
1700
|
-
slots: Readonly<{
|
|
1701
|
-
/**
|
|
1702
|
-
* Use this slot to insert an icon for the Button.
|
|
1703
|
-
*/
|
|
1704
|
-
icon: VNode;
|
|
1705
|
-
}> & {
|
|
1706
|
-
/**
|
|
1707
|
-
* Use this slot to insert an icon for the Button.
|
|
1708
|
-
*/
|
|
1709
|
-
icon: VNode;
|
|
1710
|
-
};
|
|
1711
|
-
refs: {};
|
|
1712
|
-
rootEl: HTMLButtonElement;
|
|
1713
|
-
};
|
|
1714
|
-
|
|
1715
1858
|
declare type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
1716
1859
|
|
|
1717
1860
|
declare type __VLS_TemplateResult_10 = ReturnType<typeof __VLS_template_10>;
|
|
@@ -1728,6 +1871,8 @@ declare type __VLS_TemplateResult_15 = ReturnType<typeof __VLS_template_15>;
|
|
|
1728
1871
|
|
|
1729
1872
|
declare type __VLS_TemplateResult_16 = ReturnType<typeof __VLS_template_16>;
|
|
1730
1873
|
|
|
1874
|
+
declare type __VLS_TemplateResult_17 = ReturnType<typeof __VLS_template_17>;
|
|
1875
|
+
|
|
1731
1876
|
declare type __VLS_TemplateResult_2 = ReturnType<typeof __VLS_template_2>;
|
|
1732
1877
|
|
|
1733
1878
|
declare type __VLS_TemplateResult_3 = ReturnType<typeof __VLS_template_3>;
|
|
@@ -1792,6 +1937,12 @@ declare type __VLS_WithTemplateSlots_16<T, S> = T & {
|
|
|
1792
1937
|
};
|
|
1793
1938
|
};
|
|
1794
1939
|
|
|
1940
|
+
declare type __VLS_WithTemplateSlots_17<T, S> = T & {
|
|
1941
|
+
new (): {
|
|
1942
|
+
$slots: S;
|
|
1943
|
+
};
|
|
1944
|
+
};
|
|
1945
|
+
|
|
1795
1946
|
declare type __VLS_WithTemplateSlots_2<T, S> = T & {
|
|
1796
1947
|
new (): {
|
|
1797
1948
|
$slots: S;
|
|
@@ -1848,81 +1999,83 @@ export declare const MButton: __VLS_WithTemplateSlots_2<typeof __VLS_component_2
|
|
|
1848
1999
|
|
|
1849
2000
|
export declare const MCallout: __VLS_WithTemplateSlots_3<typeof __VLS_component_3, __VLS_TemplateResult_3["slots"]>;
|
|
1850
2001
|
|
|
1851
|
-
export declare const
|
|
2002
|
+
export declare const MCarousel: __VLS_WithTemplateSlots_4<typeof __VLS_component_4, __VLS_TemplateResult_4["slots"]>;
|
|
2003
|
+
|
|
2004
|
+
export declare const MCheckbox: DefineComponent<__VLS_Props_6, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
1852
2005
|
"update:modelValue": (value: boolean) => any;
|
|
1853
|
-
}, string, PublicProps, Readonly<
|
|
2006
|
+
}, string, PublicProps, Readonly<__VLS_Props_6> & Readonly<{
|
|
1854
2007
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
1855
2008
|
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
1856
2009
|
|
|
1857
|
-
export declare const MCheckboxGroup: DefineComponent<
|
|
2010
|
+
export declare const MCheckboxGroup: DefineComponent<__VLS_Props_7, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
1858
2011
|
"update:modelValue": (value: string[]) => any;
|
|
1859
|
-
}, string, PublicProps, Readonly<
|
|
2012
|
+
}, string, PublicProps, Readonly<__VLS_Props_7> & Readonly<{
|
|
1860
2013
|
"onUpdate:modelValue"?: ((value: string[]) => any) | undefined;
|
|
1861
2014
|
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
1862
2015
|
|
|
1863
|
-
export declare const MCircularProgressbar: DefineComponent<
|
|
2016
|
+
export declare const MCircularProgressbar: DefineComponent<__VLS_Props_8, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_8> & Readonly<{}>, {
|
|
1864
2017
|
type: "percentage" | "content";
|
|
1865
2018
|
value: number;
|
|
1866
2019
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
1867
2020
|
|
|
1868
|
-
export declare const MContainer:
|
|
2021
|
+
export declare const MContainer: __VLS_WithTemplateSlots_5<typeof __VLS_component_5, __VLS_TemplateResult_5["slots"]>;
|
|
1869
2022
|
|
|
1870
|
-
export declare const MDatepicker: DefineComponent<
|
|
2023
|
+
export declare const MDatepicker: DefineComponent<__VLS_Props_10, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
1871
2024
|
"update:modelValue": (value: string | number) => any;
|
|
1872
|
-
}, string, PublicProps, Readonly<
|
|
2025
|
+
}, string, PublicProps, Readonly<__VLS_Props_10> & Readonly<{
|
|
1873
2026
|
"onUpdate:modelValue"?: ((value: string | number) => any) | undefined;
|
|
1874
2027
|
}>, {
|
|
1875
2028
|
size: "s" | "m";
|
|
1876
2029
|
clearLabel: string;
|
|
1877
2030
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
1878
2031
|
|
|
1879
|
-
export declare const MDivider:
|
|
2032
|
+
export declare const MDivider: __VLS_WithTemplateSlots_6<typeof __VLS_component_6, __VLS_TemplateResult_6["slots"]>;
|
|
1880
2033
|
|
|
1881
|
-
export declare const MDrawer:
|
|
2034
|
+
export declare const MDrawer: __VLS_WithTemplateSlots_7<typeof __VLS_component_7, __VLS_TemplateResult_7["slots"]>;
|
|
1882
2035
|
|
|
1883
|
-
export declare const MField:
|
|
2036
|
+
export declare const MField: __VLS_WithTemplateSlots_8<typeof __VLS_component_8, __VLS_TemplateResult_8["slots"]>;
|
|
1884
2037
|
|
|
1885
|
-
export declare const MFieldGroup:
|
|
2038
|
+
export declare const MFieldGroup: __VLS_WithTemplateSlots_9<typeof __VLS_component_9, __VLS_TemplateResult_9["slots"]>;
|
|
1886
2039
|
|
|
1887
|
-
export declare const MFlag: DefineComponent<
|
|
2040
|
+
export declare const MFlag: DefineComponent<__VLS_Props_15, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_15> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
1888
2041
|
|
|
1889
|
-
export declare const MIconButton:
|
|
2042
|
+
export declare const MIconButton: __VLS_WithTemplateSlots_10<typeof __VLS_component_10, __VLS_TemplateResult_10["slots"]>;
|
|
1890
2043
|
|
|
1891
|
-
export declare const MLinearProgressbarBuffer: DefineComponent<
|
|
2044
|
+
export declare const MLinearProgressbarBuffer: DefineComponent<__VLS_Props_17, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_17> & Readonly<{}>, {
|
|
1892
2045
|
value: number;
|
|
1893
2046
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
1894
2047
|
|
|
1895
|
-
export declare const MLinearProgressbarPercentage: DefineComponent<
|
|
2048
|
+
export declare const MLinearProgressbarPercentage: DefineComponent<__VLS_Props_18, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_18> & Readonly<{}>, {
|
|
1896
2049
|
value: number;
|
|
1897
2050
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
1898
2051
|
|
|
1899
|
-
export declare const MLink:
|
|
2052
|
+
export declare const MLink: __VLS_WithTemplateSlots_11<typeof __VLS_component_11, __VLS_TemplateResult_11["slots"]>;
|
|
1900
2053
|
|
|
1901
|
-
export declare const MLoader: DefineComponent<
|
|
2054
|
+
export declare const MLoader: DefineComponent<__VLS_Props_20, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_20> & Readonly<{}>, {
|
|
1902
2055
|
size: "xs" | "s" | "m" | "l";
|
|
1903
2056
|
appearance: "standard" | "accent" | "inverse";
|
|
1904
2057
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
1905
2058
|
|
|
1906
|
-
export declare const MLoadingOverlay: DefineComponent<
|
|
2059
|
+
export declare const MLoadingOverlay: DefineComponent<__VLS_Props_21, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_21> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
1907
2060
|
|
|
1908
|
-
export declare const MModal:
|
|
2061
|
+
export declare const MModal: __VLS_WithTemplateSlots_12<typeof __VLS_component_12, __VLS_TemplateResult_12["slots"]>;
|
|
1909
2062
|
|
|
1910
|
-
export declare const MNumberBadge: DefineComponent<
|
|
2063
|
+
export declare const MNumberBadge: DefineComponent<__VLS_Props_23, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_23> & Readonly<{}>, {
|
|
1911
2064
|
size: "s" | "m";
|
|
1912
2065
|
appearance: "danger" | "accent" | "inverse" | "standard";
|
|
1913
2066
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLSpanElement>;
|
|
1914
2067
|
|
|
1915
|
-
export declare const MOverlay:
|
|
2068
|
+
export declare const MOverlay: __VLS_WithTemplateSlots_13<typeof __VLS_component_13, __VLS_TemplateResult_13["slots"]>;
|
|
1916
2069
|
|
|
1917
|
-
export declare const MPagination: DefineComponent<
|
|
2070
|
+
export declare const MPagination: DefineComponent<__VLS_Props_25, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
1918
2071
|
"update:modelValue": (value: number) => any;
|
|
1919
|
-
}, string, PublicProps, Readonly<
|
|
2072
|
+
}, string, PublicProps, Readonly<__VLS_Props_25> & Readonly<{
|
|
1920
2073
|
"onUpdate:modelValue"?: ((value: number) => any) | undefined;
|
|
1921
2074
|
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLElement>;
|
|
1922
2075
|
|
|
1923
|
-
export declare const MPasswordInput: DefineComponent<
|
|
2076
|
+
export declare const MPasswordInput: DefineComponent<__VLS_Props_26, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
1924
2077
|
"update:modelValue": (value: string | number) => any;
|
|
1925
|
-
}, string, PublicProps, Readonly<
|
|
2078
|
+
}, string, PublicProps, Readonly<__VLS_Props_26> & Readonly<{
|
|
1926
2079
|
"onUpdate:modelValue"?: ((value: string | number) => any) | undefined;
|
|
1927
2080
|
}>, {
|
|
1928
2081
|
clearLabel: string;
|
|
@@ -2015,10 +2168,10 @@ icon?: VNode;
|
|
|
2015
2168
|
}) | null;
|
|
2016
2169
|
}, any>;
|
|
2017
2170
|
|
|
2018
|
-
export declare const MPhoneNumber: DefineComponent<
|
|
2171
|
+
export declare const MPhoneNumber: DefineComponent<__VLS_Props_27, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
2019
2172
|
"update:modelValue": (value: string) => any;
|
|
2020
2173
|
valid: (isValid: boolean) => any;
|
|
2021
|
-
}, string, PublicProps, Readonly<
|
|
2174
|
+
}, string, PublicProps, Readonly<__VLS_Props_27> & Readonly<{
|
|
2022
2175
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
2023
2176
|
onValid?: ((isValid: boolean) => any) | undefined;
|
|
2024
2177
|
}>, {
|
|
@@ -2027,19 +2180,20 @@ modelValue: string;
|
|
|
2027
2180
|
defaultCountry: CountryCode;
|
|
2028
2181
|
prefix: boolean;
|
|
2029
2182
|
flag: boolean;
|
|
2183
|
+
locale: string;
|
|
2030
2184
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
2031
2185
|
|
|
2032
|
-
export declare const MPincode: DefineComponent<
|
|
2186
|
+
export declare const MPincode: DefineComponent<__VLS_Props_28, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
2033
2187
|
"update:modelValue": (value: string) => any;
|
|
2034
|
-
}, string, PublicProps, Readonly<
|
|
2188
|
+
}, string, PublicProps, Readonly<__VLS_Props_28> & Readonly<{
|
|
2035
2189
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
2036
2190
|
}>, {
|
|
2037
2191
|
length: 4 | 5 | 6;
|
|
2038
2192
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
2039
2193
|
|
|
2040
|
-
export declare const MQuantitySelector: DefineComponent<
|
|
2194
|
+
export declare const MQuantitySelector: DefineComponent<__VLS_Props_29, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
2041
2195
|
"update:modelValue": (value: number) => any;
|
|
2042
|
-
}, string, PublicProps, Readonly<
|
|
2196
|
+
}, string, PublicProps, Readonly<__VLS_Props_29> & Readonly<{
|
|
2043
2197
|
"onUpdate:modelValue"?: ((value: number) => any) | undefined;
|
|
2044
2198
|
}>, {
|
|
2045
2199
|
size: "s" | "m";
|
|
@@ -2052,48 +2206,68 @@ incrementlabel: string;
|
|
|
2052
2206
|
decrementLabel: string;
|
|
2053
2207
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
2054
2208
|
|
|
2055
|
-
export declare const MRadio: DefineComponent<
|
|
2209
|
+
export declare const MRadio: DefineComponent<__VLS_Props_30, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
2056
2210
|
"update:modelValue": (value: boolean) => any;
|
|
2057
|
-
}, string, PublicProps, Readonly<
|
|
2211
|
+
}, string, PublicProps, Readonly<__VLS_Props_30> & Readonly<{
|
|
2058
2212
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
2059
2213
|
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
2060
2214
|
|
|
2061
|
-
export declare const MRadioGroup: DefineComponent<
|
|
2215
|
+
export declare const MRadioGroup: DefineComponent<__VLS_Props_31, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
2062
2216
|
"update:modelValue": (value: string) => any;
|
|
2063
|
-
}, string, PublicProps, Readonly<
|
|
2217
|
+
}, string, PublicProps, Readonly<__VLS_Props_31> & Readonly<{
|
|
2064
2218
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
2065
2219
|
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
2066
2220
|
|
|
2067
|
-
export declare const MSegmentedControl: DefineComponent<
|
|
2221
|
+
export declare const MSegmentedControl: DefineComponent<__VLS_Props_32, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
2068
2222
|
"update:modelValue": (value: number) => any;
|
|
2069
|
-
}, string, PublicProps, Readonly<
|
|
2223
|
+
}, string, PublicProps, Readonly<__VLS_Props_32> & Readonly<{
|
|
2070
2224
|
"onUpdate:modelValue"?: ((value: number) => any) | undefined;
|
|
2071
2225
|
}>, {
|
|
2072
2226
|
size: "s" | "m";
|
|
2073
2227
|
modelValue: number;
|
|
2074
2228
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
2075
2229
|
|
|
2076
|
-
export declare const MSelect: DefineComponent<
|
|
2230
|
+
export declare const MSelect: DefineComponent<__VLS_Props_33, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
2077
2231
|
"update:modelValue": (value: string | number) => any;
|
|
2078
|
-
}, string, PublicProps, Readonly<
|
|
2232
|
+
}, string, PublicProps, Readonly<__VLS_Props_33> & Readonly<{
|
|
2079
2233
|
"onUpdate:modelValue"?: ((value: string | number) => any) | undefined;
|
|
2080
2234
|
}>, {
|
|
2081
2235
|
size: "s" | "m";
|
|
2082
2236
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
2083
2237
|
|
|
2084
|
-
export declare const
|
|
2238
|
+
export declare const MStarRating: DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
2239
|
+
"update:modelValue": (value: number) => any;
|
|
2240
|
+
}, string, PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
2241
|
+
"onUpdate:modelValue"?: ((value: number) => any) | undefined;
|
|
2242
|
+
}>, {
|
|
2243
|
+
size: "s" | "m" | "l";
|
|
2244
|
+
appearance: "standard" | "accent";
|
|
2245
|
+
readonly: boolean;
|
|
2246
|
+
compact: boolean;
|
|
2247
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
2248
|
+
|
|
2249
|
+
export declare const MStatusBadge: DefineComponent<__VLS_Props_35, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_35> & Readonly<{}>, {
|
|
2085
2250
|
status: "info" | "success" | "warning" | "error" | "neutral";
|
|
2086
2251
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
2087
2252
|
|
|
2088
|
-
export declare const MStatusDot: DefineComponent<
|
|
2253
|
+
export declare const MStatusDot: DefineComponent<__VLS_Props_36, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_36> & Readonly<{}>, {
|
|
2089
2254
|
status: "info" | "success" | "warning" | "error" | "neutral";
|
|
2090
2255
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLSpanElement>;
|
|
2091
2256
|
|
|
2092
|
-
export declare const
|
|
2257
|
+
export declare const MStatusMessage: DefineComponent<__VLS_Props_37, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_37> & Readonly<{}>, {
|
|
2258
|
+
status: "info" | "success" | "warning" | "error" | "neutral" | "inprogress";
|
|
2259
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
2260
|
+
|
|
2261
|
+
export declare const MStatusNotification: __VLS_WithTemplateSlots_14<typeof __VLS_component_14, __VLS_TemplateResult_14["slots"]>;
|
|
2093
2262
|
|
|
2094
|
-
export declare const
|
|
2263
|
+
export declare const MStepperCompact: DefineComponent<__VLS_Props_39, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_39> & Readonly<{}>, {
|
|
2264
|
+
value: number;
|
|
2265
|
+
maxSteps: number;
|
|
2266
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
2267
|
+
|
|
2268
|
+
export declare const MTabs: DefineComponent<__VLS_Props_40, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
2095
2269
|
"update:modelValue": (value: number) => any;
|
|
2096
|
-
}, string, PublicProps, Readonly<
|
|
2270
|
+
}, string, PublicProps, Readonly<__VLS_Props_40> & Readonly<{
|
|
2097
2271
|
"onUpdate:modelValue"?: ((value: number) => any) | undefined;
|
|
2098
2272
|
}>, {
|
|
2099
2273
|
modelValue: number;
|
|
@@ -2102,43 +2276,44 @@ divider: boolean;
|
|
|
2102
2276
|
tab: HTMLButtonElement;
|
|
2103
2277
|
}, HTMLElement>;
|
|
2104
2278
|
|
|
2105
|
-
export declare const MTag: DefineComponent<
|
|
2279
|
+
export declare const MTag: DefineComponent<__VLS_Props_41, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
2106
2280
|
"update:modelValue": (value: boolean) => any;
|
|
2107
2281
|
"remove-tag": (id: string) => any;
|
|
2108
|
-
}, string, PublicProps, Readonly<
|
|
2282
|
+
}, string, PublicProps, Readonly<__VLS_Props_41> & Readonly<{
|
|
2109
2283
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
2110
2284
|
"onRemove-tag"?: ((id: string) => any) | undefined;
|
|
2111
2285
|
}>, {
|
|
2112
2286
|
type: "informative" | "interactive" | "contextualised" | "removable" | "selectable";
|
|
2113
2287
|
contextualisedNumber: number;
|
|
2288
|
+
removableLabel: string;
|
|
2114
2289
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
2115
2290
|
|
|
2116
|
-
export declare const MTextArea: DefineComponent<
|
|
2291
|
+
export declare const MTextArea: DefineComponent<__VLS_Props_42, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
2117
2292
|
"update:modelValue": (value: string | number) => any;
|
|
2118
|
-
}, string, PublicProps, Readonly<
|
|
2293
|
+
}, string, PublicProps, Readonly<__VLS_Props_42> & Readonly<{
|
|
2119
2294
|
"onUpdate:modelValue"?: ((value: string | number) => any) | undefined;
|
|
2120
2295
|
}>, {
|
|
2121
2296
|
rows: number;
|
|
2122
2297
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
2123
2298
|
|
|
2124
|
-
export declare const MTextInput:
|
|
2299
|
+
export declare const MTextInput: __VLS_WithTemplateSlots_15<typeof __VLS_component_15, __VLS_TemplateResult_15["slots"]>;
|
|
2125
2300
|
|
|
2126
|
-
export declare const MToaster:
|
|
2301
|
+
export declare const MToaster: __VLS_WithTemplateSlots_16<typeof __VLS_component_16, __VLS_TemplateResult_16["slots"]>;
|
|
2127
2302
|
|
|
2128
|
-
export declare const MToggle: DefineComponent<
|
|
2303
|
+
export declare const MToggle: DefineComponent<__VLS_Props_45, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
2129
2304
|
"update:modelValue": (value: boolean) => any;
|
|
2130
|
-
}, string, PublicProps, Readonly<
|
|
2305
|
+
}, string, PublicProps, Readonly<__VLS_Props_45> & Readonly<{
|
|
2131
2306
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
2132
2307
|
}>, {
|
|
2133
2308
|
size: "s" | "m";
|
|
2134
2309
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
2135
2310
|
|
|
2136
|
-
export declare const MToggleGroup: DefineComponent<
|
|
2311
|
+
export declare const MToggleGroup: DefineComponent<__VLS_Props_46, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
2137
2312
|
"update:modelValue": (value: string[]) => any;
|
|
2138
|
-
}, string, PublicProps, Readonly<
|
|
2313
|
+
}, string, PublicProps, Readonly<__VLS_Props_46> & Readonly<{
|
|
2139
2314
|
"onUpdate:modelValue"?: ((value: string[]) => any) | undefined;
|
|
2140
2315
|
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
2141
2316
|
|
|
2142
|
-
export declare const MTooltip:
|
|
2317
|
+
export declare const MTooltip: __VLS_WithTemplateSlots_17<typeof __VLS_component_17, __VLS_TemplateResult_17["slots"]>;
|
|
2143
2318
|
|
|
2144
2319
|
export { }
|