@vuetify/nightly 3.7.4-next.2024-11-06 → 3.7.5-dev.2024-12-03

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 (219) hide show
  1. package/dist/json/attributes.json +3034 -3026
  2. package/dist/json/importMap-labs.json +14 -14
  3. package/dist/json/importMap.json +138 -138
  4. package/dist/json/tags.json +2 -0
  5. package/dist/json/web-types.json +5538 -5520
  6. package/dist/vuetify-labs.css +25130 -23413
  7. package/dist/vuetify-labs.d.ts +162 -156
  8. package/dist/vuetify-labs.esm.js +89 -71
  9. package/dist/vuetify-labs.esm.js.map +1 -1
  10. package/dist/vuetify-labs.js +89 -71
  11. package/dist/vuetify-labs.min.css +4 -3
  12. package/dist/vuetify.css +24211 -22491
  13. package/dist/vuetify.d.ts +146 -140
  14. package/dist/vuetify.esm.js +78 -61
  15. package/dist/vuetify.esm.js.map +1 -1
  16. package/dist/vuetify.js +78 -61
  17. package/dist/vuetify.js.map +1 -1
  18. package/dist/vuetify.min.css +4 -3
  19. package/dist/vuetify.min.js +40 -40
  20. package/dist/vuetify.min.js.map +1 -1
  21. package/lib/components/VAlert/VAlert.css +215 -207
  22. package/lib/components/VApp/VApp.css +15 -16
  23. package/lib/components/VAppBar/VAppBar.css +12 -14
  24. package/lib/components/VAutocomplete/VAutocomplete.css +85 -86
  25. package/lib/components/VAutocomplete/VAutocomplete.mjs +4 -4
  26. package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
  27. package/lib/components/VAutocomplete/index.d.mts +16 -16
  28. package/lib/components/VAvatar/VAvatar.css +106 -108
  29. package/lib/components/VBadge/VBadge.css +77 -73
  30. package/lib/components/VBadge/VBadge.sass +4 -0
  31. package/lib/components/VBanner/VBanner.css +166 -161
  32. package/lib/components/VBottomNavigation/VBottomNavigation.css +63 -64
  33. package/lib/components/VBottomSheet/VBottomSheet.css +31 -34
  34. package/lib/components/VBreadcrumbs/VBreadcrumbs.css +57 -54
  35. package/lib/components/VBtn/VBtn.css +408 -385
  36. package/lib/components/VBtn/VBtn.sass +4 -4
  37. package/lib/components/VBtnGroup/VBtnGroup.css +64 -63
  38. package/lib/components/VBtnToggle/VBtnToggle.css +14 -16
  39. package/lib/components/VCard/VCard.css +302 -294
  40. package/lib/components/VCarousel/VCarousel.css +65 -63
  41. package/lib/components/VCarousel/VCarousel.sass +1 -1
  42. package/lib/components/VCheckbox/VCheckbox.css +5 -7
  43. package/lib/components/VChip/VChip.css +411 -378
  44. package/lib/components/VChip/VChip.mjs +18 -10
  45. package/lib/components/VChip/VChip.mjs.map +1 -1
  46. package/lib/components/VChip/index.d.mts +13 -8
  47. package/lib/components/VChipGroup/VChipGroup.css +18 -19
  48. package/lib/components/VChipGroup/VChipGroup.mjs +2 -0
  49. package/lib/components/VChipGroup/VChipGroup.mjs.map +1 -1
  50. package/lib/components/VChipGroup/index.d.mts +5 -0
  51. package/lib/components/VCode/VCode.css +8 -10
  52. package/lib/components/VColorPicker/VColorPicker.css +22 -22
  53. package/lib/components/VColorPicker/VColorPickerCanvas.css +22 -24
  54. package/lib/components/VColorPicker/VColorPickerEdit.css +28 -29
  55. package/lib/components/VColorPicker/VColorPickerPreview.css +67 -69
  56. package/lib/components/VColorPicker/VColorPickerPreview.sass +2 -4
  57. package/lib/components/VColorPicker/VColorPickerSwatches.css +34 -34
  58. package/lib/components/VCombobox/VCombobox.css +85 -86
  59. package/lib/components/VCombobox/VCombobox.mjs +4 -4
  60. package/lib/components/VCombobox/VCombobox.mjs.map +1 -1
  61. package/lib/components/VCombobox/index.d.mts +16 -16
  62. package/lib/components/VConfirmEdit/VConfirmEdit.mjs +9 -7
  63. package/lib/components/VConfirmEdit/VConfirmEdit.mjs.map +1 -1
  64. package/lib/components/VConfirmEdit/__test__/VConfirmEdit.spec.browser.mjs +1 -1
  65. package/lib/components/VConfirmEdit/__test__/VConfirmEdit.spec.browser.mjs.map +1 -1
  66. package/lib/components/VConfirmEdit/index.d.mts +3 -7
  67. package/lib/components/VCounter/VCounter.css +5 -7
  68. package/lib/components/VDataTable/VDataTable.css +186 -189
  69. package/lib/components/VDataTable/VDataTable.sass +10 -20
  70. package/lib/components/VDataTable/VDataTableFooter.css +31 -33
  71. package/lib/components/VDatePicker/VDatePicker.css +6 -8
  72. package/lib/components/VDatePicker/VDatePickerControls.css +56 -54
  73. package/lib/components/VDatePicker/VDatePickerHeader.css +60 -56
  74. package/lib/components/VDatePicker/VDatePickerHeader.mjs +2 -1
  75. package/lib/components/VDatePicker/VDatePickerHeader.mjs.map +1 -1
  76. package/lib/components/VDatePicker/VDatePickerMonth.css +55 -51
  77. package/lib/components/VDatePicker/VDatePickerMonths.css +19 -20
  78. package/lib/components/VDatePicker/VDatePickerYears.css +15 -16
  79. package/lib/components/VDatePicker/index.d.mts +5 -5
  80. package/lib/components/VDialog/VDialog.css +95 -95
  81. package/lib/components/VDivider/VDivider.css +52 -52
  82. package/lib/components/VEmptyState/VEmptyState.css +67 -62
  83. package/lib/components/VExpansionPanel/VExpansionPanel.css +209 -203
  84. package/lib/components/VExpansionPanel/VExpansionPanel.sass +25 -27
  85. package/lib/components/VFab/VFab.css +69 -74
  86. package/lib/components/VFab/VFab.sass +4 -5
  87. package/lib/components/VField/VField.css +579 -539
  88. package/lib/components/VField/VField.mjs +2 -1
  89. package/lib/components/VField/VField.mjs.map +1 -1
  90. package/lib/components/VFileInput/VFileInput.css +29 -31
  91. package/lib/components/VFooter/VFooter.css +36 -38
  92. package/lib/components/VGrid/VGrid.css +592 -565
  93. package/lib/components/VIcon/VIcon.css +52 -51
  94. package/lib/components/VImg/VImg.css +51 -50
  95. package/lib/components/VInfiniteScroll/VInfiniteScroll.css +37 -36
  96. package/lib/components/VInput/VInput.css +142 -131
  97. package/lib/components/VItemGroup/VItemGroup.css +5 -7
  98. package/lib/components/VKbd/VKbd.css +11 -13
  99. package/lib/components/VLabel/VLabel.css +15 -16
  100. package/lib/components/VLayout/VLayout.css +8 -10
  101. package/lib/components/VLayout/VLayoutItem.css +7 -8
  102. package/lib/components/VList/VList.css +108 -104
  103. package/lib/components/VList/VList.mjs +3 -2
  104. package/lib/components/VList/VList.mjs.map +1 -1
  105. package/lib/components/VList/VList.sass +1 -1
  106. package/lib/components/VList/VListItem.css +452 -440
  107. package/lib/components/VList/VListItem.mjs +3 -2
  108. package/lib/components/VList/VListItem.mjs.map +1 -1
  109. package/lib/components/VList/VListItem.sass +1 -2
  110. package/lib/components/VList/index.d.mts +10 -10
  111. package/lib/components/VLocaleProvider/VLocaleProvider.css +2 -4
  112. package/lib/components/VMain/VMain.css +30 -32
  113. package/lib/components/VMenu/VMenu.css +19 -21
  114. package/lib/components/VMessages/VMessages.css +15 -17
  115. package/lib/components/VNavigationDrawer/VNavigationDrawer.css +108 -106
  116. package/lib/components/VOtpInput/VOtpInput.css +58 -56
  117. package/lib/components/VOverlay/VOverlay.css +63 -60
  118. package/lib/components/VOverlay/VOverlay.sass +13 -14
  119. package/lib/components/VPagination/VPagination.css +8 -10
  120. package/lib/components/VParallax/VParallax.css +6 -8
  121. package/lib/components/VProgressCircular/VProgressCircular.css +101 -95
  122. package/lib/components/VProgressLinear/VProgressLinear.css +222 -209
  123. package/lib/components/VRadioGroup/VRadioGroup.css +12 -14
  124. package/lib/components/VRating/VRating.css +53 -52
  125. package/lib/components/VResponsive/VResponsive.css +26 -25
  126. package/lib/components/VSelect/VSelect.css +52 -54
  127. package/lib/components/VSelect/VSelect.mjs +3 -3
  128. package/lib/components/VSelect/VSelect.mjs.map +1 -1
  129. package/lib/components/VSelect/index.d.mts +16 -16
  130. package/lib/components/VSelectionControl/VSelectionControl.css +102 -100
  131. package/lib/components/VSelectionControlGroup/VSelectionControlGroup.css +8 -10
  132. package/lib/components/VSheet/VSheet.css +36 -38
  133. package/lib/components/VSkeletonLoader/VSkeletonLoader.css +224 -225
  134. package/lib/components/VSlideGroup/VSlideGroup.css +55 -53
  135. package/lib/components/VSlider/VSlider.css +57 -53
  136. package/lib/components/VSlider/VSliderThumb.css +153 -142
  137. package/lib/components/VSlider/VSliderTrack.css +174 -155
  138. package/lib/components/VSnackbar/VSnackbar.css +140 -140
  139. package/lib/components/VSpeedDial/VSpeedDial.css +41 -43
  140. package/lib/components/VStepper/VStepper.css +56 -55
  141. package/lib/components/VStepper/VStepper.mjs +5 -4
  142. package/lib/components/VStepper/VStepper.mjs.map +1 -1
  143. package/lib/components/VStepper/VStepperItem.css +115 -112
  144. package/lib/components/VStepper/VStepperItem.mjs +5 -4
  145. package/lib/components/VStepper/VStepperItem.mjs.map +1 -1
  146. package/lib/components/VStepper/index.d.mts +51 -45
  147. package/lib/components/VSwitch/VSwitch.css +139 -129
  148. package/lib/components/VSystemBar/VSystemBar.css +43 -45
  149. package/lib/components/VTable/VTable.css +141 -140
  150. package/lib/components/VTable/VTable.sass +2 -4
  151. package/lib/components/VTabs/VTab.css +29 -30
  152. package/lib/components/VTabs/VTabs.css +65 -59
  153. package/lib/components/VTextField/VTextField.css +68 -65
  154. package/lib/components/VTextarea/VTextarea.css +39 -47
  155. package/lib/components/VTextarea/VTextarea.sass +2 -4
  156. package/lib/components/VThemeProvider/VThemeProvider.css +3 -5
  157. package/lib/components/VTimeline/VTimeline.css +418 -379
  158. package/lib/components/VToolbar/VToolbar.css +143 -136
  159. package/lib/components/VTooltip/VTooltip.css +21 -25
  160. package/lib/components/VTooltip/VTooltip.sass +6 -8
  161. package/lib/components/VVirtualScroll/VVirtualScroll.css +9 -11
  162. package/lib/components/VWindow/VWindow.css +70 -73
  163. package/lib/components/index.d.mts +98 -92
  164. package/lib/composables/form.mjs +7 -2
  165. package/lib/composables/form.mjs.map +1 -1
  166. package/lib/composables/theme.mjs +4 -4
  167. package/lib/composables/theme.mjs.map +1 -1
  168. package/lib/composables/validation.mjs +10 -12
  169. package/lib/composables/validation.mjs.map +1 -1
  170. package/lib/directives/ripple/VRipple.css +36 -38
  171. package/lib/entry-bundler.mjs +1 -1
  172. package/lib/entry-bundler.mjs.map +1 -1
  173. package/lib/framework.mjs +1 -1
  174. package/lib/framework.mjs.map +1 -1
  175. package/lib/index.d.mts +48 -48
  176. package/lib/labs/VCalendar/VCalendar.css +225 -219
  177. package/lib/labs/VCalendar/VCalendarDay.css +32 -33
  178. package/lib/labs/VCalendar/VCalendarHeader.css +13 -13
  179. package/lib/labs/VCalendar/VCalendarInterval.css +42 -43
  180. package/lib/labs/VCalendar/VCalendarIntervalEvent.css +5 -7
  181. package/lib/labs/VCalendar/VCalendarMonthDay.css +58 -61
  182. package/lib/labs/VCalendar/VCalendarMonthDay.sass +2 -3
  183. package/lib/labs/VDateInput/VDateInput.mjs +1 -1
  184. package/lib/labs/VDateInput/VDateInput.mjs.map +1 -1
  185. package/lib/labs/VNumberInput/VNumberInput.css +38 -40
  186. package/lib/labs/VNumberInput/VNumberInput.mjs +7 -5
  187. package/lib/labs/VNumberInput/VNumberInput.mjs.map +1 -1
  188. package/lib/labs/VPicker/VPicker.css +57 -53
  189. package/lib/labs/VStepperVertical/index.d.mts +44 -44
  190. package/lib/labs/VTimePicker/VTimePicker.css +7 -9
  191. package/lib/labs/VTimePicker/VTimePickerClock.css +129 -126
  192. package/lib/labs/VTimePicker/VTimePickerControls.css +103 -102
  193. package/lib/labs/VTreeview/VTreeviewItem.css +15 -17
  194. package/lib/labs/VTreeview/VTreeviewItem.mjs +3 -4
  195. package/lib/labs/VTreeview/VTreeviewItem.mjs.map +1 -1
  196. package/lib/labs/VTreeview/VTreeviewItem.sass +1 -2
  197. package/lib/labs/VTreeview/index.d.mts +20 -20
  198. package/lib/labs/components.d.mts +64 -64
  199. package/lib/locale/fr.mjs +1 -1
  200. package/lib/locale/fr.mjs.map +1 -1
  201. package/lib/styles/elements/_global.sass +1 -1
  202. package/lib/styles/generic/_colors.scss +3 -3
  203. package/lib/styles/generic/_layers.scss +1 -13
  204. package/lib/styles/generic/_transitions.scss +32 -32
  205. package/lib/styles/main.css +16139 -14666
  206. package/lib/styles/settings/_utilities.scss +5 -0
  207. package/lib/styles/settings/_variables.scss +2 -1
  208. package/lib/styles/tools/_bootable.sass +3 -0
  209. package/lib/styles/tools/_border.sass +4 -4
  210. package/lib/styles/tools/_display.sass +10 -0
  211. package/lib/styles/tools/_elevation.sass +2 -2
  212. package/lib/styles/tools/_index.sass +2 -0
  213. package/lib/styles/tools/_layer.scss +2 -4
  214. package/lib/styles/tools/_position.sass +2 -2
  215. package/lib/styles/tools/_radius.sass +10 -0
  216. package/lib/styles/tools/_rounded.sass +2 -2
  217. package/lib/styles/tools/_utilities.sass +5 -1
  218. package/lib/styles/utilities/_elevation.scss +1 -1
  219. package/package.json +1 -1
package/dist/vuetify.d.ts CHANGED
@@ -4378,8 +4378,8 @@ declare const VList: {
4378
4378
  activeColor?: string | undefined;
4379
4379
  activeClass?: string | undefined;
4380
4380
  activeStrategy?: ActiveStrategyProp | undefined;
4381
- collapseIcon?: string | undefined;
4382
- expandIcon?: string | undefined;
4381
+ collapseIcon?: IconValue | undefined;
4382
+ expandIcon?: IconValue | undefined;
4383
4383
  } & {
4384
4384
  "onUpdate:activated"?: ((value: unknown) => any) | undefined;
4385
4385
  "onClick:activate"?: ((value: {
@@ -4502,8 +4502,8 @@ declare const VList: {
4502
4502
  activeColor?: string | undefined;
4503
4503
  activeClass?: string | undefined;
4504
4504
  activeStrategy?: ActiveStrategyProp | undefined;
4505
- collapseIcon?: string | undefined;
4506
- expandIcon?: string | undefined;
4505
+ collapseIcon?: IconValue | undefined;
4506
+ expandIcon?: IconValue | undefined;
4507
4507
  } & {
4508
4508
  "onUpdate:activated"?: ((value: unknown) => any) | undefined;
4509
4509
  "onClick:activate"?: ((value: {
@@ -4578,8 +4578,8 @@ declare const VList: {
4578
4578
  activeColor?: string | undefined;
4579
4579
  activeClass?: string | undefined;
4580
4580
  activeStrategy?: ActiveStrategyProp | undefined;
4581
- collapseIcon?: string | undefined;
4582
- expandIcon?: string | undefined;
4581
+ collapseIcon?: IconValue | undefined;
4582
+ expandIcon?: IconValue | undefined;
4583
4583
  } & {
4584
4584
  "onUpdate:activated"?: ((value: unknown) => any) | undefined;
4585
4585
  "onClick:activate"?: ((value: {
@@ -4768,8 +4768,8 @@ declare const VList: {
4768
4768
  activeClass: StringConstructor;
4769
4769
  bgColor: StringConstructor;
4770
4770
  disabled: BooleanConstructor;
4771
- expandIcon: StringConstructor;
4772
- collapseIcon: StringConstructor;
4771
+ expandIcon: PropType<IconValue>;
4772
+ collapseIcon: PropType<IconValue>;
4773
4773
  lines: {
4774
4774
  type: PropType<"one" | "two" | "three" | false>;
4775
4775
  default: string;
@@ -4877,8 +4877,8 @@ declare const VList: {
4877
4877
  activeClass: StringConstructor;
4878
4878
  bgColor: StringConstructor;
4879
4879
  disabled: BooleanConstructor;
4880
- expandIcon: StringConstructor;
4881
- collapseIcon: StringConstructor;
4880
+ expandIcon: PropType<IconValue>;
4881
+ collapseIcon: PropType<IconValue>;
4882
4882
  lines: {
4883
4883
  type: PropType<"one" | "two" | "three" | false>;
4884
4884
  default: string;
@@ -7732,8 +7732,8 @@ declare const VAutocomplete: {
7732
7732
  activeColor?: string | undefined;
7733
7733
  activeClass?: string | undefined;
7734
7734
  activeStrategy?: ActiveStrategyProp | undefined;
7735
- collapseIcon?: string | undefined;
7736
- expandIcon?: string | undefined;
7735
+ collapseIcon?: IconValue | undefined;
7736
+ expandIcon?: IconValue | undefined;
7737
7737
  "onUpdate:activated"?: ((value: unknown) => any) | undefined;
7738
7738
  "onClick:activate"?: ((value: {
7739
7739
  id: unknown;
@@ -8189,8 +8189,8 @@ declare const VAutocomplete: {
8189
8189
  activeColor?: string | undefined;
8190
8190
  activeClass?: string | undefined;
8191
8191
  activeStrategy?: ActiveStrategyProp | undefined;
8192
- collapseIcon?: string | undefined;
8193
- expandIcon?: string | undefined;
8192
+ collapseIcon?: IconValue | undefined;
8193
+ expandIcon?: IconValue | undefined;
8194
8194
  "onUpdate:activated"?: ((value: unknown) => any) | undefined;
8195
8195
  "onClick:activate"?: ((value: {
8196
8196
  id: unknown;
@@ -8606,8 +8606,8 @@ declare const VAutocomplete: {
8606
8606
  activeColor?: string | undefined;
8607
8607
  activeClass?: string | undefined;
8608
8608
  activeStrategy?: ActiveStrategyProp | undefined;
8609
- collapseIcon?: string | undefined;
8610
- expandIcon?: string | undefined;
8609
+ collapseIcon?: IconValue | undefined;
8610
+ expandIcon?: IconValue | undefined;
8611
8611
  "onUpdate:activated"?: ((value: unknown) => any) | undefined;
8612
8612
  "onClick:activate"?: ((value: {
8613
8613
  id: unknown;
@@ -16229,7 +16229,7 @@ declare const VChip: {
16229
16229
  closable: boolean;
16230
16230
  closeIcon: IconValue;
16231
16231
  closeLabel: string;
16232
- filterIcon: string;
16232
+ filterIcon: IconValue;
16233
16233
  pill: boolean;
16234
16234
  } & {
16235
16235
  link?: boolean | undefined;
@@ -16245,6 +16245,7 @@ declare const VChip: {
16245
16245
  href?: string | undefined;
16246
16246
  elevation?: string | number | undefined;
16247
16247
  rounded?: string | number | boolean | undefined;
16248
+ baseColor?: string | undefined;
16248
16249
  selectedClass?: string | undefined;
16249
16250
  prependIcon?: IconValue | undefined;
16250
16251
  appendIcon?: IconValue | undefined;
@@ -16339,7 +16340,7 @@ declare const VChip: {
16339
16340
  closable: boolean;
16340
16341
  closeIcon: IconValue;
16341
16342
  closeLabel: string;
16342
- filterIcon: string;
16343
+ filterIcon: IconValue;
16343
16344
  pill: boolean;
16344
16345
  }, true, {}, vue.SlotsType<Partial<{
16345
16346
  default: (arg: {
@@ -16382,7 +16383,7 @@ declare const VChip: {
16382
16383
  closable: boolean;
16383
16384
  closeIcon: IconValue;
16384
16385
  closeLabel: string;
16385
- filterIcon: string;
16386
+ filterIcon: IconValue;
16386
16387
  pill: boolean;
16387
16388
  } & {
16388
16389
  link?: boolean | undefined;
@@ -16398,6 +16399,7 @@ declare const VChip: {
16398
16399
  href?: string | undefined;
16399
16400
  elevation?: string | number | undefined;
16400
16401
  rounded?: string | number | boolean | undefined;
16402
+ baseColor?: string | undefined;
16401
16403
  selectedClass?: string | undefined;
16402
16404
  prependIcon?: IconValue | undefined;
16403
16405
  appendIcon?: IconValue | undefined;
@@ -16485,7 +16487,7 @@ declare const VChip: {
16485
16487
  closable: boolean;
16486
16488
  closeIcon: IconValue;
16487
16489
  closeLabel: string;
16488
- filterIcon: string;
16490
+ filterIcon: IconValue;
16489
16491
  pill: boolean;
16490
16492
  }>;
16491
16493
  __isFragment?: never;
@@ -16511,7 +16513,7 @@ declare const VChip: {
16511
16513
  closable: boolean;
16512
16514
  closeIcon: IconValue;
16513
16515
  closeLabel: string;
16514
- filterIcon: string;
16516
+ filterIcon: IconValue;
16515
16517
  pill: boolean;
16516
16518
  } & {
16517
16519
  link?: boolean | undefined;
@@ -16527,6 +16529,7 @@ declare const VChip: {
16527
16529
  href?: string | undefined;
16528
16530
  elevation?: string | number | undefined;
16529
16531
  rounded?: string | number | boolean | undefined;
16532
+ baseColor?: string | undefined;
16530
16533
  selectedClass?: string | undefined;
16531
16534
  prependIcon?: IconValue | undefined;
16532
16535
  appendIcon?: IconValue | undefined;
@@ -16621,7 +16624,7 @@ declare const VChip: {
16621
16624
  closable: boolean;
16622
16625
  closeIcon: IconValue;
16623
16626
  closeLabel: string;
16624
- filterIcon: string;
16627
+ filterIcon: IconValue;
16625
16628
  pill: boolean;
16626
16629
  }, {}, string, vue.SlotsType<Partial<{
16627
16630
  default: (arg: {
@@ -16689,6 +16692,7 @@ declare const VChip: {
16689
16692
  activeClass: StringConstructor;
16690
16693
  appendAvatar: StringConstructor;
16691
16694
  appendIcon: PropType<IconValue>;
16695
+ baseColor: StringConstructor;
16692
16696
  closable: BooleanConstructor;
16693
16697
  closeIcon: {
16694
16698
  type: PropType<IconValue>;
@@ -16701,7 +16705,7 @@ declare const VChip: {
16701
16705
  draggable: BooleanConstructor;
16702
16706
  filter: BooleanConstructor;
16703
16707
  filterIcon: {
16704
- type: StringConstructor;
16708
+ type: PropType<IconValue>;
16705
16709
  default: string;
16706
16710
  };
16707
16711
  label: BooleanConstructor;
@@ -16775,6 +16779,7 @@ declare const VChip: {
16775
16779
  activeClass: StringConstructor;
16776
16780
  appendAvatar: StringConstructor;
16777
16781
  appendIcon: PropType<IconValue>;
16782
+ baseColor: StringConstructor;
16778
16783
  closable: BooleanConstructor;
16779
16784
  closeIcon: {
16780
16785
  type: PropType<IconValue>;
@@ -16787,7 +16792,7 @@ declare const VChip: {
16787
16792
  draggable: BooleanConstructor;
16788
16793
  filter: BooleanConstructor;
16789
16794
  filterIcon: {
16790
- type: StringConstructor;
16795
+ type: PropType<IconValue>;
16791
16796
  default: string;
16792
16797
  };
16793
16798
  label: BooleanConstructor;
@@ -16845,6 +16850,7 @@ declare const VChipGroup: {
16845
16850
  theme?: string | undefined;
16846
16851
  mandatory?: boolean | "force" | undefined;
16847
16852
  mobileBreakpoint?: number | DisplayBreakpoint | undefined;
16853
+ baseColor?: string | undefined;
16848
16854
  showArrows?: string | boolean | undefined;
16849
16855
  } & {}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
16850
16856
  'update:modelValue': (value: any) => true;
@@ -16902,6 +16908,7 @@ declare const VChipGroup: {
16902
16908
  theme?: string | undefined;
16903
16909
  mandatory?: boolean | "force" | undefined;
16904
16910
  mobileBreakpoint?: number | DisplayBreakpoint | undefined;
16911
+ baseColor?: string | undefined;
16905
16912
  showArrows?: string | boolean | undefined;
16906
16913
  } & {}, {}, {}, {}, {}, {
16907
16914
  symbol: any;
@@ -16946,6 +16953,7 @@ declare const VChipGroup: {
16946
16953
  theme?: string | undefined;
16947
16954
  mandatory?: boolean | "force" | undefined;
16948
16955
  mobileBreakpoint?: number | DisplayBreakpoint | undefined;
16956
+ baseColor?: string | undefined;
16949
16957
  showArrows?: string | boolean | undefined;
16950
16958
  } & {}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
16951
16959
  'update:modelValue': (value: any) => true;
@@ -17037,6 +17045,7 @@ declare const VChipGroup: {
17037
17045
  type: (StringConstructor | BooleanConstructor)[];
17038
17046
  validator: (v: any) => boolean;
17039
17047
  };
17048
+ baseColor: StringConstructor;
17040
17049
  column: BooleanConstructor;
17041
17050
  filter: BooleanConstructor;
17042
17051
  valueComparator: {
@@ -17104,6 +17113,7 @@ declare const VChipGroup: {
17104
17113
  type: (StringConstructor | BooleanConstructor)[];
17105
17114
  validator: (v: any) => boolean;
17106
17115
  };
17116
+ baseColor: StringConstructor;
17107
17117
  column: BooleanConstructor;
17108
17118
  filter: BooleanConstructor;
17109
17119
  valueComparator: {
@@ -17782,8 +17792,8 @@ declare const VCombobox: {
17782
17792
  activeColor?: string | undefined;
17783
17793
  activeClass?: string | undefined;
17784
17794
  activeStrategy?: ActiveStrategyProp | undefined;
17785
- collapseIcon?: string | undefined;
17786
- expandIcon?: string | undefined;
17795
+ collapseIcon?: IconValue | undefined;
17796
+ expandIcon?: IconValue | undefined;
17787
17797
  "onUpdate:activated"?: ((value: unknown) => any) | undefined;
17788
17798
  "onClick:activate"?: ((value: {
17789
17799
  id: unknown;
@@ -18239,8 +18249,8 @@ declare const VCombobox: {
18239
18249
  activeColor?: string | undefined;
18240
18250
  activeClass?: string | undefined;
18241
18251
  activeStrategy?: ActiveStrategyProp | undefined;
18242
- collapseIcon?: string | undefined;
18243
- expandIcon?: string | undefined;
18252
+ collapseIcon?: IconValue | undefined;
18253
+ expandIcon?: IconValue | undefined;
18244
18254
  "onUpdate:activated"?: ((value: unknown) => any) | undefined;
18245
18255
  "onClick:activate"?: ((value: {
18246
18256
  id: unknown;
@@ -18656,8 +18666,8 @@ declare const VCombobox: {
18656
18666
  activeColor?: string | undefined;
18657
18667
  activeClass?: string | undefined;
18658
18668
  activeStrategy?: ActiveStrategyProp | undefined;
18659
- collapseIcon?: string | undefined;
18660
- expandIcon?: string | undefined;
18669
+ collapseIcon?: IconValue | undefined;
18670
+ expandIcon?: IconValue | undefined;
18661
18671
  "onUpdate:activated"?: ((value: unknown) => any) | undefined;
18662
18672
  "onClick:activate"?: ((value: {
18663
18673
  id: unknown;
@@ -19423,7 +19433,7 @@ type VConfirmEditSlots<T> = {
19423
19433
  save: () => void;
19424
19434
  cancel: () => void;
19425
19435
  isPristine: boolean;
19426
- get actions(): VNode;
19436
+ get actions(): (props?: {}) => VNode;
19427
19437
  };
19428
19438
  };
19429
19439
  declare const VConfirmEdit: {
@@ -19451,9 +19461,7 @@ declare const VConfirmEdit: {
19451
19461
  save: () => void;
19452
19462
  cancel: () => void;
19453
19463
  isPristine: boolean;
19454
- readonly actions: VNode<vue.RendererNode, vue.RendererElement, {
19455
- [key: string]: any;
19456
- }>;
19464
+ readonly actions: (props?: {}) => VNode;
19457
19465
  }) => VNode[];
19458
19466
  }>>, vue.GlobalComponents, vue.GlobalDirectives, string, {}, any, vue.ComponentProvideOptions, {
19459
19467
  P: {};
@@ -19504,9 +19512,7 @@ declare const VConfirmEdit: {
19504
19512
  save: () => void;
19505
19513
  cancel: () => void;
19506
19514
  isPristine: boolean;
19507
- readonly actions: VNode<vue.RendererNode, vue.RendererElement, {
19508
- [key: string]: any;
19509
- }>;
19515
+ readonly actions: (props?: {}) => VNode;
19510
19516
  }) => VNode[];
19511
19517
  }>>, vue.GlobalComponents, vue.GlobalDirectives, string, vue.ComponentProvideOptions> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & (new <T>(props: {
19512
19518
  modelValue?: T;
@@ -24327,7 +24333,7 @@ declare const VDatePickerHeader: {
24327
24333
  transition?: string | undefined;
24328
24334
  header?: string | undefined;
24329
24335
  onClick?: ((args_0: MouseEvent) => void) | undefined;
24330
- appendIcon?: string | undefined;
24336
+ appendIcon?: IconValue | undefined;
24331
24337
  } & {
24332
24338
  $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
24333
24339
  prepend?: (() => vue.VNodeChild) | undefined;
@@ -24365,7 +24371,7 @@ declare const VDatePickerHeader: {
24365
24371
  transition?: string | undefined;
24366
24372
  header?: string | undefined;
24367
24373
  onClick?: ((args_0: MouseEvent) => void) | undefined;
24368
- appendIcon?: string | undefined;
24374
+ appendIcon?: IconValue | undefined;
24369
24375
  } & {
24370
24376
  $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
24371
24377
  prepend?: (() => vue.VNodeChild) | undefined;
@@ -24393,7 +24399,7 @@ declare const VDatePickerHeader: {
24393
24399
  transition?: string | undefined;
24394
24400
  header?: string | undefined;
24395
24401
  onClick?: ((args_0: MouseEvent) => void) | undefined;
24396
- appendIcon?: string | undefined;
24402
+ appendIcon?: IconValue | undefined;
24397
24403
  } & {
24398
24404
  $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
24399
24405
  prepend?: (() => vue.VNodeChild) | undefined;
@@ -24420,13 +24426,13 @@ declare const VDatePickerHeader: {
24420
24426
  default: () => vue.VNode[];
24421
24427
  append: () => vue.VNode[];
24422
24428
  }>>, vue.GlobalComponents, vue.GlobalDirectives, string, vue.ComponentProvideOptions> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
24423
- appendIcon: StringConstructor;
24429
+ appendIcon: vue.PropType<IconValue>;
24424
24430
  color: StringConstructor;
24425
24431
  header: StringConstructor;
24426
24432
  transition: StringConstructor;
24427
24433
  onClick: vue.PropType<(args_0: MouseEvent) => void>;
24428
24434
  }, vue.ExtractPropTypes<{
24429
- appendIcon: StringConstructor;
24435
+ appendIcon: vue.PropType<IconValue>;
24430
24436
  color: StringConstructor;
24431
24437
  header: StringConstructor;
24432
24438
  transition: StringConstructor;
@@ -38932,8 +38938,8 @@ declare const VSelect: {
38932
38938
  activeColor?: string | undefined;
38933
38939
  activeClass?: string | undefined;
38934
38940
  activeStrategy?: ActiveStrategyProp | undefined;
38935
- collapseIcon?: string | undefined;
38936
- expandIcon?: string | undefined;
38941
+ collapseIcon?: IconValue | undefined;
38942
+ expandIcon?: IconValue | undefined;
38937
38943
  "onUpdate:activated"?: ((value: unknown) => any) | undefined;
38938
38944
  "onClick:activate"?: ((value: {
38939
38945
  id: unknown;
@@ -39379,8 +39385,8 @@ declare const VSelect: {
39379
39385
  activeColor?: string | undefined;
39380
39386
  activeClass?: string | undefined;
39381
39387
  activeStrategy?: ActiveStrategyProp | undefined;
39382
- collapseIcon?: string | undefined;
39383
- expandIcon?: string | undefined;
39388
+ collapseIcon?: IconValue | undefined;
39389
+ expandIcon?: IconValue | undefined;
39384
39390
  "onUpdate:activated"?: ((value: unknown) => any) | undefined;
39385
39391
  "onClick:activate"?: ((value: {
39386
39392
  id: unknown;
@@ -39787,8 +39793,8 @@ declare const VSelect: {
39787
39793
  activeColor?: string | undefined;
39788
39794
  activeClass?: string | undefined;
39789
39795
  activeStrategy?: ActiveStrategyProp | undefined;
39790
- collapseIcon?: string | undefined;
39791
- expandIcon?: string | undefined;
39796
+ collapseIcon?: IconValue | undefined;
39797
+ expandIcon?: IconValue | undefined;
39792
39798
  "onUpdate:activated"?: ((value: unknown) => any) | undefined;
39793
39799
  "onClick:activate"?: ((value: {
39794
39800
  id: unknown;
@@ -44824,15 +44830,15 @@ declare const VStepperItem: {
44824
44830
  ripple: boolean | {
44825
44831
  class: string;
44826
44832
  } | undefined;
44827
- completeIcon: string;
44833
+ completeIcon: IconValue;
44828
44834
  editable: boolean;
44829
- editIcon: string;
44830
- errorIcon: string;
44835
+ editIcon: IconValue;
44836
+ errorIcon: IconValue;
44831
44837
  } & {
44832
44838
  color?: string | undefined;
44833
44839
  value?: any;
44834
44840
  title?: string | undefined;
44835
- icon?: string | undefined;
44841
+ icon?: IconValue | undefined;
44836
44842
  selectedClass?: string | undefined;
44837
44843
  subtitle?: string | undefined;
44838
44844
  } & {
@@ -44869,10 +44875,10 @@ declare const VStepperItem: {
44869
44875
  ripple: boolean | {
44870
44876
  class: string;
44871
44877
  } | undefined;
44872
- completeIcon: string;
44878
+ completeIcon: IconValue;
44873
44879
  editable: boolean;
44874
- editIcon: string;
44875
- errorIcon: string;
44880
+ editIcon: IconValue;
44881
+ errorIcon: IconValue;
44876
44882
  }, true, {}, vue.SlotsType<Partial<{
44877
44883
  default: (arg: StepperItemSlot) => vue.VNode[];
44878
44884
  icon: (arg: StepperItemSlot) => vue.VNode[];
@@ -44893,15 +44899,15 @@ declare const VStepperItem: {
44893
44899
  ripple: boolean | {
44894
44900
  class: string;
44895
44901
  } | undefined;
44896
- completeIcon: string;
44902
+ completeIcon: IconValue;
44897
44903
  editable: boolean;
44898
- editIcon: string;
44899
- errorIcon: string;
44904
+ editIcon: IconValue;
44905
+ errorIcon: IconValue;
44900
44906
  } & {
44901
44907
  color?: string | undefined;
44902
44908
  value?: any;
44903
44909
  title?: string | undefined;
44904
- icon?: string | undefined;
44910
+ icon?: IconValue | undefined;
44905
44911
  selectedClass?: string | undefined;
44906
44912
  subtitle?: string | undefined;
44907
44913
  } & {
@@ -44934,10 +44940,10 @@ declare const VStepperItem: {
44934
44940
  ripple: boolean | {
44935
44941
  class: string;
44936
44942
  } | undefined;
44937
- completeIcon: string;
44943
+ completeIcon: IconValue;
44938
44944
  editable: boolean;
44939
- editIcon: string;
44940
- errorIcon: string;
44945
+ editIcon: IconValue;
44946
+ errorIcon: IconValue;
44941
44947
  }>;
44942
44948
  __isFragment?: never;
44943
44949
  __isTeleport?: never;
@@ -44950,15 +44956,15 @@ declare const VStepperItem: {
44950
44956
  ripple: boolean | {
44951
44957
  class: string;
44952
44958
  } | undefined;
44953
- completeIcon: string;
44959
+ completeIcon: IconValue;
44954
44960
  editable: boolean;
44955
- editIcon: string;
44956
- errorIcon: string;
44961
+ editIcon: IconValue;
44962
+ errorIcon: IconValue;
44957
44963
  } & {
44958
44964
  color?: string | undefined;
44959
44965
  value?: any;
44960
44966
  title?: string | undefined;
44961
- icon?: string | undefined;
44967
+ icon?: IconValue | undefined;
44962
44968
  selectedClass?: string | undefined;
44963
44969
  subtitle?: string | undefined;
44964
44970
  } & {
@@ -44995,10 +45001,10 @@ declare const VStepperItem: {
44995
45001
  ripple: boolean | {
44996
45002
  class: string;
44997
45003
  } | undefined;
44998
- completeIcon: string;
45004
+ completeIcon: IconValue;
44999
45005
  editable: boolean;
45000
- editIcon: string;
45001
- errorIcon: string;
45006
+ editIcon: IconValue;
45007
+ errorIcon: IconValue;
45002
45008
  }, {}, string, vue.SlotsType<Partial<{
45003
45009
  default: (arg: StepperItemSlot) => vue.VNode[];
45004
45010
  icon: (arg: StepperItemSlot) => vue.VNode[];
@@ -45013,20 +45019,20 @@ declare const VStepperItem: {
45013
45019
  subtitle: StringConstructor;
45014
45020
  complete: BooleanConstructor;
45015
45021
  completeIcon: {
45016
- type: StringConstructor;
45022
+ type: PropType<IconValue>;
45017
45023
  default: string;
45018
45024
  };
45019
45025
  editable: BooleanConstructor;
45020
45026
  editIcon: {
45021
- type: StringConstructor;
45027
+ type: PropType<IconValue>;
45022
45028
  default: string;
45023
45029
  };
45024
45030
  error: BooleanConstructor;
45025
45031
  errorIcon: {
45026
- type: StringConstructor;
45032
+ type: PropType<IconValue>;
45027
45033
  default: string;
45028
45034
  };
45029
- icon: StringConstructor;
45035
+ icon: PropType<IconValue>;
45030
45036
  ripple: {
45031
45037
  type: PropType<RippleDirectiveBinding["value"]>;
45032
45038
  default: boolean;
@@ -45044,20 +45050,20 @@ declare const VStepperItem: {
45044
45050
  subtitle: StringConstructor;
45045
45051
  complete: BooleanConstructor;
45046
45052
  completeIcon: {
45047
- type: StringConstructor;
45053
+ type: PropType<IconValue>;
45048
45054
  default: string;
45049
45055
  };
45050
45056
  editable: BooleanConstructor;
45051
45057
  editIcon: {
45052
- type: StringConstructor;
45058
+ type: PropType<IconValue>;
45053
45059
  default: string;
45054
45060
  };
45055
45061
  error: BooleanConstructor;
45056
45062
  errorIcon: {
45057
- type: StringConstructor;
45063
+ type: PropType<IconValue>;
45058
45064
  default: string;
45059
45065
  };
45060
- icon: StringConstructor;
45066
+ icon: PropType<IconValue>;
45061
45067
  ripple: {
45062
45068
  type: PropType<RippleDirectiveBinding["value"]>;
45063
45069
  default: boolean;
@@ -45112,9 +45118,9 @@ declare const VStepper: {
45112
45118
  modelValue?: any;
45113
45119
  rounded?: string | number | boolean | undefined;
45114
45120
  bgColor?: string | undefined;
45115
- completeIcon?: string | undefined;
45116
- editIcon?: string | undefined;
45117
- errorIcon?: string | undefined;
45121
+ completeIcon?: IconValue | undefined;
45122
+ editIcon?: IconValue | undefined;
45123
+ errorIcon?: IconValue | undefined;
45118
45124
  } & {
45119
45125
  $children?: vue.VNodeChild | {
45120
45126
  [x: `header-item.${string}`]: ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
@@ -45243,9 +45249,9 @@ declare const VStepper: {
45243
45249
  modelValue?: any;
45244
45250
  rounded?: string | number | boolean | undefined;
45245
45251
  bgColor?: string | undefined;
45246
- completeIcon?: string | undefined;
45247
- editIcon?: string | undefined;
45248
- errorIcon?: string | undefined;
45252
+ completeIcon?: IconValue | undefined;
45253
+ editIcon?: IconValue | undefined;
45254
+ errorIcon?: IconValue | undefined;
45249
45255
  } & {
45250
45256
  $children?: vue.VNodeChild | {
45251
45257
  [x: `header-item.${string}`]: ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
@@ -45356,9 +45362,9 @@ declare const VStepper: {
45356
45362
  modelValue?: any;
45357
45363
  rounded?: string | number | boolean | undefined;
45358
45364
  bgColor?: string | undefined;
45359
- completeIcon?: string | undefined;
45360
- editIcon?: string | undefined;
45361
- errorIcon?: string | undefined;
45365
+ completeIcon?: IconValue | undefined;
45366
+ editIcon?: IconValue | undefined;
45367
+ errorIcon?: IconValue | undefined;
45362
45368
  } & {
45363
45369
  $children?: vue.VNodeChild | {
45364
45370
  [x: `header-item.${string}`]: ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
@@ -45505,10 +45511,10 @@ declare const VStepper: {
45505
45511
  mobileBreakpoint: PropType<number | DisplayBreakpoint>;
45506
45512
  altLabels: BooleanConstructor;
45507
45513
  bgColor: StringConstructor;
45508
- completeIcon: StringConstructor;
45509
- editIcon: StringConstructor;
45514
+ completeIcon: PropType<IconValue>;
45515
+ editIcon: PropType<IconValue>;
45510
45516
  editable: BooleanConstructor;
45511
- errorIcon: StringConstructor;
45517
+ errorIcon: PropType<IconValue>;
45512
45518
  hideActions: BooleanConstructor;
45513
45519
  items: {
45514
45520
  type: PropType<readonly StepperItem[]>;
@@ -45587,10 +45593,10 @@ declare const VStepper: {
45587
45593
  mobileBreakpoint: PropType<number | DisplayBreakpoint>;
45588
45594
  altLabels: BooleanConstructor;
45589
45595
  bgColor: StringConstructor;
45590
- completeIcon: StringConstructor;
45591
- editIcon: StringConstructor;
45596
+ completeIcon: PropType<IconValue>;
45597
+ editIcon: PropType<IconValue>;
45592
45598
  editable: BooleanConstructor;
45593
- errorIcon: StringConstructor;
45599
+ errorIcon: PropType<IconValue>;
45594
45600
  hideActions: BooleanConstructor;
45595
45601
  items: {
45596
45602
  type: PropType<readonly StepperItem[]>;
@@ -57919,47 +57925,40 @@ declare module 'vue' {
57919
57925
  $children?: VNodeChild
57920
57926
  }
57921
57927
  export interface GlobalComponents {
57922
- VApp: typeof import('vuetify/components')['VApp']
57923
- VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
57924
- VAvatar: typeof import('vuetify/components')['VAvatar']
57925
57928
  VAlert: typeof import('vuetify/components')['VAlert']
57926
57929
  VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
57930
+ VApp: typeof import('vuetify/components')['VApp']
57927
57931
  VAppBar: typeof import('vuetify/components')['VAppBar']
57928
57932
  VAppBarNavIcon: typeof import('vuetify/components')['VAppBarNavIcon']
57929
57933
  VAppBarTitle: typeof import('vuetify/components')['VAppBarTitle']
57934
+ VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
57930
57935
  VBadge: typeof import('vuetify/components')['VBadge']
57936
+ VAvatar: typeof import('vuetify/components')['VAvatar']
57931
57937
  VBanner: typeof import('vuetify/components')['VBanner']
57932
57938
  VBannerActions: typeof import('vuetify/components')['VBannerActions']
57933
57939
  VBannerText: typeof import('vuetify/components')['VBannerText']
57934
- VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
57935
- VBtn: typeof import('vuetify/components')['VBtn']
57936
57940
  VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
57941
+ VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
57937
57942
  VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
57938
57943
  VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
57939
57944
  VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
57940
57945
  VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
57946
+ VBtn: typeof import('vuetify/components')['VBtn']
57941
57947
  VCheckbox: typeof import('vuetify/components')['VCheckbox']
57942
57948
  VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
57943
- VCarousel: typeof import('vuetify/components')['VCarousel']
57944
- VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
57945
57949
  VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
57946
- VChip: typeof import('vuetify/components')['VChip']
57947
57950
  VCard: typeof import('vuetify/components')['VCard']
57948
57951
  VCardActions: typeof import('vuetify/components')['VCardActions']
57949
57952
  VCardItem: typeof import('vuetify/components')['VCardItem']
57950
57953
  VCardSubtitle: typeof import('vuetify/components')['VCardSubtitle']
57951
57954
  VCardText: typeof import('vuetify/components')['VCardText']
57952
57955
  VCardTitle: typeof import('vuetify/components')['VCardTitle']
57956
+ VCode: typeof import('vuetify/components')['VCode']
57957
+ VChip: typeof import('vuetify/components')['VChip']
57958
+ VCarousel: typeof import('vuetify/components')['VCarousel']
57959
+ VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
57953
57960
  VColorPicker: typeof import('vuetify/components')['VColorPicker']
57954
57961
  VChipGroup: typeof import('vuetify/components')['VChipGroup']
57955
- VCode: typeof import('vuetify/components')['VCode']
57956
- VDatePicker: typeof import('vuetify/components')['VDatePicker']
57957
- VDatePickerControls: typeof import('vuetify/components')['VDatePickerControls']
57958
- VDatePickerHeader: typeof import('vuetify/components')['VDatePickerHeader']
57959
- VDatePickerMonth: typeof import('vuetify/components')['VDatePickerMonth']
57960
- VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
57961
- VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
57962
- VCombobox: typeof import('vuetify/components')['VCombobox']
57963
57962
  VCounter: typeof import('vuetify/components')['VCounter']
57964
57963
  VDataTable: typeof import('vuetify/components')['VDataTable']
57965
57964
  VDataTableHeaders: typeof import('vuetify/components')['VDataTableHeaders']
@@ -57968,29 +57967,37 @@ declare module 'vue' {
57968
57967
  VDataTableRow: typeof import('vuetify/components')['VDataTableRow']
57969
57968
  VDataTableVirtual: typeof import('vuetify/components')['VDataTableVirtual']
57970
57969
  VDataTableServer: typeof import('vuetify/components')['VDataTableServer']
57970
+ VCombobox: typeof import('vuetify/components')['VCombobox']
57971
+ VDatePicker: typeof import('vuetify/components')['VDatePicker']
57972
+ VDatePickerControls: typeof import('vuetify/components')['VDatePickerControls']
57973
+ VDatePickerHeader: typeof import('vuetify/components')['VDatePickerHeader']
57974
+ VDatePickerMonth: typeof import('vuetify/components')['VDatePickerMonth']
57975
+ VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
57976
+ VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
57971
57977
  VDialog: typeof import('vuetify/components')['VDialog']
57972
- VExpansionPanels: typeof import('vuetify/components')['VExpansionPanels']
57973
- VExpansionPanel: typeof import('vuetify/components')['VExpansionPanel']
57974
- VExpansionPanelText: typeof import('vuetify/components')['VExpansionPanelText']
57975
- VExpansionPanelTitle: typeof import('vuetify/components')['VExpansionPanelTitle']
57976
- VDivider: typeof import('vuetify/components')['VDivider']
57977
- VFileInput: typeof import('vuetify/components')['VFileInput']
57978
- VField: typeof import('vuetify/components')['VField']
57979
- VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
57980
57978
  VEmptyState: typeof import('vuetify/components')['VEmptyState']
57981
57979
  VFab: typeof import('vuetify/components')['VFab']
57982
- VFooter: typeof import('vuetify/components')['VFooter']
57980
+ VFileInput: typeof import('vuetify/components')['VFileInput']
57981
+ VDivider: typeof import('vuetify/components')['VDivider']
57983
57982
  VIcon: typeof import('vuetify/components')['VIcon']
57984
57983
  VComponentIcon: typeof import('vuetify/components')['VComponentIcon']
57985
57984
  VSvgIcon: typeof import('vuetify/components')['VSvgIcon']
57986
57985
  VLigatureIcon: typeof import('vuetify/components')['VLigatureIcon']
57987
57986
  VClassIcon: typeof import('vuetify/components')['VClassIcon']
57988
- VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
57987
+ VField: typeof import('vuetify/components')['VField']
57988
+ VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
57989
+ VFooter: typeof import('vuetify/components')['VFooter']
57990
+ VExpansionPanels: typeof import('vuetify/components')['VExpansionPanels']
57991
+ VExpansionPanel: typeof import('vuetify/components')['VExpansionPanel']
57992
+ VExpansionPanelText: typeof import('vuetify/components')['VExpansionPanelText']
57993
+ VExpansionPanelTitle: typeof import('vuetify/components')['VExpansionPanelTitle']
57989
57994
  VImg: typeof import('vuetify/components')['VImg']
57995
+ VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
57990
57996
  VItemGroup: typeof import('vuetify/components')['VItemGroup']
57991
57997
  VItem: typeof import('vuetify/components')['VItem']
57992
- VInput: typeof import('vuetify/components')['VInput']
57998
+ VLabel: typeof import('vuetify/components')['VLabel']
57993
57999
  VKbd: typeof import('vuetify/components')['VKbd']
58000
+ VInput: typeof import('vuetify/components')['VInput']
57994
58001
  VMain: typeof import('vuetify/components')['VMain']
57995
58002
  VList: typeof import('vuetify/components')['VList']
57996
58003
  VListGroup: typeof import('vuetify/components')['VListGroup']
@@ -58001,64 +58008,63 @@ declare module 'vue' {
58001
58008
  VListItemSubtitle: typeof import('vuetify/components')['VListItemSubtitle']
58002
58009
  VListItemTitle: typeof import('vuetify/components')['VListItemTitle']
58003
58010
  VListSubheader: typeof import('vuetify/components')['VListSubheader']
58004
- VLabel: typeof import('vuetify/components')['VLabel']
58011
+ VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
58005
58012
  VMenu: typeof import('vuetify/components')['VMenu']
58006
- VMessages: typeof import('vuetify/components')['VMessages']
58007
58013
  VOtpInput: typeof import('vuetify/components')['VOtpInput']
58008
- VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
58009
- VPagination: typeof import('vuetify/components')['VPagination']
58014
+ VMessages: typeof import('vuetify/components')['VMessages']
58015
+ VOverlay: typeof import('vuetify/components')['VOverlay']
58010
58016
  VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
58017
+ VPagination: typeof import('vuetify/components')['VPagination']
58011
58018
  VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
58012
- VRating: typeof import('vuetify/components')['VRating']
58013
58019
  VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
58014
- VOverlay: typeof import('vuetify/components')['VOverlay']
58015
- VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
58016
58020
  VSelect: typeof import('vuetify/components')['VSelect']
58017
- VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
58021
+ VRating: typeof import('vuetify/components')['VRating']
58018
58022
  VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
58019
58023
  VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
58020
58024
  VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
58021
- VSnackbar: typeof import('vuetify/components')['VSnackbar']
58025
+ VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
58026
+ VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
58022
58027
  VSheet: typeof import('vuetify/components')['VSheet']
58028
+ VSlider: typeof import('vuetify/components')['VSlider']
58023
58029
  VStepper: typeof import('vuetify/components')['VStepper']
58024
58030
  VStepperActions: typeof import('vuetify/components')['VStepperActions']
58025
58031
  VStepperHeader: typeof import('vuetify/components')['VStepperHeader']
58026
58032
  VStepperItem: typeof import('vuetify/components')['VStepperItem']
58027
58033
  VStepperWindow: typeof import('vuetify/components')['VStepperWindow']
58028
58034
  VStepperWindowItem: typeof import('vuetify/components')['VStepperWindowItem']
58029
- VSystemBar: typeof import('vuetify/components')['VSystemBar']
58030
- VTable: typeof import('vuetify/components')['VTable']
58031
- VSlider: typeof import('vuetify/components')['VSlider']
58032
58035
  VSwitch: typeof import('vuetify/components')['VSwitch']
58036
+ VSnackbar: typeof import('vuetify/components')['VSnackbar']
58037
+ VSystemBar: typeof import('vuetify/components')['VSystemBar']
58033
58038
  VTab: typeof import('vuetify/components')['VTab']
58034
58039
  VTabs: typeof import('vuetify/components')['VTabs']
58035
58040
  VTabsWindow: typeof import('vuetify/components')['VTabsWindow']
58036
58041
  VTabsWindowItem: typeof import('vuetify/components')['VTabsWindowItem']
58037
- VTextarea: typeof import('vuetify/components')['VTextarea']
58038
- VTooltip: typeof import('vuetify/components')['VTooltip']
58039
58042
  VTextField: typeof import('vuetify/components')['VTextField']
58043
+ VTable: typeof import('vuetify/components')['VTable']
58044
+ VTextarea: typeof import('vuetify/components')['VTextarea']
58040
58045
  VTimeline: typeof import('vuetify/components')['VTimeline']
58041
58046
  VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
58042
58047
  VToolbar: typeof import('vuetify/components')['VToolbar']
58043
58048
  VToolbarTitle: typeof import('vuetify/components')['VToolbarTitle']
58044
58049
  VToolbarItems: typeof import('vuetify/components')['VToolbarItems']
58050
+ VTooltip: typeof import('vuetify/components')['VTooltip']
58045
58051
  VWindow: typeof import('vuetify/components')['VWindow']
58046
58052
  VWindowItem: typeof import('vuetify/components')['VWindowItem']
58047
- VDataIterator: typeof import('vuetify/components')['VDataIterator']
58048
58053
  VConfirmEdit: typeof import('vuetify/components')['VConfirmEdit']
58054
+ VDataIterator: typeof import('vuetify/components')['VDataIterator']
58049
58055
  VDefaultsProvider: typeof import('vuetify/components')['VDefaultsProvider']
58056
+ VForm: typeof import('vuetify/components')['VForm']
58050
58057
  VContainer: typeof import('vuetify/components')['VContainer']
58051
58058
  VCol: typeof import('vuetify/components')['VCol']
58052
58059
  VRow: typeof import('vuetify/components')['VRow']
58053
58060
  VSpacer: typeof import('vuetify/components')['VSpacer']
58054
- VForm: typeof import('vuetify/components')['VForm']
58055
58061
  VHover: typeof import('vuetify/components')['VHover']
58056
58062
  VLazy: typeof import('vuetify/components')['VLazy']
58057
58063
  VLayout: typeof import('vuetify/components')['VLayout']
58058
58064
  VLayoutItem: typeof import('vuetify/components')['VLayoutItem']
58059
58065
  VLocaleProvider: typeof import('vuetify/components')['VLocaleProvider']
58060
- VParallax: typeof import('vuetify/components')['VParallax']
58061
58066
  VNoSsr: typeof import('vuetify/components')['VNoSsr']
58067
+ VParallax: typeof import('vuetify/components')['VParallax']
58062
58068
  VRadio: typeof import('vuetify/components')['VRadio']
58063
58069
  VRangeSlider: typeof import('vuetify/components')['VRangeSlider']
58064
58070
  VResponsive: typeof import('vuetify/components')['VResponsive']
@@ -58089,18 +58095,18 @@ declare module 'vue' {
58089
58095
  VCalendarInterval: typeof import('vuetify/labs/components')['VCalendarInterval']
58090
58096
  VCalendarIntervalEvent: typeof import('vuetify/labs/components')['VCalendarIntervalEvent']
58091
58097
  VCalendarMonthDay: typeof import('vuetify/labs/components')['VCalendarMonthDay']
58098
+ VTreeview: typeof import('vuetify/labs/components')['VTreeview']
58099
+ VTreeviewItem: typeof import('vuetify/labs/components')['VTreeviewItem']
58100
+ VTreeviewGroup: typeof import('vuetify/labs/components')['VTreeviewGroup']
58092
58101
  VPicker: typeof import('vuetify/labs/components')['VPicker']
58093
58102
  VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
58094
58103
  VStepperVertical: typeof import('vuetify/labs/components')['VStepperVertical']
58095
58104
  VStepperVerticalItem: typeof import('vuetify/labs/components')['VStepperVerticalItem']
58096
58105
  VStepperVerticalActions: typeof import('vuetify/labs/components')['VStepperVerticalActions']
58097
- VNumberInput: typeof import('vuetify/labs/components')['VNumberInput']
58098
58106
  VTimePicker: typeof import('vuetify/labs/components')['VTimePicker']
58099
58107
  VTimePickerClock: typeof import('vuetify/labs/components')['VTimePickerClock']
58100
58108
  VTimePickerControls: typeof import('vuetify/labs/components')['VTimePickerControls']
58101
- VTreeview: typeof import('vuetify/labs/components')['VTreeview']
58102
- VTreeviewItem: typeof import('vuetify/labs/components')['VTreeviewItem']
58103
- VTreeviewGroup: typeof import('vuetify/labs/components')['VTreeviewGroup']
58109
+ VNumberInput: typeof import('vuetify/labs/components')['VNumberInput']
58104
58110
  VDateInput: typeof import('vuetify/labs/components')['VDateInput']
58105
58111
  VPullToRefresh: typeof import('vuetify/labs/components')['VPullToRefresh']
58106
58112
  VSnackbarQueue: typeof import('vuetify/labs/components')['VSnackbarQueue']