vuetify 3.6.13 → 3.7.0-beta.1

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