@mozaic-ds/vue 2.2.0 → 2.4.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 +351 -257
- package/dist/mozaic-vue.js +797 -680
- 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/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/container/MContainer.spec.ts +44 -0
- package/src/components/container/MContainer.stories.ts +32 -0
- package/src/components/container/MContainer.vue +28 -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/textinput/MTextInput.vue +1 -1
- 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 +4 -0
package/dist/mozaic-vue.d.ts
CHANGED
|
@@ -27,17 +27,19 @@ 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_19, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_19> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
31
|
+
|
|
32
|
+
declare const __VLS_component_11: DefineComponent<__VLS_Props_30, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
31
33
|
close: () => any;
|
|
32
|
-
}, string, PublicProps, Readonly<
|
|
34
|
+
}, string, PublicProps, Readonly<__VLS_Props_30> & Readonly<{
|
|
33
35
|
onClose?: (() => any) | undefined;
|
|
34
36
|
}>, {
|
|
35
37
|
status: "info" | "success" | "warning" | "error";
|
|
36
38
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLElement>;
|
|
37
39
|
|
|
38
|
-
declare const
|
|
40
|
+
declare const __VLS_component_12: DefineComponent<__VLS_Props_34, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
39
41
|
"update:modelValue": (value: string | number) => any;
|
|
40
|
-
}, string, PublicProps, Readonly<
|
|
42
|
+
}, string, PublicProps, Readonly<__VLS_Props_34> & Readonly<{
|
|
41
43
|
"onUpdate:modelValue"?: ((value: string | number) => any) | undefined;
|
|
42
44
|
}>, {
|
|
43
45
|
size: "s" | "m";
|
|
@@ -45,36 +47,38 @@ clearLabel: string;
|
|
|
45
47
|
inputType: "date" | "email" | "number" | "password" | "search" | "tel" | "text";
|
|
46
48
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
47
49
|
|
|
48
|
-
declare const
|
|
50
|
+
declare const __VLS_component_13: DefineComponent<__VLS_Props_36, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_36> & Readonly<{}>, {
|
|
49
51
|
position: "top" | "bottom" | "left" | "right";
|
|
50
52
|
pointer: boolean;
|
|
51
53
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
52
54
|
|
|
53
|
-
declare const __VLS_component_2: DefineComponent<__VLS_Props_6, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_6> & Readonly<{}>, {
|
|
55
|
+
declare const __VLS_component_2: DefineComponent<__VLS_Props_6, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_6> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
56
|
+
|
|
57
|
+
declare const __VLS_component_3: DefineComponent<__VLS_Props_8, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_8> & Readonly<{}>, {
|
|
54
58
|
size: "s" | "m" | "l";
|
|
55
59
|
style: "primary" | "secondary" | "tertiary" | "inverse";
|
|
56
60
|
orientation: "vertical" | "horizontal";
|
|
57
61
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
58
62
|
|
|
59
|
-
declare const
|
|
63
|
+
declare const __VLS_component_4: DefineComponent<__VLS_Props_9, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
60
64
|
back: () => any;
|
|
61
65
|
"update:open": (value: boolean) => any;
|
|
62
|
-
}, string, PublicProps, Readonly<
|
|
66
|
+
}, string, PublicProps, Readonly<__VLS_Props_9> & Readonly<{
|
|
63
67
|
onBack?: (() => any) | undefined;
|
|
64
68
|
"onUpdate:open"?: ((value: boolean) => any) | undefined;
|
|
65
69
|
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
66
70
|
|
|
67
|
-
declare const
|
|
71
|
+
declare const __VLS_component_5: DefineComponent<__VLS_Props_10, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_10> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
68
72
|
|
|
69
|
-
declare const
|
|
73
|
+
declare const __VLS_component_6: DefineComponent<__VLS_Props_11, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_11> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLFieldSetElement>;
|
|
70
74
|
|
|
71
|
-
declare const
|
|
75
|
+
declare const __VLS_component_7: DefineComponent<__VLS_Props_13, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_13> & Readonly<{}>, {
|
|
72
76
|
appearance: "standard" | "accent" | "danger" | "inverse";
|
|
73
77
|
size: "s" | "m" | "l";
|
|
74
78
|
type: "button" | "reset" | "submit";
|
|
75
79
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLButtonElement>;
|
|
76
80
|
|
|
77
|
-
declare const
|
|
81
|
+
declare const __VLS_component_8: DefineComponent<__VLS_Props_14, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_14> & Readonly<{}>, {
|
|
78
82
|
iconPosition: "left" | "right";
|
|
79
83
|
appearance: "secondary" | "accent" | "inverse" | "standard";
|
|
80
84
|
size: "s" | "m";
|
|
@@ -82,16 +86,14 @@ href: string;
|
|
|
82
86
|
target: "_self" | "_blank" | "_parent" | "_top";
|
|
83
87
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
84
88
|
|
|
85
|
-
declare const
|
|
89
|
+
declare const __VLS_component_9: DefineComponent<__VLS_Props_17, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
86
90
|
"update:open": (value: boolean) => any;
|
|
87
|
-
}, string, PublicProps, Readonly<
|
|
91
|
+
}, string, PublicProps, Readonly<__VLS_Props_17> & Readonly<{
|
|
88
92
|
"onUpdate:open"?: ((value: boolean) => any) | undefined;
|
|
89
93
|
}>, {
|
|
90
94
|
closable: boolean;
|
|
91
95
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
92
96
|
|
|
93
|
-
declare const __VLS_component_9: DefineComponent<__VLS_Props_17, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_17> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
94
|
-
|
|
95
97
|
/**
|
|
96
98
|
* 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.
|
|
97
99
|
*/
|
|
@@ -120,9 +122,85 @@ declare type __VLS_Props = {
|
|
|
120
122
|
};
|
|
121
123
|
|
|
122
124
|
/**
|
|
123
|
-
*
|
|
125
|
+
* This component creates a structured form field with a label, optional help text, error and validation message handling.
|
|
124
126
|
*/
|
|
125
127
|
declare type __VLS_Props_10 = {
|
|
128
|
+
/**
|
|
129
|
+
* A unique identifier for the form field, used to associate the label with the form element.
|
|
130
|
+
*/
|
|
131
|
+
id: string;
|
|
132
|
+
/**
|
|
133
|
+
* The text displayed as the label for the form field.
|
|
134
|
+
*/
|
|
135
|
+
label: string;
|
|
136
|
+
/**
|
|
137
|
+
* Additional text displayed alongside the label, typically used to indicate if the form field is required or optional
|
|
138
|
+
*/
|
|
139
|
+
requirementText?: string;
|
|
140
|
+
/**
|
|
141
|
+
* Text shown below the form field to provide additional context or instructions for the user.
|
|
142
|
+
*/
|
|
143
|
+
helpText?: string;
|
|
144
|
+
/**
|
|
145
|
+
* The value of the `id` attribute set on the **helpText** element. _This value is mandatory when using a helpText in order to guarantee the accessibility of the component._
|
|
146
|
+
*/
|
|
147
|
+
helpId?: string;
|
|
148
|
+
/**
|
|
149
|
+
* If `true`, applies a valid state to the form field.
|
|
150
|
+
*/
|
|
151
|
+
isValid?: boolean;
|
|
152
|
+
/**
|
|
153
|
+
* If `true`, applies an invalid state to the form field.
|
|
154
|
+
*/
|
|
155
|
+
isInvalid?: boolean;
|
|
156
|
+
/**
|
|
157
|
+
* The value of the `id` attribute set on the **validationMessage** element. _This value is mandatory when using a validationMessage in order to guarantee the accessibility of the component._
|
|
158
|
+
*/
|
|
159
|
+
messageId?: string;
|
|
160
|
+
/**
|
|
161
|
+
* message displayed when the form field has a valid or invalid state, usually indicating validation or errors.
|
|
162
|
+
*/
|
|
163
|
+
message?: string;
|
|
164
|
+
};
|
|
165
|
+
|
|
166
|
+
/**
|
|
167
|
+
* 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.
|
|
168
|
+
*/
|
|
169
|
+
declare type __VLS_Props_11 = {
|
|
170
|
+
/**
|
|
171
|
+
* A unique identifier for the form field, used to associate the label with the form element.
|
|
172
|
+
*/
|
|
173
|
+
id: string;
|
|
174
|
+
/**
|
|
175
|
+
* The text displayed as the legend for the form fieldset.
|
|
176
|
+
*/
|
|
177
|
+
legend: string;
|
|
178
|
+
/**
|
|
179
|
+
* Additional text displayed alongside the label, typically used to indicate if the form field is required or optional
|
|
180
|
+
*/
|
|
181
|
+
requirementText?: string;
|
|
182
|
+
/**
|
|
183
|
+
* Text shown below the form field to provide additional context or instructions for the user.
|
|
184
|
+
*/
|
|
185
|
+
helpText?: string;
|
|
186
|
+
/**
|
|
187
|
+
* If `true`, applies a valid state to the form field.
|
|
188
|
+
*/
|
|
189
|
+
isValid?: boolean;
|
|
190
|
+
/**
|
|
191
|
+
* If `true`, applies an invalid state to the form field.
|
|
192
|
+
*/
|
|
193
|
+
isInvalid?: boolean;
|
|
194
|
+
/**
|
|
195
|
+
* message displayed when the form field has a valid or invalid state, usually indicating validation or errors.
|
|
196
|
+
*/
|
|
197
|
+
message?: string;
|
|
198
|
+
};
|
|
199
|
+
|
|
200
|
+
/**
|
|
201
|
+
* 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.
|
|
202
|
+
*/
|
|
203
|
+
declare type __VLS_Props_12 = {
|
|
126
204
|
/**
|
|
127
205
|
* Label of the Flag
|
|
128
206
|
*/
|
|
@@ -136,7 +214,7 @@ declare type __VLS_Props_10 = {
|
|
|
136
214
|
/**
|
|
137
215
|
* Icon Buttons are used to trigger actions. Their appearance is depending on the type of action required from the user, or the context.
|
|
138
216
|
*/
|
|
139
|
-
declare type
|
|
217
|
+
declare type __VLS_Props_13 = {
|
|
140
218
|
/**
|
|
141
219
|
* Defines the visual style of the icon button.
|
|
142
220
|
*/
|
|
@@ -166,7 +244,7 @@ declare type __VLS_Props_11 = {
|
|
|
166
244
|
/**
|
|
167
245
|
* A link is a component used exclusively to navigate to internal or external webpages or to anchors in the current page.
|
|
168
246
|
*/
|
|
169
|
-
declare type
|
|
247
|
+
declare type __VLS_Props_14 = {
|
|
170
248
|
/**
|
|
171
249
|
* Position of the icon relative to the text.
|
|
172
250
|
*/
|
|
@@ -200,7 +278,7 @@ declare type __VLS_Props_12 = {
|
|
|
200
278
|
/**
|
|
201
279
|
* A loader indicates that content or data is being loaded or processed, providing visual feedback to users during wait times.
|
|
202
280
|
*/
|
|
203
|
-
declare type
|
|
281
|
+
declare type __VLS_Props_15 = {
|
|
204
282
|
/**
|
|
205
283
|
* Specifies the visual appearance of the loader.
|
|
206
284
|
*/
|
|
@@ -218,7 +296,7 @@ declare type __VLS_Props_13 = {
|
|
|
218
296
|
/**
|
|
219
297
|
* 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
298
|
*/
|
|
221
|
-
declare type
|
|
299
|
+
declare type __VLS_Props_16 = {
|
|
222
300
|
/**
|
|
223
301
|
* Controls the visibility of the loading overlay.
|
|
224
302
|
*/
|
|
@@ -232,7 +310,7 @@ declare type __VLS_Props_14 = {
|
|
|
232
310
|
/**
|
|
233
311
|
* 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
312
|
*/
|
|
235
|
-
declare type
|
|
313
|
+
declare type __VLS_Props_17 = {
|
|
236
314
|
/**
|
|
237
315
|
* if `true`, display the modal.
|
|
238
316
|
*/
|
|
@@ -254,7 +332,7 @@ declare type __VLS_Props_15 = {
|
|
|
254
332
|
/**
|
|
255
333
|
* A badge indicates the status of an entity and can evolve at any time.
|
|
256
334
|
*/
|
|
257
|
-
declare type
|
|
335
|
+
declare type __VLS_Props_18 = {
|
|
258
336
|
/**
|
|
259
337
|
* Content of the badge
|
|
260
338
|
*/
|
|
@@ -272,7 +350,7 @@ declare type __VLS_Props_16 = {
|
|
|
272
350
|
/**
|
|
273
351
|
* 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
352
|
*/
|
|
275
|
-
declare type
|
|
353
|
+
declare type __VLS_Props_19 = {
|
|
276
354
|
/**
|
|
277
355
|
* Controls the visibility of the overlay.
|
|
278
356
|
*/
|
|
@@ -283,10 +361,48 @@ declare type __VLS_Props_17 = {
|
|
|
283
361
|
dialogLabel?: string;
|
|
284
362
|
};
|
|
285
363
|
|
|
364
|
+
/**
|
|
365
|
+
* Buttons are used to trigger actions. Their appearance is depending on the type of action required from the user, or the context.
|
|
366
|
+
*/
|
|
367
|
+
declare type __VLS_Props_2 = {
|
|
368
|
+
/**
|
|
369
|
+
* Defines the visual style of the button.
|
|
370
|
+
*/
|
|
371
|
+
appearance?: 'standard' | 'accent' | 'danger' | 'inverse';
|
|
372
|
+
/**
|
|
373
|
+
* Determines the size of the button.
|
|
374
|
+
*/
|
|
375
|
+
size?: 's' | 'm' | 'l';
|
|
376
|
+
/**
|
|
377
|
+
* If `true`, disables the button, making it non-interactive.
|
|
378
|
+
*/
|
|
379
|
+
disabled?: boolean;
|
|
380
|
+
/**
|
|
381
|
+
* If `true`, applies a "ghost" style to the button, typically a transparent background with a border.
|
|
382
|
+
*/
|
|
383
|
+
ghost?: boolean;
|
|
384
|
+
/**
|
|
385
|
+
* If `true`, the button gets an outlined style, usually with just the border and no solid background.
|
|
386
|
+
*/
|
|
387
|
+
outlined?: boolean;
|
|
388
|
+
/**
|
|
389
|
+
* Controls the positioning of an icon in the button.
|
|
390
|
+
*/
|
|
391
|
+
iconPosition?: 'left' | 'right' | 'only';
|
|
392
|
+
/**
|
|
393
|
+
* Specifies the button's HTML `type` attribute.
|
|
394
|
+
*/
|
|
395
|
+
type?: 'button' | 'reset' | 'submit';
|
|
396
|
+
/**
|
|
397
|
+
* If `true`, a loading state is displayed.
|
|
398
|
+
*/
|
|
399
|
+
isLoading?: boolean;
|
|
400
|
+
};
|
|
401
|
+
|
|
286
402
|
/**
|
|
287
403
|
* 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
404
|
*/
|
|
289
|
-
declare type
|
|
405
|
+
declare type __VLS_Props_20 = {
|
|
290
406
|
/**
|
|
291
407
|
* A unique identifier for the pagination.
|
|
292
408
|
*/
|
|
@@ -316,7 +432,7 @@ declare type __VLS_Props_18 = {
|
|
|
316
432
|
/**
|
|
317
433
|
* 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
434
|
*/
|
|
319
|
-
declare type
|
|
435
|
+
declare type __VLS_Props_21 = {
|
|
320
436
|
/**
|
|
321
437
|
* A unique identifier for the password input element, used to associate the label with the form element.
|
|
322
438
|
*/
|
|
@@ -362,48 +478,10 @@ declare type __VLS_Props_19 = {
|
|
|
362
478
|
};
|
|
363
479
|
};
|
|
364
480
|
|
|
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
481
|
/**
|
|
404
482
|
* 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
483
|
*/
|
|
406
|
-
declare type
|
|
484
|
+
declare type __VLS_Props_22 = {
|
|
407
485
|
/**
|
|
408
486
|
* A unique identifier for the pincode element, used to associate the label with the form element.
|
|
409
487
|
*/
|
|
@@ -434,10 +512,34 @@ declare type __VLS_Props_20 = {
|
|
|
434
512
|
readonly?: boolean;
|
|
435
513
|
};
|
|
436
514
|
|
|
515
|
+
/**
|
|
516
|
+
* 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.
|
|
517
|
+
*/
|
|
518
|
+
declare type __VLS_Props_23 = {
|
|
519
|
+
/**
|
|
520
|
+
* Allows to define the progress bar size
|
|
521
|
+
*/
|
|
522
|
+
size?: 's' | 'm' | 'l';
|
|
523
|
+
/**
|
|
524
|
+
* The current value of the progress bar.
|
|
525
|
+
*/
|
|
526
|
+
value?: number;
|
|
527
|
+
};
|
|
528
|
+
|
|
529
|
+
/**
|
|
530
|
+
* 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.
|
|
531
|
+
*/
|
|
532
|
+
declare type __VLS_Props_24 = {
|
|
533
|
+
/**
|
|
534
|
+
* The current value of the progress bar.
|
|
535
|
+
*/
|
|
536
|
+
value?: number;
|
|
537
|
+
};
|
|
538
|
+
|
|
437
539
|
/**
|
|
438
540
|
* 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
541
|
*/
|
|
440
|
-
declare type
|
|
542
|
+
declare type __VLS_Props_25 = {
|
|
441
543
|
/**
|
|
442
544
|
* A unique identifier for the quantity selector element, used to associate the label with the form element.
|
|
443
545
|
*/
|
|
@@ -491,7 +593,7 @@ declare type __VLS_Props_21 = {
|
|
|
491
593
|
/**
|
|
492
594
|
* 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
595
|
*/
|
|
494
|
-
declare type
|
|
596
|
+
declare type __VLS_Props_26 = {
|
|
495
597
|
/**
|
|
496
598
|
* A unique identifier for the radio, used to associate the label with the form element.
|
|
497
599
|
*/
|
|
@@ -521,7 +623,7 @@ declare type __VLS_Props_22 = {
|
|
|
521
623
|
/**
|
|
522
624
|
* 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
625
|
*/
|
|
524
|
-
declare type
|
|
626
|
+
declare type __VLS_Props_27 = {
|
|
525
627
|
/**
|
|
526
628
|
* The name attribute for the radio element, typically used for form submission.
|
|
527
629
|
*/
|
|
@@ -553,7 +655,7 @@ declare type __VLS_Props_23 = {
|
|
|
553
655
|
/**
|
|
554
656
|
* A select is a form element for multi-line text input, ideal for longer content like comments or descriptions.
|
|
555
657
|
*/
|
|
556
|
-
declare type
|
|
658
|
+
declare type __VLS_Props_28 = {
|
|
557
659
|
/**
|
|
558
660
|
* A unique identifier for the select, used to associate the label with the form element.
|
|
559
661
|
*/
|
|
@@ -601,7 +703,7 @@ declare type __VLS_Props_24 = {
|
|
|
601
703
|
/**
|
|
602
704
|
* A status badge indicates the status of an entity and can evolve at any time.
|
|
603
705
|
*/
|
|
604
|
-
declare type
|
|
706
|
+
declare type __VLS_Props_29 = {
|
|
605
707
|
/**
|
|
606
708
|
* Content of the Status Badge
|
|
607
709
|
*/
|
|
@@ -612,10 +714,44 @@ declare type __VLS_Props_25 = {
|
|
|
612
714
|
status?: 'info' | 'success' | 'warning' | 'error' | 'neutral';
|
|
613
715
|
};
|
|
614
716
|
|
|
717
|
+
/**
|
|
718
|
+
* 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.
|
|
719
|
+
*/
|
|
720
|
+
declare type __VLS_Props_3 = {
|
|
721
|
+
/**
|
|
722
|
+
* A unique identifier for the checkbox, used to associate the label with the form element.
|
|
723
|
+
*/
|
|
724
|
+
id: string;
|
|
725
|
+
/**
|
|
726
|
+
* The name attribute for the checkbox element, typically used for form submission.
|
|
727
|
+
*/
|
|
728
|
+
name?: string;
|
|
729
|
+
/**
|
|
730
|
+
* The text label displayed next to the checkbox.
|
|
731
|
+
*/
|
|
732
|
+
label?: string;
|
|
733
|
+
/**
|
|
734
|
+
* The checkbox's checked state, bound via v-model.
|
|
735
|
+
*/
|
|
736
|
+
modelValue?: boolean;
|
|
737
|
+
/**
|
|
738
|
+
* Sets the checkbox to an indeterminate state (partially selected).
|
|
739
|
+
*/
|
|
740
|
+
indeterminate?: boolean;
|
|
741
|
+
/**
|
|
742
|
+
* If `true`, applies an invalid state to the checkbox.
|
|
743
|
+
*/
|
|
744
|
+
isInvalid?: boolean;
|
|
745
|
+
/**
|
|
746
|
+
* If `true`, disables the checkbox, making it non-interactive.
|
|
747
|
+
*/
|
|
748
|
+
disabled?: boolean;
|
|
749
|
+
};
|
|
750
|
+
|
|
615
751
|
/**
|
|
616
752
|
* 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
753
|
*/
|
|
618
|
-
declare type
|
|
754
|
+
declare type __VLS_Props_30 = {
|
|
619
755
|
/**
|
|
620
756
|
* Title of the Status Notification
|
|
621
757
|
*/
|
|
@@ -637,7 +773,7 @@ declare type __VLS_Props_26 = {
|
|
|
637
773
|
/**
|
|
638
774
|
* 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
775
|
*/
|
|
640
|
-
declare type
|
|
776
|
+
declare type __VLS_Props_31 = {
|
|
641
777
|
/**
|
|
642
778
|
* A description indicating the purpose of the set of tabs. Useful for improving the accessibility of the component.
|
|
643
779
|
*/
|
|
@@ -676,7 +812,7 @@ declare type __VLS_Props_27 = {
|
|
|
676
812
|
/**
|
|
677
813
|
* 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
814
|
*/
|
|
679
|
-
declare type
|
|
815
|
+
declare type __VLS_Props_32 = {
|
|
680
816
|
/**
|
|
681
817
|
* Defines the behavior and layout of the tag.
|
|
682
818
|
*/
|
|
@@ -718,7 +854,7 @@ declare type __VLS_Props_28 = {
|
|
|
718
854
|
/**
|
|
719
855
|
* A textarea is a form element for multi-line text input, ideal for longer content like comments or descriptions.
|
|
720
856
|
*/
|
|
721
|
-
declare type
|
|
857
|
+
declare type __VLS_Props_33 = {
|
|
722
858
|
/**
|
|
723
859
|
* A unique identifier for the textarea, used to associate the label with the form element.
|
|
724
860
|
*/
|
|
@@ -761,44 +897,10 @@ declare type __VLS_Props_29 = {
|
|
|
761
897
|
readonly?: boolean;
|
|
762
898
|
};
|
|
763
899
|
|
|
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
900
|
/**
|
|
799
901
|
* Inputs are used to create input fields with text on a single line. Their states depends on the user interaction or the context.
|
|
800
902
|
*/
|
|
801
|
-
declare type
|
|
903
|
+
declare type __VLS_Props_34 = {
|
|
802
904
|
/**
|
|
803
905
|
* A unique identifier for the input element, used to associate the label with the form element.
|
|
804
906
|
*/
|
|
@@ -848,7 +950,7 @@ declare type __VLS_Props_30 = {
|
|
|
848
950
|
/**
|
|
849
951
|
* 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
952
|
*/
|
|
851
|
-
declare type
|
|
953
|
+
declare type __VLS_Props_35 = {
|
|
852
954
|
/**
|
|
853
955
|
* A unique identifier for the toggle, used to associate the label with the form element.
|
|
854
956
|
*/
|
|
@@ -878,7 +980,7 @@ declare type __VLS_Props_31 = {
|
|
|
878
980
|
/**
|
|
879
981
|
* 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
982
|
*/
|
|
881
|
-
declare type
|
|
983
|
+
declare type __VLS_Props_36 = {
|
|
882
984
|
/**
|
|
883
985
|
* A unique identifier for the tooltip, used to describe the tooltip.
|
|
884
986
|
*/
|
|
@@ -900,7 +1002,7 @@ declare type __VLS_Props_32 = {
|
|
|
900
1002
|
/**
|
|
901
1003
|
* 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
1004
|
*/
|
|
903
|
-
declare type
|
|
1005
|
+
declare type __VLS_Props_37 = {
|
|
904
1006
|
/**
|
|
905
1007
|
* The name attribute for the toggle element, typically used for form submission.
|
|
906
1008
|
*/
|
|
@@ -957,9 +1059,45 @@ declare type __VLS_Props_4 = {
|
|
|
957
1059
|
};
|
|
958
1060
|
|
|
959
1061
|
/**
|
|
960
|
-
* A
|
|
1062
|
+
* 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
1063
|
*/
|
|
962
1064
|
declare type __VLS_Props_5 = {
|
|
1065
|
+
/**
|
|
1066
|
+
* Allows to define the progress bar size
|
|
1067
|
+
*/
|
|
1068
|
+
size?: 's' | 'm' | 'l';
|
|
1069
|
+
/**
|
|
1070
|
+
* The current value of the progress bar.
|
|
1071
|
+
*/
|
|
1072
|
+
value?: number;
|
|
1073
|
+
/**
|
|
1074
|
+
* Display type: `'percentage'` or `'content'`.
|
|
1075
|
+
*/
|
|
1076
|
+
type?: 'percentage' | 'content';
|
|
1077
|
+
/**
|
|
1078
|
+
* Main content shown when `type` is `'content'`.
|
|
1079
|
+
*/
|
|
1080
|
+
contentValue?: string;
|
|
1081
|
+
/**
|
|
1082
|
+
* Additional text shown to define the `contentValue`.
|
|
1083
|
+
*/
|
|
1084
|
+
additionalInfo?: string;
|
|
1085
|
+
};
|
|
1086
|
+
|
|
1087
|
+
/**
|
|
1088
|
+
* A Divider serves as a visual divider to separate content, providing a clear distinction between sections.
|
|
1089
|
+
*/
|
|
1090
|
+
declare type __VLS_Props_6 = {
|
|
1091
|
+
/**
|
|
1092
|
+
* Determines the orientation of the divider
|
|
1093
|
+
*/
|
|
1094
|
+
fluid?: boolean;
|
|
1095
|
+
};
|
|
1096
|
+
|
|
1097
|
+
/**
|
|
1098
|
+
* 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.
|
|
1099
|
+
*/
|
|
1100
|
+
declare type __VLS_Props_7 = {
|
|
963
1101
|
/**
|
|
964
1102
|
* A unique identifier for the datepicker element, used to associate the label with the form element.
|
|
965
1103
|
*/
|
|
@@ -1001,7 +1139,7 @@ declare type __VLS_Props_5 = {
|
|
|
1001
1139
|
/**
|
|
1002
1140
|
* A Divider serves as a visual divider to separate content, providing a clear distinction between sections.
|
|
1003
1141
|
*/
|
|
1004
|
-
declare type
|
|
1142
|
+
declare type __VLS_Props_8 = {
|
|
1005
1143
|
/**
|
|
1006
1144
|
* Determines the orientation of the divider
|
|
1007
1145
|
*/
|
|
@@ -1019,7 +1157,7 @@ declare type __VLS_Props_6 = {
|
|
|
1019
1157
|
/**
|
|
1020
1158
|
* 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
1159
|
*/
|
|
1022
|
-
declare type
|
|
1160
|
+
declare type __VLS_Props_9 = {
|
|
1023
1161
|
/**
|
|
1024
1162
|
* If `true`, display the drawer.
|
|
1025
1163
|
*/
|
|
@@ -1046,82 +1184,6 @@ declare type __VLS_Props_7 = {
|
|
|
1046
1184
|
contentTitle?: string;
|
|
1047
1185
|
};
|
|
1048
1186
|
|
|
1049
|
-
/**
|
|
1050
|
-
* This component creates a structured form field with a label, optional help text, error and validation message handling.
|
|
1051
|
-
*/
|
|
1052
|
-
declare type __VLS_Props_8 = {
|
|
1053
|
-
/**
|
|
1054
|
-
* A unique identifier for the form field, used to associate the label with the form element.
|
|
1055
|
-
*/
|
|
1056
|
-
id: string;
|
|
1057
|
-
/**
|
|
1058
|
-
* The text displayed as the label for the form field.
|
|
1059
|
-
*/
|
|
1060
|
-
label: string;
|
|
1061
|
-
/**
|
|
1062
|
-
* Additional text displayed alongside the label, typically used to indicate if the form field is required or optional
|
|
1063
|
-
*/
|
|
1064
|
-
requirementText?: string;
|
|
1065
|
-
/**
|
|
1066
|
-
* Text shown below the form field to provide additional context or instructions for the user.
|
|
1067
|
-
*/
|
|
1068
|
-
helpText?: string;
|
|
1069
|
-
/**
|
|
1070
|
-
* The value of the `id` attribute set on the **helpText** element. _This value is mandatory when using a helpText in order to guarantee the accessibility of the component._
|
|
1071
|
-
*/
|
|
1072
|
-
helpId?: string;
|
|
1073
|
-
/**
|
|
1074
|
-
* If `true`, applies a valid state to the form field.
|
|
1075
|
-
*/
|
|
1076
|
-
isValid?: boolean;
|
|
1077
|
-
/**
|
|
1078
|
-
* If `true`, applies an invalid state to the form field.
|
|
1079
|
-
*/
|
|
1080
|
-
isInvalid?: boolean;
|
|
1081
|
-
/**
|
|
1082
|
-
* The value of the `id` attribute set on the **validationMessage** element. _This value is mandatory when using a validationMessage in order to guarantee the accessibility of the component._
|
|
1083
|
-
*/
|
|
1084
|
-
messageId?: string;
|
|
1085
|
-
/**
|
|
1086
|
-
* message displayed when the form field has a valid or invalid state, usually indicating validation or errors.
|
|
1087
|
-
*/
|
|
1088
|
-
message?: string;
|
|
1089
|
-
};
|
|
1090
|
-
|
|
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
1187
|
declare function __VLS_template(): {
|
|
1126
1188
|
attrs: Partial<{}>;
|
|
1127
1189
|
slots: Readonly<{
|
|
@@ -1148,6 +1210,23 @@ declare function __VLS_template(): {
|
|
|
1148
1210
|
};
|
|
1149
1211
|
|
|
1150
1212
|
declare function __VLS_template_10(): {
|
|
1213
|
+
attrs: Partial<{}>;
|
|
1214
|
+
slots: Readonly<{
|
|
1215
|
+
/**
|
|
1216
|
+
* Use this slot to insert a centered content inside the overlay
|
|
1217
|
+
*/
|
|
1218
|
+
default?: VNode;
|
|
1219
|
+
}> & {
|
|
1220
|
+
/**
|
|
1221
|
+
* Use this slot to insert a centered content inside the overlay
|
|
1222
|
+
*/
|
|
1223
|
+
default?: VNode;
|
|
1224
|
+
};
|
|
1225
|
+
refs: {};
|
|
1226
|
+
rootEl: HTMLDivElement;
|
|
1227
|
+
};
|
|
1228
|
+
|
|
1229
|
+
declare function __VLS_template_11(): {
|
|
1151
1230
|
attrs: Partial<{}>;
|
|
1152
1231
|
slots: Readonly<{
|
|
1153
1232
|
/**
|
|
@@ -1164,7 +1243,7 @@ declare function __VLS_template_10(): {
|
|
|
1164
1243
|
rootEl: HTMLElement;
|
|
1165
1244
|
};
|
|
1166
1245
|
|
|
1167
|
-
declare function
|
|
1246
|
+
declare function __VLS_template_12(): {
|
|
1168
1247
|
attrs: Partial<{}>;
|
|
1169
1248
|
slots: Readonly<{
|
|
1170
1249
|
/**
|
|
@@ -1181,7 +1260,7 @@ declare function __VLS_template_11(): {
|
|
|
1181
1260
|
rootEl: HTMLDivElement;
|
|
1182
1261
|
};
|
|
1183
1262
|
|
|
1184
|
-
declare function
|
|
1263
|
+
declare function __VLS_template_13(): {
|
|
1185
1264
|
attrs: Partial<{}>;
|
|
1186
1265
|
slots: Readonly<{
|
|
1187
1266
|
/**
|
|
@@ -1208,6 +1287,15 @@ declare function __VLS_template_2(): {
|
|
|
1208
1287
|
};
|
|
1209
1288
|
|
|
1210
1289
|
declare function __VLS_template_3(): {
|
|
1290
|
+
attrs: Partial<{}>;
|
|
1291
|
+
slots: {
|
|
1292
|
+
default?(_: {}): any;
|
|
1293
|
+
};
|
|
1294
|
+
refs: {};
|
|
1295
|
+
rootEl: HTMLDivElement;
|
|
1296
|
+
};
|
|
1297
|
+
|
|
1298
|
+
declare function __VLS_template_4(): {
|
|
1211
1299
|
attrs: Partial<{}>;
|
|
1212
1300
|
slots: Readonly<{
|
|
1213
1301
|
/**
|
|
@@ -1232,7 +1320,7 @@ declare function __VLS_template_3(): {
|
|
|
1232
1320
|
rootEl: HTMLDivElement;
|
|
1233
1321
|
};
|
|
1234
1322
|
|
|
1235
|
-
declare function
|
|
1323
|
+
declare function __VLS_template_5(): {
|
|
1236
1324
|
attrs: Partial<{}>;
|
|
1237
1325
|
slots: Readonly<{
|
|
1238
1326
|
/**
|
|
@@ -1249,7 +1337,7 @@ declare function __VLS_template_4(): {
|
|
|
1249
1337
|
rootEl: HTMLDivElement;
|
|
1250
1338
|
};
|
|
1251
1339
|
|
|
1252
|
-
declare function
|
|
1340
|
+
declare function __VLS_template_6(): {
|
|
1253
1341
|
attrs: Partial<{}>;
|
|
1254
1342
|
slots: Readonly<{
|
|
1255
1343
|
/**
|
|
@@ -1266,7 +1354,7 @@ declare function __VLS_template_5(): {
|
|
|
1266
1354
|
rootEl: HTMLFieldSetElement;
|
|
1267
1355
|
};
|
|
1268
1356
|
|
|
1269
|
-
declare function
|
|
1357
|
+
declare function __VLS_template_7(): {
|
|
1270
1358
|
attrs: Partial<{}>;
|
|
1271
1359
|
slots: Readonly<{
|
|
1272
1360
|
/**
|
|
@@ -1283,7 +1371,7 @@ declare function __VLS_template_6(): {
|
|
|
1283
1371
|
rootEl: HTMLButtonElement;
|
|
1284
1372
|
};
|
|
1285
1373
|
|
|
1286
|
-
declare function
|
|
1374
|
+
declare function __VLS_template_8(): {
|
|
1287
1375
|
attrs: Partial<{}>;
|
|
1288
1376
|
slots: Readonly<{
|
|
1289
1377
|
/**
|
|
@@ -1308,7 +1396,7 @@ declare function __VLS_template_7(): {
|
|
|
1308
1396
|
rootEl: any;
|
|
1309
1397
|
};
|
|
1310
1398
|
|
|
1311
|
-
declare function
|
|
1399
|
+
declare function __VLS_template_9(): {
|
|
1312
1400
|
attrs: Partial<{}>;
|
|
1313
1401
|
slots: Readonly<{
|
|
1314
1402
|
/**
|
|
@@ -1349,23 +1437,6 @@ declare function __VLS_template_8(): {
|
|
|
1349
1437
|
rootEl: HTMLDivElement;
|
|
1350
1438
|
};
|
|
1351
1439
|
|
|
1352
|
-
declare function __VLS_template_9(): {
|
|
1353
|
-
attrs: Partial<{}>;
|
|
1354
|
-
slots: Readonly<{
|
|
1355
|
-
/**
|
|
1356
|
-
* Use this slot to insert a centered content inside the overlay
|
|
1357
|
-
*/
|
|
1358
|
-
default?: VNode;
|
|
1359
|
-
}> & {
|
|
1360
|
-
/**
|
|
1361
|
-
* Use this slot to insert a centered content inside the overlay
|
|
1362
|
-
*/
|
|
1363
|
-
default?: VNode;
|
|
1364
|
-
};
|
|
1365
|
-
refs: {};
|
|
1366
|
-
rootEl: HTMLDivElement;
|
|
1367
|
-
};
|
|
1368
|
-
|
|
1369
1440
|
declare type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
1370
1441
|
|
|
1371
1442
|
declare type __VLS_TemplateResult_10 = ReturnType<typeof __VLS_template_10>;
|
|
@@ -1374,6 +1445,8 @@ declare type __VLS_TemplateResult_11 = ReturnType<typeof __VLS_template_11>;
|
|
|
1374
1445
|
|
|
1375
1446
|
declare type __VLS_TemplateResult_12 = ReturnType<typeof __VLS_template_12>;
|
|
1376
1447
|
|
|
1448
|
+
declare type __VLS_TemplateResult_13 = ReturnType<typeof __VLS_template_13>;
|
|
1449
|
+
|
|
1377
1450
|
declare type __VLS_TemplateResult_2 = ReturnType<typeof __VLS_template_2>;
|
|
1378
1451
|
|
|
1379
1452
|
declare type __VLS_TemplateResult_3 = ReturnType<typeof __VLS_template_3>;
|
|
@@ -1414,6 +1487,12 @@ declare type __VLS_WithTemplateSlots_12<T, S> = T & {
|
|
|
1414
1487
|
};
|
|
1415
1488
|
};
|
|
1416
1489
|
|
|
1490
|
+
declare type __VLS_WithTemplateSlots_13<T, S> = T & {
|
|
1491
|
+
new (): {
|
|
1492
|
+
$slots: S;
|
|
1493
|
+
};
|
|
1494
|
+
};
|
|
1495
|
+
|
|
1417
1496
|
declare type __VLS_WithTemplateSlots_2<T, S> = T & {
|
|
1418
1497
|
new (): {
|
|
1419
1498
|
$slots: S;
|
|
@@ -1478,54 +1557,69 @@ export declare const MCheckboxGroup: DefineComponent<__VLS_Props_4, {}, {}, {},
|
|
|
1478
1557
|
"onUpdate:modelValue"?: ((value: string[]) => any) | undefined;
|
|
1479
1558
|
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
1480
1559
|
|
|
1481
|
-
export declare const
|
|
1560
|
+
export declare const MCircularProgressbar: DefineComponent<__VLS_Props_5, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_5> & Readonly<{}>, {
|
|
1561
|
+
type: "percentage" | "content";
|
|
1562
|
+
value: number;
|
|
1563
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
1564
|
+
|
|
1565
|
+
export declare const MContainer: __VLS_WithTemplateSlots_2<typeof __VLS_component_2, __VLS_TemplateResult_2["slots"]>;
|
|
1566
|
+
|
|
1567
|
+
export declare const MDatepicker: DefineComponent<__VLS_Props_7, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
1482
1568
|
"update:modelValue": (value: string | number) => any;
|
|
1483
|
-
}, string, PublicProps, Readonly<
|
|
1569
|
+
}, string, PublicProps, Readonly<__VLS_Props_7> & Readonly<{
|
|
1484
1570
|
"onUpdate:modelValue"?: ((value: string | number) => any) | undefined;
|
|
1485
1571
|
}>, {
|
|
1486
1572
|
size: "s" | "m";
|
|
1487
1573
|
clearLabel: string;
|
|
1488
1574
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
1489
1575
|
|
|
1490
|
-
export declare const MDivider:
|
|
1576
|
+
export declare const MDivider: __VLS_WithTemplateSlots_3<typeof __VLS_component_3, __VLS_TemplateResult_3["slots"]>;
|
|
1577
|
+
|
|
1578
|
+
export declare const MDrawer: __VLS_WithTemplateSlots_4<typeof __VLS_component_4, __VLS_TemplateResult_4["slots"]>;
|
|
1491
1579
|
|
|
1492
|
-
export declare const
|
|
1580
|
+
export declare const MField: __VLS_WithTemplateSlots_5<typeof __VLS_component_5, __VLS_TemplateResult_5["slots"]>;
|
|
1493
1581
|
|
|
1494
|
-
export declare const
|
|
1582
|
+
export declare const MFieldGroup: __VLS_WithTemplateSlots_6<typeof __VLS_component_6, __VLS_TemplateResult_6["slots"]>;
|
|
1495
1583
|
|
|
1496
|
-
export declare const
|
|
1584
|
+
export declare const MFlag: DefineComponent<__VLS_Props_12, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_12> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
1497
1585
|
|
|
1498
|
-
export declare const
|
|
1586
|
+
export declare const MIconButton: __VLS_WithTemplateSlots_7<typeof __VLS_component_7, __VLS_TemplateResult_7["slots"]>;
|
|
1499
1587
|
|
|
1500
|
-
export declare const
|
|
1588
|
+
export declare const MLinearProgressbarBuffer: DefineComponent<__VLS_Props_23, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_23> & Readonly<{}>, {
|
|
1589
|
+
value: number;
|
|
1590
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
1591
|
+
|
|
1592
|
+
export declare const MLinearProgressbarPercentage: DefineComponent<__VLS_Props_24, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_24> & Readonly<{}>, {
|
|
1593
|
+
value: number;
|
|
1594
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
1501
1595
|
|
|
1502
|
-
export declare const MLink:
|
|
1596
|
+
export declare const MLink: __VLS_WithTemplateSlots_8<typeof __VLS_component_8, __VLS_TemplateResult_8["slots"]>;
|
|
1503
1597
|
|
|
1504
|
-
export declare const MLoader: DefineComponent<
|
|
1598
|
+
export declare const MLoader: DefineComponent<__VLS_Props_15, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_15> & Readonly<{}>, {
|
|
1505
1599
|
appearance: "standard" | "accent" | "inverse";
|
|
1506
1600
|
size: "s" | "m" | "l";
|
|
1507
1601
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
1508
1602
|
|
|
1509
|
-
export declare const MLoadingOverlay: DefineComponent<
|
|
1603
|
+
export declare const MLoadingOverlay: DefineComponent<__VLS_Props_16, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_16> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
1510
1604
|
|
|
1511
|
-
export declare const MModal:
|
|
1605
|
+
export declare const MModal: __VLS_WithTemplateSlots_9<typeof __VLS_component_9, __VLS_TemplateResult_9["slots"]>;
|
|
1512
1606
|
|
|
1513
|
-
export declare const MNumberBadge: DefineComponent<
|
|
1607
|
+
export declare const MNumberBadge: DefineComponent<__VLS_Props_18, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_18> & Readonly<{}>, {
|
|
1514
1608
|
appearance: "danger" | "accent" | "inverse" | "standard";
|
|
1515
1609
|
size: "s" | "m";
|
|
1516
1610
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLSpanElement>;
|
|
1517
1611
|
|
|
1518
|
-
export declare const MOverlay:
|
|
1612
|
+
export declare const MOverlay: __VLS_WithTemplateSlots_10<typeof __VLS_component_10, __VLS_TemplateResult_10["slots"]>;
|
|
1519
1613
|
|
|
1520
|
-
export declare const MPagination: DefineComponent<
|
|
1614
|
+
export declare const MPagination: DefineComponent<__VLS_Props_20, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
1521
1615
|
"update:modelValue": (value: number) => any;
|
|
1522
|
-
}, string, PublicProps, Readonly<
|
|
1616
|
+
}, string, PublicProps, Readonly<__VLS_Props_20> & Readonly<{
|
|
1523
1617
|
"onUpdate:modelValue"?: ((value: number) => any) | undefined;
|
|
1524
1618
|
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLElement>;
|
|
1525
1619
|
|
|
1526
|
-
export declare const MPasswordInput: DefineComponent<
|
|
1620
|
+
export declare const MPasswordInput: DefineComponent<__VLS_Props_21, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
1527
1621
|
"update:modelValue": (value: string | number) => any;
|
|
1528
|
-
}, string, PublicProps, Readonly<
|
|
1622
|
+
}, string, PublicProps, Readonly<__VLS_Props_21> & Readonly<{
|
|
1529
1623
|
"onUpdate:modelValue"?: ((value: string | number) => any) | undefined;
|
|
1530
1624
|
}>, {
|
|
1531
1625
|
clearLabel: string;
|
|
@@ -1618,17 +1712,17 @@ icon?: VNode;
|
|
|
1618
1712
|
}) | null;
|
|
1619
1713
|
}, HTMLDivElement>;
|
|
1620
1714
|
|
|
1621
|
-
export declare const MPincode: DefineComponent<
|
|
1715
|
+
export declare const MPincode: DefineComponent<__VLS_Props_22, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
1622
1716
|
"update:modelValue": (value: string) => any;
|
|
1623
|
-
}, string, PublicProps, Readonly<
|
|
1717
|
+
}, string, PublicProps, Readonly<__VLS_Props_22> & Readonly<{
|
|
1624
1718
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
1625
1719
|
}>, {
|
|
1626
1720
|
length: 4 | 5 | 6;
|
|
1627
1721
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
1628
1722
|
|
|
1629
|
-
export declare const MQuantitySelector: DefineComponent<
|
|
1723
|
+
export declare const MQuantitySelector: DefineComponent<__VLS_Props_25, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
1630
1724
|
"update:modelValue": (value: number) => any;
|
|
1631
|
-
}, string, PublicProps, Readonly<
|
|
1725
|
+
}, string, PublicProps, Readonly<__VLS_Props_25> & Readonly<{
|
|
1632
1726
|
"onUpdate:modelValue"?: ((value: number) => any) | undefined;
|
|
1633
1727
|
}>, {
|
|
1634
1728
|
size: "s" | "m";
|
|
@@ -1641,35 +1735,35 @@ incrementlabel: string;
|
|
|
1641
1735
|
decrementLabel: string;
|
|
1642
1736
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
1643
1737
|
|
|
1644
|
-
export declare const MRadio: DefineComponent<
|
|
1738
|
+
export declare const MRadio: DefineComponent<__VLS_Props_26, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
1645
1739
|
"update:modelValue": (value: boolean) => any;
|
|
1646
|
-
}, string, PublicProps, Readonly<
|
|
1740
|
+
}, string, PublicProps, Readonly<__VLS_Props_26> & Readonly<{
|
|
1647
1741
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
1648
1742
|
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
1649
1743
|
|
|
1650
|
-
export declare const MRadioGroup: DefineComponent<
|
|
1744
|
+
export declare const MRadioGroup: DefineComponent<__VLS_Props_27, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
1651
1745
|
"update:modelValue": (value: string) => any;
|
|
1652
|
-
}, string, PublicProps, Readonly<
|
|
1746
|
+
}, string, PublicProps, Readonly<__VLS_Props_27> & Readonly<{
|
|
1653
1747
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
1654
1748
|
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
1655
1749
|
|
|
1656
|
-
export declare const MSelect: DefineComponent<
|
|
1750
|
+
export declare const MSelect: DefineComponent<__VLS_Props_28, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
1657
1751
|
"update:modelValue": (value: string | number) => any;
|
|
1658
|
-
}, string, PublicProps, Readonly<
|
|
1752
|
+
}, string, PublicProps, Readonly<__VLS_Props_28> & Readonly<{
|
|
1659
1753
|
"onUpdate:modelValue"?: ((value: string | number) => any) | undefined;
|
|
1660
1754
|
}>, {
|
|
1661
1755
|
size: "s" | "m";
|
|
1662
1756
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLSelectElement>;
|
|
1663
1757
|
|
|
1664
|
-
export declare const MStatusBadge: DefineComponent<
|
|
1758
|
+
export declare const MStatusBadge: DefineComponent<__VLS_Props_29, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_29> & Readonly<{}>, {
|
|
1665
1759
|
status: "info" | "success" | "warning" | "error" | "neutral";
|
|
1666
1760
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
1667
1761
|
|
|
1668
|
-
export declare const MStatusNotification:
|
|
1762
|
+
export declare const MStatusNotification: __VLS_WithTemplateSlots_11<typeof __VLS_component_11, __VLS_TemplateResult_11["slots"]>;
|
|
1669
1763
|
|
|
1670
|
-
export declare const MTabs: DefineComponent<
|
|
1764
|
+
export declare const MTabs: DefineComponent<__VLS_Props_31, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
1671
1765
|
"update:modelValue": (value: number) => any;
|
|
1672
|
-
}, string, PublicProps, Readonly<
|
|
1766
|
+
}, string, PublicProps, Readonly<__VLS_Props_31> & Readonly<{
|
|
1673
1767
|
"onUpdate:modelValue"?: ((value: number) => any) | undefined;
|
|
1674
1768
|
}>, {
|
|
1675
1769
|
modelValue: number;
|
|
@@ -1678,10 +1772,10 @@ divider: boolean;
|
|
|
1678
1772
|
tab: HTMLButtonElement;
|
|
1679
1773
|
}, HTMLElement>;
|
|
1680
1774
|
|
|
1681
|
-
export declare const MTag: DefineComponent<
|
|
1775
|
+
export declare const MTag: DefineComponent<__VLS_Props_32, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
1682
1776
|
"update:modelValue": (value: boolean) => any;
|
|
1683
1777
|
"remove-tag": (id: string) => any;
|
|
1684
|
-
}, string, PublicProps, Readonly<
|
|
1778
|
+
}, string, PublicProps, Readonly<__VLS_Props_32> & Readonly<{
|
|
1685
1779
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
1686
1780
|
"onRemove-tag"?: ((id: string) => any) | undefined;
|
|
1687
1781
|
}>, {
|
|
@@ -1689,30 +1783,30 @@ type: "informative" | "interactive" | "contextualised" | "removable" | "selectab
|
|
|
1689
1783
|
contextualisedNumber: number;
|
|
1690
1784
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
1691
1785
|
|
|
1692
|
-
export declare const MTextArea: DefineComponent<
|
|
1786
|
+
export declare const MTextArea: DefineComponent<__VLS_Props_33, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
1693
1787
|
"update:modelValue": (value: string | number) => any;
|
|
1694
|
-
}, string, PublicProps, Readonly<
|
|
1788
|
+
}, string, PublicProps, Readonly<__VLS_Props_33> & Readonly<{
|
|
1695
1789
|
"onUpdate:modelValue"?: ((value: string | number) => any) | undefined;
|
|
1696
1790
|
}>, {
|
|
1697
1791
|
rows: number;
|
|
1698
1792
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLTextAreaElement>;
|
|
1699
1793
|
|
|
1700
|
-
export declare const MTextInput:
|
|
1794
|
+
export declare const MTextInput: __VLS_WithTemplateSlots_12<typeof __VLS_component_12, __VLS_TemplateResult_12["slots"]>;
|
|
1701
1795
|
|
|
1702
|
-
export declare const MToggle: DefineComponent<
|
|
1796
|
+
export declare const MToggle: DefineComponent<__VLS_Props_35, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
1703
1797
|
"update:modelValue": (value: boolean) => any;
|
|
1704
|
-
}, string, PublicProps, Readonly<
|
|
1798
|
+
}, string, PublicProps, Readonly<__VLS_Props_35> & Readonly<{
|
|
1705
1799
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
1706
1800
|
}>, {
|
|
1707
1801
|
size: "s" | "m";
|
|
1708
1802
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
1709
1803
|
|
|
1710
|
-
export declare const MToggleGroup: DefineComponent<
|
|
1804
|
+
export declare const MToggleGroup: DefineComponent<__VLS_Props_37, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
1711
1805
|
"update:modelValue": (value: string[]) => any;
|
|
1712
|
-
}, string, PublicProps, Readonly<
|
|
1806
|
+
}, string, PublicProps, Readonly<__VLS_Props_37> & Readonly<{
|
|
1713
1807
|
"onUpdate:modelValue"?: ((value: string[]) => any) | undefined;
|
|
1714
1808
|
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
1715
1809
|
|
|
1716
|
-
export declare const MTooltip:
|
|
1810
|
+
export declare const MTooltip: __VLS_WithTemplateSlots_13<typeof __VLS_component_13, __VLS_TemplateResult_13["slots"]>;
|
|
1717
1811
|
|
|
1718
1812
|
export { }
|