@mozaic-ds/vue 2.6.0 → 2.6.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/mozaic-vue.css +1 -1
- package/dist/mozaic-vue.d.ts +276 -258
- package/dist/mozaic-vue.js +308 -292
- package/dist/mozaic-vue.js.map +1 -1
- package/dist/mozaic-vue.umd.cjs +1 -1
- package/dist/mozaic-vue.umd.cjs.map +1 -1
- package/package.json +2 -2
- package/src/components/avatar/MAvatar.vue +2 -2
- package/src/components/breadcrumb/MBreadcrumb.stories.ts +1 -0
- package/src/components/breadcrumb/MBreadcrumb.vue +3 -3
- package/src/components/button/MButton.vue +1 -1
- package/src/components/callout/MCallout.vue +5 -5
- package/src/components/checkbox/MCheckbox.vue +5 -1
- package/src/components/checkboxgroup/MCheckboxGroup.stories.ts +1 -1
- package/src/components/checkboxgroup/MCheckboxGroup.vue +1 -1
- package/src/components/circularprogressbar/MCircularProgressbar.vue +2 -2
- package/src/components/container/MContainer.stories.ts +3 -3
- package/src/components/container/MContainer.vue +2 -2
- package/src/components/datepicker/MDatepicker.stories.ts +1 -1
- package/src/components/datepicker/MDatepicker.vue +7 -3
- package/src/components/divider/MDivider.spec.ts +5 -5
- package/src/components/divider/MDivider.stories.ts +7 -13
- package/src/components/divider/MDivider.vue +8 -8
- package/src/components/drawer/MDrawer.vue +7 -3
- package/src/components/flag/MFlag.vue +2 -2
- package/src/components/iconbutton/MIconButton.vue +1 -1
- package/src/components/linearprogressbarbuffer/MLinearProgressbarBuffer.vue +5 -1
- package/src/components/linearprogressbarpercentage/MLinearProgressbarPercentage.vue +4 -0
- package/src/components/link/MLink.stories.ts +2 -2
- package/src/components/link/MLink.vue +22 -10
- package/src/components/loadingoverlay/MLoadingOverlay.stories.ts +1 -1
- package/src/components/loadingoverlay/MLoadingOverlay.vue +4 -0
- package/src/components/modal/MModal.vue +11 -7
- package/src/components/numberbadge/MNumberBadge.vue +4 -4
- package/src/components/overlay/MOverlay.stories.ts +1 -1
- package/src/components/overlay/MOverlay.vue +2 -2
- package/src/components/pagination/MPagination.stories.ts +1 -0
- package/src/components/pagination/MPagination.vue +1 -1
- package/src/components/passwordinput/MPasswordInput.vue +6 -2
- package/src/components/pincode/MPincode.stories.ts +1 -1
- package/src/components/pincode/MPincode.vue +5 -1
- package/src/components/quantityselector/MQuantitySelector.stories.ts +1 -1
- package/src/components/quantityselector/MQuantitySelector.vue +6 -2
- package/src/components/radio/MRadio.vue +5 -1
- package/src/components/radiogroup/MRadioGroup.vue +1 -1
- package/src/components/select/MSelect.vue +6 -2
- package/src/components/statusbadge/MStatusBadge.stories.ts +1 -1
- package/src/components/statusbadge/MStatusBadge.vue +3 -3
- package/src/components/statusdot/MStatusDot.vue +3 -3
- package/src/components/statusnotification/MStatusNotification.vue +3 -3
- package/src/components/tabs/Mtabs.spec.ts +3 -3
- package/src/components/tag/MTag.stories.ts +1 -1
- package/src/components/tag/MTag.vue +4 -0
- package/src/components/textarea/MTextArea.vue +5 -1
- package/src/components/textinput/MTextInput.vue +10 -6
- package/src/components/toaster/MToaster.vue +4 -4
- package/src/components/toggle/MToggle.vue +6 -2
- package/src/components/togglegroup/MToggleGroup.vue +2 -2
- package/src/components/tooltip/MTooltip.vue +8 -10
- package/src/main.ts +5 -4
package/dist/mozaic-vue.d.ts
CHANGED
|
@@ -25,7 +25,7 @@ declare const __VLS_component: DefineComponent<__VLS_Props, {}, {}, {}, {}, Comp
|
|
|
25
25
|
size: "s" | "m" | "l";
|
|
26
26
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLSpanElement>;
|
|
27
27
|
|
|
28
|
-
declare const __VLS_component_10: DefineComponent<
|
|
28
|
+
declare const __VLS_component_10: DefineComponent<__VLS_Props_18, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_18> & Readonly<{}>, {
|
|
29
29
|
size: "s" | "m";
|
|
30
30
|
iconPosition: "left" | "right";
|
|
31
31
|
appearance: "secondary" | "accent" | "inverse" | "standard";
|
|
@@ -33,44 +33,44 @@ href: string;
|
|
|
33
33
|
target: "_self" | "_blank" | "_parent" | "_top";
|
|
34
34
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
35
35
|
|
|
36
|
-
declare const __VLS_component_11: DefineComponent<
|
|
36
|
+
declare const __VLS_component_11: DefineComponent<__VLS_Props_21, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
37
37
|
"update:open": (value: boolean) => any;
|
|
38
|
-
}, string, PublicProps, Readonly<
|
|
38
|
+
}, string, PublicProps, Readonly<__VLS_Props_21> & Readonly<{
|
|
39
39
|
"onUpdate:open"?: ((value: boolean) => any) | undefined;
|
|
40
40
|
}>, {
|
|
41
41
|
closable: boolean;
|
|
42
|
-
}, {}, {}, {}, string, ComponentProvideOptions, false, {},
|
|
42
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
43
43
|
|
|
44
|
-
declare const __VLS_component_12: DefineComponent<
|
|
44
|
+
declare const __VLS_component_12: DefineComponent<__VLS_Props_23, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_23> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
45
45
|
|
|
46
|
-
declare const __VLS_component_13: DefineComponent<
|
|
46
|
+
declare const __VLS_component_13: DefineComponent<__VLS_Props_33, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
47
47
|
close: () => any;
|
|
48
|
-
}, string, PublicProps, Readonly<
|
|
48
|
+
}, string, PublicProps, Readonly<__VLS_Props_33> & Readonly<{
|
|
49
49
|
onClose?: (() => any) | undefined;
|
|
50
50
|
}>, {
|
|
51
51
|
status: "info" | "success" | "warning" | "error";
|
|
52
52
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLElement>;
|
|
53
53
|
|
|
54
|
-
declare const __VLS_component_14: DefineComponent<
|
|
54
|
+
declare const __VLS_component_14: DefineComponent<__VLS_Props_37, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
55
55
|
"update:modelValue": (value: string | number) => any;
|
|
56
|
-
}, string, PublicProps, Readonly<
|
|
56
|
+
}, string, PublicProps, Readonly<__VLS_Props_37> & Readonly<{
|
|
57
57
|
"onUpdate:modelValue"?: ((value: string | number) => any) | undefined;
|
|
58
58
|
}>, {
|
|
59
59
|
size: "s" | "m";
|
|
60
60
|
clearLabel: string;
|
|
61
61
|
inputType: "date" | "email" | "number" | "password" | "search" | "tel" | "text";
|
|
62
|
-
}, {}, {}, {}, string, ComponentProvideOptions, false, {},
|
|
62
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
63
63
|
|
|
64
|
-
declare const __VLS_component_15: DefineComponent<
|
|
64
|
+
declare const __VLS_component_15: DefineComponent<__VLS_Props_38, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
65
65
|
"update:open": (value: boolean) => any;
|
|
66
|
-
}, string, PublicProps, Readonly<
|
|
66
|
+
}, string, PublicProps, Readonly<__VLS_Props_38> & Readonly<{
|
|
67
67
|
"onUpdate:open"?: ((value: boolean) => any) | undefined;
|
|
68
68
|
}>, {
|
|
69
69
|
status: "info" | "success" | "warning" | "error";
|
|
70
70
|
closable: boolean;
|
|
71
71
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLElement>;
|
|
72
72
|
|
|
73
|
-
declare const __VLS_component_16: DefineComponent<
|
|
73
|
+
declare const __VLS_component_16: DefineComponent<__VLS_Props_41, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_41> & Readonly<{}>, {
|
|
74
74
|
position: "top" | "bottom" | "left" | "right";
|
|
75
75
|
pointer: boolean;
|
|
76
76
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
@@ -81,7 +81,7 @@ type: "button" | "reset" | "submit";
|
|
|
81
81
|
appearance: "standard" | "accent" | "danger" | "inverse";
|
|
82
82
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLButtonElement>;
|
|
83
83
|
|
|
84
|
-
declare const __VLS_component_3: DefineComponent<
|
|
84
|
+
declare const __VLS_component_3: DefineComponent<__VLS_Props_4, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_4> & Readonly<{}>, {
|
|
85
85
|
appearance: "standard" | "accent" | "tips" | "inverse";
|
|
86
86
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLElement>;
|
|
87
87
|
|
|
@@ -89,7 +89,7 @@ declare const __VLS_component_4: DefineComponent<__VLS_Props_8, {}, {}, {}, {},
|
|
|
89
89
|
|
|
90
90
|
declare const __VLS_component_5: DefineComponent<__VLS_Props_10, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_10> & Readonly<{}>, {
|
|
91
91
|
size: "s" | "m" | "l";
|
|
92
|
-
|
|
92
|
+
appearance: "primary" | "secondary" | "tertiary" | "inverse";
|
|
93
93
|
orientation: "vertical" | "horizontal";
|
|
94
94
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
95
95
|
|
|
@@ -99,7 +99,7 @@ back: () => any;
|
|
|
99
99
|
}, string, PublicProps, Readonly<__VLS_Props_11> & Readonly<{
|
|
100
100
|
onBack?: (() => any) | undefined;
|
|
101
101
|
"onUpdate:open"?: ((value: boolean) => any) | undefined;
|
|
102
|
-
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {},
|
|
102
|
+
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
103
103
|
|
|
104
104
|
declare const __VLS_component_7: DefineComponent<__VLS_Props_12, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_12> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
105
105
|
|
|
@@ -116,25 +116,25 @@ appearance: "standard" | "accent" | "danger" | "inverse";
|
|
|
116
116
|
*/
|
|
117
117
|
declare type __VLS_Props = {
|
|
118
118
|
/**
|
|
119
|
-
* Allows to define the avatar size
|
|
119
|
+
* Allows to define the avatar size.
|
|
120
120
|
*/
|
|
121
121
|
size?: 's' | 'm' | 'l';
|
|
122
122
|
};
|
|
123
123
|
|
|
124
124
|
/**
|
|
125
|
-
* A
|
|
125
|
+
* 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.
|
|
126
126
|
*/
|
|
127
127
|
declare type __VLS_Props_10 = {
|
|
128
128
|
/**
|
|
129
|
-
* Determines the orientation of the divider
|
|
129
|
+
* Determines the orientation of the divider.
|
|
130
130
|
*/
|
|
131
131
|
orientation?: 'vertical' | 'horizontal';
|
|
132
132
|
/**
|
|
133
|
-
* Determines the
|
|
133
|
+
* Determines the appearance of the divider.
|
|
134
134
|
*/
|
|
135
|
-
|
|
135
|
+
appearance?: 'primary' | 'secondary' | 'tertiary' | 'inverse';
|
|
136
136
|
/**
|
|
137
|
-
* Determines the size of the divider
|
|
137
|
+
* Determines the size of the divider.
|
|
138
138
|
*/
|
|
139
139
|
size?: 's' | 'm' | 'l';
|
|
140
140
|
};
|
|
@@ -148,7 +148,7 @@ declare type __VLS_Props_11 = {
|
|
|
148
148
|
*/
|
|
149
149
|
open?: boolean;
|
|
150
150
|
/**
|
|
151
|
-
* Position of the drawer
|
|
151
|
+
* Position of the drawer.
|
|
152
152
|
*/
|
|
153
153
|
position?: 'left' | 'right';
|
|
154
154
|
/**
|
|
@@ -160,11 +160,11 @@ declare type __VLS_Props_11 = {
|
|
|
160
160
|
*/
|
|
161
161
|
back?: boolean;
|
|
162
162
|
/**
|
|
163
|
-
* Title of the drawer
|
|
163
|
+
* Title of the drawer.
|
|
164
164
|
*/
|
|
165
165
|
title: string;
|
|
166
166
|
/**
|
|
167
|
-
* Title of the content of the drawer
|
|
167
|
+
* Title of the content of the drawer.
|
|
168
168
|
*/
|
|
169
169
|
contentTitle?: string;
|
|
170
170
|
};
|
|
@@ -250,17 +250,17 @@ declare type __VLS_Props_13 = {
|
|
|
250
250
|
*/
|
|
251
251
|
declare type __VLS_Props_14 = {
|
|
252
252
|
/**
|
|
253
|
-
* Label of the Flag
|
|
253
|
+
* Label of the Flag.
|
|
254
254
|
*/
|
|
255
255
|
label: string;
|
|
256
256
|
/**
|
|
257
|
-
* Allows to define the Flag
|
|
257
|
+
* Allows to define the Flag appearance.
|
|
258
258
|
*/
|
|
259
259
|
appearance?: 'danger' | 'accent' | 'inverse' | 'standard';
|
|
260
260
|
};
|
|
261
261
|
|
|
262
262
|
/**
|
|
263
|
-
*
|
|
263
|
+
* 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.
|
|
264
264
|
*/
|
|
265
265
|
declare type __VLS_Props_15 = {
|
|
266
266
|
/**
|
|
@@ -290,19 +290,43 @@ declare type __VLS_Props_15 = {
|
|
|
290
290
|
};
|
|
291
291
|
|
|
292
292
|
/**
|
|
293
|
-
* A
|
|
293
|
+
* 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.
|
|
294
294
|
*/
|
|
295
295
|
declare type __VLS_Props_16 = {
|
|
296
|
+
/**
|
|
297
|
+
* Allows to define the progress bar size.
|
|
298
|
+
*/
|
|
299
|
+
size?: 's' | 'm' | 'l';
|
|
300
|
+
/**
|
|
301
|
+
* The current value of the progress bar.
|
|
302
|
+
*/
|
|
303
|
+
value?: number;
|
|
304
|
+
};
|
|
305
|
+
|
|
306
|
+
/**
|
|
307
|
+
* 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.
|
|
308
|
+
*/
|
|
309
|
+
declare type __VLS_Props_17 = {
|
|
310
|
+
/**
|
|
311
|
+
* The current value of the progress bar.
|
|
312
|
+
*/
|
|
313
|
+
value?: number;
|
|
314
|
+
};
|
|
315
|
+
|
|
316
|
+
/**
|
|
317
|
+
* 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.
|
|
318
|
+
*/
|
|
319
|
+
declare type __VLS_Props_18 = {
|
|
296
320
|
/**
|
|
297
321
|
* Position of the icon relative to the text.
|
|
298
322
|
*/
|
|
299
323
|
iconPosition?: 'left' | 'right';
|
|
300
324
|
/**
|
|
301
|
-
* Allows to define the link
|
|
325
|
+
* Allows to define the link appearance.
|
|
302
326
|
*/
|
|
303
327
|
appearance?: 'secondary' | 'accent' | 'inverse' | 'standard';
|
|
304
328
|
/**
|
|
305
|
-
* Allows to define the link size
|
|
329
|
+
* Allows to define the link size.
|
|
306
330
|
*/
|
|
307
331
|
size?: 's' | 'm';
|
|
308
332
|
/**
|
|
@@ -310,11 +334,11 @@ declare type __VLS_Props_16 = {
|
|
|
310
334
|
*/
|
|
311
335
|
href?: string;
|
|
312
336
|
/**
|
|
313
|
-
* Where to open the link
|
|
337
|
+
* Where to open the link.
|
|
314
338
|
*/
|
|
315
339
|
target?: '_self' | '_blank' | '_parent' | '_top';
|
|
316
340
|
/**
|
|
317
|
-
* Specify wether the link is inline
|
|
341
|
+
* Specify wether the link is inline.
|
|
318
342
|
*/
|
|
319
343
|
inline?: boolean;
|
|
320
344
|
/**
|
|
@@ -326,7 +350,7 @@ declare type __VLS_Props_16 = {
|
|
|
326
350
|
/**
|
|
327
351
|
* A loader indicates that content or data is being loaded or processed, providing visual feedback to users during wait times.
|
|
328
352
|
*/
|
|
329
|
-
declare type
|
|
353
|
+
declare type __VLS_Props_19 = {
|
|
330
354
|
/**
|
|
331
355
|
* Specifies the visual appearance of the loader.
|
|
332
356
|
*/
|
|
@@ -341,10 +365,37 @@ declare type __VLS_Props_17 = {
|
|
|
341
365
|
text?: string;
|
|
342
366
|
};
|
|
343
367
|
|
|
368
|
+
/**
|
|
369
|
+
* 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.
|
|
370
|
+
*/
|
|
371
|
+
declare type __VLS_Props_2 = {
|
|
372
|
+
/**
|
|
373
|
+
* Allows to define the breadcrumb appearance.
|
|
374
|
+
*/
|
|
375
|
+
appearance?: 'standard' | 'inverse';
|
|
376
|
+
/**
|
|
377
|
+
* Links of the breadcrumb.
|
|
378
|
+
*/
|
|
379
|
+
links: Array<{
|
|
380
|
+
/**
|
|
381
|
+
* The label displayed for the link.
|
|
382
|
+
*/
|
|
383
|
+
label: string;
|
|
384
|
+
/**
|
|
385
|
+
* URL for the link (for external links or the `to` prop for `router-link`).
|
|
386
|
+
*/
|
|
387
|
+
href: string;
|
|
388
|
+
/**
|
|
389
|
+
* If `true`, the link will be rendered as a `router-link` for internal navigation (Vue Router).
|
|
390
|
+
*/
|
|
391
|
+
router?: boolean;
|
|
392
|
+
}>;
|
|
393
|
+
};
|
|
394
|
+
|
|
344
395
|
/**
|
|
345
396
|
* 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.
|
|
346
397
|
*/
|
|
347
|
-
declare type
|
|
398
|
+
declare type __VLS_Props_20 = {
|
|
348
399
|
/**
|
|
349
400
|
* Controls the visibility of the loading overlay.
|
|
350
401
|
*/
|
|
@@ -358,17 +409,17 @@ declare type __VLS_Props_18 = {
|
|
|
358
409
|
/**
|
|
359
410
|
* 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.
|
|
360
411
|
*/
|
|
361
|
-
declare type
|
|
412
|
+
declare type __VLS_Props_21 = {
|
|
362
413
|
/**
|
|
363
414
|
* if `true`, display the modal.
|
|
364
415
|
*/
|
|
365
416
|
open?: boolean;
|
|
366
417
|
/**
|
|
367
|
-
* Title of the modal
|
|
418
|
+
* Title of the modal.
|
|
368
419
|
*/
|
|
369
420
|
title: string;
|
|
370
421
|
/**
|
|
371
|
-
* Description of the modal
|
|
422
|
+
* Description of the modal.
|
|
372
423
|
*/
|
|
373
424
|
description?: string;
|
|
374
425
|
/**
|
|
@@ -378,54 +429,27 @@ declare type __VLS_Props_19 = {
|
|
|
378
429
|
};
|
|
379
430
|
|
|
380
431
|
/**
|
|
381
|
-
* A
|
|
382
|
-
*/
|
|
383
|
-
declare type __VLS_Props_2 = {
|
|
384
|
-
/**
|
|
385
|
-
* Allows to define the breadcrumb style
|
|
386
|
-
*/
|
|
387
|
-
appearance?: 'standard' | 'inverse';
|
|
388
|
-
/**
|
|
389
|
-
* Links of the breadcrumb
|
|
390
|
-
*/
|
|
391
|
-
links: Array<{
|
|
392
|
-
/**
|
|
393
|
-
* The label displayed for the link.
|
|
394
|
-
*/
|
|
395
|
-
label: string;
|
|
396
|
-
/**
|
|
397
|
-
* URL for the link (for external links or the `to` prop for `router-link`).
|
|
398
|
-
*/
|
|
399
|
-
href: string;
|
|
400
|
-
/**
|
|
401
|
-
* If `true`, the link will be rendered as a `router-link` for internal navigation (Vue Router).
|
|
402
|
-
*/
|
|
403
|
-
router?: boolean;
|
|
404
|
-
}>;
|
|
405
|
-
};
|
|
406
|
-
|
|
407
|
-
/**
|
|
408
|
-
* A badge indicates the status of an entity and can evolve at any time.
|
|
432
|
+
* 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.
|
|
409
433
|
*/
|
|
410
|
-
declare type
|
|
434
|
+
declare type __VLS_Props_22 = {
|
|
411
435
|
/**
|
|
412
|
-
* Content of the badge
|
|
436
|
+
* Content of the badge.
|
|
413
437
|
*/
|
|
414
438
|
label: number;
|
|
415
439
|
/**
|
|
416
|
-
* Allows to define the
|
|
440
|
+
* Allows to define the badge appearance.
|
|
417
441
|
*/
|
|
418
442
|
appearance?: 'danger' | 'accent' | 'inverse' | 'standard';
|
|
419
443
|
/**
|
|
420
|
-
* Allows to define the
|
|
444
|
+
* Allows to define the badge size.
|
|
421
445
|
*/
|
|
422
446
|
size?: 's' | 'm';
|
|
423
447
|
};
|
|
424
448
|
|
|
425
449
|
/**
|
|
426
|
-
* An overlay
|
|
450
|
+
* 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.
|
|
427
451
|
*/
|
|
428
|
-
declare type
|
|
452
|
+
declare type __VLS_Props_23 = {
|
|
429
453
|
/**
|
|
430
454
|
* Controls the visibility of the overlay.
|
|
431
455
|
*/
|
|
@@ -439,7 +463,7 @@ declare type __VLS_Props_21 = {
|
|
|
439
463
|
/**
|
|
440
464
|
* 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.
|
|
441
465
|
*/
|
|
442
|
-
declare type
|
|
466
|
+
declare type __VLS_Props_24 = {
|
|
443
467
|
/**
|
|
444
468
|
* A unique identifier for the pagination.
|
|
445
469
|
*/
|
|
@@ -469,7 +493,7 @@ declare type __VLS_Props_22 = {
|
|
|
469
493
|
/**
|
|
470
494
|
* 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.
|
|
471
495
|
*/
|
|
472
|
-
declare type
|
|
496
|
+
declare type __VLS_Props_25 = {
|
|
473
497
|
/**
|
|
474
498
|
* A unique identifier for the password input element, used to associate the label with the form element.
|
|
475
499
|
*/
|
|
@@ -503,11 +527,11 @@ declare type __VLS_Props_23 = {
|
|
|
503
527
|
*/
|
|
504
528
|
isClearable?: boolean;
|
|
505
529
|
/**
|
|
506
|
-
* The label text for the clear button
|
|
530
|
+
* The label text for the clear button.
|
|
507
531
|
*/
|
|
508
532
|
clearLabel?: string;
|
|
509
533
|
/**
|
|
510
|
-
* Labels of the button displayed when showing or hiding the password
|
|
534
|
+
* Labels of the button displayed when showing or hiding the password.
|
|
511
535
|
*/
|
|
512
536
|
buttonLabel?: {
|
|
513
537
|
show: string;
|
|
@@ -516,9 +540,9 @@ declare type __VLS_Props_23 = {
|
|
|
516
540
|
};
|
|
517
541
|
|
|
518
542
|
/**
|
|
519
|
-
* 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.
|
|
543
|
+
* 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).
|
|
520
544
|
*/
|
|
521
|
-
declare type
|
|
545
|
+
declare type __VLS_Props_26 = {
|
|
522
546
|
/**
|
|
523
547
|
* A unique identifier for the pincode element, used to associate the label with the form element.
|
|
524
548
|
*/
|
|
@@ -550,31 +574,7 @@ declare type __VLS_Props_24 = {
|
|
|
550
574
|
};
|
|
551
575
|
|
|
552
576
|
/**
|
|
553
|
-
* A
|
|
554
|
-
*/
|
|
555
|
-
declare type __VLS_Props_25 = {
|
|
556
|
-
/**
|
|
557
|
-
* Allows to define the progress bar size
|
|
558
|
-
*/
|
|
559
|
-
size?: 's' | 'm' | 'l';
|
|
560
|
-
/**
|
|
561
|
-
* The current value of the progress bar.
|
|
562
|
-
*/
|
|
563
|
-
value?: number;
|
|
564
|
-
};
|
|
565
|
-
|
|
566
|
-
/**
|
|
567
|
-
* 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.
|
|
568
|
-
*/
|
|
569
|
-
declare type __VLS_Props_26 = {
|
|
570
|
-
/**
|
|
571
|
-
* The current value of the progress bar.
|
|
572
|
-
*/
|
|
573
|
-
value?: number;
|
|
574
|
-
};
|
|
575
|
-
|
|
576
|
-
/**
|
|
577
|
-
* The quantity selector is a form element used to enter or select a number. This type of input is best used when the user needs to choose the quantity of a selected item, like a product before adding to cart for example.
|
|
577
|
+
* 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.
|
|
578
578
|
*/
|
|
579
579
|
declare type __VLS_Props_27 = {
|
|
580
580
|
/**
|
|
@@ -598,7 +598,7 @@ declare type __VLS_Props_27 = {
|
|
|
598
598
|
*/
|
|
599
599
|
disabled?: boolean;
|
|
600
600
|
/**
|
|
601
|
-
* Determines the size of the quantity selector
|
|
601
|
+
* Determines the size of the quantity selector.
|
|
602
602
|
*/
|
|
603
603
|
size?: 's' | 'm';
|
|
604
604
|
/**
|
|
@@ -628,7 +628,7 @@ declare type __VLS_Props_27 = {
|
|
|
628
628
|
};
|
|
629
629
|
|
|
630
630
|
/**
|
|
631
|
-
* A radio button is
|
|
631
|
+
* 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.
|
|
632
632
|
*/
|
|
633
633
|
declare type __VLS_Props_28 = {
|
|
634
634
|
/**
|
|
@@ -658,7 +658,7 @@ declare type __VLS_Props_28 = {
|
|
|
658
658
|
};
|
|
659
659
|
|
|
660
660
|
/**
|
|
661
|
-
* A radio button is
|
|
661
|
+
* 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).
|
|
662
662
|
*/
|
|
663
663
|
declare type __VLS_Props_29 = {
|
|
664
664
|
/**
|
|
@@ -690,7 +690,7 @@ declare type __VLS_Props_29 = {
|
|
|
690
690
|
};
|
|
691
691
|
|
|
692
692
|
/**
|
|
693
|
-
* Buttons are used to
|
|
693
|
+
* 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.
|
|
694
694
|
*/
|
|
695
695
|
declare type __VLS_Props_3 = {
|
|
696
696
|
/**
|
|
@@ -728,7 +728,7 @@ declare type __VLS_Props_3 = {
|
|
|
728
728
|
};
|
|
729
729
|
|
|
730
730
|
/**
|
|
731
|
-
* A select
|
|
731
|
+
* 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).
|
|
732
732
|
*/
|
|
733
733
|
declare type __VLS_Props_30 = {
|
|
734
734
|
/**
|
|
@@ -766,7 +766,7 @@ declare type __VLS_Props_30 = {
|
|
|
766
766
|
*/
|
|
767
767
|
disabled?: boolean;
|
|
768
768
|
/**
|
|
769
|
-
* Determines the size of the select
|
|
769
|
+
* Determines the size of the select.
|
|
770
770
|
*/
|
|
771
771
|
size?: 's' | 'm';
|
|
772
772
|
/**
|
|
@@ -776,33 +776,47 @@ declare type __VLS_Props_30 = {
|
|
|
776
776
|
};
|
|
777
777
|
|
|
778
778
|
/**
|
|
779
|
-
* A
|
|
779
|
+
* 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.
|
|
780
780
|
*/
|
|
781
781
|
declare type __VLS_Props_31 = {
|
|
782
782
|
/**
|
|
783
|
-
* Content of the
|
|
783
|
+
* Content of the status badge
|
|
784
784
|
*/
|
|
785
785
|
label: string;
|
|
786
786
|
/**
|
|
787
|
-
* Allows to define the
|
|
787
|
+
* Allows to define the status badge type
|
|
788
788
|
*/
|
|
789
789
|
status?: 'info' | 'success' | 'warning' | 'error' | 'neutral';
|
|
790
790
|
};
|
|
791
791
|
|
|
792
792
|
/**
|
|
793
|
-
* A Status
|
|
793
|
+
* 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.
|
|
794
794
|
*/
|
|
795
795
|
declare type __VLS_Props_32 = {
|
|
796
796
|
/**
|
|
797
|
-
*
|
|
797
|
+
* Allows to define the status dot type.
|
|
798
|
+
*/
|
|
799
|
+
status?: 'info' | 'success' | 'warning' | 'error' | 'neutral';
|
|
800
|
+
/**
|
|
801
|
+
* Determines the size of the status dot.
|
|
802
|
+
*/
|
|
803
|
+
size?: 's' | 'm' | 'l';
|
|
804
|
+
};
|
|
805
|
+
|
|
806
|
+
/**
|
|
807
|
+
* 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.
|
|
808
|
+
*/
|
|
809
|
+
declare type __VLS_Props_33 = {
|
|
810
|
+
/**
|
|
811
|
+
* Title of the status notification.
|
|
798
812
|
*/
|
|
799
813
|
title: string;
|
|
800
814
|
/**
|
|
801
|
-
* Description of the
|
|
815
|
+
* Description of the status notification.
|
|
802
816
|
*/
|
|
803
817
|
description: string;
|
|
804
818
|
/**
|
|
805
|
-
* Allows to define the
|
|
819
|
+
* Allows to define the status notification type.
|
|
806
820
|
*/
|
|
807
821
|
status?: 'info' | 'success' | 'warning' | 'error';
|
|
808
822
|
/**
|
|
@@ -814,7 +828,7 @@ declare type __VLS_Props_32 = {
|
|
|
814
828
|
/**
|
|
815
829
|
* 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.
|
|
816
830
|
*/
|
|
817
|
-
declare type
|
|
831
|
+
declare type __VLS_Props_34 = {
|
|
818
832
|
/**
|
|
819
833
|
* A description indicating the purpose of the set of tabs. Useful for improving the accessibility of the component.
|
|
820
834
|
*/
|
|
@@ -853,7 +867,7 @@ declare type __VLS_Props_33 = {
|
|
|
853
867
|
/**
|
|
854
868
|
* 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).
|
|
855
869
|
*/
|
|
856
|
-
declare type
|
|
870
|
+
declare type __VLS_Props_35 = {
|
|
857
871
|
/**
|
|
858
872
|
* Defines the behavior and layout of the tag.
|
|
859
873
|
*/
|
|
@@ -893,9 +907,9 @@ declare type __VLS_Props_34 = {
|
|
|
893
907
|
};
|
|
894
908
|
|
|
895
909
|
/**
|
|
896
|
-
* A
|
|
910
|
+
* 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).
|
|
897
911
|
*/
|
|
898
|
-
declare type
|
|
912
|
+
declare type __VLS_Props_36 = {
|
|
899
913
|
/**
|
|
900
914
|
* A unique identifier for the textarea, used to associate the label with the form element.
|
|
901
915
|
*/
|
|
@@ -939,9 +953,9 @@ declare type __VLS_Props_35 = {
|
|
|
939
953
|
};
|
|
940
954
|
|
|
941
955
|
/**
|
|
942
|
-
*
|
|
956
|
+
* 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).
|
|
943
957
|
*/
|
|
944
|
-
declare type
|
|
958
|
+
declare type __VLS_Props_37 = {
|
|
945
959
|
/**
|
|
946
960
|
* A unique identifier for the input element, used to associate the label with the form element.
|
|
947
961
|
*/
|
|
@@ -959,7 +973,7 @@ declare type __VLS_Props_36 = {
|
|
|
959
973
|
*/
|
|
960
974
|
placeholder?: string;
|
|
961
975
|
/**
|
|
962
|
-
* Defines the type of input
|
|
976
|
+
* Defines the type of input.
|
|
963
977
|
*/
|
|
964
978
|
inputType?: 'date' | 'email' | 'number' | 'password' | 'search' | 'tel' | 'text';
|
|
965
979
|
/**
|
|
@@ -971,7 +985,7 @@ declare type __VLS_Props_36 = {
|
|
|
971
985
|
*/
|
|
972
986
|
disabled?: boolean;
|
|
973
987
|
/**
|
|
974
|
-
* Determines the size of the input
|
|
988
|
+
* Determines the size of the input.
|
|
975
989
|
*/
|
|
976
990
|
size?: 's' | 'm';
|
|
977
991
|
/**
|
|
@@ -983,7 +997,7 @@ declare type __VLS_Props_36 = {
|
|
|
983
997
|
*/
|
|
984
998
|
isClearable?: boolean;
|
|
985
999
|
/**
|
|
986
|
-
* The label text for the clear button
|
|
1000
|
+
* The label text for the clear button.
|
|
987
1001
|
*/
|
|
988
1002
|
clearLabel?: string;
|
|
989
1003
|
};
|
|
@@ -991,13 +1005,13 @@ declare type __VLS_Props_36 = {
|
|
|
991
1005
|
/**
|
|
992
1006
|
* 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.
|
|
993
1007
|
*/
|
|
994
|
-
declare type
|
|
1008
|
+
declare type __VLS_Props_38 = {
|
|
995
1009
|
/**
|
|
996
|
-
*
|
|
1010
|
+
* If `true`, display the Toaster.
|
|
997
1011
|
*/
|
|
998
1012
|
open?: boolean;
|
|
999
1013
|
/**
|
|
1000
|
-
* Position of the toaster
|
|
1014
|
+
* Position of the toaster.
|
|
1001
1015
|
*/
|
|
1002
1016
|
position?: 'top' | 'bottom' | 'top-center' | 'bottom-center';
|
|
1003
1017
|
/**
|
|
@@ -1009,11 +1023,11 @@ declare type __VLS_Props_37 = {
|
|
|
1009
1023
|
*/
|
|
1010
1024
|
status?: 'info' | 'success' | 'warning' | 'error';
|
|
1011
1025
|
/**
|
|
1012
|
-
*
|
|
1026
|
+
* If `true`, display the close button.
|
|
1013
1027
|
*/
|
|
1014
1028
|
closable?: boolean;
|
|
1015
1029
|
/**
|
|
1016
|
-
*
|
|
1030
|
+
* If `true`, display the progress bar of the duration.
|
|
1017
1031
|
*/
|
|
1018
1032
|
progress?: boolean;
|
|
1019
1033
|
/**
|
|
@@ -1023,9 +1037,9 @@ declare type __VLS_Props_37 = {
|
|
|
1023
1037
|
};
|
|
1024
1038
|
|
|
1025
1039
|
/**
|
|
1026
|
-
* A toggle is
|
|
1040
|
+
* 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.
|
|
1027
1041
|
*/
|
|
1028
|
-
declare type
|
|
1042
|
+
declare type __VLS_Props_39 = {
|
|
1029
1043
|
/**
|
|
1030
1044
|
* A unique identifier for the toggle, used to associate the label with the form element.
|
|
1031
1045
|
*/
|
|
@@ -1043,7 +1057,7 @@ declare type __VLS_Props_38 = {
|
|
|
1043
1057
|
*/
|
|
1044
1058
|
modelValue?: boolean;
|
|
1045
1059
|
/**
|
|
1046
|
-
* Determines the size of the toggle
|
|
1060
|
+
* Determines the size of the toggle.
|
|
1047
1061
|
*/
|
|
1048
1062
|
size?: 's' | 'm';
|
|
1049
1063
|
/**
|
|
@@ -1052,32 +1066,80 @@ declare type __VLS_Props_38 = {
|
|
|
1052
1066
|
disabled?: boolean;
|
|
1053
1067
|
};
|
|
1054
1068
|
|
|
1069
|
+
/**
|
|
1070
|
+
* 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.
|
|
1071
|
+
*/
|
|
1072
|
+
declare type __VLS_Props_4 = {
|
|
1073
|
+
/**
|
|
1074
|
+
* Title of the callout.
|
|
1075
|
+
*/
|
|
1076
|
+
title: string;
|
|
1077
|
+
/**
|
|
1078
|
+
* Description of the callout.
|
|
1079
|
+
*/
|
|
1080
|
+
description: string;
|
|
1081
|
+
/**
|
|
1082
|
+
* Allows to define the callout appearance.
|
|
1083
|
+
*/
|
|
1084
|
+
appearance?: 'standard' | 'accent' | 'tips' | 'inverse';
|
|
1085
|
+
};
|
|
1086
|
+
|
|
1087
|
+
/**
|
|
1088
|
+
* 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).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).
|
|
1089
|
+
*/
|
|
1090
|
+
declare type __VLS_Props_40 = {
|
|
1091
|
+
/**
|
|
1092
|
+
* The name attribute for the toggle element, typically used for form submission.
|
|
1093
|
+
*/
|
|
1094
|
+
name: string;
|
|
1095
|
+
/**
|
|
1096
|
+
* Property used to manage the values checked by v-model
|
|
1097
|
+
* (Do not use directly)
|
|
1098
|
+
*/
|
|
1099
|
+
modelValue?: Array<string>;
|
|
1100
|
+
/**
|
|
1101
|
+
* List of properties of each toggle of the toggle group.
|
|
1102
|
+
*/
|
|
1103
|
+
options: Array<{
|
|
1104
|
+
id: string;
|
|
1105
|
+
label: string;
|
|
1106
|
+
value: string;
|
|
1107
|
+
disabled?: boolean;
|
|
1108
|
+
isInvalid?: boolean;
|
|
1109
|
+
size?: 's' | 'm';
|
|
1110
|
+
}>;
|
|
1111
|
+
/**
|
|
1112
|
+
* If `true`, make the form element of the group inline.
|
|
1113
|
+
*/
|
|
1114
|
+
inline?: boolean;
|
|
1115
|
+
};
|
|
1116
|
+
|
|
1055
1117
|
/**
|
|
1056
1118
|
* 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.
|
|
1057
1119
|
*/
|
|
1058
|
-
declare type
|
|
1120
|
+
declare type __VLS_Props_41 = {
|
|
1059
1121
|
/**
|
|
1060
1122
|
* A unique identifier for the tooltip, used to describe the tooltip.
|
|
1061
1123
|
*/
|
|
1062
1124
|
id: string;
|
|
1063
1125
|
/**
|
|
1064
|
-
* Content of the tooltip
|
|
1126
|
+
* Content of the tooltip.
|
|
1065
1127
|
*/
|
|
1066
1128
|
text: string;
|
|
1067
1129
|
/**
|
|
1068
|
-
* Determines the position of the tooltip
|
|
1130
|
+
* Determines the position of the tooltip.
|
|
1069
1131
|
*/
|
|
1070
1132
|
position?: 'top' | 'bottom' | 'left' | 'right';
|
|
1071
1133
|
/**
|
|
1072
|
-
*
|
|
1134
|
+
* If `true`, the tooltip display a pointer.
|
|
1073
1135
|
*/
|
|
1074
1136
|
pointer?: boolean;
|
|
1075
1137
|
};
|
|
1076
1138
|
|
|
1077
1139
|
/**
|
|
1078
|
-
*
|
|
1140
|
+
* 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.
|
|
1079
1141
|
*/
|
|
1080
|
-
declare type
|
|
1142
|
+
declare type __VLS_Props_5 = {
|
|
1081
1143
|
/**
|
|
1082
1144
|
* A unique identifier for the checkbox, used to associate the label with the form element.
|
|
1083
1145
|
*/
|
|
@@ -1113,39 +1175,9 @@ declare type __VLS_Props_4 = {
|
|
|
1113
1175
|
};
|
|
1114
1176
|
|
|
1115
1177
|
/**
|
|
1116
|
-
* A
|
|
1117
|
-
*/
|
|
1118
|
-
declare type __VLS_Props_40 = {
|
|
1119
|
-
/**
|
|
1120
|
-
* The name attribute for the toggle element, typically used for form submission.
|
|
1121
|
-
*/
|
|
1122
|
-
name: string;
|
|
1123
|
-
/**
|
|
1124
|
-
* Property used to manage the values checked by v-model
|
|
1125
|
-
* (Do not use directly)
|
|
1126
|
-
*/
|
|
1127
|
-
modelValue?: Array<string>;
|
|
1128
|
-
/**
|
|
1129
|
-
* list of properties of each toggle of the toggle group
|
|
1130
|
-
*/
|
|
1131
|
-
options: Array<{
|
|
1132
|
-
id: string;
|
|
1133
|
-
label: string;
|
|
1134
|
-
value: string;
|
|
1135
|
-
disabled?: boolean;
|
|
1136
|
-
isInvalid?: boolean;
|
|
1137
|
-
size?: 's' | 'm';
|
|
1138
|
-
}>;
|
|
1139
|
-
/**
|
|
1140
|
-
* If `true`, make the form element of the group inline.
|
|
1141
|
-
*/
|
|
1142
|
-
inline?: boolean;
|
|
1143
|
-
};
|
|
1144
|
-
|
|
1145
|
-
/**
|
|
1146
|
-
* Checkboxes are used to select one or multiple options in a list. They usually find their place in forms and are also used to accept some mentions.
|
|
1178
|
+
* 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).
|
|
1147
1179
|
*/
|
|
1148
|
-
declare type
|
|
1180
|
+
declare type __VLS_Props_6 = {
|
|
1149
1181
|
/**
|
|
1150
1182
|
* The name attribute for the checkbox element, typically used for form submission.
|
|
1151
1183
|
*/
|
|
@@ -1175,9 +1207,9 @@ declare type __VLS_Props_5 = {
|
|
|
1175
1207
|
/**
|
|
1176
1208
|
* 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.
|
|
1177
1209
|
*/
|
|
1178
|
-
declare type
|
|
1210
|
+
declare type __VLS_Props_7 = {
|
|
1179
1211
|
/**
|
|
1180
|
-
*
|
|
1212
|
+
* Sets the size of the progress bar.
|
|
1181
1213
|
*/
|
|
1182
1214
|
size?: 's' | 'm' | 'l';
|
|
1183
1215
|
/**
|
|
@@ -1185,7 +1217,7 @@ declare type __VLS_Props_6 = {
|
|
|
1185
1217
|
*/
|
|
1186
1218
|
value?: number;
|
|
1187
1219
|
/**
|
|
1188
|
-
*
|
|
1220
|
+
* Shows either a percentage or custom content.
|
|
1189
1221
|
*/
|
|
1190
1222
|
type?: 'percentage' | 'content';
|
|
1191
1223
|
/**
|
|
@@ -1198,36 +1230,18 @@ declare type __VLS_Props_6 = {
|
|
|
1198
1230
|
additionalInfo?: string;
|
|
1199
1231
|
};
|
|
1200
1232
|
|
|
1201
|
-
/**
|
|
1202
|
-
* 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.
|
|
1203
|
-
*/
|
|
1204
|
-
declare type __VLS_Props_7 = {
|
|
1205
|
-
/**
|
|
1206
|
-
* Title of the callout
|
|
1207
|
-
*/
|
|
1208
|
-
title: string;
|
|
1209
|
-
/**
|
|
1210
|
-
* Description of the callout
|
|
1211
|
-
*/
|
|
1212
|
-
description: string;
|
|
1213
|
-
/**
|
|
1214
|
-
* Allows to define the callout style
|
|
1215
|
-
*/
|
|
1216
|
-
appearance?: 'standard' | 'accent' | 'tips' | 'inverse';
|
|
1217
|
-
};
|
|
1218
|
-
|
|
1219
1233
|
/**
|
|
1220
1234
|
* A Divider serves as a visual divider to separate content, providing a clear distinction between sections.
|
|
1221
1235
|
*/
|
|
1222
1236
|
declare type __VLS_Props_8 = {
|
|
1223
1237
|
/**
|
|
1224
|
-
*
|
|
1238
|
+
* If `true`, the container will take the full width.
|
|
1225
1239
|
*/
|
|
1226
1240
|
fluid?: boolean;
|
|
1227
1241
|
};
|
|
1228
1242
|
|
|
1229
1243
|
/**
|
|
1230
|
-
* 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.
|
|
1244
|
+
* 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).
|
|
1231
1245
|
*/
|
|
1232
1246
|
declare type __VLS_Props_9 = {
|
|
1233
1247
|
/**
|
|
@@ -1251,7 +1265,7 @@ declare type __VLS_Props_9 = {
|
|
|
1251
1265
|
*/
|
|
1252
1266
|
disabled?: boolean;
|
|
1253
1267
|
/**
|
|
1254
|
-
* Determines the size of the datepicker
|
|
1268
|
+
* Determines the size of the datepicker.
|
|
1255
1269
|
*/
|
|
1256
1270
|
size?: 's' | 'm';
|
|
1257
1271
|
/**
|
|
@@ -1263,7 +1277,7 @@ declare type __VLS_Props_9 = {
|
|
|
1263
1277
|
*/
|
|
1264
1278
|
isClearable?: boolean;
|
|
1265
1279
|
/**
|
|
1266
|
-
* The label text for the clear button
|
|
1280
|
+
* The label text for the clear button.
|
|
1267
1281
|
*/
|
|
1268
1282
|
clearLabel?: string;
|
|
1269
1283
|
};
|
|
@@ -1272,12 +1286,12 @@ declare function __VLS_template(): {
|
|
|
1272
1286
|
attrs: Partial<{}>;
|
|
1273
1287
|
slots: Readonly<{
|
|
1274
1288
|
/**
|
|
1275
|
-
* Use this slot to insert the image, icon or intials of the avatar
|
|
1289
|
+
* Use this slot to insert the image, icon or intials of the avatar.
|
|
1276
1290
|
*/
|
|
1277
1291
|
default: VNode;
|
|
1278
1292
|
}> & {
|
|
1279
1293
|
/**
|
|
1280
|
-
* Use this slot to insert the image, icon or intials of the avatar
|
|
1294
|
+
* Use this slot to insert the image, icon or intials of the avatar.
|
|
1281
1295
|
*/
|
|
1282
1296
|
default: VNode;
|
|
1283
1297
|
};
|
|
@@ -1289,20 +1303,20 @@ declare function __VLS_template_10(): {
|
|
|
1289
1303
|
attrs: Partial<{}>;
|
|
1290
1304
|
slots: Readonly<{
|
|
1291
1305
|
/**
|
|
1292
|
-
* Use this slot to insert the textual content of the Link
|
|
1306
|
+
* Use this slot to insert the textual content of the Link.
|
|
1293
1307
|
*/
|
|
1294
1308
|
default: string;
|
|
1295
1309
|
/**
|
|
1296
|
-
* Use this slot to insert an icon for the Link
|
|
1310
|
+
* Use this slot to insert an icon for the Link.
|
|
1297
1311
|
*/
|
|
1298
1312
|
icon?: VNode;
|
|
1299
1313
|
}> & {
|
|
1300
1314
|
/**
|
|
1301
|
-
* Use this slot to insert the textual content of the Link
|
|
1315
|
+
* Use this slot to insert the textual content of the Link.
|
|
1302
1316
|
*/
|
|
1303
1317
|
default: string;
|
|
1304
1318
|
/**
|
|
1305
|
-
* Use this slot to insert an icon for the Link
|
|
1319
|
+
* Use this slot to insert an icon for the Link.
|
|
1306
1320
|
*/
|
|
1307
1321
|
icon?: VNode;
|
|
1308
1322
|
};
|
|
@@ -1314,53 +1328,53 @@ declare function __VLS_template_11(): {
|
|
|
1314
1328
|
attrs: Partial<{}>;
|
|
1315
1329
|
slots: Readonly<{
|
|
1316
1330
|
/**
|
|
1317
|
-
* Use this slot to insert an icon next to the title of the modal
|
|
1331
|
+
* Use this slot to insert an icon next to the title of the modal.
|
|
1318
1332
|
*/
|
|
1319
1333
|
icon?: VNode;
|
|
1320
1334
|
/**
|
|
1321
|
-
* Use this slot to insert the content of the modal
|
|
1335
|
+
* Use this slot to insert the content of the modal.
|
|
1322
1336
|
*/
|
|
1323
1337
|
default?: VNode;
|
|
1324
1338
|
/**
|
|
1325
|
-
* Use this slot to insert a link in the footer
|
|
1339
|
+
* Use this slot to insert a link in the footer.
|
|
1326
1340
|
*/
|
|
1327
1341
|
link?: VNode;
|
|
1328
1342
|
/**
|
|
1329
|
-
* Use this slot to insert buttons in the footer
|
|
1343
|
+
* Use this slot to insert buttons in the footer.
|
|
1330
1344
|
*/
|
|
1331
1345
|
footer?: VNode;
|
|
1332
1346
|
}> & {
|
|
1333
1347
|
/**
|
|
1334
|
-
* Use this slot to insert an icon next to the title of the modal
|
|
1348
|
+
* Use this slot to insert an icon next to the title of the modal.
|
|
1335
1349
|
*/
|
|
1336
1350
|
icon?: VNode;
|
|
1337
1351
|
/**
|
|
1338
|
-
* Use this slot to insert the content of the modal
|
|
1352
|
+
* Use this slot to insert the content of the modal.
|
|
1339
1353
|
*/
|
|
1340
1354
|
default?: VNode;
|
|
1341
1355
|
/**
|
|
1342
|
-
* Use this slot to insert a link in the footer
|
|
1356
|
+
* Use this slot to insert a link in the footer.
|
|
1343
1357
|
*/
|
|
1344
1358
|
link?: VNode;
|
|
1345
1359
|
/**
|
|
1346
|
-
* Use this slot to insert buttons in the footer
|
|
1360
|
+
* Use this slot to insert buttons in the footer.
|
|
1347
1361
|
*/
|
|
1348
1362
|
footer?: VNode;
|
|
1349
1363
|
};
|
|
1350
1364
|
refs: {};
|
|
1351
|
-
rootEl:
|
|
1365
|
+
rootEl: any;
|
|
1352
1366
|
};
|
|
1353
1367
|
|
|
1354
1368
|
declare function __VLS_template_12(): {
|
|
1355
1369
|
attrs: Partial<{}>;
|
|
1356
1370
|
slots: Readonly<{
|
|
1357
1371
|
/**
|
|
1358
|
-
* Use this slot to insert a centered content inside the overlay
|
|
1372
|
+
* Use this slot to insert a centered content inside the overlay.
|
|
1359
1373
|
*/
|
|
1360
1374
|
default?: VNode;
|
|
1361
1375
|
}> & {
|
|
1362
1376
|
/**
|
|
1363
|
-
* Use this slot to insert a centered content inside the overlay
|
|
1377
|
+
* Use this slot to insert a centered content inside the overlay.
|
|
1364
1378
|
*/
|
|
1365
1379
|
default?: VNode;
|
|
1366
1380
|
};
|
|
@@ -1389,17 +1403,17 @@ declare function __VLS_template_14(): {
|
|
|
1389
1403
|
attrs: Partial<{}>;
|
|
1390
1404
|
slots: Readonly<{
|
|
1391
1405
|
/**
|
|
1392
|
-
* Use this slot to insert an icon in the input
|
|
1406
|
+
* Use this slot to insert an icon in the input.
|
|
1393
1407
|
*/
|
|
1394
1408
|
icon?: VNode;
|
|
1395
1409
|
}> & {
|
|
1396
1410
|
/**
|
|
1397
|
-
* Use this slot to insert an icon in the input
|
|
1411
|
+
* Use this slot to insert an icon in the input.
|
|
1398
1412
|
*/
|
|
1399
1413
|
icon?: VNode;
|
|
1400
1414
|
};
|
|
1401
1415
|
refs: {};
|
|
1402
|
-
rootEl:
|
|
1416
|
+
rootEl: any;
|
|
1403
1417
|
};
|
|
1404
1418
|
|
|
1405
1419
|
declare function __VLS_template_15(): {
|
|
@@ -1465,20 +1479,20 @@ declare function __VLS_template_3(): {
|
|
|
1465
1479
|
attrs: Partial<{}>;
|
|
1466
1480
|
slots: Readonly<{
|
|
1467
1481
|
/**
|
|
1468
|
-
* Use this slot to insert an icon
|
|
1482
|
+
* Use this slot to insert an icon.
|
|
1469
1483
|
*/
|
|
1470
1484
|
icon?: VNode;
|
|
1471
1485
|
/**
|
|
1472
|
-
* Use this slot to insert a button or a link in the footer of the callout
|
|
1486
|
+
* Use this slot to insert a button or a link in the footer of the callout.
|
|
1473
1487
|
*/
|
|
1474
1488
|
footer?: VNode;
|
|
1475
1489
|
}> & {
|
|
1476
1490
|
/**
|
|
1477
|
-
* Use this slot to insert an icon
|
|
1491
|
+
* Use this slot to insert an icon.
|
|
1478
1492
|
*/
|
|
1479
1493
|
icon?: VNode;
|
|
1480
1494
|
/**
|
|
1481
|
-
* Use this slot to insert a button or a link in the footer of the callout
|
|
1495
|
+
* Use this slot to insert a button or a link in the footer of the callout.
|
|
1482
1496
|
*/
|
|
1483
1497
|
footer?: VNode;
|
|
1484
1498
|
};
|
|
@@ -1490,12 +1504,12 @@ declare function __VLS_template_4(): {
|
|
|
1490
1504
|
attrs: Partial<{}>;
|
|
1491
1505
|
slots: Readonly<{
|
|
1492
1506
|
/**
|
|
1493
|
-
* Use this slot to insert the content of the container
|
|
1507
|
+
* Use this slot to insert the content of the container.
|
|
1494
1508
|
*/
|
|
1495
1509
|
default?: VNode;
|
|
1496
1510
|
}> & {
|
|
1497
1511
|
/**
|
|
1498
|
-
* Use this slot to insert the content of the container
|
|
1512
|
+
* Use this slot to insert the content of the container.
|
|
1499
1513
|
*/
|
|
1500
1514
|
default?: VNode;
|
|
1501
1515
|
};
|
|
@@ -1542,7 +1556,7 @@ declare function __VLS_template_6(): {
|
|
|
1542
1556
|
footer?: VNode;
|
|
1543
1557
|
};
|
|
1544
1558
|
refs: {};
|
|
1545
|
-
rootEl:
|
|
1559
|
+
rootEl: any;
|
|
1546
1560
|
};
|
|
1547
1561
|
|
|
1548
1562
|
declare function __VLS_template_7(): {
|
|
@@ -1732,19 +1746,19 @@ export declare const MButton: __VLS_WithTemplateSlots_2<typeof __VLS_component_2
|
|
|
1732
1746
|
|
|
1733
1747
|
export declare const MCallout: __VLS_WithTemplateSlots_3<typeof __VLS_component_3, __VLS_TemplateResult_3["slots"]>;
|
|
1734
1748
|
|
|
1735
|
-
export declare const MCheckbox: DefineComponent<
|
|
1749
|
+
export declare const MCheckbox: DefineComponent<__VLS_Props_5, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
1736
1750
|
"update:modelValue": (value: boolean) => any;
|
|
1737
|
-
}, string, PublicProps, Readonly<
|
|
1751
|
+
}, string, PublicProps, Readonly<__VLS_Props_5> & Readonly<{
|
|
1738
1752
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
1739
|
-
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {},
|
|
1753
|
+
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
1740
1754
|
|
|
1741
|
-
export declare const MCheckboxGroup: DefineComponent<
|
|
1755
|
+
export declare const MCheckboxGroup: DefineComponent<__VLS_Props_6, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
1742
1756
|
"update:modelValue": (value: string[]) => any;
|
|
1743
|
-
}, string, PublicProps, Readonly<
|
|
1757
|
+
}, string, PublicProps, Readonly<__VLS_Props_6> & Readonly<{
|
|
1744
1758
|
"onUpdate:modelValue"?: ((value: string[]) => any) | undefined;
|
|
1745
1759
|
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
1746
1760
|
|
|
1747
|
-
export declare const MCircularProgressbar: DefineComponent<
|
|
1761
|
+
export declare const MCircularProgressbar: DefineComponent<__VLS_Props_7, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_7> & Readonly<{}>, {
|
|
1748
1762
|
type: "percentage" | "content";
|
|
1749
1763
|
value: number;
|
|
1750
1764
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
@@ -1758,7 +1772,7 @@ export declare const MDatepicker: DefineComponent<__VLS_Props_9, {}, {}, {}, {},
|
|
|
1758
1772
|
}>, {
|
|
1759
1773
|
size: "s" | "m";
|
|
1760
1774
|
clearLabel: string;
|
|
1761
|
-
}, {}, {}, {}, string, ComponentProvideOptions, false, {},
|
|
1775
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
1762
1776
|
|
|
1763
1777
|
export declare const MDivider: __VLS_WithTemplateSlots_5<typeof __VLS_component_5, __VLS_TemplateResult_5["slots"]>;
|
|
1764
1778
|
|
|
@@ -1772,41 +1786,41 @@ export declare const MFlag: DefineComponent<__VLS_Props_14, {}, {}, {}, {}, Comp
|
|
|
1772
1786
|
|
|
1773
1787
|
export declare const MIconButton: __VLS_WithTemplateSlots_9<typeof __VLS_component_9, __VLS_TemplateResult_9["slots"]>;
|
|
1774
1788
|
|
|
1775
|
-
export declare const MLinearProgressbarBuffer: DefineComponent<
|
|
1789
|
+
export declare const MLinearProgressbarBuffer: DefineComponent<__VLS_Props_16, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_16> & Readonly<{}>, {
|
|
1776
1790
|
value: number;
|
|
1777
|
-
}, {}, {}, {}, string, ComponentProvideOptions, false, {},
|
|
1791
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
1778
1792
|
|
|
1779
|
-
export declare const MLinearProgressbarPercentage: DefineComponent<
|
|
1793
|
+
export declare const MLinearProgressbarPercentage: DefineComponent<__VLS_Props_17, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_17> & Readonly<{}>, {
|
|
1780
1794
|
value: number;
|
|
1781
|
-
}, {}, {}, {}, string, ComponentProvideOptions, false, {},
|
|
1795
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
1782
1796
|
|
|
1783
1797
|
export declare const MLink: __VLS_WithTemplateSlots_10<typeof __VLS_component_10, __VLS_TemplateResult_10["slots"]>;
|
|
1784
1798
|
|
|
1785
|
-
export declare const MLoader: DefineComponent<
|
|
1799
|
+
export declare const MLoader: DefineComponent<__VLS_Props_19, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_19> & Readonly<{}>, {
|
|
1786
1800
|
size: "s" | "m" | "l";
|
|
1787
1801
|
appearance: "standard" | "accent" | "inverse";
|
|
1788
1802
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
1789
1803
|
|
|
1790
|
-
export declare const MLoadingOverlay: DefineComponent<
|
|
1804
|
+
export declare const MLoadingOverlay: DefineComponent<__VLS_Props_20, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_20> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
1791
1805
|
|
|
1792
1806
|
export declare const MModal: __VLS_WithTemplateSlots_11<typeof __VLS_component_11, __VLS_TemplateResult_11["slots"]>;
|
|
1793
1807
|
|
|
1794
|
-
export declare const MNumberBadge: DefineComponent<
|
|
1808
|
+
export declare const MNumberBadge: DefineComponent<__VLS_Props_22, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_22> & Readonly<{}>, {
|
|
1795
1809
|
size: "s" | "m";
|
|
1796
1810
|
appearance: "danger" | "accent" | "inverse" | "standard";
|
|
1797
1811
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLSpanElement>;
|
|
1798
1812
|
|
|
1799
1813
|
export declare const MOverlay: __VLS_WithTemplateSlots_12<typeof __VLS_component_12, __VLS_TemplateResult_12["slots"]>;
|
|
1800
1814
|
|
|
1801
|
-
export declare const MPagination: DefineComponent<
|
|
1815
|
+
export declare const MPagination: DefineComponent<__VLS_Props_24, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
1802
1816
|
"update:modelValue": (value: number) => any;
|
|
1803
|
-
}, string, PublicProps, Readonly<
|
|
1817
|
+
}, string, PublicProps, Readonly<__VLS_Props_24> & Readonly<{
|
|
1804
1818
|
"onUpdate:modelValue"?: ((value: number) => any) | undefined;
|
|
1805
1819
|
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLElement>;
|
|
1806
1820
|
|
|
1807
|
-
export declare const MPasswordInput: DefineComponent<
|
|
1821
|
+
export declare const MPasswordInput: DefineComponent<__VLS_Props_25, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
1808
1822
|
"update:modelValue": (value: string | number) => any;
|
|
1809
|
-
}, string, PublicProps, Readonly<
|
|
1823
|
+
}, string, PublicProps, Readonly<__VLS_Props_25> & Readonly<{
|
|
1810
1824
|
"onUpdate:modelValue"?: ((value: string | number) => any) | undefined;
|
|
1811
1825
|
}>, {
|
|
1812
1826
|
clearLabel: string;
|
|
@@ -1897,15 +1911,15 @@ default: string;
|
|
|
1897
1911
|
icon?: VNode;
|
|
1898
1912
|
};
|
|
1899
1913
|
}) | null;
|
|
1900
|
-
},
|
|
1914
|
+
}, any>;
|
|
1901
1915
|
|
|
1902
|
-
export declare const MPincode: DefineComponent<
|
|
1916
|
+
export declare const MPincode: DefineComponent<__VLS_Props_26, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
1903
1917
|
"update:modelValue": (value: string) => any;
|
|
1904
|
-
}, string, PublicProps, Readonly<
|
|
1918
|
+
}, string, PublicProps, Readonly<__VLS_Props_26> & Readonly<{
|
|
1905
1919
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
1906
1920
|
}>, {
|
|
1907
1921
|
length: 4 | 5 | 6;
|
|
1908
|
-
}, {}, {}, {}, string, ComponentProvideOptions, false, {},
|
|
1922
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
1909
1923
|
|
|
1910
1924
|
export declare const MQuantitySelector: DefineComponent<__VLS_Props_27, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
1911
1925
|
"update:modelValue": (value: number) => any;
|
|
@@ -1920,13 +1934,13 @@ min: number;
|
|
|
1920
1934
|
max: number;
|
|
1921
1935
|
incrementlabel: string;
|
|
1922
1936
|
decrementLabel: string;
|
|
1923
|
-
}, {}, {}, {}, string, ComponentProvideOptions, false, {},
|
|
1937
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
1924
1938
|
|
|
1925
1939
|
export declare const MRadio: DefineComponent<__VLS_Props_28, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
1926
1940
|
"update:modelValue": (value: boolean) => any;
|
|
1927
1941
|
}, string, PublicProps, Readonly<__VLS_Props_28> & Readonly<{
|
|
1928
1942
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
1929
|
-
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {},
|
|
1943
|
+
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
1930
1944
|
|
|
1931
1945
|
export declare const MRadioGroup: DefineComponent<__VLS_Props_29, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
1932
1946
|
"update:modelValue": (value: string) => any;
|
|
@@ -1940,17 +1954,21 @@ export declare const MSelect: DefineComponent<__VLS_Props_30, {}, {}, {}, {}, Co
|
|
|
1940
1954
|
"onUpdate:modelValue"?: ((value: string | number) => any) | undefined;
|
|
1941
1955
|
}>, {
|
|
1942
1956
|
size: "s" | "m";
|
|
1943
|
-
}, {}, {}, {}, string, ComponentProvideOptions, false, {},
|
|
1957
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
1944
1958
|
|
|
1945
1959
|
export declare const MStatusBadge: DefineComponent<__VLS_Props_31, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_31> & Readonly<{}>, {
|
|
1946
1960
|
status: "info" | "success" | "warning" | "error" | "neutral";
|
|
1947
1961
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
1948
1962
|
|
|
1963
|
+
export declare const MStatusDot: DefineComponent<__VLS_Props_32, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_32> & Readonly<{}>, {
|
|
1964
|
+
status: "info" | "success" | "warning" | "error" | "neutral";
|
|
1965
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLSpanElement>;
|
|
1966
|
+
|
|
1949
1967
|
export declare const MStatusNotification: __VLS_WithTemplateSlots_13<typeof __VLS_component_13, __VLS_TemplateResult_13["slots"]>;
|
|
1950
1968
|
|
|
1951
|
-
export declare const MTabs: DefineComponent<
|
|
1969
|
+
export declare const MTabs: DefineComponent<__VLS_Props_34, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
1952
1970
|
"update:modelValue": (value: number) => any;
|
|
1953
|
-
}, string, PublicProps, Readonly<
|
|
1971
|
+
}, string, PublicProps, Readonly<__VLS_Props_34> & Readonly<{
|
|
1954
1972
|
"onUpdate:modelValue"?: ((value: number) => any) | undefined;
|
|
1955
1973
|
}>, {
|
|
1956
1974
|
modelValue: number;
|
|
@@ -1959,10 +1977,10 @@ divider: boolean;
|
|
|
1959
1977
|
tab: HTMLButtonElement;
|
|
1960
1978
|
}, HTMLElement>;
|
|
1961
1979
|
|
|
1962
|
-
export declare const MTag: DefineComponent<
|
|
1980
|
+
export declare const MTag: DefineComponent<__VLS_Props_35, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
1963
1981
|
"update:modelValue": (value: boolean) => any;
|
|
1964
1982
|
"remove-tag": (id: string) => any;
|
|
1965
|
-
}, string, PublicProps, Readonly<
|
|
1983
|
+
}, string, PublicProps, Readonly<__VLS_Props_35> & Readonly<{
|
|
1966
1984
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
1967
1985
|
"onRemove-tag"?: ((id: string) => any) | undefined;
|
|
1968
1986
|
}>, {
|
|
@@ -1970,25 +1988,25 @@ type: "informative" | "interactive" | "contextualised" | "removable" | "selectab
|
|
|
1970
1988
|
contextualisedNumber: number;
|
|
1971
1989
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
1972
1990
|
|
|
1973
|
-
export declare const MTextArea: DefineComponent<
|
|
1991
|
+
export declare const MTextArea: DefineComponent<__VLS_Props_36, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
1974
1992
|
"update:modelValue": (value: string | number) => any;
|
|
1975
|
-
}, string, PublicProps, Readonly<
|
|
1993
|
+
}, string, PublicProps, Readonly<__VLS_Props_36> & Readonly<{
|
|
1976
1994
|
"onUpdate:modelValue"?: ((value: string | number) => any) | undefined;
|
|
1977
1995
|
}>, {
|
|
1978
1996
|
rows: number;
|
|
1979
|
-
}, {}, {}, {}, string, ComponentProvideOptions, false, {},
|
|
1997
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
1980
1998
|
|
|
1981
1999
|
export declare const MTextInput: __VLS_WithTemplateSlots_14<typeof __VLS_component_14, __VLS_TemplateResult_14["slots"]>;
|
|
1982
2000
|
|
|
1983
2001
|
export declare const MToaster: __VLS_WithTemplateSlots_15<typeof __VLS_component_15, __VLS_TemplateResult_15["slots"]>;
|
|
1984
2002
|
|
|
1985
|
-
export declare const MToggle: DefineComponent<
|
|
2003
|
+
export declare const MToggle: DefineComponent<__VLS_Props_39, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
1986
2004
|
"update:modelValue": (value: boolean) => any;
|
|
1987
|
-
}, string, PublicProps, Readonly<
|
|
2005
|
+
}, string, PublicProps, Readonly<__VLS_Props_39> & Readonly<{
|
|
1988
2006
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
1989
2007
|
}>, {
|
|
1990
2008
|
size: "s" | "m";
|
|
1991
|
-
}, {}, {}, {}, string, ComponentProvideOptions, false, {},
|
|
2009
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
1992
2010
|
|
|
1993
2011
|
export declare const MToggleGroup: DefineComponent<__VLS_Props_40, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
1994
2012
|
"update:modelValue": (value: string[]) => any;
|