@mozaic-ds/vue 2.9.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 +317 -250
- package/dist/mozaic-vue.js +1050 -896
- 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/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/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,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_36, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
47
53
|
close: () => any;
|
|
48
|
-
}, string, PublicProps, Readonly<
|
|
54
|
+
}, string, PublicProps, Readonly<__VLS_Props_36> & 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_40, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
55
61
|
"update:modelValue": (value: string | number) => any;
|
|
56
|
-
}, string, PublicProps, Readonly<
|
|
62
|
+
}, string, PublicProps, Readonly<__VLS_Props_40> & 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_41, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
65
71
|
"update:open": (value: boolean) => any;
|
|
66
|
-
}, string, PublicProps, Readonly<
|
|
72
|
+
}, string, PublicProps, Readonly<__VLS_Props_41> & 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_44, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_44> & 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
|
|
121
|
+
declare const __VLS_component_8: DefineComponent<__VLS_Props_13, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_13> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
109
122
|
|
|
110
|
-
declare const
|
|
111
|
-
|
|
112
|
-
declare const __VLS_component_9: DefineComponent<__VLS_Props_15, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_15> & Readonly<{}>, {
|
|
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
|
*/
|
|
@@ -875,7 +932,7 @@ declare type __VLS_Props_32 = {
|
|
|
875
932
|
/**
|
|
876
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.
|
|
877
934
|
*/
|
|
878
|
-
declare type
|
|
935
|
+
declare type __VLS_Props_34 = {
|
|
879
936
|
/**
|
|
880
937
|
* Content of the status badge
|
|
881
938
|
*/
|
|
@@ -889,7 +946,7 @@ declare type __VLS_Props_33 = {
|
|
|
889
946
|
/**
|
|
890
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.
|
|
891
948
|
*/
|
|
892
|
-
declare type
|
|
949
|
+
declare type __VLS_Props_35 = {
|
|
893
950
|
/**
|
|
894
951
|
* Allows to define the status dot type.
|
|
895
952
|
*/
|
|
@@ -903,7 +960,7 @@ declare type __VLS_Props_34 = {
|
|
|
903
960
|
/**
|
|
904
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.
|
|
905
962
|
*/
|
|
906
|
-
declare type
|
|
963
|
+
declare type __VLS_Props_36 = {
|
|
907
964
|
/**
|
|
908
965
|
* Title of the status notification.
|
|
909
966
|
*/
|
|
@@ -925,7 +982,7 @@ declare type __VLS_Props_35 = {
|
|
|
925
982
|
/**
|
|
926
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.
|
|
927
984
|
*/
|
|
928
|
-
declare type
|
|
985
|
+
declare type __VLS_Props_37 = {
|
|
929
986
|
/**
|
|
930
987
|
* A description indicating the purpose of the set of tabs. Useful for improving the accessibility of the component.
|
|
931
988
|
*/
|
|
@@ -968,7 +1025,7 @@ declare type __VLS_Props_36 = {
|
|
|
968
1025
|
/**
|
|
969
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).
|
|
970
1027
|
*/
|
|
971
|
-
declare type
|
|
1028
|
+
declare type __VLS_Props_38 = {
|
|
972
1029
|
/**
|
|
973
1030
|
* Defines the behavior and layout of the tag.
|
|
974
1031
|
*/
|
|
@@ -1010,7 +1067,7 @@ declare type __VLS_Props_37 = {
|
|
|
1010
1067
|
/**
|
|
1011
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).
|
|
1012
1069
|
*/
|
|
1013
|
-
declare type
|
|
1070
|
+
declare type __VLS_Props_39 = {
|
|
1014
1071
|
/**
|
|
1015
1072
|
* A unique identifier for the textarea, used to associate the label with the form element.
|
|
1016
1073
|
*/
|
|
@@ -1053,10 +1110,28 @@ declare type __VLS_Props_38 = {
|
|
|
1053
1110
|
readonly?: boolean;
|
|
1054
1111
|
};
|
|
1055
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
|
+
|
|
1056
1131
|
/**
|
|
1057
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).
|
|
1058
1133
|
*/
|
|
1059
|
-
declare type
|
|
1134
|
+
declare type __VLS_Props_40 = {
|
|
1060
1135
|
/**
|
|
1061
1136
|
* A unique identifier for the input element, used to associate the label with the form element.
|
|
1062
1137
|
*/
|
|
@@ -1103,28 +1178,10 @@ declare type __VLS_Props_39 = {
|
|
|
1103
1178
|
clearLabel?: string;
|
|
1104
1179
|
};
|
|
1105
1180
|
|
|
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
1181
|
/**
|
|
1125
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.
|
|
1126
1183
|
*/
|
|
1127
|
-
declare type
|
|
1184
|
+
declare type __VLS_Props_41 = {
|
|
1128
1185
|
/**
|
|
1129
1186
|
* If `true`, display the Toaster.
|
|
1130
1187
|
*/
|
|
@@ -1158,7 +1215,7 @@ declare type __VLS_Props_40 = {
|
|
|
1158
1215
|
/**
|
|
1159
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.
|
|
1160
1217
|
*/
|
|
1161
|
-
declare type
|
|
1218
|
+
declare type __VLS_Props_42 = {
|
|
1162
1219
|
/**
|
|
1163
1220
|
* A unique identifier for the toggle, used to associate the label with the form element.
|
|
1164
1221
|
*/
|
|
@@ -1188,7 +1245,7 @@ declare type __VLS_Props_41 = {
|
|
|
1188
1245
|
/**
|
|
1189
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).
|
|
1190
1247
|
*/
|
|
1191
|
-
declare type
|
|
1248
|
+
declare type __VLS_Props_43 = {
|
|
1192
1249
|
/**
|
|
1193
1250
|
* The name attribute for the toggle element, typically used for form submission.
|
|
1194
1251
|
*/
|
|
@@ -1217,7 +1274,7 @@ declare type __VLS_Props_42 = {
|
|
|
1217
1274
|
/**
|
|
1218
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.
|
|
1219
1276
|
*/
|
|
1220
|
-
declare type
|
|
1277
|
+
declare type __VLS_Props_44 = {
|
|
1221
1278
|
/**
|
|
1222
1279
|
* A unique identifier for the tooltip, used to describe the tooltip.
|
|
1223
1280
|
*/
|
|
@@ -1237,9 +1294,23 @@ declare type __VLS_Props_43 = {
|
|
|
1237
1294
|
};
|
|
1238
1295
|
|
|
1239
1296
|
/**
|
|
1240
|
-
* 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.
|
|
1241
1298
|
*/
|
|
1242
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 = {
|
|
1243
1314
|
/**
|
|
1244
1315
|
* A unique identifier for the checkbox, used to associate the label with the form element.
|
|
1245
1316
|
*/
|
|
@@ -1277,7 +1348,7 @@ declare type __VLS_Props_5 = {
|
|
|
1277
1348
|
/**
|
|
1278
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).
|
|
1279
1350
|
*/
|
|
1280
|
-
declare type
|
|
1351
|
+
declare type __VLS_Props_7 = {
|
|
1281
1352
|
/**
|
|
1282
1353
|
* The name attribute for the checkbox element, typically used for form submission.
|
|
1283
1354
|
*/
|
|
@@ -1307,7 +1378,7 @@ declare type __VLS_Props_6 = {
|
|
|
1307
1378
|
/**
|
|
1308
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.
|
|
1309
1380
|
*/
|
|
1310
|
-
declare type
|
|
1381
|
+
declare type __VLS_Props_8 = {
|
|
1311
1382
|
/**
|
|
1312
1383
|
* Sets the size of the progress bar.
|
|
1313
1384
|
*/
|
|
@@ -1333,55 +1404,13 @@ declare type __VLS_Props_7 = {
|
|
|
1333
1404
|
/**
|
|
1334
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.
|
|
1335
1406
|
*/
|
|
1336
|
-
declare type
|
|
1407
|
+
declare type __VLS_Props_9 = {
|
|
1337
1408
|
/**
|
|
1338
1409
|
* If `true`, the container will take the full width.
|
|
1339
1410
|
*/
|
|
1340
1411
|
fluid?: boolean;
|
|
1341
1412
|
};
|
|
1342
1413
|
|
|
1343
|
-
/**
|
|
1344
|
-
* 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).
|
|
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
|
-
};
|
|
1384
|
-
|
|
1385
1414
|
declare function __VLS_template(): {
|
|
1386
1415
|
attrs: Partial<{}>;
|
|
1387
1416
|
slots: Readonly<{
|
|
@@ -1400,6 +1429,23 @@ declare function __VLS_template(): {
|
|
|
1400
1429
|
};
|
|
1401
1430
|
|
|
1402
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(): {
|
|
1403
1449
|
attrs: Partial<{}>;
|
|
1404
1450
|
slots: Readonly<{
|
|
1405
1451
|
/**
|
|
@@ -1424,7 +1470,7 @@ declare function __VLS_template_10(): {
|
|
|
1424
1470
|
rootEl: any;
|
|
1425
1471
|
};
|
|
1426
1472
|
|
|
1427
|
-
declare function
|
|
1473
|
+
declare function __VLS_template_12(): {
|
|
1428
1474
|
attrs: Partial<{}>;
|
|
1429
1475
|
slots: Readonly<{
|
|
1430
1476
|
/**
|
|
@@ -1465,7 +1511,7 @@ declare function __VLS_template_11(): {
|
|
|
1465
1511
|
rootEl: any;
|
|
1466
1512
|
};
|
|
1467
1513
|
|
|
1468
|
-
declare function
|
|
1514
|
+
declare function __VLS_template_13(): {
|
|
1469
1515
|
attrs: Partial<{}>;
|
|
1470
1516
|
slots: Readonly<{
|
|
1471
1517
|
/**
|
|
@@ -1482,7 +1528,7 @@ declare function __VLS_template_12(): {
|
|
|
1482
1528
|
rootEl: HTMLDivElement;
|
|
1483
1529
|
};
|
|
1484
1530
|
|
|
1485
|
-
declare function
|
|
1531
|
+
declare function __VLS_template_14(): {
|
|
1486
1532
|
attrs: Partial<{}>;
|
|
1487
1533
|
slots: Readonly<{
|
|
1488
1534
|
/**
|
|
@@ -1499,7 +1545,7 @@ declare function __VLS_template_13(): {
|
|
|
1499
1545
|
rootEl: HTMLElement;
|
|
1500
1546
|
};
|
|
1501
1547
|
|
|
1502
|
-
declare function
|
|
1548
|
+
declare function __VLS_template_15(): {
|
|
1503
1549
|
attrs: Partial<{}>;
|
|
1504
1550
|
slots: Readonly<{
|
|
1505
1551
|
/**
|
|
@@ -1516,7 +1562,7 @@ declare function __VLS_template_14(): {
|
|
|
1516
1562
|
rootEl: any;
|
|
1517
1563
|
};
|
|
1518
1564
|
|
|
1519
|
-
declare function
|
|
1565
|
+
declare function __VLS_template_16(): {
|
|
1520
1566
|
attrs: Partial<{}>;
|
|
1521
1567
|
slots: Readonly<{
|
|
1522
1568
|
/**
|
|
@@ -1533,7 +1579,7 @@ declare function __VLS_template_15(): {
|
|
|
1533
1579
|
rootEl: HTMLElement;
|
|
1534
1580
|
};
|
|
1535
1581
|
|
|
1536
|
-
declare function
|
|
1582
|
+
declare function __VLS_template_17(): {
|
|
1537
1583
|
attrs: Partial<{}>;
|
|
1538
1584
|
slots: Readonly<{
|
|
1539
1585
|
/**
|
|
@@ -1601,6 +1647,33 @@ declare function __VLS_template_3(): {
|
|
|
1601
1647
|
};
|
|
1602
1648
|
|
|
1603
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(): {
|
|
1604
1677
|
attrs: Partial<{}>;
|
|
1605
1678
|
slots: Readonly<{
|
|
1606
1679
|
/**
|
|
@@ -1617,7 +1690,7 @@ declare function __VLS_template_4(): {
|
|
|
1617
1690
|
rootEl: HTMLDivElement;
|
|
1618
1691
|
};
|
|
1619
1692
|
|
|
1620
|
-
declare function
|
|
1693
|
+
declare function __VLS_template_6(): {
|
|
1621
1694
|
attrs: Partial<{}>;
|
|
1622
1695
|
slots: Readonly<{
|
|
1623
1696
|
/**
|
|
@@ -1634,7 +1707,7 @@ declare function __VLS_template_5(): {
|
|
|
1634
1707
|
rootEl: HTMLDivElement;
|
|
1635
1708
|
};
|
|
1636
1709
|
|
|
1637
|
-
declare function
|
|
1710
|
+
declare function __VLS_template_7(): {
|
|
1638
1711
|
attrs: Partial<{}>;
|
|
1639
1712
|
slots: Readonly<{
|
|
1640
1713
|
/**
|
|
@@ -1661,7 +1734,7 @@ declare function __VLS_template_6(): {
|
|
|
1661
1734
|
rootEl: any;
|
|
1662
1735
|
};
|
|
1663
1736
|
|
|
1664
|
-
declare function
|
|
1737
|
+
declare function __VLS_template_8(): {
|
|
1665
1738
|
attrs: Partial<{}>;
|
|
1666
1739
|
slots: Readonly<{
|
|
1667
1740
|
/**
|
|
@@ -1678,7 +1751,7 @@ declare function __VLS_template_7(): {
|
|
|
1678
1751
|
rootEl: HTMLDivElement;
|
|
1679
1752
|
};
|
|
1680
1753
|
|
|
1681
|
-
declare function
|
|
1754
|
+
declare function __VLS_template_9(): {
|
|
1682
1755
|
attrs: Partial<{}>;
|
|
1683
1756
|
slots: Readonly<{
|
|
1684
1757
|
/**
|
|
@@ -1695,23 +1768,6 @@ declare function __VLS_template_8(): {
|
|
|
1695
1768
|
rootEl: HTMLFieldSetElement;
|
|
1696
1769
|
};
|
|
1697
1770
|
|
|
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
1771
|
declare type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
1716
1772
|
|
|
1717
1773
|
declare type __VLS_TemplateResult_10 = ReturnType<typeof __VLS_template_10>;
|
|
@@ -1728,6 +1784,8 @@ declare type __VLS_TemplateResult_15 = ReturnType<typeof __VLS_template_15>;
|
|
|
1728
1784
|
|
|
1729
1785
|
declare type __VLS_TemplateResult_16 = ReturnType<typeof __VLS_template_16>;
|
|
1730
1786
|
|
|
1787
|
+
declare type __VLS_TemplateResult_17 = ReturnType<typeof __VLS_template_17>;
|
|
1788
|
+
|
|
1731
1789
|
declare type __VLS_TemplateResult_2 = ReturnType<typeof __VLS_template_2>;
|
|
1732
1790
|
|
|
1733
1791
|
declare type __VLS_TemplateResult_3 = ReturnType<typeof __VLS_template_3>;
|
|
@@ -1792,6 +1850,12 @@ declare type __VLS_WithTemplateSlots_16<T, S> = T & {
|
|
|
1792
1850
|
};
|
|
1793
1851
|
};
|
|
1794
1852
|
|
|
1853
|
+
declare type __VLS_WithTemplateSlots_17<T, S> = T & {
|
|
1854
|
+
new (): {
|
|
1855
|
+
$slots: S;
|
|
1856
|
+
};
|
|
1857
|
+
};
|
|
1858
|
+
|
|
1795
1859
|
declare type __VLS_WithTemplateSlots_2<T, S> = T & {
|
|
1796
1860
|
new (): {
|
|
1797
1861
|
$slots: S;
|
|
@@ -1848,81 +1912,83 @@ export declare const MButton: __VLS_WithTemplateSlots_2<typeof __VLS_component_2
|
|
|
1848
1912
|
|
|
1849
1913
|
export declare const MCallout: __VLS_WithTemplateSlots_3<typeof __VLS_component_3, __VLS_TemplateResult_3["slots"]>;
|
|
1850
1914
|
|
|
1851
|
-
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, {} & {
|
|
1852
1918
|
"update:modelValue": (value: boolean) => any;
|
|
1853
|
-
}, string, PublicProps, Readonly<
|
|
1919
|
+
}, string, PublicProps, Readonly<__VLS_Props_6> & Readonly<{
|
|
1854
1920
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
1855
1921
|
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
1856
1922
|
|
|
1857
|
-
export declare const MCheckboxGroup: DefineComponent<
|
|
1923
|
+
export declare const MCheckboxGroup: DefineComponent<__VLS_Props_7, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
1858
1924
|
"update:modelValue": (value: string[]) => any;
|
|
1859
|
-
}, string, PublicProps, Readonly<
|
|
1925
|
+
}, string, PublicProps, Readonly<__VLS_Props_7> & Readonly<{
|
|
1860
1926
|
"onUpdate:modelValue"?: ((value: string[]) => any) | undefined;
|
|
1861
1927
|
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
1862
1928
|
|
|
1863
|
-
export declare const MCircularProgressbar: DefineComponent<
|
|
1929
|
+
export declare const MCircularProgressbar: DefineComponent<__VLS_Props_8, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_8> & Readonly<{}>, {
|
|
1864
1930
|
type: "percentage" | "content";
|
|
1865
1931
|
value: number;
|
|
1866
1932
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
1867
1933
|
|
|
1868
|
-
export declare const MContainer:
|
|
1934
|
+
export declare const MContainer: __VLS_WithTemplateSlots_5<typeof __VLS_component_5, __VLS_TemplateResult_5["slots"]>;
|
|
1869
1935
|
|
|
1870
|
-
export declare const MDatepicker: DefineComponent<
|
|
1936
|
+
export declare const MDatepicker: DefineComponent<__VLS_Props_10, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
1871
1937
|
"update:modelValue": (value: string | number) => any;
|
|
1872
|
-
}, string, PublicProps, Readonly<
|
|
1938
|
+
}, string, PublicProps, Readonly<__VLS_Props_10> & Readonly<{
|
|
1873
1939
|
"onUpdate:modelValue"?: ((value: string | number) => any) | undefined;
|
|
1874
1940
|
}>, {
|
|
1875
1941
|
size: "s" | "m";
|
|
1876
1942
|
clearLabel: string;
|
|
1877
1943
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
1878
1944
|
|
|
1879
|
-
export declare const MDivider:
|
|
1945
|
+
export declare const MDivider: __VLS_WithTemplateSlots_6<typeof __VLS_component_6, __VLS_TemplateResult_6["slots"]>;
|
|
1880
1946
|
|
|
1881
|
-
export declare const MDrawer:
|
|
1947
|
+
export declare const MDrawer: __VLS_WithTemplateSlots_7<typeof __VLS_component_7, __VLS_TemplateResult_7["slots"]>;
|
|
1882
1948
|
|
|
1883
|
-
export declare const MField:
|
|
1949
|
+
export declare const MField: __VLS_WithTemplateSlots_8<typeof __VLS_component_8, __VLS_TemplateResult_8["slots"]>;
|
|
1884
1950
|
|
|
1885
|
-
export declare const MFieldGroup:
|
|
1951
|
+
export declare const MFieldGroup: __VLS_WithTemplateSlots_9<typeof __VLS_component_9, __VLS_TemplateResult_9["slots"]>;
|
|
1886
1952
|
|
|
1887
|
-
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>;
|
|
1888
1954
|
|
|
1889
|
-
export declare const MIconButton:
|
|
1955
|
+
export declare const MIconButton: __VLS_WithTemplateSlots_10<typeof __VLS_component_10, __VLS_TemplateResult_10["slots"]>;
|
|
1890
1956
|
|
|
1891
|
-
export declare const MLinearProgressbarBuffer: DefineComponent<
|
|
1957
|
+
export declare const MLinearProgressbarBuffer: DefineComponent<__VLS_Props_17, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_17> & Readonly<{}>, {
|
|
1892
1958
|
value: number;
|
|
1893
1959
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
1894
1960
|
|
|
1895
|
-
export declare const MLinearProgressbarPercentage: DefineComponent<
|
|
1961
|
+
export declare const MLinearProgressbarPercentage: DefineComponent<__VLS_Props_18, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_18> & Readonly<{}>, {
|
|
1896
1962
|
value: number;
|
|
1897
1963
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
1898
1964
|
|
|
1899
|
-
export declare const MLink:
|
|
1965
|
+
export declare const MLink: __VLS_WithTemplateSlots_11<typeof __VLS_component_11, __VLS_TemplateResult_11["slots"]>;
|
|
1900
1966
|
|
|
1901
|
-
export declare const MLoader: DefineComponent<
|
|
1967
|
+
export declare const MLoader: DefineComponent<__VLS_Props_20, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_20> & Readonly<{}>, {
|
|
1902
1968
|
size: "xs" | "s" | "m" | "l";
|
|
1903
1969
|
appearance: "standard" | "accent" | "inverse";
|
|
1904
1970
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
1905
1971
|
|
|
1906
|
-
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>;
|
|
1907
1973
|
|
|
1908
|
-
export declare const MModal:
|
|
1974
|
+
export declare const MModal: __VLS_WithTemplateSlots_12<typeof __VLS_component_12, __VLS_TemplateResult_12["slots"]>;
|
|
1909
1975
|
|
|
1910
|
-
export declare const MNumberBadge: DefineComponent<
|
|
1976
|
+
export declare const MNumberBadge: DefineComponent<__VLS_Props_23, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_23> & Readonly<{}>, {
|
|
1911
1977
|
size: "s" | "m";
|
|
1912
1978
|
appearance: "danger" | "accent" | "inverse" | "standard";
|
|
1913
1979
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLSpanElement>;
|
|
1914
1980
|
|
|
1915
|
-
export declare const MOverlay:
|
|
1981
|
+
export declare const MOverlay: __VLS_WithTemplateSlots_13<typeof __VLS_component_13, __VLS_TemplateResult_13["slots"]>;
|
|
1916
1982
|
|
|
1917
|
-
export declare const MPagination: DefineComponent<
|
|
1983
|
+
export declare const MPagination: DefineComponent<__VLS_Props_25, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
1918
1984
|
"update:modelValue": (value: number) => any;
|
|
1919
|
-
}, string, PublicProps, Readonly<
|
|
1985
|
+
}, string, PublicProps, Readonly<__VLS_Props_25> & Readonly<{
|
|
1920
1986
|
"onUpdate:modelValue"?: ((value: number) => any) | undefined;
|
|
1921
1987
|
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLElement>;
|
|
1922
1988
|
|
|
1923
|
-
export declare const MPasswordInput: DefineComponent<
|
|
1989
|
+
export declare const MPasswordInput: DefineComponent<__VLS_Props_26, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
1924
1990
|
"update:modelValue": (value: string | number) => any;
|
|
1925
|
-
}, string, PublicProps, Readonly<
|
|
1991
|
+
}, string, PublicProps, Readonly<__VLS_Props_26> & Readonly<{
|
|
1926
1992
|
"onUpdate:modelValue"?: ((value: string | number) => any) | undefined;
|
|
1927
1993
|
}>, {
|
|
1928
1994
|
clearLabel: string;
|
|
@@ -2015,10 +2081,10 @@ icon?: VNode;
|
|
|
2015
2081
|
}) | null;
|
|
2016
2082
|
}, any>;
|
|
2017
2083
|
|
|
2018
|
-
export declare const MPhoneNumber: DefineComponent<
|
|
2084
|
+
export declare const MPhoneNumber: DefineComponent<__VLS_Props_27, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
2019
2085
|
"update:modelValue": (value: string) => any;
|
|
2020
2086
|
valid: (isValid: boolean) => any;
|
|
2021
|
-
}, string, PublicProps, Readonly<
|
|
2087
|
+
}, string, PublicProps, Readonly<__VLS_Props_27> & Readonly<{
|
|
2022
2088
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
2023
2089
|
onValid?: ((isValid: boolean) => any) | undefined;
|
|
2024
2090
|
}>, {
|
|
@@ -2027,19 +2093,20 @@ modelValue: string;
|
|
|
2027
2093
|
defaultCountry: CountryCode;
|
|
2028
2094
|
prefix: boolean;
|
|
2029
2095
|
flag: boolean;
|
|
2096
|
+
locale: string;
|
|
2030
2097
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
2031
2098
|
|
|
2032
|
-
export declare const MPincode: DefineComponent<
|
|
2099
|
+
export declare const MPincode: DefineComponent<__VLS_Props_28, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
2033
2100
|
"update:modelValue": (value: string) => any;
|
|
2034
|
-
}, string, PublicProps, Readonly<
|
|
2101
|
+
}, string, PublicProps, Readonly<__VLS_Props_28> & Readonly<{
|
|
2035
2102
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
2036
2103
|
}>, {
|
|
2037
2104
|
length: 4 | 5 | 6;
|
|
2038
2105
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
2039
2106
|
|
|
2040
|
-
export declare const MQuantitySelector: DefineComponent<
|
|
2107
|
+
export declare const MQuantitySelector: DefineComponent<__VLS_Props_29, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
2041
2108
|
"update:modelValue": (value: number) => any;
|
|
2042
|
-
}, string, PublicProps, Readonly<
|
|
2109
|
+
}, string, PublicProps, Readonly<__VLS_Props_29> & Readonly<{
|
|
2043
2110
|
"onUpdate:modelValue"?: ((value: number) => any) | undefined;
|
|
2044
2111
|
}>, {
|
|
2045
2112
|
size: "s" | "m";
|
|
@@ -2052,48 +2119,48 @@ incrementlabel: string;
|
|
|
2052
2119
|
decrementLabel: string;
|
|
2053
2120
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
2054
2121
|
|
|
2055
|
-
export declare const MRadio: DefineComponent<
|
|
2122
|
+
export declare const MRadio: DefineComponent<__VLS_Props_30, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
2056
2123
|
"update:modelValue": (value: boolean) => any;
|
|
2057
|
-
}, string, PublicProps, Readonly<
|
|
2124
|
+
}, string, PublicProps, Readonly<__VLS_Props_30> & Readonly<{
|
|
2058
2125
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
2059
2126
|
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
2060
2127
|
|
|
2061
|
-
export declare const MRadioGroup: DefineComponent<
|
|
2128
|
+
export declare const MRadioGroup: DefineComponent<__VLS_Props_31, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
2062
2129
|
"update:modelValue": (value: string) => any;
|
|
2063
|
-
}, string, PublicProps, Readonly<
|
|
2130
|
+
}, string, PublicProps, Readonly<__VLS_Props_31> & Readonly<{
|
|
2064
2131
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
2065
2132
|
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
2066
2133
|
|
|
2067
|
-
export declare const MSegmentedControl: DefineComponent<
|
|
2134
|
+
export declare const MSegmentedControl: DefineComponent<__VLS_Props_32, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
2068
2135
|
"update:modelValue": (value: number) => any;
|
|
2069
|
-
}, string, PublicProps, Readonly<
|
|
2136
|
+
}, string, PublicProps, Readonly<__VLS_Props_32> & Readonly<{
|
|
2070
2137
|
"onUpdate:modelValue"?: ((value: number) => any) | undefined;
|
|
2071
2138
|
}>, {
|
|
2072
2139
|
size: "s" | "m";
|
|
2073
2140
|
modelValue: number;
|
|
2074
2141
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
2075
2142
|
|
|
2076
|
-
export declare const MSelect: DefineComponent<
|
|
2143
|
+
export declare const MSelect: DefineComponent<__VLS_Props_33, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
2077
2144
|
"update:modelValue": (value: string | number) => any;
|
|
2078
|
-
}, string, PublicProps, Readonly<
|
|
2145
|
+
}, string, PublicProps, Readonly<__VLS_Props_33> & Readonly<{
|
|
2079
2146
|
"onUpdate:modelValue"?: ((value: string | number) => any) | undefined;
|
|
2080
2147
|
}>, {
|
|
2081
2148
|
size: "s" | "m";
|
|
2082
2149
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
2083
2150
|
|
|
2084
|
-
export declare const MStatusBadge: DefineComponent<
|
|
2151
|
+
export declare const MStatusBadge: DefineComponent<__VLS_Props_34, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_34> & Readonly<{}>, {
|
|
2085
2152
|
status: "info" | "success" | "warning" | "error" | "neutral";
|
|
2086
2153
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
2087
2154
|
|
|
2088
|
-
export declare const MStatusDot: DefineComponent<
|
|
2155
|
+
export declare const MStatusDot: DefineComponent<__VLS_Props_35, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_35> & Readonly<{}>, {
|
|
2089
2156
|
status: "info" | "success" | "warning" | "error" | "neutral";
|
|
2090
2157
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLSpanElement>;
|
|
2091
2158
|
|
|
2092
|
-
export declare const MStatusNotification:
|
|
2159
|
+
export declare const MStatusNotification: __VLS_WithTemplateSlots_14<typeof __VLS_component_14, __VLS_TemplateResult_14["slots"]>;
|
|
2093
2160
|
|
|
2094
|
-
export declare const MTabs: DefineComponent<
|
|
2161
|
+
export declare const MTabs: DefineComponent<__VLS_Props_37, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
2095
2162
|
"update:modelValue": (value: number) => any;
|
|
2096
|
-
}, string, PublicProps, Readonly<
|
|
2163
|
+
}, string, PublicProps, Readonly<__VLS_Props_37> & Readonly<{
|
|
2097
2164
|
"onUpdate:modelValue"?: ((value: number) => any) | undefined;
|
|
2098
2165
|
}>, {
|
|
2099
2166
|
modelValue: number;
|
|
@@ -2102,10 +2169,10 @@ divider: boolean;
|
|
|
2102
2169
|
tab: HTMLButtonElement;
|
|
2103
2170
|
}, HTMLElement>;
|
|
2104
2171
|
|
|
2105
|
-
export declare const MTag: DefineComponent<
|
|
2172
|
+
export declare const MTag: DefineComponent<__VLS_Props_38, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
2106
2173
|
"update:modelValue": (value: boolean) => any;
|
|
2107
2174
|
"remove-tag": (id: string) => any;
|
|
2108
|
-
}, string, PublicProps, Readonly<
|
|
2175
|
+
}, string, PublicProps, Readonly<__VLS_Props_38> & Readonly<{
|
|
2109
2176
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
2110
2177
|
"onRemove-tag"?: ((id: string) => any) | undefined;
|
|
2111
2178
|
}>, {
|
|
@@ -2113,32 +2180,32 @@ type: "informative" | "interactive" | "contextualised" | "removable" | "selectab
|
|
|
2113
2180
|
contextualisedNumber: number;
|
|
2114
2181
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
2115
2182
|
|
|
2116
|
-
export declare const MTextArea: DefineComponent<
|
|
2183
|
+
export declare const MTextArea: DefineComponent<__VLS_Props_39, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
2117
2184
|
"update:modelValue": (value: string | number) => any;
|
|
2118
|
-
}, string, PublicProps, Readonly<
|
|
2185
|
+
}, string, PublicProps, Readonly<__VLS_Props_39> & Readonly<{
|
|
2119
2186
|
"onUpdate:modelValue"?: ((value: string | number) => any) | undefined;
|
|
2120
2187
|
}>, {
|
|
2121
2188
|
rows: number;
|
|
2122
2189
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
2123
2190
|
|
|
2124
|
-
export declare const MTextInput:
|
|
2191
|
+
export declare const MTextInput: __VLS_WithTemplateSlots_15<typeof __VLS_component_15, __VLS_TemplateResult_15["slots"]>;
|
|
2125
2192
|
|
|
2126
|
-
export declare const MToaster:
|
|
2193
|
+
export declare const MToaster: __VLS_WithTemplateSlots_16<typeof __VLS_component_16, __VLS_TemplateResult_16["slots"]>;
|
|
2127
2194
|
|
|
2128
|
-
export declare const MToggle: DefineComponent<
|
|
2195
|
+
export declare const MToggle: DefineComponent<__VLS_Props_42, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
2129
2196
|
"update:modelValue": (value: boolean) => any;
|
|
2130
|
-
}, string, PublicProps, Readonly<
|
|
2197
|
+
}, string, PublicProps, Readonly<__VLS_Props_42> & Readonly<{
|
|
2131
2198
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
2132
2199
|
}>, {
|
|
2133
2200
|
size: "s" | "m";
|
|
2134
2201
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
2135
2202
|
|
|
2136
|
-
export declare const MToggleGroup: DefineComponent<
|
|
2203
|
+
export declare const MToggleGroup: DefineComponent<__VLS_Props_43, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
2137
2204
|
"update:modelValue": (value: string[]) => any;
|
|
2138
|
-
}, string, PublicProps, Readonly<
|
|
2205
|
+
}, string, PublicProps, Readonly<__VLS_Props_43> & Readonly<{
|
|
2139
2206
|
"onUpdate:modelValue"?: ((value: string[]) => any) | undefined;
|
|
2140
2207
|
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
2141
2208
|
|
|
2142
|
-
export declare const MTooltip:
|
|
2209
|
+
export declare const MTooltip: __VLS_WithTemplateSlots_17<typeof __VLS_component_17, __VLS_TemplateResult_17["slots"]>;
|
|
2143
2210
|
|
|
2144
2211
|
export { }
|