@mozaic-ds/vue 2.2.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/dist/mozaic-vue.css +1 -1
- package/dist/mozaic-vue.d.ts +243 -180
- package/dist/mozaic-vue.js +695 -596
- 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 +5 -5
- 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 +14 -8
- package/src/components/tooltip/MTooltip.stories.ts +8 -8
- package/src/components/tooltip/MTooltip.vue +3 -3
- package/src/main.ts +3 -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,36 +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 __VLS_component_12: DefineComponent<
|
|
48
|
+
declare const __VLS_component_12: DefineComponent<__VLS_Props_35, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_35> & Readonly<{}>, {
|
|
49
49
|
position: "top" | "bottom" | "left" | "right";
|
|
50
50
|
pointer: boolean;
|
|
51
51
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
52
52
|
|
|
53
|
-
declare const __VLS_component_2: DefineComponent<
|
|
53
|
+
declare const __VLS_component_2: DefineComponent<__VLS_Props_7, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_7> & Readonly<{}>, {
|
|
54
54
|
size: "s" | "m" | "l";
|
|
55
55
|
style: "primary" | "secondary" | "tertiary" | "inverse";
|
|
56
56
|
orientation: "vertical" | "horizontal";
|
|
57
57
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
58
58
|
|
|
59
|
-
declare const __VLS_component_3: DefineComponent<
|
|
59
|
+
declare const __VLS_component_3: DefineComponent<__VLS_Props_8, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
60
60
|
back: () => any;
|
|
61
61
|
"update:open": (value: boolean) => any;
|
|
62
|
-
}, string, PublicProps, Readonly<
|
|
62
|
+
}, string, PublicProps, Readonly<__VLS_Props_8> & Readonly<{
|
|
63
63
|
onBack?: (() => any) | undefined;
|
|
64
64
|
"onUpdate:open"?: ((value: boolean) => any) | undefined;
|
|
65
65
|
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
66
66
|
|
|
67
|
-
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>;
|
|
68
68
|
|
|
69
|
-
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>;
|
|
70
70
|
|
|
71
|
-
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<{}>, {
|
|
72
72
|
appearance: "standard" | "accent" | "danger" | "inverse";
|
|
73
73
|
size: "s" | "m" | "l";
|
|
74
74
|
type: "button" | "reset" | "submit";
|
|
75
75
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLButtonElement>;
|
|
76
76
|
|
|
77
|
-
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<{}>, {
|
|
78
78
|
iconPosition: "left" | "right";
|
|
79
79
|
appearance: "secondary" | "accent" | "inverse" | "standard";
|
|
80
80
|
size: "s" | "m";
|
|
@@ -82,15 +82,15 @@ href: string;
|
|
|
82
82
|
target: "_self" | "_blank" | "_parent" | "_top";
|
|
83
83
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
84
84
|
|
|
85
|
-
declare const __VLS_component_8: DefineComponent<
|
|
85
|
+
declare const __VLS_component_8: DefineComponent<__VLS_Props_16, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
86
86
|
"update:open": (value: boolean) => any;
|
|
87
|
-
}, string, PublicProps, Readonly<
|
|
87
|
+
}, string, PublicProps, Readonly<__VLS_Props_16> & Readonly<{
|
|
88
88
|
"onUpdate:open"?: ((value: boolean) => any) | undefined;
|
|
89
89
|
}>, {
|
|
90
90
|
closable: boolean;
|
|
91
91
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
92
92
|
|
|
93
|
-
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>;
|
|
94
94
|
|
|
95
95
|
/**
|
|
96
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.
|
|
@@ -120,9 +120,43 @@ declare type __VLS_Props = {
|
|
|
120
120
|
};
|
|
121
121
|
|
|
122
122
|
/**
|
|
123
|
-
*
|
|
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.
|
|
124
124
|
*/
|
|
125
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 = {
|
|
126
160
|
/**
|
|
127
161
|
* Label of the Flag
|
|
128
162
|
*/
|
|
@@ -136,7 +170,7 @@ declare type __VLS_Props_10 = {
|
|
|
136
170
|
/**
|
|
137
171
|
* Icon Buttons are used to trigger actions. Their appearance is depending on the type of action required from the user, or the context.
|
|
138
172
|
*/
|
|
139
|
-
declare type
|
|
173
|
+
declare type __VLS_Props_12 = {
|
|
140
174
|
/**
|
|
141
175
|
* Defines the visual style of the icon button.
|
|
142
176
|
*/
|
|
@@ -166,7 +200,7 @@ declare type __VLS_Props_11 = {
|
|
|
166
200
|
/**
|
|
167
201
|
* A link is a component used exclusively to navigate to internal or external webpages or to anchors in the current page.
|
|
168
202
|
*/
|
|
169
|
-
declare type
|
|
203
|
+
declare type __VLS_Props_13 = {
|
|
170
204
|
/**
|
|
171
205
|
* Position of the icon relative to the text.
|
|
172
206
|
*/
|
|
@@ -200,7 +234,7 @@ declare type __VLS_Props_12 = {
|
|
|
200
234
|
/**
|
|
201
235
|
* A loader indicates that content or data is being loaded or processed, providing visual feedback to users during wait times.
|
|
202
236
|
*/
|
|
203
|
-
declare type
|
|
237
|
+
declare type __VLS_Props_14 = {
|
|
204
238
|
/**
|
|
205
239
|
* Specifies the visual appearance of the loader.
|
|
206
240
|
*/
|
|
@@ -218,7 +252,7 @@ declare type __VLS_Props_13 = {
|
|
|
218
252
|
/**
|
|
219
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.
|
|
220
254
|
*/
|
|
221
|
-
declare type
|
|
255
|
+
declare type __VLS_Props_15 = {
|
|
222
256
|
/**
|
|
223
257
|
* Controls the visibility of the loading overlay.
|
|
224
258
|
*/
|
|
@@ -232,7 +266,7 @@ declare type __VLS_Props_14 = {
|
|
|
232
266
|
/**
|
|
233
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.
|
|
234
268
|
*/
|
|
235
|
-
declare type
|
|
269
|
+
declare type __VLS_Props_16 = {
|
|
236
270
|
/**
|
|
237
271
|
* if `true`, display the modal.
|
|
238
272
|
*/
|
|
@@ -254,7 +288,7 @@ declare type __VLS_Props_15 = {
|
|
|
254
288
|
/**
|
|
255
289
|
* A badge indicates the status of an entity and can evolve at any time.
|
|
256
290
|
*/
|
|
257
|
-
declare type
|
|
291
|
+
declare type __VLS_Props_17 = {
|
|
258
292
|
/**
|
|
259
293
|
* Content of the badge
|
|
260
294
|
*/
|
|
@@ -272,7 +306,7 @@ declare type __VLS_Props_16 = {
|
|
|
272
306
|
/**
|
|
273
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.
|
|
274
308
|
*/
|
|
275
|
-
declare type
|
|
309
|
+
declare type __VLS_Props_18 = {
|
|
276
310
|
/**
|
|
277
311
|
* Controls the visibility of the overlay.
|
|
278
312
|
*/
|
|
@@ -286,7 +320,7 @@ declare type __VLS_Props_17 = {
|
|
|
286
320
|
/**
|
|
287
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.
|
|
288
322
|
*/
|
|
289
|
-
declare type
|
|
323
|
+
declare type __VLS_Props_19 = {
|
|
290
324
|
/**
|
|
291
325
|
* A unique identifier for the pagination.
|
|
292
326
|
*/
|
|
@@ -313,10 +347,48 @@ declare type __VLS_Props_18 = {
|
|
|
313
347
|
selectLabel?: string;
|
|
314
348
|
};
|
|
315
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
|
+
|
|
316
388
|
/**
|
|
317
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.
|
|
318
390
|
*/
|
|
319
|
-
declare type
|
|
391
|
+
declare type __VLS_Props_20 = {
|
|
320
392
|
/**
|
|
321
393
|
* A unique identifier for the password input element, used to associate the label with the form element.
|
|
322
394
|
*/
|
|
@@ -362,48 +434,10 @@ declare type __VLS_Props_19 = {
|
|
|
362
434
|
};
|
|
363
435
|
};
|
|
364
436
|
|
|
365
|
-
/**
|
|
366
|
-
* Buttons are used to trigger actions. Their appearance is depending on the type of action required from the user, or the context.
|
|
367
|
-
*/
|
|
368
|
-
declare type __VLS_Props_2 = {
|
|
369
|
-
/**
|
|
370
|
-
* Defines the visual style of the button.
|
|
371
|
-
*/
|
|
372
|
-
appearance?: 'standard' | 'accent' | 'danger' | 'inverse';
|
|
373
|
-
/**
|
|
374
|
-
* Determines the size of the button.
|
|
375
|
-
*/
|
|
376
|
-
size?: 's' | 'm' | 'l';
|
|
377
|
-
/**
|
|
378
|
-
* If `true`, disables the button, making it non-interactive.
|
|
379
|
-
*/
|
|
380
|
-
disabled?: boolean;
|
|
381
|
-
/**
|
|
382
|
-
* If `true`, applies a "ghost" style to the button, typically a transparent background with a border.
|
|
383
|
-
*/
|
|
384
|
-
ghost?: boolean;
|
|
385
|
-
/**
|
|
386
|
-
* If `true`, the button gets an outlined style, usually with just the border and no solid background.
|
|
387
|
-
*/
|
|
388
|
-
outlined?: boolean;
|
|
389
|
-
/**
|
|
390
|
-
* Controls the positioning of an icon in the button.
|
|
391
|
-
*/
|
|
392
|
-
iconPosition?: 'left' | 'right' | 'only';
|
|
393
|
-
/**
|
|
394
|
-
* Specifies the button's HTML `type` attribute.
|
|
395
|
-
*/
|
|
396
|
-
type?: 'button' | 'reset' | 'submit';
|
|
397
|
-
/**
|
|
398
|
-
* If `true`, a loading state is displayed.
|
|
399
|
-
*/
|
|
400
|
-
isLoading?: boolean;
|
|
401
|
-
};
|
|
402
|
-
|
|
403
437
|
/**
|
|
404
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.
|
|
405
439
|
*/
|
|
406
|
-
declare type
|
|
440
|
+
declare type __VLS_Props_21 = {
|
|
407
441
|
/**
|
|
408
442
|
* A unique identifier for the pincode element, used to associate the label with the form element.
|
|
409
443
|
*/
|
|
@@ -434,10 +468,34 @@ declare type __VLS_Props_20 = {
|
|
|
434
468
|
readonly?: boolean;
|
|
435
469
|
};
|
|
436
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
|
+
|
|
437
495
|
/**
|
|
438
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.
|
|
439
497
|
*/
|
|
440
|
-
declare type
|
|
498
|
+
declare type __VLS_Props_24 = {
|
|
441
499
|
/**
|
|
442
500
|
* A unique identifier for the quantity selector element, used to associate the label with the form element.
|
|
443
501
|
*/
|
|
@@ -491,7 +549,7 @@ declare type __VLS_Props_21 = {
|
|
|
491
549
|
/**
|
|
492
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.
|
|
493
551
|
*/
|
|
494
|
-
declare type
|
|
552
|
+
declare type __VLS_Props_25 = {
|
|
495
553
|
/**
|
|
496
554
|
* A unique identifier for the radio, used to associate the label with the form element.
|
|
497
555
|
*/
|
|
@@ -521,7 +579,7 @@ declare type __VLS_Props_22 = {
|
|
|
521
579
|
/**
|
|
522
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.
|
|
523
581
|
*/
|
|
524
|
-
declare type
|
|
582
|
+
declare type __VLS_Props_26 = {
|
|
525
583
|
/**
|
|
526
584
|
* The name attribute for the radio element, typically used for form submission.
|
|
527
585
|
*/
|
|
@@ -553,7 +611,7 @@ declare type __VLS_Props_23 = {
|
|
|
553
611
|
/**
|
|
554
612
|
* A select is a form element for multi-line text input, ideal for longer content like comments or descriptions.
|
|
555
613
|
*/
|
|
556
|
-
declare type
|
|
614
|
+
declare type __VLS_Props_27 = {
|
|
557
615
|
/**
|
|
558
616
|
* A unique identifier for the select, used to associate the label with the form element.
|
|
559
617
|
*/
|
|
@@ -601,7 +659,7 @@ declare type __VLS_Props_24 = {
|
|
|
601
659
|
/**
|
|
602
660
|
* A status badge indicates the status of an entity and can evolve at any time.
|
|
603
661
|
*/
|
|
604
|
-
declare type
|
|
662
|
+
declare type __VLS_Props_28 = {
|
|
605
663
|
/**
|
|
606
664
|
* Content of the Status Badge
|
|
607
665
|
*/
|
|
@@ -615,7 +673,7 @@ declare type __VLS_Props_25 = {
|
|
|
615
673
|
/**
|
|
616
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.
|
|
617
675
|
*/
|
|
618
|
-
declare type
|
|
676
|
+
declare type __VLS_Props_29 = {
|
|
619
677
|
/**
|
|
620
678
|
* Title of the Status Notification
|
|
621
679
|
*/
|
|
@@ -634,10 +692,44 @@ declare type __VLS_Props_26 = {
|
|
|
634
692
|
closable?: boolean;
|
|
635
693
|
};
|
|
636
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
|
+
|
|
637
729
|
/**
|
|
638
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.
|
|
639
731
|
*/
|
|
640
|
-
declare type
|
|
732
|
+
declare type __VLS_Props_30 = {
|
|
641
733
|
/**
|
|
642
734
|
* A description indicating the purpose of the set of tabs. Useful for improving the accessibility of the component.
|
|
643
735
|
*/
|
|
@@ -676,7 +768,7 @@ declare type __VLS_Props_27 = {
|
|
|
676
768
|
/**
|
|
677
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).
|
|
678
770
|
*/
|
|
679
|
-
declare type
|
|
771
|
+
declare type __VLS_Props_31 = {
|
|
680
772
|
/**
|
|
681
773
|
* Defines the behavior and layout of the tag.
|
|
682
774
|
*/
|
|
@@ -718,7 +810,7 @@ declare type __VLS_Props_28 = {
|
|
|
718
810
|
/**
|
|
719
811
|
* A textarea is a form element for multi-line text input, ideal for longer content like comments or descriptions.
|
|
720
812
|
*/
|
|
721
|
-
declare type
|
|
813
|
+
declare type __VLS_Props_32 = {
|
|
722
814
|
/**
|
|
723
815
|
* A unique identifier for the textarea, used to associate the label with the form element.
|
|
724
816
|
*/
|
|
@@ -761,44 +853,10 @@ declare type __VLS_Props_29 = {
|
|
|
761
853
|
readonly?: boolean;
|
|
762
854
|
};
|
|
763
855
|
|
|
764
|
-
/**
|
|
765
|
-
* 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.
|
|
766
|
-
*/
|
|
767
|
-
declare type __VLS_Props_3 = {
|
|
768
|
-
/**
|
|
769
|
-
* A unique identifier for the checkbox, used to associate the label with the form element.
|
|
770
|
-
*/
|
|
771
|
-
id: string;
|
|
772
|
-
/**
|
|
773
|
-
* The name attribute for the checkbox element, typically used for form submission.
|
|
774
|
-
*/
|
|
775
|
-
name?: string;
|
|
776
|
-
/**
|
|
777
|
-
* The text label displayed next to the checkbox.
|
|
778
|
-
*/
|
|
779
|
-
label?: string;
|
|
780
|
-
/**
|
|
781
|
-
* The checkbox's checked state, bound via v-model.
|
|
782
|
-
*/
|
|
783
|
-
modelValue?: boolean;
|
|
784
|
-
/**
|
|
785
|
-
* Sets the checkbox to an indeterminate state (partially selected).
|
|
786
|
-
*/
|
|
787
|
-
indeterminate?: boolean;
|
|
788
|
-
/**
|
|
789
|
-
* If `true`, applies an invalid state to the checkbox.
|
|
790
|
-
*/
|
|
791
|
-
isInvalid?: boolean;
|
|
792
|
-
/**
|
|
793
|
-
* If `true`, disables the checkbox, making it non-interactive.
|
|
794
|
-
*/
|
|
795
|
-
disabled?: boolean;
|
|
796
|
-
};
|
|
797
|
-
|
|
798
856
|
/**
|
|
799
857
|
* Inputs are used to create input fields with text on a single line. Their states depends on the user interaction or the context.
|
|
800
858
|
*/
|
|
801
|
-
declare type
|
|
859
|
+
declare type __VLS_Props_33 = {
|
|
802
860
|
/**
|
|
803
861
|
* A unique identifier for the input element, used to associate the label with the form element.
|
|
804
862
|
*/
|
|
@@ -848,7 +906,7 @@ declare type __VLS_Props_30 = {
|
|
|
848
906
|
/**
|
|
849
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.
|
|
850
908
|
*/
|
|
851
|
-
declare type
|
|
909
|
+
declare type __VLS_Props_34 = {
|
|
852
910
|
/**
|
|
853
911
|
* A unique identifier for the toggle, used to associate the label with the form element.
|
|
854
912
|
*/
|
|
@@ -878,7 +936,7 @@ declare type __VLS_Props_31 = {
|
|
|
878
936
|
/**
|
|
879
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.
|
|
880
938
|
*/
|
|
881
|
-
declare type
|
|
939
|
+
declare type __VLS_Props_35 = {
|
|
882
940
|
/**
|
|
883
941
|
* A unique identifier for the tooltip, used to describe the tooltip.
|
|
884
942
|
*/
|
|
@@ -900,7 +958,7 @@ declare type __VLS_Props_32 = {
|
|
|
900
958
|
/**
|
|
901
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.
|
|
902
960
|
*/
|
|
903
|
-
declare type
|
|
961
|
+
declare type __VLS_Props_36 = {
|
|
904
962
|
/**
|
|
905
963
|
* The name attribute for the toggle element, typically used for form submission.
|
|
906
964
|
*/
|
|
@@ -957,9 +1015,35 @@ declare type __VLS_Props_4 = {
|
|
|
957
1015
|
};
|
|
958
1016
|
|
|
959
1017
|
/**
|
|
960
|
-
* 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.
|
|
961
1019
|
*/
|
|
962
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 = {
|
|
963
1047
|
/**
|
|
964
1048
|
* A unique identifier for the datepicker element, used to associate the label with the form element.
|
|
965
1049
|
*/
|
|
@@ -1001,7 +1085,7 @@ declare type __VLS_Props_5 = {
|
|
|
1001
1085
|
/**
|
|
1002
1086
|
* A Divider serves as a visual divider to separate content, providing a clear distinction between sections.
|
|
1003
1087
|
*/
|
|
1004
|
-
declare type
|
|
1088
|
+
declare type __VLS_Props_7 = {
|
|
1005
1089
|
/**
|
|
1006
1090
|
* Determines the orientation of the divider
|
|
1007
1091
|
*/
|
|
@@ -1019,7 +1103,7 @@ declare type __VLS_Props_6 = {
|
|
|
1019
1103
|
/**
|
|
1020
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.
|
|
1021
1105
|
*/
|
|
1022
|
-
declare type
|
|
1106
|
+
declare type __VLS_Props_8 = {
|
|
1023
1107
|
/**
|
|
1024
1108
|
* If `true`, display the drawer.
|
|
1025
1109
|
*/
|
|
@@ -1049,7 +1133,7 @@ declare type __VLS_Props_7 = {
|
|
|
1049
1133
|
/**
|
|
1050
1134
|
* This component creates a structured form field with a label, optional help text, error and validation message handling.
|
|
1051
1135
|
*/
|
|
1052
|
-
declare type
|
|
1136
|
+
declare type __VLS_Props_9 = {
|
|
1053
1137
|
/**
|
|
1054
1138
|
* A unique identifier for the form field, used to associate the label with the form element.
|
|
1055
1139
|
*/
|
|
@@ -1088,40 +1172,6 @@ declare type __VLS_Props_8 = {
|
|
|
1088
1172
|
message?: string;
|
|
1089
1173
|
};
|
|
1090
1174
|
|
|
1091
|
-
/**
|
|
1092
|
-
* 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.
|
|
1093
|
-
*/
|
|
1094
|
-
declare type __VLS_Props_9 = {
|
|
1095
|
-
/**
|
|
1096
|
-
* A unique identifier for the form field, used to associate the label with the form element.
|
|
1097
|
-
*/
|
|
1098
|
-
id: string;
|
|
1099
|
-
/**
|
|
1100
|
-
* The text displayed as the legend for the form fieldset.
|
|
1101
|
-
*/
|
|
1102
|
-
legend: string;
|
|
1103
|
-
/**
|
|
1104
|
-
* Additional text displayed alongside the label, typically used to indicate if the form field is required or optional
|
|
1105
|
-
*/
|
|
1106
|
-
requirementText?: string;
|
|
1107
|
-
/**
|
|
1108
|
-
* Text shown below the form field to provide additional context or instructions for the user.
|
|
1109
|
-
*/
|
|
1110
|
-
helpText?: string;
|
|
1111
|
-
/**
|
|
1112
|
-
* If `true`, applies a valid state to the form field.
|
|
1113
|
-
*/
|
|
1114
|
-
isValid?: boolean;
|
|
1115
|
-
/**
|
|
1116
|
-
* If `true`, applies an invalid state to the form field.
|
|
1117
|
-
*/
|
|
1118
|
-
isInvalid?: boolean;
|
|
1119
|
-
/**
|
|
1120
|
-
* message displayed when the form field has a valid or invalid state, usually indicating validation or errors.
|
|
1121
|
-
*/
|
|
1122
|
-
message?: string;
|
|
1123
|
-
};
|
|
1124
|
-
|
|
1125
1175
|
declare function __VLS_template(): {
|
|
1126
1176
|
attrs: Partial<{}>;
|
|
1127
1177
|
slots: Readonly<{
|
|
@@ -1478,9 +1528,14 @@ export declare const MCheckboxGroup: DefineComponent<__VLS_Props_4, {}, {}, {},
|
|
|
1478
1528
|
"onUpdate:modelValue"?: ((value: string[]) => any) | undefined;
|
|
1479
1529
|
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
1480
1530
|
|
|
1481
|
-
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, {} & {
|
|
1482
1537
|
"update:modelValue": (value: string | number) => any;
|
|
1483
|
-
}, string, PublicProps, Readonly<
|
|
1538
|
+
}, string, PublicProps, Readonly<__VLS_Props_6> & Readonly<{
|
|
1484
1539
|
"onUpdate:modelValue"?: ((value: string | number) => any) | undefined;
|
|
1485
1540
|
}>, {
|
|
1486
1541
|
size: "s" | "m";
|
|
@@ -1495,37 +1550,45 @@ export declare const MField: __VLS_WithTemplateSlots_4<typeof __VLS_component_4,
|
|
|
1495
1550
|
|
|
1496
1551
|
export declare const MFieldGroup: __VLS_WithTemplateSlots_5<typeof __VLS_component_5, __VLS_TemplateResult_5["slots"]>;
|
|
1497
1552
|
|
|
1498
|
-
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>;
|
|
1499
1554
|
|
|
1500
1555
|
export declare const MIconButton: __VLS_WithTemplateSlots_6<typeof __VLS_component_6, __VLS_TemplateResult_6["slots"]>;
|
|
1501
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
|
+
|
|
1502
1565
|
export declare const MLink: __VLS_WithTemplateSlots_7<typeof __VLS_component_7, __VLS_TemplateResult_7["slots"]>;
|
|
1503
1566
|
|
|
1504
|
-
export declare const MLoader: DefineComponent<
|
|
1567
|
+
export declare const MLoader: DefineComponent<__VLS_Props_14, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_14> & Readonly<{}>, {
|
|
1505
1568
|
appearance: "standard" | "accent" | "inverse";
|
|
1506
1569
|
size: "s" | "m" | "l";
|
|
1507
1570
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
1508
1571
|
|
|
1509
|
-
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>;
|
|
1510
1573
|
|
|
1511
1574
|
export declare const MModal: __VLS_WithTemplateSlots_8<typeof __VLS_component_8, __VLS_TemplateResult_8["slots"]>;
|
|
1512
1575
|
|
|
1513
|
-
export declare const MNumberBadge: DefineComponent<
|
|
1576
|
+
export declare const MNumberBadge: DefineComponent<__VLS_Props_17, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_17> & Readonly<{}>, {
|
|
1514
1577
|
appearance: "danger" | "accent" | "inverse" | "standard";
|
|
1515
1578
|
size: "s" | "m";
|
|
1516
1579
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLSpanElement>;
|
|
1517
1580
|
|
|
1518
1581
|
export declare const MOverlay: __VLS_WithTemplateSlots_9<typeof __VLS_component_9, __VLS_TemplateResult_9["slots"]>;
|
|
1519
1582
|
|
|
1520
|
-
export declare const MPagination: DefineComponent<
|
|
1583
|
+
export declare const MPagination: DefineComponent<__VLS_Props_19, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
1521
1584
|
"update:modelValue": (value: number) => any;
|
|
1522
|
-
}, string, PublicProps, Readonly<
|
|
1585
|
+
}, string, PublicProps, Readonly<__VLS_Props_19> & Readonly<{
|
|
1523
1586
|
"onUpdate:modelValue"?: ((value: number) => any) | undefined;
|
|
1524
1587
|
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLElement>;
|
|
1525
1588
|
|
|
1526
|
-
export declare const MPasswordInput: DefineComponent<
|
|
1589
|
+
export declare const MPasswordInput: DefineComponent<__VLS_Props_20, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
1527
1590
|
"update:modelValue": (value: string | number) => any;
|
|
1528
|
-
}, string, PublicProps, Readonly<
|
|
1591
|
+
}, string, PublicProps, Readonly<__VLS_Props_20> & Readonly<{
|
|
1529
1592
|
"onUpdate:modelValue"?: ((value: string | number) => any) | undefined;
|
|
1530
1593
|
}>, {
|
|
1531
1594
|
clearLabel: string;
|
|
@@ -1618,17 +1681,17 @@ icon?: VNode;
|
|
|
1618
1681
|
}) | null;
|
|
1619
1682
|
}, HTMLDivElement>;
|
|
1620
1683
|
|
|
1621
|
-
export declare const MPincode: DefineComponent<
|
|
1684
|
+
export declare const MPincode: DefineComponent<__VLS_Props_21, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
1622
1685
|
"update:modelValue": (value: string) => any;
|
|
1623
|
-
}, string, PublicProps, Readonly<
|
|
1686
|
+
}, string, PublicProps, Readonly<__VLS_Props_21> & Readonly<{
|
|
1624
1687
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
1625
1688
|
}>, {
|
|
1626
1689
|
length: 4 | 5 | 6;
|
|
1627
1690
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
1628
1691
|
|
|
1629
|
-
export declare const MQuantitySelector: DefineComponent<
|
|
1692
|
+
export declare const MQuantitySelector: DefineComponent<__VLS_Props_24, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
1630
1693
|
"update:modelValue": (value: number) => any;
|
|
1631
|
-
}, string, PublicProps, Readonly<
|
|
1694
|
+
}, string, PublicProps, Readonly<__VLS_Props_24> & Readonly<{
|
|
1632
1695
|
"onUpdate:modelValue"?: ((value: number) => any) | undefined;
|
|
1633
1696
|
}>, {
|
|
1634
1697
|
size: "s" | "m";
|
|
@@ -1641,35 +1704,35 @@ incrementlabel: string;
|
|
|
1641
1704
|
decrementLabel: string;
|
|
1642
1705
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
1643
1706
|
|
|
1644
|
-
export declare const MRadio: DefineComponent<
|
|
1707
|
+
export declare const MRadio: DefineComponent<__VLS_Props_25, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
1645
1708
|
"update:modelValue": (value: boolean) => any;
|
|
1646
|
-
}, string, PublicProps, Readonly<
|
|
1709
|
+
}, string, PublicProps, Readonly<__VLS_Props_25> & Readonly<{
|
|
1647
1710
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
1648
1711
|
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
1649
1712
|
|
|
1650
|
-
export declare const MRadioGroup: DefineComponent<
|
|
1713
|
+
export declare const MRadioGroup: DefineComponent<__VLS_Props_26, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
1651
1714
|
"update:modelValue": (value: string) => any;
|
|
1652
|
-
}, string, PublicProps, Readonly<
|
|
1715
|
+
}, string, PublicProps, Readonly<__VLS_Props_26> & Readonly<{
|
|
1653
1716
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
1654
1717
|
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
1655
1718
|
|
|
1656
|
-
export declare const MSelect: DefineComponent<
|
|
1719
|
+
export declare const MSelect: DefineComponent<__VLS_Props_27, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
1657
1720
|
"update:modelValue": (value: string | number) => any;
|
|
1658
|
-
}, string, PublicProps, Readonly<
|
|
1721
|
+
}, string, PublicProps, Readonly<__VLS_Props_27> & Readonly<{
|
|
1659
1722
|
"onUpdate:modelValue"?: ((value: string | number) => any) | undefined;
|
|
1660
1723
|
}>, {
|
|
1661
1724
|
size: "s" | "m";
|
|
1662
1725
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLSelectElement>;
|
|
1663
1726
|
|
|
1664
|
-
export declare const MStatusBadge: DefineComponent<
|
|
1727
|
+
export declare const MStatusBadge: DefineComponent<__VLS_Props_28, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_28> & Readonly<{}>, {
|
|
1665
1728
|
status: "info" | "success" | "warning" | "error" | "neutral";
|
|
1666
1729
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
1667
1730
|
|
|
1668
1731
|
export declare const MStatusNotification: __VLS_WithTemplateSlots_10<typeof __VLS_component_10, __VLS_TemplateResult_10["slots"]>;
|
|
1669
1732
|
|
|
1670
|
-
export declare const MTabs: DefineComponent<
|
|
1733
|
+
export declare const MTabs: DefineComponent<__VLS_Props_30, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
1671
1734
|
"update:modelValue": (value: number) => any;
|
|
1672
|
-
}, string, PublicProps, Readonly<
|
|
1735
|
+
}, string, PublicProps, Readonly<__VLS_Props_30> & Readonly<{
|
|
1673
1736
|
"onUpdate:modelValue"?: ((value: number) => any) | undefined;
|
|
1674
1737
|
}>, {
|
|
1675
1738
|
modelValue: number;
|
|
@@ -1678,10 +1741,10 @@ divider: boolean;
|
|
|
1678
1741
|
tab: HTMLButtonElement;
|
|
1679
1742
|
}, HTMLElement>;
|
|
1680
1743
|
|
|
1681
|
-
export declare const MTag: DefineComponent<
|
|
1744
|
+
export declare const MTag: DefineComponent<__VLS_Props_31, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
1682
1745
|
"update:modelValue": (value: boolean) => any;
|
|
1683
1746
|
"remove-tag": (id: string) => any;
|
|
1684
|
-
}, string, PublicProps, Readonly<
|
|
1747
|
+
}, string, PublicProps, Readonly<__VLS_Props_31> & Readonly<{
|
|
1685
1748
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
1686
1749
|
"onRemove-tag"?: ((id: string) => any) | undefined;
|
|
1687
1750
|
}>, {
|
|
@@ -1689,9 +1752,9 @@ type: "informative" | "interactive" | "contextualised" | "removable" | "selectab
|
|
|
1689
1752
|
contextualisedNumber: number;
|
|
1690
1753
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
1691
1754
|
|
|
1692
|
-
export declare const MTextArea: DefineComponent<
|
|
1755
|
+
export declare const MTextArea: DefineComponent<__VLS_Props_32, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
1693
1756
|
"update:modelValue": (value: string | number) => any;
|
|
1694
|
-
}, string, PublicProps, Readonly<
|
|
1757
|
+
}, string, PublicProps, Readonly<__VLS_Props_32> & Readonly<{
|
|
1695
1758
|
"onUpdate:modelValue"?: ((value: string | number) => any) | undefined;
|
|
1696
1759
|
}>, {
|
|
1697
1760
|
rows: number;
|
|
@@ -1699,17 +1762,17 @@ rows: number;
|
|
|
1699
1762
|
|
|
1700
1763
|
export declare const MTextInput: __VLS_WithTemplateSlots_11<typeof __VLS_component_11, __VLS_TemplateResult_11["slots"]>;
|
|
1701
1764
|
|
|
1702
|
-
export declare const MToggle: DefineComponent<
|
|
1765
|
+
export declare const MToggle: DefineComponent<__VLS_Props_34, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
1703
1766
|
"update:modelValue": (value: boolean) => any;
|
|
1704
|
-
}, string, PublicProps, Readonly<
|
|
1767
|
+
}, string, PublicProps, Readonly<__VLS_Props_34> & Readonly<{
|
|
1705
1768
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
1706
1769
|
}>, {
|
|
1707
1770
|
size: "s" | "m";
|
|
1708
1771
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
1709
1772
|
|
|
1710
|
-
export declare const MToggleGroup: DefineComponent<
|
|
1773
|
+
export declare const MToggleGroup: DefineComponent<__VLS_Props_36, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
1711
1774
|
"update:modelValue": (value: string[]) => any;
|
|
1712
|
-
}, string, PublicProps, Readonly<
|
|
1775
|
+
}, string, PublicProps, Readonly<__VLS_Props_36> & Readonly<{
|
|
1713
1776
|
"onUpdate:modelValue"?: ((value: string[]) => any) | undefined;
|
|
1714
1777
|
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
1715
1778
|
|