vuetify 3.5.4 → 3.5.5
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/json/attributes.json +2771 -2523
- package/dist/json/importMap-labs.json +4 -0
- package/dist/json/importMap.json +94 -94
- package/dist/json/tags.json +236 -169
- package/dist/json/web-types.json +3218 -2563
- package/dist/vuetify-labs.css +1819 -1796
- package/dist/vuetify-labs.d.ts +1234 -152
- package/dist/vuetify-labs.esm.js +555 -72
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +555 -72
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +887 -864
- package/dist/vuetify.d.ts +886 -179
- package/dist/vuetify.esm.js +121 -71
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +121 -71
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +647 -645
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VAlert/index.d.mts +9 -0
- package/lib/components/VAppBar/index.d.mts +18 -0
- package/lib/components/VAutocomplete/VAutocomplete.mjs +4 -4
- package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
- package/lib/components/VAutocomplete/index.d.mts +33 -6
- package/lib/components/VAvatar/index.d.mts +9 -0
- package/lib/components/VBadge/index.d.mts +9 -0
- package/lib/components/VBanner/index.d.mts +9 -0
- package/lib/components/VBottomNavigation/index.d.mts +9 -0
- package/lib/components/VBreadcrumbs/index.d.mts +9 -0
- package/lib/components/VBtn/index.d.mts +9 -0
- package/lib/components/VBtnGroup/index.d.mts +9 -0
- package/lib/components/VBtnToggle/index.d.mts +9 -0
- package/lib/components/VCard/index.d.mts +9 -0
- package/lib/components/VCarousel/index.d.mts +9 -0
- package/lib/components/VChip/index.d.mts +9 -0
- package/lib/components/VColorPicker/index.d.mts +9 -0
- package/lib/components/VCombobox/index.d.mts +33 -6
- package/lib/components/VDataIterator/index.d.mts +3 -3
- package/lib/components/VDataTable/VDataTable.mjs.map +1 -1
- package/lib/components/VDataTable/VDataTableHeaders.mjs.map +1 -1
- package/lib/components/VDataTable/index.d.mts +355 -117
- package/lib/components/VDataTable/types.mjs.map +1 -1
- package/lib/components/VDatePicker/VDatePicker.css +2 -21
- package/lib/components/VDatePicker/VDatePicker.mjs +14 -10
- package/lib/components/VDatePicker/VDatePicker.mjs.map +1 -1
- package/lib/components/VDatePicker/VDatePicker.sass +3 -18
- package/lib/components/VDatePicker/VDatePickerHeader.css +2 -0
- package/lib/components/VDatePicker/VDatePickerHeader.sass +3 -0
- package/lib/components/VDatePicker/VDatePickerMonth.css +11 -5
- package/lib/components/VDatePicker/VDatePickerMonth.mjs +2 -1
- package/lib/components/VDatePicker/VDatePickerMonth.mjs.map +1 -1
- package/lib/components/VDatePicker/VDatePickerMonth.sass +13 -5
- package/lib/components/VDatePicker/VDatePickerMonths.css +2 -3
- package/lib/components/VDatePicker/VDatePickerMonths.mjs +6 -3
- package/lib/components/VDatePicker/VDatePickerMonths.mjs.map +1 -1
- package/lib/components/VDatePicker/VDatePickerMonths.sass +4 -3
- package/lib/components/VDatePicker/VDatePickerYears.css +2 -2
- package/lib/components/VDatePicker/VDatePickerYears.mjs +8 -1
- package/lib/components/VDatePicker/VDatePickerYears.mjs.map +1 -1
- package/lib/components/VDatePicker/VDatePickerYears.sass +4 -2
- package/lib/components/VDatePicker/_variables.scss +14 -34
- package/lib/components/VDatePicker/index.d.mts +13 -4
- package/lib/components/VExpansionPanel/VExpansionPanel.css +14 -0
- package/lib/components/VExpansionPanel/VExpansionPanel.sass +14 -0
- package/lib/components/VExpansionPanel/VExpansionPanels.mjs +9 -2
- package/lib/components/VExpansionPanel/VExpansionPanels.mjs.map +1 -1
- package/lib/components/VExpansionPanel/index.d.mts +27 -0
- package/lib/components/VField/VField.css +20 -1
- package/lib/components/VField/VField.sass +19 -1
- package/lib/components/VField/index.d.mts +9 -0
- package/lib/components/VFileInput/VFileInput.mjs +1 -1
- package/lib/components/VFileInput/VFileInput.mjs.map +1 -1
- package/lib/components/VFileInput/index.d.mts +9 -0
- package/lib/components/VFooter/index.d.mts +9 -0
- package/lib/components/VImg/index.d.mts +9 -0
- package/lib/components/VList/VListItem.css +2 -1
- package/lib/components/VList/VListItem.sass +1 -0
- package/lib/components/VList/_variables.scss +2 -1
- package/lib/components/VList/index.d.mts +18 -0
- package/lib/components/VMenu/VMenu.mjs +5 -5
- package/lib/components/VMenu/VMenu.mjs.map +1 -1
- package/lib/components/VMenu/shared.mjs.map +1 -1
- package/lib/components/VNavigationDrawer/index.d.mts +9 -0
- package/lib/components/VPagination/index.d.mts +9 -0
- package/lib/components/VProgressLinear/index.d.mts +9 -0
- package/lib/components/VRangeSlider/index.d.mts +9 -0
- package/lib/components/VSelect/VSelect.mjs +4 -3
- package/lib/components/VSelect/VSelect.mjs.map +1 -1
- package/lib/components/VSelect/index.d.mts +33 -6
- package/lib/components/VSheet/index.d.mts +9 -0
- package/lib/components/VSlider/index.d.mts +9 -0
- package/lib/components/VSnackbar/index.d.mts +9 -0
- package/lib/components/VStepper/index.d.mts +9 -0
- package/lib/components/VSystemBar/index.d.mts +9 -0
- package/lib/components/VTabs/index.d.mts +33 -6
- package/lib/components/VTextField/index.d.mts +33 -6
- package/lib/components/VTextarea/index.d.mts +9 -0
- package/lib/components/VTimeline/index.d.mts +9 -0
- package/lib/components/VToolbar/index.d.mts +9 -0
- package/lib/components/VTooltip/VTooltip.css +1 -0
- package/lib/components/VTooltip/VTooltip.sass +1 -0
- package/lib/components/VTooltip/_variables.scss +1 -0
- package/lib/components/index.d.mts +857 -151
- package/lib/composables/form.mjs +2 -1
- package/lib/composables/form.mjs.map +1 -1
- package/lib/composables/goto.mjs +16 -18
- package/lib/composables/goto.mjs.map +1 -1
- package/lib/composables/group.mjs +2 -0
- package/lib/composables/group.mjs.map +1 -1
- package/lib/composables/icons.mjs +17 -13
- package/lib/composables/icons.mjs.map +1 -1
- package/lib/composables/rounded.mjs +5 -1
- package/lib/composables/rounded.mjs.map +1 -1
- package/lib/composables/virtual.mjs +11 -3
- package/lib/composables/virtual.mjs.map +1 -1
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/iconsets/fa-svg.mjs +2 -1
- package/lib/iconsets/fa-svg.mjs.map +1 -1
- package/lib/index.d.mts +29 -28
- package/lib/labs/VCalendar/VCalendar.mjs +1 -1
- package/lib/labs/VCalendar/VCalendar.mjs.map +1 -1
- package/lib/labs/VPicker/VPicker.css +2 -2
- package/lib/labs/VPicker/VPicker.sass +2 -2
- package/lib/labs/VPicker/_variables.scss +2 -4
- package/lib/labs/VPicker/index.d.mts +9 -0
- package/lib/labs/VSparkline/VBarline.mjs +138 -0
- package/lib/labs/VSparkline/VBarline.mjs.map +1 -0
- package/lib/labs/VSparkline/VSparkline.mjs +49 -0
- package/lib/labs/VSparkline/VSparkline.mjs.map +1 -0
- package/lib/labs/VSparkline/VTrendline.mjs +143 -0
- package/lib/labs/VSparkline/VTrendline.mjs.map +1 -0
- package/lib/labs/VSparkline/index.d.mts +374 -0
- package/lib/labs/VSparkline/index.mjs +2 -0
- package/lib/labs/VSparkline/index.mjs.map +1 -0
- package/lib/labs/VSparkline/util/line.mjs +52 -0
- package/lib/labs/VSparkline/util/line.mjs.map +1 -0
- package/lib/labs/VSparkline/util/path.mjs +60 -0
- package/lib/labs/VSparkline/util/path.mjs.map +1 -0
- package/lib/labs/components.d.mts +376 -1
- package/lib/labs/components.mjs +1 -0
- package/lib/labs/components.mjs.map +1 -1
- package/lib/locale/nl.mjs +1 -1
- package/lib/locale/nl.mjs.map +1 -1
- package/lib/util/helpers.mjs +10 -0
- package/lib/util/helpers.mjs.map +1 -1
- package/package.json +2 -2
- package/lib/components/VDatePicker/VDatePickerTitle.mjs +0 -81
- package/lib/components/VDatePicker/VDatePickerTitle.mjs.map +0 -1
- package/lib/components/VDatePicker/VDatePickerTitle.sass +0 -33
|
@@ -12,6 +12,7 @@ declare const VBtnGroup: {
|
|
|
12
12
|
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
|
13
13
|
style: vue.StyleValue;
|
|
14
14
|
tag: string;
|
|
15
|
+
tile: boolean;
|
|
15
16
|
density: Density;
|
|
16
17
|
divided: boolean;
|
|
17
18
|
} & {
|
|
@@ -34,6 +35,7 @@ declare const VBtnGroup: {
|
|
|
34
35
|
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
|
35
36
|
style: vue.StyleValue;
|
|
36
37
|
tag: string;
|
|
38
|
+
tile: boolean;
|
|
37
39
|
density: Density;
|
|
38
40
|
divided: boolean;
|
|
39
41
|
} & {
|
|
@@ -57,6 +59,7 @@ declare const VBtnGroup: {
|
|
|
57
59
|
style: vue.StyleValue;
|
|
58
60
|
tag: string;
|
|
59
61
|
rounded: string | number | boolean;
|
|
62
|
+
tile: boolean;
|
|
60
63
|
density: Density;
|
|
61
64
|
divided: boolean;
|
|
62
65
|
}, true, {}, vue.SlotsType<Partial<{
|
|
@@ -74,6 +77,7 @@ declare const VBtnGroup: {
|
|
|
74
77
|
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
|
75
78
|
style: vue.StyleValue;
|
|
76
79
|
tag: string;
|
|
80
|
+
tile: boolean;
|
|
77
81
|
density: Density;
|
|
78
82
|
divided: boolean;
|
|
79
83
|
} & {
|
|
@@ -97,6 +101,7 @@ declare const VBtnGroup: {
|
|
|
97
101
|
style: vue.StyleValue;
|
|
98
102
|
tag: string;
|
|
99
103
|
rounded: string | number | boolean;
|
|
104
|
+
tile: boolean;
|
|
100
105
|
density: Density;
|
|
101
106
|
divided: boolean;
|
|
102
107
|
}>;
|
|
@@ -107,6 +112,7 @@ declare const VBtnGroup: {
|
|
|
107
112
|
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
|
108
113
|
style: vue.StyleValue;
|
|
109
114
|
tag: string;
|
|
115
|
+
tile: boolean;
|
|
110
116
|
density: Density;
|
|
111
117
|
divided: boolean;
|
|
112
118
|
} & {
|
|
@@ -130,6 +136,7 @@ declare const VBtnGroup: {
|
|
|
130
136
|
style: vue.StyleValue;
|
|
131
137
|
tag: string;
|
|
132
138
|
rounded: string | number | boolean;
|
|
139
|
+
tile: boolean;
|
|
133
140
|
density: Density;
|
|
134
141
|
divided: boolean;
|
|
135
142
|
}, {}, string, vue.SlotsType<Partial<{
|
|
@@ -152,6 +159,7 @@ declare const VBtnGroup: {
|
|
|
152
159
|
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
|
153
160
|
default: undefined;
|
|
154
161
|
};
|
|
162
|
+
tile: BooleanConstructor;
|
|
155
163
|
elevation: {
|
|
156
164
|
type: (StringConstructor | NumberConstructor)[];
|
|
157
165
|
validator(v: any): boolean;
|
|
@@ -184,6 +192,7 @@ declare const VBtnGroup: {
|
|
|
184
192
|
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
|
185
193
|
default: undefined;
|
|
186
194
|
};
|
|
195
|
+
tile: BooleanConstructor;
|
|
187
196
|
elevation: {
|
|
188
197
|
type: (StringConstructor | NumberConstructor)[];
|
|
189
198
|
validator(v: any): boolean;
|
|
@@ -68,6 +68,7 @@ declare const VBtnToggle: {
|
|
|
68
68
|
disabled: boolean;
|
|
69
69
|
multiple: boolean;
|
|
70
70
|
tag: string;
|
|
71
|
+
tile: boolean;
|
|
71
72
|
density: Density;
|
|
72
73
|
divided: boolean;
|
|
73
74
|
} & {
|
|
@@ -92,6 +93,7 @@ declare const VBtnToggle: {
|
|
|
92
93
|
disabled: boolean;
|
|
93
94
|
multiple: boolean;
|
|
94
95
|
tag: string;
|
|
96
|
+
tile: boolean;
|
|
95
97
|
density: Density;
|
|
96
98
|
divided: boolean;
|
|
97
99
|
} & {
|
|
@@ -111,6 +113,7 @@ declare const VBtnToggle: {
|
|
|
111
113
|
multiple: boolean;
|
|
112
114
|
tag: string;
|
|
113
115
|
rounded: string | number | boolean;
|
|
116
|
+
tile: boolean;
|
|
114
117
|
density: Density;
|
|
115
118
|
divided: boolean;
|
|
116
119
|
}, true, {}, vue.SlotsType<Partial<{
|
|
@@ -130,6 +133,7 @@ declare const VBtnToggle: {
|
|
|
130
133
|
disabled: boolean;
|
|
131
134
|
multiple: boolean;
|
|
132
135
|
tag: string;
|
|
136
|
+
tile: boolean;
|
|
133
137
|
density: Density;
|
|
134
138
|
divided: boolean;
|
|
135
139
|
} & {
|
|
@@ -153,6 +157,7 @@ declare const VBtnToggle: {
|
|
|
153
157
|
multiple: boolean;
|
|
154
158
|
tag: string;
|
|
155
159
|
rounded: string | number | boolean;
|
|
160
|
+
tile: boolean;
|
|
156
161
|
density: Density;
|
|
157
162
|
divided: boolean;
|
|
158
163
|
}>;
|
|
@@ -165,6 +170,7 @@ declare const VBtnToggle: {
|
|
|
165
170
|
disabled: boolean;
|
|
166
171
|
multiple: boolean;
|
|
167
172
|
tag: string;
|
|
173
|
+
tile: boolean;
|
|
168
174
|
density: Density;
|
|
169
175
|
divided: boolean;
|
|
170
176
|
} & {
|
|
@@ -190,6 +196,7 @@ declare const VBtnToggle: {
|
|
|
190
196
|
multiple: boolean;
|
|
191
197
|
tag: string;
|
|
192
198
|
rounded: string | number | boolean;
|
|
199
|
+
tile: boolean;
|
|
193
200
|
density: Density;
|
|
194
201
|
divided: boolean;
|
|
195
202
|
}, {}, string, vue.SlotsType<Partial<{
|
|
@@ -227,6 +234,7 @@ declare const VBtnToggle: {
|
|
|
227
234
|
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
|
228
235
|
default: undefined;
|
|
229
236
|
};
|
|
237
|
+
tile: BooleanConstructor;
|
|
230
238
|
elevation: {
|
|
231
239
|
type: (StringConstructor | NumberConstructor)[];
|
|
232
240
|
validator(v: any): boolean;
|
|
@@ -268,6 +276,7 @@ declare const VBtnToggle: {
|
|
|
268
276
|
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
|
269
277
|
default: undefined;
|
|
270
278
|
};
|
|
279
|
+
tile: BooleanConstructor;
|
|
271
280
|
elevation: {
|
|
272
281
|
type: (StringConstructor | NumberConstructor)[];
|
|
273
282
|
validator(v: any): boolean;
|
|
@@ -250,6 +250,7 @@ declare const VCard: {
|
|
|
250
250
|
style: vue.StyleValue;
|
|
251
251
|
disabled: boolean;
|
|
252
252
|
tag: string;
|
|
253
|
+
tile: boolean;
|
|
253
254
|
density: Density;
|
|
254
255
|
ripple: boolean | {
|
|
255
256
|
class: string;
|
|
@@ -326,6 +327,7 @@ declare const VCard: {
|
|
|
326
327
|
style: vue.StyleValue;
|
|
327
328
|
disabled: boolean;
|
|
328
329
|
tag: string;
|
|
330
|
+
tile: boolean;
|
|
329
331
|
density: Density;
|
|
330
332
|
ripple: boolean | {
|
|
331
333
|
class: string;
|
|
@@ -404,6 +406,7 @@ declare const VCard: {
|
|
|
404
406
|
disabled: boolean;
|
|
405
407
|
tag: string;
|
|
406
408
|
rounded: string | number | boolean;
|
|
409
|
+
tile: boolean;
|
|
407
410
|
density: Density;
|
|
408
411
|
ripple: boolean | {
|
|
409
412
|
class: string;
|
|
@@ -455,6 +458,7 @@ declare const VCard: {
|
|
|
455
458
|
style: vue.StyleValue;
|
|
456
459
|
disabled: boolean;
|
|
457
460
|
tag: string;
|
|
461
|
+
tile: boolean;
|
|
458
462
|
density: Density;
|
|
459
463
|
ripple: boolean | {
|
|
460
464
|
class: string;
|
|
@@ -533,6 +537,7 @@ declare const VCard: {
|
|
|
533
537
|
disabled: boolean;
|
|
534
538
|
tag: string;
|
|
535
539
|
rounded: string | number | boolean;
|
|
540
|
+
tile: boolean;
|
|
536
541
|
density: Density;
|
|
537
542
|
ripple: boolean | {
|
|
538
543
|
class: string;
|
|
@@ -550,6 +555,7 @@ declare const VCard: {
|
|
|
550
555
|
style: vue.StyleValue;
|
|
551
556
|
disabled: boolean;
|
|
552
557
|
tag: string;
|
|
558
|
+
tile: boolean;
|
|
553
559
|
density: Density;
|
|
554
560
|
ripple: boolean | {
|
|
555
561
|
class: string;
|
|
@@ -628,6 +634,7 @@ declare const VCard: {
|
|
|
628
634
|
disabled: boolean;
|
|
629
635
|
tag: string;
|
|
630
636
|
rounded: string | number | boolean;
|
|
637
|
+
tile: boolean;
|
|
631
638
|
density: Density;
|
|
632
639
|
ripple: boolean | {
|
|
633
640
|
class: string;
|
|
@@ -687,6 +694,7 @@ declare const VCard: {
|
|
|
687
694
|
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
|
688
695
|
default: undefined;
|
|
689
696
|
};
|
|
697
|
+
tile: BooleanConstructor;
|
|
690
698
|
position: {
|
|
691
699
|
type: PropType<"fixed" | "absolute" | "static" | "sticky" | "relative">;
|
|
692
700
|
validator: (v: any) => boolean;
|
|
@@ -758,6 +766,7 @@ declare const VCard: {
|
|
|
758
766
|
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
|
759
767
|
default: undefined;
|
|
760
768
|
};
|
|
769
|
+
tile: BooleanConstructor;
|
|
761
770
|
position: {
|
|
762
771
|
type: PropType<"fixed" | "absolute" | "static" | "sticky" | "relative">;
|
|
763
772
|
validator: (v: any) => boolean;
|
|
@@ -535,6 +535,7 @@ declare const VCarouselItem: {
|
|
|
535
535
|
options: IntersectionObserverInit;
|
|
536
536
|
cover: boolean;
|
|
537
537
|
src: string | srcObject;
|
|
538
|
+
tile: boolean;
|
|
538
539
|
} & {
|
|
539
540
|
height?: string | number | undefined;
|
|
540
541
|
width?: string | number | undefined;
|
|
@@ -586,6 +587,7 @@ declare const VCarouselItem: {
|
|
|
586
587
|
options: IntersectionObserverInit;
|
|
587
588
|
cover: boolean;
|
|
588
589
|
src: string | srcObject;
|
|
590
|
+
tile: boolean;
|
|
589
591
|
} & {
|
|
590
592
|
height?: string | number | undefined;
|
|
591
593
|
width?: string | number | undefined;
|
|
@@ -640,6 +642,7 @@ declare const VCarouselItem: {
|
|
|
640
642
|
cover: boolean;
|
|
641
643
|
src: string | srcObject;
|
|
642
644
|
rounded: string | number | boolean;
|
|
645
|
+
tile: boolean;
|
|
643
646
|
reverseTransition: string | boolean;
|
|
644
647
|
}, true, {}, vue.SlotsType<Partial<{
|
|
645
648
|
default: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
@@ -669,6 +672,7 @@ declare const VCarouselItem: {
|
|
|
669
672
|
options: IntersectionObserverInit;
|
|
670
673
|
cover: boolean;
|
|
671
674
|
src: string | srcObject;
|
|
675
|
+
tile: boolean;
|
|
672
676
|
} & {
|
|
673
677
|
height?: string | number | undefined;
|
|
674
678
|
width?: string | number | undefined;
|
|
@@ -723,6 +727,7 @@ declare const VCarouselItem: {
|
|
|
723
727
|
cover: boolean;
|
|
724
728
|
src: string | srcObject;
|
|
725
729
|
rounded: string | number | boolean;
|
|
730
|
+
tile: boolean;
|
|
726
731
|
reverseTransition: string | boolean;
|
|
727
732
|
}>;
|
|
728
733
|
__isFragment?: undefined;
|
|
@@ -736,6 +741,7 @@ declare const VCarouselItem: {
|
|
|
736
741
|
options: IntersectionObserverInit;
|
|
737
742
|
cover: boolean;
|
|
738
743
|
src: string | srcObject;
|
|
744
|
+
tile: boolean;
|
|
739
745
|
} & {
|
|
740
746
|
height?: string | number | undefined;
|
|
741
747
|
width?: string | number | undefined;
|
|
@@ -790,6 +796,7 @@ declare const VCarouselItem: {
|
|
|
790
796
|
cover: boolean;
|
|
791
797
|
src: string | srcObject;
|
|
792
798
|
rounded: string | number | boolean;
|
|
799
|
+
tile: boolean;
|
|
793
800
|
reverseTransition: string | boolean;
|
|
794
801
|
}, {}, string, vue.SlotsType<Partial<{
|
|
795
802
|
default: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
@@ -826,6 +833,7 @@ declare const VCarouselItem: {
|
|
|
826
833
|
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
|
827
834
|
default: undefined;
|
|
828
835
|
};
|
|
836
|
+
tile: BooleanConstructor;
|
|
829
837
|
height: (StringConstructor | NumberConstructor)[];
|
|
830
838
|
maxHeight: (StringConstructor | NumberConstructor)[];
|
|
831
839
|
maxWidth: (StringConstructor | NumberConstructor)[];
|
|
@@ -883,6 +891,7 @@ declare const VCarouselItem: {
|
|
|
883
891
|
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
|
884
892
|
default: undefined;
|
|
885
893
|
};
|
|
894
|
+
tile: BooleanConstructor;
|
|
886
895
|
height: (StringConstructor | NumberConstructor)[];
|
|
887
896
|
maxHeight: (StringConstructor | NumberConstructor)[];
|
|
888
897
|
maxWidth: (StringConstructor | NumberConstructor)[];
|
|
@@ -24,6 +24,7 @@ declare const VChip: {
|
|
|
24
24
|
disabled: boolean;
|
|
25
25
|
size: string | number;
|
|
26
26
|
tag: string;
|
|
27
|
+
tile: boolean;
|
|
27
28
|
density: Density;
|
|
28
29
|
modelValue: boolean;
|
|
29
30
|
ripple: boolean | {
|
|
@@ -131,6 +132,7 @@ declare const VChip: {
|
|
|
131
132
|
disabled: boolean;
|
|
132
133
|
size: string | number;
|
|
133
134
|
tag: string;
|
|
135
|
+
tile: boolean;
|
|
134
136
|
density: Density;
|
|
135
137
|
modelValue: boolean;
|
|
136
138
|
ripple: boolean | {
|
|
@@ -233,6 +235,7 @@ declare const VChip: {
|
|
|
233
235
|
size: string | number;
|
|
234
236
|
tag: string;
|
|
235
237
|
rounded: string | number | boolean;
|
|
238
|
+
tile: boolean;
|
|
236
239
|
density: Density;
|
|
237
240
|
modelValue: boolean;
|
|
238
241
|
ripple: boolean | {
|
|
@@ -287,6 +290,7 @@ declare const VChip: {
|
|
|
287
290
|
disabled: boolean;
|
|
288
291
|
size: string | number;
|
|
289
292
|
tag: string;
|
|
293
|
+
tile: boolean;
|
|
290
294
|
density: Density;
|
|
291
295
|
modelValue: boolean;
|
|
292
296
|
ripple: boolean | {
|
|
@@ -389,6 +393,7 @@ declare const VChip: {
|
|
|
389
393
|
size: string | number;
|
|
390
394
|
tag: string;
|
|
391
395
|
rounded: string | number | boolean;
|
|
396
|
+
tile: boolean;
|
|
392
397
|
density: Density;
|
|
393
398
|
modelValue: boolean;
|
|
394
399
|
ripple: boolean | {
|
|
@@ -414,6 +419,7 @@ declare const VChip: {
|
|
|
414
419
|
disabled: boolean;
|
|
415
420
|
size: string | number;
|
|
416
421
|
tag: string;
|
|
422
|
+
tile: boolean;
|
|
417
423
|
density: Density;
|
|
418
424
|
modelValue: boolean;
|
|
419
425
|
ripple: boolean | {
|
|
@@ -523,6 +529,7 @@ declare const VChip: {
|
|
|
523
529
|
size: string | number;
|
|
524
530
|
tag: string;
|
|
525
531
|
rounded: string | number | boolean;
|
|
532
|
+
tile: boolean;
|
|
526
533
|
density: Density;
|
|
527
534
|
modelValue: boolean;
|
|
528
535
|
ripple: boolean | {
|
|
@@ -589,6 +596,7 @@ declare const VChip: {
|
|
|
589
596
|
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
|
590
597
|
default: undefined;
|
|
591
598
|
};
|
|
599
|
+
tile: BooleanConstructor;
|
|
592
600
|
value: null;
|
|
593
601
|
disabled: BooleanConstructor;
|
|
594
602
|
selectedClass: StringConstructor;
|
|
@@ -676,6 +684,7 @@ declare const VChip: {
|
|
|
676
684
|
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
|
677
685
|
default: undefined;
|
|
678
686
|
};
|
|
687
|
+
tile: BooleanConstructor;
|
|
679
688
|
value: null;
|
|
680
689
|
disabled: BooleanConstructor;
|
|
681
690
|
selectedClass: StringConstructor;
|
|
@@ -88,6 +88,7 @@ declare const VColorPicker: {
|
|
|
88
88
|
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
|
89
89
|
default: undefined;
|
|
90
90
|
};
|
|
91
|
+
tile: BooleanConstructor;
|
|
91
92
|
canvasHeight: {
|
|
92
93
|
type: (StringConstructor | NumberConstructor)[];
|
|
93
94
|
default: number;
|
|
@@ -169,6 +170,7 @@ declare const VColorPicker: {
|
|
|
169
170
|
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
|
170
171
|
default: undefined;
|
|
171
172
|
};
|
|
173
|
+
tile: BooleanConstructor;
|
|
172
174
|
canvasHeight: {
|
|
173
175
|
type: (StringConstructor | NumberConstructor)[];
|
|
174
176
|
default: number;
|
|
@@ -225,6 +227,7 @@ declare const VColorPicker: {
|
|
|
225
227
|
tag: string;
|
|
226
228
|
mode: "rgb" | "rgba" | "hsl" | "hsla" | "hex" | "hexa";
|
|
227
229
|
rounded: string | number | boolean;
|
|
230
|
+
tile: boolean;
|
|
228
231
|
dotSize: string | number;
|
|
229
232
|
modes: readonly ("rgb" | "rgba" | "hsl" | "hsla" | "hex" | "hexa")[];
|
|
230
233
|
canvasHeight: string | number;
|
|
@@ -269,6 +272,7 @@ declare const VColorPicker: {
|
|
|
269
272
|
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
|
270
273
|
default: undefined;
|
|
271
274
|
};
|
|
275
|
+
tile: BooleanConstructor;
|
|
272
276
|
canvasHeight: {
|
|
273
277
|
type: (StringConstructor | NumberConstructor)[];
|
|
274
278
|
default: number;
|
|
@@ -325,6 +329,7 @@ declare const VColorPicker: {
|
|
|
325
329
|
tag: string;
|
|
326
330
|
mode: "rgb" | "rgba" | "hsl" | "hsla" | "hex" | "hexa";
|
|
327
331
|
rounded: string | number | boolean;
|
|
332
|
+
tile: boolean;
|
|
328
333
|
dotSize: string | number;
|
|
329
334
|
modes: readonly ("rgb" | "rgba" | "hsl" | "hsla" | "hex" | "hexa")[];
|
|
330
335
|
canvasHeight: string | number;
|
|
@@ -366,6 +371,7 @@ declare const VColorPicker: {
|
|
|
366
371
|
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
|
367
372
|
default: undefined;
|
|
368
373
|
};
|
|
374
|
+
tile: BooleanConstructor;
|
|
369
375
|
canvasHeight: {
|
|
370
376
|
type: (StringConstructor | NumberConstructor)[];
|
|
371
377
|
default: number;
|
|
@@ -425,6 +431,7 @@ declare const VColorPicker: {
|
|
|
425
431
|
tag: string;
|
|
426
432
|
mode: "rgb" | "rgba" | "hsl" | "hsla" | "hex" | "hexa";
|
|
427
433
|
rounded: string | number | boolean;
|
|
434
|
+
tile: boolean;
|
|
428
435
|
dotSize: string | number;
|
|
429
436
|
modes: readonly ("rgb" | "rgba" | "hsl" | "hsla" | "hex" | "hexa")[];
|
|
430
437
|
canvasHeight: string | number;
|
|
@@ -462,6 +469,7 @@ declare const VColorPicker: {
|
|
|
462
469
|
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
|
463
470
|
default: undefined;
|
|
464
471
|
};
|
|
472
|
+
tile: BooleanConstructor;
|
|
465
473
|
canvasHeight: {
|
|
466
474
|
type: (StringConstructor | NumberConstructor)[];
|
|
467
475
|
default: number;
|
|
@@ -537,6 +545,7 @@ declare const VColorPicker: {
|
|
|
537
545
|
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
|
538
546
|
default: undefined;
|
|
539
547
|
};
|
|
548
|
+
tile: BooleanConstructor;
|
|
540
549
|
canvasHeight: {
|
|
541
550
|
type: (StringConstructor | NumberConstructor)[];
|
|
542
551
|
default: number;
|
|
@@ -264,6 +264,7 @@ declare const VCombobox: {
|
|
|
264
264
|
readonly: boolean | null;
|
|
265
265
|
noDataText: string;
|
|
266
266
|
messages: string | readonly string[];
|
|
267
|
+
tile: boolean;
|
|
267
268
|
density: Density;
|
|
268
269
|
valueComparator: typeof deepEqual;
|
|
269
270
|
clearIcon: IconValue;
|
|
@@ -332,6 +333,7 @@ declare const VCombobox: {
|
|
|
332
333
|
tag: string;
|
|
333
334
|
mandatory: boolean;
|
|
334
335
|
rounded: string | number | boolean;
|
|
336
|
+
tile: boolean;
|
|
335
337
|
density: Density;
|
|
336
338
|
slim: boolean;
|
|
337
339
|
valueComparator: typeof deepEqual;
|
|
@@ -347,6 +349,7 @@ declare const VCombobox: {
|
|
|
347
349
|
disabled: boolean;
|
|
348
350
|
tag: string;
|
|
349
351
|
mandatory: boolean;
|
|
352
|
+
tile: boolean;
|
|
350
353
|
density: Density;
|
|
351
354
|
slim: boolean;
|
|
352
355
|
valueComparator: typeof deepEqual;
|
|
@@ -390,6 +393,7 @@ declare const VCombobox: {
|
|
|
390
393
|
disabled: boolean;
|
|
391
394
|
tag: string;
|
|
392
395
|
mandatory: boolean;
|
|
396
|
+
tile: boolean;
|
|
393
397
|
density: Density;
|
|
394
398
|
slim: boolean;
|
|
395
399
|
valueComparator: typeof deepEqual;
|
|
@@ -428,7 +432,7 @@ declare const VCombobox: {
|
|
|
428
432
|
value: boolean;
|
|
429
433
|
path: unknown[];
|
|
430
434
|
}) => any) | undefined;
|
|
431
|
-
}, "variant" | "nav" | "style" | "disabled" | "tag" | "mandatory" | "rounded" | "density" | "slim" | "valueComparator" | "selectStrategy" | "openStrategy" | "lines" | "returnObject" | "itemType"> & {
|
|
435
|
+
}, "variant" | "nav" | "style" | "disabled" | "tag" | "mandatory" | "rounded" | "tile" | "density" | "slim" | "valueComparator" | "selectStrategy" | "openStrategy" | "lines" | "returnObject" | "itemType"> & {
|
|
432
436
|
items?: readonly any[] | undefined;
|
|
433
437
|
itemTitle?: SelectItemKey<any>;
|
|
434
438
|
itemValue?: SelectItemKey<any>;
|
|
@@ -809,6 +813,7 @@ declare const VCombobox: {
|
|
|
809
813
|
readonly: boolean | null;
|
|
810
814
|
noDataText: string;
|
|
811
815
|
messages: string | readonly string[];
|
|
816
|
+
tile: boolean;
|
|
812
817
|
density: Density;
|
|
813
818
|
valueComparator: typeof deepEqual;
|
|
814
819
|
clearIcon: IconValue;
|
|
@@ -877,6 +882,7 @@ declare const VCombobox: {
|
|
|
877
882
|
tag: string;
|
|
878
883
|
mandatory: boolean;
|
|
879
884
|
rounded: string | number | boolean;
|
|
885
|
+
tile: boolean;
|
|
880
886
|
density: Density;
|
|
881
887
|
slim: boolean;
|
|
882
888
|
valueComparator: typeof deepEqual;
|
|
@@ -892,6 +898,7 @@ declare const VCombobox: {
|
|
|
892
898
|
disabled: boolean;
|
|
893
899
|
tag: string;
|
|
894
900
|
mandatory: boolean;
|
|
901
|
+
tile: boolean;
|
|
895
902
|
density: Density;
|
|
896
903
|
slim: boolean;
|
|
897
904
|
valueComparator: typeof deepEqual;
|
|
@@ -935,6 +942,7 @@ declare const VCombobox: {
|
|
|
935
942
|
disabled: boolean;
|
|
936
943
|
tag: string;
|
|
937
944
|
mandatory: boolean;
|
|
945
|
+
tile: boolean;
|
|
938
946
|
density: Density;
|
|
939
947
|
slim: boolean;
|
|
940
948
|
valueComparator: typeof deepEqual;
|
|
@@ -973,7 +981,7 @@ declare const VCombobox: {
|
|
|
973
981
|
value: boolean;
|
|
974
982
|
path: unknown[];
|
|
975
983
|
}) => any) | undefined;
|
|
976
|
-
}, "variant" | "nav" | "style" | "disabled" | "tag" | "mandatory" | "rounded" | "density" | "slim" | "valueComparator" | "selectStrategy" | "openStrategy" | "lines" | "returnObject" | "itemType"> & {
|
|
984
|
+
}, "variant" | "nav" | "style" | "disabled" | "tag" | "mandatory" | "rounded" | "tile" | "density" | "slim" | "valueComparator" | "selectStrategy" | "openStrategy" | "lines" | "returnObject" | "itemType"> & {
|
|
977
985
|
items?: readonly any[] | undefined;
|
|
978
986
|
itemTitle?: SelectItemKey<any>;
|
|
979
987
|
itemValue?: SelectItemKey<any>;
|
|
@@ -1350,6 +1358,7 @@ declare const VCombobox: {
|
|
|
1350
1358
|
noDataText: string;
|
|
1351
1359
|
messages: string | readonly string[];
|
|
1352
1360
|
rounded: string | number | boolean;
|
|
1361
|
+
tile: boolean;
|
|
1353
1362
|
density: Density;
|
|
1354
1363
|
valueComparator: typeof deepEqual;
|
|
1355
1364
|
clearIcon: IconValue;
|
|
@@ -1465,6 +1474,7 @@ declare const VCombobox: {
|
|
|
1465
1474
|
readonly: boolean | null;
|
|
1466
1475
|
noDataText: string;
|
|
1467
1476
|
messages: string | readonly string[];
|
|
1477
|
+
tile: boolean;
|
|
1468
1478
|
density: Density;
|
|
1469
1479
|
valueComparator: typeof deepEqual;
|
|
1470
1480
|
clearIcon: IconValue;
|
|
@@ -1533,6 +1543,7 @@ declare const VCombobox: {
|
|
|
1533
1543
|
tag: string;
|
|
1534
1544
|
mandatory: boolean;
|
|
1535
1545
|
rounded: string | number | boolean;
|
|
1546
|
+
tile: boolean;
|
|
1536
1547
|
density: Density;
|
|
1537
1548
|
slim: boolean;
|
|
1538
1549
|
valueComparator: typeof deepEqual;
|
|
@@ -1548,6 +1559,7 @@ declare const VCombobox: {
|
|
|
1548
1559
|
disabled: boolean;
|
|
1549
1560
|
tag: string;
|
|
1550
1561
|
mandatory: boolean;
|
|
1562
|
+
tile: boolean;
|
|
1551
1563
|
density: Density;
|
|
1552
1564
|
slim: boolean;
|
|
1553
1565
|
valueComparator: typeof deepEqual;
|
|
@@ -1591,6 +1603,7 @@ declare const VCombobox: {
|
|
|
1591
1603
|
disabled: boolean;
|
|
1592
1604
|
tag: string;
|
|
1593
1605
|
mandatory: boolean;
|
|
1606
|
+
tile: boolean;
|
|
1594
1607
|
density: Density;
|
|
1595
1608
|
slim: boolean;
|
|
1596
1609
|
valueComparator: typeof deepEqual;
|
|
@@ -1629,7 +1642,7 @@ declare const VCombobox: {
|
|
|
1629
1642
|
value: boolean;
|
|
1630
1643
|
path: unknown[];
|
|
1631
1644
|
}) => any) | undefined;
|
|
1632
|
-
}, "variant" | "nav" | "style" | "disabled" | "tag" | "mandatory" | "rounded" | "density" | "slim" | "valueComparator" | "selectStrategy" | "openStrategy" | "lines" | "returnObject" | "itemType"> & {
|
|
1645
|
+
}, "variant" | "nav" | "style" | "disabled" | "tag" | "mandatory" | "rounded" | "tile" | "density" | "slim" | "valueComparator" | "selectStrategy" | "openStrategy" | "lines" | "returnObject" | "itemType"> & {
|
|
1633
1646
|
items?: readonly any[] | undefined;
|
|
1634
1647
|
itemTitle?: SelectItemKey<any>;
|
|
1635
1648
|
itemValue?: SelectItemKey<any>;
|
|
@@ -2006,6 +2019,7 @@ declare const VCombobox: {
|
|
|
2006
2019
|
noDataText: string;
|
|
2007
2020
|
messages: string | readonly string[];
|
|
2008
2021
|
rounded: string | number | boolean;
|
|
2022
|
+
tile: boolean;
|
|
2009
2023
|
density: Density;
|
|
2010
2024
|
valueComparator: typeof deepEqual;
|
|
2011
2025
|
clearIcon: IconValue;
|
|
@@ -2058,6 +2072,7 @@ declare const VCombobox: {
|
|
|
2058
2072
|
readonly: boolean | null;
|
|
2059
2073
|
noDataText: string;
|
|
2060
2074
|
messages: string | readonly string[];
|
|
2075
|
+
tile: boolean;
|
|
2061
2076
|
density: Density;
|
|
2062
2077
|
valueComparator: typeof deepEqual;
|
|
2063
2078
|
clearIcon: IconValue;
|
|
@@ -2126,6 +2141,7 @@ declare const VCombobox: {
|
|
|
2126
2141
|
tag: string;
|
|
2127
2142
|
mandatory: boolean;
|
|
2128
2143
|
rounded: string | number | boolean;
|
|
2144
|
+
tile: boolean;
|
|
2129
2145
|
density: Density;
|
|
2130
2146
|
slim: boolean;
|
|
2131
2147
|
valueComparator: typeof deepEqual;
|
|
@@ -2141,6 +2157,7 @@ declare const VCombobox: {
|
|
|
2141
2157
|
disabled: boolean;
|
|
2142
2158
|
tag: string;
|
|
2143
2159
|
mandatory: boolean;
|
|
2160
|
+
tile: boolean;
|
|
2144
2161
|
density: Density;
|
|
2145
2162
|
slim: boolean;
|
|
2146
2163
|
valueComparator: typeof deepEqual;
|
|
@@ -2184,6 +2201,7 @@ declare const VCombobox: {
|
|
|
2184
2201
|
disabled: boolean;
|
|
2185
2202
|
tag: string;
|
|
2186
2203
|
mandatory: boolean;
|
|
2204
|
+
tile: boolean;
|
|
2187
2205
|
density: Density;
|
|
2188
2206
|
slim: boolean;
|
|
2189
2207
|
valueComparator: typeof deepEqual;
|
|
@@ -2222,7 +2240,7 @@ declare const VCombobox: {
|
|
|
2222
2240
|
value: boolean;
|
|
2223
2241
|
path: unknown[];
|
|
2224
2242
|
}) => any) | undefined;
|
|
2225
|
-
}, "variant" | "nav" | "style" | "disabled" | "tag" | "mandatory" | "rounded" | "density" | "slim" | "valueComparator" | "selectStrategy" | "openStrategy" | "lines" | "returnObject" | "itemType"> & {
|
|
2243
|
+
}, "variant" | "nav" | "style" | "disabled" | "tag" | "mandatory" | "rounded" | "tile" | "density" | "slim" | "valueComparator" | "selectStrategy" | "openStrategy" | "lines" | "returnObject" | "itemType"> & {
|
|
2226
2244
|
items?: readonly any[] | undefined;
|
|
2227
2245
|
itemTitle?: SelectItemKey<any>;
|
|
2228
2246
|
itemValue?: SelectItemKey<any>;
|
|
@@ -2604,6 +2622,7 @@ declare const VCombobox: {
|
|
|
2604
2622
|
noDataText: string;
|
|
2605
2623
|
messages: string | readonly string[];
|
|
2606
2624
|
rounded: string | number | boolean;
|
|
2625
|
+
tile: boolean;
|
|
2607
2626
|
density: Density;
|
|
2608
2627
|
valueComparator: typeof deepEqual;
|
|
2609
2628
|
clearIcon: IconValue;
|
|
@@ -2814,6 +2833,7 @@ declare const VCombobox: {
|
|
|
2814
2833
|
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
|
2815
2834
|
default: undefined;
|
|
2816
2835
|
};
|
|
2836
|
+
tile: BooleanConstructor;
|
|
2817
2837
|
density: {
|
|
2818
2838
|
type: PropType<Density>;
|
|
2819
2839
|
default: string;
|
|
@@ -2924,6 +2944,7 @@ declare const VCombobox: {
|
|
|
2924
2944
|
tag: string;
|
|
2925
2945
|
mandatory: boolean;
|
|
2926
2946
|
rounded: string | number | boolean;
|
|
2947
|
+
tile: boolean;
|
|
2927
2948
|
density: Density;
|
|
2928
2949
|
slim: boolean;
|
|
2929
2950
|
valueComparator: typeof deepEqual;
|
|
@@ -2939,6 +2960,7 @@ declare const VCombobox: {
|
|
|
2939
2960
|
disabled: boolean;
|
|
2940
2961
|
tag: string;
|
|
2941
2962
|
mandatory: boolean;
|
|
2963
|
+
tile: boolean;
|
|
2942
2964
|
density: Density;
|
|
2943
2965
|
slim: boolean;
|
|
2944
2966
|
valueComparator: typeof deepEqual;
|
|
@@ -2982,6 +3004,7 @@ declare const VCombobox: {
|
|
|
2982
3004
|
disabled: boolean;
|
|
2983
3005
|
tag: string;
|
|
2984
3006
|
mandatory: boolean;
|
|
3007
|
+
tile: boolean;
|
|
2985
3008
|
density: Density;
|
|
2986
3009
|
slim: boolean;
|
|
2987
3010
|
valueComparator: typeof deepEqual;
|
|
@@ -3020,7 +3043,7 @@ declare const VCombobox: {
|
|
|
3020
3043
|
value: boolean;
|
|
3021
3044
|
path: unknown[];
|
|
3022
3045
|
}) => any) | undefined;
|
|
3023
|
-
}, "variant" | "nav" | "style" | "disabled" | "tag" | "mandatory" | "rounded" | "density" | "slim" | "valueComparator" | "selectStrategy" | "openStrategy" | "lines" | "returnObject" | "itemType"> & {
|
|
3046
|
+
}, "variant" | "nav" | "style" | "disabled" | "tag" | "mandatory" | "rounded" | "tile" | "density" | "slim" | "valueComparator" | "selectStrategy" | "openStrategy" | "lines" | "returnObject" | "itemType"> & {
|
|
3024
3047
|
items?: readonly any[] | undefined;
|
|
3025
3048
|
itemTitle?: SelectItemKey<any>;
|
|
3026
3049
|
itemValue?: SelectItemKey<any>;
|
|
@@ -3472,6 +3495,7 @@ declare const VCombobox: {
|
|
|
3472
3495
|
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
|
3473
3496
|
default: undefined;
|
|
3474
3497
|
};
|
|
3498
|
+
tile: BooleanConstructor;
|
|
3475
3499
|
density: {
|
|
3476
3500
|
type: PropType<Density>;
|
|
3477
3501
|
default: string;
|
|
@@ -3582,6 +3606,7 @@ declare const VCombobox: {
|
|
|
3582
3606
|
tag: string;
|
|
3583
3607
|
mandatory: boolean;
|
|
3584
3608
|
rounded: string | number | boolean;
|
|
3609
|
+
tile: boolean;
|
|
3585
3610
|
density: Density;
|
|
3586
3611
|
slim: boolean;
|
|
3587
3612
|
valueComparator: typeof deepEqual;
|
|
@@ -3597,6 +3622,7 @@ declare const VCombobox: {
|
|
|
3597
3622
|
disabled: boolean;
|
|
3598
3623
|
tag: string;
|
|
3599
3624
|
mandatory: boolean;
|
|
3625
|
+
tile: boolean;
|
|
3600
3626
|
density: Density;
|
|
3601
3627
|
slim: boolean;
|
|
3602
3628
|
valueComparator: typeof deepEqual;
|
|
@@ -3640,6 +3666,7 @@ declare const VCombobox: {
|
|
|
3640
3666
|
disabled: boolean;
|
|
3641
3667
|
tag: string;
|
|
3642
3668
|
mandatory: boolean;
|
|
3669
|
+
tile: boolean;
|
|
3643
3670
|
density: Density;
|
|
3644
3671
|
slim: boolean;
|
|
3645
3672
|
valueComparator: typeof deepEqual;
|
|
@@ -3678,7 +3705,7 @@ declare const VCombobox: {
|
|
|
3678
3705
|
value: boolean;
|
|
3679
3706
|
path: unknown[];
|
|
3680
3707
|
}) => any) | undefined;
|
|
3681
|
-
}, "variant" | "nav" | "style" | "disabled" | "tag" | "mandatory" | "rounded" | "density" | "slim" | "valueComparator" | "selectStrategy" | "openStrategy" | "lines" | "returnObject" | "itemType"> & {
|
|
3708
|
+
}, "variant" | "nav" | "style" | "disabled" | "tag" | "mandatory" | "rounded" | "tile" | "density" | "slim" | "valueComparator" | "selectStrategy" | "openStrategy" | "lines" | "returnObject" | "itemType"> & {
|
|
3682
3709
|
items?: readonly any[] | undefined;
|
|
3683
3710
|
itemTitle?: SelectItemKey<any>;
|
|
3684
3711
|
itemValue?: SelectItemKey<any>;
|