@vuetify/nightly 3.8.8-dev.2025-06-04 → 3.8.8-master.2025-06-06

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 (172) hide show
  1. package/CHANGELOG.md +5 -37
  2. package/dist/json/attributes.json +3519 -3619
  3. package/dist/json/importMap-labs.json +20 -20
  4. package/dist/json/importMap.json +148 -148
  5. package/dist/json/tags.json +0 -25
  6. package/dist/json/web-types.json +6117 -6449
  7. package/dist/vuetify-labs.cjs +144 -354
  8. package/dist/vuetify-labs.css +5834 -5868
  9. package/dist/vuetify-labs.d.ts +1899 -2397
  10. package/dist/vuetify-labs.esm.js +145 -355
  11. package/dist/vuetify-labs.esm.js.map +1 -1
  12. package/dist/vuetify-labs.js +144 -354
  13. package/dist/vuetify-labs.min.css +2 -2
  14. package/dist/vuetify.cjs +133 -348
  15. package/dist/vuetify.cjs.map +1 -1
  16. package/dist/vuetify.css +4252 -4286
  17. package/dist/vuetify.d.ts +1094 -1552
  18. package/dist/vuetify.esm.js +134 -349
  19. package/dist/vuetify.esm.js.map +1 -1
  20. package/dist/vuetify.js +133 -348
  21. package/dist/vuetify.js.map +1 -1
  22. package/dist/vuetify.min.css +2 -2
  23. package/dist/vuetify.min.js +1207 -1222
  24. package/dist/vuetify.min.js.map +1 -1
  25. package/lib/components/VAlert/VAlert.css +1 -6
  26. package/lib/components/VAlert/VAlert.d.ts +0 -35
  27. package/lib/components/VAlert/VAlert.js +10 -15
  28. package/lib/components/VAlert/VAlert.js.map +1 -1
  29. package/lib/components/VAlert/VAlert.sass +1 -7
  30. package/lib/components/VAppBar/VAppBar.d.ts +3 -15
  31. package/lib/components/VAppBar/VAppBarNavIcon.d.ts +10 -20
  32. package/lib/components/VAutocomplete/VAutocomplete.d.ts +103 -154
  33. package/lib/components/VAutocomplete/VAutocomplete.js +3 -21
  34. package/lib/components/VAutocomplete/VAutocomplete.js.map +1 -1
  35. package/lib/components/VBtn/VBtn.d.ts +10 -20
  36. package/lib/components/VBtnGroup/VBtnGroup.css +7 -30
  37. package/lib/components/VBtnGroup/VBtnGroup.d.ts +32 -58
  38. package/lib/components/VBtnGroup/VBtnGroup.js +3 -7
  39. package/lib/components/VBtnGroup/VBtnGroup.js.map +1 -1
  40. package/lib/components/VBtnGroup/VBtnGroup.sass +17 -44
  41. package/lib/components/VBtnToggle/VBtnToggle.d.ts +0 -25
  42. package/lib/components/VCard/VCard.d.ts +10 -20
  43. package/lib/components/VCheckbox/VCheckbox.d.ts +13 -23
  44. package/lib/components/VCheckbox/VCheckboxBtn.d.ts +10 -20
  45. package/lib/components/VChip/VChip.d.ts +10 -20
  46. package/lib/components/VChipGroup/VChipGroup.d.ts +0 -10
  47. package/lib/components/VCombobox/VCombobox.d.ts +103 -154
  48. package/lib/components/VCombobox/VCombobox.js +3 -22
  49. package/lib/components/VCombobox/VCombobox.js.map +1 -1
  50. package/lib/components/VDataTable/VDataTable.d.ts +0 -60
  51. package/lib/components/VDataTable/VDataTableHeaders.d.ts +0 -13
  52. package/lib/components/VDataTable/VDataTableHeaders.js +2 -4
  53. package/lib/components/VDataTable/VDataTableHeaders.js.map +1 -1
  54. package/lib/components/VDataTable/VDataTableServer.d.ts +0 -42
  55. package/lib/components/VDataTable/VDataTableVirtual.d.ts +0 -42
  56. package/lib/components/VDatePicker/VDatePicker.d.ts +0 -10
  57. package/lib/components/VDatePicker/VDatePickerMonth.d.ts +0 -10
  58. package/lib/components/VDatePicker/VDatePickerMonth.js +1 -1
  59. package/lib/components/VDatePicker/VDatePickerMonth.js.map +1 -1
  60. package/lib/components/VExpansionPanel/VExpansionPanel.d.ts +10 -20
  61. package/lib/components/VExpansionPanel/VExpansionPanelTitle.d.ts +10 -20
  62. package/lib/components/VExpansionPanel/VExpansionPanels.d.ts +10 -20
  63. package/lib/components/VFab/VFab.d.ts +10 -20
  64. package/lib/components/VField/VField.d.ts +3 -3
  65. package/lib/components/VFileInput/VFileInput.d.ts +15 -15
  66. package/lib/components/VInput/VInput.d.ts +4 -4
  67. package/lib/components/VList/VList.d.ts +0 -13
  68. package/lib/components/VList/VList.js +1 -4
  69. package/lib/components/VList/VList.js.map +1 -1
  70. package/lib/components/VList/VListChildren.js.map +1 -1
  71. package/lib/components/VList/VListItem.d.ts +10 -23
  72. package/lib/components/VList/VListItem.js +3 -7
  73. package/lib/components/VList/VListItem.js.map +1 -1
  74. package/lib/components/VList/list.d.ts +2 -9
  75. package/lib/components/VList/list.js +0 -7
  76. package/lib/components/VList/list.js.map +1 -1
  77. package/lib/components/VNumberInput/VNumberInput.d.ts +89 -103
  78. package/lib/components/VNumberInput/VNumberInput.js +4 -19
  79. package/lib/components/VNumberInput/VNumberInput.js.map +1 -1
  80. package/lib/components/VOtpInput/VOtpInput.js +1 -2
  81. package/lib/components/VOtpInput/VOtpInput.js.map +1 -1
  82. package/lib/components/VOverlay/VOverlay.css +1 -1
  83. package/lib/components/VOverlay/_variables.scss +1 -1
  84. package/lib/components/VRadio/VRadio.d.ts +10 -20
  85. package/lib/components/VRadioGroup/VRadioGroup.d.ts +13 -23
  86. package/lib/components/VRangeSlider/VRangeSlider.d.ts +3 -3
  87. package/lib/components/VSelect/VSelect.d.ts +107 -171
  88. package/lib/components/VSelect/VSelect.js +3 -21
  89. package/lib/components/VSelect/VSelect.js.map +1 -1
  90. package/lib/components/VSelectionControl/VSelectionControl.d.ts +10 -20
  91. package/lib/components/VSelectionControlGroup/VSelectionControlGroup.d.ts +14 -28
  92. package/lib/components/VSlideGroup/VSlideGroup.d.ts +0 -10
  93. package/lib/components/VSlideGroup/VSlideGroup.js +1 -2
  94. package/lib/components/VSlideGroup/VSlideGroup.js.map +1 -1
  95. package/lib/components/VSlider/VSlider.d.ts +3 -3
  96. package/lib/components/VSlider/VSliderThumb.d.ts +10 -20
  97. package/lib/components/VStepper/VStepperItem.d.ts +14 -28
  98. package/lib/components/VSwitch/VSwitch.d.ts +13 -23
  99. package/lib/components/VTable/VTable.css +0 -6
  100. package/lib/components/VTable/VTable.d.ts +24 -55
  101. package/lib/components/VTable/VTable.js +2 -9
  102. package/lib/components/VTable/VTable.js.map +1 -1
  103. package/lib/components/VTable/VTable.sass +0 -14
  104. package/lib/components/VTable/_variables.scss +0 -1
  105. package/lib/components/VTabs/VTab.d.ts +28 -56
  106. package/lib/components/VTabs/VTabs.d.ts +0 -10
  107. package/lib/components/VTextField/VTextField.d.ts +27 -27
  108. package/lib/components/VTextarea/VTextarea.d.ts +15 -15
  109. package/lib/components/VToolbar/VToolbar.d.ts +3 -15
  110. package/lib/components/VToolbar/VToolbar.js +3 -6
  111. package/lib/components/VToolbar/VToolbar.js.map +1 -1
  112. package/lib/composables/calendar.d.ts +0 -6
  113. package/lib/composables/calendar.js +1 -2
  114. package/lib/composables/calendar.js.map +1 -1
  115. package/lib/composables/date/DateAdapter.d.ts +3 -3
  116. package/lib/composables/date/DateAdapter.js.map +1 -1
  117. package/lib/composables/date/adapters/vuetify.d.ts +1 -1
  118. package/lib/composables/date/adapters/vuetify.js +4 -4
  119. package/lib/composables/date/adapters/vuetify.js.map +1 -1
  120. package/lib/composables/date/date.d.ts +3 -3
  121. package/lib/composables/date/index.d.ts +0 -1
  122. package/lib/composables/date/index.js +0 -1
  123. package/lib/composables/date/index.js.map +1 -1
  124. package/lib/composables/filter.js +0 -3
  125. package/lib/composables/filter.js.map +1 -1
  126. package/lib/composables/icons.d.ts +6 -0
  127. package/lib/composables/icons.js.map +1 -1
  128. package/lib/composables/theme.d.ts +1 -6
  129. package/lib/composables/theme.js +26 -94
  130. package/lib/composables/theme.js.map +1 -1
  131. package/lib/composables/virtual.js +1 -6
  132. package/lib/composables/virtual.js.map +1 -1
  133. package/lib/directives/ripple/index.d.ts +1 -2
  134. package/lib/directives/ripple/index.js +7 -12
  135. package/lib/directives/ripple/index.js.map +1 -1
  136. package/lib/entry-bundler.d.ts +3 -3
  137. package/lib/entry-bundler.js +1 -1
  138. package/lib/entry-bundler.js.map +1 -1
  139. package/lib/framework.d.ts +68 -77
  140. package/lib/framework.js +1 -1
  141. package/lib/framework.js.map +1 -1
  142. package/lib/iconsets/fa.js +3 -1
  143. package/lib/iconsets/fa.js.map +1 -1
  144. package/lib/iconsets/fa4.js +3 -1
  145. package/lib/iconsets/fa4.js.map +1 -1
  146. package/lib/iconsets/md.js +3 -1
  147. package/lib/iconsets/md.js.map +1 -1
  148. package/lib/iconsets/mdi-svg.js +3 -1
  149. package/lib/iconsets/mdi-svg.js.map +1 -1
  150. package/lib/labs/VCalendar/VCalendar.d.ts +0 -10
  151. package/lib/labs/VColorInput/VColorInput.d.ts +3 -3
  152. package/lib/labs/VDateInput/VDateInput.d.ts +87 -97
  153. package/lib/labs/VFileUpload/VFileUpload.d.ts +3 -3
  154. package/lib/labs/VFileUpload/VFileUploadItem.d.ts +10 -20
  155. package/lib/labs/VIconBtn/VIconBtn.d.ts +29 -29
  156. package/lib/labs/VIconBtn/VIconBtn.js +11 -7
  157. package/lib/labs/VIconBtn/VIconBtn.js.map +1 -1
  158. package/lib/labs/VStepperVertical/VStepperVertical.d.ts +10 -20
  159. package/lib/labs/VStepperVertical/VStepperVerticalItem.d.ts +10 -20
  160. package/lib/labs/VTreeview/VTreeview.d.ts +0 -13
  161. package/lib/labs/VTreeview/VTreeviewItem.d.ts +10 -20
  162. package/lib/labs/entry-bundler.d.ts +3 -3
  163. package/lib/util/globals.d.ts +0 -1
  164. package/lib/util/globals.js +0 -1
  165. package/lib/util/globals.js.map +1 -1
  166. package/package.json +1 -3
  167. package/lib/composables/date/adapters/string.d.ts +0 -54
  168. package/lib/composables/date/adapters/string.js +0 -153
  169. package/lib/composables/date/adapters/string.js.map +0 -1
  170. package/lib/composables/iconSizes.d.ts +0 -28
  171. package/lib/composables/iconSizes.js +0 -23
  172. package/lib/composables/iconSizes.js.map +0 -1
@@ -113,18 +113,14 @@ export declare const makeVExpansionPanelProps: <Defaults extends {
113
113
  default: boolean;
114
114
  }, "type" | "default"> & {
115
115
  type: import("vue").PropType<unknown extends Defaults["ripple"] ? boolean | {
116
- class?: string;
117
- keys?: number[];
116
+ class: string;
118
117
  } | undefined : boolean | {
119
- class?: string;
120
- keys?: number[];
118
+ class: string;
121
119
  } | Defaults["ripple"] | undefined>;
122
120
  default: unknown extends Defaults["ripple"] ? boolean | {
123
- class?: string;
124
- keys?: number[];
121
+ class: string;
125
122
  } | undefined : NonNullable<boolean | {
126
- class?: string;
127
- keys?: number[];
123
+ class: string;
128
124
  } | undefined> | Defaults["ripple"];
129
125
  };
130
126
  readonly: unknown extends Defaults["readonly"] ? BooleanConstructor : {
@@ -206,8 +202,7 @@ export declare const VExpansionPanel: {
206
202
  focusable: boolean;
207
203
  tile: boolean;
208
204
  ripple: boolean | {
209
- class?: string;
210
- keys?: number[];
205
+ class: string;
211
206
  } | undefined;
212
207
  collapseIcon: import("../../composables/icons.js").IconValue;
213
208
  expandIcon: import("../../composables/icons.js").IconValue;
@@ -264,8 +259,7 @@ export declare const VExpansionPanel: {
264
259
  rounded: string | number | boolean;
265
260
  tile: boolean;
266
261
  ripple: boolean | {
267
- class?: string;
268
- keys?: number[];
262
+ class: string;
269
263
  } | undefined;
270
264
  collapseIcon: import("../../composables/icons.js").IconValue;
271
265
  expandIcon: import("../../composables/icons.js").IconValue;
@@ -291,8 +285,7 @@ export declare const VExpansionPanel: {
291
285
  focusable: boolean;
292
286
  tile: boolean;
293
287
  ripple: boolean | {
294
- class?: string;
295
- keys?: number[];
288
+ class: string;
296
289
  } | undefined;
297
290
  collapseIcon: import("../../composables/icons.js").IconValue;
298
291
  expandIcon: import("../../composables/icons.js").IconValue;
@@ -345,8 +338,7 @@ export declare const VExpansionPanel: {
345
338
  rounded: string | number | boolean;
346
339
  tile: boolean;
347
340
  ripple: boolean | {
348
- class?: string;
349
- keys?: number[];
341
+ class: string;
350
342
  } | undefined;
351
343
  collapseIcon: import("../../composables/icons.js").IconValue;
352
344
  expandIcon: import("../../composables/icons.js").IconValue;
@@ -365,8 +357,7 @@ export declare const VExpansionPanel: {
365
357
  focusable: boolean;
366
358
  tile: boolean;
367
359
  ripple: boolean | {
368
- class?: string;
369
- keys?: number[];
360
+ class: string;
370
361
  } | undefined;
371
362
  collapseIcon: import("../../composables/icons.js").IconValue;
372
363
  expandIcon: import("../../composables/icons.js").IconValue;
@@ -423,8 +414,7 @@ export declare const VExpansionPanel: {
423
414
  rounded: string | number | boolean;
424
415
  tile: boolean;
425
416
  ripple: boolean | {
426
- class?: string;
427
- keys?: number[];
417
+ class: string;
428
418
  } | undefined;
429
419
  collapseIcon: import("../../composables/icons.js").IconValue;
430
420
  expandIcon: import("../../composables/icons.js").IconValue;
@@ -112,18 +112,14 @@ export declare const makeVExpansionPanelTitleProps: <Defaults extends {
112
112
  default: boolean;
113
113
  }, "type" | "default"> & {
114
114
  type: PropType<unknown extends Defaults["ripple"] ? boolean | {
115
- class?: string;
116
- keys?: number[];
115
+ class: string;
117
116
  } | undefined : boolean | {
118
- class?: string;
119
- keys?: number[];
117
+ class: string;
120
118
  } | Defaults["ripple"] | undefined>;
121
119
  default: unknown extends Defaults["ripple"] ? boolean | {
122
- class?: string;
123
- keys?: number[];
120
+ class: string;
124
121
  } | undefined : NonNullable<boolean | {
125
- class?: string;
126
- keys?: number[];
122
+ class: string;
127
123
  } | undefined> | Defaults["ripple"];
128
124
  };
129
125
  readonly: unknown extends Defaults["readonly"] ? BooleanConstructor : {
@@ -138,8 +134,7 @@ export declare const VExpansionPanelTitle: {
138
134
  static: boolean;
139
135
  focusable: boolean;
140
136
  ripple: boolean | {
141
- class?: string;
142
- keys?: number[];
137
+ class: string;
143
138
  } | undefined;
144
139
  collapseIcon: IconValue;
145
140
  expandIcon: IconValue;
@@ -171,8 +166,7 @@ export declare const VExpansionPanelTitle: {
171
166
  static: boolean;
172
167
  focusable: boolean;
173
168
  ripple: boolean | {
174
- class?: string;
175
- keys?: number[];
169
+ class: string;
176
170
  } | undefined;
177
171
  collapseIcon: IconValue;
178
172
  expandIcon: IconValue;
@@ -193,8 +187,7 @@ export declare const VExpansionPanelTitle: {
193
187
  static: boolean;
194
188
  focusable: boolean;
195
189
  ripple: boolean | {
196
- class?: string;
197
- keys?: number[];
190
+ class: string;
198
191
  } | undefined;
199
192
  collapseIcon: IconValue;
200
193
  expandIcon: IconValue;
@@ -226,8 +219,7 @@ export declare const VExpansionPanelTitle: {
226
219
  static: boolean;
227
220
  focusable: boolean;
228
221
  ripple: boolean | {
229
- class?: string;
230
- keys?: number[];
222
+ class: string;
231
223
  } | undefined;
232
224
  collapseIcon: IconValue;
233
225
  expandIcon: IconValue;
@@ -242,8 +234,7 @@ export declare const VExpansionPanelTitle: {
242
234
  static: boolean;
243
235
  focusable: boolean;
244
236
  ripple: boolean | {
245
- class?: string;
246
- keys?: number[];
237
+ class: string;
247
238
  } | undefined;
248
239
  collapseIcon: IconValue;
249
240
  expandIcon: IconValue;
@@ -275,8 +266,7 @@ export declare const VExpansionPanelTitle: {
275
266
  static: boolean;
276
267
  focusable: boolean;
277
268
  ripple: boolean | {
278
- class?: string;
279
- keys?: number[];
269
+ class: string;
280
270
  } | undefined;
281
271
  collapseIcon: IconValue;
282
272
  expandIcon: IconValue;
@@ -131,18 +131,14 @@ export declare const makeVExpansionPanelsProps: <Defaults extends {
131
131
  default: boolean;
132
132
  }, "type" | "default"> & {
133
133
  type: PropType<unknown extends Defaults["ripple"] ? boolean | {
134
- class?: string;
135
- keys?: number[];
134
+ class: string;
136
135
  } | undefined : boolean | {
137
- class?: string;
138
- keys?: number[];
136
+ class: string;
139
137
  } | Defaults["ripple"] | undefined>;
140
138
  default: unknown extends Defaults["ripple"] ? boolean | {
141
- class?: string;
142
- keys?: number[];
139
+ class: string;
143
140
  } | undefined : NonNullable<boolean | {
144
- class?: string;
145
- keys?: number[];
141
+ class: string;
146
142
  } | undefined> | Defaults["ripple"];
147
143
  };
148
144
  collapseIcon: unknown extends Defaults["collapseIcon"] ? {
@@ -218,8 +214,7 @@ export declare const VExpansionPanels: {
218
214
  focusable: boolean;
219
215
  tile: boolean;
220
216
  ripple: boolean | {
221
- class?: string;
222
- keys?: number[];
217
+ class: string;
223
218
  } | undefined;
224
219
  collapseIcon: import("../../composables/icons.js").IconValue;
225
220
  expandIcon: import("../../composables/icons.js").IconValue;
@@ -266,8 +261,7 @@ export declare const VExpansionPanels: {
266
261
  rounded: string | number | boolean;
267
262
  tile: boolean;
268
263
  ripple: boolean | {
269
- class?: string;
270
- keys?: number[];
264
+ class: string;
271
265
  } | undefined;
272
266
  collapseIcon: import("../../composables/icons.js").IconValue;
273
267
  expandIcon: import("../../composables/icons.js").IconValue;
@@ -294,8 +288,7 @@ export declare const VExpansionPanels: {
294
288
  focusable: boolean;
295
289
  tile: boolean;
296
290
  ripple: boolean | {
297
- class?: string;
298
- keys?: number[];
291
+ class: string;
299
292
  } | undefined;
300
293
  collapseIcon: import("../../composables/icons.js").IconValue;
301
294
  expandIcon: import("../../composables/icons.js").IconValue;
@@ -340,8 +333,7 @@ export declare const VExpansionPanels: {
340
333
  rounded: string | number | boolean;
341
334
  tile: boolean;
342
335
  ripple: boolean | {
343
- class?: string;
344
- keys?: number[];
336
+ class: string;
345
337
  } | undefined;
346
338
  collapseIcon: import("../../composables/icons.js").IconValue;
347
339
  expandIcon: import("../../composables/icons.js").IconValue;
@@ -363,8 +355,7 @@ export declare const VExpansionPanels: {
363
355
  focusable: boolean;
364
356
  tile: boolean;
365
357
  ripple: boolean | {
366
- class?: string;
367
- keys?: number[];
358
+ class: string;
368
359
  } | undefined;
369
360
  collapseIcon: import("../../composables/icons.js").IconValue;
370
361
  expandIcon: import("../../composables/icons.js").IconValue;
@@ -411,8 +402,7 @@ export declare const VExpansionPanels: {
411
402
  rounded: string | number | boolean;
412
403
  tile: boolean;
413
404
  ripple: boolean | {
414
- class?: string;
415
- keys?: number[];
405
+ class: string;
416
406
  } | undefined;
417
407
  collapseIcon: import("../../composables/icons.js").IconValue;
418
408
  expandIcon: import("../../composables/icons.js").IconValue;
@@ -360,18 +360,14 @@ export declare const makeVFabProps: <Defaults extends {
360
360
  default: boolean;
361
361
  }, "type" | "default"> & {
362
362
  type: import("vue").PropType<unknown extends Defaults["ripple"] ? boolean | {
363
- class?: string;
364
- keys?: number[];
363
+ class: string;
365
364
  } | undefined : boolean | {
366
- class?: string;
367
- keys?: number[];
365
+ class: string;
368
366
  } | Defaults["ripple"] | undefined>;
369
367
  default: unknown extends Defaults["ripple"] ? boolean | {
370
- class?: string;
371
- keys?: number[];
368
+ class: string;
372
369
  } | undefined : NonNullable<boolean | {
373
- class?: string;
374
- keys?: number[];
370
+ class: string;
375
371
  } | undefined> | Defaults["ripple"];
376
372
  };
377
373
  app: unknown extends Defaults["app"] ? BooleanConstructor : {
@@ -434,8 +430,7 @@ export declare const VFab: {
434
430
  slim: boolean;
435
431
  stacked: boolean;
436
432
  ripple: boolean | {
437
- class?: string;
438
- keys?: number[];
433
+ class: string;
439
434
  } | undefined;
440
435
  extended: boolean;
441
436
  } & {
@@ -508,8 +503,7 @@ export declare const VFab: {
508
503
  slim: boolean;
509
504
  stacked: boolean;
510
505
  ripple: boolean | {
511
- class?: string;
512
- keys?: number[];
506
+ class: string;
513
507
  } | undefined;
514
508
  extended: boolean;
515
509
  }, true, {}, import("vue").SlotsType<Partial<{
@@ -549,8 +543,7 @@ export declare const VFab: {
549
543
  slim: boolean;
550
544
  stacked: boolean;
551
545
  ripple: boolean | {
552
- class?: string;
553
- keys?: number[];
546
+ class: string;
554
547
  } | undefined;
555
548
  extended: boolean;
556
549
  } & {
@@ -621,8 +614,7 @@ export declare const VFab: {
621
614
  slim: boolean;
622
615
  stacked: boolean;
623
616
  ripple: boolean | {
624
- class?: string;
625
- keys?: number[];
617
+ class: string;
626
618
  } | undefined;
627
619
  extended: boolean;
628
620
  }>;
@@ -657,8 +649,7 @@ export declare const VFab: {
657
649
  slim: boolean;
658
650
  stacked: boolean;
659
651
  ripple: boolean | {
660
- class?: string;
661
- keys?: number[];
652
+ class: string;
662
653
  } | undefined;
663
654
  extended: boolean;
664
655
  } & {
@@ -731,8 +722,7 @@ export declare const VFab: {
731
722
  slim: boolean;
732
723
  stacked: boolean;
733
724
  ripple: boolean | {
734
- class?: string;
735
- keys?: number[];
725
+ class: string;
736
726
  } | undefined;
737
727
  extended: boolean;
738
728
  }, {}, string, import("vue").SlotsType<Partial<{
@@ -241,13 +241,13 @@ export declare const VField: {
241
241
  rounded?: string | number | boolean | undefined;
242
242
  baseColor?: string | undefined;
243
243
  bgColor?: string | undefined;
244
- iconColor?: string | boolean | undefined;
245
244
  appendInnerIcon?: IconValue | undefined;
246
245
  prependInnerIcon?: IconValue | undefined;
247
246
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
248
247
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
249
248
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
250
249
  centerAffix?: boolean | undefined;
250
+ iconColor?: string | boolean | undefined;
251
251
  } & {
252
252
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
253
253
  }, {
@@ -320,13 +320,13 @@ export declare const VField: {
320
320
  rounded?: string | number | boolean | undefined;
321
321
  baseColor?: string | undefined;
322
322
  bgColor?: string | undefined;
323
- iconColor?: string | boolean | undefined;
324
323
  appendInnerIcon?: IconValue | undefined;
325
324
  prependInnerIcon?: IconValue | undefined;
326
325
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
327
326
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
328
327
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
329
328
  centerAffix?: boolean | undefined;
329
+ iconColor?: string | boolean | undefined;
330
330
  } & {
331
331
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
332
332
  }, {
@@ -381,13 +381,13 @@ export declare const VField: {
381
381
  rounded?: string | number | boolean | undefined;
382
382
  baseColor?: string | undefined;
383
383
  bgColor?: string | undefined;
384
- iconColor?: string | boolean | undefined;
385
384
  appendInnerIcon?: IconValue | undefined;
386
385
  prependInnerIcon?: IconValue | undefined;
387
386
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
388
387
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
389
388
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
390
389
  centerAffix?: boolean | undefined;
390
+ iconColor?: string | boolean | undefined;
391
391
  } & {
392
392
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
393
393
  }, {
@@ -495,7 +495,6 @@ export declare const VFileInput: {
495
495
  baseColor?: string | undefined;
496
496
  bgColor?: string | undefined;
497
497
  appendIcon?: import("../../composables/icons.js").IconValue | undefined;
498
- iconColor?: string | boolean | undefined;
499
498
  appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
500
499
  prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
501
500
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
@@ -504,6 +503,7 @@ export declare const VFileInput: {
504
503
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
505
504
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
506
505
  centerAffix?: boolean | undefined;
506
+ iconColor?: string | boolean | undefined;
507
507
  hint?: string | undefined;
508
508
  hideDetails?: boolean | "auto" | undefined;
509
509
  } & {
@@ -630,9 +630,9 @@ export declare const VFileInput: {
630
630
  baseColor?: string | undefined;
631
631
  prependIcon?: import("../../composables/icons.js").IconValue | undefined;
632
632
  appendIcon?: import("../../composables/icons.js").IconValue | undefined;
633
- iconColor?: string | boolean | undefined;
634
633
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
635
634
  'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
635
+ iconColor?: string | boolean | undefined;
636
636
  hint?: string | undefined;
637
637
  hideDetails?: boolean | "auto" | undefined;
638
638
  } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint">;
@@ -686,9 +686,9 @@ export declare const VFileInput: {
686
686
  baseColor?: string | undefined;
687
687
  prependIcon?: import("../../composables/icons.js").IconValue | undefined;
688
688
  appendIcon?: import("../../composables/icons.js").IconValue | undefined;
689
- iconColor?: string | boolean | undefined;
690
689
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
691
690
  'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
691
+ iconColor?: string | boolean | undefined;
692
692
  hint?: string | undefined;
693
693
  hideDetails?: boolean | "auto" | undefined;
694
694
  } & {}, {
@@ -789,9 +789,9 @@ export declare const VFileInput: {
789
789
  baseColor?: string | undefined;
790
790
  prependIcon?: import("../../composables/icons.js").IconValue | undefined;
791
791
  appendIcon?: import("../../composables/icons.js").IconValue | undefined;
792
- iconColor?: string | boolean | undefined;
793
792
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
794
793
  'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
794
+ iconColor?: string | boolean | undefined;
795
795
  hint?: string | undefined;
796
796
  hideDetails?: boolean | "auto" | undefined;
797
797
  } & {}, "reset" | "isValid" | "validate" | "resetValidation" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")> & import("vue").ShallowUnwrapRef<{
@@ -803,7 +803,7 @@ export declare const VFileInput: {
803
803
  }> & {} & import("vue").ComponentCustomProperties & {} & import("../../util/index.js").GenericProps<{
804
804
  modelValue?: unknown;
805
805
  'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
806
- }, VInputSlots>, "name" | "id" | "width" | "color" | "maxWidth" | "minWidth" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "baseColor" | "prependIcon" | "appendIcon" | "v-slot:prepend" | "v-slot:append" | "iconColor" | "onClick:append" | "onClick:prepend" | "v-slot:message" | "hint" | "hideDetails" | "v-slot:details" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")>, `$${any}`> & {
806
+ }, VInputSlots>, "name" | "id" | "width" | "color" | "maxWidth" | "minWidth" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "baseColor" | "prependIcon" | "appendIcon" | "v-slot:prepend" | "v-slot:append" | "onClick:append" | "onClick:prepend" | "v-slot:message" | "iconColor" | "hint" | "hideDetails" | "v-slot:details" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")>, `$${any}`> & {
807
807
  _allExposed: {
808
808
  reset: () => Promise<void>;
809
809
  resetValidation: () => Promise<void>;
@@ -933,7 +933,6 @@ export declare const VFileInput: {
933
933
  baseColor?: string | undefined;
934
934
  bgColor?: string | undefined;
935
935
  appendIcon?: import("../../composables/icons.js").IconValue | undefined;
936
- iconColor?: string | boolean | undefined;
937
936
  appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
938
937
  prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
939
938
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
@@ -942,6 +941,7 @@ export declare const VFileInput: {
942
941
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
943
942
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
944
943
  centerAffix?: boolean | undefined;
944
+ iconColor?: string | boolean | undefined;
945
945
  hint?: string | undefined;
946
946
  hideDetails?: boolean | "auto" | undefined;
947
947
  } & {
@@ -1068,9 +1068,9 @@ export declare const VFileInput: {
1068
1068
  baseColor?: string | undefined;
1069
1069
  prependIcon?: import("../../composables/icons.js").IconValue | undefined;
1070
1070
  appendIcon?: import("../../composables/icons.js").IconValue | undefined;
1071
- iconColor?: string | boolean | undefined;
1072
1071
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
1073
1072
  'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
1073
+ iconColor?: string | boolean | undefined;
1074
1074
  hint?: string | undefined;
1075
1075
  hideDetails?: boolean | "auto" | undefined;
1076
1076
  } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint">;
@@ -1124,9 +1124,9 @@ export declare const VFileInput: {
1124
1124
  baseColor?: string | undefined;
1125
1125
  prependIcon?: import("../../composables/icons.js").IconValue | undefined;
1126
1126
  appendIcon?: import("../../composables/icons.js").IconValue | undefined;
1127
- iconColor?: string | boolean | undefined;
1128
1127
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
1129
1128
  'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
1129
+ iconColor?: string | boolean | undefined;
1130
1130
  hint?: string | undefined;
1131
1131
  hideDetails?: boolean | "auto" | undefined;
1132
1132
  } & {}, {
@@ -1227,9 +1227,9 @@ export declare const VFileInput: {
1227
1227
  baseColor?: string | undefined;
1228
1228
  prependIcon?: import("../../composables/icons.js").IconValue | undefined;
1229
1229
  appendIcon?: import("../../composables/icons.js").IconValue | undefined;
1230
- iconColor?: string | boolean | undefined;
1231
1230
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
1232
1231
  'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
1232
+ iconColor?: string | boolean | undefined;
1233
1233
  hint?: string | undefined;
1234
1234
  hideDetails?: boolean | "auto" | undefined;
1235
1235
  } & {}, "reset" | "isValid" | "validate" | "resetValidation" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")> & import("vue").ShallowUnwrapRef<{
@@ -1241,7 +1241,7 @@ export declare const VFileInput: {
1241
1241
  }> & {} & import("vue").ComponentCustomProperties & {} & import("../../util/index.js").GenericProps<{
1242
1242
  modelValue?: unknown;
1243
1243
  'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
1244
- }, VInputSlots>, "name" | "id" | "width" | "color" | "maxWidth" | "minWidth" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "baseColor" | "prependIcon" | "appendIcon" | "v-slot:prepend" | "v-slot:append" | "iconColor" | "onClick:append" | "onClick:prepend" | "v-slot:message" | "hint" | "hideDetails" | "v-slot:details" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")>, `$${any}`> & {
1244
+ }, VInputSlots>, "name" | "id" | "width" | "color" | "maxWidth" | "minWidth" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "baseColor" | "prependIcon" | "appendIcon" | "v-slot:prepend" | "v-slot:append" | "onClick:append" | "onClick:prepend" | "v-slot:message" | "iconColor" | "hint" | "hideDetails" | "v-slot:details" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")>, `$${any}`> & {
1245
1245
  _allExposed: {
1246
1246
  reset: () => Promise<void>;
1247
1247
  resetValidation: () => Promise<void>;
@@ -1341,7 +1341,6 @@ export declare const VFileInput: {
1341
1341
  baseColor?: string | undefined;
1342
1342
  bgColor?: string | undefined;
1343
1343
  appendIcon?: import("../../composables/icons.js").IconValue | undefined;
1344
- iconColor?: string | boolean | undefined;
1345
1344
  appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
1346
1345
  prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
1347
1346
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
@@ -1350,6 +1349,7 @@ export declare const VFileInput: {
1350
1349
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
1351
1350
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
1352
1351
  centerAffix?: boolean | undefined;
1352
+ iconColor?: string | boolean | undefined;
1353
1353
  hint?: string | undefined;
1354
1354
  hideDetails?: boolean | "auto" | undefined;
1355
1355
  } & {
@@ -1476,9 +1476,9 @@ export declare const VFileInput: {
1476
1476
  baseColor?: string | undefined;
1477
1477
  prependIcon?: import("../../composables/icons.js").IconValue | undefined;
1478
1478
  appendIcon?: import("../../composables/icons.js").IconValue | undefined;
1479
- iconColor?: string | boolean | undefined;
1480
1479
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
1481
1480
  'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
1481
+ iconColor?: string | boolean | undefined;
1482
1482
  hint?: string | undefined;
1483
1483
  hideDetails?: boolean | "auto" | undefined;
1484
1484
  } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint">;
@@ -1532,9 +1532,9 @@ export declare const VFileInput: {
1532
1532
  baseColor?: string | undefined;
1533
1533
  prependIcon?: import("../../composables/icons.js").IconValue | undefined;
1534
1534
  appendIcon?: import("../../composables/icons.js").IconValue | undefined;
1535
- iconColor?: string | boolean | undefined;
1536
1535
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
1537
1536
  'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
1537
+ iconColor?: string | boolean | undefined;
1538
1538
  hint?: string | undefined;
1539
1539
  hideDetails?: boolean | "auto" | undefined;
1540
1540
  } & {}, {
@@ -1635,9 +1635,9 @@ export declare const VFileInput: {
1635
1635
  baseColor?: string | undefined;
1636
1636
  prependIcon?: import("../../composables/icons.js").IconValue | undefined;
1637
1637
  appendIcon?: import("../../composables/icons.js").IconValue | undefined;
1638
- iconColor?: string | boolean | undefined;
1639
1638
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
1640
1639
  'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
1640
+ iconColor?: string | boolean | undefined;
1641
1641
  hint?: string | undefined;
1642
1642
  hideDetails?: boolean | "auto" | undefined;
1643
1643
  } & {}, "reset" | "isValid" | "validate" | "resetValidation" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")> & import("vue").ShallowUnwrapRef<{
@@ -1649,7 +1649,7 @@ export declare const VFileInput: {
1649
1649
  }> & {} & import("vue").ComponentCustomProperties & {} & import("../../util/index.js").GenericProps<{
1650
1650
  modelValue?: unknown;
1651
1651
  'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
1652
- }, VInputSlots>, "name" | "id" | "width" | "color" | "maxWidth" | "minWidth" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "baseColor" | "prependIcon" | "appendIcon" | "v-slot:prepend" | "v-slot:append" | "iconColor" | "onClick:append" | "onClick:prepend" | "v-slot:message" | "hint" | "hideDetails" | "v-slot:details" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")>, `$${any}`> & {
1652
+ }, VInputSlots>, "name" | "id" | "width" | "color" | "maxWidth" | "minWidth" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "baseColor" | "prependIcon" | "appendIcon" | "v-slot:prepend" | "v-slot:append" | "onClick:append" | "onClick:prepend" | "v-slot:message" | "iconColor" | "hint" | "hideDetails" | "v-slot:details" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")>, `$${any}`> & {
1653
1653
  _allExposed: {
1654
1654
  reset: () => Promise<void>;
1655
1655
  resetValidation: () => Promise<void>;
@@ -251,7 +251,7 @@ export declare const makeVInputProps: <Defaults extends {
251
251
  validator: (v: any) => boolean;
252
252
  }, "type" | "default"> & {
253
253
  type: PropType<unknown extends Defaults["direction"] ? "horizontal" | "vertical" : "horizontal" | "vertical" | Defaults["direction"]>;
254
- default: unknown extends Defaults["direction"] ? "horizontal" | "vertical" : NonNullable<"horizontal" | "vertical"> | Defaults["direction"];
254
+ default: unknown extends Defaults["direction"] ? "horizontal" | "vertical" : Defaults["direction"] | NonNullable<"horizontal" | "vertical">;
255
255
  };
256
256
  'onClick:prepend': unknown extends Defaults["onClick:prepend"] ? PropType<(args_0: MouseEvent) => void> : {
257
257
  type: PropType<unknown extends Defaults["onClick:prepend"] ? (args_0: MouseEvent) => void : ((args_0: MouseEvent) => void) | Defaults["onClick:prepend"]>;
@@ -302,9 +302,9 @@ export declare const VInput: {
302
302
  baseColor?: string | undefined;
303
303
  prependIcon?: IconValue | undefined;
304
304
  appendIcon?: IconValue | undefined;
305
- iconColor?: string | boolean | undefined;
306
305
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
307
306
  'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
307
+ iconColor?: string | boolean | undefined;
308
308
  hint?: string | undefined;
309
309
  hideDetails?: boolean | "auto" | undefined;
310
310
  } & {}, {
@@ -376,9 +376,9 @@ export declare const VInput: {
376
376
  baseColor?: string | undefined;
377
377
  prependIcon?: IconValue | undefined;
378
378
  appendIcon?: IconValue | undefined;
379
- iconColor?: string | boolean | undefined;
380
379
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
381
380
  'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
381
+ iconColor?: string | boolean | undefined;
382
382
  hint?: string | undefined;
383
383
  hideDetails?: boolean | "auto" | undefined;
384
384
  } & {}, {
@@ -439,9 +439,9 @@ export declare const VInput: {
439
439
  baseColor?: string | undefined;
440
440
  prependIcon?: IconValue | undefined;
441
441
  appendIcon?: IconValue | undefined;
442
- iconColor?: string | boolean | undefined;
443
442
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
444
443
  'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
444
+ iconColor?: string | boolean | undefined;
445
445
  hint?: string | undefined;
446
446
  hideDetails?: boolean | "auto" | undefined;
447
447
  } & {}, {