@mozaic-ds/vue 2.1.0 → 2.3.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 +2 -2
- package/dist/mozaic-vue.css +1 -1
- package/dist/mozaic-vue.d.ts +295 -178
- package/dist/mozaic-vue.js +741 -614
- 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 +6 -6
- package/src/components/Contributing.mdx +1 -1
- package/src/components/Introduction.mdx +1 -1
- package/src/components/circularprogressbar/MCircularProgressbar.spec.ts +77 -0
- package/src/components/circularprogressbar/MCircularProgressbar.stories.ts +53 -0
- package/src/components/circularprogressbar/MCircularProgressbar.vue +89 -0
- package/src/components/linearprogressbarbuffer/MLinearProgressbarBuffer.spec.ts +51 -0
- package/src/components/linearprogressbarbuffer/MLinearProgressbarBuffer.stories.ts +41 -0
- package/src/components/linearprogressbarbuffer/MLinearProgressbarBuffer.vue +46 -0
- package/src/components/linearprogressbarpercentage/MLinearProgressbarPercentage.spec.ts +62 -0
- package/src/components/linearprogressbarpercentage/MLinearProgressbarPercentage.stories.ts +37 -0
- package/src/components/linearprogressbarpercentage/MLinearProgressbarPercentage.vue +41 -0
- package/src/components/tooltip/MTooltip.spec.ts +53 -0
- package/src/components/tooltip/MTooltip.stories.ts +59 -0
- package/src/components/tooltip/MTooltip.vue +59 -0
- package/src/main.ts +4 -0
package/dist/mozaic-vue.d.ts
CHANGED
|
@@ -27,17 +27,17 @@ size: "s" | "m" | "l";
|
|
|
27
27
|
type: "button" | "reset" | "submit";
|
|
28
28
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLButtonElement>;
|
|
29
29
|
|
|
30
|
-
declare const __VLS_component_10: DefineComponent<
|
|
30
|
+
declare const __VLS_component_10: DefineComponent<__VLS_Props_29, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
31
31
|
close: () => any;
|
|
32
|
-
}, string, PublicProps, Readonly<
|
|
32
|
+
}, string, PublicProps, Readonly<__VLS_Props_29> & Readonly<{
|
|
33
33
|
onClose?: (() => any) | undefined;
|
|
34
34
|
}>, {
|
|
35
35
|
status: "info" | "success" | "warning" | "error";
|
|
36
36
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLElement>;
|
|
37
37
|
|
|
38
|
-
declare const __VLS_component_11: DefineComponent<
|
|
38
|
+
declare const __VLS_component_11: DefineComponent<__VLS_Props_33, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
39
39
|
"update:modelValue": (value: string | number) => any;
|
|
40
|
-
}, string, PublicProps, Readonly<
|
|
40
|
+
}, string, PublicProps, Readonly<__VLS_Props_33> & Readonly<{
|
|
41
41
|
"onUpdate:modelValue"?: ((value: string | number) => any) | undefined;
|
|
42
42
|
}>, {
|
|
43
43
|
size: "s" | "m";
|
|
@@ -45,31 +45,36 @@ clearLabel: string;
|
|
|
45
45
|
inputType: "date" | "email" | "number" | "password" | "search" | "tel" | "text";
|
|
46
46
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
47
47
|
|
|
48
|
-
declare const
|
|
48
|
+
declare const __VLS_component_12: DefineComponent<__VLS_Props_35, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_35> & Readonly<{}>, {
|
|
49
|
+
position: "top" | "bottom" | "left" | "right";
|
|
50
|
+
pointer: boolean;
|
|
51
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
52
|
+
|
|
53
|
+
declare const __VLS_component_2: DefineComponent<__VLS_Props_7, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_7> & Readonly<{}>, {
|
|
49
54
|
size: "s" | "m" | "l";
|
|
50
55
|
style: "primary" | "secondary" | "tertiary" | "inverse";
|
|
51
56
|
orientation: "vertical" | "horizontal";
|
|
52
57
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
53
58
|
|
|
54
|
-
declare const __VLS_component_3: DefineComponent<
|
|
59
|
+
declare const __VLS_component_3: DefineComponent<__VLS_Props_8, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
55
60
|
back: () => any;
|
|
56
61
|
"update:open": (value: boolean) => any;
|
|
57
|
-
}, string, PublicProps, Readonly<
|
|
62
|
+
}, string, PublicProps, Readonly<__VLS_Props_8> & Readonly<{
|
|
58
63
|
onBack?: (() => any) | undefined;
|
|
59
64
|
"onUpdate:open"?: ((value: boolean) => any) | undefined;
|
|
60
65
|
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
61
66
|
|
|
62
|
-
declare const __VLS_component_4: DefineComponent<
|
|
67
|
+
declare const __VLS_component_4: DefineComponent<__VLS_Props_9, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_9> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
63
68
|
|
|
64
|
-
declare const __VLS_component_5: DefineComponent<
|
|
69
|
+
declare const __VLS_component_5: DefineComponent<__VLS_Props_10, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_10> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLFieldSetElement>;
|
|
65
70
|
|
|
66
|
-
declare const __VLS_component_6: DefineComponent<
|
|
71
|
+
declare const __VLS_component_6: DefineComponent<__VLS_Props_12, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_12> & Readonly<{}>, {
|
|
67
72
|
appearance: "standard" | "accent" | "danger" | "inverse";
|
|
68
73
|
size: "s" | "m" | "l";
|
|
69
74
|
type: "button" | "reset" | "submit";
|
|
70
75
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLButtonElement>;
|
|
71
76
|
|
|
72
|
-
declare const __VLS_component_7: DefineComponent<
|
|
77
|
+
declare const __VLS_component_7: DefineComponent<__VLS_Props_13, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_13> & Readonly<{}>, {
|
|
73
78
|
iconPosition: "left" | "right";
|
|
74
79
|
appearance: "secondary" | "accent" | "inverse" | "standard";
|
|
75
80
|
size: "s" | "m";
|
|
@@ -77,15 +82,15 @@ href: string;
|
|
|
77
82
|
target: "_self" | "_blank" | "_parent" | "_top";
|
|
78
83
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
79
84
|
|
|
80
|
-
declare const __VLS_component_8: DefineComponent<
|
|
85
|
+
declare const __VLS_component_8: DefineComponent<__VLS_Props_16, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
81
86
|
"update:open": (value: boolean) => any;
|
|
82
|
-
}, string, PublicProps, Readonly<
|
|
87
|
+
}, string, PublicProps, Readonly<__VLS_Props_16> & Readonly<{
|
|
83
88
|
"onUpdate:open"?: ((value: boolean) => any) | undefined;
|
|
84
89
|
}>, {
|
|
85
90
|
closable: boolean;
|
|
86
91
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
87
92
|
|
|
88
|
-
declare const __VLS_component_9: DefineComponent<
|
|
93
|
+
declare const __VLS_component_9: DefineComponent<__VLS_Props_18, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_18> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
89
94
|
|
|
90
95
|
/**
|
|
91
96
|
* 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.
|
|
@@ -115,9 +120,43 @@ declare type __VLS_Props = {
|
|
|
115
120
|
};
|
|
116
121
|
|
|
117
122
|
/**
|
|
118
|
-
*
|
|
123
|
+
* 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.
|
|
119
124
|
*/
|
|
120
125
|
declare type __VLS_Props_10 = {
|
|
126
|
+
/**
|
|
127
|
+
* A unique identifier for the form field, used to associate the label with the form element.
|
|
128
|
+
*/
|
|
129
|
+
id: string;
|
|
130
|
+
/**
|
|
131
|
+
* The text displayed as the legend for the form fieldset.
|
|
132
|
+
*/
|
|
133
|
+
legend: string;
|
|
134
|
+
/**
|
|
135
|
+
* Additional text displayed alongside the label, typically used to indicate if the form field is required or optional
|
|
136
|
+
*/
|
|
137
|
+
requirementText?: string;
|
|
138
|
+
/**
|
|
139
|
+
* Text shown below the form field to provide additional context or instructions for the user.
|
|
140
|
+
*/
|
|
141
|
+
helpText?: string;
|
|
142
|
+
/**
|
|
143
|
+
* If `true`, applies a valid state to the form field.
|
|
144
|
+
*/
|
|
145
|
+
isValid?: boolean;
|
|
146
|
+
/**
|
|
147
|
+
* If `true`, applies an invalid state to the form field.
|
|
148
|
+
*/
|
|
149
|
+
isInvalid?: boolean;
|
|
150
|
+
/**
|
|
151
|
+
* message displayed when the form field has a valid or invalid state, usually indicating validation or errors.
|
|
152
|
+
*/
|
|
153
|
+
message?: string;
|
|
154
|
+
};
|
|
155
|
+
|
|
156
|
+
/**
|
|
157
|
+
* 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.
|
|
158
|
+
*/
|
|
159
|
+
declare type __VLS_Props_11 = {
|
|
121
160
|
/**
|
|
122
161
|
* Label of the Flag
|
|
123
162
|
*/
|
|
@@ -131,7 +170,7 @@ declare type __VLS_Props_10 = {
|
|
|
131
170
|
/**
|
|
132
171
|
* Icon Buttons are used to trigger actions. Their appearance is depending on the type of action required from the user, or the context.
|
|
133
172
|
*/
|
|
134
|
-
declare type
|
|
173
|
+
declare type __VLS_Props_12 = {
|
|
135
174
|
/**
|
|
136
175
|
* Defines the visual style of the icon button.
|
|
137
176
|
*/
|
|
@@ -161,7 +200,7 @@ declare type __VLS_Props_11 = {
|
|
|
161
200
|
/**
|
|
162
201
|
* A link is a component used exclusively to navigate to internal or external webpages or to anchors in the current page.
|
|
163
202
|
*/
|
|
164
|
-
declare type
|
|
203
|
+
declare type __VLS_Props_13 = {
|
|
165
204
|
/**
|
|
166
205
|
* Position of the icon relative to the text.
|
|
167
206
|
*/
|
|
@@ -195,7 +234,7 @@ declare type __VLS_Props_12 = {
|
|
|
195
234
|
/**
|
|
196
235
|
* A loader indicates that content or data is being loaded or processed, providing visual feedback to users during wait times.
|
|
197
236
|
*/
|
|
198
|
-
declare type
|
|
237
|
+
declare type __VLS_Props_14 = {
|
|
199
238
|
/**
|
|
200
239
|
* Specifies the visual appearance of the loader.
|
|
201
240
|
*/
|
|
@@ -213,7 +252,7 @@ declare type __VLS_Props_13 = {
|
|
|
213
252
|
/**
|
|
214
253
|
* 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.
|
|
215
254
|
*/
|
|
216
|
-
declare type
|
|
255
|
+
declare type __VLS_Props_15 = {
|
|
217
256
|
/**
|
|
218
257
|
* Controls the visibility of the loading overlay.
|
|
219
258
|
*/
|
|
@@ -227,7 +266,7 @@ declare type __VLS_Props_14 = {
|
|
|
227
266
|
/**
|
|
228
267
|
* 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.
|
|
229
268
|
*/
|
|
230
|
-
declare type
|
|
269
|
+
declare type __VLS_Props_16 = {
|
|
231
270
|
/**
|
|
232
271
|
* if `true`, display the modal.
|
|
233
272
|
*/
|
|
@@ -249,7 +288,7 @@ declare type __VLS_Props_15 = {
|
|
|
249
288
|
/**
|
|
250
289
|
* A badge indicates the status of an entity and can evolve at any time.
|
|
251
290
|
*/
|
|
252
|
-
declare type
|
|
291
|
+
declare type __VLS_Props_17 = {
|
|
253
292
|
/**
|
|
254
293
|
* Content of the badge
|
|
255
294
|
*/
|
|
@@ -267,7 +306,7 @@ declare type __VLS_Props_16 = {
|
|
|
267
306
|
/**
|
|
268
307
|
* An overlay component is a UI element that appears above the main content to display additional information or interactions, often blocking or dimming the background.
|
|
269
308
|
*/
|
|
270
|
-
declare type
|
|
309
|
+
declare type __VLS_Props_18 = {
|
|
271
310
|
/**
|
|
272
311
|
* Controls the visibility of the overlay.
|
|
273
312
|
*/
|
|
@@ -281,7 +320,7 @@ declare type __VLS_Props_17 = {
|
|
|
281
320
|
/**
|
|
282
321
|
* 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.
|
|
283
322
|
*/
|
|
284
|
-
declare type
|
|
323
|
+
declare type __VLS_Props_19 = {
|
|
285
324
|
/**
|
|
286
325
|
* A unique identifier for the pagination.
|
|
287
326
|
*/
|
|
@@ -308,10 +347,48 @@ declare type __VLS_Props_18 = {
|
|
|
308
347
|
selectLabel?: string;
|
|
309
348
|
};
|
|
310
349
|
|
|
350
|
+
/**
|
|
351
|
+
* Buttons are used to trigger actions. Their appearance is depending on the type of action required from the user, or the context.
|
|
352
|
+
*/
|
|
353
|
+
declare type __VLS_Props_2 = {
|
|
354
|
+
/**
|
|
355
|
+
* Defines the visual style of the button.
|
|
356
|
+
*/
|
|
357
|
+
appearance?: 'standard' | 'accent' | 'danger' | 'inverse';
|
|
358
|
+
/**
|
|
359
|
+
* Determines the size of the button.
|
|
360
|
+
*/
|
|
361
|
+
size?: 's' | 'm' | 'l';
|
|
362
|
+
/**
|
|
363
|
+
* If `true`, disables the button, making it non-interactive.
|
|
364
|
+
*/
|
|
365
|
+
disabled?: boolean;
|
|
366
|
+
/**
|
|
367
|
+
* If `true`, applies a "ghost" style to the button, typically a transparent background with a border.
|
|
368
|
+
*/
|
|
369
|
+
ghost?: boolean;
|
|
370
|
+
/**
|
|
371
|
+
* If `true`, the button gets an outlined style, usually with just the border and no solid background.
|
|
372
|
+
*/
|
|
373
|
+
outlined?: boolean;
|
|
374
|
+
/**
|
|
375
|
+
* Controls the positioning of an icon in the button.
|
|
376
|
+
*/
|
|
377
|
+
iconPosition?: 'left' | 'right' | 'only';
|
|
378
|
+
/**
|
|
379
|
+
* Specifies the button's HTML `type` attribute.
|
|
380
|
+
*/
|
|
381
|
+
type?: 'button' | 'reset' | 'submit';
|
|
382
|
+
/**
|
|
383
|
+
* If `true`, a loading state is displayed.
|
|
384
|
+
*/
|
|
385
|
+
isLoading?: boolean;
|
|
386
|
+
};
|
|
387
|
+
|
|
311
388
|
/**
|
|
312
389
|
* 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.
|
|
313
390
|
*/
|
|
314
|
-
declare type
|
|
391
|
+
declare type __VLS_Props_20 = {
|
|
315
392
|
/**
|
|
316
393
|
* A unique identifier for the password input element, used to associate the label with the form element.
|
|
317
394
|
*/
|
|
@@ -357,48 +434,10 @@ declare type __VLS_Props_19 = {
|
|
|
357
434
|
};
|
|
358
435
|
};
|
|
359
436
|
|
|
360
|
-
/**
|
|
361
|
-
* Buttons are used to trigger actions. Their appearance is depending on the type of action required from the user, or the context.
|
|
362
|
-
*/
|
|
363
|
-
declare type __VLS_Props_2 = {
|
|
364
|
-
/**
|
|
365
|
-
* Defines the visual style of the button.
|
|
366
|
-
*/
|
|
367
|
-
appearance?: 'standard' | 'accent' | 'danger' | 'inverse';
|
|
368
|
-
/**
|
|
369
|
-
* Determines the size of the button.
|
|
370
|
-
*/
|
|
371
|
-
size?: 's' | 'm' | 'l';
|
|
372
|
-
/**
|
|
373
|
-
* If `true`, disables the button, making it non-interactive.
|
|
374
|
-
*/
|
|
375
|
-
disabled?: boolean;
|
|
376
|
-
/**
|
|
377
|
-
* If `true`, applies a "ghost" style to the button, typically a transparent background with a border.
|
|
378
|
-
*/
|
|
379
|
-
ghost?: boolean;
|
|
380
|
-
/**
|
|
381
|
-
* If `true`, the button gets an outlined style, usually with just the border and no solid background.
|
|
382
|
-
*/
|
|
383
|
-
outlined?: boolean;
|
|
384
|
-
/**
|
|
385
|
-
* Controls the positioning of an icon in the button.
|
|
386
|
-
*/
|
|
387
|
-
iconPosition?: 'left' | 'right' | 'only';
|
|
388
|
-
/**
|
|
389
|
-
* Specifies the button's HTML `type` attribute.
|
|
390
|
-
*/
|
|
391
|
-
type?: 'button' | 'reset' | 'submit';
|
|
392
|
-
/**
|
|
393
|
-
* If `true`, a loading state is displayed.
|
|
394
|
-
*/
|
|
395
|
-
isLoading?: boolean;
|
|
396
|
-
};
|
|
397
|
-
|
|
398
437
|
/**
|
|
399
438
|
* 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.
|
|
400
439
|
*/
|
|
401
|
-
declare type
|
|
440
|
+
declare type __VLS_Props_21 = {
|
|
402
441
|
/**
|
|
403
442
|
* A unique identifier for the pincode element, used to associate the label with the form element.
|
|
404
443
|
*/
|
|
@@ -429,10 +468,34 @@ declare type __VLS_Props_20 = {
|
|
|
429
468
|
readonly?: boolean;
|
|
430
469
|
};
|
|
431
470
|
|
|
471
|
+
/**
|
|
472
|
+
* 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.
|
|
473
|
+
*/
|
|
474
|
+
declare type __VLS_Props_22 = {
|
|
475
|
+
/**
|
|
476
|
+
* Allows to define the progress bar size
|
|
477
|
+
*/
|
|
478
|
+
size?: 's' | 'm' | 'l';
|
|
479
|
+
/**
|
|
480
|
+
* The current value of the progress bar.
|
|
481
|
+
*/
|
|
482
|
+
value?: number;
|
|
483
|
+
};
|
|
484
|
+
|
|
485
|
+
/**
|
|
486
|
+
* 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.
|
|
487
|
+
*/
|
|
488
|
+
declare type __VLS_Props_23 = {
|
|
489
|
+
/**
|
|
490
|
+
* The current value of the progress bar.
|
|
491
|
+
*/
|
|
492
|
+
value?: number;
|
|
493
|
+
};
|
|
494
|
+
|
|
432
495
|
/**
|
|
433
496
|
* 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.
|
|
434
497
|
*/
|
|
435
|
-
declare type
|
|
498
|
+
declare type __VLS_Props_24 = {
|
|
436
499
|
/**
|
|
437
500
|
* A unique identifier for the quantity selector element, used to associate the label with the form element.
|
|
438
501
|
*/
|
|
@@ -486,7 +549,7 @@ declare type __VLS_Props_21 = {
|
|
|
486
549
|
/**
|
|
487
550
|
* A radio button is used to offer a unique choice to your user in a form. Unlike checkboxes, it can not be used alone.
|
|
488
551
|
*/
|
|
489
|
-
declare type
|
|
552
|
+
declare type __VLS_Props_25 = {
|
|
490
553
|
/**
|
|
491
554
|
* A unique identifier for the radio, used to associate the label with the form element.
|
|
492
555
|
*/
|
|
@@ -516,7 +579,7 @@ declare type __VLS_Props_22 = {
|
|
|
516
579
|
/**
|
|
517
580
|
* A radio button is used to offer a unique choice to your user in a form. Unlike checkboxes, it can not be used alone.
|
|
518
581
|
*/
|
|
519
|
-
declare type
|
|
582
|
+
declare type __VLS_Props_26 = {
|
|
520
583
|
/**
|
|
521
584
|
* The name attribute for the radio element, typically used for form submission.
|
|
522
585
|
*/
|
|
@@ -548,7 +611,7 @@ declare type __VLS_Props_23 = {
|
|
|
548
611
|
/**
|
|
549
612
|
* A select is a form element for multi-line text input, ideal for longer content like comments or descriptions.
|
|
550
613
|
*/
|
|
551
|
-
declare type
|
|
614
|
+
declare type __VLS_Props_27 = {
|
|
552
615
|
/**
|
|
553
616
|
* A unique identifier for the select, used to associate the label with the form element.
|
|
554
617
|
*/
|
|
@@ -596,7 +659,7 @@ declare type __VLS_Props_24 = {
|
|
|
596
659
|
/**
|
|
597
660
|
* A status badge indicates the status of an entity and can evolve at any time.
|
|
598
661
|
*/
|
|
599
|
-
declare type
|
|
662
|
+
declare type __VLS_Props_28 = {
|
|
600
663
|
/**
|
|
601
664
|
* Content of the Status Badge
|
|
602
665
|
*/
|
|
@@ -610,7 +673,7 @@ declare type __VLS_Props_25 = {
|
|
|
610
673
|
/**
|
|
611
674
|
* 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.
|
|
612
675
|
*/
|
|
613
|
-
declare type
|
|
676
|
+
declare type __VLS_Props_29 = {
|
|
614
677
|
/**
|
|
615
678
|
* Title of the Status Notification
|
|
616
679
|
*/
|
|
@@ -629,10 +692,44 @@ declare type __VLS_Props_26 = {
|
|
|
629
692
|
closable?: boolean;
|
|
630
693
|
};
|
|
631
694
|
|
|
695
|
+
/**
|
|
696
|
+
* 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.
|
|
697
|
+
*/
|
|
698
|
+
declare type __VLS_Props_3 = {
|
|
699
|
+
/**
|
|
700
|
+
* A unique identifier for the checkbox, used to associate the label with the form element.
|
|
701
|
+
*/
|
|
702
|
+
id: string;
|
|
703
|
+
/**
|
|
704
|
+
* The name attribute for the checkbox element, typically used for form submission.
|
|
705
|
+
*/
|
|
706
|
+
name?: string;
|
|
707
|
+
/**
|
|
708
|
+
* The text label displayed next to the checkbox.
|
|
709
|
+
*/
|
|
710
|
+
label?: string;
|
|
711
|
+
/**
|
|
712
|
+
* The checkbox's checked state, bound via v-model.
|
|
713
|
+
*/
|
|
714
|
+
modelValue?: boolean;
|
|
715
|
+
/**
|
|
716
|
+
* Sets the checkbox to an indeterminate state (partially selected).
|
|
717
|
+
*/
|
|
718
|
+
indeterminate?: boolean;
|
|
719
|
+
/**
|
|
720
|
+
* If `true`, applies an invalid state to the checkbox.
|
|
721
|
+
*/
|
|
722
|
+
isInvalid?: boolean;
|
|
723
|
+
/**
|
|
724
|
+
* If `true`, disables the checkbox, making it non-interactive.
|
|
725
|
+
*/
|
|
726
|
+
disabled?: boolean;
|
|
727
|
+
};
|
|
728
|
+
|
|
632
729
|
/**
|
|
633
730
|
* 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.
|
|
634
731
|
*/
|
|
635
|
-
declare type
|
|
732
|
+
declare type __VLS_Props_30 = {
|
|
636
733
|
/**
|
|
637
734
|
* A description indicating the purpose of the set of tabs. Useful for improving the accessibility of the component.
|
|
638
735
|
*/
|
|
@@ -671,7 +768,7 @@ declare type __VLS_Props_27 = {
|
|
|
671
768
|
/**
|
|
672
769
|
* 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).
|
|
673
770
|
*/
|
|
674
|
-
declare type
|
|
771
|
+
declare type __VLS_Props_31 = {
|
|
675
772
|
/**
|
|
676
773
|
* Defines the behavior and layout of the tag.
|
|
677
774
|
*/
|
|
@@ -713,7 +810,7 @@ declare type __VLS_Props_28 = {
|
|
|
713
810
|
/**
|
|
714
811
|
* A textarea is a form element for multi-line text input, ideal for longer content like comments or descriptions.
|
|
715
812
|
*/
|
|
716
|
-
declare type
|
|
813
|
+
declare type __VLS_Props_32 = {
|
|
717
814
|
/**
|
|
718
815
|
* A unique identifier for the textarea, used to associate the label with the form element.
|
|
719
816
|
*/
|
|
@@ -756,44 +853,10 @@ declare type __VLS_Props_29 = {
|
|
|
756
853
|
readonly?: boolean;
|
|
757
854
|
};
|
|
758
855
|
|
|
759
|
-
/**
|
|
760
|
-
* 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.
|
|
761
|
-
*/
|
|
762
|
-
declare type __VLS_Props_3 = {
|
|
763
|
-
/**
|
|
764
|
-
* A unique identifier for the checkbox, used to associate the label with the form element.
|
|
765
|
-
*/
|
|
766
|
-
id: string;
|
|
767
|
-
/**
|
|
768
|
-
* The name attribute for the checkbox element, typically used for form submission.
|
|
769
|
-
*/
|
|
770
|
-
name?: string;
|
|
771
|
-
/**
|
|
772
|
-
* The text label displayed next to the checkbox.
|
|
773
|
-
*/
|
|
774
|
-
label?: string;
|
|
775
|
-
/**
|
|
776
|
-
* The checkbox's checked state, bound via v-model.
|
|
777
|
-
*/
|
|
778
|
-
modelValue?: boolean;
|
|
779
|
-
/**
|
|
780
|
-
* Sets the checkbox to an indeterminate state (partially selected).
|
|
781
|
-
*/
|
|
782
|
-
indeterminate?: boolean;
|
|
783
|
-
/**
|
|
784
|
-
* If `true`, applies an invalid state to the checkbox.
|
|
785
|
-
*/
|
|
786
|
-
isInvalid?: boolean;
|
|
787
|
-
/**
|
|
788
|
-
* If `true`, disables the checkbox, making it non-interactive.
|
|
789
|
-
*/
|
|
790
|
-
disabled?: boolean;
|
|
791
|
-
};
|
|
792
|
-
|
|
793
856
|
/**
|
|
794
857
|
* Inputs are used to create input fields with text on a single line. Their states depends on the user interaction or the context.
|
|
795
858
|
*/
|
|
796
|
-
declare type
|
|
859
|
+
declare type __VLS_Props_33 = {
|
|
797
860
|
/**
|
|
798
861
|
* A unique identifier for the input element, used to associate the label with the form element.
|
|
799
862
|
*/
|
|
@@ -843,7 +906,7 @@ declare type __VLS_Props_30 = {
|
|
|
843
906
|
/**
|
|
844
907
|
* A toggle is used to choose between two possibilities and when the user needs instant feedback. It is common to use toggles when you need to show or hide content and "on/off" switch.
|
|
845
908
|
*/
|
|
846
|
-
declare type
|
|
909
|
+
declare type __VLS_Props_34 = {
|
|
847
910
|
/**
|
|
848
911
|
* A unique identifier for the toggle, used to associate the label with the form element.
|
|
849
912
|
*/
|
|
@@ -870,10 +933,32 @@ declare type __VLS_Props_31 = {
|
|
|
870
933
|
disabled?: boolean;
|
|
871
934
|
};
|
|
872
935
|
|
|
936
|
+
/**
|
|
937
|
+
* 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.
|
|
938
|
+
*/
|
|
939
|
+
declare type __VLS_Props_35 = {
|
|
940
|
+
/**
|
|
941
|
+
* A unique identifier for the tooltip, used to describe the tooltip.
|
|
942
|
+
*/
|
|
943
|
+
id: string;
|
|
944
|
+
/**
|
|
945
|
+
* Content of the tooltip
|
|
946
|
+
*/
|
|
947
|
+
text: string;
|
|
948
|
+
/**
|
|
949
|
+
* Determines the position of the tooltip
|
|
950
|
+
*/
|
|
951
|
+
position?: 'top' | 'bottom' | 'left' | 'right';
|
|
952
|
+
/**
|
|
953
|
+
* if `true`, the tooltip display a pointer.
|
|
954
|
+
*/
|
|
955
|
+
pointer?: boolean;
|
|
956
|
+
};
|
|
957
|
+
|
|
873
958
|
/**
|
|
874
959
|
* A toggle is used to choose between two possibilities and when the user needs instant feedback. It is common to use toggles when you need to show or hide content and "on/off" switch.
|
|
875
960
|
*/
|
|
876
|
-
declare type
|
|
961
|
+
declare type __VLS_Props_36 = {
|
|
877
962
|
/**
|
|
878
963
|
* The name attribute for the toggle element, typically used for form submission.
|
|
879
964
|
*/
|
|
@@ -930,9 +1015,35 @@ declare type __VLS_Props_4 = {
|
|
|
930
1015
|
};
|
|
931
1016
|
|
|
932
1017
|
/**
|
|
933
|
-
* A
|
|
1018
|
+
* 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.
|
|
934
1019
|
*/
|
|
935
1020
|
declare type __VLS_Props_5 = {
|
|
1021
|
+
/**
|
|
1022
|
+
* Allows to define the progress bar size
|
|
1023
|
+
*/
|
|
1024
|
+
size?: 's' | 'm' | 'l';
|
|
1025
|
+
/**
|
|
1026
|
+
* The current value of the progress bar.
|
|
1027
|
+
*/
|
|
1028
|
+
value?: number;
|
|
1029
|
+
/**
|
|
1030
|
+
* Display type: `'percentage'` or `'content'`.
|
|
1031
|
+
*/
|
|
1032
|
+
type?: 'percentage' | 'content';
|
|
1033
|
+
/**
|
|
1034
|
+
* Main content shown when `type` is `'content'`.
|
|
1035
|
+
*/
|
|
1036
|
+
contentValue?: string;
|
|
1037
|
+
/**
|
|
1038
|
+
* Additional text shown to define the `contentValue`.
|
|
1039
|
+
*/
|
|
1040
|
+
additionalInfo?: string;
|
|
1041
|
+
};
|
|
1042
|
+
|
|
1043
|
+
/**
|
|
1044
|
+
* 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.
|
|
1045
|
+
*/
|
|
1046
|
+
declare type __VLS_Props_6 = {
|
|
936
1047
|
/**
|
|
937
1048
|
* A unique identifier for the datepicker element, used to associate the label with the form element.
|
|
938
1049
|
*/
|
|
@@ -974,7 +1085,7 @@ declare type __VLS_Props_5 = {
|
|
|
974
1085
|
/**
|
|
975
1086
|
* A Divider serves as a visual divider to separate content, providing a clear distinction between sections.
|
|
976
1087
|
*/
|
|
977
|
-
declare type
|
|
1088
|
+
declare type __VLS_Props_7 = {
|
|
978
1089
|
/**
|
|
979
1090
|
* Determines the orientation of the divider
|
|
980
1091
|
*/
|
|
@@ -992,7 +1103,7 @@ declare type __VLS_Props_6 = {
|
|
|
992
1103
|
/**
|
|
993
1104
|
* 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.
|
|
994
1105
|
*/
|
|
995
|
-
declare type
|
|
1106
|
+
declare type __VLS_Props_8 = {
|
|
996
1107
|
/**
|
|
997
1108
|
* If `true`, display the drawer.
|
|
998
1109
|
*/
|
|
@@ -1022,7 +1133,7 @@ declare type __VLS_Props_7 = {
|
|
|
1022
1133
|
/**
|
|
1023
1134
|
* This component creates a structured form field with a label, optional help text, error and validation message handling.
|
|
1024
1135
|
*/
|
|
1025
|
-
declare type
|
|
1136
|
+
declare type __VLS_Props_9 = {
|
|
1026
1137
|
/**
|
|
1027
1138
|
* A unique identifier for the form field, used to associate the label with the form element.
|
|
1028
1139
|
*/
|
|
@@ -1061,40 +1172,6 @@ declare type __VLS_Props_8 = {
|
|
|
1061
1172
|
message?: string;
|
|
1062
1173
|
};
|
|
1063
1174
|
|
|
1064
|
-
/**
|
|
1065
|
-
* 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.
|
|
1066
|
-
*/
|
|
1067
|
-
declare type __VLS_Props_9 = {
|
|
1068
|
-
/**
|
|
1069
|
-
* A unique identifier for the form field, used to associate the label with the form element.
|
|
1070
|
-
*/
|
|
1071
|
-
id: string;
|
|
1072
|
-
/**
|
|
1073
|
-
* The text displayed as the legend for the form fieldset.
|
|
1074
|
-
*/
|
|
1075
|
-
legend: string;
|
|
1076
|
-
/**
|
|
1077
|
-
* Additional text displayed alongside the label, typically used to indicate if the form field is required or optional
|
|
1078
|
-
*/
|
|
1079
|
-
requirementText?: string;
|
|
1080
|
-
/**
|
|
1081
|
-
* Text shown below the form field to provide additional context or instructions for the user.
|
|
1082
|
-
*/
|
|
1083
|
-
helpText?: string;
|
|
1084
|
-
/**
|
|
1085
|
-
* If `true`, applies a valid state to the form field.
|
|
1086
|
-
*/
|
|
1087
|
-
isValid?: boolean;
|
|
1088
|
-
/**
|
|
1089
|
-
* If `true`, applies an invalid state to the form field.
|
|
1090
|
-
*/
|
|
1091
|
-
isInvalid?: boolean;
|
|
1092
|
-
/**
|
|
1093
|
-
* message displayed when the form field has a valid or invalid state, usually indicating validation or errors.
|
|
1094
|
-
*/
|
|
1095
|
-
message?: string;
|
|
1096
|
-
};
|
|
1097
|
-
|
|
1098
1175
|
declare function __VLS_template(): {
|
|
1099
1176
|
attrs: Partial<{}>;
|
|
1100
1177
|
slots: Readonly<{
|
|
@@ -1154,6 +1231,23 @@ declare function __VLS_template_11(): {
|
|
|
1154
1231
|
rootEl: HTMLDivElement;
|
|
1155
1232
|
};
|
|
1156
1233
|
|
|
1234
|
+
declare function __VLS_template_12(): {
|
|
1235
|
+
attrs: Partial<{}>;
|
|
1236
|
+
slots: Readonly<{
|
|
1237
|
+
/**
|
|
1238
|
+
* The tooltip will point to the content of the slot.
|
|
1239
|
+
*/
|
|
1240
|
+
default: string;
|
|
1241
|
+
}> & {
|
|
1242
|
+
/**
|
|
1243
|
+
* The tooltip will point to the content of the slot.
|
|
1244
|
+
*/
|
|
1245
|
+
default: string;
|
|
1246
|
+
};
|
|
1247
|
+
refs: {};
|
|
1248
|
+
rootEl: HTMLDivElement;
|
|
1249
|
+
};
|
|
1250
|
+
|
|
1157
1251
|
declare function __VLS_template_2(): {
|
|
1158
1252
|
attrs: Partial<{}>;
|
|
1159
1253
|
slots: {
|
|
@@ -1328,6 +1422,8 @@ declare type __VLS_TemplateResult_10 = ReturnType<typeof __VLS_template_10>;
|
|
|
1328
1422
|
|
|
1329
1423
|
declare type __VLS_TemplateResult_11 = ReturnType<typeof __VLS_template_11>;
|
|
1330
1424
|
|
|
1425
|
+
declare type __VLS_TemplateResult_12 = ReturnType<typeof __VLS_template_12>;
|
|
1426
|
+
|
|
1331
1427
|
declare type __VLS_TemplateResult_2 = ReturnType<typeof __VLS_template_2>;
|
|
1332
1428
|
|
|
1333
1429
|
declare type __VLS_TemplateResult_3 = ReturnType<typeof __VLS_template_3>;
|
|
@@ -1362,6 +1458,12 @@ declare type __VLS_WithTemplateSlots_11<T, S> = T & {
|
|
|
1362
1458
|
};
|
|
1363
1459
|
};
|
|
1364
1460
|
|
|
1461
|
+
declare type __VLS_WithTemplateSlots_12<T, S> = T & {
|
|
1462
|
+
new (): {
|
|
1463
|
+
$slots: S;
|
|
1464
|
+
};
|
|
1465
|
+
};
|
|
1466
|
+
|
|
1365
1467
|
declare type __VLS_WithTemplateSlots_2<T, S> = T & {
|
|
1366
1468
|
new (): {
|
|
1367
1469
|
$slots: S;
|
|
@@ -1426,9 +1528,14 @@ export declare const MCheckboxGroup: DefineComponent<__VLS_Props_4, {}, {}, {},
|
|
|
1426
1528
|
"onUpdate:modelValue"?: ((value: string[]) => any) | undefined;
|
|
1427
1529
|
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
1428
1530
|
|
|
1429
|
-
export declare const
|
|
1531
|
+
export declare const MCircularProgressbar: DefineComponent<__VLS_Props_5, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_5> & Readonly<{}>, {
|
|
1532
|
+
type: "percentage" | "content";
|
|
1533
|
+
value: number;
|
|
1534
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
1535
|
+
|
|
1536
|
+
export declare const MDatepicker: DefineComponent<__VLS_Props_6, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
1430
1537
|
"update:modelValue": (value: string | number) => any;
|
|
1431
|
-
}, string, PublicProps, Readonly<
|
|
1538
|
+
}, string, PublicProps, Readonly<__VLS_Props_6> & Readonly<{
|
|
1432
1539
|
"onUpdate:modelValue"?: ((value: string | number) => any) | undefined;
|
|
1433
1540
|
}>, {
|
|
1434
1541
|
size: "s" | "m";
|
|
@@ -1443,37 +1550,45 @@ export declare const MField: __VLS_WithTemplateSlots_4<typeof __VLS_component_4,
|
|
|
1443
1550
|
|
|
1444
1551
|
export declare const MFieldGroup: __VLS_WithTemplateSlots_5<typeof __VLS_component_5, __VLS_TemplateResult_5["slots"]>;
|
|
1445
1552
|
|
|
1446
|
-
export declare const MFlag: DefineComponent<
|
|
1553
|
+
export declare const MFlag: DefineComponent<__VLS_Props_11, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_11> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
1447
1554
|
|
|
1448
1555
|
export declare const MIconButton: __VLS_WithTemplateSlots_6<typeof __VLS_component_6, __VLS_TemplateResult_6["slots"]>;
|
|
1449
1556
|
|
|
1557
|
+
export declare const MLinearProgressbarBuffer: DefineComponent<__VLS_Props_22, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_22> & Readonly<{}>, {
|
|
1558
|
+
value: number;
|
|
1559
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
1560
|
+
|
|
1561
|
+
export declare const MLinearProgressbarPercentage: DefineComponent<__VLS_Props_23, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_23> & Readonly<{}>, {
|
|
1562
|
+
value: number;
|
|
1563
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
1564
|
+
|
|
1450
1565
|
export declare const MLink: __VLS_WithTemplateSlots_7<typeof __VLS_component_7, __VLS_TemplateResult_7["slots"]>;
|
|
1451
1566
|
|
|
1452
|
-
export declare const MLoader: DefineComponent<
|
|
1567
|
+
export declare const MLoader: DefineComponent<__VLS_Props_14, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_14> & Readonly<{}>, {
|
|
1453
1568
|
appearance: "standard" | "accent" | "inverse";
|
|
1454
1569
|
size: "s" | "m" | "l";
|
|
1455
1570
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
1456
1571
|
|
|
1457
|
-
export declare const MLoadingOverlay: DefineComponent<
|
|
1572
|
+
export declare const MLoadingOverlay: DefineComponent<__VLS_Props_15, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_15> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
1458
1573
|
|
|
1459
1574
|
export declare const MModal: __VLS_WithTemplateSlots_8<typeof __VLS_component_8, __VLS_TemplateResult_8["slots"]>;
|
|
1460
1575
|
|
|
1461
|
-
export declare const MNumberBadge: DefineComponent<
|
|
1576
|
+
export declare const MNumberBadge: DefineComponent<__VLS_Props_17, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_17> & Readonly<{}>, {
|
|
1462
1577
|
appearance: "danger" | "accent" | "inverse" | "standard";
|
|
1463
1578
|
size: "s" | "m";
|
|
1464
1579
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLSpanElement>;
|
|
1465
1580
|
|
|
1466
1581
|
export declare const MOverlay: __VLS_WithTemplateSlots_9<typeof __VLS_component_9, __VLS_TemplateResult_9["slots"]>;
|
|
1467
1582
|
|
|
1468
|
-
export declare const MPagination: DefineComponent<
|
|
1583
|
+
export declare const MPagination: DefineComponent<__VLS_Props_19, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
1469
1584
|
"update:modelValue": (value: number) => any;
|
|
1470
|
-
}, string, PublicProps, Readonly<
|
|
1585
|
+
}, string, PublicProps, Readonly<__VLS_Props_19> & Readonly<{
|
|
1471
1586
|
"onUpdate:modelValue"?: ((value: number) => any) | undefined;
|
|
1472
1587
|
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLElement>;
|
|
1473
1588
|
|
|
1474
|
-
export declare const MPasswordInput: DefineComponent<
|
|
1589
|
+
export declare const MPasswordInput: DefineComponent<__VLS_Props_20, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
1475
1590
|
"update:modelValue": (value: string | number) => any;
|
|
1476
|
-
}, string, PublicProps, Readonly<
|
|
1591
|
+
}, string, PublicProps, Readonly<__VLS_Props_20> & Readonly<{
|
|
1477
1592
|
"onUpdate:modelValue"?: ((value: string | number) => any) | undefined;
|
|
1478
1593
|
}>, {
|
|
1479
1594
|
clearLabel: string;
|
|
@@ -1566,17 +1681,17 @@ icon?: VNode;
|
|
|
1566
1681
|
}) | null;
|
|
1567
1682
|
}, HTMLDivElement>;
|
|
1568
1683
|
|
|
1569
|
-
export declare const MPincode: DefineComponent<
|
|
1684
|
+
export declare const MPincode: DefineComponent<__VLS_Props_21, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
1570
1685
|
"update:modelValue": (value: string) => any;
|
|
1571
|
-
}, string, PublicProps, Readonly<
|
|
1686
|
+
}, string, PublicProps, Readonly<__VLS_Props_21> & Readonly<{
|
|
1572
1687
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
1573
1688
|
}>, {
|
|
1574
1689
|
length: 4 | 5 | 6;
|
|
1575
1690
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
1576
1691
|
|
|
1577
|
-
export declare const MQuantitySelector: DefineComponent<
|
|
1692
|
+
export declare const MQuantitySelector: DefineComponent<__VLS_Props_24, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
1578
1693
|
"update:modelValue": (value: number) => any;
|
|
1579
|
-
}, string, PublicProps, Readonly<
|
|
1694
|
+
}, string, PublicProps, Readonly<__VLS_Props_24> & Readonly<{
|
|
1580
1695
|
"onUpdate:modelValue"?: ((value: number) => any) | undefined;
|
|
1581
1696
|
}>, {
|
|
1582
1697
|
size: "s" | "m";
|
|
@@ -1589,35 +1704,35 @@ incrementlabel: string;
|
|
|
1589
1704
|
decrementLabel: string;
|
|
1590
1705
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
1591
1706
|
|
|
1592
|
-
export declare const MRadio: DefineComponent<
|
|
1707
|
+
export declare const MRadio: DefineComponent<__VLS_Props_25, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
1593
1708
|
"update:modelValue": (value: boolean) => any;
|
|
1594
|
-
}, string, PublicProps, Readonly<
|
|
1709
|
+
}, string, PublicProps, Readonly<__VLS_Props_25> & Readonly<{
|
|
1595
1710
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
1596
1711
|
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
1597
1712
|
|
|
1598
|
-
export declare const MRadioGroup: DefineComponent<
|
|
1713
|
+
export declare const MRadioGroup: DefineComponent<__VLS_Props_26, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
1599
1714
|
"update:modelValue": (value: string) => any;
|
|
1600
|
-
}, string, PublicProps, Readonly<
|
|
1715
|
+
}, string, PublicProps, Readonly<__VLS_Props_26> & Readonly<{
|
|
1601
1716
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
1602
1717
|
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
1603
1718
|
|
|
1604
|
-
export declare const MSelect: DefineComponent<
|
|
1719
|
+
export declare const MSelect: DefineComponent<__VLS_Props_27, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
1605
1720
|
"update:modelValue": (value: string | number) => any;
|
|
1606
|
-
}, string, PublicProps, Readonly<
|
|
1721
|
+
}, string, PublicProps, Readonly<__VLS_Props_27> & Readonly<{
|
|
1607
1722
|
"onUpdate:modelValue"?: ((value: string | number) => any) | undefined;
|
|
1608
1723
|
}>, {
|
|
1609
1724
|
size: "s" | "m";
|
|
1610
1725
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLSelectElement>;
|
|
1611
1726
|
|
|
1612
|
-
export declare const MStatusBadge: DefineComponent<
|
|
1727
|
+
export declare const MStatusBadge: DefineComponent<__VLS_Props_28, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_28> & Readonly<{}>, {
|
|
1613
1728
|
status: "info" | "success" | "warning" | "error" | "neutral";
|
|
1614
1729
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
1615
1730
|
|
|
1616
1731
|
export declare const MStatusNotification: __VLS_WithTemplateSlots_10<typeof __VLS_component_10, __VLS_TemplateResult_10["slots"]>;
|
|
1617
1732
|
|
|
1618
|
-
export declare const MTabs: DefineComponent<
|
|
1733
|
+
export declare const MTabs: DefineComponent<__VLS_Props_30, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
1619
1734
|
"update:modelValue": (value: number) => any;
|
|
1620
|
-
}, string, PublicProps, Readonly<
|
|
1735
|
+
}, string, PublicProps, Readonly<__VLS_Props_30> & Readonly<{
|
|
1621
1736
|
"onUpdate:modelValue"?: ((value: number) => any) | undefined;
|
|
1622
1737
|
}>, {
|
|
1623
1738
|
modelValue: number;
|
|
@@ -1626,10 +1741,10 @@ divider: boolean;
|
|
|
1626
1741
|
tab: HTMLButtonElement;
|
|
1627
1742
|
}, HTMLElement>;
|
|
1628
1743
|
|
|
1629
|
-
export declare const MTag: DefineComponent<
|
|
1744
|
+
export declare const MTag: DefineComponent<__VLS_Props_31, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
1630
1745
|
"update:modelValue": (value: boolean) => any;
|
|
1631
1746
|
"remove-tag": (id: string) => any;
|
|
1632
|
-
}, string, PublicProps, Readonly<
|
|
1747
|
+
}, string, PublicProps, Readonly<__VLS_Props_31> & Readonly<{
|
|
1633
1748
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
1634
1749
|
"onRemove-tag"?: ((id: string) => any) | undefined;
|
|
1635
1750
|
}>, {
|
|
@@ -1637,9 +1752,9 @@ type: "informative" | "interactive" | "contextualised" | "removable" | "selectab
|
|
|
1637
1752
|
contextualisedNumber: number;
|
|
1638
1753
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
1639
1754
|
|
|
1640
|
-
export declare const MTextArea: DefineComponent<
|
|
1755
|
+
export declare const MTextArea: DefineComponent<__VLS_Props_32, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
1641
1756
|
"update:modelValue": (value: string | number) => any;
|
|
1642
|
-
}, string, PublicProps, Readonly<
|
|
1757
|
+
}, string, PublicProps, Readonly<__VLS_Props_32> & Readonly<{
|
|
1643
1758
|
"onUpdate:modelValue"?: ((value: string | number) => any) | undefined;
|
|
1644
1759
|
}>, {
|
|
1645
1760
|
rows: number;
|
|
@@ -1647,18 +1762,20 @@ rows: number;
|
|
|
1647
1762
|
|
|
1648
1763
|
export declare const MTextInput: __VLS_WithTemplateSlots_11<typeof __VLS_component_11, __VLS_TemplateResult_11["slots"]>;
|
|
1649
1764
|
|
|
1650
|
-
export declare const MToggle: DefineComponent<
|
|
1765
|
+
export declare const MToggle: DefineComponent<__VLS_Props_34, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
1651
1766
|
"update:modelValue": (value: boolean) => any;
|
|
1652
|
-
}, string, PublicProps, Readonly<
|
|
1767
|
+
}, string, PublicProps, Readonly<__VLS_Props_34> & Readonly<{
|
|
1653
1768
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
1654
1769
|
}>, {
|
|
1655
1770
|
size: "s" | "m";
|
|
1656
1771
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
1657
1772
|
|
|
1658
|
-
export declare const MToggleGroup: DefineComponent<
|
|
1773
|
+
export declare const MToggleGroup: DefineComponent<__VLS_Props_36, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
1659
1774
|
"update:modelValue": (value: string[]) => any;
|
|
1660
|
-
}, string, PublicProps, Readonly<
|
|
1775
|
+
}, string, PublicProps, Readonly<__VLS_Props_36> & Readonly<{
|
|
1661
1776
|
"onUpdate:modelValue"?: ((value: string[]) => any) | undefined;
|
|
1662
1777
|
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
1663
1778
|
|
|
1779
|
+
export declare const MTooltip: __VLS_WithTemplateSlots_12<typeof __VLS_component_12, __VLS_TemplateResult_12["slots"]>;
|
|
1780
|
+
|
|
1664
1781
|
export { }
|