@mozaic-ds/vue 2.8.0 → 2.10.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 +334 -252
- package/dist/mozaic-vue.js +1367 -1182
- 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/drawer/MDrawer.spec.ts +81 -9
- package/src/components/drawer/MDrawer.vue +76 -46
- package/src/components/drawer/README.md +1 -0
- package/src/components/field/MField.spec.ts +94 -85
- package/src/components/field/MField.stories.ts +16 -0
- package/src/components/field/MField.vue +8 -1
- package/src/components/field/README.md +1 -0
- package/src/components/flag/MFlag.stories.ts +1 -1
- package/src/components/loader/MLoader.spec.ts +41 -0
- package/src/components/loader/MLoader.vue +7 -1
- package/src/components/loader/README.md +1 -1
- package/src/components/modal/MModal.spec.ts +34 -9
- package/src/components/modal/MModal.vue +39 -7
- package/src/components/modal/README.md +1 -0
- 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/textinput/MTextInput.stories.ts +1 -1
- package/src/components/usingPresets.mdx +1 -1
- package/src/main.ts +1 -0
package/dist/mozaic-vue.d.ts
CHANGED
|
@@ -26,33 +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
|
}>, {
|
|
46
|
+
scroll: boolean;
|
|
40
47
|
closable: boolean;
|
|
41
48
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
42
49
|
|
|
43
|
-
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>;
|
|
44
51
|
|
|
45
|
-
declare const
|
|
52
|
+
declare const __VLS_component_14: DefineComponent<__VLS_Props_36, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
46
53
|
close: () => any;
|
|
47
|
-
}, string, PublicProps, Readonly<
|
|
54
|
+
}, string, PublicProps, Readonly<__VLS_Props_36> & Readonly<{
|
|
48
55
|
onClose?: (() => any) | undefined;
|
|
49
56
|
}>, {
|
|
50
57
|
status: "info" | "success" | "warning" | "error";
|
|
51
58
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLElement>;
|
|
52
59
|
|
|
53
|
-
declare const
|
|
60
|
+
declare const __VLS_component_15: DefineComponent<__VLS_Props_40, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
54
61
|
"update:modelValue": (value: string | number) => any;
|
|
55
|
-
}, string, PublicProps, Readonly<
|
|
62
|
+
}, string, PublicProps, Readonly<__VLS_Props_40> & Readonly<{
|
|
56
63
|
"onUpdate:modelValue"?: ((value: string | number) => any) | undefined;
|
|
57
64
|
}>, {
|
|
58
65
|
size: "s" | "m";
|
|
@@ -60,16 +67,16 @@ clearLabel: string;
|
|
|
60
67
|
inputType: "date" | "email" | "number" | "password" | "search" | "tel" | "text";
|
|
61
68
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
62
69
|
|
|
63
|
-
declare const
|
|
70
|
+
declare const __VLS_component_16: DefineComponent<__VLS_Props_41, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
64
71
|
"update:open": (value: boolean) => any;
|
|
65
|
-
}, string, PublicProps, Readonly<
|
|
72
|
+
}, string, PublicProps, Readonly<__VLS_Props_41> & Readonly<{
|
|
66
73
|
"onUpdate:open"?: ((value: boolean) => any) | undefined;
|
|
67
74
|
}>, {
|
|
68
75
|
status: "info" | "success" | "warning" | "error";
|
|
69
76
|
closable: boolean;
|
|
70
77
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLElement>;
|
|
71
78
|
|
|
72
|
-
declare const
|
|
79
|
+
declare const __VLS_component_17: DefineComponent<__VLS_Props_44, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_44> & Readonly<{}>, {
|
|
73
80
|
position: "top" | "bottom" | "left" | "right";
|
|
74
81
|
pointer: boolean;
|
|
75
82
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
@@ -84,33 +91,36 @@ declare const __VLS_component_3: DefineComponent<__VLS_Props_4, {}, {}, {}, {},
|
|
|
84
91
|
appearance: "standard" | "accent" | "tips" | "inverse";
|
|
85
92
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLElement>;
|
|
86
93
|
|
|
87
|
-
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>;
|
|
88
102
|
|
|
89
|
-
declare const
|
|
103
|
+
declare const __VLS_component_6: DefineComponent<__VLS_Props_11, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_11> & Readonly<{}>, {
|
|
90
104
|
size: "s" | "m" | "l";
|
|
91
105
|
appearance: "primary" | "secondary" | "tertiary" | "inverse";
|
|
92
106
|
orientation: "vertical" | "horizontal";
|
|
93
107
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
94
108
|
|
|
95
|
-
declare const
|
|
109
|
+
declare const __VLS_component_7: DefineComponent<__VLS_Props_12, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
96
110
|
back: () => any;
|
|
97
111
|
"update:open": (value: boolean) => any;
|
|
98
|
-
}, string, PublicProps, Readonly<
|
|
112
|
+
}, string, PublicProps, Readonly<__VLS_Props_12> & Readonly<{
|
|
99
113
|
onBack?: (() => any) | undefined;
|
|
100
114
|
"onUpdate:open"?: ((value: boolean) => any) | undefined;
|
|
101
|
-
}>, {
|
|
115
|
+
}>, {
|
|
116
|
+
scroll: boolean;
|
|
117
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {
|
|
102
118
|
titleRef: HTMLHeadingElement;
|
|
103
119
|
}, any>;
|
|
104
120
|
|
|
105
|
-
declare const
|
|
121
|
+
declare const __VLS_component_8: DefineComponent<__VLS_Props_13, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_13> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
106
122
|
|
|
107
|
-
declare const
|
|
108
|
-
|
|
109
|
-
declare const __VLS_component_9: DefineComponent<__VLS_Props_15, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_15> & Readonly<{}>, {
|
|
110
|
-
size: "s" | "m" | "l";
|
|
111
|
-
type: "button" | "reset" | "submit";
|
|
112
|
-
appearance: "standard" | "accent" | "danger" | "inverse";
|
|
113
|
-
}, {}, {}, {}, 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>;
|
|
114
124
|
|
|
115
125
|
/**
|
|
116
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.
|
|
@@ -123,9 +133,51 @@ declare type __VLS_Props = {
|
|
|
123
133
|
};
|
|
124
134
|
|
|
125
135
|
/**
|
|
126
|
-
* 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).
|
|
127
137
|
*/
|
|
128
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 = {
|
|
129
181
|
/**
|
|
130
182
|
* Determines the orientation of the divider.
|
|
131
183
|
*/
|
|
@@ -143,7 +195,7 @@ declare type __VLS_Props_10 = {
|
|
|
143
195
|
/**
|
|
144
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.
|
|
145
197
|
*/
|
|
146
|
-
declare type
|
|
198
|
+
declare type __VLS_Props_12 = {
|
|
147
199
|
/**
|
|
148
200
|
* If `true`, display the drawer.
|
|
149
201
|
*/
|
|
@@ -168,6 +220,10 @@ declare type __VLS_Props_11 = {
|
|
|
168
220
|
* Title of the content of the drawer.
|
|
169
221
|
*/
|
|
170
222
|
contentTitle?: string;
|
|
223
|
+
/**
|
|
224
|
+
* if `false`, lock the scroll when open.
|
|
225
|
+
*/
|
|
226
|
+
scroll?: boolean;
|
|
171
227
|
/**
|
|
172
228
|
* if `true`, close the drawer when clicking the overlay.
|
|
173
229
|
*/
|
|
@@ -177,7 +233,7 @@ declare type __VLS_Props_11 = {
|
|
|
177
233
|
/**
|
|
178
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.
|
|
179
235
|
*/
|
|
180
|
-
declare type
|
|
236
|
+
declare type __VLS_Props_13 = {
|
|
181
237
|
/**
|
|
182
238
|
* A unique identifier for the form field, used to associate the label with the form element.
|
|
183
239
|
*/
|
|
@@ -206,6 +262,10 @@ declare type __VLS_Props_12 = {
|
|
|
206
262
|
* If `true`, applies an invalid state to the form field.
|
|
207
263
|
*/
|
|
208
264
|
isInvalid?: boolean;
|
|
265
|
+
/**
|
|
266
|
+
* If `true`, applies a loading state to the form field.
|
|
267
|
+
*/
|
|
268
|
+
isLoading?: boolean;
|
|
209
269
|
/**
|
|
210
270
|
* The value of the `id` attribute set on the **validationMessage** element. _This value is mandatory when using a validationMessage in order to guarantee the accessibility of the component._
|
|
211
271
|
*/
|
|
@@ -219,7 +279,7 @@ declare type __VLS_Props_12 = {
|
|
|
219
279
|
/**
|
|
220
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.
|
|
221
281
|
*/
|
|
222
|
-
declare type
|
|
282
|
+
declare type __VLS_Props_14 = {
|
|
223
283
|
/**
|
|
224
284
|
* A unique identifier for the form field, used to associate the label with the form element.
|
|
225
285
|
*/
|
|
@@ -253,7 +313,7 @@ declare type __VLS_Props_13 = {
|
|
|
253
313
|
/**
|
|
254
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.
|
|
255
315
|
*/
|
|
256
|
-
declare type
|
|
316
|
+
declare type __VLS_Props_15 = {
|
|
257
317
|
/**
|
|
258
318
|
* Label of the Flag.
|
|
259
319
|
*/
|
|
@@ -267,7 +327,7 @@ declare type __VLS_Props_14 = {
|
|
|
267
327
|
/**
|
|
268
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.
|
|
269
329
|
*/
|
|
270
|
-
declare type
|
|
330
|
+
declare type __VLS_Props_16 = {
|
|
271
331
|
/**
|
|
272
332
|
* Defines the visual style of the icon button.
|
|
273
333
|
*/
|
|
@@ -297,7 +357,7 @@ declare type __VLS_Props_15 = {
|
|
|
297
357
|
/**
|
|
298
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.
|
|
299
359
|
*/
|
|
300
|
-
declare type
|
|
360
|
+
declare type __VLS_Props_17 = {
|
|
301
361
|
/**
|
|
302
362
|
* Allows to define the progress bar size.
|
|
303
363
|
*/
|
|
@@ -311,7 +371,7 @@ declare type __VLS_Props_16 = {
|
|
|
311
371
|
/**
|
|
312
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.
|
|
313
373
|
*/
|
|
314
|
-
declare type
|
|
374
|
+
declare type __VLS_Props_18 = {
|
|
315
375
|
/**
|
|
316
376
|
* The current value of the progress bar.
|
|
317
377
|
*/
|
|
@@ -321,7 +381,7 @@ declare type __VLS_Props_17 = {
|
|
|
321
381
|
/**
|
|
322
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.
|
|
323
383
|
*/
|
|
324
|
-
declare type
|
|
384
|
+
declare type __VLS_Props_19 = {
|
|
325
385
|
/**
|
|
326
386
|
* Position of the icon relative to the text.
|
|
327
387
|
*/
|
|
@@ -352,24 +412,6 @@ declare type __VLS_Props_18 = {
|
|
|
352
412
|
router?: boolean;
|
|
353
413
|
};
|
|
354
414
|
|
|
355
|
-
/**
|
|
356
|
-
* 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.
|
|
357
|
-
*/
|
|
358
|
-
declare type __VLS_Props_19 = {
|
|
359
|
-
/**
|
|
360
|
-
* Specifies the visual appearance of the loader.
|
|
361
|
-
*/
|
|
362
|
-
appearance?: 'standard' | 'accent' | 'inverse';
|
|
363
|
-
/**
|
|
364
|
-
* Defines the size of the loader.
|
|
365
|
-
*/
|
|
366
|
-
size?: 's' | 'm' | 'l';
|
|
367
|
-
/**
|
|
368
|
-
* Text to display alongside the loader when using the loader inside an `Overlay`.
|
|
369
|
-
*/
|
|
370
|
-
text?: string;
|
|
371
|
-
};
|
|
372
|
-
|
|
373
415
|
/**
|
|
374
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.
|
|
375
417
|
*/
|
|
@@ -398,9 +440,27 @@ declare type __VLS_Props_2 = {
|
|
|
398
440
|
};
|
|
399
441
|
|
|
400
442
|
/**
|
|
401
|
-
* 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.
|
|
402
444
|
*/
|
|
403
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 = {
|
|
404
464
|
/**
|
|
405
465
|
* Controls the visibility of the loading overlay.
|
|
406
466
|
*/
|
|
@@ -414,7 +474,7 @@ declare type __VLS_Props_20 = {
|
|
|
414
474
|
/**
|
|
415
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.
|
|
416
476
|
*/
|
|
417
|
-
declare type
|
|
477
|
+
declare type __VLS_Props_22 = {
|
|
418
478
|
/**
|
|
419
479
|
* if `true`, display the modal.
|
|
420
480
|
*/
|
|
@@ -431,6 +491,10 @@ declare type __VLS_Props_21 = {
|
|
|
431
491
|
* if `true`, display the close button.
|
|
432
492
|
*/
|
|
433
493
|
closable?: boolean;
|
|
494
|
+
/**
|
|
495
|
+
* if `false`, lock the scroll when open.
|
|
496
|
+
*/
|
|
497
|
+
scroll?: boolean;
|
|
434
498
|
/**
|
|
435
499
|
* if `true`, close the modal when clicking the overlay.
|
|
436
500
|
*/
|
|
@@ -440,7 +504,7 @@ declare type __VLS_Props_21 = {
|
|
|
440
504
|
/**
|
|
441
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.
|
|
442
506
|
*/
|
|
443
|
-
declare type
|
|
507
|
+
declare type __VLS_Props_23 = {
|
|
444
508
|
/**
|
|
445
509
|
* Content of the badge.
|
|
446
510
|
*/
|
|
@@ -458,7 +522,7 @@ declare type __VLS_Props_22 = {
|
|
|
458
522
|
/**
|
|
459
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.
|
|
460
524
|
*/
|
|
461
|
-
declare type
|
|
525
|
+
declare type __VLS_Props_24 = {
|
|
462
526
|
/**
|
|
463
527
|
* Controls the visibility of the overlay.
|
|
464
528
|
*/
|
|
@@ -472,7 +536,7 @@ declare type __VLS_Props_23 = {
|
|
|
472
536
|
/**
|
|
473
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.
|
|
474
538
|
*/
|
|
475
|
-
declare type
|
|
539
|
+
declare type __VLS_Props_25 = {
|
|
476
540
|
/**
|
|
477
541
|
* A unique identifier for the pagination.
|
|
478
542
|
*/
|
|
@@ -502,7 +566,7 @@ declare type __VLS_Props_24 = {
|
|
|
502
566
|
/**
|
|
503
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.
|
|
504
568
|
*/
|
|
505
|
-
declare type
|
|
569
|
+
declare type __VLS_Props_26 = {
|
|
506
570
|
/**
|
|
507
571
|
* A unique identifier for the password input element, used to associate the label with the form element.
|
|
508
572
|
*/
|
|
@@ -551,7 +615,7 @@ declare type __VLS_Props_25 = {
|
|
|
551
615
|
/**
|
|
552
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.
|
|
553
617
|
*/
|
|
554
|
-
declare type
|
|
618
|
+
declare type __VLS_Props_27 = {
|
|
555
619
|
/**
|
|
556
620
|
* A unique identifier for the phone number input element, used to associate the label with the form element.
|
|
557
621
|
*/
|
|
@@ -592,12 +656,20 @@ declare type __VLS_Props_26 = {
|
|
|
592
656
|
* If `true`, display the country flag selector
|
|
593
657
|
*/
|
|
594
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[];
|
|
595
667
|
};
|
|
596
668
|
|
|
597
669
|
/**
|
|
598
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).
|
|
599
671
|
*/
|
|
600
|
-
declare type
|
|
672
|
+
declare type __VLS_Props_28 = {
|
|
601
673
|
/**
|
|
602
674
|
* A unique identifier for the pincode element, used to associate the label with the form element.
|
|
603
675
|
*/
|
|
@@ -631,7 +703,7 @@ declare type __VLS_Props_27 = {
|
|
|
631
703
|
/**
|
|
632
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.
|
|
633
705
|
*/
|
|
634
|
-
declare type
|
|
706
|
+
declare type __VLS_Props_29 = {
|
|
635
707
|
/**
|
|
636
708
|
* A unique identifier for the quantity selector element, used to associate the label with the form element.
|
|
637
709
|
*/
|
|
@@ -682,36 +754,6 @@ declare type __VLS_Props_28 = {
|
|
|
682
754
|
decrementLabel?: string;
|
|
683
755
|
};
|
|
684
756
|
|
|
685
|
-
/**
|
|
686
|
-
* 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.
|
|
687
|
-
*/
|
|
688
|
-
declare type __VLS_Props_29 = {
|
|
689
|
-
/**
|
|
690
|
-
* A unique identifier for the radio, used to associate the label with the form element.
|
|
691
|
-
*/
|
|
692
|
-
id: string;
|
|
693
|
-
/**
|
|
694
|
-
* The name attribute for the radio element, typically used for form submission.
|
|
695
|
-
*/
|
|
696
|
-
name?: string;
|
|
697
|
-
/**
|
|
698
|
-
* The text label displayed next to the radio.
|
|
699
|
-
*/
|
|
700
|
-
label?: string;
|
|
701
|
-
/**
|
|
702
|
-
* The radio's checked state, bound via v-model.
|
|
703
|
-
*/
|
|
704
|
-
modelValue?: boolean;
|
|
705
|
-
/**
|
|
706
|
-
* If `true`, applies an invalid state to the radio.
|
|
707
|
-
*/
|
|
708
|
-
isInvalid?: boolean;
|
|
709
|
-
/**
|
|
710
|
-
* If `true`, disables the radio, making it non-interactive.
|
|
711
|
-
*/
|
|
712
|
-
disabled?: boolean;
|
|
713
|
-
};
|
|
714
|
-
|
|
715
757
|
/**
|
|
716
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.
|
|
717
759
|
*/
|
|
@@ -751,9 +793,39 @@ declare type __VLS_Props_3 = {
|
|
|
751
793
|
};
|
|
752
794
|
|
|
753
795
|
/**
|
|
754
|
-
* 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.
|
|
755
797
|
*/
|
|
756
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 = {
|
|
757
829
|
/**
|
|
758
830
|
* The name attribute for the radio element, typically used for form submission.
|
|
759
831
|
*/
|
|
@@ -785,7 +857,7 @@ declare type __VLS_Props_30 = {
|
|
|
785
857
|
/**
|
|
786
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.
|
|
787
859
|
*/
|
|
788
|
-
declare type
|
|
860
|
+
declare type __VLS_Props_32 = {
|
|
789
861
|
/**
|
|
790
862
|
* The selected segment index, bound via v-model.
|
|
791
863
|
*/
|
|
@@ -812,7 +884,7 @@ declare type __VLS_Props_31 = {
|
|
|
812
884
|
/**
|
|
813
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).
|
|
814
886
|
*/
|
|
815
|
-
declare type
|
|
887
|
+
declare type __VLS_Props_33 = {
|
|
816
888
|
/**
|
|
817
889
|
* A unique identifier for the select, used to associate the label with the form element.
|
|
818
890
|
*/
|
|
@@ -860,7 +932,7 @@ declare type __VLS_Props_32 = {
|
|
|
860
932
|
/**
|
|
861
933
|
* 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.
|
|
862
934
|
*/
|
|
863
|
-
declare type
|
|
935
|
+
declare type __VLS_Props_34 = {
|
|
864
936
|
/**
|
|
865
937
|
* Content of the status badge
|
|
866
938
|
*/
|
|
@@ -874,7 +946,7 @@ declare type __VLS_Props_33 = {
|
|
|
874
946
|
/**
|
|
875
947
|
* 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.
|
|
876
948
|
*/
|
|
877
|
-
declare type
|
|
949
|
+
declare type __VLS_Props_35 = {
|
|
878
950
|
/**
|
|
879
951
|
* Allows to define the status dot type.
|
|
880
952
|
*/
|
|
@@ -888,7 +960,7 @@ declare type __VLS_Props_34 = {
|
|
|
888
960
|
/**
|
|
889
961
|
* 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.
|
|
890
962
|
*/
|
|
891
|
-
declare type
|
|
963
|
+
declare type __VLS_Props_36 = {
|
|
892
964
|
/**
|
|
893
965
|
* Title of the status notification.
|
|
894
966
|
*/
|
|
@@ -910,7 +982,7 @@ declare type __VLS_Props_35 = {
|
|
|
910
982
|
/**
|
|
911
983
|
* 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.
|
|
912
984
|
*/
|
|
913
|
-
declare type
|
|
985
|
+
declare type __VLS_Props_37 = {
|
|
914
986
|
/**
|
|
915
987
|
* A description indicating the purpose of the set of tabs. Useful for improving the accessibility of the component.
|
|
916
988
|
*/
|
|
@@ -953,7 +1025,7 @@ declare type __VLS_Props_36 = {
|
|
|
953
1025
|
/**
|
|
954
1026
|
* 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).
|
|
955
1027
|
*/
|
|
956
|
-
declare type
|
|
1028
|
+
declare type __VLS_Props_38 = {
|
|
957
1029
|
/**
|
|
958
1030
|
* Defines the behavior and layout of the tag.
|
|
959
1031
|
*/
|
|
@@ -995,7 +1067,7 @@ declare type __VLS_Props_37 = {
|
|
|
995
1067
|
/**
|
|
996
1068
|
* 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).
|
|
997
1069
|
*/
|
|
998
|
-
declare type
|
|
1070
|
+
declare type __VLS_Props_39 = {
|
|
999
1071
|
/**
|
|
1000
1072
|
* A unique identifier for the textarea, used to associate the label with the form element.
|
|
1001
1073
|
*/
|
|
@@ -1038,10 +1110,28 @@ declare type __VLS_Props_38 = {
|
|
|
1038
1110
|
readonly?: boolean;
|
|
1039
1111
|
};
|
|
1040
1112
|
|
|
1113
|
+
/**
|
|
1114
|
+
* A callout is used to highlight additional information that can assist users with tips, extra details, or helpful guidance, without signaling a critical status or alert. Unlike notifications, callouts are not triggered by user actions and do not correspond to specific system states. They are designed to enhance the user experience by providing contextually relevant information that supports comprehension and usability.
|
|
1115
|
+
*/
|
|
1116
|
+
declare type __VLS_Props_4 = {
|
|
1117
|
+
/**
|
|
1118
|
+
* Title of the callout.
|
|
1119
|
+
*/
|
|
1120
|
+
title: string;
|
|
1121
|
+
/**
|
|
1122
|
+
* Description of the callout.
|
|
1123
|
+
*/
|
|
1124
|
+
description: string;
|
|
1125
|
+
/**
|
|
1126
|
+
* Allows to define the callout appearance.
|
|
1127
|
+
*/
|
|
1128
|
+
appearance?: 'standard' | 'accent' | 'tips' | 'inverse';
|
|
1129
|
+
};
|
|
1130
|
+
|
|
1041
1131
|
/**
|
|
1042
1132
|
* 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).
|
|
1043
1133
|
*/
|
|
1044
|
-
declare type
|
|
1134
|
+
declare type __VLS_Props_40 = {
|
|
1045
1135
|
/**
|
|
1046
1136
|
* A unique identifier for the input element, used to associate the label with the form element.
|
|
1047
1137
|
*/
|
|
@@ -1088,28 +1178,10 @@ declare type __VLS_Props_39 = {
|
|
|
1088
1178
|
clearLabel?: string;
|
|
1089
1179
|
};
|
|
1090
1180
|
|
|
1091
|
-
/**
|
|
1092
|
-
* 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.
|
|
1093
|
-
*/
|
|
1094
|
-
declare type __VLS_Props_4 = {
|
|
1095
|
-
/**
|
|
1096
|
-
* Title of the callout.
|
|
1097
|
-
*/
|
|
1098
|
-
title: string;
|
|
1099
|
-
/**
|
|
1100
|
-
* Description of the callout.
|
|
1101
|
-
*/
|
|
1102
|
-
description: string;
|
|
1103
|
-
/**
|
|
1104
|
-
* Allows to define the callout appearance.
|
|
1105
|
-
*/
|
|
1106
|
-
appearance?: 'standard' | 'accent' | 'tips' | 'inverse';
|
|
1107
|
-
};
|
|
1108
|
-
|
|
1109
1181
|
/**
|
|
1110
1182
|
* 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.
|
|
1111
1183
|
*/
|
|
1112
|
-
declare type
|
|
1184
|
+
declare type __VLS_Props_41 = {
|
|
1113
1185
|
/**
|
|
1114
1186
|
* If `true`, display the Toaster.
|
|
1115
1187
|
*/
|
|
@@ -1143,7 +1215,7 @@ declare type __VLS_Props_40 = {
|
|
|
1143
1215
|
/**
|
|
1144
1216
|
* 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.
|
|
1145
1217
|
*/
|
|
1146
|
-
declare type
|
|
1218
|
+
declare type __VLS_Props_42 = {
|
|
1147
1219
|
/**
|
|
1148
1220
|
* A unique identifier for the toggle, used to associate the label with the form element.
|
|
1149
1221
|
*/
|
|
@@ -1173,7 +1245,7 @@ declare type __VLS_Props_41 = {
|
|
|
1173
1245
|
/**
|
|
1174
1246
|
* 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).
|
|
1175
1247
|
*/
|
|
1176
|
-
declare type
|
|
1248
|
+
declare type __VLS_Props_43 = {
|
|
1177
1249
|
/**
|
|
1178
1250
|
* The name attribute for the toggle element, typically used for form submission.
|
|
1179
1251
|
*/
|
|
@@ -1202,7 +1274,7 @@ declare type __VLS_Props_42 = {
|
|
|
1202
1274
|
/**
|
|
1203
1275
|
* 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.
|
|
1204
1276
|
*/
|
|
1205
|
-
declare type
|
|
1277
|
+
declare type __VLS_Props_44 = {
|
|
1206
1278
|
/**
|
|
1207
1279
|
* A unique identifier for the tooltip, used to describe the tooltip.
|
|
1208
1280
|
*/
|
|
@@ -1222,9 +1294,23 @@ declare type __VLS_Props_43 = {
|
|
|
1222
1294
|
};
|
|
1223
1295
|
|
|
1224
1296
|
/**
|
|
1225
|
-
* A
|
|
1297
|
+
* 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.
|
|
1226
1298
|
*/
|
|
1227
1299
|
declare type __VLS_Props_5 = {
|
|
1300
|
+
/**
|
|
1301
|
+
* Aria label for the previous button.
|
|
1302
|
+
*/
|
|
1303
|
+
previousButtonAriaLabel?: string;
|
|
1304
|
+
/**
|
|
1305
|
+
* Aria label for the next button.
|
|
1306
|
+
*/
|
|
1307
|
+
nextButtonAriaLabel?: string;
|
|
1308
|
+
};
|
|
1309
|
+
|
|
1310
|
+
/**
|
|
1311
|
+
* A checkbox is an interactive component used to select or deselect an option, typically within a list of choices. It allows users to make multiple selections independently and is often accompanied by a label for clarity. Checkboxes are commonly used in forms, filters, settings, and preference selections to provide a simple and intuitive way to enable or disable specific options.
|
|
1312
|
+
*/
|
|
1313
|
+
declare type __VLS_Props_6 = {
|
|
1228
1314
|
/**
|
|
1229
1315
|
* A unique identifier for the checkbox, used to associate the label with the form element.
|
|
1230
1316
|
*/
|
|
@@ -1262,7 +1348,7 @@ declare type __VLS_Props_5 = {
|
|
|
1262
1348
|
/**
|
|
1263
1349
|
* 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).
|
|
1264
1350
|
*/
|
|
1265
|
-
declare type
|
|
1351
|
+
declare type __VLS_Props_7 = {
|
|
1266
1352
|
/**
|
|
1267
1353
|
* The name attribute for the checkbox element, typically used for form submission.
|
|
1268
1354
|
*/
|
|
@@ -1292,7 +1378,7 @@ declare type __VLS_Props_6 = {
|
|
|
1292
1378
|
/**
|
|
1293
1379
|
* A circular progress bar visually represents progress toward a goal or completion of a process using a circular shape. It is commonly used to indicate task completion or performance metrics. The progress is displayed as a partially filled ring, often accompanied by a percentage or status indicator. Circular Progress Bars are useful for providing users with real-time feedback on ongoing actions without taking up significant screen space.
|
|
1294
1380
|
*/
|
|
1295
|
-
declare type
|
|
1381
|
+
declare type __VLS_Props_8 = {
|
|
1296
1382
|
/**
|
|
1297
1383
|
* Sets the size of the progress bar.
|
|
1298
1384
|
*/
|
|
@@ -1318,55 +1404,13 @@ declare type __VLS_Props_7 = {
|
|
|
1318
1404
|
/**
|
|
1319
1405
|
* The Container component is designed to wrap your page or section content, typically grids or other layout elements. By default, it centers the content with a maximum width to ensure consistent alignment and spacing.
|
|
1320
1406
|
*/
|
|
1321
|
-
declare type
|
|
1407
|
+
declare type __VLS_Props_9 = {
|
|
1322
1408
|
/**
|
|
1323
1409
|
* If `true`, the container will take the full width.
|
|
1324
1410
|
*/
|
|
1325
1411
|
fluid?: boolean;
|
|
1326
1412
|
};
|
|
1327
1413
|
|
|
1328
|
-
/**
|
|
1329
|
-
* 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).
|
|
1330
|
-
*/
|
|
1331
|
-
declare type __VLS_Props_9 = {
|
|
1332
|
-
/**
|
|
1333
|
-
* A unique identifier for the datepicker element, used to associate the label with the form element.
|
|
1334
|
-
*/
|
|
1335
|
-
id: string;
|
|
1336
|
-
/**
|
|
1337
|
-
* The name attribute for the datepicker element, typically used for form submission.
|
|
1338
|
-
*/
|
|
1339
|
-
name?: string;
|
|
1340
|
-
/**
|
|
1341
|
-
* The current value of the datepicker field.
|
|
1342
|
-
*/
|
|
1343
|
-
modelValue?: string | number;
|
|
1344
|
-
/**
|
|
1345
|
-
* If `true`, applies an invalid state to the datepicker.
|
|
1346
|
-
*/
|
|
1347
|
-
isInvalid?: boolean;
|
|
1348
|
-
/**
|
|
1349
|
-
* If `true`, disables the datepicker, making it non-interactive.
|
|
1350
|
-
*/
|
|
1351
|
-
disabled?: boolean;
|
|
1352
|
-
/**
|
|
1353
|
-
* Determines the size of the datepicker.
|
|
1354
|
-
*/
|
|
1355
|
-
size?: 's' | 'm';
|
|
1356
|
-
/**
|
|
1357
|
-
* If `true`, the datepicker is read-only (cannot be edited).
|
|
1358
|
-
*/
|
|
1359
|
-
readonly?: boolean;
|
|
1360
|
-
/**
|
|
1361
|
-
* If `true`, a clear button will appear when the datepicker has a value.
|
|
1362
|
-
*/
|
|
1363
|
-
isClearable?: boolean;
|
|
1364
|
-
/**
|
|
1365
|
-
* The label text for the clear button.
|
|
1366
|
-
*/
|
|
1367
|
-
clearLabel?: string;
|
|
1368
|
-
};
|
|
1369
|
-
|
|
1370
1414
|
declare function __VLS_template(): {
|
|
1371
1415
|
attrs: Partial<{}>;
|
|
1372
1416
|
slots: Readonly<{
|
|
@@ -1385,6 +1429,23 @@ declare function __VLS_template(): {
|
|
|
1385
1429
|
};
|
|
1386
1430
|
|
|
1387
1431
|
declare function __VLS_template_10(): {
|
|
1432
|
+
attrs: Partial<{}>;
|
|
1433
|
+
slots: Readonly<{
|
|
1434
|
+
/**
|
|
1435
|
+
* Use this slot to insert an icon for the Button.
|
|
1436
|
+
*/
|
|
1437
|
+
icon: VNode;
|
|
1438
|
+
}> & {
|
|
1439
|
+
/**
|
|
1440
|
+
* Use this slot to insert an icon for the Button.
|
|
1441
|
+
*/
|
|
1442
|
+
icon: VNode;
|
|
1443
|
+
};
|
|
1444
|
+
refs: {};
|
|
1445
|
+
rootEl: HTMLButtonElement;
|
|
1446
|
+
};
|
|
1447
|
+
|
|
1448
|
+
declare function __VLS_template_11(): {
|
|
1388
1449
|
attrs: Partial<{}>;
|
|
1389
1450
|
slots: Readonly<{
|
|
1390
1451
|
/**
|
|
@@ -1409,7 +1470,7 @@ declare function __VLS_template_10(): {
|
|
|
1409
1470
|
rootEl: any;
|
|
1410
1471
|
};
|
|
1411
1472
|
|
|
1412
|
-
declare function
|
|
1473
|
+
declare function __VLS_template_12(): {
|
|
1413
1474
|
attrs: Partial<{}>;
|
|
1414
1475
|
slots: Readonly<{
|
|
1415
1476
|
/**
|
|
@@ -1450,7 +1511,7 @@ declare function __VLS_template_11(): {
|
|
|
1450
1511
|
rootEl: any;
|
|
1451
1512
|
};
|
|
1452
1513
|
|
|
1453
|
-
declare function
|
|
1514
|
+
declare function __VLS_template_13(): {
|
|
1454
1515
|
attrs: Partial<{}>;
|
|
1455
1516
|
slots: Readonly<{
|
|
1456
1517
|
/**
|
|
@@ -1467,7 +1528,7 @@ declare function __VLS_template_12(): {
|
|
|
1467
1528
|
rootEl: HTMLDivElement;
|
|
1468
1529
|
};
|
|
1469
1530
|
|
|
1470
|
-
declare function
|
|
1531
|
+
declare function __VLS_template_14(): {
|
|
1471
1532
|
attrs: Partial<{}>;
|
|
1472
1533
|
slots: Readonly<{
|
|
1473
1534
|
/**
|
|
@@ -1484,7 +1545,7 @@ declare function __VLS_template_13(): {
|
|
|
1484
1545
|
rootEl: HTMLElement;
|
|
1485
1546
|
};
|
|
1486
1547
|
|
|
1487
|
-
declare function
|
|
1548
|
+
declare function __VLS_template_15(): {
|
|
1488
1549
|
attrs: Partial<{}>;
|
|
1489
1550
|
slots: Readonly<{
|
|
1490
1551
|
/**
|
|
@@ -1501,7 +1562,7 @@ declare function __VLS_template_14(): {
|
|
|
1501
1562
|
rootEl: any;
|
|
1502
1563
|
};
|
|
1503
1564
|
|
|
1504
|
-
declare function
|
|
1565
|
+
declare function __VLS_template_16(): {
|
|
1505
1566
|
attrs: Partial<{}>;
|
|
1506
1567
|
slots: Readonly<{
|
|
1507
1568
|
/**
|
|
@@ -1518,7 +1579,7 @@ declare function __VLS_template_15(): {
|
|
|
1518
1579
|
rootEl: HTMLElement;
|
|
1519
1580
|
};
|
|
1520
1581
|
|
|
1521
|
-
declare function
|
|
1582
|
+
declare function __VLS_template_17(): {
|
|
1522
1583
|
attrs: Partial<{}>;
|
|
1523
1584
|
slots: Readonly<{
|
|
1524
1585
|
/**
|
|
@@ -1586,6 +1647,33 @@ declare function __VLS_template_3(): {
|
|
|
1586
1647
|
};
|
|
1587
1648
|
|
|
1588
1649
|
declare function __VLS_template_4(): {
|
|
1650
|
+
attrs: Partial<{}>;
|
|
1651
|
+
slots: Readonly<{
|
|
1652
|
+
/**
|
|
1653
|
+
* Use this slot to insert a list of components to be displayed in the carousel.
|
|
1654
|
+
*/
|
|
1655
|
+
default: () => VNode[];
|
|
1656
|
+
/**
|
|
1657
|
+
* Use this slot to insert the title, subtitle or link of the carousel.
|
|
1658
|
+
*/
|
|
1659
|
+
header: VNode;
|
|
1660
|
+
}> & {
|
|
1661
|
+
/**
|
|
1662
|
+
* Use this slot to insert a list of components to be displayed in the carousel.
|
|
1663
|
+
*/
|
|
1664
|
+
default: () => VNode[];
|
|
1665
|
+
/**
|
|
1666
|
+
* Use this slot to insert the title, subtitle or link of the carousel.
|
|
1667
|
+
*/
|
|
1668
|
+
header: VNode;
|
|
1669
|
+
};
|
|
1670
|
+
refs: {
|
|
1671
|
+
contentContainer: HTMLDivElement;
|
|
1672
|
+
};
|
|
1673
|
+
rootEl: HTMLDivElement;
|
|
1674
|
+
};
|
|
1675
|
+
|
|
1676
|
+
declare function __VLS_template_5(): {
|
|
1589
1677
|
attrs: Partial<{}>;
|
|
1590
1678
|
slots: Readonly<{
|
|
1591
1679
|
/**
|
|
@@ -1602,7 +1690,7 @@ declare function __VLS_template_4(): {
|
|
|
1602
1690
|
rootEl: HTMLDivElement;
|
|
1603
1691
|
};
|
|
1604
1692
|
|
|
1605
|
-
declare function
|
|
1693
|
+
declare function __VLS_template_6(): {
|
|
1606
1694
|
attrs: Partial<{}>;
|
|
1607
1695
|
slots: Readonly<{
|
|
1608
1696
|
/**
|
|
@@ -1619,7 +1707,7 @@ declare function __VLS_template_5(): {
|
|
|
1619
1707
|
rootEl: HTMLDivElement;
|
|
1620
1708
|
};
|
|
1621
1709
|
|
|
1622
|
-
declare function
|
|
1710
|
+
declare function __VLS_template_7(): {
|
|
1623
1711
|
attrs: Partial<{}>;
|
|
1624
1712
|
slots: Readonly<{
|
|
1625
1713
|
/**
|
|
@@ -1646,7 +1734,7 @@ declare function __VLS_template_6(): {
|
|
|
1646
1734
|
rootEl: any;
|
|
1647
1735
|
};
|
|
1648
1736
|
|
|
1649
|
-
declare function
|
|
1737
|
+
declare function __VLS_template_8(): {
|
|
1650
1738
|
attrs: Partial<{}>;
|
|
1651
1739
|
slots: Readonly<{
|
|
1652
1740
|
/**
|
|
@@ -1663,7 +1751,7 @@ declare function __VLS_template_7(): {
|
|
|
1663
1751
|
rootEl: HTMLDivElement;
|
|
1664
1752
|
};
|
|
1665
1753
|
|
|
1666
|
-
declare function
|
|
1754
|
+
declare function __VLS_template_9(): {
|
|
1667
1755
|
attrs: Partial<{}>;
|
|
1668
1756
|
slots: Readonly<{
|
|
1669
1757
|
/**
|
|
@@ -1680,23 +1768,6 @@ declare function __VLS_template_8(): {
|
|
|
1680
1768
|
rootEl: HTMLFieldSetElement;
|
|
1681
1769
|
};
|
|
1682
1770
|
|
|
1683
|
-
declare function __VLS_template_9(): {
|
|
1684
|
-
attrs: Partial<{}>;
|
|
1685
|
-
slots: Readonly<{
|
|
1686
|
-
/**
|
|
1687
|
-
* Use this slot to insert an icon for the Button.
|
|
1688
|
-
*/
|
|
1689
|
-
icon: VNode;
|
|
1690
|
-
}> & {
|
|
1691
|
-
/**
|
|
1692
|
-
* Use this slot to insert an icon for the Button.
|
|
1693
|
-
*/
|
|
1694
|
-
icon: VNode;
|
|
1695
|
-
};
|
|
1696
|
-
refs: {};
|
|
1697
|
-
rootEl: HTMLButtonElement;
|
|
1698
|
-
};
|
|
1699
|
-
|
|
1700
1771
|
declare type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
1701
1772
|
|
|
1702
1773
|
declare type __VLS_TemplateResult_10 = ReturnType<typeof __VLS_template_10>;
|
|
@@ -1713,6 +1784,8 @@ declare type __VLS_TemplateResult_15 = ReturnType<typeof __VLS_template_15>;
|
|
|
1713
1784
|
|
|
1714
1785
|
declare type __VLS_TemplateResult_16 = ReturnType<typeof __VLS_template_16>;
|
|
1715
1786
|
|
|
1787
|
+
declare type __VLS_TemplateResult_17 = ReturnType<typeof __VLS_template_17>;
|
|
1788
|
+
|
|
1716
1789
|
declare type __VLS_TemplateResult_2 = ReturnType<typeof __VLS_template_2>;
|
|
1717
1790
|
|
|
1718
1791
|
declare type __VLS_TemplateResult_3 = ReturnType<typeof __VLS_template_3>;
|
|
@@ -1777,6 +1850,12 @@ declare type __VLS_WithTemplateSlots_16<T, S> = T & {
|
|
|
1777
1850
|
};
|
|
1778
1851
|
};
|
|
1779
1852
|
|
|
1853
|
+
declare type __VLS_WithTemplateSlots_17<T, S> = T & {
|
|
1854
|
+
new (): {
|
|
1855
|
+
$slots: S;
|
|
1856
|
+
};
|
|
1857
|
+
};
|
|
1858
|
+
|
|
1780
1859
|
declare type __VLS_WithTemplateSlots_2<T, S> = T & {
|
|
1781
1860
|
new (): {
|
|
1782
1861
|
$slots: S;
|
|
@@ -1833,81 +1912,83 @@ export declare const MButton: __VLS_WithTemplateSlots_2<typeof __VLS_component_2
|
|
|
1833
1912
|
|
|
1834
1913
|
export declare const MCallout: __VLS_WithTemplateSlots_3<typeof __VLS_component_3, __VLS_TemplateResult_3["slots"]>;
|
|
1835
1914
|
|
|
1836
|
-
export declare const
|
|
1915
|
+
export declare const MCarousel: __VLS_WithTemplateSlots_4<typeof __VLS_component_4, __VLS_TemplateResult_4["slots"]>;
|
|
1916
|
+
|
|
1917
|
+
export declare const MCheckbox: DefineComponent<__VLS_Props_6, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
1837
1918
|
"update:modelValue": (value: boolean) => any;
|
|
1838
|
-
}, string, PublicProps, Readonly<
|
|
1919
|
+
}, string, PublicProps, Readonly<__VLS_Props_6> & Readonly<{
|
|
1839
1920
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
1840
1921
|
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
1841
1922
|
|
|
1842
|
-
export declare const MCheckboxGroup: DefineComponent<
|
|
1923
|
+
export declare const MCheckboxGroup: DefineComponent<__VLS_Props_7, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
1843
1924
|
"update:modelValue": (value: string[]) => any;
|
|
1844
|
-
}, string, PublicProps, Readonly<
|
|
1925
|
+
}, string, PublicProps, Readonly<__VLS_Props_7> & Readonly<{
|
|
1845
1926
|
"onUpdate:modelValue"?: ((value: string[]) => any) | undefined;
|
|
1846
1927
|
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
1847
1928
|
|
|
1848
|
-
export declare const MCircularProgressbar: DefineComponent<
|
|
1929
|
+
export declare const MCircularProgressbar: DefineComponent<__VLS_Props_8, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_8> & Readonly<{}>, {
|
|
1849
1930
|
type: "percentage" | "content";
|
|
1850
1931
|
value: number;
|
|
1851
1932
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
1852
1933
|
|
|
1853
|
-
export declare const MContainer:
|
|
1934
|
+
export declare const MContainer: __VLS_WithTemplateSlots_5<typeof __VLS_component_5, __VLS_TemplateResult_5["slots"]>;
|
|
1854
1935
|
|
|
1855
|
-
export declare const MDatepicker: DefineComponent<
|
|
1936
|
+
export declare const MDatepicker: DefineComponent<__VLS_Props_10, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
1856
1937
|
"update:modelValue": (value: string | number) => any;
|
|
1857
|
-
}, string, PublicProps, Readonly<
|
|
1938
|
+
}, string, PublicProps, Readonly<__VLS_Props_10> & Readonly<{
|
|
1858
1939
|
"onUpdate:modelValue"?: ((value: string | number) => any) | undefined;
|
|
1859
1940
|
}>, {
|
|
1860
1941
|
size: "s" | "m";
|
|
1861
1942
|
clearLabel: string;
|
|
1862
1943
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
1863
1944
|
|
|
1864
|
-
export declare const MDivider:
|
|
1945
|
+
export declare const MDivider: __VLS_WithTemplateSlots_6<typeof __VLS_component_6, __VLS_TemplateResult_6["slots"]>;
|
|
1865
1946
|
|
|
1866
|
-
export declare const MDrawer:
|
|
1947
|
+
export declare const MDrawer: __VLS_WithTemplateSlots_7<typeof __VLS_component_7, __VLS_TemplateResult_7["slots"]>;
|
|
1867
1948
|
|
|
1868
|
-
export declare const MField:
|
|
1949
|
+
export declare const MField: __VLS_WithTemplateSlots_8<typeof __VLS_component_8, __VLS_TemplateResult_8["slots"]>;
|
|
1869
1950
|
|
|
1870
|
-
export declare const MFieldGroup:
|
|
1951
|
+
export declare const MFieldGroup: __VLS_WithTemplateSlots_9<typeof __VLS_component_9, __VLS_TemplateResult_9["slots"]>;
|
|
1871
1952
|
|
|
1872
|
-
export declare const MFlag: DefineComponent<
|
|
1953
|
+
export declare const MFlag: DefineComponent<__VLS_Props_15, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_15> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
1873
1954
|
|
|
1874
|
-
export declare const MIconButton:
|
|
1955
|
+
export declare const MIconButton: __VLS_WithTemplateSlots_10<typeof __VLS_component_10, __VLS_TemplateResult_10["slots"]>;
|
|
1875
1956
|
|
|
1876
|
-
export declare const MLinearProgressbarBuffer: DefineComponent<
|
|
1957
|
+
export declare const MLinearProgressbarBuffer: DefineComponent<__VLS_Props_17, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_17> & Readonly<{}>, {
|
|
1877
1958
|
value: number;
|
|
1878
1959
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
1879
1960
|
|
|
1880
|
-
export declare const MLinearProgressbarPercentage: DefineComponent<
|
|
1961
|
+
export declare const MLinearProgressbarPercentage: DefineComponent<__VLS_Props_18, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_18> & Readonly<{}>, {
|
|
1881
1962
|
value: number;
|
|
1882
1963
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
1883
1964
|
|
|
1884
|
-
export declare const MLink:
|
|
1965
|
+
export declare const MLink: __VLS_WithTemplateSlots_11<typeof __VLS_component_11, __VLS_TemplateResult_11["slots"]>;
|
|
1885
1966
|
|
|
1886
|
-
export declare const MLoader: DefineComponent<
|
|
1887
|
-
size: "s" | "m" | "l";
|
|
1967
|
+
export declare const MLoader: DefineComponent<__VLS_Props_20, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_20> & Readonly<{}>, {
|
|
1968
|
+
size: "xs" | "s" | "m" | "l";
|
|
1888
1969
|
appearance: "standard" | "accent" | "inverse";
|
|
1889
1970
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
1890
1971
|
|
|
1891
|
-
export declare const MLoadingOverlay: DefineComponent<
|
|
1972
|
+
export declare const MLoadingOverlay: DefineComponent<__VLS_Props_21, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_21> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
1892
1973
|
|
|
1893
|
-
export declare const MModal:
|
|
1974
|
+
export declare const MModal: __VLS_WithTemplateSlots_12<typeof __VLS_component_12, __VLS_TemplateResult_12["slots"]>;
|
|
1894
1975
|
|
|
1895
|
-
export declare const MNumberBadge: DefineComponent<
|
|
1976
|
+
export declare const MNumberBadge: DefineComponent<__VLS_Props_23, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_23> & Readonly<{}>, {
|
|
1896
1977
|
size: "s" | "m";
|
|
1897
1978
|
appearance: "danger" | "accent" | "inverse" | "standard";
|
|
1898
1979
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLSpanElement>;
|
|
1899
1980
|
|
|
1900
|
-
export declare const MOverlay:
|
|
1981
|
+
export declare const MOverlay: __VLS_WithTemplateSlots_13<typeof __VLS_component_13, __VLS_TemplateResult_13["slots"]>;
|
|
1901
1982
|
|
|
1902
|
-
export declare const MPagination: DefineComponent<
|
|
1983
|
+
export declare const MPagination: DefineComponent<__VLS_Props_25, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
1903
1984
|
"update:modelValue": (value: number) => any;
|
|
1904
|
-
}, string, PublicProps, Readonly<
|
|
1985
|
+
}, string, PublicProps, Readonly<__VLS_Props_25> & Readonly<{
|
|
1905
1986
|
"onUpdate:modelValue"?: ((value: number) => any) | undefined;
|
|
1906
1987
|
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLElement>;
|
|
1907
1988
|
|
|
1908
|
-
export declare const MPasswordInput: DefineComponent<
|
|
1989
|
+
export declare const MPasswordInput: DefineComponent<__VLS_Props_26, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
1909
1990
|
"update:modelValue": (value: string | number) => any;
|
|
1910
|
-
}, string, PublicProps, Readonly<
|
|
1991
|
+
}, string, PublicProps, Readonly<__VLS_Props_26> & Readonly<{
|
|
1911
1992
|
"onUpdate:modelValue"?: ((value: string | number) => any) | undefined;
|
|
1912
1993
|
}>, {
|
|
1913
1994
|
clearLabel: string;
|
|
@@ -2000,10 +2081,10 @@ icon?: VNode;
|
|
|
2000
2081
|
}) | null;
|
|
2001
2082
|
}, any>;
|
|
2002
2083
|
|
|
2003
|
-
export declare const MPhoneNumber: DefineComponent<
|
|
2084
|
+
export declare const MPhoneNumber: DefineComponent<__VLS_Props_27, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
2004
2085
|
"update:modelValue": (value: string) => any;
|
|
2005
2086
|
valid: (isValid: boolean) => any;
|
|
2006
|
-
}, string, PublicProps, Readonly<
|
|
2087
|
+
}, string, PublicProps, Readonly<__VLS_Props_27> & Readonly<{
|
|
2007
2088
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
2008
2089
|
onValid?: ((isValid: boolean) => any) | undefined;
|
|
2009
2090
|
}>, {
|
|
@@ -2012,19 +2093,20 @@ modelValue: string;
|
|
|
2012
2093
|
defaultCountry: CountryCode;
|
|
2013
2094
|
prefix: boolean;
|
|
2014
2095
|
flag: boolean;
|
|
2096
|
+
locale: string;
|
|
2015
2097
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
2016
2098
|
|
|
2017
|
-
export declare const MPincode: DefineComponent<
|
|
2099
|
+
export declare const MPincode: DefineComponent<__VLS_Props_28, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
2018
2100
|
"update:modelValue": (value: string) => any;
|
|
2019
|
-
}, string, PublicProps, Readonly<
|
|
2101
|
+
}, string, PublicProps, Readonly<__VLS_Props_28> & Readonly<{
|
|
2020
2102
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
2021
2103
|
}>, {
|
|
2022
2104
|
length: 4 | 5 | 6;
|
|
2023
2105
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
2024
2106
|
|
|
2025
|
-
export declare const MQuantitySelector: DefineComponent<
|
|
2107
|
+
export declare const MQuantitySelector: DefineComponent<__VLS_Props_29, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
2026
2108
|
"update:modelValue": (value: number) => any;
|
|
2027
|
-
}, string, PublicProps, Readonly<
|
|
2109
|
+
}, string, PublicProps, Readonly<__VLS_Props_29> & Readonly<{
|
|
2028
2110
|
"onUpdate:modelValue"?: ((value: number) => any) | undefined;
|
|
2029
2111
|
}>, {
|
|
2030
2112
|
size: "s" | "m";
|
|
@@ -2037,48 +2119,48 @@ incrementlabel: string;
|
|
|
2037
2119
|
decrementLabel: string;
|
|
2038
2120
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
2039
2121
|
|
|
2040
|
-
export declare const MRadio: DefineComponent<
|
|
2122
|
+
export declare const MRadio: DefineComponent<__VLS_Props_30, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
2041
2123
|
"update:modelValue": (value: boolean) => any;
|
|
2042
|
-
}, string, PublicProps, Readonly<
|
|
2124
|
+
}, string, PublicProps, Readonly<__VLS_Props_30> & Readonly<{
|
|
2043
2125
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
2044
2126
|
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
2045
2127
|
|
|
2046
|
-
export declare const MRadioGroup: DefineComponent<
|
|
2128
|
+
export declare const MRadioGroup: DefineComponent<__VLS_Props_31, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
2047
2129
|
"update:modelValue": (value: string) => any;
|
|
2048
|
-
}, string, PublicProps, Readonly<
|
|
2130
|
+
}, string, PublicProps, Readonly<__VLS_Props_31> & Readonly<{
|
|
2049
2131
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
2050
2132
|
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
2051
2133
|
|
|
2052
|
-
export declare const MSegmentedControl: DefineComponent<
|
|
2134
|
+
export declare const MSegmentedControl: DefineComponent<__VLS_Props_32, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
2053
2135
|
"update:modelValue": (value: number) => any;
|
|
2054
|
-
}, string, PublicProps, Readonly<
|
|
2136
|
+
}, string, PublicProps, Readonly<__VLS_Props_32> & Readonly<{
|
|
2055
2137
|
"onUpdate:modelValue"?: ((value: number) => any) | undefined;
|
|
2056
2138
|
}>, {
|
|
2057
2139
|
size: "s" | "m";
|
|
2058
2140
|
modelValue: number;
|
|
2059
2141
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
2060
2142
|
|
|
2061
|
-
export declare const MSelect: DefineComponent<
|
|
2143
|
+
export declare const MSelect: DefineComponent<__VLS_Props_33, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
2062
2144
|
"update:modelValue": (value: string | number) => any;
|
|
2063
|
-
}, string, PublicProps, Readonly<
|
|
2145
|
+
}, string, PublicProps, Readonly<__VLS_Props_33> & Readonly<{
|
|
2064
2146
|
"onUpdate:modelValue"?: ((value: string | number) => any) | undefined;
|
|
2065
2147
|
}>, {
|
|
2066
2148
|
size: "s" | "m";
|
|
2067
2149
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
2068
2150
|
|
|
2069
|
-
export declare const MStatusBadge: DefineComponent<
|
|
2151
|
+
export declare const MStatusBadge: DefineComponent<__VLS_Props_34, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_34> & Readonly<{}>, {
|
|
2070
2152
|
status: "info" | "success" | "warning" | "error" | "neutral";
|
|
2071
2153
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
2072
2154
|
|
|
2073
|
-
export declare const MStatusDot: DefineComponent<
|
|
2155
|
+
export declare const MStatusDot: DefineComponent<__VLS_Props_35, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_35> & Readonly<{}>, {
|
|
2074
2156
|
status: "info" | "success" | "warning" | "error" | "neutral";
|
|
2075
2157
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLSpanElement>;
|
|
2076
2158
|
|
|
2077
|
-
export declare const MStatusNotification:
|
|
2159
|
+
export declare const MStatusNotification: __VLS_WithTemplateSlots_14<typeof __VLS_component_14, __VLS_TemplateResult_14["slots"]>;
|
|
2078
2160
|
|
|
2079
|
-
export declare const MTabs: DefineComponent<
|
|
2161
|
+
export declare const MTabs: DefineComponent<__VLS_Props_37, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
2080
2162
|
"update:modelValue": (value: number) => any;
|
|
2081
|
-
}, string, PublicProps, Readonly<
|
|
2163
|
+
}, string, PublicProps, Readonly<__VLS_Props_37> & Readonly<{
|
|
2082
2164
|
"onUpdate:modelValue"?: ((value: number) => any) | undefined;
|
|
2083
2165
|
}>, {
|
|
2084
2166
|
modelValue: number;
|
|
@@ -2087,10 +2169,10 @@ divider: boolean;
|
|
|
2087
2169
|
tab: HTMLButtonElement;
|
|
2088
2170
|
}, HTMLElement>;
|
|
2089
2171
|
|
|
2090
|
-
export declare const MTag: DefineComponent<
|
|
2172
|
+
export declare const MTag: DefineComponent<__VLS_Props_38, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
2091
2173
|
"update:modelValue": (value: boolean) => any;
|
|
2092
2174
|
"remove-tag": (id: string) => any;
|
|
2093
|
-
}, string, PublicProps, Readonly<
|
|
2175
|
+
}, string, PublicProps, Readonly<__VLS_Props_38> & Readonly<{
|
|
2094
2176
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
2095
2177
|
"onRemove-tag"?: ((id: string) => any) | undefined;
|
|
2096
2178
|
}>, {
|
|
@@ -2098,32 +2180,32 @@ type: "informative" | "interactive" | "contextualised" | "removable" | "selectab
|
|
|
2098
2180
|
contextualisedNumber: number;
|
|
2099
2181
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
2100
2182
|
|
|
2101
|
-
export declare const MTextArea: DefineComponent<
|
|
2183
|
+
export declare const MTextArea: DefineComponent<__VLS_Props_39, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
2102
2184
|
"update:modelValue": (value: string | number) => any;
|
|
2103
|
-
}, string, PublicProps, Readonly<
|
|
2185
|
+
}, string, PublicProps, Readonly<__VLS_Props_39> & Readonly<{
|
|
2104
2186
|
"onUpdate:modelValue"?: ((value: string | number) => any) | undefined;
|
|
2105
2187
|
}>, {
|
|
2106
2188
|
rows: number;
|
|
2107
2189
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
2108
2190
|
|
|
2109
|
-
export declare const MTextInput:
|
|
2191
|
+
export declare const MTextInput: __VLS_WithTemplateSlots_15<typeof __VLS_component_15, __VLS_TemplateResult_15["slots"]>;
|
|
2110
2192
|
|
|
2111
|
-
export declare const MToaster:
|
|
2193
|
+
export declare const MToaster: __VLS_WithTemplateSlots_16<typeof __VLS_component_16, __VLS_TemplateResult_16["slots"]>;
|
|
2112
2194
|
|
|
2113
|
-
export declare const MToggle: DefineComponent<
|
|
2195
|
+
export declare const MToggle: DefineComponent<__VLS_Props_42, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
2114
2196
|
"update:modelValue": (value: boolean) => any;
|
|
2115
|
-
}, string, PublicProps, Readonly<
|
|
2197
|
+
}, string, PublicProps, Readonly<__VLS_Props_42> & Readonly<{
|
|
2116
2198
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
2117
2199
|
}>, {
|
|
2118
2200
|
size: "s" | "m";
|
|
2119
2201
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
2120
2202
|
|
|
2121
|
-
export declare const MToggleGroup: DefineComponent<
|
|
2203
|
+
export declare const MToggleGroup: DefineComponent<__VLS_Props_43, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
2122
2204
|
"update:modelValue": (value: string[]) => any;
|
|
2123
|
-
}, string, PublicProps, Readonly<
|
|
2205
|
+
}, string, PublicProps, Readonly<__VLS_Props_43> & Readonly<{
|
|
2124
2206
|
"onUpdate:modelValue"?: ((value: string[]) => any) | undefined;
|
|
2125
2207
|
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
2126
2208
|
|
|
2127
|
-
export declare const MTooltip:
|
|
2209
|
+
export declare const MTooltip: __VLS_WithTemplateSlots_17<typeof __VLS_component_17, __VLS_TemplateResult_17["slots"]>;
|
|
2128
2210
|
|
|
2129
2211
|
export { }
|