@mozaic-ds/vue 2.15.0 → 2.16.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 +963 -374
- package/dist/mozaic-vue.js +7736 -3601
- package/dist/mozaic-vue.js.map +1 -1
- package/dist/mozaic-vue.umd.cjs +24 -5
- package/dist/mozaic-vue.umd.cjs.map +1 -1
- package/package.json +3 -2
- package/src/components/actionlistbox/MActionListbox.spec.ts +14 -0
- package/src/components/actionlistbox/MActionListbox.stories.ts +15 -8
- package/src/components/actionlistbox/MActionListbox.vue +13 -1
- package/src/components/actionlistbox/README.md +2 -1
- package/src/components/button/README.md +2 -0
- package/src/components/combobox/MCombobox.spec.ts +246 -0
- package/src/components/combobox/MCombobox.stories.ts +190 -0
- package/src/components/combobox/MCombobox.vue +277 -0
- package/src/components/combobox/README.md +52 -0
- package/src/components/field/MField.stories.ts +105 -0
- package/src/components/optionListbox/MOptionListbox.spec.ts +527 -0
- package/src/components/optionListbox/MOptionListbox.vue +470 -0
- package/src/components/optionListbox/README.md +63 -0
- package/src/components/stepperstacked/MStepperStacked.spec.ts +162 -0
- package/src/components/stepperstacked/MStepperStacked.stories.ts +57 -0
- package/src/components/stepperstacked/MStepperStacked.vue +106 -0
- package/src/components/stepperstacked/README.md +15 -0
- package/src/components/textinput/MTextInput.vue +13 -1
- package/src/components/textinput/README.md +15 -1
- package/src/main.ts +1 -0
package/dist/mozaic-vue.d.ts
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { AllowedComponentProps } from 'vue';
|
|
2
|
+
import { Attrs } from 'vue';
|
|
2
3
|
import { Component } from 'vue';
|
|
3
4
|
import { ComponentCustomProperties } from 'vue';
|
|
4
5
|
import { ComponentCustomProps } from 'vue';
|
|
@@ -15,6 +16,7 @@ import { GlobalDirectives } from 'vue';
|
|
|
15
16
|
import { nextTick } from 'vue';
|
|
16
17
|
import { OnCleanup } from '@vue/reactivity';
|
|
17
18
|
import { PublicProps } from 'vue';
|
|
19
|
+
import { Ref } from 'vue';
|
|
18
20
|
import { ShallowRef } from 'vue';
|
|
19
21
|
import { ShallowUnwrapRef } from 'vue';
|
|
20
22
|
import { Slot } from 'vue';
|
|
@@ -32,29 +34,31 @@ appearance: "standard" | "ghost";
|
|
|
32
34
|
behavior: "multiple" | "single";
|
|
33
35
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
34
36
|
|
|
35
|
-
declare const __VLS_component_10: DefineComponent<
|
|
37
|
+
declare const __VLS_component_10: DefineComponent<__VLS_Props_16, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_16> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
38
|
+
|
|
39
|
+
declare const __VLS_component_11: DefineComponent<__VLS_Props_18, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_18> & Readonly<{}>, {
|
|
36
40
|
appearance: "primary" | "secondary" | "tertiary" | "inverse";
|
|
37
41
|
size: "s" | "m" | "l";
|
|
38
42
|
orientation: "vertical" | "horizontal";
|
|
39
43
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
40
44
|
|
|
41
|
-
declare const
|
|
42
|
-
back: () => any;
|
|
45
|
+
declare const __VLS_component_12: DefineComponent<__VLS_Props_19, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
43
46
|
"update:open": (value: boolean) => any;
|
|
44
|
-
|
|
45
|
-
|
|
47
|
+
back: () => any;
|
|
48
|
+
}, string, PublicProps, Readonly<__VLS_Props_19> & Readonly<{
|
|
46
49
|
"onUpdate:open"?: ((value: boolean) => any) | undefined;
|
|
50
|
+
onBack?: (() => any) | undefined;
|
|
47
51
|
}>, {
|
|
48
52
|
scroll: boolean;
|
|
49
53
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {
|
|
50
54
|
titleRef: HTMLHeadingElement;
|
|
51
55
|
}, any>;
|
|
52
56
|
|
|
53
|
-
declare const
|
|
57
|
+
declare const __VLS_component_13: DefineComponent<__VLS_Props_20, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_20> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
54
58
|
|
|
55
|
-
declare const
|
|
59
|
+
declare const __VLS_component_14: DefineComponent<__VLS_Props_21, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_21> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLFieldSetElement>;
|
|
56
60
|
|
|
57
|
-
declare const
|
|
61
|
+
declare const __VLS_component_15: DefineComponent<FileUploaderProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
58
62
|
"update:modelValue": (v: NormalizedFile[]) => any;
|
|
59
63
|
validation: (validationState: FilesValidationState) => any;
|
|
60
64
|
}, string, PublicProps, Readonly<FileUploaderProps> & Readonly<{
|
|
@@ -70,49 +74,49 @@ uploadButtonLabel: string;
|
|
|
70
74
|
fileInput: HTMLInputElement;
|
|
71
75
|
}, HTMLDivElement>;
|
|
72
76
|
|
|
73
|
-
declare const
|
|
77
|
+
declare const __VLS_component_16: DefineComponent<__VLS_Props_22, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
74
78
|
delete: () => any;
|
|
75
|
-
}, string, PublicProps, Readonly<
|
|
79
|
+
}, string, PublicProps, Readonly<__VLS_Props_22> & Readonly<{
|
|
76
80
|
onDelete?: (() => any) | undefined;
|
|
77
81
|
}>, {
|
|
78
82
|
format: "inline" | "stacked";
|
|
79
83
|
deleteButtonLabel: string;
|
|
80
84
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
81
85
|
|
|
82
|
-
declare const
|
|
86
|
+
declare const __VLS_component_17: DefineComponent<__VLS_Props_24, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_24> & Readonly<{}>, {
|
|
83
87
|
appearance: "standard" | "accent" | "danger" | "inverse";
|
|
84
88
|
type: "button" | "reset" | "submit";
|
|
85
89
|
size: "s" | "m" | "l";
|
|
86
90
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLButtonElement>;
|
|
87
91
|
|
|
88
|
-
declare const
|
|
92
|
+
declare const __VLS_component_18: DefineComponent<__VLS_Props_28, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_28> & Readonly<{}>, {
|
|
89
93
|
appearance: "secondary" | "accent" | "inverse" | "standard";
|
|
90
94
|
size: "s" | "m";
|
|
91
95
|
iconPosition: "left" | "right";
|
|
92
96
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
93
97
|
|
|
94
|
-
declare const
|
|
98
|
+
declare const __VLS_component_19: DefineComponent<__VLS_Props_31, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
95
99
|
"update:open": (value: boolean) => any;
|
|
96
|
-
}, string, PublicProps, Readonly<
|
|
100
|
+
}, string, PublicProps, Readonly<__VLS_Props_31> & Readonly<{
|
|
97
101
|
"onUpdate:open"?: ((value: boolean) => any) | undefined;
|
|
98
102
|
}>, {
|
|
99
103
|
scroll: boolean;
|
|
100
104
|
closable: boolean;
|
|
101
105
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
102
106
|
|
|
103
|
-
declare const __VLS_component_19: DefineComponent<__VLS_Props_33, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_33> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
104
|
-
|
|
105
107
|
declare const __VLS_component_2: DefineComponent<__VLS_Props_2, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_2> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
106
108
|
|
|
107
|
-
declare const __VLS_component_20: DefineComponent<__VLS_Props_34, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
109
|
+
declare const __VLS_component_20: DefineComponent<__VLS_Props_34, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_34> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
110
|
+
|
|
111
|
+
declare const __VLS_component_21: DefineComponent<__VLS_Props_35, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
108
112
|
back: () => any;
|
|
109
113
|
"toggle-menu": () => any;
|
|
110
|
-
}, string, PublicProps, Readonly<
|
|
114
|
+
}, string, PublicProps, Readonly<__VLS_Props_35> & Readonly<{
|
|
111
115
|
onBack?: (() => any) | undefined;
|
|
112
116
|
"onToggle-menu"?: (() => any) | undefined;
|
|
113
117
|
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
114
118
|
|
|
115
|
-
declare const
|
|
119
|
+
declare const __VLS_component_22: DefineComponent<__VLS_Props_40, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_40> & Readonly<{}>, {
|
|
116
120
|
appearance: "standard" | "inverse";
|
|
117
121
|
size: "s" | "m" | "l";
|
|
118
122
|
position: "top" | "right" | "bottom" | "left";
|
|
@@ -120,22 +124,22 @@ closable: boolean;
|
|
|
120
124
|
pointer: boolean;
|
|
121
125
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
122
126
|
|
|
123
|
-
declare const
|
|
127
|
+
declare const __VLS_component_23: DefineComponent<__VLS_Props_46, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
124
128
|
"update:modelValue": (value: boolean) => any;
|
|
125
129
|
close: () => any;
|
|
126
|
-
}, string, PublicProps, Readonly<
|
|
130
|
+
}, string, PublicProps, Readonly<__VLS_Props_46> & Readonly<{
|
|
127
131
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
128
132
|
onClose?: (() => any) | undefined;
|
|
129
133
|
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLElement>;
|
|
130
134
|
|
|
131
|
-
declare const
|
|
135
|
+
declare const __VLS_component_24: DefineComponent<__VLS_Props_47, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_47> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {
|
|
132
136
|
trigger: HTMLButtonElement;
|
|
133
137
|
listbox: HTMLDivElement;
|
|
134
138
|
}, any>;
|
|
135
139
|
|
|
136
|
-
declare const
|
|
140
|
+
declare const __VLS_component_25: DefineComponent<__VLS_Props_48, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
137
141
|
"log-out": () => any;
|
|
138
|
-
}, string, PublicProps, Readonly<
|
|
142
|
+
}, string, PublicProps, Readonly<__VLS_Props_48> & Readonly<{
|
|
139
143
|
"onLog-out"?: (() => any) | undefined;
|
|
140
144
|
}>, {
|
|
141
145
|
logOutLabel: string;
|
|
@@ -151,9 +155,7 @@ readonly onListboxKeydown: (event: KeyboardEvent) => void;
|
|
|
151
155
|
readonly hideFloatingItem: () => void;
|
|
152
156
|
readonly "onLog-out"?: (() => any) | undefined;
|
|
153
157
|
} & VNodeProps & AllowedComponentProps & ComponentCustomProps;
|
|
154
|
-
$attrs:
|
|
155
|
-
[x: string]: unknown;
|
|
156
|
-
};
|
|
158
|
+
$attrs: Attrs;
|
|
157
159
|
$refs: {
|
|
158
160
|
[x: string]: unknown;
|
|
159
161
|
} & {
|
|
@@ -215,37 +217,43 @@ default?(_: {}): any;
|
|
|
215
217
|
trigger: HTMLButtonElement;
|
|
216
218
|
}, HTMLElement>;
|
|
217
219
|
|
|
218
|
-
declare const
|
|
220
|
+
declare const __VLS_component_26: DefineComponent<__VLS_Props_52, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_52> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {
|
|
219
221
|
trigger: HTMLButtonElement;
|
|
220
222
|
listbox: HTMLDivElement;
|
|
221
223
|
}, any>;
|
|
222
224
|
|
|
223
|
-
declare const
|
|
225
|
+
declare const __VLS_component_27: DefineComponent<__VLS_Props_57, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
224
226
|
close: () => any;
|
|
225
|
-
}, string, PublicProps, Readonly<
|
|
227
|
+
}, string, PublicProps, Readonly<__VLS_Props_57> & Readonly<{
|
|
226
228
|
onClose?: (() => any) | undefined;
|
|
227
229
|
}>, {
|
|
228
230
|
status: "info" | "success" | "warning" | "error";
|
|
229
231
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLElement>;
|
|
230
232
|
|
|
231
|
-
declare const
|
|
233
|
+
declare const __VLS_component_28: DefineComponent<__VLS_Props_64, {
|
|
234
|
+
focus: typeof focus_2;
|
|
235
|
+
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
232
236
|
"update:modelValue": (value: string | number) => any;
|
|
233
|
-
}, string, PublicProps, Readonly<
|
|
237
|
+
}, string, PublicProps, Readonly<__VLS_Props_64> & Readonly<{
|
|
234
238
|
"onUpdate:modelValue"?: ((value: string | number) => any) | undefined;
|
|
235
239
|
}>, {
|
|
236
240
|
size: "s" | "m";
|
|
237
|
-
clearLabel: string;
|
|
238
241
|
inputType: "date" | "email" | "number" | "password" | "search" | "tel" | "text";
|
|
239
|
-
|
|
242
|
+
clearLabel: string;
|
|
243
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {
|
|
244
|
+
textInput: HTMLInputElement;
|
|
245
|
+
}, any>;
|
|
240
246
|
|
|
241
|
-
declare const
|
|
247
|
+
declare const __VLS_component_29: DefineComponent<__VLS_Props_65, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_65> & Readonly<{}>, {
|
|
242
248
|
appearance: "primary" | "secondary" | "inverse";
|
|
243
249
|
bordered: boolean;
|
|
244
250
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
245
251
|
|
|
246
|
-
declare const
|
|
252
|
+
declare const __VLS_component_3: DefineComponent<__VLS_Props_3, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_3> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
253
|
+
|
|
254
|
+
declare const __VLS_component_30: DefineComponent<__VLS_Props_66, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
247
255
|
action: () => any;
|
|
248
|
-
}, string, PublicProps, Readonly<
|
|
256
|
+
}, string, PublicProps, Readonly<__VLS_Props_66> & Readonly<{
|
|
249
257
|
onAction?: (() => any) | undefined;
|
|
250
258
|
}>, {
|
|
251
259
|
appearance: "primary" | "secondary" | "inverse";
|
|
@@ -253,18 +261,16 @@ iconPosition: "bottom" | "right";
|
|
|
253
261
|
bordered: boolean;
|
|
254
262
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
255
263
|
|
|
256
|
-
declare const
|
|
257
|
-
|
|
258
|
-
declare const __VLS_component_30: DefineComponent<__VLS_Props_66, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_66> & Readonly<{}>, {
|
|
264
|
+
declare const __VLS_component_31: DefineComponent<__VLS_Props_67, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_67> & Readonly<{}>, {
|
|
259
265
|
appearance: "primary" | "secondary";
|
|
260
266
|
label: string;
|
|
261
267
|
trigger: "container" | "icon" | "button";
|
|
262
268
|
bordered: boolean;
|
|
263
269
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
264
270
|
|
|
265
|
-
declare const
|
|
271
|
+
declare const __VLS_component_32: DefineComponent<__VLS_Props_68, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
266
272
|
"update:modelValue": (value: boolean) => any;
|
|
267
|
-
}, string, PublicProps, Readonly<
|
|
273
|
+
}, string, PublicProps, Readonly<__VLS_Props_68> & Readonly<{
|
|
268
274
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
269
275
|
}>, {
|
|
270
276
|
inputType: "checkbox" | "radio";
|
|
@@ -272,24 +278,26 @@ bordered: boolean;
|
|
|
272
278
|
inputPosition: "left" | "right";
|
|
273
279
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
274
280
|
|
|
275
|
-
declare const
|
|
281
|
+
declare const __VLS_component_33: DefineComponent<__VLS_Props_69, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
276
282
|
"update:open": (value: boolean) => any;
|
|
277
|
-
}, string, PublicProps, Readonly<
|
|
283
|
+
}, string, PublicProps, Readonly<__VLS_Props_69> & Readonly<{
|
|
278
284
|
"onUpdate:open"?: ((value: boolean) => any) | undefined;
|
|
279
285
|
}>, {
|
|
280
286
|
status: "info" | "success" | "warning" | "error";
|
|
281
287
|
closable: boolean;
|
|
282
288
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLElement>;
|
|
283
289
|
|
|
284
|
-
declare const
|
|
290
|
+
declare const __VLS_component_34: DefineComponent<__VLS_Props_72, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_72> & Readonly<{}>, {
|
|
285
291
|
position: "top" | "bottom" | "left" | "right";
|
|
286
292
|
pointer: boolean;
|
|
287
293
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
288
294
|
|
|
289
295
|
declare const __VLS_component_4: DefineComponent<__VLS_Props_4, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
290
296
|
close: () => any;
|
|
297
|
+
action: (value: string | number) => any;
|
|
291
298
|
}, string, PublicProps, Readonly<__VLS_Props_4> & Readonly<{
|
|
292
299
|
onClose?: (() => any) | undefined;
|
|
300
|
+
onAction?: ((value: string | number) => any) | undefined;
|
|
293
301
|
}>, {
|
|
294
302
|
position: "top" | "bottom" | "left" | "right";
|
|
295
303
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {
|
|
@@ -317,7 +325,248 @@ nextButtonAriaLabel: string;
|
|
|
317
325
|
contentContainer: HTMLDivElement;
|
|
318
326
|
}, HTMLDivElement>;
|
|
319
327
|
|
|
320
|
-
declare const __VLS_component_9: DefineComponent<__VLS_Props_15, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}
|
|
328
|
+
declare const __VLS_component_9: DefineComponent<__VLS_Props_15, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
329
|
+
"update:modelValue": (value: string | number | (string | number)[] | null) => any;
|
|
330
|
+
"update:open": (value: boolean) => any;
|
|
331
|
+
}, string, PublicProps, Readonly<__VLS_Props_15> & Readonly<{
|
|
332
|
+
"onUpdate:modelValue"?: ((value: string | number | (string | number)[] | null) => any) | undefined;
|
|
333
|
+
"onUpdate:open"?: ((value: boolean) => any) | undefined;
|
|
334
|
+
}>, {
|
|
335
|
+
size: "s" | "m";
|
|
336
|
+
placeholder: string;
|
|
337
|
+
clearLabel: string;
|
|
338
|
+
searchPlaceholder: string;
|
|
339
|
+
selectLabel: string;
|
|
340
|
+
counterLabel: string;
|
|
341
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {
|
|
342
|
+
combobox: HTMLDivElement;
|
|
343
|
+
comboboxControl: HTMLButtonElement;
|
|
344
|
+
listbox: ({
|
|
345
|
+
$: ComponentInternalInstance;
|
|
346
|
+
$data: {};
|
|
347
|
+
$props: {
|
|
348
|
+
readonly modelValue: string | number | null | (string | number)[];
|
|
349
|
+
readonly id: string;
|
|
350
|
+
readonly open?: boolean | undefined;
|
|
351
|
+
readonly multiple?: boolean | undefined;
|
|
352
|
+
readonly readonly?: boolean | undefined;
|
|
353
|
+
readonly search?: boolean | undefined;
|
|
354
|
+
readonly actions?: boolean | undefined;
|
|
355
|
+
readonly checkableSections?: boolean | undefined;
|
|
356
|
+
readonly searchPlaceholder?: string | undefined;
|
|
357
|
+
readonly selectLabel?: string | undefined;
|
|
358
|
+
readonly clearLabel?: string | undefined;
|
|
359
|
+
readonly options: Array<ListboxOption>;
|
|
360
|
+
readonly "onUpdate:modelValue"?: ((value: string | number | (string | number)[] | null) => any) | undefined;
|
|
361
|
+
readonly onOpen?: (() => any) | undefined;
|
|
362
|
+
readonly onClose?: (() => any) | undefined;
|
|
363
|
+
} & VNodeProps & AllowedComponentProps & ComponentCustomProps;
|
|
364
|
+
$attrs: Attrs;
|
|
365
|
+
$refs: {
|
|
366
|
+
[x: string]: unknown;
|
|
367
|
+
} & {
|
|
368
|
+
listboxEl: HTMLDivElement;
|
|
369
|
+
textInput: ({
|
|
370
|
+
$: ComponentInternalInstance;
|
|
371
|
+
$data: {};
|
|
372
|
+
$props: {
|
|
373
|
+
readonly id: string;
|
|
374
|
+
readonly name?: string | undefined;
|
|
375
|
+
readonly modelValue?: string | number | undefined;
|
|
376
|
+
readonly placeholder?: string | undefined;
|
|
377
|
+
readonly inputType?: "date" | "email" | "number" | "password" | "search" | "tel" | "text" | undefined;
|
|
378
|
+
readonly isInvalid?: boolean | undefined;
|
|
379
|
+
readonly disabled?: boolean | undefined;
|
|
380
|
+
readonly size?: "s" | "m" | undefined;
|
|
381
|
+
readonly readonly?: boolean | undefined;
|
|
382
|
+
readonly isClearable?: boolean | undefined;
|
|
383
|
+
readonly clearLabel?: string | undefined;
|
|
384
|
+
readonly prefix?: string | undefined;
|
|
385
|
+
readonly suffix?: string | undefined;
|
|
386
|
+
readonly "onUpdate:modelValue"?: ((value: string | number) => any) | undefined;
|
|
387
|
+
} & VNodeProps & AllowedComponentProps & ComponentCustomProps;
|
|
388
|
+
$attrs: Attrs;
|
|
389
|
+
$refs: {
|
|
390
|
+
[x: string]: unknown;
|
|
391
|
+
} & {
|
|
392
|
+
textInput: HTMLInputElement;
|
|
393
|
+
};
|
|
394
|
+
$slots: Readonly<{
|
|
395
|
+
[name: string]: Slot<any> | undefined;
|
|
396
|
+
}>;
|
|
397
|
+
$root: ComponentPublicInstance | null;
|
|
398
|
+
$parent: ComponentPublicInstance | null;
|
|
399
|
+
$host: Element | null;
|
|
400
|
+
$emit: (event: "update:modelValue", value: string | number) => void;
|
|
401
|
+
$el: any;
|
|
402
|
+
$options: ComponentOptionsBase<Readonly<{
|
|
403
|
+
id: string;
|
|
404
|
+
name?: string;
|
|
405
|
+
modelValue?: string | number;
|
|
406
|
+
placeholder?: string;
|
|
407
|
+
inputType?: "date" | "email" | "number" | "password" | "search" | "tel" | "text";
|
|
408
|
+
isInvalid?: boolean;
|
|
409
|
+
disabled?: boolean;
|
|
410
|
+
size?: "s" | "m";
|
|
411
|
+
readonly?: boolean;
|
|
412
|
+
isClearable?: boolean;
|
|
413
|
+
clearLabel?: string;
|
|
414
|
+
prefix?: string;
|
|
415
|
+
suffix?: string;
|
|
416
|
+
}> & Readonly<{
|
|
417
|
+
"onUpdate:modelValue"?: ((value: string | number) => any) | undefined;
|
|
418
|
+
}>, {
|
|
419
|
+
focus: () => void;
|
|
420
|
+
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
421
|
+
"update:modelValue": (value: string | number) => any;
|
|
422
|
+
}, string, {
|
|
423
|
+
size: "s" | "m";
|
|
424
|
+
inputType: "date" | "email" | "number" | "password" | "search" | "tel" | "text";
|
|
425
|
+
clearLabel: string;
|
|
426
|
+
}, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & {
|
|
427
|
+
beforeCreate?: (() => void) | (() => void)[];
|
|
428
|
+
created?: (() => void) | (() => void)[];
|
|
429
|
+
beforeMount?: (() => void) | (() => void)[];
|
|
430
|
+
mounted?: (() => void) | (() => void)[];
|
|
431
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
|
432
|
+
updated?: (() => void) | (() => void)[];
|
|
433
|
+
activated?: (() => void) | (() => void)[];
|
|
434
|
+
deactivated?: (() => void) | (() => void)[];
|
|
435
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
|
436
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
|
437
|
+
destroyed?: (() => void) | (() => void)[];
|
|
438
|
+
unmounted?: (() => void) | (() => void)[];
|
|
439
|
+
renderTracked?: ((e: DebuggerEvent) => void) | ((e: DebuggerEvent) => void)[];
|
|
440
|
+
renderTriggered?: ((e: DebuggerEvent) => void) | ((e: DebuggerEvent) => void)[];
|
|
441
|
+
errorCaptured?: ((err: unknown, instance: ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: ComponentPublicInstance | null, info: string) => boolean | void)[];
|
|
442
|
+
};
|
|
443
|
+
$forceUpdate: () => void;
|
|
444
|
+
$nextTick: nextTick;
|
|
445
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, OnCleanup]) => any : (...args: [any, any, OnCleanup]) => any, options?: WatchOptions): WatchStopHandle;
|
|
446
|
+
} & Readonly<{
|
|
447
|
+
size: "s" | "m";
|
|
448
|
+
inputType: "date" | "email" | "number" | "password" | "search" | "tel" | "text";
|
|
449
|
+
clearLabel: string;
|
|
450
|
+
}> & Omit<Readonly<{
|
|
451
|
+
id: string;
|
|
452
|
+
name?: string;
|
|
453
|
+
modelValue?: string | number;
|
|
454
|
+
placeholder?: string;
|
|
455
|
+
inputType?: "date" | "email" | "number" | "password" | "search" | "tel" | "text";
|
|
456
|
+
isInvalid?: boolean;
|
|
457
|
+
disabled?: boolean;
|
|
458
|
+
size?: "s" | "m";
|
|
459
|
+
readonly?: boolean;
|
|
460
|
+
isClearable?: boolean;
|
|
461
|
+
clearLabel?: string;
|
|
462
|
+
prefix?: string;
|
|
463
|
+
suffix?: string;
|
|
464
|
+
}> & Readonly<{
|
|
465
|
+
"onUpdate:modelValue"?: ((value: string | number) => any) | undefined;
|
|
466
|
+
}>, "focus" | ("size" | "inputType" | "clearLabel")> & ShallowUnwrapRef< {
|
|
467
|
+
focus: () => void;
|
|
468
|
+
}> & {} & ComponentCustomProperties & {} & {
|
|
469
|
+
$slots: Readonly<{
|
|
470
|
+
icon?: VNode;
|
|
471
|
+
}> & {
|
|
472
|
+
icon?: VNode;
|
|
473
|
+
};
|
|
474
|
+
}) | null;
|
|
475
|
+
};
|
|
476
|
+
$slots: Readonly<{
|
|
477
|
+
[name: string]: Slot<any> | undefined;
|
|
478
|
+
}>;
|
|
479
|
+
$root: ComponentPublicInstance | null;
|
|
480
|
+
$parent: ComponentPublicInstance | null;
|
|
481
|
+
$host: Element | null;
|
|
482
|
+
$emit: ((event: "update:modelValue", value: string | number | (string | number)[] | null) => void) & ((event: "open") => void) & ((event: "close") => void);
|
|
483
|
+
$el: HTMLDivElement;
|
|
484
|
+
$options: ComponentOptionsBase<Readonly<{
|
|
485
|
+
modelValue: string | number | null | (string | number)[];
|
|
486
|
+
id: string;
|
|
487
|
+
open?: boolean;
|
|
488
|
+
multiple?: boolean;
|
|
489
|
+
readonly?: boolean;
|
|
490
|
+
search?: boolean;
|
|
491
|
+
actions?: boolean;
|
|
492
|
+
checkableSections?: boolean;
|
|
493
|
+
searchPlaceholder?: string;
|
|
494
|
+
selectLabel?: string;
|
|
495
|
+
clearLabel?: string;
|
|
496
|
+
options: Array<ListboxOption>;
|
|
497
|
+
}> & Readonly<{
|
|
498
|
+
"onUpdate:modelValue"?: ((value: string | number | (string | number)[] | null) => any) | undefined;
|
|
499
|
+
onOpen?: (() => any) | undefined;
|
|
500
|
+
onClose?: (() => any) | undefined;
|
|
501
|
+
}>, {
|
|
502
|
+
handleKeydown: (event: KeyboardEvent) => void;
|
|
503
|
+
toggleValue: (item?: ListboxOption) => void;
|
|
504
|
+
clearSelection: () => void;
|
|
505
|
+
listboxEl: Readonly<ShallowRef<HTMLDivElement | null>>;
|
|
506
|
+
activeIndex: Ref<number, number>;
|
|
507
|
+
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
508
|
+
"update:modelValue": (value: string | number | (string | number)[] | null) => any;
|
|
509
|
+
open: () => any;
|
|
510
|
+
close: () => any;
|
|
511
|
+
}, string, {
|
|
512
|
+
clearLabel: string;
|
|
513
|
+
searchPlaceholder: string;
|
|
514
|
+
selectLabel: string;
|
|
515
|
+
}, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & {
|
|
516
|
+
beforeCreate?: (() => void) | (() => void)[];
|
|
517
|
+
created?: (() => void) | (() => void)[];
|
|
518
|
+
beforeMount?: (() => void) | (() => void)[];
|
|
519
|
+
mounted?: (() => void) | (() => void)[];
|
|
520
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
|
521
|
+
updated?: (() => void) | (() => void)[];
|
|
522
|
+
activated?: (() => void) | (() => void)[];
|
|
523
|
+
deactivated?: (() => void) | (() => void)[];
|
|
524
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
|
525
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
|
526
|
+
destroyed?: (() => void) | (() => void)[];
|
|
527
|
+
unmounted?: (() => void) | (() => void)[];
|
|
528
|
+
renderTracked?: ((e: DebuggerEvent) => void) | ((e: DebuggerEvent) => void)[];
|
|
529
|
+
renderTriggered?: ((e: DebuggerEvent) => void) | ((e: DebuggerEvent) => void)[];
|
|
530
|
+
errorCaptured?: ((err: unknown, instance: ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: ComponentPublicInstance | null, info: string) => boolean | void)[];
|
|
531
|
+
};
|
|
532
|
+
$forceUpdate: () => void;
|
|
533
|
+
$nextTick: nextTick;
|
|
534
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, OnCleanup]) => any : (...args: [any, any, OnCleanup]) => any, options?: WatchOptions): WatchStopHandle;
|
|
535
|
+
} & Readonly<{
|
|
536
|
+
clearLabel: string;
|
|
537
|
+
searchPlaceholder: string;
|
|
538
|
+
selectLabel: string;
|
|
539
|
+
}> & Omit<Readonly<{
|
|
540
|
+
modelValue: string | number | null | (string | number)[];
|
|
541
|
+
id: string;
|
|
542
|
+
open?: boolean;
|
|
543
|
+
multiple?: boolean;
|
|
544
|
+
readonly?: boolean;
|
|
545
|
+
search?: boolean;
|
|
546
|
+
actions?: boolean;
|
|
547
|
+
checkableSections?: boolean;
|
|
548
|
+
searchPlaceholder?: string;
|
|
549
|
+
selectLabel?: string;
|
|
550
|
+
clearLabel?: string;
|
|
551
|
+
options: Array<ListboxOption>;
|
|
552
|
+
}> & Readonly<{
|
|
553
|
+
"onUpdate:modelValue"?: ((value: string | number | (string | number)[] | null) => any) | undefined;
|
|
554
|
+
onOpen?: (() => any) | undefined;
|
|
555
|
+
onClose?: (() => any) | undefined;
|
|
556
|
+
}>, "listboxEl" | "handleKeydown" | "toggleValue" | "clearSelection" | "activeIndex" | ("clearLabel" | "searchPlaceholder" | "selectLabel")> & ShallowUnwrapRef< {
|
|
557
|
+
handleKeydown: (event: KeyboardEvent) => void;
|
|
558
|
+
toggleValue: (item?: ListboxOption) => void;
|
|
559
|
+
clearSelection: () => void;
|
|
560
|
+
listboxEl: Readonly<ShallowRef<HTMLDivElement | null>>;
|
|
561
|
+
activeIndex: Ref<number, number>;
|
|
562
|
+
}> & {} & ComponentCustomProperties & {} & {
|
|
563
|
+
$slots: Readonly<{
|
|
564
|
+
optionPrefix: VNode;
|
|
565
|
+
}> & {
|
|
566
|
+
optionPrefix: VNode;
|
|
567
|
+
};
|
|
568
|
+
}) | null;
|
|
569
|
+
}, HTMLDivElement>;
|
|
321
570
|
|
|
322
571
|
/**
|
|
323
572
|
* An Accordion List is a component that organizes content into collapsible sections, allowing users to show or hide related information within a vertically stacked layout. This structure helps optimize space and improve readability by displaying only relevant content when needed. Accordion Lists are commonly used in FAQs, settings menus, and structured content navigation to enhance user experience and reduce visual clutter.
|
|
@@ -461,9 +710,79 @@ declare type __VLS_Props_14 = {
|
|
|
461
710
|
};
|
|
462
711
|
|
|
463
712
|
/**
|
|
464
|
-
*
|
|
713
|
+
* A combobox is an input field that allows users to select an option from a dropdown list or enter a custom value. It combines the functionality of a text input and a dropdown menu, providing flexibility and ease of use in forms and user interfaces.
|
|
465
714
|
*/
|
|
466
715
|
declare type __VLS_Props_15 = {
|
|
716
|
+
/**
|
|
717
|
+
* The current selected value(s) of the combobox.
|
|
718
|
+
*/
|
|
719
|
+
modelValue: string | number | null | (string | number)[];
|
|
720
|
+
/**
|
|
721
|
+
* Enable multiple selection mode.
|
|
722
|
+
*/
|
|
723
|
+
multiple?: boolean;
|
|
724
|
+
/**
|
|
725
|
+
* Size of the combobox: small ('s') or medium ('m').
|
|
726
|
+
*/
|
|
727
|
+
size?: 's' | 'm';
|
|
728
|
+
/**
|
|
729
|
+
* Disable the combobox input.
|
|
730
|
+
*/
|
|
731
|
+
disabled?: boolean;
|
|
732
|
+
/**
|
|
733
|
+
* Make the combobox read-only.
|
|
734
|
+
*/
|
|
735
|
+
readonly?: boolean;
|
|
736
|
+
/**
|
|
737
|
+
* Mark the combobox as invalid.
|
|
738
|
+
*/
|
|
739
|
+
invalid?: boolean;
|
|
740
|
+
/**
|
|
741
|
+
* Show a clear selection button.
|
|
742
|
+
*/
|
|
743
|
+
clearable?: boolean;
|
|
744
|
+
/**
|
|
745
|
+
* Enable the search input inside the listbox.
|
|
746
|
+
*/
|
|
747
|
+
search?: boolean;
|
|
748
|
+
/**
|
|
749
|
+
* Show select all / clear buttons when multiple.
|
|
750
|
+
*/
|
|
751
|
+
actions?: boolean;
|
|
752
|
+
/**
|
|
753
|
+
* Enable checkable section headers in the listbox.
|
|
754
|
+
*/
|
|
755
|
+
checkableSections?: boolean;
|
|
756
|
+
/**
|
|
757
|
+
* Placeholder text when no value is selected.
|
|
758
|
+
*/
|
|
759
|
+
placeholder?: string;
|
|
760
|
+
/**
|
|
761
|
+
* Label for the selected items counter.
|
|
762
|
+
*/
|
|
763
|
+
counterLabel?: string;
|
|
764
|
+
/**
|
|
765
|
+
* Placeholder text for the search input.
|
|
766
|
+
*/
|
|
767
|
+
searchPlaceholder?: string;
|
|
768
|
+
/**
|
|
769
|
+
* Label for the "Select all" button.
|
|
770
|
+
*/
|
|
771
|
+
selectLabel?: string;
|
|
772
|
+
/**
|
|
773
|
+
* Label for the "Clear selection" button.
|
|
774
|
+
*/
|
|
775
|
+
clearLabel?: string;
|
|
776
|
+
/**
|
|
777
|
+
* Array of options to display in the listbox.
|
|
778
|
+
*/
|
|
779
|
+
options: Array<ListboxOption>;
|
|
780
|
+
};
|
|
781
|
+
|
|
782
|
+
/**
|
|
783
|
+
* The Container component is designed to wrap your page or section content, typically grids or other layout elements. By default, it centers the content with a maximum width to ensure consistent alignment and spacing.
|
|
784
|
+
*/
|
|
785
|
+
declare type __VLS_Props_16 = {
|
|
467
786
|
/**
|
|
468
787
|
* If `true`, the container will take the full width.
|
|
469
788
|
*/
|
|
@@ -473,7 +792,7 @@ declare type __VLS_Props_15 = {
|
|
|
473
792
|
/**
|
|
474
793
|
* A date picker is an input component that allows users to select a date from a calendar interface or manually enter a date value. It enhances usability by providing structured date selection, reducing input errors, and ensuring format consistency. Date Pickers are commonly used in forms, booking systems, scheduling tools, and data filtering interfaces to facilitate accurate date entry.<br><br> To put a label, requierement text, help text or to apply a valid or invalid message, the examples are available in the [Field section](/docs/form-elements-field--docs#input).
|
|
475
794
|
*/
|
|
476
|
-
declare type
|
|
795
|
+
declare type __VLS_Props_17 = {
|
|
477
796
|
/**
|
|
478
797
|
* A unique identifier for the datepicker element, used to associate the label with the form element.
|
|
479
798
|
*/
|
|
@@ -515,7 +834,7 @@ declare type __VLS_Props_16 = {
|
|
|
515
834
|
/**
|
|
516
835
|
* A divider is a visual element used to separate content or sections within an interface. It helps improve readability and organization by creating clear distinctions between groups of information. Dividers can be thin lines, thick separators, or even styled with spacing variations, adapting to different layouts. They are commonly used in menus, lists, forms, and content blocks to create a structured visual hierarchy.
|
|
517
836
|
*/
|
|
518
|
-
declare type
|
|
837
|
+
declare type __VLS_Props_18 = {
|
|
519
838
|
/**
|
|
520
839
|
* Determines the orientation of the divider.
|
|
521
840
|
*/
|
|
@@ -533,7 +852,7 @@ declare type __VLS_Props_17 = {
|
|
|
533
852
|
/**
|
|
534
853
|
* 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.
|
|
535
854
|
*/
|
|
536
|
-
declare type
|
|
855
|
+
declare type __VLS_Props_19 = {
|
|
537
856
|
/**
|
|
538
857
|
* If `true`, display the drawer.
|
|
539
858
|
*/
|
|
@@ -568,10 +887,36 @@ declare type __VLS_Props_18 = {
|
|
|
568
887
|
closeOnOverlay?: boolean;
|
|
569
888
|
};
|
|
570
889
|
|
|
890
|
+
declare type __VLS_Props_2 = {
|
|
891
|
+
/**
|
|
892
|
+
* A unique identifier for the accordion item.
|
|
893
|
+
* It links the trigger button (`aria-controls`) to its associated content (`aria-labelledby`),
|
|
894
|
+
* ensuring accessibility and tracking the open/closed state.
|
|
895
|
+
* If no ID is provided, a unique one is generated automatically.
|
|
896
|
+
*/
|
|
897
|
+
id: string;
|
|
898
|
+
/**
|
|
899
|
+
* The main heading of the accordion item. This is the primary text visible to users in the collapsed state and acts as the trigger for expanding or collapsing the content.
|
|
900
|
+
*/
|
|
901
|
+
title: string;
|
|
902
|
+
/**
|
|
903
|
+
* An optional secondary heading displayed below the title. It provides additional context or detail about the content of the accordion item.
|
|
904
|
+
*/
|
|
905
|
+
subtitle?: string;
|
|
906
|
+
/**
|
|
907
|
+
* The main content of the accordion item. This is the information revealed when the accordion is expanded, typically containing text, HTML, or other elements.
|
|
908
|
+
*/
|
|
909
|
+
content?: string;
|
|
910
|
+
/**
|
|
911
|
+
* Icon component to display before the item title.
|
|
912
|
+
*/
|
|
913
|
+
icon?: Component;
|
|
914
|
+
};
|
|
915
|
+
|
|
571
916
|
/**
|
|
572
917
|
* A field label is a text element that identifies the purpose of an input field, providing users with clear guidance on what information to enter. It is typically placed above the input field and may include indicators for required or optional fields. Field Labels improve form usability, accessibility, and data entry accuracy by ensuring users understand the expected input.
|
|
573
918
|
*/
|
|
574
|
-
declare type
|
|
919
|
+
declare type __VLS_Props_20 = {
|
|
575
920
|
/**
|
|
576
921
|
* A unique identifier for the form field, used to associate the label with the form element.
|
|
577
922
|
*/
|
|
@@ -614,36 +959,10 @@ declare type __VLS_Props_19 = {
|
|
|
614
959
|
message?: string;
|
|
615
960
|
};
|
|
616
961
|
|
|
617
|
-
declare type __VLS_Props_2 = {
|
|
618
|
-
/**
|
|
619
|
-
* A unique identifier for the accordion item.
|
|
620
|
-
* It links the trigger button (`aria-controls`) to its associated content (`aria-labelledby`),
|
|
621
|
-
* ensuring accessibility and tracking the open/closed state.
|
|
622
|
-
* If no ID is provided, a unique one is generated automatically.
|
|
623
|
-
*/
|
|
624
|
-
id: string;
|
|
625
|
-
/**
|
|
626
|
-
* The main heading of the accordion item. This is the primary text visible to users in the collapsed state and acts as the trigger for expanding or collapsing the content.
|
|
627
|
-
*/
|
|
628
|
-
title: string;
|
|
629
|
-
/**
|
|
630
|
-
* An optional secondary heading displayed below the title. It provides additional context or detail about the content of the accordion item.
|
|
631
|
-
*/
|
|
632
|
-
subtitle?: string;
|
|
633
|
-
/**
|
|
634
|
-
* The main content of the accordion item. This is the information revealed when the accordion is expanded, typically containing text, HTML, or other elements.
|
|
635
|
-
*/
|
|
636
|
-
content?: string;
|
|
637
|
-
/**
|
|
638
|
-
* Icon component to display before the item title.
|
|
639
|
-
*/
|
|
640
|
-
icon?: Component;
|
|
641
|
-
};
|
|
642
|
-
|
|
643
962
|
/**
|
|
644
963
|
* 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.
|
|
645
964
|
*/
|
|
646
|
-
declare type
|
|
965
|
+
declare type __VLS_Props_21 = {
|
|
647
966
|
/**
|
|
648
967
|
* A unique identifier for the form field, used to associate the label with the form element.
|
|
649
968
|
*/
|
|
@@ -677,7 +996,7 @@ declare type __VLS_Props_20 = {
|
|
|
677
996
|
/**
|
|
678
997
|
* A file uploader allows users to upload one or multiple files by either dragging and dropping files into a dedicated area or selecting them manually through their local folders. It provides real-time feedback on upload progress and file status, including file name, size, and success or error indicators. File uploaders are commonly used in forms, content management systems, and document submission processes to facilitate seamless file handling.
|
|
679
998
|
*/
|
|
680
|
-
declare type
|
|
999
|
+
declare type __VLS_Props_22 = {
|
|
681
1000
|
/**
|
|
682
1001
|
* Represents the file to be displayed in the file uploader item.
|
|
683
1002
|
*/
|
|
@@ -707,7 +1026,7 @@ declare type __VLS_Props_21 = {
|
|
|
707
1026
|
/**
|
|
708
1027
|
* 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.
|
|
709
1028
|
*/
|
|
710
|
-
declare type
|
|
1029
|
+
declare type __VLS_Props_23 = {
|
|
711
1030
|
/**
|
|
712
1031
|
* Label of the Flag.
|
|
713
1032
|
*/
|
|
@@ -721,7 +1040,7 @@ declare type __VLS_Props_22 = {
|
|
|
721
1040
|
/**
|
|
722
1041
|
* Buttons are key interactive elements used to perform actions and can be used as standalone element, or as part of another component. Their appearance depends on the type of action required from the user and the context in which they are used.
|
|
723
1042
|
*/
|
|
724
|
-
declare type
|
|
1043
|
+
declare type __VLS_Props_24 = {
|
|
725
1044
|
/**
|
|
726
1045
|
* Defines the visual style of the icon button.
|
|
727
1046
|
*/
|
|
@@ -755,7 +1074,7 @@ declare type __VLS_Props_23 = {
|
|
|
755
1074
|
/**
|
|
756
1075
|
* A KPI Item is used to display Key Performance Indicators (KPIs) within an interface, providing a quick and clear visualization of essential data. It often includes contextual elements such as labels, trends, or status indicators to help users interpret the information at a glance. KPI Items are commonly used in dashboards, reports, and analytics tools to highlight critical metrics and facilitate data-driven decision-making.
|
|
757
1076
|
*/
|
|
758
|
-
declare type
|
|
1077
|
+
declare type __VLS_Props_25 = {
|
|
759
1078
|
/**
|
|
760
1079
|
* The current value of the kpi item.
|
|
761
1080
|
*/
|
|
@@ -785,7 +1104,7 @@ declare type __VLS_Props_24 = {
|
|
|
785
1104
|
/**
|
|
786
1105
|
* 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.
|
|
787
1106
|
*/
|
|
788
|
-
declare type
|
|
1107
|
+
declare type __VLS_Props_26 = {
|
|
789
1108
|
/**
|
|
790
1109
|
* Allows to define the progress bar size.
|
|
791
1110
|
*/
|
|
@@ -799,7 +1118,7 @@ declare type __VLS_Props_25 = {
|
|
|
799
1118
|
/**
|
|
800
1119
|
* 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.
|
|
801
1120
|
*/
|
|
802
|
-
declare type
|
|
1121
|
+
declare type __VLS_Props_27 = {
|
|
803
1122
|
/**
|
|
804
1123
|
* The current value of the progress bar.
|
|
805
1124
|
*/
|
|
@@ -809,7 +1128,7 @@ declare type __VLS_Props_26 = {
|
|
|
809
1128
|
/**
|
|
810
1129
|
* A link is an interactive text element used to navigate between pages, sections, or external resources. It is typically underlined and styled to indicate its clickable nature. Links can be standalone or embedded within text, and they may include icons to reinforce their purpose. They are essential for navigation and content referencing in web and application interfaces.
|
|
811
1130
|
*/
|
|
812
|
-
declare type
|
|
1131
|
+
declare type __VLS_Props_28 = {
|
|
813
1132
|
/**
|
|
814
1133
|
* Position of the icon relative to the text.
|
|
815
1134
|
*/
|
|
@@ -843,7 +1162,7 @@ declare type __VLS_Props_27 = {
|
|
|
843
1162
|
/**
|
|
844
1163
|
* A loader is a visual indicator used to inform users that a process is in progress, typically during data fetching, page loading, or background operations. It provides feedback that the system is working, helping to manage user expectations and reduce perceived wait time.
|
|
845
1164
|
*/
|
|
846
|
-
declare type
|
|
1165
|
+
declare type __VLS_Props_29 = {
|
|
847
1166
|
/**
|
|
848
1167
|
* Specifies the visual appearance of the loader.
|
|
849
1168
|
*/
|
|
@@ -853,15 +1172,25 @@ declare type __VLS_Props_28 = {
|
|
|
853
1172
|
*/
|
|
854
1173
|
size?: 'xs' | 's' | 'm' | 'l';
|
|
855
1174
|
/**
|
|
856
|
-
* Text to display alongside the loader when using the loader inside an `Overlay`.
|
|
1175
|
+
* Text to display alongside the loader when using the loader inside an `Overlay`.
|
|
1176
|
+
*/
|
|
1177
|
+
text?: string;
|
|
1178
|
+
};
|
|
1179
|
+
|
|
1180
|
+
/**
|
|
1181
|
+
* An action bottom bar is a fixed element positioned at the bottom of the screen or section, providing persistent access to key actions. It is commonly used for confirmations, validations, warnings, or bulk actions in forms, editing workflows, or data management. This component ensures that primary and secondary actions remain visible and accessible, even when scrolling.
|
|
1182
|
+
*/
|
|
1183
|
+
declare type __VLS_Props_3 = {
|
|
1184
|
+
/**
|
|
1185
|
+
* If `true`, adds a shadow to the action bottom bar.
|
|
857
1186
|
*/
|
|
858
|
-
|
|
1187
|
+
shadow?: boolean;
|
|
859
1188
|
};
|
|
860
1189
|
|
|
861
1190
|
/**
|
|
862
1191
|
* 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.
|
|
863
1192
|
*/
|
|
864
|
-
declare type
|
|
1193
|
+
declare type __VLS_Props_30 = {
|
|
865
1194
|
/**
|
|
866
1195
|
* Controls the visibility of the loading overlay.
|
|
867
1196
|
*/
|
|
@@ -872,20 +1201,10 @@ declare type __VLS_Props_29 = {
|
|
|
872
1201
|
text?: string;
|
|
873
1202
|
};
|
|
874
1203
|
|
|
875
|
-
/**
|
|
876
|
-
* An action bottom bar is a fixed element positioned at the bottom of the screen or section, providing persistent access to key actions. It is commonly used for confirmations, validations, warnings, or bulk actions in forms, editing workflows, or data management. This component ensures that primary and secondary actions remain visible and accessible, even when scrolling.
|
|
877
|
-
*/
|
|
878
|
-
declare type __VLS_Props_3 = {
|
|
879
|
-
/**
|
|
880
|
-
* If `true`, adds a shadow to the action bottom bar.
|
|
881
|
-
*/
|
|
882
|
-
shadow?: boolean;
|
|
883
|
-
};
|
|
884
|
-
|
|
885
1204
|
/**
|
|
886
1205
|
* 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.
|
|
887
1206
|
*/
|
|
888
|
-
declare type
|
|
1207
|
+
declare type __VLS_Props_31 = {
|
|
889
1208
|
/**
|
|
890
1209
|
* if `true`, display the modal.
|
|
891
1210
|
*/
|
|
@@ -915,7 +1234,7 @@ declare type __VLS_Props_30 = {
|
|
|
915
1234
|
/**
|
|
916
1235
|
* A navigation indicator visually represents the current position within a sequence or step-based process, helping users track progress or navigate through a series of items. It is commonly used in carousels, onboarding flows, or media players. Navigation indicators can be interactive, allowing users to jump between steps, or passive, simply showing progress.
|
|
917
1236
|
*/
|
|
918
|
-
declare type
|
|
1237
|
+
declare type __VLS_Props_32 = {
|
|
919
1238
|
/**
|
|
920
1239
|
* The total number of steps to display.
|
|
921
1240
|
*/
|
|
@@ -941,7 +1260,7 @@ declare type __VLS_Props_31 = {
|
|
|
941
1260
|
/**
|
|
942
1261
|
* A Number Badge represents a numeric count, often used to indicate notifications, updates, or items requiring attention. Its distinct appearance makes it easy to spot changes at a glance, ensuring users stay informed without breaking their workflow. Badges are commonly attached to icons, buttons, or tabs to provide contextual awareness.
|
|
943
1262
|
*/
|
|
944
|
-
declare type
|
|
1263
|
+
declare type __VLS_Props_33 = {
|
|
945
1264
|
/**
|
|
946
1265
|
* Content of the badge.
|
|
947
1266
|
*/
|
|
@@ -959,7 +1278,7 @@ declare type __VLS_Props_32 = {
|
|
|
959
1278
|
/**
|
|
960
1279
|
* An overlay is a semi-transparent layer that appears on top of the main content, typically used to dim the background and focus user attention on a specific element. It is often combined with modals, popovers, or loading states to create a visual separation between the foreground and background. Overlays help prevent unintended interactions while keeping the primary content accessible.
|
|
961
1280
|
*/
|
|
962
|
-
declare type
|
|
1281
|
+
declare type __VLS_Props_34 = {
|
|
963
1282
|
/**
|
|
964
1283
|
* Controls the visibility of the overlay.
|
|
965
1284
|
*/
|
|
@@ -973,7 +1292,7 @@ declare type __VLS_Props_33 = {
|
|
|
973
1292
|
/**
|
|
974
1293
|
* The Page Header is a fundamental component that structures the top part of an interface, serving as a cognitive anchor point for users. It establishes page context, facilitates navigation, and provides the main actions available within the current scope.
|
|
975
1294
|
*/
|
|
976
|
-
declare type
|
|
1295
|
+
declare type __VLS_Props_35 = {
|
|
977
1296
|
/**
|
|
978
1297
|
* Main title displayed in the page header.
|
|
979
1298
|
*/
|
|
@@ -1003,7 +1322,7 @@ declare type __VLS_Props_34 = {
|
|
|
1003
1322
|
/**
|
|
1004
1323
|
* 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.
|
|
1005
1324
|
*/
|
|
1006
|
-
declare type
|
|
1325
|
+
declare type __VLS_Props_36 = {
|
|
1007
1326
|
/**
|
|
1008
1327
|
* A unique identifier for the pagination.
|
|
1009
1328
|
*/
|
|
@@ -1033,7 +1352,7 @@ declare type __VLS_Props_35 = {
|
|
|
1033
1352
|
/**
|
|
1034
1353
|
* 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.
|
|
1035
1354
|
*/
|
|
1036
|
-
declare type
|
|
1355
|
+
declare type __VLS_Props_37 = {
|
|
1037
1356
|
/**
|
|
1038
1357
|
* A unique identifier for the password input element, used to associate the label with the form element.
|
|
1039
1358
|
*/
|
|
@@ -1082,7 +1401,7 @@ declare type __VLS_Props_36 = {
|
|
|
1082
1401
|
/**
|
|
1083
1402
|
* A phone number input is a specialized input field designed to capture and validate phone numbers, ensuring correct formatting based on country-specific dialing codes. It often includes a country selector that automatically adjusts the international dialing code. This component improves user experience by standardizing phone number entries, reducing errors, and facilitating global compatibility. It is commonly used in registration forms, authentication flows, and contact information fields.
|
|
1084
1403
|
*/
|
|
1085
|
-
declare type
|
|
1404
|
+
declare type __VLS_Props_38 = {
|
|
1086
1405
|
/**
|
|
1087
1406
|
* A unique identifier for the phone number input element, used to associate the label with the form element.
|
|
1088
1407
|
*/
|
|
@@ -1136,7 +1455,7 @@ declare type __VLS_Props_37 = {
|
|
|
1136
1455
|
/**
|
|
1137
1456
|
* A pincode input is a specialized input field used to enter short numeric codes, such as verification codes, security PINs, or authentication tokens. It typically separates each digit into individual fields to improve readability and ease of entry. This component is commonly used in two-factor authentication (2FA), password recovery, and secure access flows, ensuring a structured and user-friendly experience.<br><br> To put a label, requierement text, help text or to apply a valid or invalid message, the examples are available in the [Field section](/docs/form-elements-field--docs#input).
|
|
1138
1457
|
*/
|
|
1139
|
-
declare type
|
|
1458
|
+
declare type __VLS_Props_39 = {
|
|
1140
1459
|
/**
|
|
1141
1460
|
* A unique identifier for the pincode element, used to associate the label with the form element.
|
|
1142
1461
|
*/
|
|
@@ -1167,41 +1486,6 @@ declare type __VLS_Props_38 = {
|
|
|
1167
1486
|
readonly?: boolean;
|
|
1168
1487
|
};
|
|
1169
1488
|
|
|
1170
|
-
/**
|
|
1171
|
-
* A popover is a small overlay that appears above other content, typically triggered by a user interaction such as clicking or hovering over an element. It is used to display contextual information, additional actions, or interactive content without navigating away from the main interface. Popovers often include a title, description, and action buttons, and they automatically close when clicking outside or selecting an action.
|
|
1172
|
-
*/
|
|
1173
|
-
declare type __VLS_Props_39 = {
|
|
1174
|
-
/**
|
|
1175
|
-
* Allows to define the popover appearance.
|
|
1176
|
-
*/
|
|
1177
|
-
appearance?: 'standard' | 'inverse';
|
|
1178
|
-
/**
|
|
1179
|
-
* Defines the preferred position of the popover relative to its activator.
|
|
1180
|
-
*/
|
|
1181
|
-
position?: 'top' | 'right' | 'bottom' | 'left';
|
|
1182
|
-
/**
|
|
1183
|
-
* Controls the visibility of the popover pointer (arrow).
|
|
1184
|
-
*/
|
|
1185
|
-
pointer?: boolean;
|
|
1186
|
-
/**
|
|
1187
|
-
* Sets the overall size of the popover.
|
|
1188
|
-
*/
|
|
1189
|
-
size?: 's' | 'm' | 'l';
|
|
1190
|
-
/**
|
|
1191
|
-
* Displays a close icon button inside the popover.
|
|
1192
|
-
* Clicking the button will close the popover.
|
|
1193
|
-
*/
|
|
1194
|
-
closable?: boolean;
|
|
1195
|
-
/**
|
|
1196
|
-
* Title displayed at the top of the popover.
|
|
1197
|
-
*/
|
|
1198
|
-
title?: string;
|
|
1199
|
-
/**
|
|
1200
|
-
* Supplementary text displayed below the title.
|
|
1201
|
-
*/
|
|
1202
|
-
description?: string;
|
|
1203
|
-
};
|
|
1204
|
-
|
|
1205
1489
|
/**
|
|
1206
1490
|
* An action list is a contextual menu that presents a list of available actions related to a specific element or interface area. It allows users to quickly access functions such as editing, sharing, deleting, or navigating to sub-actions. Action Lists are commonly triggered by buttons, icons (e.g., three-dot menus), or right-click interactions, ensuring a clean and efficient UI.
|
|
1207
1491
|
*/
|
|
@@ -1218,6 +1502,10 @@ declare type __VLS_Props_4 = {
|
|
|
1218
1502
|
* An array of objects that allows you to provide all the data needed to generate the content for each item.
|
|
1219
1503
|
*/
|
|
1220
1504
|
items: Array<{
|
|
1505
|
+
/**
|
|
1506
|
+
* Unique identifier for the item.
|
|
1507
|
+
*/
|
|
1508
|
+
id?: string;
|
|
1221
1509
|
/**
|
|
1222
1510
|
* The icon displayed for the item from Mozaic-icon-vue.
|
|
1223
1511
|
*/
|
|
@@ -1242,9 +1530,44 @@ declare type __VLS_Props_4 = {
|
|
|
1242
1530
|
};
|
|
1243
1531
|
|
|
1244
1532
|
/**
|
|
1245
|
-
* A
|
|
1533
|
+
* A popover is a small overlay that appears above other content, typically triggered by a user interaction such as clicking or hovering over an element. It is used to display contextual information, additional actions, or interactive content without navigating away from the main interface. Popovers often include a title, description, and action buttons, and they automatically close when clicking outside or selecting an action.
|
|
1246
1534
|
*/
|
|
1247
1535
|
declare type __VLS_Props_40 = {
|
|
1536
|
+
/**
|
|
1537
|
+
* Allows to define the popover appearance.
|
|
1538
|
+
*/
|
|
1539
|
+
appearance?: 'standard' | 'inverse';
|
|
1540
|
+
/**
|
|
1541
|
+
* Defines the preferred position of the popover relative to its activator.
|
|
1542
|
+
*/
|
|
1543
|
+
position?: 'top' | 'right' | 'bottom' | 'left';
|
|
1544
|
+
/**
|
|
1545
|
+
* Controls the visibility of the popover pointer (arrow).
|
|
1546
|
+
*/
|
|
1547
|
+
pointer?: boolean;
|
|
1548
|
+
/**
|
|
1549
|
+
* Sets the overall size of the popover.
|
|
1550
|
+
*/
|
|
1551
|
+
size?: 's' | 'm' | 'l';
|
|
1552
|
+
/**
|
|
1553
|
+
* Displays a close icon button inside the popover.
|
|
1554
|
+
* Clicking the button will close the popover.
|
|
1555
|
+
*/
|
|
1556
|
+
closable?: boolean;
|
|
1557
|
+
/**
|
|
1558
|
+
* Title displayed at the top of the popover.
|
|
1559
|
+
*/
|
|
1560
|
+
title?: string;
|
|
1561
|
+
/**
|
|
1562
|
+
* Supplementary text displayed below the title.
|
|
1563
|
+
*/
|
|
1564
|
+
description?: string;
|
|
1565
|
+
};
|
|
1566
|
+
|
|
1567
|
+
/**
|
|
1568
|
+
* A quantity selector is an input component that allows users to increment or decrement a numeric value, typically using plus (+) and minus (−) buttons. It provides a simple and efficient way to adjust quantities without manual typing, ensuring controlled input. This component is commonly used in e-commerce, inventory management, and settings where users need to specify amounts.
|
|
1569
|
+
*/
|
|
1570
|
+
declare type __VLS_Props_41 = {
|
|
1248
1571
|
/**
|
|
1249
1572
|
* A unique identifier for the quantity selector element, used to associate the label with the form element.
|
|
1250
1573
|
*/
|
|
@@ -1298,7 +1621,7 @@ declare type __VLS_Props_40 = {
|
|
|
1298
1621
|
/**
|
|
1299
1622
|
* A radio button is a selection control that allows users to choose a single option from a list of mutually exclusive choices. Unlike checkboxes, only one option can be selected at a time within the same group. Radio Buttons are commonly used in forms, surveys, and settings where a single choice must be made.
|
|
1300
1623
|
*/
|
|
1301
|
-
declare type
|
|
1624
|
+
declare type __VLS_Props_42 = {
|
|
1302
1625
|
/**
|
|
1303
1626
|
* A unique identifier for the radio, used to associate the label with the form element.
|
|
1304
1627
|
*/
|
|
@@ -1328,7 +1651,7 @@ declare type __VLS_Props_41 = {
|
|
|
1328
1651
|
/**
|
|
1329
1652
|
* A radio button is a selection control that allows users to choose a single option from a list of mutually exclusive choices. Unlike checkboxes, only one option can be selected at a time within the same group. Radio Buttons are commonly used in forms, surveys, and settings where a single choice must be made.<br><br> To put a label, requierement text, help text or to apply a valid or invalid message, the examples are available in the [Field Group section](/docs/form-elements-field-group--docs#radio-group).
|
|
1330
1653
|
*/
|
|
1331
|
-
declare type
|
|
1654
|
+
declare type __VLS_Props_43 = {
|
|
1332
1655
|
/**
|
|
1333
1656
|
* The name attribute for the radio element, typically used for form submission.
|
|
1334
1657
|
*/
|
|
@@ -1360,7 +1683,7 @@ declare type __VLS_Props_42 = {
|
|
|
1360
1683
|
/**
|
|
1361
1684
|
* A Segmented Control allows users to switch between multiple options or views within a single container. It provides a compact and efficient way to toggle between sections without requiring a dropdown or separate navigation. Segmented Controls are commonly used in filters, tabbed navigation, and content selection to enhance user interaction and accessibility.
|
|
1362
1685
|
*/
|
|
1363
|
-
declare type
|
|
1686
|
+
declare type __VLS_Props_44 = {
|
|
1364
1687
|
/**
|
|
1365
1688
|
* Defines the currently active tab.
|
|
1366
1689
|
*
|
|
@@ -1394,7 +1717,7 @@ declare type __VLS_Props_43 = {
|
|
|
1394
1717
|
/**
|
|
1395
1718
|
* A select component allows users to choose a single option from a predefined list within a native dropdown menu. It helps simplify input by displaying only relevant choices, reducing the need for manual text entry. Select components are commonly used in forms, settings, and filters where structured selection is required.<br><br> To put a label, requierement text, help text or to apply a valid or invalid message, the examples are available in the [Field section](/docs/form-elements-field--docs#select).
|
|
1396
1719
|
*/
|
|
1397
|
-
declare type
|
|
1720
|
+
declare type __VLS_Props_45 = {
|
|
1398
1721
|
/**
|
|
1399
1722
|
* A unique identifier for the select, used to associate the label with the form element.
|
|
1400
1723
|
*/
|
|
@@ -1442,7 +1765,7 @@ declare type __VLS_Props_44 = {
|
|
|
1442
1765
|
/**
|
|
1443
1766
|
* A sidebar is a vertical navigation component that provides quick access to key sections and functionalities within an application or website. It contains expandable menus, and shortcuts, allowing users to navigate efficiently while keeping the main content area uncluttered. Sidebars can be collapsible or persistent, adapting to different screen sizes and user preferences. They are commonly used in dashboards, content management systems, and productivity tools.
|
|
1444
1767
|
*/
|
|
1445
|
-
declare type
|
|
1768
|
+
declare type __VLS_Props_46 = {
|
|
1446
1769
|
/**
|
|
1447
1770
|
* the state of the expanded sidebar, bound via v-model.
|
|
1448
1771
|
*/
|
|
@@ -1452,7 +1775,7 @@ declare type __VLS_Props_45 = {
|
|
|
1452
1775
|
/**
|
|
1453
1776
|
* SidebarExpandableItem is a component that renders a sidebar item which can either expand to show a nested submenu or display a floating menu when the sidebar is collapsed. It supports optional icons, keyboard navigation, and accessibility attributes, and allows for custom submenu items via slots.
|
|
1454
1777
|
*/
|
|
1455
|
-
declare type
|
|
1778
|
+
declare type __VLS_Props_47 = {
|
|
1456
1779
|
/**
|
|
1457
1780
|
* The text displayed for the sidebar item in its expanded state.
|
|
1458
1781
|
*/
|
|
@@ -1470,7 +1793,7 @@ declare type __VLS_Props_46 = {
|
|
|
1470
1793
|
/**
|
|
1471
1794
|
* SidebarFooter is a component that renders the footer of a sidebar. It can display a user profile with an optional avatar, title, subtitle, and link, and includes a button to expand or collapse the sidebar.
|
|
1472
1795
|
*/
|
|
1473
|
-
declare type
|
|
1796
|
+
declare type __VLS_Props_48 = {
|
|
1474
1797
|
/**
|
|
1475
1798
|
* The main text or name displayed in the sidebar footer profile.
|
|
1476
1799
|
*/
|
|
@@ -1496,7 +1819,7 @@ declare type __VLS_Props_47 = {
|
|
|
1496
1819
|
/**
|
|
1497
1820
|
* SidebarHeader is a component that renders the header of a sidebar, displaying a logo and a main title.
|
|
1498
1821
|
*/
|
|
1499
|
-
declare type
|
|
1822
|
+
declare type __VLS_Props_49 = {
|
|
1500
1823
|
/**
|
|
1501
1824
|
* The main title text displayed in the sidebar header.
|
|
1502
1825
|
*/
|
|
@@ -1507,10 +1830,20 @@ declare type __VLS_Props_48 = {
|
|
|
1507
1830
|
logo: string;
|
|
1508
1831
|
};
|
|
1509
1832
|
|
|
1833
|
+
/**
|
|
1834
|
+
* An avatar is a graphical representation of a user, entity, or group, commonly displayed as an image, initials, or an icon. It helps identify individuals or accounts in profiles, comments, chat interfaces, and user lists. Avatars can be customized with different styles, sizes, and fallback options (such as initials or placeholders) to ensure consistency and recognition across interfaces. When multiple users are represented, Avatar groups provide a compact way to display them collectively.
|
|
1835
|
+
*/
|
|
1836
|
+
declare type __VLS_Props_5 = {
|
|
1837
|
+
/**
|
|
1838
|
+
* Allows to define the avatar size.
|
|
1839
|
+
*/
|
|
1840
|
+
size?: 's' | 'm' | 'l';
|
|
1841
|
+
};
|
|
1842
|
+
|
|
1510
1843
|
/**
|
|
1511
1844
|
* SidebarNavItem is a component that renders a sidebar navigation item with optional icon support. It handles active, locked, and external states, shows tooltips or floating items when the sidebar is collapsed, and supports click events.
|
|
1512
1845
|
*/
|
|
1513
|
-
declare type
|
|
1846
|
+
declare type __VLS_Props_50 = {
|
|
1514
1847
|
tag?: string;
|
|
1515
1848
|
/**
|
|
1516
1849
|
* The text label displayed for the navigation item.
|
|
@@ -1538,20 +1871,10 @@ declare type __VLS_Props_49 = {
|
|
|
1538
1871
|
active?: boolean;
|
|
1539
1872
|
};
|
|
1540
1873
|
|
|
1541
|
-
/**
|
|
1542
|
-
* An avatar is a graphical representation of a user, entity, or group, commonly displayed as an image, initials, or an icon. It helps identify individuals or accounts in profiles, comments, chat interfaces, and user lists. Avatars can be customized with different styles, sizes, and fallback options (such as initials or placeholders) to ensure consistency and recognition across interfaces. When multiple users are represented, Avatar groups provide a compact way to display them collectively.
|
|
1543
|
-
*/
|
|
1544
|
-
declare type __VLS_Props_5 = {
|
|
1545
|
-
/**
|
|
1546
|
-
* Allows to define the avatar size.
|
|
1547
|
-
*/
|
|
1548
|
-
size?: 's' | 'm' | 'l';
|
|
1549
|
-
};
|
|
1550
|
-
|
|
1551
1874
|
/**
|
|
1552
1875
|
* SidebarShortcutItem is a component that renders a sidebar shortcut link with an optional icon and label, providing quick access to a specific URL.
|
|
1553
1876
|
*/
|
|
1554
|
-
declare type
|
|
1877
|
+
declare type __VLS_Props_51 = {
|
|
1555
1878
|
/**
|
|
1556
1879
|
* The text label displayed for the shortcut item.
|
|
1557
1880
|
*/
|
|
@@ -1569,7 +1892,7 @@ declare type __VLS_Props_50 = {
|
|
|
1569
1892
|
/**
|
|
1570
1893
|
* SidebarShortcuts is a component that displays a list of sidebar shortcut items. It supports stacked or grid layouts, shows a floating overlay when the sidebar is collapsed, and allows custom shortcut items via slots.
|
|
1571
1894
|
*/
|
|
1572
|
-
declare type
|
|
1895
|
+
declare type __VLS_Props_52 = {
|
|
1573
1896
|
/**
|
|
1574
1897
|
* Determines the layout of the sidebar shortcuts. When true, the shortcuts are displayed in a vertical stacked list. When false or not provided, the shortcuts are arranged in a grid layout.
|
|
1575
1898
|
*/
|
|
@@ -1579,7 +1902,7 @@ declare type __VLS_Props_51 = {
|
|
|
1579
1902
|
/**
|
|
1580
1903
|
* A Star rating visually represents a score or evaluation and can be used to display a rating or allow users to rate an item, such as a product or service. It serves two main purposes: collecting user feedback by enabling individuals to express their experience and providing social proof by displaying ratings from other users to assist decision-making. Rating Stars are commonly found in e-commerce, review systems, and feedback interfaces, offering a quick and intuitive way to assess quality or satisfaction.
|
|
1581
1904
|
*/
|
|
1582
|
-
declare type
|
|
1905
|
+
declare type __VLS_Props_53 = {
|
|
1583
1906
|
/**
|
|
1584
1907
|
* Determines whether the rating is interactive or read-only.
|
|
1585
1908
|
* When true, all user interactions (click, hover, keyboard) are disabled.
|
|
@@ -1626,7 +1949,7 @@ declare type __VLS_Props_52 = {
|
|
|
1626
1949
|
/**
|
|
1627
1950
|
* A Status Badge is used to indicate the current status of an element, providing a clear and concise visual cue. The status can change dynamically based on updates, events, or conditions within the system. Status Badges help users quickly identify the state of an item, such as an order status, system health, or process completion. They are often color-coded to enhance readability and recognition.
|
|
1628
1951
|
*/
|
|
1629
|
-
declare type
|
|
1952
|
+
declare type __VLS_Props_54 = {
|
|
1630
1953
|
/**
|
|
1631
1954
|
* Content of the status badge
|
|
1632
1955
|
*/
|
|
@@ -1640,7 +1963,7 @@ declare type __VLS_Props_53 = {
|
|
|
1640
1963
|
/**
|
|
1641
1964
|
* A Status dot is a small visual indicator used to represent the state or condition of an element. It is often color-coded to convey different statuses at a glance, such as availability, activity, or urgency. Status Dots are commonly found in user presence indicators, system statuses, or process tracking to provide quick, unobtrusive feedback.
|
|
1642
1965
|
*/
|
|
1643
|
-
declare type
|
|
1966
|
+
declare type __VLS_Props_55 = {
|
|
1644
1967
|
/**
|
|
1645
1968
|
* Allows to define the status dot type.
|
|
1646
1969
|
*/
|
|
@@ -1654,7 +1977,7 @@ declare type __VLS_Props_54 = {
|
|
|
1654
1977
|
/**
|
|
1655
1978
|
* A Status Message is a compact component that combines an icon and concise text to communicate system states or user feedback in limited interface space. The icon and message work together as a unified structure to provide clear, immediate understanding of the current status. Status Messages are designed for contexts where space is constrained but clear communication is essential, offering quick recognition through color-coded icons paired with brief, actionable text.
|
|
1656
1979
|
*/
|
|
1657
|
-
declare type
|
|
1980
|
+
declare type __VLS_Props_56 = {
|
|
1658
1981
|
/**
|
|
1659
1982
|
* Allows to define the status message style.
|
|
1660
1983
|
*/
|
|
@@ -1668,7 +1991,7 @@ declare type __VLS_Props_55 = {
|
|
|
1668
1991
|
/**
|
|
1669
1992
|
* 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.
|
|
1670
1993
|
*/
|
|
1671
|
-
declare type
|
|
1994
|
+
declare type __VLS_Props_57 = {
|
|
1672
1995
|
/**
|
|
1673
1996
|
* Title of the status notification.
|
|
1674
1997
|
*/
|
|
@@ -1690,7 +2013,7 @@ declare type __VLS_Props_56 = {
|
|
|
1690
2013
|
/**
|
|
1691
2014
|
* A stepper bottom bar is a persistent navigation component used to guide users through a multi-step process. It typically includes “Previous” and “Next” buttons, along with optional actions such as “Cancel” or “Validate”, ensuring a structured flow. This component is commonly used in forms, onboarding sequences, and checkout processes, improving usability by keeping navigation actions always accessible.
|
|
1692
2015
|
*/
|
|
1693
|
-
declare type
|
|
2016
|
+
declare type __VLS_Props_58 = {
|
|
1694
2017
|
/**
|
|
1695
2018
|
* Current step of the stepper compact.
|
|
1696
2019
|
*/
|
|
@@ -1724,7 +2047,7 @@ declare type __VLS_Props_57 = {
|
|
|
1724
2047
|
/**
|
|
1725
2048
|
* A stepper is a navigation component that guides users through a sequence of steps in a structured process. It visually represents progress, completed steps, and upcoming steps, helping users understand their position within a workflow. Steppers are commonly used in multi-step forms, onboarding flows, checkout processes, and task completion sequences to improve clarity and reduce cognitive load.
|
|
1726
2049
|
*/
|
|
1727
|
-
declare type
|
|
2050
|
+
declare type __VLS_Props_59 = {
|
|
1728
2051
|
/**
|
|
1729
2052
|
* Current step of the stepper compact.
|
|
1730
2053
|
*/
|
|
@@ -1744,67 +2067,67 @@ declare type __VLS_Props_58 = {
|
|
|
1744
2067
|
};
|
|
1745
2068
|
|
|
1746
2069
|
/**
|
|
1747
|
-
* A
|
|
2070
|
+
* 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.
|
|
1748
2071
|
*/
|
|
1749
|
-
declare type
|
|
2072
|
+
declare type __VLS_Props_6 = {
|
|
1750
2073
|
/**
|
|
1751
|
-
*
|
|
1752
|
-
*
|
|
1753
|
-
* - If a `number` is provided, it represents the 1-based position of the step
|
|
1754
|
-
* in the `steps` array (e.g. `1` for the first step).
|
|
1755
|
-
* - If a `string` is provided, it must match the `id` of one of the steps.
|
|
2074
|
+
* Allows to define the breadcrumb appearance.
|
|
1756
2075
|
*/
|
|
1757
|
-
|
|
2076
|
+
appearance?: 'standard' | 'inverse';
|
|
1758
2077
|
/**
|
|
1759
|
-
*
|
|
2078
|
+
* Links of the breadcrumb.
|
|
1760
2079
|
*/
|
|
1761
|
-
|
|
2080
|
+
links: Array<{
|
|
1762
2081
|
/**
|
|
1763
|
-
*
|
|
2082
|
+
* The label displayed for the link.
|
|
1764
2083
|
*/
|
|
1765
|
-
|
|
2084
|
+
label: string;
|
|
1766
2085
|
/**
|
|
1767
|
-
*
|
|
2086
|
+
* URL for the link (for external links or the `to` prop for `router-link`).
|
|
1768
2087
|
*/
|
|
1769
|
-
|
|
2088
|
+
href: string;
|
|
1770
2089
|
/**
|
|
1771
|
-
*
|
|
2090
|
+
* If `true`, the link will be rendered as a `router-link` for internal navigation (Vue Router).
|
|
1772
2091
|
*/
|
|
1773
|
-
|
|
2092
|
+
router?: boolean;
|
|
1774
2093
|
}>;
|
|
1775
2094
|
};
|
|
1776
2095
|
|
|
1777
2096
|
/**
|
|
1778
|
-
* A
|
|
2097
|
+
* A stepper is a navigation component that guides users through a sequence of steps in a structured process. It visually represents progress, completed steps, and upcoming steps, helping users understand their position within a workflow. Steppers are commonly used in multi-step forms, onboarding flows, checkout processes, and task completion sequences to improve clarity and reduce cognitive load.
|
|
1779
2098
|
*/
|
|
1780
|
-
declare type
|
|
2099
|
+
declare type __VLS_Props_60 = {
|
|
1781
2100
|
/**
|
|
1782
|
-
*
|
|
2101
|
+
* Defines the currently active step.
|
|
2102
|
+
*
|
|
2103
|
+
* - If a `number` is provided, it represents the 1-based position of the step
|
|
2104
|
+
* in the `steps` array (e.g. `1` for the first step).
|
|
2105
|
+
* - If a `string` is provided, it must match the `id` of one of the steps.
|
|
1783
2106
|
*/
|
|
1784
|
-
|
|
2107
|
+
currentStep?: string | number;
|
|
1785
2108
|
/**
|
|
1786
|
-
*
|
|
2109
|
+
* Steps of the stepper inline.
|
|
1787
2110
|
*/
|
|
1788
|
-
|
|
2111
|
+
steps?: Array<{
|
|
1789
2112
|
/**
|
|
1790
|
-
*
|
|
2113
|
+
* Uniquer identifier for the step.
|
|
1791
2114
|
*/
|
|
1792
|
-
|
|
2115
|
+
id?: string;
|
|
1793
2116
|
/**
|
|
1794
|
-
*
|
|
2117
|
+
* Label of the step.
|
|
1795
2118
|
*/
|
|
1796
|
-
|
|
2119
|
+
label: string;
|
|
1797
2120
|
/**
|
|
1798
|
-
*
|
|
2121
|
+
* Optional additional information under the label.
|
|
1799
2122
|
*/
|
|
1800
|
-
|
|
2123
|
+
additionalInfo?: string;
|
|
1801
2124
|
}>;
|
|
1802
2125
|
};
|
|
1803
2126
|
|
|
1804
2127
|
/**
|
|
1805
2128
|
* 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.
|
|
1806
2129
|
*/
|
|
1807
|
-
declare type
|
|
2130
|
+
declare type __VLS_Props_61 = {
|
|
1808
2131
|
/**
|
|
1809
2132
|
* A description indicating the purpose of the set of tabs. Useful for improving the accessibility of the component.
|
|
1810
2133
|
*/
|
|
@@ -1854,7 +2177,7 @@ declare type __VLS_Props_60 = {
|
|
|
1854
2177
|
/**
|
|
1855
2178
|
* 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).
|
|
1856
2179
|
*/
|
|
1857
|
-
declare type
|
|
2180
|
+
declare type __VLS_Props_62 = {
|
|
1858
2181
|
/**
|
|
1859
2182
|
* Defines the behavior and layout of the tag.
|
|
1860
2183
|
*/
|
|
@@ -1896,7 +2219,7 @@ declare type __VLS_Props_61 = {
|
|
|
1896
2219
|
/**
|
|
1897
2220
|
* A text area is an input designed for multi-line text entry, allowing users to input longer content compared to a standard text input. It is commonly used for comments, feedback, descriptions, and messaging. Text areas can be resizable or fixed in height, depending on the context, and often include placeholder text, character limits, and validation messages to guide users.<br><br> To put a label, requierement text, help text or to apply a valid or invalid message, the examples are available in the [Field section](/docs/form-elements-field--docs#textarea).
|
|
1898
2221
|
*/
|
|
1899
|
-
declare type
|
|
2222
|
+
declare type __VLS_Props_63 = {
|
|
1900
2223
|
/**
|
|
1901
2224
|
* A unique identifier for the textarea, used to associate the label with the form element.
|
|
1902
2225
|
*/
|
|
@@ -1942,7 +2265,7 @@ declare type __VLS_Props_62 = {
|
|
|
1942
2265
|
/**
|
|
1943
2266
|
* A text input is a single-line input that allows users to enter and edit short text-based content. It is commonly used for names, email addresses, search queries, and form entries. Text Inputs often include placeholders, validation rules, and assistive text to guide users and ensure accurate data entry.<br><br> To put a label, requierement text, help text or to apply a valid or invalid message, the examples are available in the [Field section](/docs/form-elements-field--docs#input).
|
|
1944
2267
|
*/
|
|
1945
|
-
declare type
|
|
2268
|
+
declare type __VLS_Props_64 = {
|
|
1946
2269
|
/**
|
|
1947
2270
|
* A unique identifier for the input element, used to associate the label with the form element.
|
|
1948
2271
|
*/
|
|
@@ -2000,7 +2323,7 @@ declare type __VLS_Props_63 = {
|
|
|
2000
2323
|
/**
|
|
2001
2324
|
* A tile is a container component used to group related content and actions within a structured layout. It provides a clickable or static area that can display text, images, icons, or interactive elements. Tiles are commonly used to present key information, navigate to detailed views, or trigger specific actions in dashboards, cards, and grid-based layouts. Their adaptable design allows them to accommodate various content types while maintaining a consistent and organized interface.
|
|
2002
2325
|
*/
|
|
2003
|
-
declare type
|
|
2326
|
+
declare type __VLS_Props_65 = {
|
|
2004
2327
|
/**
|
|
2005
2328
|
* Defines the visual style of the tile.
|
|
2006
2329
|
*/
|
|
@@ -2014,7 +2337,7 @@ declare type __VLS_Props_64 = {
|
|
|
2014
2337
|
/**
|
|
2015
2338
|
* A tile is a container component used to group related content and actions within a structured layout. It provides a clickable or static area that can display text, images, icons, or interactive elements. Tiles are commonly used to present key information, navigate to detailed views, or trigger specific actions in dashboards, cards, and grid-based layouts. Their adaptable design allows them to accommodate various content types while maintaining a consistent and organized interface.
|
|
2016
2339
|
*/
|
|
2017
|
-
declare type
|
|
2340
|
+
declare type __VLS_Props_66 = {
|
|
2018
2341
|
/**
|
|
2019
2342
|
* Defines the visual style of the tile.
|
|
2020
2343
|
*/
|
|
@@ -2046,7 +2369,7 @@ declare type __VLS_Props_65 = {
|
|
|
2046
2369
|
/**
|
|
2047
2370
|
* A tile is a container component used to group related content and actions within a structured layout. It provides a clickable or static area that can display text, images, icons, or interactive elements. Tiles are commonly used to present key information, navigate to detailed views, or trigger specific actions in dashboards, cards, and grid-based layouts. Their adaptable design allows them to accommodate various content types while maintaining a consistent and organized interface.
|
|
2048
2371
|
*/
|
|
2049
|
-
declare type
|
|
2372
|
+
declare type __VLS_Props_67 = {
|
|
2050
2373
|
/**
|
|
2051
2374
|
* Defines the visual style of the tile.
|
|
2052
2375
|
*/
|
|
@@ -2068,7 +2391,7 @@ declare type __VLS_Props_66 = {
|
|
|
2068
2391
|
/**
|
|
2069
2392
|
* A tile is a container component used to group related content and actions within a structured layout. It provides a clickable or static area that can display text, images, icons, or interactive elements. Tiles are commonly used to present key information, navigate to detailed views, or trigger specific actions in dashboards, cards, and grid-based layouts. Their adaptable design allows them to accommodate various content types while maintaining a consistent and organized interface.
|
|
2070
2393
|
*/
|
|
2071
|
-
declare type
|
|
2394
|
+
declare type __VLS_Props_68 = {
|
|
2072
2395
|
/**
|
|
2073
2396
|
* The current value of the tile (selected or not).
|
|
2074
2397
|
*/
|
|
@@ -2098,7 +2421,7 @@ declare type __VLS_Props_67 = {
|
|
|
2098
2421
|
/**
|
|
2099
2422
|
* A toaster is a temporary notification that appears briefly on the screen to provide feedback or updates without interrupting the user’s workflow. It is commonly used for success messages, warnings, errors, or informational updates. Toasters can disappear automatically after a few seconds, be dismissed manually via a close button, or be removed when the user performs a relevant action. They typically include an icon, a short message, and an optional close button for better usability.
|
|
2100
2423
|
*/
|
|
2101
|
-
declare type
|
|
2424
|
+
declare type __VLS_Props_69 = {
|
|
2102
2425
|
/**
|
|
2103
2426
|
* If `true`, display the Toaster.
|
|
2104
2427
|
*/
|
|
@@ -2116,23 +2439,38 @@ declare type __VLS_Props_68 = {
|
|
|
2116
2439
|
*/
|
|
2117
2440
|
status?: 'info' | 'success' | 'warning' | 'error';
|
|
2118
2441
|
/**
|
|
2119
|
-
* If `true`, display the close button.
|
|
2442
|
+
* If `true`, display the close button.
|
|
2443
|
+
*/
|
|
2444
|
+
closable?: boolean;
|
|
2445
|
+
/**
|
|
2446
|
+
* If `true`, display the progress bar of the duration.
|
|
2447
|
+
*/
|
|
2448
|
+
progress?: boolean;
|
|
2449
|
+
/**
|
|
2450
|
+
* Duration of the toaster
|
|
2451
|
+
*/
|
|
2452
|
+
timeout?: number;
|
|
2453
|
+
};
|
|
2454
|
+
|
|
2455
|
+
declare type __VLS_Props_7 = {
|
|
2456
|
+
/**
|
|
2457
|
+
* Specifies the key of the currently selected menu item. It allows the component to highlight or style the corresponding item to indicate it is selected or currently in use.
|
|
2120
2458
|
*/
|
|
2121
|
-
|
|
2459
|
+
modelValue?: number;
|
|
2122
2460
|
/**
|
|
2123
|
-
*
|
|
2461
|
+
* Defines the menu items, each of which can include an icon and act as a button, link, or router-link.
|
|
2124
2462
|
*/
|
|
2125
|
-
|
|
2463
|
+
items: MenuItem[];
|
|
2126
2464
|
/**
|
|
2127
|
-
*
|
|
2465
|
+
* When enabled, adds a visible border around the wrapper to highlight or separate its content.
|
|
2128
2466
|
*/
|
|
2129
|
-
|
|
2467
|
+
outlined?: boolean;
|
|
2130
2468
|
};
|
|
2131
2469
|
|
|
2132
2470
|
/**
|
|
2133
2471
|
* A toggle is a switch component that allows users to enable or disable a setting, representing a binary state such as on/off or active/inactive. It provides a quick and intuitive way to control preferences or system settings. Toggles are commonly used in settings menus, dark mode switches, and feature activations, offering an alternative to checkboxes for immediate visual feedback.
|
|
2134
2472
|
*/
|
|
2135
|
-
declare type
|
|
2473
|
+
declare type __VLS_Props_70 = {
|
|
2136
2474
|
/**
|
|
2137
2475
|
* A unique identifier for the toggle, used to associate the label with the form element.
|
|
2138
2476
|
*/
|
|
@@ -2159,25 +2497,10 @@ declare type __VLS_Props_69 = {
|
|
|
2159
2497
|
disabled?: boolean;
|
|
2160
2498
|
};
|
|
2161
2499
|
|
|
2162
|
-
declare type __VLS_Props_7 = {
|
|
2163
|
-
/**
|
|
2164
|
-
* Specifies the key of the currently selected menu item. It allows the component to highlight or style the corresponding item to indicate it is selected or currently in use.
|
|
2165
|
-
*/
|
|
2166
|
-
modelValue?: number;
|
|
2167
|
-
/**
|
|
2168
|
-
* Defines the menu items, each of which can include an icon and act as a button, link, or router-link.
|
|
2169
|
-
*/
|
|
2170
|
-
items: MenuItem[];
|
|
2171
|
-
/**
|
|
2172
|
-
* When enabled, adds a visible border around the wrapper to highlight or separate its content.
|
|
2173
|
-
*/
|
|
2174
|
-
outlined?: boolean;
|
|
2175
|
-
};
|
|
2176
|
-
|
|
2177
2500
|
/**
|
|
2178
2501
|
* A toggle is a switch component that allows users to enable or disable a setting, representing a binary state such as on/off or active/inactive. It provides a quick and intuitive way to control preferences or system settings. Toggles are commonly used in settings menus, dark mode switches, and feature activations, offering an alternative to checkboxes for immediate visual feedback.<br><br> To put a label, requierement text, help text or to apply a valid or invalid message, the examples are available in the [Field Group section](/docs/form-elements-field-group--docs#toggle-group).
|
|
2179
2502
|
*/
|
|
2180
|
-
declare type
|
|
2503
|
+
declare type __VLS_Props_71 = {
|
|
2181
2504
|
/**
|
|
2182
2505
|
* The name attribute for the toggle element, typically used for form submission.
|
|
2183
2506
|
*/
|
|
@@ -2206,7 +2529,7 @@ declare type __VLS_Props_70 = {
|
|
|
2206
2529
|
/**
|
|
2207
2530
|
* 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.
|
|
2208
2531
|
*/
|
|
2209
|
-
declare type
|
|
2532
|
+
declare type __VLS_Props_72 = {
|
|
2210
2533
|
/**
|
|
2211
2534
|
* A unique identifier for the tooltip, used to describe the tooltip.
|
|
2212
2535
|
*/
|
|
@@ -2287,7 +2610,7 @@ declare type __VLS_Props_9 = {
|
|
|
2287
2610
|
|
|
2288
2611
|
declare type __VLS_PublicProps = {
|
|
2289
2612
|
modelValue: number;
|
|
2290
|
-
} &
|
|
2613
|
+
} & __VLS_Props_53;
|
|
2291
2614
|
|
|
2292
2615
|
declare function __VLS_template(): {
|
|
2293
2616
|
attrs: Partial<{}>;
|
|
@@ -2307,6 +2630,23 @@ declare function __VLS_template(): {
|
|
|
2307
2630
|
};
|
|
2308
2631
|
|
|
2309
2632
|
declare function __VLS_template_10(): {
|
|
2633
|
+
attrs: Partial<{}>;
|
|
2634
|
+
slots: Readonly<{
|
|
2635
|
+
/**
|
|
2636
|
+
* Use this slot to insert the content of the container.
|
|
2637
|
+
*/
|
|
2638
|
+
default?: VNode;
|
|
2639
|
+
}> & {
|
|
2640
|
+
/**
|
|
2641
|
+
* Use this slot to insert the content of the container.
|
|
2642
|
+
*/
|
|
2643
|
+
default?: VNode;
|
|
2644
|
+
};
|
|
2645
|
+
refs: {};
|
|
2646
|
+
rootEl: HTMLDivElement;
|
|
2647
|
+
};
|
|
2648
|
+
|
|
2649
|
+
declare function __VLS_template_11(): {
|
|
2310
2650
|
attrs: Partial<{}>;
|
|
2311
2651
|
slots: Readonly<{
|
|
2312
2652
|
/**
|
|
@@ -2323,7 +2663,7 @@ declare function __VLS_template_10(): {
|
|
|
2323
2663
|
rootEl: HTMLDivElement;
|
|
2324
2664
|
};
|
|
2325
2665
|
|
|
2326
|
-
declare function
|
|
2666
|
+
declare function __VLS_template_12(): {
|
|
2327
2667
|
attrs: Partial<{}>;
|
|
2328
2668
|
slots: Readonly<{
|
|
2329
2669
|
/**
|
|
@@ -2350,7 +2690,7 @@ declare function __VLS_template_11(): {
|
|
|
2350
2690
|
rootEl: any;
|
|
2351
2691
|
};
|
|
2352
2692
|
|
|
2353
|
-
declare function
|
|
2693
|
+
declare function __VLS_template_13(): {
|
|
2354
2694
|
attrs: Partial<{}>;
|
|
2355
2695
|
slots: Readonly<{
|
|
2356
2696
|
/**
|
|
@@ -2367,7 +2707,7 @@ declare function __VLS_template_12(): {
|
|
|
2367
2707
|
rootEl: HTMLDivElement;
|
|
2368
2708
|
};
|
|
2369
2709
|
|
|
2370
|
-
declare function
|
|
2710
|
+
declare function __VLS_template_14(): {
|
|
2371
2711
|
attrs: Partial<{}>;
|
|
2372
2712
|
slots: Readonly<{
|
|
2373
2713
|
/**
|
|
@@ -2384,7 +2724,7 @@ declare function __VLS_template_13(): {
|
|
|
2384
2724
|
rootEl: HTMLFieldSetElement;
|
|
2385
2725
|
};
|
|
2386
2726
|
|
|
2387
|
-
declare function
|
|
2727
|
+
declare function __VLS_template_15(): {
|
|
2388
2728
|
attrs: Partial<{}>;
|
|
2389
2729
|
slots: Readonly<{
|
|
2390
2730
|
/**
|
|
@@ -2427,7 +2767,7 @@ declare function __VLS_template_14(): {
|
|
|
2427
2767
|
rootEl: HTMLDivElement;
|
|
2428
2768
|
};
|
|
2429
2769
|
|
|
2430
|
-
declare function
|
|
2770
|
+
declare function __VLS_template_16(): {
|
|
2431
2771
|
attrs: Partial<{}>;
|
|
2432
2772
|
slots: Readonly<{
|
|
2433
2773
|
/**
|
|
@@ -2462,7 +2802,7 @@ declare function __VLS_template_15(): {
|
|
|
2462
2802
|
rootEl: HTMLDivElement;
|
|
2463
2803
|
};
|
|
2464
2804
|
|
|
2465
|
-
declare function
|
|
2805
|
+
declare function __VLS_template_17(): {
|
|
2466
2806
|
attrs: Partial<{}>;
|
|
2467
2807
|
slots: Readonly<{
|
|
2468
2808
|
/**
|
|
@@ -2479,7 +2819,7 @@ declare function __VLS_template_16(): {
|
|
|
2479
2819
|
rootEl: HTMLButtonElement;
|
|
2480
2820
|
};
|
|
2481
2821
|
|
|
2482
|
-
declare function
|
|
2822
|
+
declare function __VLS_template_18(): {
|
|
2483
2823
|
attrs: Partial<{}>;
|
|
2484
2824
|
slots: Readonly<{
|
|
2485
2825
|
/**
|
|
@@ -2504,7 +2844,7 @@ declare function __VLS_template_17(): {
|
|
|
2504
2844
|
rootEl: any;
|
|
2505
2845
|
};
|
|
2506
2846
|
|
|
2507
|
-
declare function
|
|
2847
|
+
declare function __VLS_template_19(): {
|
|
2508
2848
|
attrs: Partial<{}>;
|
|
2509
2849
|
slots: Readonly<{
|
|
2510
2850
|
/**
|
|
@@ -2545,41 +2885,41 @@ declare function __VLS_template_18(): {
|
|
|
2545
2885
|
rootEl: any;
|
|
2546
2886
|
};
|
|
2547
2887
|
|
|
2548
|
-
declare function
|
|
2888
|
+
declare function __VLS_template_2(): {
|
|
2549
2889
|
attrs: Partial<{}>;
|
|
2550
2890
|
slots: Readonly<{
|
|
2551
2891
|
/**
|
|
2552
|
-
* Use this slot to
|
|
2892
|
+
* Use this slot to display custom content.
|
|
2553
2893
|
*/
|
|
2554
|
-
default
|
|
2894
|
+
default: VNode;
|
|
2555
2895
|
}> & {
|
|
2556
2896
|
/**
|
|
2557
|
-
* Use this slot to
|
|
2897
|
+
* Use this slot to display custom content.
|
|
2558
2898
|
*/
|
|
2559
|
-
default
|
|
2899
|
+
default: VNode;
|
|
2560
2900
|
};
|
|
2561
2901
|
refs: {};
|
|
2562
2902
|
rootEl: HTMLDivElement;
|
|
2563
2903
|
};
|
|
2564
2904
|
|
|
2565
|
-
declare function
|
|
2905
|
+
declare function __VLS_template_20(): {
|
|
2566
2906
|
attrs: Partial<{}>;
|
|
2567
2907
|
slots: Readonly<{
|
|
2568
2908
|
/**
|
|
2569
|
-
* Use this slot to
|
|
2909
|
+
* Use this slot to insert a centered content inside the overlay.
|
|
2570
2910
|
*/
|
|
2571
|
-
default
|
|
2911
|
+
default?: VNode;
|
|
2572
2912
|
}> & {
|
|
2573
2913
|
/**
|
|
2574
|
-
* Use this slot to
|
|
2914
|
+
* Use this slot to insert a centered content inside the overlay.
|
|
2575
2915
|
*/
|
|
2576
|
-
default
|
|
2916
|
+
default?: VNode;
|
|
2577
2917
|
};
|
|
2578
2918
|
refs: {};
|
|
2579
2919
|
rootEl: HTMLDivElement;
|
|
2580
2920
|
};
|
|
2581
2921
|
|
|
2582
|
-
declare function
|
|
2922
|
+
declare function __VLS_template_21(): {
|
|
2583
2923
|
attrs: Partial<{}>;
|
|
2584
2924
|
slots: Readonly<{
|
|
2585
2925
|
/**
|
|
@@ -2612,7 +2952,7 @@ declare function __VLS_template_20(): {
|
|
|
2612
2952
|
rootEl: HTMLDivElement;
|
|
2613
2953
|
};
|
|
2614
2954
|
|
|
2615
|
-
declare function
|
|
2955
|
+
declare function __VLS_template_22(): {
|
|
2616
2956
|
attrs: Partial<{}>;
|
|
2617
2957
|
slots: Readonly<{
|
|
2618
2958
|
/**
|
|
@@ -2655,7 +2995,7 @@ declare function __VLS_template_21(): {
|
|
|
2655
2995
|
rootEl: any;
|
|
2656
2996
|
};
|
|
2657
2997
|
|
|
2658
|
-
declare function
|
|
2998
|
+
declare function __VLS_template_23(): {
|
|
2659
2999
|
attrs: Partial<{}>;
|
|
2660
3000
|
slots: Readonly<{
|
|
2661
3001
|
/**
|
|
@@ -2698,7 +3038,7 @@ declare function __VLS_template_22(): {
|
|
|
2698
3038
|
rootEl: HTMLElement;
|
|
2699
3039
|
};
|
|
2700
3040
|
|
|
2701
|
-
declare function
|
|
3041
|
+
declare function __VLS_template_24(): {
|
|
2702
3042
|
attrs: Partial<{}>;
|
|
2703
3043
|
slots: Readonly<{
|
|
2704
3044
|
/**
|
|
@@ -2718,7 +3058,7 @@ declare function __VLS_template_23(): {
|
|
|
2718
3058
|
rootEl: any;
|
|
2719
3059
|
};
|
|
2720
3060
|
|
|
2721
|
-
declare function
|
|
3061
|
+
declare function __VLS_template_25(): {
|
|
2722
3062
|
attrs: Partial<{}>;
|
|
2723
3063
|
slots: Readonly<{
|
|
2724
3064
|
/**
|
|
@@ -2742,9 +3082,7 @@ declare function __VLS_template_24(): {
|
|
|
2742
3082
|
readonly hideFloatingItem: () => void;
|
|
2743
3083
|
readonly "onLog-out"?: (() => any) | undefined;
|
|
2744
3084
|
} & VNodeProps & AllowedComponentProps & ComponentCustomProps;
|
|
2745
|
-
$attrs:
|
|
2746
|
-
[x: string]: unknown;
|
|
2747
|
-
};
|
|
3085
|
+
$attrs: Attrs;
|
|
2748
3086
|
$refs: {
|
|
2749
3087
|
[x: string]: unknown;
|
|
2750
3088
|
} & {
|
|
@@ -2808,7 +3146,7 @@ declare function __VLS_template_24(): {
|
|
|
2808
3146
|
rootEl: HTMLElement;
|
|
2809
3147
|
};
|
|
2810
3148
|
|
|
2811
|
-
declare function
|
|
3149
|
+
declare function __VLS_template_26(): {
|
|
2812
3150
|
attrs: Partial<{}>;
|
|
2813
3151
|
slots: Readonly<{
|
|
2814
3152
|
/**
|
|
@@ -2828,7 +3166,7 @@ declare function __VLS_template_25(): {
|
|
|
2828
3166
|
rootEl: any;
|
|
2829
3167
|
};
|
|
2830
3168
|
|
|
2831
|
-
declare function
|
|
3169
|
+
declare function __VLS_template_27(): {
|
|
2832
3170
|
attrs: Partial<{}>;
|
|
2833
3171
|
slots: Readonly<{
|
|
2834
3172
|
/**
|
|
@@ -2845,7 +3183,7 @@ declare function __VLS_template_26(): {
|
|
|
2845
3183
|
rootEl: HTMLElement;
|
|
2846
3184
|
};
|
|
2847
3185
|
|
|
2848
|
-
declare function
|
|
3186
|
+
declare function __VLS_template_28(): {
|
|
2849
3187
|
attrs: Partial<{}>;
|
|
2850
3188
|
slots: Readonly<{
|
|
2851
3189
|
/**
|
|
@@ -2858,11 +3196,13 @@ declare function __VLS_template_27(): {
|
|
|
2858
3196
|
*/
|
|
2859
3197
|
icon?: VNode;
|
|
2860
3198
|
};
|
|
2861
|
-
refs: {
|
|
3199
|
+
refs: {
|
|
3200
|
+
textInput: HTMLInputElement;
|
|
3201
|
+
};
|
|
2862
3202
|
rootEl: any;
|
|
2863
3203
|
};
|
|
2864
3204
|
|
|
2865
|
-
declare function
|
|
3205
|
+
declare function __VLS_template_29(): {
|
|
2866
3206
|
attrs: Partial<{}>;
|
|
2867
3207
|
slots: Readonly<{
|
|
2868
3208
|
/**
|
|
@@ -2895,57 +3235,57 @@ declare function __VLS_template_28(): {
|
|
|
2895
3235
|
rootEl: HTMLDivElement;
|
|
2896
3236
|
};
|
|
2897
3237
|
|
|
2898
|
-
declare function
|
|
3238
|
+
declare function __VLS_template_3(): {
|
|
2899
3239
|
attrs: Partial<{}>;
|
|
2900
3240
|
slots: Readonly<{
|
|
2901
3241
|
/**
|
|
2902
|
-
*
|
|
3242
|
+
* The content displayed left side of the action bottom bar (e.g. StatusNotification or any element).
|
|
2903
3243
|
*/
|
|
2904
|
-
|
|
3244
|
+
left: VNode[];
|
|
2905
3245
|
/**
|
|
2906
|
-
*
|
|
3246
|
+
* Use this slot to insert buttons of the action bottom bar.
|
|
2907
3247
|
*/
|
|
2908
|
-
|
|
3248
|
+
right?: VNode[];
|
|
2909
3249
|
}> & {
|
|
2910
3250
|
/**
|
|
2911
|
-
*
|
|
3251
|
+
* The content displayed left side of the action bottom bar (e.g. StatusNotification or any element).
|
|
2912
3252
|
*/
|
|
2913
|
-
|
|
3253
|
+
left: VNode[];
|
|
2914
3254
|
/**
|
|
2915
|
-
*
|
|
3255
|
+
* Use this slot to insert buttons of the action bottom bar.
|
|
2916
3256
|
*/
|
|
2917
|
-
|
|
3257
|
+
right?: VNode[];
|
|
2918
3258
|
};
|
|
2919
3259
|
refs: {};
|
|
2920
|
-
rootEl:
|
|
3260
|
+
rootEl: HTMLDivElement;
|
|
2921
3261
|
};
|
|
2922
3262
|
|
|
2923
|
-
declare function
|
|
3263
|
+
declare function __VLS_template_30(): {
|
|
2924
3264
|
attrs: Partial<{}>;
|
|
2925
3265
|
slots: Readonly<{
|
|
2926
3266
|
/**
|
|
2927
|
-
*
|
|
3267
|
+
* Default slot for the main content of the tile.
|
|
2928
3268
|
*/
|
|
2929
|
-
|
|
3269
|
+
default?: VNode[];
|
|
2930
3270
|
/**
|
|
2931
|
-
*
|
|
3271
|
+
* Named slot for the action icon.
|
|
2932
3272
|
*/
|
|
2933
|
-
|
|
3273
|
+
icon?: VNode[];
|
|
2934
3274
|
}> & {
|
|
2935
3275
|
/**
|
|
2936
|
-
*
|
|
3276
|
+
* Default slot for the main content of the tile.
|
|
2937
3277
|
*/
|
|
2938
|
-
|
|
3278
|
+
default?: VNode[];
|
|
2939
3279
|
/**
|
|
2940
|
-
*
|
|
3280
|
+
* Named slot for the action icon.
|
|
2941
3281
|
*/
|
|
2942
|
-
|
|
3282
|
+
icon?: VNode[];
|
|
2943
3283
|
};
|
|
2944
3284
|
refs: {};
|
|
2945
|
-
rootEl:
|
|
3285
|
+
rootEl: any;
|
|
2946
3286
|
};
|
|
2947
3287
|
|
|
2948
|
-
declare function
|
|
3288
|
+
declare function __VLS_template_31(): {
|
|
2949
3289
|
attrs: Partial<{}>;
|
|
2950
3290
|
slots: Readonly<{
|
|
2951
3291
|
/**
|
|
@@ -2970,7 +3310,7 @@ declare function __VLS_template_30(): {
|
|
|
2970
3310
|
rootEl: HTMLDivElement;
|
|
2971
3311
|
};
|
|
2972
3312
|
|
|
2973
|
-
declare function
|
|
3313
|
+
declare function __VLS_template_32(): {
|
|
2974
3314
|
attrs: Partial<{}>;
|
|
2975
3315
|
slots: Readonly<{
|
|
2976
3316
|
/**
|
|
@@ -2995,7 +3335,7 @@ declare function __VLS_template_31(): {
|
|
|
2995
3335
|
rootEl: HTMLDivElement;
|
|
2996
3336
|
};
|
|
2997
3337
|
|
|
2998
|
-
declare function
|
|
3338
|
+
declare function __VLS_template_33(): {
|
|
2999
3339
|
attrs: Partial<{}>;
|
|
3000
3340
|
slots: Readonly<{
|
|
3001
3341
|
/**
|
|
@@ -3012,7 +3352,7 @@ declare function __VLS_template_32(): {
|
|
|
3012
3352
|
rootEl: HTMLElement;
|
|
3013
3353
|
};
|
|
3014
3354
|
|
|
3015
|
-
declare function
|
|
3355
|
+
declare function __VLS_template_34(): {
|
|
3016
3356
|
attrs: Partial<{}>;
|
|
3017
3357
|
slots: Readonly<{
|
|
3018
3358
|
/**
|
|
@@ -3146,16 +3486,244 @@ declare function __VLS_template_9(): {
|
|
|
3146
3486
|
attrs: Partial<{}>;
|
|
3147
3487
|
slots: Readonly<{
|
|
3148
3488
|
/**
|
|
3149
|
-
* Use this slot to
|
|
3489
|
+
* Use this slot to add a prefix to options.
|
|
3150
3490
|
*/
|
|
3151
|
-
|
|
3491
|
+
optionPrefix: VNode;
|
|
3152
3492
|
}> & {
|
|
3153
3493
|
/**
|
|
3154
|
-
* Use this slot to
|
|
3494
|
+
* Use this slot to add a prefix to options.
|
|
3155
3495
|
*/
|
|
3156
|
-
|
|
3496
|
+
optionPrefix: VNode;
|
|
3497
|
+
};
|
|
3498
|
+
refs: {
|
|
3499
|
+
combobox: HTMLDivElement;
|
|
3500
|
+
comboboxControl: HTMLButtonElement;
|
|
3501
|
+
listbox: ({
|
|
3502
|
+
$: ComponentInternalInstance;
|
|
3503
|
+
$data: {};
|
|
3504
|
+
$props: {
|
|
3505
|
+
readonly modelValue: string | number | null | (string | number)[];
|
|
3506
|
+
readonly id: string;
|
|
3507
|
+
readonly open?: boolean | undefined;
|
|
3508
|
+
readonly multiple?: boolean | undefined;
|
|
3509
|
+
readonly readonly?: boolean | undefined;
|
|
3510
|
+
readonly search?: boolean | undefined;
|
|
3511
|
+
readonly actions?: boolean | undefined;
|
|
3512
|
+
readonly checkableSections?: boolean | undefined;
|
|
3513
|
+
readonly searchPlaceholder?: string | undefined;
|
|
3514
|
+
readonly selectLabel?: string | undefined;
|
|
3515
|
+
readonly clearLabel?: string | undefined;
|
|
3516
|
+
readonly options: Array<ListboxOption>;
|
|
3517
|
+
readonly "onUpdate:modelValue"?: ((value: string | number | (string | number)[] | null) => any) | undefined;
|
|
3518
|
+
readonly onOpen?: (() => any) | undefined;
|
|
3519
|
+
readonly onClose?: (() => any) | undefined;
|
|
3520
|
+
} & VNodeProps & AllowedComponentProps & ComponentCustomProps;
|
|
3521
|
+
$attrs: Attrs;
|
|
3522
|
+
$refs: {
|
|
3523
|
+
[x: string]: unknown;
|
|
3524
|
+
} & {
|
|
3525
|
+
listboxEl: HTMLDivElement;
|
|
3526
|
+
textInput: ({
|
|
3527
|
+
$: ComponentInternalInstance;
|
|
3528
|
+
$data: {};
|
|
3529
|
+
$props: {
|
|
3530
|
+
readonly id: string;
|
|
3531
|
+
readonly name?: string | undefined;
|
|
3532
|
+
readonly modelValue?: string | number | undefined;
|
|
3533
|
+
readonly placeholder?: string | undefined;
|
|
3534
|
+
readonly inputType?: "date" | "email" | "number" | "password" | "search" | "tel" | "text" | undefined;
|
|
3535
|
+
readonly isInvalid?: boolean | undefined;
|
|
3536
|
+
readonly disabled?: boolean | undefined;
|
|
3537
|
+
readonly size?: "s" | "m" | undefined;
|
|
3538
|
+
readonly readonly?: boolean | undefined;
|
|
3539
|
+
readonly isClearable?: boolean | undefined;
|
|
3540
|
+
readonly clearLabel?: string | undefined;
|
|
3541
|
+
readonly prefix?: string | undefined;
|
|
3542
|
+
readonly suffix?: string | undefined;
|
|
3543
|
+
readonly "onUpdate:modelValue"?: ((value: string | number) => any) | undefined;
|
|
3544
|
+
} & VNodeProps & AllowedComponentProps & ComponentCustomProps;
|
|
3545
|
+
$attrs: Attrs;
|
|
3546
|
+
$refs: {
|
|
3547
|
+
[x: string]: unknown;
|
|
3548
|
+
} & {
|
|
3549
|
+
textInput: HTMLInputElement;
|
|
3550
|
+
};
|
|
3551
|
+
$slots: Readonly<{
|
|
3552
|
+
[name: string]: Slot<any> | undefined;
|
|
3553
|
+
}>;
|
|
3554
|
+
$root: ComponentPublicInstance | null;
|
|
3555
|
+
$parent: ComponentPublicInstance | null;
|
|
3556
|
+
$host: Element | null;
|
|
3557
|
+
$emit: (event: "update:modelValue", value: string | number) => void;
|
|
3558
|
+
$el: any;
|
|
3559
|
+
$options: ComponentOptionsBase<Readonly<{
|
|
3560
|
+
id: string;
|
|
3561
|
+
name?: string;
|
|
3562
|
+
modelValue?: string | number;
|
|
3563
|
+
placeholder?: string;
|
|
3564
|
+
inputType?: "date" | "email" | "number" | "password" | "search" | "tel" | "text";
|
|
3565
|
+
isInvalid?: boolean;
|
|
3566
|
+
disabled?: boolean;
|
|
3567
|
+
size?: "s" | "m";
|
|
3568
|
+
readonly?: boolean;
|
|
3569
|
+
isClearable?: boolean;
|
|
3570
|
+
clearLabel?: string;
|
|
3571
|
+
prefix?: string;
|
|
3572
|
+
suffix?: string;
|
|
3573
|
+
}> & Readonly<{
|
|
3574
|
+
"onUpdate:modelValue"?: ((value: string | number) => any) | undefined;
|
|
3575
|
+
}>, {
|
|
3576
|
+
focus: () => void;
|
|
3577
|
+
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
3578
|
+
"update:modelValue": (value: string | number) => any;
|
|
3579
|
+
}, string, {
|
|
3580
|
+
size: "s" | "m";
|
|
3581
|
+
inputType: "date" | "email" | "number" | "password" | "search" | "tel" | "text";
|
|
3582
|
+
clearLabel: string;
|
|
3583
|
+
}, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & {
|
|
3584
|
+
beforeCreate?: (() => void) | (() => void)[];
|
|
3585
|
+
created?: (() => void) | (() => void)[];
|
|
3586
|
+
beforeMount?: (() => void) | (() => void)[];
|
|
3587
|
+
mounted?: (() => void) | (() => void)[];
|
|
3588
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
|
3589
|
+
updated?: (() => void) | (() => void)[];
|
|
3590
|
+
activated?: (() => void) | (() => void)[];
|
|
3591
|
+
deactivated?: (() => void) | (() => void)[];
|
|
3592
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
|
3593
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
|
3594
|
+
destroyed?: (() => void) | (() => void)[];
|
|
3595
|
+
unmounted?: (() => void) | (() => void)[];
|
|
3596
|
+
renderTracked?: ((e: DebuggerEvent) => void) | ((e: DebuggerEvent) => void)[];
|
|
3597
|
+
renderTriggered?: ((e: DebuggerEvent) => void) | ((e: DebuggerEvent) => void)[];
|
|
3598
|
+
errorCaptured?: ((err: unknown, instance: ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: ComponentPublicInstance | null, info: string) => boolean | void)[];
|
|
3599
|
+
};
|
|
3600
|
+
$forceUpdate: () => void;
|
|
3601
|
+
$nextTick: nextTick;
|
|
3602
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, OnCleanup]) => any : (...args: [any, any, OnCleanup]) => any, options?: WatchOptions): WatchStopHandle;
|
|
3603
|
+
} & Readonly<{
|
|
3604
|
+
size: "s" | "m";
|
|
3605
|
+
inputType: "date" | "email" | "number" | "password" | "search" | "tel" | "text";
|
|
3606
|
+
clearLabel: string;
|
|
3607
|
+
}> & Omit<Readonly<{
|
|
3608
|
+
id: string;
|
|
3609
|
+
name?: string;
|
|
3610
|
+
modelValue?: string | number;
|
|
3611
|
+
placeholder?: string;
|
|
3612
|
+
inputType?: "date" | "email" | "number" | "password" | "search" | "tel" | "text";
|
|
3613
|
+
isInvalid?: boolean;
|
|
3614
|
+
disabled?: boolean;
|
|
3615
|
+
size?: "s" | "m";
|
|
3616
|
+
readonly?: boolean;
|
|
3617
|
+
isClearable?: boolean;
|
|
3618
|
+
clearLabel?: string;
|
|
3619
|
+
prefix?: string;
|
|
3620
|
+
suffix?: string;
|
|
3621
|
+
}> & Readonly<{
|
|
3622
|
+
"onUpdate:modelValue"?: ((value: string | number) => any) | undefined;
|
|
3623
|
+
}>, "focus" | ("size" | "inputType" | "clearLabel")> & ShallowUnwrapRef< {
|
|
3624
|
+
focus: () => void;
|
|
3625
|
+
}> & {} & ComponentCustomProperties & {} & {
|
|
3626
|
+
$slots: Readonly<{
|
|
3627
|
+
icon?: VNode;
|
|
3628
|
+
}> & {
|
|
3629
|
+
icon?: VNode;
|
|
3630
|
+
};
|
|
3631
|
+
}) | null;
|
|
3632
|
+
};
|
|
3633
|
+
$slots: Readonly<{
|
|
3634
|
+
[name: string]: Slot<any> | undefined;
|
|
3635
|
+
}>;
|
|
3636
|
+
$root: ComponentPublicInstance | null;
|
|
3637
|
+
$parent: ComponentPublicInstance | null;
|
|
3638
|
+
$host: Element | null;
|
|
3639
|
+
$emit: ((event: "update:modelValue", value: string | number | (string | number)[] | null) => void) & ((event: "open") => void) & ((event: "close") => void);
|
|
3640
|
+
$el: HTMLDivElement;
|
|
3641
|
+
$options: ComponentOptionsBase<Readonly<{
|
|
3642
|
+
modelValue: string | number | null | (string | number)[];
|
|
3643
|
+
id: string;
|
|
3644
|
+
open?: boolean;
|
|
3645
|
+
multiple?: boolean;
|
|
3646
|
+
readonly?: boolean;
|
|
3647
|
+
search?: boolean;
|
|
3648
|
+
actions?: boolean;
|
|
3649
|
+
checkableSections?: boolean;
|
|
3650
|
+
searchPlaceholder?: string;
|
|
3651
|
+
selectLabel?: string;
|
|
3652
|
+
clearLabel?: string;
|
|
3653
|
+
options: Array<ListboxOption>;
|
|
3654
|
+
}> & Readonly<{
|
|
3655
|
+
"onUpdate:modelValue"?: ((value: string | number | (string | number)[] | null) => any) | undefined;
|
|
3656
|
+
onOpen?: (() => any) | undefined;
|
|
3657
|
+
onClose?: (() => any) | undefined;
|
|
3658
|
+
}>, {
|
|
3659
|
+
handleKeydown: (event: KeyboardEvent) => void;
|
|
3660
|
+
toggleValue: (item?: ListboxOption) => void;
|
|
3661
|
+
clearSelection: () => void;
|
|
3662
|
+
listboxEl: Readonly<ShallowRef<HTMLDivElement | null>>;
|
|
3663
|
+
activeIndex: Ref<number, number>;
|
|
3664
|
+
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
3665
|
+
"update:modelValue": (value: string | number | (string | number)[] | null) => any;
|
|
3666
|
+
open: () => any;
|
|
3667
|
+
close: () => any;
|
|
3668
|
+
}, string, {
|
|
3669
|
+
clearLabel: string;
|
|
3670
|
+
searchPlaceholder: string;
|
|
3671
|
+
selectLabel: string;
|
|
3672
|
+
}, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & {
|
|
3673
|
+
beforeCreate?: (() => void) | (() => void)[];
|
|
3674
|
+
created?: (() => void) | (() => void)[];
|
|
3675
|
+
beforeMount?: (() => void) | (() => void)[];
|
|
3676
|
+
mounted?: (() => void) | (() => void)[];
|
|
3677
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
|
3678
|
+
updated?: (() => void) | (() => void)[];
|
|
3679
|
+
activated?: (() => void) | (() => void)[];
|
|
3680
|
+
deactivated?: (() => void) | (() => void)[];
|
|
3681
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
|
3682
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
|
3683
|
+
destroyed?: (() => void) | (() => void)[];
|
|
3684
|
+
unmounted?: (() => void) | (() => void)[];
|
|
3685
|
+
renderTracked?: ((e: DebuggerEvent) => void) | ((e: DebuggerEvent) => void)[];
|
|
3686
|
+
renderTriggered?: ((e: DebuggerEvent) => void) | ((e: DebuggerEvent) => void)[];
|
|
3687
|
+
errorCaptured?: ((err: unknown, instance: ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: ComponentPublicInstance | null, info: string) => boolean | void)[];
|
|
3688
|
+
};
|
|
3689
|
+
$forceUpdate: () => void;
|
|
3690
|
+
$nextTick: nextTick;
|
|
3691
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, OnCleanup]) => any : (...args: [any, any, OnCleanup]) => any, options?: WatchOptions): WatchStopHandle;
|
|
3692
|
+
} & Readonly<{
|
|
3693
|
+
clearLabel: string;
|
|
3694
|
+
searchPlaceholder: string;
|
|
3695
|
+
selectLabel: string;
|
|
3696
|
+
}> & Omit<Readonly<{
|
|
3697
|
+
modelValue: string | number | null | (string | number)[];
|
|
3698
|
+
id: string;
|
|
3699
|
+
open?: boolean;
|
|
3700
|
+
multiple?: boolean;
|
|
3701
|
+
readonly?: boolean;
|
|
3702
|
+
search?: boolean;
|
|
3703
|
+
actions?: boolean;
|
|
3704
|
+
checkableSections?: boolean;
|
|
3705
|
+
searchPlaceholder?: string;
|
|
3706
|
+
selectLabel?: string;
|
|
3707
|
+
clearLabel?: string;
|
|
3708
|
+
options: Array<ListboxOption>;
|
|
3709
|
+
}> & Readonly<{
|
|
3710
|
+
"onUpdate:modelValue"?: ((value: string | number | (string | number)[] | null) => any) | undefined;
|
|
3711
|
+
onOpen?: (() => any) | undefined;
|
|
3712
|
+
onClose?: (() => any) | undefined;
|
|
3713
|
+
}>, "listboxEl" | "handleKeydown" | "toggleValue" | "clearSelection" | "activeIndex" | ("clearLabel" | "searchPlaceholder" | "selectLabel")> & ShallowUnwrapRef< {
|
|
3714
|
+
handleKeydown: (event: KeyboardEvent) => void;
|
|
3715
|
+
toggleValue: (item?: ListboxOption) => void;
|
|
3716
|
+
clearSelection: () => void;
|
|
3717
|
+
listboxEl: Readonly<ShallowRef<HTMLDivElement | null>>;
|
|
3718
|
+
activeIndex: Ref<number, number>;
|
|
3719
|
+
}> & {} & ComponentCustomProperties & {} & {
|
|
3720
|
+
$slots: Readonly<{
|
|
3721
|
+
optionPrefix: VNode;
|
|
3722
|
+
}> & {
|
|
3723
|
+
optionPrefix: VNode;
|
|
3724
|
+
};
|
|
3725
|
+
}) | null;
|
|
3157
3726
|
};
|
|
3158
|
-
refs: {};
|
|
3159
3727
|
rootEl: HTMLDivElement;
|
|
3160
3728
|
};
|
|
3161
3729
|
|
|
@@ -3213,6 +3781,8 @@ declare type __VLS_TemplateResult_32 = ReturnType<typeof __VLS_template_32>;
|
|
|
3213
3781
|
|
|
3214
3782
|
declare type __VLS_TemplateResult_33 = ReturnType<typeof __VLS_template_33>;
|
|
3215
3783
|
|
|
3784
|
+
declare type __VLS_TemplateResult_34 = ReturnType<typeof __VLS_template_34>;
|
|
3785
|
+
|
|
3216
3786
|
declare type __VLS_TemplateResult_4 = ReturnType<typeof __VLS_template_4>;
|
|
3217
3787
|
|
|
3218
3788
|
declare type __VLS_TemplateResult_5 = ReturnType<typeof __VLS_template_5>;
|
|
@@ -3387,6 +3957,12 @@ declare type __VLS_WithTemplateSlots_33<T, S> = T & {
|
|
|
3387
3957
|
};
|
|
3388
3958
|
};
|
|
3389
3959
|
|
|
3960
|
+
declare type __VLS_WithTemplateSlots_34<T, S> = T & {
|
|
3961
|
+
new (): {
|
|
3962
|
+
$slots: S;
|
|
3963
|
+
};
|
|
3964
|
+
};
|
|
3965
|
+
|
|
3390
3966
|
declare type __VLS_WithTemplateSlots_4<T, S> = T & {
|
|
3391
3967
|
new (): {
|
|
3392
3968
|
$slots: S;
|
|
@@ -3506,6 +4082,19 @@ declare type FileUploaderProps = {
|
|
|
3506
4082
|
uploadButtonLabel?: string;
|
|
3507
4083
|
};
|
|
3508
4084
|
|
|
4085
|
+
declare function focus_2(): void;
|
|
4086
|
+
|
|
4087
|
+
/**
|
|
4088
|
+
* An Option Listbox is a customizable, accessible listbox component designed to power dropdowns and comboboxes with advanced selection capabilities. It supports single or multiple selection, optional search, grouped options with section headers, and full keyboard navigation.
|
|
4089
|
+
*/
|
|
4090
|
+
declare type ListboxOption = {
|
|
4091
|
+
label: string;
|
|
4092
|
+
content?: string;
|
|
4093
|
+
value?: string | number;
|
|
4094
|
+
disabled?: boolean;
|
|
4095
|
+
type?: 'option' | 'section';
|
|
4096
|
+
};
|
|
4097
|
+
|
|
3509
4098
|
export declare const MAccordionList: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
3510
4099
|
|
|
3511
4100
|
export declare const MAccordionListItem: __VLS_WithTemplateSlots_2<typeof __VLS_component_2, __VLS_TemplateResult_2["slots"]>;
|
|
@@ -3553,20 +4142,22 @@ type: "percentage" | "content";
|
|
|
3553
4142
|
value: number;
|
|
3554
4143
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
3555
4144
|
|
|
3556
|
-
export declare const
|
|
4145
|
+
export declare const MCombobox: __VLS_WithTemplateSlots_9<typeof __VLS_component_9, __VLS_TemplateResult_9["slots"]>;
|
|
4146
|
+
|
|
4147
|
+
export declare const MContainer: __VLS_WithTemplateSlots_10<typeof __VLS_component_10, __VLS_TemplateResult_10["slots"]>;
|
|
3557
4148
|
|
|
3558
|
-
export declare const MDatepicker: DefineComponent<
|
|
4149
|
+
export declare const MDatepicker: DefineComponent<__VLS_Props_17, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
3559
4150
|
"update:modelValue": (value: string | number) => any;
|
|
3560
|
-
}, string, PublicProps, Readonly<
|
|
4151
|
+
}, string, PublicProps, Readonly<__VLS_Props_17> & Readonly<{
|
|
3561
4152
|
"onUpdate:modelValue"?: ((value: string | number) => any) | undefined;
|
|
3562
4153
|
}>, {
|
|
3563
4154
|
size: "s" | "m";
|
|
3564
4155
|
clearLabel: string;
|
|
3565
4156
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
3566
4157
|
|
|
3567
|
-
export declare const MDivider:
|
|
4158
|
+
export declare const MDivider: __VLS_WithTemplateSlots_11<typeof __VLS_component_11, __VLS_TemplateResult_11["slots"]>;
|
|
3568
4159
|
|
|
3569
|
-
export declare const MDrawer:
|
|
4160
|
+
export declare const MDrawer: __VLS_WithTemplateSlots_12<typeof __VLS_component_12, __VLS_TemplateResult_12["slots"]>;
|
|
3570
4161
|
|
|
3571
4162
|
/**
|
|
3572
4163
|
* A built-in menu is a structured list of navigational or interactive options, typically displayed as a vertical stack. It allows users to browse categories, access settings, or navigate through different sections of an interface.
|
|
@@ -3579,46 +4170,46 @@ declare type MenuItem = {
|
|
|
3579
4170
|
target?: '_self' | '_blank' | '_parent' | '_top';
|
|
3580
4171
|
};
|
|
3581
4172
|
|
|
3582
|
-
export declare const MField:
|
|
4173
|
+
export declare const MField: __VLS_WithTemplateSlots_13<typeof __VLS_component_13, __VLS_TemplateResult_13["slots"]>;
|
|
3583
4174
|
|
|
3584
|
-
export declare const MFieldGroup:
|
|
4175
|
+
export declare const MFieldGroup: __VLS_WithTemplateSlots_14<typeof __VLS_component_14, __VLS_TemplateResult_14["slots"]>;
|
|
3585
4176
|
|
|
3586
|
-
export declare const MFileUploader:
|
|
4177
|
+
export declare const MFileUploader: __VLS_WithTemplateSlots_15<typeof __VLS_component_15, __VLS_TemplateResult_15["slots"]>;
|
|
3587
4178
|
|
|
3588
|
-
export declare const MFileUploaderItem:
|
|
4179
|
+
export declare const MFileUploaderItem: __VLS_WithTemplateSlots_16<typeof __VLS_component_16, __VLS_TemplateResult_16["slots"]>;
|
|
3589
4180
|
|
|
3590
|
-
export declare const MFlag: DefineComponent<
|
|
4181
|
+
export declare const MFlag: DefineComponent<__VLS_Props_23, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_23> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
3591
4182
|
|
|
3592
|
-
export declare const MIconButton:
|
|
4183
|
+
export declare const MIconButton: __VLS_WithTemplateSlots_17<typeof __VLS_component_17, __VLS_TemplateResult_17["slots"]>;
|
|
3593
4184
|
|
|
3594
|
-
export declare const MKpiItem: DefineComponent<
|
|
4185
|
+
export declare const MKpiItem: DefineComponent<__VLS_Props_25, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_25> & Readonly<{}>, {
|
|
3595
4186
|
size: "s" | "m" | "l";
|
|
3596
4187
|
status: "info" | "warning" | "error" | "success" | "neutral";
|
|
3597
4188
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
3598
4189
|
|
|
3599
|
-
export declare const MLinearProgressbarBuffer: DefineComponent<
|
|
4190
|
+
export declare const MLinearProgressbarBuffer: DefineComponent<__VLS_Props_26, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_26> & Readonly<{}>, {
|
|
3600
4191
|
value: number;
|
|
3601
4192
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
3602
4193
|
|
|
3603
|
-
export declare const MLinearProgressbarPercentage: DefineComponent<
|
|
4194
|
+
export declare const MLinearProgressbarPercentage: DefineComponent<__VLS_Props_27, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_27> & Readonly<{}>, {
|
|
3604
4195
|
value: number;
|
|
3605
4196
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
3606
4197
|
|
|
3607
|
-
export declare const MLink:
|
|
4198
|
+
export declare const MLink: __VLS_WithTemplateSlots_18<typeof __VLS_component_18, __VLS_TemplateResult_18["slots"]>;
|
|
3608
4199
|
|
|
3609
|
-
export declare const MLoader: DefineComponent<
|
|
4200
|
+
export declare const MLoader: DefineComponent<__VLS_Props_29, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_29> & Readonly<{}>, {
|
|
3610
4201
|
appearance: "standard" | "accent" | "inverse";
|
|
3611
4202
|
size: "xs" | "s" | "m" | "l";
|
|
3612
4203
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
3613
4204
|
|
|
3614
|
-
export declare const MLoadingOverlay: DefineComponent<
|
|
4205
|
+
export declare const MLoadingOverlay: DefineComponent<__VLS_Props_30, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_30> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
3615
4206
|
|
|
3616
|
-
export declare const MModal:
|
|
4207
|
+
export declare const MModal: __VLS_WithTemplateSlots_19<typeof __VLS_component_19, __VLS_TemplateResult_19["slots"]>;
|
|
3617
4208
|
|
|
3618
|
-
export declare const MNavigationIndicator: DefineComponent<
|
|
4209
|
+
export declare const MNavigationIndicator: DefineComponent<__VLS_Props_32, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
3619
4210
|
"update:modelValue": (value: number) => any;
|
|
3620
4211
|
action: () => any;
|
|
3621
|
-
}, string, PublicProps, Readonly<
|
|
4212
|
+
}, string, PublicProps, Readonly<__VLS_Props_32> & Readonly<{
|
|
3622
4213
|
"onUpdate:modelValue"?: ((value: number) => any) | undefined;
|
|
3623
4214
|
onAction?: (() => any) | undefined;
|
|
3624
4215
|
}>, {
|
|
@@ -3626,24 +4217,24 @@ action: "pause" | "resume";
|
|
|
3626
4217
|
player: boolean;
|
|
3627
4218
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
3628
4219
|
|
|
3629
|
-
export declare const MNumberBadge: DefineComponent<
|
|
4220
|
+
export declare const MNumberBadge: DefineComponent<__VLS_Props_33, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_33> & Readonly<{}>, {
|
|
3630
4221
|
appearance: "danger" | "accent" | "inverse" | "standard";
|
|
3631
4222
|
size: "s" | "m";
|
|
3632
4223
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLSpanElement>;
|
|
3633
4224
|
|
|
3634
|
-
export declare const MOverlay:
|
|
4225
|
+
export declare const MOverlay: __VLS_WithTemplateSlots_20<typeof __VLS_component_20, __VLS_TemplateResult_20["slots"]>;
|
|
3635
4226
|
|
|
3636
|
-
export declare const MPageHeader:
|
|
4227
|
+
export declare const MPageHeader: __VLS_WithTemplateSlots_21<typeof __VLS_component_21, __VLS_TemplateResult_21["slots"]>;
|
|
3637
4228
|
|
|
3638
|
-
export declare const MPagination: DefineComponent<
|
|
4229
|
+
export declare const MPagination: DefineComponent<__VLS_Props_36, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
3639
4230
|
"update:modelValue": (value: number) => any;
|
|
3640
|
-
}, string, PublicProps, Readonly<
|
|
4231
|
+
}, string, PublicProps, Readonly<__VLS_Props_36> & Readonly<{
|
|
3641
4232
|
"onUpdate:modelValue"?: ((value: number) => any) | undefined;
|
|
3642
4233
|
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLElement>;
|
|
3643
4234
|
|
|
3644
|
-
export declare const MPasswordInput: DefineComponent<
|
|
4235
|
+
export declare const MPasswordInput: DefineComponent<__VLS_Props_37, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
3645
4236
|
"update:modelValue": (value: string | number) => any;
|
|
3646
|
-
}, string, PublicProps, Readonly<
|
|
4237
|
+
}, string, PublicProps, Readonly<__VLS_Props_37> & Readonly<{
|
|
3647
4238
|
"onUpdate:modelValue"?: ((value: string | number) => any) | undefined;
|
|
3648
4239
|
}>, {
|
|
3649
4240
|
clearLabel: string;
|
|
@@ -3665,9 +4256,7 @@ readonly iconPosition?: "left" | "right" | "only" | undefined;
|
|
|
3665
4256
|
readonly type?: "button" | "reset" | "submit" | undefined;
|
|
3666
4257
|
readonly isLoading?: boolean | undefined;
|
|
3667
4258
|
} & VNodeProps & AllowedComponentProps & ComponentCustomProps;
|
|
3668
|
-
$attrs:
|
|
3669
|
-
[x: string]: unknown;
|
|
3670
|
-
};
|
|
4259
|
+
$attrs: Attrs;
|
|
3671
4260
|
$refs: {
|
|
3672
4261
|
[x: string]: unknown;
|
|
3673
4262
|
};
|
|
@@ -3736,34 +4325,34 @@ icon?: VNode;
|
|
|
3736
4325
|
}) | null;
|
|
3737
4326
|
}, any>;
|
|
3738
4327
|
|
|
3739
|
-
export declare const MPhoneNumber: DefineComponent<
|
|
4328
|
+
export declare const MPhoneNumber: DefineComponent<__VLS_Props_38, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
3740
4329
|
"update:modelValue": (value: string) => any;
|
|
3741
4330
|
valid: (isValid: boolean) => any;
|
|
3742
|
-
}, string, PublicProps, Readonly<
|
|
4331
|
+
}, string, PublicProps, Readonly<__VLS_Props_38> & Readonly<{
|
|
3743
4332
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
3744
4333
|
onValid?: ((isValid: boolean) => any) | undefined;
|
|
3745
4334
|
}>, {
|
|
3746
4335
|
modelValue: string;
|
|
3747
4336
|
size: "s" | "m";
|
|
3748
|
-
defaultCountry: CountryCode;
|
|
3749
4337
|
prefix: boolean;
|
|
4338
|
+
defaultCountry: CountryCode;
|
|
3750
4339
|
flag: boolean;
|
|
3751
4340
|
locale: string;
|
|
3752
4341
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
3753
4342
|
|
|
3754
|
-
export declare const MPincode: DefineComponent<
|
|
4343
|
+
export declare const MPincode: DefineComponent<__VLS_Props_39, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
3755
4344
|
"update:modelValue": (value: string) => any;
|
|
3756
|
-
}, string, PublicProps, Readonly<
|
|
4345
|
+
}, string, PublicProps, Readonly<__VLS_Props_39> & Readonly<{
|
|
3757
4346
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
3758
4347
|
}>, {
|
|
3759
4348
|
length: 4 | 5 | 6;
|
|
3760
4349
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
3761
4350
|
|
|
3762
|
-
export declare const MPopover:
|
|
4351
|
+
export declare const MPopover: __VLS_WithTemplateSlots_22<typeof __VLS_component_22, __VLS_TemplateResult_22["slots"]>;
|
|
3763
4352
|
|
|
3764
|
-
export declare const MQuantitySelector: DefineComponent<
|
|
4353
|
+
export declare const MQuantitySelector: DefineComponent<__VLS_Props_41, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
3765
4354
|
"update:modelValue": (value: number) => any;
|
|
3766
|
-
}, string, PublicProps, Readonly<
|
|
4355
|
+
}, string, PublicProps, Readonly<__VLS_Props_41> & Readonly<{
|
|
3767
4356
|
"onUpdate:modelValue"?: ((value: number) => any) | undefined;
|
|
3768
4357
|
}>, {
|
|
3769
4358
|
modelValue: number;
|
|
@@ -3776,55 +4365,55 @@ incrementlabel: string;
|
|
|
3776
4365
|
decrementLabel: string;
|
|
3777
4366
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
3778
4367
|
|
|
3779
|
-
export declare const MRadio: DefineComponent<
|
|
4368
|
+
export declare const MRadio: DefineComponent<__VLS_Props_42, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
3780
4369
|
"update:modelValue": (value: boolean) => any;
|
|
3781
|
-
}, string, PublicProps, Readonly<
|
|
4370
|
+
}, string, PublicProps, Readonly<__VLS_Props_42> & Readonly<{
|
|
3782
4371
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
3783
4372
|
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
3784
4373
|
|
|
3785
|
-
export declare const MRadioGroup: DefineComponent<
|
|
4374
|
+
export declare const MRadioGroup: DefineComponent<__VLS_Props_43, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
3786
4375
|
"update:modelValue": (value: string) => any;
|
|
3787
|
-
}, string, PublicProps, Readonly<
|
|
4376
|
+
}, string, PublicProps, Readonly<__VLS_Props_43> & Readonly<{
|
|
3788
4377
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
3789
4378
|
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
3790
4379
|
|
|
3791
|
-
export declare const MSegmentedControl: DefineComponent<
|
|
4380
|
+
export declare const MSegmentedControl: DefineComponent<__VLS_Props_44, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
3792
4381
|
"update:modelValue": (value?: string | number | undefined) => any;
|
|
3793
|
-
}, string, PublicProps, Readonly<
|
|
4382
|
+
}, string, PublicProps, Readonly<__VLS_Props_44> & Readonly<{
|
|
3794
4383
|
"onUpdate:modelValue"?: ((value?: string | number | undefined) => any) | undefined;
|
|
3795
4384
|
}>, {
|
|
3796
4385
|
modelValue: string | number;
|
|
3797
4386
|
size: "s" | "m";
|
|
3798
4387
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
3799
4388
|
|
|
3800
|
-
export declare const MSelect: DefineComponent<
|
|
4389
|
+
export declare const MSelect: DefineComponent<__VLS_Props_45, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
3801
4390
|
"update:modelValue": (value: string | number) => any;
|
|
3802
|
-
}, string, PublicProps, Readonly<
|
|
4391
|
+
}, string, PublicProps, Readonly<__VLS_Props_45> & Readonly<{
|
|
3803
4392
|
"onUpdate:modelValue"?: ((value: string | number) => any) | undefined;
|
|
3804
4393
|
}>, {
|
|
3805
4394
|
size: "s" | "m";
|
|
3806
4395
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
3807
4396
|
|
|
3808
|
-
export declare const MSidebar:
|
|
4397
|
+
export declare const MSidebar: __VLS_WithTemplateSlots_23<typeof __VLS_component_23, __VLS_TemplateResult_23["slots"]>;
|
|
3809
4398
|
|
|
3810
|
-
export declare const MSidebarExpandableItem:
|
|
4399
|
+
export declare const MSidebarExpandableItem: __VLS_WithTemplateSlots_24<typeof __VLS_component_24, __VLS_TemplateResult_24["slots"]>;
|
|
3811
4400
|
|
|
3812
|
-
export declare const MSidebarFooter:
|
|
4401
|
+
export declare const MSidebarFooter: __VLS_WithTemplateSlots_25<typeof __VLS_component_25, __VLS_TemplateResult_25["slots"]>;
|
|
3813
4402
|
|
|
3814
|
-
export declare const MSidebarHeader: DefineComponent<
|
|
4403
|
+
export declare const MSidebarHeader: DefineComponent<__VLS_Props_49, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_49> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLElement>;
|
|
3815
4404
|
|
|
3816
|
-
export declare const MSidebarNavItem: DefineComponent<
|
|
4405
|
+
export declare const MSidebarNavItem: DefineComponent<__VLS_Props_50, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
3817
4406
|
click: (value: MouseEvent) => any;
|
|
3818
|
-
}, string, PublicProps, Readonly<
|
|
4407
|
+
}, string, PublicProps, Readonly<__VLS_Props_50> & Readonly<{
|
|
3819
4408
|
onClick?: ((value: MouseEvent) => any) | undefined;
|
|
3820
4409
|
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {
|
|
3821
4410
|
trigger: unknown;
|
|
3822
4411
|
tooltip: HTMLDivElement;
|
|
3823
4412
|
}, any>;
|
|
3824
4413
|
|
|
3825
|
-
export declare const MSidebarShortcutItem: DefineComponent<
|
|
4414
|
+
export declare const MSidebarShortcutItem: DefineComponent<__VLS_Props_51, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_51> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLLIElement>;
|
|
3826
4415
|
|
|
3827
|
-
export declare const MSidebarShortcuts:
|
|
4416
|
+
export declare const MSidebarShortcuts: __VLS_WithTemplateSlots_26<typeof __VLS_component_26, __VLS_TemplateResult_26["slots"]>;
|
|
3828
4417
|
|
|
3829
4418
|
export declare const MStarRating: DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
3830
4419
|
"update:modelValue": (value: number) => any;
|
|
@@ -3837,44 +4426,44 @@ readonly: boolean;
|
|
|
3837
4426
|
compact: boolean;
|
|
3838
4427
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
3839
4428
|
|
|
3840
|
-
export declare const MStatusBadge: DefineComponent<
|
|
4429
|
+
export declare const MStatusBadge: DefineComponent<__VLS_Props_54, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_54> & Readonly<{}>, {
|
|
3841
4430
|
status: "info" | "success" | "warning" | "error" | "neutral";
|
|
3842
4431
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
3843
4432
|
|
|
3844
|
-
export declare const MStatusDot: DefineComponent<
|
|
4433
|
+
export declare const MStatusDot: DefineComponent<__VLS_Props_55, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_55> & Readonly<{}>, {
|
|
3845
4434
|
status: "info" | "success" | "warning" | "error" | "neutral";
|
|
3846
4435
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLSpanElement>;
|
|
3847
4436
|
|
|
3848
|
-
export declare const MStatusMessage: DefineComponent<
|
|
4437
|
+
export declare const MStatusMessage: DefineComponent<__VLS_Props_56, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_56> & Readonly<{}>, {
|
|
3849
4438
|
status: "info" | "success" | "warning" | "error" | "neutral" | "inprogress";
|
|
3850
4439
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
3851
4440
|
|
|
3852
|
-
export declare const MStatusNotification:
|
|
4441
|
+
export declare const MStatusNotification: __VLS_WithTemplateSlots_27<typeof __VLS_component_27, __VLS_TemplateResult_27["slots"]>;
|
|
3853
4442
|
|
|
3854
|
-
export declare const MStepperBottomBar: DefineComponent<
|
|
4443
|
+
export declare const MStepperBottomBar: DefineComponent<__VLS_Props_58, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
3855
4444
|
"update:modelValue": (value: number) => any;
|
|
3856
4445
|
cancel: () => any;
|
|
3857
4446
|
validate: () => any;
|
|
3858
|
-
}, string, PublicProps, Readonly<
|
|
4447
|
+
}, string, PublicProps, Readonly<__VLS_Props_58> & Readonly<{
|
|
3859
4448
|
"onUpdate:modelValue"?: ((value: number) => any) | undefined;
|
|
3860
4449
|
onCancel?: (() => any) | undefined;
|
|
3861
4450
|
onValidate?: (() => any) | undefined;
|
|
3862
4451
|
}>, {
|
|
3863
4452
|
modelValue: number;
|
|
3864
|
-
steps: number;
|
|
3865
4453
|
cancel: boolean;
|
|
4454
|
+
steps: number;
|
|
3866
4455
|
cancelLabel: string;
|
|
3867
4456
|
previousLabel: string;
|
|
3868
4457
|
nextLabel: string;
|
|
3869
4458
|
validateLabel: string;
|
|
3870
4459
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
3871
4460
|
|
|
3872
|
-
export declare const MStepperCompact: DefineComponent<
|
|
4461
|
+
export declare const MStepperCompact: DefineComponent<__VLS_Props_59, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_59> & Readonly<{}>, {
|
|
3873
4462
|
value: number;
|
|
3874
4463
|
maxSteps: number;
|
|
3875
4464
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
3876
4465
|
|
|
3877
|
-
export declare const MStepperInline: DefineComponent<
|
|
4466
|
+
export declare const MStepperInline: DefineComponent<__VLS_Props_60, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_60> & Readonly<{}>, {
|
|
3878
4467
|
steps: Array<{
|
|
3879
4468
|
/**
|
|
3880
4469
|
* Uniquer identifier for the step.
|
|
@@ -3892,9 +4481,9 @@ additionalInfo?: string;
|
|
|
3892
4481
|
currentStep: string | number;
|
|
3893
4482
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLElement>;
|
|
3894
4483
|
|
|
3895
|
-
export declare const MTabs: DefineComponent<
|
|
4484
|
+
export declare const MTabs: DefineComponent<__VLS_Props_61, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
3896
4485
|
"update:modelValue": (value?: string | number | undefined) => any;
|
|
3897
|
-
}, string, PublicProps, Readonly<
|
|
4486
|
+
}, string, PublicProps, Readonly<__VLS_Props_61> & Readonly<{
|
|
3898
4487
|
"onUpdate:modelValue"?: ((value?: string | number | undefined) => any) | undefined;
|
|
3899
4488
|
}>, {
|
|
3900
4489
|
modelValue: string | number;
|
|
@@ -3903,10 +4492,10 @@ divider: boolean;
|
|
|
3903
4492
|
tab: HTMLButtonElement;
|
|
3904
4493
|
}, HTMLElement>;
|
|
3905
4494
|
|
|
3906
|
-
export declare const MTag: DefineComponent<
|
|
4495
|
+
export declare const MTag: DefineComponent<__VLS_Props_62, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
3907
4496
|
"update:modelValue": (value: boolean) => any;
|
|
3908
4497
|
"remove-tag": (id: string) => any;
|
|
3909
|
-
}, string, PublicProps, Readonly<
|
|
4498
|
+
}, string, PublicProps, Readonly<__VLS_Props_62> & Readonly<{
|
|
3910
4499
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
3911
4500
|
"onRemove-tag"?: ((id: string) => any) | undefined;
|
|
3912
4501
|
}>, {
|
|
@@ -3915,41 +4504,41 @@ contextualisedNumber: number;
|
|
|
3915
4504
|
removableLabel: string;
|
|
3916
4505
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
3917
4506
|
|
|
3918
|
-
export declare const MTextArea: DefineComponent<
|
|
4507
|
+
export declare const MTextArea: DefineComponent<__VLS_Props_63, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
3919
4508
|
"update:modelValue": (value: string | number) => any;
|
|
3920
|
-
}, string, PublicProps, Readonly<
|
|
4509
|
+
}, string, PublicProps, Readonly<__VLS_Props_63> & Readonly<{
|
|
3921
4510
|
"onUpdate:modelValue"?: ((value: string | number) => any) | undefined;
|
|
3922
4511
|
}>, {
|
|
3923
4512
|
rows: number;
|
|
3924
4513
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
3925
4514
|
|
|
3926
|
-
export declare const MTextInput:
|
|
4515
|
+
export declare const MTextInput: __VLS_WithTemplateSlots_28<typeof __VLS_component_28, __VLS_TemplateResult_28["slots"]>;
|
|
3927
4516
|
|
|
3928
|
-
export declare const MTile:
|
|
4517
|
+
export declare const MTile: __VLS_WithTemplateSlots_29<typeof __VLS_component_29, __VLS_TemplateResult_29["slots"]>;
|
|
3929
4518
|
|
|
3930
|
-
export declare const MTileClickable:
|
|
4519
|
+
export declare const MTileClickable: __VLS_WithTemplateSlots_30<typeof __VLS_component_30, __VLS_TemplateResult_30["slots"]>;
|
|
3931
4520
|
|
|
3932
|
-
export declare const MTileExpandable:
|
|
4521
|
+
export declare const MTileExpandable: __VLS_WithTemplateSlots_31<typeof __VLS_component_31, __VLS_TemplateResult_31["slots"]>;
|
|
3933
4522
|
|
|
3934
|
-
export declare const MTileSelectable:
|
|
4523
|
+
export declare const MTileSelectable: __VLS_WithTemplateSlots_32<typeof __VLS_component_32, __VLS_TemplateResult_32["slots"]>;
|
|
3935
4524
|
|
|
3936
|
-
export declare const MToaster:
|
|
4525
|
+
export declare const MToaster: __VLS_WithTemplateSlots_33<typeof __VLS_component_33, __VLS_TemplateResult_33["slots"]>;
|
|
3937
4526
|
|
|
3938
|
-
export declare const MToggle: DefineComponent<
|
|
4527
|
+
export declare const MToggle: DefineComponent<__VLS_Props_70, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
3939
4528
|
"update:modelValue": (value: boolean) => any;
|
|
3940
|
-
}, string, PublicProps, Readonly<
|
|
4529
|
+
}, string, PublicProps, Readonly<__VLS_Props_70> & Readonly<{
|
|
3941
4530
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
3942
4531
|
}>, {
|
|
3943
4532
|
size: "s" | "m";
|
|
3944
4533
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
3945
4534
|
|
|
3946
|
-
export declare const MToggleGroup: DefineComponent<
|
|
4535
|
+
export declare const MToggleGroup: DefineComponent<__VLS_Props_71, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
3947
4536
|
"update:modelValue": (value: string[]) => any;
|
|
3948
|
-
}, string, PublicProps, Readonly<
|
|
4537
|
+
}, string, PublicProps, Readonly<__VLS_Props_71> & Readonly<{
|
|
3949
4538
|
"onUpdate:modelValue"?: ((value: string[]) => any) | undefined;
|
|
3950
4539
|
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
3951
4540
|
|
|
3952
|
-
export declare const MTooltip:
|
|
4541
|
+
export declare const MTooltip: __VLS_WithTemplateSlots_34<typeof __VLS_component_34, __VLS_TemplateResult_34["slots"]>;
|
|
3953
4542
|
|
|
3954
4543
|
declare type NormalizedFile = {
|
|
3955
4544
|
name: string;
|