@vuetify/nightly 3.6.13-3.7.0-beta.0.0-dev.2024-07-10 → 3.6.13-3.7.0-beta.0.0-dev.2024-07-24
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/CHANGELOG.md +0 -8
- package/dist/json/attributes.json +30 -22
- package/dist/json/importMap-labs.json +12 -12
- package/dist/json/importMap.json +120 -120
- package/dist/json/tags.json +2 -0
- package/dist/json/web-types.json +53 -42
- package/dist/vuetify-labs.css +2160 -2162
- package/dist/vuetify-labs.d.ts +12298 -12189
- package/dist/vuetify-labs.esm.js +59 -29
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +59 -29
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +871 -873
- package/dist/vuetify.d.ts +10357 -10268
- package/dist/vuetify.esm.js +51 -25
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +51 -25
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +1043 -1044
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VAlert/index.d.mts +55 -55
- package/lib/components/VAppBar/VAppBar.mjs.map +1 -1
- package/lib/components/VAppBar/index.d.mts +169 -169
- package/lib/components/VAutocomplete/index.d.mts +615 -609
- package/lib/components/VAvatar/index.d.mts +36 -36
- package/lib/components/VBadge/index.d.mts +58 -58
- package/lib/components/VBanner/index.d.mts +59 -59
- package/lib/components/VBottomNavigation/index.d.mts +58 -58
- package/lib/components/VBottomSheet/index.d.mts +118 -118
- package/lib/components/VBreadcrumbs/index.d.mts +34 -34
- package/lib/components/VBtn/VBtn.css +3 -0
- package/lib/components/VBtn/VBtn.sass +3 -0
- package/lib/components/VBtn/index.d.mts +107 -107
- package/lib/components/VBtnGroup/index.d.mts +23 -23
- package/lib/components/VBtnToggle/index.d.mts +40 -40
- package/lib/components/VCard/index.d.mts +93 -93
- package/lib/components/VCarousel/index.d.mts +128 -128
- package/lib/components/VCheckbox/index.d.mts +174 -168
- package/lib/components/VChip/index.d.mts +86 -86
- package/lib/components/VChipGroup/index.d.mts +46 -46
- package/lib/components/VColorPicker/index.d.mts +96 -96
- package/lib/components/VCombobox/index.d.mts +615 -609
- package/lib/components/VConfirmEdit/index.d.mts +2 -2
- package/lib/components/VCounter/index.d.mts +27 -27
- package/lib/components/VDataIterator/index.d.mts +51 -50
- package/lib/components/VDataTable/VDataTable.mjs +10 -3
- package/lib/components/VDataTable/VDataTable.mjs.map +1 -1
- package/lib/components/VDataTable/VDataTableServer.mjs +6 -2
- package/lib/components/VDataTable/VDataTableServer.mjs.map +1 -1
- package/lib/components/VDataTable/VDataTableVirtual.mjs +10 -3
- package/lib/components/VDataTable/VDataTableVirtual.mjs.map +1 -1
- package/lib/components/VDataTable/composables/group.mjs +2 -1
- package/lib/components/VDataTable/composables/group.mjs.map +1 -1
- package/lib/components/VDataTable/composables/sort.mjs +4 -4
- package/lib/components/VDataTable/composables/sort.mjs.map +1 -1
- package/lib/components/VDataTable/index.d.mts +275 -274
- package/lib/components/VDatePicker/VDatePickerMonth.mjs +3 -0
- package/lib/components/VDatePicker/VDatePickerMonth.mjs.map +1 -1
- package/lib/components/VDatePicker/index.d.mts +134 -134
- package/lib/components/VDialog/index.d.mts +353 -353
- package/lib/components/VDivider/index.d.mts +15 -15
- package/lib/components/VEmptyState/index.d.mts +47 -47
- package/lib/components/VExpansionPanel/index.d.mts +134 -134
- package/lib/components/VFab/index.d.mts +227 -227
- package/lib/components/VField/VField.css +6 -11
- package/lib/components/VField/VField.mjs +7 -5
- package/lib/components/VField/VField.mjs.map +1 -1
- package/lib/components/VField/VField.sass +2 -6
- package/lib/components/VField/index.d.mts +58 -52
- package/lib/components/VFileInput/index.d.mts +255 -249
- package/lib/components/VFooter/index.d.mts +50 -50
- package/lib/components/VForm/index.d.mts +9 -9
- package/lib/components/VGrid/index.d.mts +150 -150
- package/lib/components/VIcon/index.d.mts +24 -24
- package/lib/components/VImg/index.d.mts +85 -85
- package/lib/components/VInfiniteScroll/index.d.mts +22 -22
- package/lib/components/VInput/VInput.css +5 -5
- package/lib/components/VInput/VInput.mjs +4 -1
- package/lib/components/VInput/VInput.mjs.map +1 -1
- package/lib/components/VInput/VInput.sass +1 -1
- package/lib/components/VInput/index.d.mts +61 -55
- package/lib/components/VItemGroup/index.d.mts +17 -17
- package/lib/components/VLabel/index.d.mts +8 -8
- package/lib/components/VLayout/index.d.mts +36 -36
- package/lib/components/VLazy/index.d.mts +31 -31
- package/lib/components/VList/index.d.mts +178 -178
- package/lib/components/VLocaleProvider/index.d.mts +7 -7
- package/lib/components/VMain/index.d.mts +10 -10
- package/lib/components/VMenu/index.d.mts +393 -393
- package/lib/components/VMessages/index.d.mts +20 -20
- package/lib/components/VNavigationDrawer/index.d.mts +72 -72
- package/lib/components/VNavigationDrawer/sticky.mjs.map +1 -1
- package/lib/components/VOtpInput/VOtpInput.mjs +1 -1
- package/lib/components/VOtpInput/VOtpInput.mjs.map +1 -1
- package/lib/components/VOtpInput/index.d.mts +88 -88
- package/lib/components/VOverlay/index.d.mts +97 -97
- package/lib/components/VPagination/index.d.mts +55 -55
- package/lib/components/VParallax/index.d.mts +7 -7
- package/lib/components/VProgressCircular/index.d.mts +24 -24
- package/lib/components/VProgressLinear/index.d.mts +52 -52
- package/lib/components/VRadio/index.d.mts +41 -41
- package/lib/components/VRadioGroup/index.d.mts +105 -99
- package/lib/components/VRangeSlider/index.d.mts +102 -96
- package/lib/components/VRating/index.d.mts +22 -22
- package/lib/components/VResponsive/index.d.mts +23 -23
- package/lib/components/VSelect/index.d.mts +615 -609
- package/lib/components/VSelectionControl/index.d.mts +43 -43
- package/lib/components/VSelectionControlGroup/index.d.mts +39 -39
- package/lib/components/VSheet/index.d.mts +34 -34
- package/lib/components/VSkeletonLoader/index.d.mts +17 -17
- package/lib/components/VSlideGroup/index.d.mts +33 -33
- package/lib/components/VSlider/index.d.mts +95 -89
- package/lib/components/VSnackbar/index.d.mts +411 -411
- package/lib/components/VSparkline/index.d.mts +38 -38
- package/lib/components/VSpeedDial/index.d.mts +176 -176
- package/lib/components/VStepper/index.d.mts +119 -119
- package/lib/components/VSwitch/index.d.mts +108 -102
- package/lib/components/VSystemBar/index.d.mts +39 -39
- package/lib/components/VTable/index.d.mts +4 -4
- package/lib/components/VTabs/index.d.mts +512 -512
- package/lib/components/VTextField/VTextField.mjs +1 -1
- package/lib/components/VTextField/VTextField.mjs.map +1 -1
- package/lib/components/VTextField/index.d.mts +421 -415
- package/lib/components/VTextarea/VTextarea.mjs +5 -5
- package/lib/components/VTextarea/VTextarea.mjs.map +1 -1
- package/lib/components/VTextarea/index.d.mts +359 -344
- package/lib/components/VTimeline/index.d.mts +26 -26
- package/lib/components/VToolbar/index.d.mts +53 -53
- package/lib/components/VTooltip/index.d.mts +424 -424
- package/lib/components/VValidation/index.d.mts +19 -19
- package/lib/components/VVirtualScroll/index.d.mts +10 -10
- package/lib/components/VWindow/index.d.mts +31 -31
- package/lib/components/index.d.mts +10651 -10563
- package/lib/components/transitions/index.d.mts +200 -200
- package/lib/composables/nested/nested.mjs +0 -1
- package/lib/composables/nested/nested.mjs.map +1 -1
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/index.d.mts +69 -68
- package/lib/labs/VCalendar/index.d.mts +52 -52
- package/lib/labs/VDateInput/VDateInput.mjs +6 -3
- package/lib/labs/VDateInput/VDateInput.mjs.map +1 -1
- package/lib/labs/VDateInput/index.d.mts +256 -250
- package/lib/labs/VNumberInput/index.d.mts +247 -241
- package/lib/labs/VPicker/index.d.mts +45 -45
- package/lib/labs/VSnackbarQueue/index.d.mts +611 -611
- package/lib/labs/VStepperVertical/index.d.mts +212 -212
- package/lib/labs/VTimePicker/VTimePickerClock.mjs +0 -1
- package/lib/labs/VTimePicker/VTimePickerClock.mjs.map +1 -1
- package/lib/labs/VTimePicker/VTimePickerControls.mjs +2 -1
- package/lib/labs/VTimePicker/VTimePickerControls.mjs.map +1 -1
- package/lib/labs/VTimePicker/index.d.mts +131 -122
- package/lib/labs/VTreeview/VTreeviewItem.css +1 -1
- package/lib/labs/VTreeview/VTreeviewItem.sass +2 -5
- package/lib/labs/VTreeview/index.d.mts +199 -199
- package/lib/labs/components.d.mts +1754 -1733
- package/package.json +9 -4
@@ -63,12 +63,12 @@ type VListItemSlots = {
|
|
63
63
|
declare const VListItem: {
|
64
64
|
new (...args: any[]): vue.CreateComponentPublicInstance<{
|
65
65
|
replace: boolean;
|
66
|
-
|
66
|
+
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
67
|
+
exact: boolean;
|
67
68
|
nav: boolean;
|
69
|
+
style: vue.StyleValue;
|
68
70
|
disabled: boolean;
|
69
71
|
tag: string;
|
70
|
-
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
71
|
-
exact: boolean;
|
72
72
|
tile: boolean;
|
73
73
|
density: Density;
|
74
74
|
slim: boolean;
|
@@ -77,25 +77,25 @@ declare const VListItem: {
|
|
77
77
|
} | undefined;
|
78
78
|
} & {
|
79
79
|
link?: boolean | undefined;
|
80
|
-
onClick?: ((args_0: KeyboardEvent | MouseEvent) => void) | undefined;
|
81
|
-
class?: any;
|
82
|
-
title?: string | number | undefined;
|
83
|
-
value?: any;
|
84
|
-
width?: string | number | undefined;
|
85
80
|
height?: string | number | undefined;
|
81
|
+
width?: string | number | undefined;
|
86
82
|
active?: boolean | undefined;
|
87
|
-
theme?: string | undefined;
|
88
|
-
href?: string | undefined;
|
89
|
-
color?: string | undefined;
|
90
|
-
to?: vue_router.RouteLocationRaw | undefined;
|
91
83
|
border?: string | number | boolean | undefined;
|
92
|
-
|
93
|
-
onClickOnce?: ((args_0: MouseEvent) => void) | undefined;
|
84
|
+
color?: string | undefined;
|
94
85
|
maxHeight?: string | number | undefined;
|
95
86
|
maxWidth?: string | number | undefined;
|
96
87
|
minHeight?: string | number | undefined;
|
97
88
|
minWidth?: string | number | undefined;
|
89
|
+
value?: any;
|
90
|
+
title?: string | number | undefined;
|
91
|
+
class?: any;
|
92
|
+
onClick?: ((args_0: MouseEvent | KeyboardEvent) => void) | undefined;
|
93
|
+
onClickOnce?: ((args_0: MouseEvent) => void) | undefined;
|
94
|
+
href?: string | undefined;
|
98
95
|
elevation?: string | number | undefined;
|
96
|
+
to?: vue_router.RouteLocationRaw | undefined;
|
97
|
+
theme?: string | undefined;
|
98
|
+
rounded?: string | number | boolean | undefined;
|
99
99
|
baseColor?: string | undefined;
|
100
100
|
activeColor?: string | undefined;
|
101
101
|
prependIcon?: IconValue | undefined;
|
@@ -127,7 +127,7 @@ declare const VListItem: {
|
|
127
127
|
"v-slot:title"?: false | ((arg: ListItemTitleSlot) => vue.VNodeChild) | undefined;
|
128
128
|
"v-slot:subtitle"?: false | ((arg: ListItemSubtitleSlot) => vue.VNodeChild) | undefined;
|
129
129
|
} & {
|
130
|
-
onClick?: ((e:
|
130
|
+
onClick?: ((e: MouseEvent | KeyboardEvent) => any) | undefined;
|
131
131
|
}, {
|
132
132
|
activate: (activated: boolean, e?: Event | undefined) => void;
|
133
133
|
isActivated: vue.ComputedRef<boolean>;
|
@@ -142,12 +142,12 @@ declare const VListItem: {
|
|
142
142
|
click: (e: MouseEvent | KeyboardEvent) => true;
|
143
143
|
}, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
144
144
|
replace: boolean;
|
145
|
-
|
145
|
+
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
146
|
+
exact: boolean;
|
146
147
|
nav: boolean;
|
148
|
+
style: vue.StyleValue;
|
147
149
|
disabled: boolean;
|
148
150
|
tag: string;
|
149
|
-
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
150
|
-
exact: boolean;
|
151
151
|
tile: boolean;
|
152
152
|
density: Density;
|
153
153
|
slim: boolean;
|
@@ -156,25 +156,25 @@ declare const VListItem: {
|
|
156
156
|
} | undefined;
|
157
157
|
} & {
|
158
158
|
link?: boolean | undefined;
|
159
|
-
onClick?: ((args_0: KeyboardEvent | MouseEvent) => void) | undefined;
|
160
|
-
class?: any;
|
161
|
-
title?: string | number | undefined;
|
162
|
-
value?: any;
|
163
|
-
width?: string | number | undefined;
|
164
159
|
height?: string | number | undefined;
|
160
|
+
width?: string | number | undefined;
|
165
161
|
active?: boolean | undefined;
|
166
|
-
theme?: string | undefined;
|
167
|
-
href?: string | undefined;
|
168
|
-
color?: string | undefined;
|
169
|
-
to?: vue_router.RouteLocationRaw | undefined;
|
170
162
|
border?: string | number | boolean | undefined;
|
171
|
-
|
172
|
-
onClickOnce?: ((args_0: MouseEvent) => void) | undefined;
|
163
|
+
color?: string | undefined;
|
173
164
|
maxHeight?: string | number | undefined;
|
174
165
|
maxWidth?: string | number | undefined;
|
175
166
|
minHeight?: string | number | undefined;
|
176
167
|
minWidth?: string | number | undefined;
|
168
|
+
value?: any;
|
169
|
+
title?: string | number | undefined;
|
170
|
+
class?: any;
|
171
|
+
onClick?: ((args_0: MouseEvent | KeyboardEvent) => void) | undefined;
|
172
|
+
onClickOnce?: ((args_0: MouseEvent) => void) | undefined;
|
173
|
+
href?: string | undefined;
|
177
174
|
elevation?: string | number | undefined;
|
175
|
+
to?: vue_router.RouteLocationRaw | undefined;
|
176
|
+
theme?: string | undefined;
|
177
|
+
rounded?: string | number | boolean | undefined;
|
178
178
|
baseColor?: string | undefined;
|
179
179
|
activeColor?: string | undefined;
|
180
180
|
prependIcon?: IconValue | undefined;
|
@@ -206,18 +206,18 @@ declare const VListItem: {
|
|
206
206
|
"v-slot:title"?: false | ((arg: ListItemTitleSlot) => vue.VNodeChild) | undefined;
|
207
207
|
"v-slot:subtitle"?: false | ((arg: ListItemSubtitleSlot) => vue.VNodeChild) | undefined;
|
208
208
|
} & {
|
209
|
-
onClick?: ((e:
|
209
|
+
onClick?: ((e: MouseEvent | KeyboardEvent) => any) | undefined;
|
210
210
|
}, {
|
211
211
|
replace: boolean;
|
212
212
|
link: boolean;
|
213
|
-
|
214
|
-
|
213
|
+
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
214
|
+
exact: boolean;
|
215
215
|
active: boolean;
|
216
|
+
nav: boolean;
|
217
|
+
style: vue.StyleValue;
|
216
218
|
disabled: boolean;
|
217
219
|
tag: string;
|
218
220
|
rounded: string | number | boolean;
|
219
|
-
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
220
|
-
exact: boolean;
|
221
221
|
tile: boolean;
|
222
222
|
density: Density;
|
223
223
|
slim: boolean;
|
@@ -249,12 +249,12 @@ declare const VListItem: {
|
|
249
249
|
Defaults: {};
|
250
250
|
}, {
|
251
251
|
replace: boolean;
|
252
|
-
|
252
|
+
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
253
|
+
exact: boolean;
|
253
254
|
nav: boolean;
|
255
|
+
style: vue.StyleValue;
|
254
256
|
disabled: boolean;
|
255
257
|
tag: string;
|
256
|
-
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
257
|
-
exact: boolean;
|
258
258
|
tile: boolean;
|
259
259
|
density: Density;
|
260
260
|
slim: boolean;
|
@@ -263,25 +263,25 @@ declare const VListItem: {
|
|
263
263
|
} | undefined;
|
264
264
|
} & {
|
265
265
|
link?: boolean | undefined;
|
266
|
-
onClick?: ((args_0: KeyboardEvent | MouseEvent) => void) | undefined;
|
267
|
-
class?: any;
|
268
|
-
title?: string | number | undefined;
|
269
|
-
value?: any;
|
270
|
-
width?: string | number | undefined;
|
271
266
|
height?: string | number | undefined;
|
267
|
+
width?: string | number | undefined;
|
272
268
|
active?: boolean | undefined;
|
273
|
-
theme?: string | undefined;
|
274
|
-
href?: string | undefined;
|
275
|
-
color?: string | undefined;
|
276
|
-
to?: vue_router.RouteLocationRaw | undefined;
|
277
269
|
border?: string | number | boolean | undefined;
|
278
|
-
|
279
|
-
onClickOnce?: ((args_0: MouseEvent) => void) | undefined;
|
270
|
+
color?: string | undefined;
|
280
271
|
maxHeight?: string | number | undefined;
|
281
272
|
maxWidth?: string | number | undefined;
|
282
273
|
minHeight?: string | number | undefined;
|
283
274
|
minWidth?: string | number | undefined;
|
275
|
+
value?: any;
|
276
|
+
title?: string | number | undefined;
|
277
|
+
class?: any;
|
278
|
+
onClick?: ((args_0: MouseEvent | KeyboardEvent) => void) | undefined;
|
279
|
+
onClickOnce?: ((args_0: MouseEvent) => void) | undefined;
|
280
|
+
href?: string | undefined;
|
284
281
|
elevation?: string | number | undefined;
|
282
|
+
to?: vue_router.RouteLocationRaw | undefined;
|
283
|
+
theme?: string | undefined;
|
284
|
+
rounded?: string | number | boolean | undefined;
|
285
285
|
baseColor?: string | undefined;
|
286
286
|
activeColor?: string | undefined;
|
287
287
|
prependIcon?: IconValue | undefined;
|
@@ -313,7 +313,7 @@ declare const VListItem: {
|
|
313
313
|
"v-slot:title"?: false | ((arg: ListItemTitleSlot) => vue.VNodeChild) | undefined;
|
314
314
|
"v-slot:subtitle"?: false | ((arg: ListItemSubtitleSlot) => vue.VNodeChild) | undefined;
|
315
315
|
} & {
|
316
|
-
onClick?: ((e:
|
316
|
+
onClick?: ((e: MouseEvent | KeyboardEvent) => any) | undefined;
|
317
317
|
}, {
|
318
318
|
activate: (activated: boolean, e?: Event | undefined) => void;
|
319
319
|
isActivated: vue.ComputedRef<boolean>;
|
@@ -327,14 +327,14 @@ declare const VListItem: {
|
|
327
327
|
}, {}, {}, {}, {
|
328
328
|
replace: boolean;
|
329
329
|
link: boolean;
|
330
|
-
|
331
|
-
|
330
|
+
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
331
|
+
exact: boolean;
|
332
332
|
active: boolean;
|
333
|
+
nav: boolean;
|
334
|
+
style: vue.StyleValue;
|
333
335
|
disabled: boolean;
|
334
336
|
tag: string;
|
335
337
|
rounded: string | number | boolean;
|
336
|
-
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
337
|
-
exact: boolean;
|
338
338
|
tile: boolean;
|
339
339
|
density: Density;
|
340
340
|
slim: boolean;
|
@@ -347,12 +347,12 @@ declare const VListItem: {
|
|
347
347
|
__isSuspense?: undefined;
|
348
348
|
} & vue.ComponentOptionsBase<{
|
349
349
|
replace: boolean;
|
350
|
-
|
350
|
+
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
351
|
+
exact: boolean;
|
351
352
|
nav: boolean;
|
353
|
+
style: vue.StyleValue;
|
352
354
|
disabled: boolean;
|
353
355
|
tag: string;
|
354
|
-
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
355
|
-
exact: boolean;
|
356
356
|
tile: boolean;
|
357
357
|
density: Density;
|
358
358
|
slim: boolean;
|
@@ -361,25 +361,25 @@ declare const VListItem: {
|
|
361
361
|
} | undefined;
|
362
362
|
} & {
|
363
363
|
link?: boolean | undefined;
|
364
|
-
onClick?: ((args_0: KeyboardEvent | MouseEvent) => void) | undefined;
|
365
|
-
class?: any;
|
366
|
-
title?: string | number | undefined;
|
367
|
-
value?: any;
|
368
|
-
width?: string | number | undefined;
|
369
364
|
height?: string | number | undefined;
|
365
|
+
width?: string | number | undefined;
|
370
366
|
active?: boolean | undefined;
|
371
|
-
theme?: string | undefined;
|
372
|
-
href?: string | undefined;
|
373
|
-
color?: string | undefined;
|
374
|
-
to?: vue_router.RouteLocationRaw | undefined;
|
375
367
|
border?: string | number | boolean | undefined;
|
376
|
-
|
377
|
-
onClickOnce?: ((args_0: MouseEvent) => void) | undefined;
|
368
|
+
color?: string | undefined;
|
378
369
|
maxHeight?: string | number | undefined;
|
379
370
|
maxWidth?: string | number | undefined;
|
380
371
|
minHeight?: string | number | undefined;
|
381
372
|
minWidth?: string | number | undefined;
|
373
|
+
value?: any;
|
374
|
+
title?: string | number | undefined;
|
375
|
+
class?: any;
|
376
|
+
onClick?: ((args_0: MouseEvent | KeyboardEvent) => void) | undefined;
|
377
|
+
onClickOnce?: ((args_0: MouseEvent) => void) | undefined;
|
378
|
+
href?: string | undefined;
|
382
379
|
elevation?: string | number | undefined;
|
380
|
+
to?: vue_router.RouteLocationRaw | undefined;
|
381
|
+
theme?: string | undefined;
|
382
|
+
rounded?: string | number | boolean | undefined;
|
383
383
|
baseColor?: string | undefined;
|
384
384
|
activeColor?: string | undefined;
|
385
385
|
prependIcon?: IconValue | undefined;
|
@@ -411,7 +411,7 @@ declare const VListItem: {
|
|
411
411
|
"v-slot:title"?: false | ((arg: ListItemTitleSlot) => vue.VNodeChild) | undefined;
|
412
412
|
"v-slot:subtitle"?: false | ((arg: ListItemSubtitleSlot) => vue.VNodeChild) | undefined;
|
413
413
|
} & {
|
414
|
-
onClick?: ((e:
|
414
|
+
onClick?: ((e: MouseEvent | KeyboardEvent) => any) | undefined;
|
415
415
|
}, {
|
416
416
|
activate: (activated: boolean, e?: Event | undefined) => void;
|
417
417
|
isActivated: vue.ComputedRef<boolean>;
|
@@ -427,14 +427,14 @@ declare const VListItem: {
|
|
427
427
|
}, string, {
|
428
428
|
replace: boolean;
|
429
429
|
link: boolean;
|
430
|
-
|
431
|
-
|
430
|
+
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
431
|
+
exact: boolean;
|
432
432
|
active: boolean;
|
433
|
+
nav: boolean;
|
434
|
+
style: vue.StyleValue;
|
433
435
|
disabled: boolean;
|
434
436
|
tag: string;
|
435
437
|
rounded: string | number | boolean;
|
436
|
-
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
437
|
-
exact: boolean;
|
438
438
|
tile: boolean;
|
439
439
|
density: Density;
|
440
440
|
slim: boolean;
|
@@ -463,7 +463,7 @@ declare const VListItem: {
|
|
463
463
|
type: PropType<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
464
464
|
default: string;
|
465
465
|
validator: (v: any) => boolean;
|
466
|
-
}, "
|
466
|
+
}, "type" | "default"> & {
|
467
467
|
type: PropType<NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">>;
|
468
468
|
default: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
469
469
|
};
|
@@ -477,7 +477,7 @@ declare const VListItem: {
|
|
477
477
|
to: PropType<vue_router.RouteLocationRaw>;
|
478
478
|
exact: BooleanConstructor;
|
479
479
|
rounded: {
|
480
|
-
type: (StringConstructor |
|
480
|
+
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
481
481
|
default: undefined;
|
482
482
|
};
|
483
483
|
tile: BooleanConstructor;
|
@@ -501,7 +501,7 @@ declare const VListItem: {
|
|
501
501
|
type: PropType<vue.StyleValue>;
|
502
502
|
default: null;
|
503
503
|
};
|
504
|
-
border: (StringConstructor |
|
504
|
+
border: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
505
505
|
active: {
|
506
506
|
type: BooleanConstructor;
|
507
507
|
default: undefined;
|
@@ -530,7 +530,7 @@ declare const VListItem: {
|
|
530
530
|
subtitle: (StringConstructor | NumberConstructor)[];
|
531
531
|
title: (StringConstructor | NumberConstructor)[];
|
532
532
|
value: null;
|
533
|
-
onClick: PropType<(args_0:
|
533
|
+
onClick: PropType<(args_0: MouseEvent | KeyboardEvent) => void>;
|
534
534
|
onClickOnce: PropType<(args_0: MouseEvent) => void>;
|
535
535
|
}, vue.ExtractPropTypes<{
|
536
536
|
color: StringConstructor;
|
@@ -538,7 +538,7 @@ declare const VListItem: {
|
|
538
538
|
type: PropType<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
539
539
|
default: string;
|
540
540
|
validator: (v: any) => boolean;
|
541
|
-
}, "
|
541
|
+
}, "type" | "default"> & {
|
542
542
|
type: PropType<NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">>;
|
543
543
|
default: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
544
544
|
};
|
@@ -552,7 +552,7 @@ declare const VListItem: {
|
|
552
552
|
to: PropType<vue_router.RouteLocationRaw>;
|
553
553
|
exact: BooleanConstructor;
|
554
554
|
rounded: {
|
555
|
-
type: (StringConstructor |
|
555
|
+
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
556
556
|
default: undefined;
|
557
557
|
};
|
558
558
|
tile: BooleanConstructor;
|
@@ -576,7 +576,7 @@ declare const VListItem: {
|
|
576
576
|
type: PropType<vue.StyleValue>;
|
577
577
|
default: null;
|
578
578
|
};
|
579
|
-
border: (StringConstructor |
|
579
|
+
border: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
580
580
|
active: {
|
581
581
|
type: BooleanConstructor;
|
582
582
|
default: undefined;
|
@@ -605,7 +605,7 @@ declare const VListItem: {
|
|
605
605
|
subtitle: (StringConstructor | NumberConstructor)[];
|
606
606
|
title: (StringConstructor | NumberConstructor)[];
|
607
607
|
value: null;
|
608
|
-
onClick: PropType<(args_0:
|
608
|
+
onClick: PropType<(args_0: MouseEvent | KeyboardEvent) => void>;
|
609
609
|
onClickOnce: PropType<(args_0: MouseEvent) => void>;
|
610
610
|
}>>;
|
611
611
|
type VListItem = InstanceType<typeof VListItem>;
|
@@ -709,11 +709,11 @@ interface InternalListItem<T = any> extends ListItem<T> {
|
|
709
709
|
type ItemType<T> = T extends readonly (infer U)[] ? U : never;
|
710
710
|
declare const VList: {
|
711
711
|
new (...args: any[]): vue.CreateComponentPublicInstance<{
|
712
|
-
|
712
|
+
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
713
713
|
nav: boolean;
|
714
|
+
style: vue.StyleValue;
|
714
715
|
disabled: boolean;
|
715
716
|
tag: string;
|
716
|
-
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
717
717
|
mandatory: boolean;
|
718
718
|
tile: boolean;
|
719
719
|
density: Density;
|
@@ -727,19 +727,19 @@ declare const VList: {
|
|
727
727
|
returnObject: boolean;
|
728
728
|
itemType: string;
|
729
729
|
} & {
|
730
|
-
class?: any;
|
731
|
-
width?: string | number | undefined;
|
732
730
|
height?: string | number | undefined;
|
733
|
-
|
734
|
-
color?: string | undefined;
|
735
|
-
activated?: any;
|
731
|
+
width?: string | number | undefined;
|
736
732
|
border?: string | number | boolean | undefined;
|
737
|
-
|
733
|
+
color?: string | undefined;
|
738
734
|
maxHeight?: string | number | undefined;
|
739
735
|
maxWidth?: string | number | undefined;
|
740
736
|
minHeight?: string | number | undefined;
|
741
737
|
minWidth?: string | number | undefined;
|
738
|
+
activated?: any;
|
739
|
+
class?: any;
|
742
740
|
elevation?: string | number | undefined;
|
741
|
+
theme?: string | undefined;
|
742
|
+
rounded?: string | number | boolean | undefined;
|
743
743
|
baseColor?: string | undefined;
|
744
744
|
bgColor?: string | undefined;
|
745
745
|
activeColor?: string | undefined;
|
@@ -779,12 +779,12 @@ declare const VList: {
|
|
779
779
|
value: boolean;
|
780
780
|
path: unknown[];
|
781
781
|
}) => boolean;
|
782
|
-
}, "
|
783
|
-
|
782
|
+
}, "$children" | "selected" | "v-slot:default" | "v-slots" | "items" | "v-slot:title" | "v-slot:append" | "v-slot:prepend" | "opened" | "click:open" | "click:select" | "v-slot:subtitle" | "v-slot:item" | "v-slot:header" | "v-slot:divider" | "v-slot:subheader" | "itemTitle" | "itemValue" | "itemChildren" | "itemProps" | "update:selected" | "update:opened">, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
783
|
+
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
784
784
|
nav: boolean;
|
785
|
+
style: vue.StyleValue;
|
785
786
|
disabled: boolean;
|
786
787
|
tag: string;
|
787
|
-
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
788
788
|
mandatory: boolean;
|
789
789
|
tile: boolean;
|
790
790
|
density: Density;
|
@@ -798,19 +798,19 @@ declare const VList: {
|
|
798
798
|
returnObject: boolean;
|
799
799
|
itemType: string;
|
800
800
|
} & {
|
801
|
-
class?: any;
|
802
|
-
width?: string | number | undefined;
|
803
801
|
height?: string | number | undefined;
|
804
|
-
|
805
|
-
color?: string | undefined;
|
806
|
-
activated?: any;
|
802
|
+
width?: string | number | undefined;
|
807
803
|
border?: string | number | boolean | undefined;
|
808
|
-
|
804
|
+
color?: string | undefined;
|
809
805
|
maxHeight?: string | number | undefined;
|
810
806
|
maxWidth?: string | number | undefined;
|
811
807
|
minHeight?: string | number | undefined;
|
812
808
|
minWidth?: string | number | undefined;
|
809
|
+
activated?: any;
|
810
|
+
class?: any;
|
813
811
|
elevation?: string | number | undefined;
|
812
|
+
theme?: string | undefined;
|
813
|
+
rounded?: string | number | boolean | undefined;
|
814
814
|
baseColor?: string | undefined;
|
815
815
|
bgColor?: string | undefined;
|
816
816
|
activeColor?: string | undefined;
|
@@ -826,13 +826,13 @@ declare const VList: {
|
|
826
826
|
path: unknown[];
|
827
827
|
}) => any) | undefined;
|
828
828
|
}, {
|
829
|
-
|
829
|
+
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
830
830
|
nav: boolean;
|
831
|
+
style: vue.StyleValue;
|
831
832
|
disabled: boolean;
|
832
833
|
tag: string;
|
833
|
-
rounded: string | number | boolean;
|
834
|
-
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
835
834
|
mandatory: boolean;
|
835
|
+
rounded: string | number | boolean;
|
836
836
|
tile: boolean;
|
837
837
|
density: Density;
|
838
838
|
slim: boolean;
|
@@ -850,12 +850,12 @@ declare const VList: {
|
|
850
850
|
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
851
851
|
[key: string]: any;
|
852
852
|
}>[];
|
853
|
-
|
853
|
+
append: (arg: ListItemSlot & {
|
854
854
|
item: any;
|
855
855
|
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
856
856
|
[key: string]: any;
|
857
857
|
}>[];
|
858
|
-
|
858
|
+
prepend: (arg: ListItemSlot & {
|
859
859
|
item: any;
|
860
860
|
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
861
861
|
[key: string]: any;
|
@@ -912,11 +912,11 @@ declare const VList: {
|
|
912
912
|
M: {};
|
913
913
|
Defaults: {};
|
914
914
|
}, {
|
915
|
-
|
915
|
+
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
916
916
|
nav: boolean;
|
917
|
+
style: vue.StyleValue;
|
917
918
|
disabled: boolean;
|
918
919
|
tag: string;
|
919
|
-
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
920
920
|
mandatory: boolean;
|
921
921
|
tile: boolean;
|
922
922
|
density: Density;
|
@@ -930,19 +930,19 @@ declare const VList: {
|
|
930
930
|
returnObject: boolean;
|
931
931
|
itemType: string;
|
932
932
|
} & {
|
933
|
-
class?: any;
|
934
|
-
width?: string | number | undefined;
|
935
933
|
height?: string | number | undefined;
|
936
|
-
|
937
|
-
color?: string | undefined;
|
938
|
-
activated?: any;
|
934
|
+
width?: string | number | undefined;
|
939
935
|
border?: string | number | boolean | undefined;
|
940
|
-
|
936
|
+
color?: string | undefined;
|
941
937
|
maxHeight?: string | number | undefined;
|
942
938
|
maxWidth?: string | number | undefined;
|
943
939
|
minHeight?: string | number | undefined;
|
944
940
|
minWidth?: string | number | undefined;
|
941
|
+
activated?: any;
|
942
|
+
class?: any;
|
945
943
|
elevation?: string | number | undefined;
|
944
|
+
theme?: string | undefined;
|
945
|
+
rounded?: string | number | boolean | undefined;
|
946
946
|
baseColor?: string | undefined;
|
947
947
|
bgColor?: string | undefined;
|
948
948
|
activeColor?: string | undefined;
|
@@ -964,13 +964,13 @@ declare const VList: {
|
|
964
964
|
children: vue.Ref<Map<unknown, unknown[]>>;
|
965
965
|
parents: vue.Ref<Map<unknown, unknown>>;
|
966
966
|
}, {}, {}, {}, {
|
967
|
-
|
967
|
+
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
968
968
|
nav: boolean;
|
969
|
+
style: vue.StyleValue;
|
969
970
|
disabled: boolean;
|
970
971
|
tag: string;
|
971
|
-
rounded: string | number | boolean;
|
972
|
-
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
973
972
|
mandatory: boolean;
|
973
|
+
rounded: string | number | boolean;
|
974
974
|
tile: boolean;
|
975
975
|
density: Density;
|
976
976
|
slim: boolean;
|
@@ -987,11 +987,11 @@ declare const VList: {
|
|
987
987
|
__isTeleport?: undefined;
|
988
988
|
__isSuspense?: undefined;
|
989
989
|
} & vue.ComponentOptionsBase<{
|
990
|
-
|
990
|
+
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
991
991
|
nav: boolean;
|
992
|
+
style: vue.StyleValue;
|
992
993
|
disabled: boolean;
|
993
994
|
tag: string;
|
994
|
-
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
995
995
|
mandatory: boolean;
|
996
996
|
tile: boolean;
|
997
997
|
density: Density;
|
@@ -1005,19 +1005,19 @@ declare const VList: {
|
|
1005
1005
|
returnObject: boolean;
|
1006
1006
|
itemType: string;
|
1007
1007
|
} & {
|
1008
|
-
class?: any;
|
1009
|
-
width?: string | number | undefined;
|
1010
1008
|
height?: string | number | undefined;
|
1011
|
-
|
1012
|
-
color?: string | undefined;
|
1013
|
-
activated?: any;
|
1009
|
+
width?: string | number | undefined;
|
1014
1010
|
border?: string | number | boolean | undefined;
|
1015
|
-
|
1011
|
+
color?: string | undefined;
|
1016
1012
|
maxHeight?: string | number | undefined;
|
1017
1013
|
maxWidth?: string | number | undefined;
|
1018
1014
|
minHeight?: string | number | undefined;
|
1019
1015
|
minWidth?: string | number | undefined;
|
1016
|
+
activated?: any;
|
1017
|
+
class?: any;
|
1020
1018
|
elevation?: string | number | undefined;
|
1019
|
+
theme?: string | undefined;
|
1020
|
+
rounded?: string | number | boolean | undefined;
|
1021
1021
|
baseColor?: string | undefined;
|
1022
1022
|
bgColor?: string | undefined;
|
1023
1023
|
activeColor?: string | undefined;
|
@@ -1057,14 +1057,14 @@ declare const VList: {
|
|
1057
1057
|
value: boolean;
|
1058
1058
|
path: unknown[];
|
1059
1059
|
}) => boolean;
|
1060
|
-
}, "
|
1061
|
-
|
1060
|
+
}, "$children" | "selected" | "v-slot:default" | "v-slots" | "items" | "v-slot:title" | "v-slot:append" | "v-slot:prepend" | "opened" | "click:open" | "click:select" | "v-slot:subtitle" | "v-slot:item" | "v-slot:header" | "v-slot:divider" | "v-slot:subheader" | "itemTitle" | "itemValue" | "itemChildren" | "itemProps" | "update:selected" | "update:opened">, string, {
|
1061
|
+
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
1062
1062
|
nav: boolean;
|
1063
|
+
style: vue.StyleValue;
|
1063
1064
|
disabled: boolean;
|
1064
1065
|
tag: string;
|
1065
|
-
rounded: string | number | boolean;
|
1066
|
-
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
1067
1066
|
mandatory: boolean;
|
1067
|
+
rounded: string | number | boolean;
|
1068
1068
|
tile: boolean;
|
1069
1069
|
density: Density;
|
1070
1070
|
slim: boolean;
|
@@ -1082,12 +1082,12 @@ declare const VList: {
|
|
1082
1082
|
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
1083
1083
|
[key: string]: any;
|
1084
1084
|
}>[];
|
1085
|
-
|
1085
|
+
append: (arg: ListItemSlot & {
|
1086
1086
|
item: any;
|
1087
1087
|
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
1088
1088
|
[key: string]: any;
|
1089
1089
|
}>[];
|
1090
|
-
|
1090
|
+
prepend: (arg: ListItemSlot & {
|
1091
1091
|
item: any;
|
1092
1092
|
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
1093
1093
|
[key: string]: any;
|
@@ -1182,7 +1182,7 @@ declare const VList: {
|
|
1182
1182
|
type: PropType<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
1183
1183
|
default: string;
|
1184
1184
|
validator: (v: any) => boolean;
|
1185
|
-
}, "
|
1185
|
+
}, "type" | "default"> & {
|
1186
1186
|
type: PropType<NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">>;
|
1187
1187
|
default: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
1188
1188
|
};
|
@@ -1192,7 +1192,7 @@ declare const VList: {
|
|
1192
1192
|
default: string;
|
1193
1193
|
};
|
1194
1194
|
rounded: {
|
1195
|
-
type: (StringConstructor |
|
1195
|
+
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
1196
1196
|
default: undefined;
|
1197
1197
|
};
|
1198
1198
|
tile: BooleanConstructor;
|
@@ -1245,7 +1245,7 @@ declare const VList: {
|
|
1245
1245
|
type: PropType<vue.StyleValue>;
|
1246
1246
|
default: null;
|
1247
1247
|
};
|
1248
|
-
border: (StringConstructor |
|
1248
|
+
border: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
1249
1249
|
activatable: BooleanConstructor;
|
1250
1250
|
selectable: BooleanConstructor;
|
1251
1251
|
activeStrategy: PropType<ActiveStrategyProp>;
|
@@ -1291,7 +1291,7 @@ declare const VList: {
|
|
1291
1291
|
type: PropType<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
1292
1292
|
default: string;
|
1293
1293
|
validator: (v: any) => boolean;
|
1294
|
-
}, "
|
1294
|
+
}, "type" | "default"> & {
|
1295
1295
|
type: PropType<NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">>;
|
1296
1296
|
default: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
1297
1297
|
};
|
@@ -1301,7 +1301,7 @@ declare const VList: {
|
|
1301
1301
|
default: string;
|
1302
1302
|
};
|
1303
1303
|
rounded: {
|
1304
|
-
type: (StringConstructor |
|
1304
|
+
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
1305
1305
|
default: undefined;
|
1306
1306
|
};
|
1307
1307
|
tile: BooleanConstructor;
|
@@ -1354,7 +1354,7 @@ declare const VList: {
|
|
1354
1354
|
type: PropType<vue.StyleValue>;
|
1355
1355
|
default: null;
|
1356
1356
|
};
|
1357
|
-
border: (StringConstructor |
|
1357
|
+
border: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
1358
1358
|
activatable: BooleanConstructor;
|
1359
1359
|
selectable: BooleanConstructor;
|
1360
1360
|
activeStrategy: PropType<ActiveStrategyProp>;
|
@@ -1406,10 +1406,10 @@ declare const VListGroup: {
|
|
1406
1406
|
expandIcon: IconValue;
|
1407
1407
|
fluid: boolean;
|
1408
1408
|
} & {
|
1409
|
-
class?: any;
|
1410
|
-
title?: string | undefined;
|
1411
|
-
value?: any;
|
1412
1409
|
color?: string | undefined;
|
1410
|
+
value?: any;
|
1411
|
+
title?: string | undefined;
|
1412
|
+
class?: any;
|
1413
1413
|
baseColor?: string | undefined;
|
1414
1414
|
activeColor?: string | undefined;
|
1415
1415
|
prependIcon?: IconValue | undefined;
|
@@ -1445,10 +1445,10 @@ declare const VListGroup: {
|
|
1445
1445
|
expandIcon: IconValue;
|
1446
1446
|
fluid: boolean;
|
1447
1447
|
} & {
|
1448
|
-
class?: any;
|
1449
|
-
title?: string | undefined;
|
1450
|
-
value?: any;
|
1451
1448
|
color?: string | undefined;
|
1449
|
+
value?: any;
|
1450
|
+
title?: string | undefined;
|
1451
|
+
class?: any;
|
1452
1452
|
baseColor?: string | undefined;
|
1453
1453
|
activeColor?: string | undefined;
|
1454
1454
|
prependIcon?: IconValue | undefined;
|
@@ -1506,10 +1506,10 @@ declare const VListGroup: {
|
|
1506
1506
|
expandIcon: IconValue;
|
1507
1507
|
fluid: boolean;
|
1508
1508
|
} & {
|
1509
|
-
class?: any;
|
1510
|
-
title?: string | undefined;
|
1511
|
-
value?: any;
|
1512
1509
|
color?: string | undefined;
|
1510
|
+
value?: any;
|
1511
|
+
title?: string | undefined;
|
1512
|
+
class?: any;
|
1513
1513
|
baseColor?: string | undefined;
|
1514
1514
|
activeColor?: string | undefined;
|
1515
1515
|
prependIcon?: IconValue | undefined;
|
@@ -1556,10 +1556,10 @@ declare const VListGroup: {
|
|
1556
1556
|
expandIcon: IconValue;
|
1557
1557
|
fluid: boolean;
|
1558
1558
|
} & {
|
1559
|
-
class?: any;
|
1560
|
-
title?: string | undefined;
|
1561
|
-
value?: any;
|
1562
1559
|
color?: string | undefined;
|
1560
|
+
value?: any;
|
1561
|
+
title?: string | undefined;
|
1562
|
+
class?: any;
|
1563
1563
|
baseColor?: string | undefined;
|
1564
1564
|
activeColor?: string | undefined;
|
1565
1565
|
prependIcon?: IconValue | undefined;
|
@@ -1778,8 +1778,8 @@ type VListImg = InstanceType<typeof VListImg>;
|
|
1778
1778
|
declare const VListItemAction: {
|
1779
1779
|
new (...args: any[]): vue.CreateComponentPublicInstance<{
|
1780
1780
|
end: boolean;
|
1781
|
-
style: vue.StyleValue;
|
1782
1781
|
start: boolean;
|
1782
|
+
style: vue.StyleValue;
|
1783
1783
|
tag: string;
|
1784
1784
|
} & {
|
1785
1785
|
class?: any;
|
@@ -1794,8 +1794,8 @@ declare const VListItemAction: {
|
|
1794
1794
|
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
1795
1795
|
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
1796
1796
|
end: boolean;
|
1797
|
-
style: vue.StyleValue;
|
1798
1797
|
start: boolean;
|
1798
|
+
style: vue.StyleValue;
|
1799
1799
|
tag: string;
|
1800
1800
|
} & {
|
1801
1801
|
class?: any;
|
@@ -1810,8 +1810,8 @@ declare const VListItemAction: {
|
|
1810
1810
|
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
1811
1811
|
}, {
|
1812
1812
|
end: boolean;
|
1813
|
-
style: vue.StyleValue;
|
1814
1813
|
start: boolean;
|
1814
|
+
style: vue.StyleValue;
|
1815
1815
|
tag: string;
|
1816
1816
|
}, true, {}, vue.SlotsType<Partial<{
|
1817
1817
|
default: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
@@ -1826,8 +1826,8 @@ declare const VListItemAction: {
|
|
1826
1826
|
Defaults: {};
|
1827
1827
|
}, {
|
1828
1828
|
end: boolean;
|
1829
|
-
style: vue.StyleValue;
|
1830
1829
|
start: boolean;
|
1830
|
+
style: vue.StyleValue;
|
1831
1831
|
tag: string;
|
1832
1832
|
} & {
|
1833
1833
|
class?: any;
|
@@ -1842,8 +1842,8 @@ declare const VListItemAction: {
|
|
1842
1842
|
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
1843
1843
|
}, {}, {}, {}, {}, {
|
1844
1844
|
end: boolean;
|
1845
|
-
style: vue.StyleValue;
|
1846
1845
|
start: boolean;
|
1846
|
+
style: vue.StyleValue;
|
1847
1847
|
tag: string;
|
1848
1848
|
}>;
|
1849
1849
|
__isFragment?: undefined;
|
@@ -1851,8 +1851,8 @@ declare const VListItemAction: {
|
|
1851
1851
|
__isSuspense?: undefined;
|
1852
1852
|
} & vue.ComponentOptionsBase<{
|
1853
1853
|
end: boolean;
|
1854
|
-
style: vue.StyleValue;
|
1855
1854
|
start: boolean;
|
1855
|
+
style: vue.StyleValue;
|
1856
1856
|
tag: string;
|
1857
1857
|
} & {
|
1858
1858
|
class?: any;
|
@@ -1867,8 +1867,8 @@ declare const VListItemAction: {
|
|
1867
1867
|
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
1868
1868
|
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {
|
1869
1869
|
end: boolean;
|
1870
|
-
style: vue.StyleValue;
|
1871
1870
|
start: boolean;
|
1871
|
+
style: vue.StyleValue;
|
1872
1872
|
tag: string;
|
1873
1873
|
}, {}, string, vue.SlotsType<Partial<{
|
1874
1874
|
default: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
@@ -1904,8 +1904,8 @@ type VListItemAction = InstanceType<typeof VListItemAction>;
|
|
1904
1904
|
declare const VListItemMedia: {
|
1905
1905
|
new (...args: any[]): vue.CreateComponentPublicInstance<{
|
1906
1906
|
end: boolean;
|
1907
|
-
style: vue.StyleValue;
|
1908
1907
|
start: boolean;
|
1908
|
+
style: vue.StyleValue;
|
1909
1909
|
tag: string;
|
1910
1910
|
} & {
|
1911
1911
|
class?: any;
|
@@ -1920,8 +1920,8 @@ declare const VListItemMedia: {
|
|
1920
1920
|
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
1921
1921
|
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
1922
1922
|
end: boolean;
|
1923
|
-
style: vue.StyleValue;
|
1924
1923
|
start: boolean;
|
1924
|
+
style: vue.StyleValue;
|
1925
1925
|
tag: string;
|
1926
1926
|
} & {
|
1927
1927
|
class?: any;
|
@@ -1936,8 +1936,8 @@ declare const VListItemMedia: {
|
|
1936
1936
|
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
1937
1937
|
}, {
|
1938
1938
|
end: boolean;
|
1939
|
-
style: vue.StyleValue;
|
1940
1939
|
start: boolean;
|
1940
|
+
style: vue.StyleValue;
|
1941
1941
|
tag: string;
|
1942
1942
|
}, true, {}, vue.SlotsType<Partial<{
|
1943
1943
|
default: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
@@ -1952,8 +1952,8 @@ declare const VListItemMedia: {
|
|
1952
1952
|
Defaults: {};
|
1953
1953
|
}, {
|
1954
1954
|
end: boolean;
|
1955
|
-
style: vue.StyleValue;
|
1956
1955
|
start: boolean;
|
1956
|
+
style: vue.StyleValue;
|
1957
1957
|
tag: string;
|
1958
1958
|
} & {
|
1959
1959
|
class?: any;
|
@@ -1968,8 +1968,8 @@ declare const VListItemMedia: {
|
|
1968
1968
|
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
1969
1969
|
}, {}, {}, {}, {}, {
|
1970
1970
|
end: boolean;
|
1971
|
-
style: vue.StyleValue;
|
1972
1971
|
start: boolean;
|
1972
|
+
style: vue.StyleValue;
|
1973
1973
|
tag: string;
|
1974
1974
|
}>;
|
1975
1975
|
__isFragment?: undefined;
|
@@ -1977,8 +1977,8 @@ declare const VListItemMedia: {
|
|
1977
1977
|
__isSuspense?: undefined;
|
1978
1978
|
} & vue.ComponentOptionsBase<{
|
1979
1979
|
end: boolean;
|
1980
|
-
style: vue.StyleValue;
|
1981
1980
|
start: boolean;
|
1981
|
+
style: vue.StyleValue;
|
1982
1982
|
tag: string;
|
1983
1983
|
} & {
|
1984
1984
|
class?: any;
|
@@ -1993,8 +1993,8 @@ declare const VListItemMedia: {
|
|
1993
1993
|
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
1994
1994
|
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {
|
1995
1995
|
end: boolean;
|
1996
|
-
style: vue.StyleValue;
|
1997
1996
|
start: boolean;
|
1997
|
+
style: vue.StyleValue;
|
1998
1998
|
tag: string;
|
1999
1999
|
}, {}, string, vue.SlotsType<Partial<{
|
2000
2000
|
default: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
@@ -2032,8 +2032,8 @@ declare const VListItemSubtitle: {
|
|
2032
2032
|
style: vue.StyleValue;
|
2033
2033
|
tag: string;
|
2034
2034
|
} & {
|
2035
|
-
class?: any;
|
2036
2035
|
opacity?: string | number | undefined;
|
2036
|
+
class?: any;
|
2037
2037
|
} & {
|
2038
2038
|
$children?: vue.VNodeChild | {
|
2039
2039
|
default?: (() => vue.VNodeChild) | undefined;
|
@@ -2047,8 +2047,8 @@ declare const VListItemSubtitle: {
|
|
2047
2047
|
style: vue.StyleValue;
|
2048
2048
|
tag: string;
|
2049
2049
|
} & {
|
2050
|
-
class?: any;
|
2051
2050
|
opacity?: string | number | undefined;
|
2051
|
+
class?: any;
|
2052
2052
|
} & {
|
2053
2053
|
$children?: vue.VNodeChild | {
|
2054
2054
|
default?: (() => vue.VNodeChild) | undefined;
|
@@ -2076,8 +2076,8 @@ declare const VListItemSubtitle: {
|
|
2076
2076
|
style: vue.StyleValue;
|
2077
2077
|
tag: string;
|
2078
2078
|
} & {
|
2079
|
-
class?: any;
|
2080
2079
|
opacity?: string | number | undefined;
|
2080
|
+
class?: any;
|
2081
2081
|
} & {
|
2082
2082
|
$children?: vue.VNodeChild | {
|
2083
2083
|
default?: (() => vue.VNodeChild) | undefined;
|
@@ -2098,8 +2098,8 @@ declare const VListItemSubtitle: {
|
|
2098
2098
|
style: vue.StyleValue;
|
2099
2099
|
tag: string;
|
2100
2100
|
} & {
|
2101
|
-
class?: any;
|
2102
2101
|
opacity?: string | number | undefined;
|
2102
|
+
class?: any;
|
2103
2103
|
} & {
|
2104
2104
|
$children?: vue.VNodeChild | {
|
2105
2105
|
default?: (() => vue.VNodeChild) | undefined;
|
@@ -2257,14 +2257,14 @@ type VListItemTitle = InstanceType<typeof VListItemTitle>;
|
|
2257
2257
|
|
2258
2258
|
declare const VListSubheader: {
|
2259
2259
|
new (...args: any[]): vue.CreateComponentPublicInstance<{
|
2260
|
+
inset: boolean;
|
2260
2261
|
style: vue.StyleValue;
|
2261
2262
|
tag: string;
|
2262
2263
|
sticky: boolean;
|
2263
|
-
inset: boolean;
|
2264
2264
|
} & {
|
2265
|
-
class?: any;
|
2266
|
-
title?: string | undefined;
|
2267
2265
|
color?: string | undefined;
|
2266
|
+
title?: string | undefined;
|
2267
|
+
class?: any;
|
2268
2268
|
} & {
|
2269
2269
|
$children?: vue.VNodeChild | {
|
2270
2270
|
default?: (() => vue.VNodeChild) | undefined;
|
@@ -2275,14 +2275,14 @@ declare const VListSubheader: {
|
|
2275
2275
|
} & {
|
2276
2276
|
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
2277
2277
|
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
2278
|
+
inset: boolean;
|
2278
2279
|
style: vue.StyleValue;
|
2279
2280
|
tag: string;
|
2280
2281
|
sticky: boolean;
|
2281
|
-
inset: boolean;
|
2282
2282
|
} & {
|
2283
|
-
class?: any;
|
2284
|
-
title?: string | undefined;
|
2285
2283
|
color?: string | undefined;
|
2284
|
+
title?: string | undefined;
|
2285
|
+
class?: any;
|
2286
2286
|
} & {
|
2287
2287
|
$children?: vue.VNodeChild | {
|
2288
2288
|
default?: (() => vue.VNodeChild) | undefined;
|
@@ -2293,10 +2293,10 @@ declare const VListSubheader: {
|
|
2293
2293
|
} & {
|
2294
2294
|
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
2295
2295
|
}, {
|
2296
|
+
inset: boolean;
|
2296
2297
|
style: vue.StyleValue;
|
2297
2298
|
tag: string;
|
2298
2299
|
sticky: boolean;
|
2299
|
-
inset: boolean;
|
2300
2300
|
}, true, {}, vue.SlotsType<Partial<{
|
2301
2301
|
default: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
2302
2302
|
[key: string]: any;
|
@@ -2309,14 +2309,14 @@ declare const VListSubheader: {
|
|
2309
2309
|
M: {};
|
2310
2310
|
Defaults: {};
|
2311
2311
|
}, {
|
2312
|
+
inset: boolean;
|
2312
2313
|
style: vue.StyleValue;
|
2313
2314
|
tag: string;
|
2314
2315
|
sticky: boolean;
|
2315
|
-
inset: boolean;
|
2316
2316
|
} & {
|
2317
|
-
class?: any;
|
2318
|
-
title?: string | undefined;
|
2319
2317
|
color?: string | undefined;
|
2318
|
+
title?: string | undefined;
|
2319
|
+
class?: any;
|
2320
2320
|
} & {
|
2321
2321
|
$children?: vue.VNodeChild | {
|
2322
2322
|
default?: (() => vue.VNodeChild) | undefined;
|
@@ -2327,23 +2327,23 @@ declare const VListSubheader: {
|
|
2327
2327
|
} & {
|
2328
2328
|
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
2329
2329
|
}, {}, {}, {}, {}, {
|
2330
|
+
inset: boolean;
|
2330
2331
|
style: vue.StyleValue;
|
2331
2332
|
tag: string;
|
2332
2333
|
sticky: boolean;
|
2333
|
-
inset: boolean;
|
2334
2334
|
}>;
|
2335
2335
|
__isFragment?: undefined;
|
2336
2336
|
__isTeleport?: undefined;
|
2337
2337
|
__isSuspense?: undefined;
|
2338
2338
|
} & vue.ComponentOptionsBase<{
|
2339
|
+
inset: boolean;
|
2339
2340
|
style: vue.StyleValue;
|
2340
2341
|
tag: string;
|
2341
2342
|
sticky: boolean;
|
2342
|
-
inset: boolean;
|
2343
2343
|
} & {
|
2344
|
-
class?: any;
|
2345
|
-
title?: string | undefined;
|
2346
2344
|
color?: string | undefined;
|
2345
|
+
title?: string | undefined;
|
2346
|
+
class?: any;
|
2347
2347
|
} & {
|
2348
2348
|
$children?: vue.VNodeChild | {
|
2349
2349
|
default?: (() => vue.VNodeChild) | undefined;
|
@@ -2354,10 +2354,10 @@ declare const VListSubheader: {
|
|
2354
2354
|
} & {
|
2355
2355
|
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
2356
2356
|
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {
|
2357
|
+
inset: boolean;
|
2357
2358
|
style: vue.StyleValue;
|
2358
2359
|
tag: string;
|
2359
2360
|
sticky: boolean;
|
2360
|
-
inset: boolean;
|
2361
2361
|
}, {}, string, vue.SlotsType<Partial<{
|
2362
2362
|
default: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
2363
2363
|
[key: string]: any;
|