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

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 (262) hide show
  1. package/dist/json/attributes.json +2853 -2845
  2. package/dist/json/importMap-labs.json +20 -20
  3. package/dist/json/importMap.json +150 -150
  4. package/dist/json/tags.json +2 -0
  5. package/dist/json/web-types.json +5324 -5306
  6. package/dist/vuetify-labs.css +25135 -23418
  7. package/dist/vuetify-labs.d.ts +202 -196
  8. package/dist/vuetify-labs.esm.js +107 -106
  9. package/dist/vuetify-labs.esm.js.map +1 -1
  10. package/dist/vuetify-labs.js +106 -105
  11. package/dist/vuetify-labs.min.css +4 -3
  12. package/dist/vuetify.css +23838 -22118
  13. package/dist/vuetify.d.ts +191 -185
  14. package/dist/vuetify.esm.js +96 -96
  15. package/dist/vuetify.esm.js.map +1 -1
  16. package/dist/vuetify.js +95 -95
  17. package/dist/vuetify.js.map +1 -1
  18. package/dist/vuetify.min.css +4 -3
  19. package/dist/vuetify.min.js +884 -889
  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/VAppBar/index.d.mts +6 -6
  25. package/lib/components/VAutocomplete/VAutocomplete.css +85 -86
  26. package/lib/components/VAutocomplete/VAutocomplete.mjs +4 -4
  27. package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
  28. package/lib/components/VAutocomplete/index.d.mts +22 -22
  29. package/lib/components/VAvatar/VAvatar.css +106 -108
  30. package/lib/components/VBadge/VBadge.css +77 -73
  31. package/lib/components/VBadge/VBadge.sass +4 -0
  32. package/lib/components/VBanner/VBanner.css +166 -161
  33. package/lib/components/VBottomNavigation/VBottomNavigation.css +63 -64
  34. package/lib/components/VBottomSheet/VBottomSheet.css +31 -34
  35. package/lib/components/VBreadcrumbs/VBreadcrumbs.css +57 -54
  36. package/lib/components/VBtn/VBtn.css +408 -385
  37. package/lib/components/VBtn/VBtn.sass +4 -4
  38. package/lib/components/VBtn/index.d.mts +7 -7
  39. package/lib/components/VBtnGroup/VBtnGroup.css +64 -63
  40. package/lib/components/VBtnToggle/VBtnToggle.css +14 -16
  41. package/lib/components/VBtnToggle/index.d.mts +9 -9
  42. package/lib/components/VCard/VCard.css +302 -294
  43. package/lib/components/VCarousel/VCarousel.css +65 -63
  44. package/lib/components/VCarousel/VCarousel.mjs.map +1 -1
  45. package/lib/components/VCarousel/VCarousel.sass +1 -1
  46. package/lib/components/VCarousel/index.d.mts +9 -9
  47. package/lib/components/VCheckbox/VCheckbox.css +5 -7
  48. package/lib/components/VCheckbox/VCheckbox.mjs +3 -3
  49. package/lib/components/VCheckbox/VCheckbox.mjs.map +1 -1
  50. package/lib/components/VChip/VChip.css +411 -378
  51. package/lib/components/VChip/VChip.mjs +18 -10
  52. package/lib/components/VChip/VChip.mjs.map +1 -1
  53. package/lib/components/VChip/index.d.mts +13 -8
  54. package/lib/components/VChipGroup/VChipGroup.css +18 -19
  55. package/lib/components/VChipGroup/VChipGroup.mjs +2 -0
  56. package/lib/components/VChipGroup/VChipGroup.mjs.map +1 -1
  57. package/lib/components/VChipGroup/index.d.mts +20 -15
  58. package/lib/components/VCode/VCode.css +8 -10
  59. package/lib/components/VColorPicker/VColorPicker.css +22 -22
  60. package/lib/components/VColorPicker/VColorPickerCanvas.css +22 -24
  61. package/lib/components/VColorPicker/VColorPickerEdit.css +28 -29
  62. package/lib/components/VColorPicker/VColorPickerPreview.css +67 -69
  63. package/lib/components/VColorPicker/VColorPickerPreview.sass +2 -4
  64. package/lib/components/VColorPicker/VColorPickerSwatches.css +34 -34
  65. package/lib/components/VCombobox/VCombobox.css +85 -86
  66. package/lib/components/VCombobox/VCombobox.mjs +4 -4
  67. package/lib/components/VCombobox/VCombobox.mjs.map +1 -1
  68. package/lib/components/VCombobox/index.d.mts +22 -22
  69. package/lib/components/VConfirmEdit/VConfirmEdit.mjs +9 -7
  70. package/lib/components/VConfirmEdit/VConfirmEdit.mjs.map +1 -1
  71. package/lib/components/VConfirmEdit/__test__/VConfirmEdit.spec.browser.mjs +1 -1
  72. package/lib/components/VConfirmEdit/__test__/VConfirmEdit.spec.browser.mjs.map +1 -1
  73. package/lib/components/VConfirmEdit/index.d.mts +3 -7
  74. package/lib/components/VCounter/VCounter.css +5 -7
  75. package/lib/components/VDataTable/VDataTable.css +186 -189
  76. package/lib/components/VDataTable/VDataTable.sass +10 -20
  77. package/lib/components/VDataTable/VDataTableFooter.css +31 -33
  78. package/lib/components/VDatePicker/VDatePicker.css +6 -8
  79. package/lib/components/VDatePicker/VDatePickerControls.css +56 -54
  80. package/lib/components/VDatePicker/VDatePickerHeader.css +60 -56
  81. package/lib/components/VDatePicker/VDatePickerHeader.mjs +2 -1
  82. package/lib/components/VDatePicker/VDatePickerHeader.mjs.map +1 -1
  83. package/lib/components/VDatePicker/VDatePickerMonth.css +55 -51
  84. package/lib/components/VDatePicker/VDatePickerMonths.css +19 -20
  85. package/lib/components/VDatePicker/VDatePickerYears.css +15 -16
  86. package/lib/components/VDatePicker/index.d.mts +5 -5
  87. package/lib/components/VDialog/VDialog.css +95 -95
  88. package/lib/components/VDivider/VDivider.css +52 -52
  89. package/lib/components/VEmptyState/VEmptyState.css +67 -62
  90. package/lib/components/VExpansionPanel/VExpansionPanel.css +209 -203
  91. package/lib/components/VExpansionPanel/VExpansionPanel.sass +25 -27
  92. package/lib/components/VExpansionPanel/index.d.mts +7 -7
  93. package/lib/components/VFab/VFab.css +69 -74
  94. package/lib/components/VFab/VFab.sass +4 -5
  95. package/lib/components/VFab/index.d.mts +6 -6
  96. package/lib/components/VField/VField.css +579 -539
  97. package/lib/components/VField/VField.mjs +5 -4
  98. package/lib/components/VField/VField.mjs.map +1 -1
  99. package/lib/components/VFileInput/VFileInput.css +29 -31
  100. package/lib/components/VFooter/VFooter.css +36 -38
  101. package/lib/components/VGrid/VGrid.css +592 -565
  102. package/lib/components/VIcon/VIcon.css +52 -51
  103. package/lib/components/VImg/VImg.css +51 -50
  104. package/lib/components/VInfiniteScroll/VInfiniteScroll.css +37 -36
  105. package/lib/components/VInput/VInput.css +142 -131
  106. package/lib/components/VInput/VInput.mjs +3 -3
  107. package/lib/components/VInput/VInput.mjs.map +1 -1
  108. package/lib/components/VItemGroup/VItemGroup.css +5 -7
  109. package/lib/components/VItemGroup/VItemGroup.mjs.map +1 -1
  110. package/lib/components/VItemGroup/index.d.mts +9 -9
  111. package/lib/components/VKbd/VKbd.css +11 -13
  112. package/lib/components/VLabel/VLabel.css +15 -16
  113. package/lib/components/VLayout/VLayout.css +8 -10
  114. package/lib/components/VLayout/VLayoutItem.css +7 -8
  115. package/lib/components/VList/VList.css +108 -104
  116. package/lib/components/VList/VList.mjs +3 -2
  117. package/lib/components/VList/VList.mjs.map +1 -1
  118. package/lib/components/VList/VList.sass +1 -1
  119. package/lib/components/VList/VListItem.css +452 -440
  120. package/lib/components/VList/VListItem.mjs +3 -2
  121. package/lib/components/VList/VListItem.mjs.map +1 -1
  122. package/lib/components/VList/VListItem.sass +1 -2
  123. package/lib/components/VList/index.d.mts +10 -10
  124. package/lib/components/VLocaleProvider/VLocaleProvider.css +2 -4
  125. package/lib/components/VMain/VMain.css +30 -32
  126. package/lib/components/VMenu/VMenu.css +19 -21
  127. package/lib/components/VMenu/VMenu.mjs +3 -3
  128. package/lib/components/VMenu/VMenu.mjs.map +1 -1
  129. package/lib/components/VMenu/index.d.mts +6 -6
  130. package/lib/components/VMessages/VMessages.css +15 -17
  131. package/lib/components/VNavigationDrawer/VNavigationDrawer.css +108 -106
  132. package/lib/components/VOtpInput/VOtpInput.css +58 -56
  133. package/lib/components/VOverlay/VOverlay.css +63 -60
  134. package/lib/components/VOverlay/VOverlay.sass +13 -14
  135. package/lib/components/VPagination/VPagination.css +8 -10
  136. package/lib/components/VParallax/VParallax.css +6 -8
  137. package/lib/components/VProgressCircular/VProgressCircular.css +101 -95
  138. package/lib/components/VProgressLinear/VProgressLinear.css +222 -209
  139. package/lib/components/VRadioGroup/VRadioGroup.css +12 -14
  140. package/lib/components/VRadioGroup/VRadioGroup.mjs +3 -3
  141. package/lib/components/VRadioGroup/VRadioGroup.mjs.map +1 -1
  142. package/lib/components/VRating/VRating.css +53 -52
  143. package/lib/components/VRating/VRating.mjs +4 -3
  144. package/lib/components/VRating/VRating.mjs.map +1 -1
  145. package/lib/components/VResponsive/VResponsive.css +26 -25
  146. package/lib/components/VSelect/VSelect.css +52 -54
  147. package/lib/components/VSelect/VSelect.mjs +3 -3
  148. package/lib/components/VSelect/VSelect.mjs.map +1 -1
  149. package/lib/components/VSelect/index.d.mts +22 -22
  150. package/lib/components/VSelectionControl/VSelectionControl.css +102 -100
  151. package/lib/components/VSelectionControl/VSelectionControl.mjs +3 -3
  152. package/lib/components/VSelectionControl/VSelectionControl.mjs.map +1 -1
  153. package/lib/components/VSelectionControlGroup/VSelectionControlGroup.css +8 -10
  154. package/lib/components/VSelectionControlGroup/VSelectionControlGroup.mjs +3 -3
  155. package/lib/components/VSelectionControlGroup/VSelectionControlGroup.mjs.map +1 -1
  156. package/lib/components/VSheet/VSheet.css +36 -38
  157. package/lib/components/VSkeletonLoader/VSkeletonLoader.css +224 -225
  158. package/lib/components/VSlideGroup/VSlideGroup.css +55 -53
  159. package/lib/components/VSlideGroup/index.d.mts +10 -10
  160. package/lib/components/VSlider/VSlider.css +57 -53
  161. package/lib/components/VSlider/VSliderThumb.css +153 -142
  162. package/lib/components/VSlider/VSliderTrack.css +174 -155
  163. package/lib/components/VSnackbar/VSnackbar.css +140 -140
  164. package/lib/components/VSparkline/VBarline.mjs +3 -3
  165. package/lib/components/VSparkline/VBarline.mjs.map +1 -1
  166. package/lib/components/VSparkline/VTrendline.mjs +3 -3
  167. package/lib/components/VSparkline/VTrendline.mjs.map +1 -1
  168. package/lib/components/VSpeedDial/VSpeedDial.css +41 -43
  169. package/lib/components/VStepper/VStepper.css +56 -55
  170. package/lib/components/VStepper/VStepper.mjs +5 -4
  171. package/lib/components/VStepper/VStepper.mjs.map +1 -1
  172. package/lib/components/VStepper/VStepperItem.css +115 -112
  173. package/lib/components/VStepper/VStepperItem.mjs +5 -4
  174. package/lib/components/VStepper/VStepperItem.mjs.map +1 -1
  175. package/lib/components/VStepper/index.d.mts +51 -45
  176. package/lib/components/VSwitch/VSwitch.css +139 -129
  177. package/lib/components/VSwitch/VSwitch.mjs +3 -3
  178. package/lib/components/VSwitch/VSwitch.mjs.map +1 -1
  179. package/lib/components/VSystemBar/VSystemBar.css +43 -45
  180. package/lib/components/VTable/VTable.css +141 -140
  181. package/lib/components/VTable/VTable.sass +2 -4
  182. package/lib/components/VTabs/VTab.css +29 -30
  183. package/lib/components/VTabs/VTabs.css +65 -59
  184. package/lib/components/VTabs/index.d.mts +7 -7
  185. package/lib/components/VTextField/VTextField.css +68 -65
  186. package/lib/components/VTextarea/VTextarea.css +39 -47
  187. package/lib/components/VTextarea/VTextarea.sass +2 -4
  188. package/lib/components/VThemeProvider/VThemeProvider.css +3 -5
  189. package/lib/components/VTimeline/VTimeline.css +418 -379
  190. package/lib/components/VToolbar/VToolbar.css +143 -136
  191. package/lib/components/VTooltip/VTooltip.css +21 -25
  192. package/lib/components/VTooltip/VTooltip.mjs +3 -3
  193. package/lib/components/VTooltip/VTooltip.mjs.map +1 -1
  194. package/lib/components/VTooltip/VTooltip.sass +6 -8
  195. package/lib/components/VVirtualScroll/VVirtualScroll.css +9 -11
  196. package/lib/components/VWindow/VWindow.css +70 -73
  197. package/lib/components/VWindow/index.d.mts +7 -7
  198. package/lib/components/index.d.mts +138 -132
  199. package/lib/composables/form.mjs +7 -2
  200. package/lib/composables/form.mjs.map +1 -1
  201. package/lib/composables/group.mjs +3 -3
  202. package/lib/composables/group.mjs.map +1 -1
  203. package/lib/composables/layout.mjs +3 -3
  204. package/lib/composables/layout.mjs.map +1 -1
  205. package/lib/composables/nested/nested.mjs +2 -2
  206. package/lib/composables/nested/nested.mjs.map +1 -1
  207. package/lib/composables/theme.mjs +4 -4
  208. package/lib/composables/theme.mjs.map +1 -1
  209. package/lib/composables/validation.mjs +13 -15
  210. package/lib/composables/validation.mjs.map +1 -1
  211. package/lib/directives/ripple/VRipple.css +36 -38
  212. package/lib/entry-bundler.mjs +1 -1
  213. package/lib/entry-bundler.mjs.map +1 -1
  214. package/lib/framework.mjs +2 -3
  215. package/lib/framework.mjs.map +1 -1
  216. package/lib/index.d.mts +53 -53
  217. package/lib/labs/VCalendar/VCalendar.css +225 -219
  218. package/lib/labs/VCalendar/VCalendarDay.css +32 -33
  219. package/lib/labs/VCalendar/VCalendarHeader.css +13 -13
  220. package/lib/labs/VCalendar/VCalendarInterval.css +42 -43
  221. package/lib/labs/VCalendar/VCalendarIntervalEvent.css +5 -7
  222. package/lib/labs/VCalendar/VCalendarMonthDay.css +58 -61
  223. package/lib/labs/VCalendar/VCalendarMonthDay.sass +2 -3
  224. package/lib/labs/VDateInput/VDateInput.mjs +1 -1
  225. package/lib/labs/VDateInput/VDateInput.mjs.map +1 -1
  226. package/lib/labs/VNumberInput/VNumberInput.css +38 -40
  227. package/lib/labs/VNumberInput/VNumberInput.mjs +7 -5
  228. package/lib/labs/VNumberInput/VNumberInput.mjs.map +1 -1
  229. package/lib/labs/VPicker/VPicker.css +57 -53
  230. package/lib/labs/VStepperVertical/index.d.mts +44 -44
  231. package/lib/labs/VTimePicker/VTimePicker.css +7 -9
  232. package/lib/labs/VTimePicker/VTimePickerClock.css +129 -126
  233. package/lib/labs/VTimePicker/VTimePickerControls.css +103 -102
  234. package/lib/labs/VTreeview/VTreeviewItem.css +15 -17
  235. package/lib/labs/VTreeview/VTreeviewItem.mjs +3 -4
  236. package/lib/labs/VTreeview/VTreeviewItem.mjs.map +1 -1
  237. package/lib/labs/VTreeview/VTreeviewItem.sass +1 -2
  238. package/lib/labs/VTreeview/index.d.mts +20 -20
  239. package/lib/labs/components.d.mts +64 -64
  240. package/lib/locale/fr.mjs +1 -1
  241. package/lib/locale/fr.mjs.map +1 -1
  242. package/lib/styles/elements/_global.sass +1 -1
  243. package/lib/styles/generic/_colors.scss +3 -3
  244. package/lib/styles/generic/_layers.scss +1 -13
  245. package/lib/styles/generic/_transitions.scss +32 -32
  246. package/lib/styles/main.css +16139 -14666
  247. package/lib/styles/settings/_utilities.scss +5 -0
  248. package/lib/styles/settings/_variables.scss +2 -1
  249. package/lib/styles/tools/_bootable.sass +3 -0
  250. package/lib/styles/tools/_border.sass +4 -4
  251. package/lib/styles/tools/_display.sass +10 -0
  252. package/lib/styles/tools/_elevation.sass +2 -2
  253. package/lib/styles/tools/_index.sass +2 -0
  254. package/lib/styles/tools/_layer.scss +2 -4
  255. package/lib/styles/tools/_position.sass +2 -2
  256. package/lib/styles/tools/_radius.sass +10 -0
  257. package/lib/styles/tools/_rounded.sass +2 -2
  258. package/lib/styles/tools/_utilities.sass +5 -1
  259. package/lib/styles/utilities/_elevation.scss +1 -1
  260. package/lib/util/getCurrentInstance.mjs +1 -15
  261. package/lib/util/getCurrentInstance.mjs.map +1 -1
  262. package/package.json +1 -1
package/dist/vuetify.d.ts CHANGED
@@ -1634,22 +1634,22 @@ declare const Ripple: {
1634
1634
  };
1635
1635
 
1636
1636
  interface GroupItem {
1637
- id: number;
1637
+ id: string;
1638
1638
  value: Ref<unknown>;
1639
1639
  disabled: Ref<boolean | undefined>;
1640
1640
  useIndexAsValue?: boolean;
1641
1641
  }
1642
1642
  interface GroupProvide {
1643
1643
  register: (item: GroupItem, cmp: ComponentInternalInstance) => void;
1644
- unregister: (id: number) => void;
1645
- select: (id: number, value: boolean) => void;
1646
- selected: Ref<Readonly<number[]>>;
1647
- isSelected: (id: number) => boolean;
1644
+ unregister: (id: string) => void;
1645
+ select: (id: string, value: boolean) => void;
1646
+ selected: Ref<Readonly<string[]>>;
1647
+ isSelected: (id: string) => boolean;
1648
1648
  prev: () => void;
1649
1649
  next: () => void;
1650
1650
  selectedClass: Ref<string | undefined>;
1651
1651
  items: ComputedRef<{
1652
- id: number;
1652
+ id: string;
1653
1653
  value: unknown;
1654
1654
  disabled: boolean | undefined;
1655
1655
  }[]>;
@@ -1657,7 +1657,7 @@ interface GroupProvide {
1657
1657
  getItemIndex: (value: unknown) => number;
1658
1658
  }
1659
1659
  interface GroupItemProvide {
1660
- id: number;
1660
+ id: string;
1661
1661
  isSelected: Ref<boolean>;
1662
1662
  isFirst: Ref<boolean>;
1663
1663
  isLast: Ref<boolean>;
@@ -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;
@@ -5817,7 +5817,7 @@ declare const VMenu: {
5817
5817
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
5818
5818
  }, {
5819
5819
  id: vue.ComputedRef<string>;
5820
- ΨopenChildren: vue.ShallowRef<Set<number>, Set<number>>;
5820
+ ΨopenChildren: vue.ShallowRef<Set<string>, Set<string>>;
5821
5821
  } & Omit<Omit<{
5822
5822
  $: vue.ComponentInternalInstance;
5823
5823
  $data: {};
@@ -6230,7 +6230,7 @@ declare const VMenu: {
6230
6230
  updateLocation: vue.Ref<((e: Event) => void) | undefined, ((e: Event) => void) | undefined>;
6231
6231
  } | {
6232
6232
  id: vue.ComputedRef<string>;
6233
- ΨopenChildren: vue.ShallowRef<Set<number>, Set<number>>;
6233
+ ΨopenChildren: vue.ShallowRef<Set<string>, Set<string>>;
6234
6234
  };
6235
6235
  }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
6236
6236
  'update:modelValue': (value: boolean) => true;
@@ -6363,7 +6363,7 @@ declare const VMenu: {
6363
6363
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
6364
6364
  }, {
6365
6365
  id: vue.ComputedRef<string>;
6366
- ΨopenChildren: vue.ShallowRef<Set<number>, Set<number>>;
6366
+ ΨopenChildren: vue.ShallowRef<Set<string>, Set<string>>;
6367
6367
  } & Omit<Omit<{
6368
6368
  $: vue.ComponentInternalInstance;
6369
6369
  $data: {};
@@ -6776,7 +6776,7 @@ declare const VMenu: {
6776
6776
  updateLocation: vue.Ref<((e: Event) => void) | undefined, ((e: Event) => void) | undefined>;
6777
6777
  } | {
6778
6778
  id: vue.ComputedRef<string>;
6779
- ΨopenChildren: vue.ShallowRef<Set<number>, Set<number>>;
6779
+ ΨopenChildren: vue.ShallowRef<Set<string>, Set<string>>;
6780
6780
  };
6781
6781
  }, {}, {}, {}, {
6782
6782
  location: Anchor | undefined;
@@ -6895,7 +6895,7 @@ declare const VMenu: {
6895
6895
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
6896
6896
  }, {
6897
6897
  id: vue.ComputedRef<string>;
6898
- ΨopenChildren: vue.ShallowRef<Set<number>, Set<number>>;
6898
+ ΨopenChildren: vue.ShallowRef<Set<string>, Set<string>>;
6899
6899
  } & Omit<Omit<{
6900
6900
  $: vue.ComponentInternalInstance;
6901
6901
  $data: {};
@@ -7308,7 +7308,7 @@ declare const VMenu: {
7308
7308
  updateLocation: vue.Ref<((e: Event) => void) | undefined, ((e: Event) => void) | undefined>;
7309
7309
  } | {
7310
7310
  id: vue.ComputedRef<string>;
7311
- ΨopenChildren: vue.ShallowRef<Set<number>, Set<number>>;
7311
+ ΨopenChildren: vue.ShallowRef<Set<string>, Set<string>>;
7312
7312
  };
7313
7313
  }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
7314
7314
  'update:modelValue': (value: boolean) => true;
@@ -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;
@@ -12382,7 +12382,7 @@ declare const VBtnToggle: {
12382
12382
  } & {}, {
12383
12383
  next: () => void;
12384
12384
  prev: () => void;
12385
- select: (id: number, value: boolean) => void;
12385
+ select: (id: string, value: boolean) => void;
12386
12386
  }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
12387
12387
  'update:modelValue': (value: any) => true;
12388
12388
  }, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "update:modelValue">, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, {
@@ -12427,7 +12427,7 @@ declare const VBtnToggle: {
12427
12427
  } & {}, {
12428
12428
  next: () => void;
12429
12429
  prev: () => void;
12430
- select: (id: number, value: boolean) => void;
12430
+ select: (id: string, value: boolean) => void;
12431
12431
  }, {}, {}, {}, {
12432
12432
  variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
12433
12433
  style: vue.StyleValue;
@@ -12465,7 +12465,7 @@ declare const VBtnToggle: {
12465
12465
  } & {}, {
12466
12466
  next: () => void;
12467
12467
  prev: () => void;
12468
- select: (id: number, value: boolean) => void;
12468
+ select: (id: string, value: boolean) => void;
12469
12469
  }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
12470
12470
  'update:modelValue': (value: any) => true;
12471
12471
  }, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "update:modelValue">, string, {
@@ -13843,7 +13843,7 @@ type VCarouselSlots = VWindowSlots & {
13843
13843
  item: {
13844
13844
  props: Record<string, any>;
13845
13845
  item: {
13846
- id: number;
13846
+ id: string;
13847
13847
  value: unknown;
13848
13848
  disabled: boolean | undefined;
13849
13849
  };
@@ -13922,7 +13922,7 @@ declare const VCarousel: {
13922
13922
  item: (arg: {
13923
13923
  props: Record<string, any>;
13924
13924
  item: {
13925
- id: number;
13925
+ id: string;
13926
13926
  value: unknown;
13927
13927
  disabled: boolean | undefined;
13928
13928
  };
@@ -14054,7 +14054,7 @@ declare const VCarousel: {
14054
14054
  item: (arg: {
14055
14055
  props: Record<string, any>;
14056
14056
  item: {
14057
- id: number;
14057
+ id: string;
14058
14058
  value: unknown;
14059
14059
  disabled: boolean | undefined;
14060
14060
  };
@@ -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;
@@ -16814,11 +16819,11 @@ type VChip = InstanceType<typeof VChip>;
16814
16819
 
16815
16820
  type VChipGroupSlots = {
16816
16821
  default: {
16817
- isSelected: (id: number) => boolean;
16818
- select: (id: number, value: boolean) => void;
16822
+ isSelected: (id: string) => boolean;
16823
+ select: (id: string, value: boolean) => void;
16819
16824
  next: () => void;
16820
16825
  prev: () => void;
16821
- selected: readonly number[];
16826
+ selected: readonly string[];
16822
16827
  };
16823
16828
  };
16824
16829
  declare const VChipGroup: {
@@ -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;
@@ -16866,11 +16872,11 @@ declare const VChipGroup: {
16866
16872
  prevIcon: IconValue;
16867
16873
  }, true, {}, vue.SlotsType<Partial<{
16868
16874
  default: (arg: {
16869
- isSelected: (id: number) => boolean;
16870
- select: (id: number, value: boolean) => void;
16875
+ isSelected: (id: string) => boolean;
16876
+ select: (id: string, value: boolean) => void;
16871
16877
  next: () => void;
16872
16878
  prev: () => void;
16873
- selected: readonly number[];
16879
+ selected: readonly string[];
16874
16880
  }) => vue.VNode[];
16875
16881
  }>>, vue.GlobalComponents, vue.GlobalDirectives, string, {}, any, vue.ComponentProvideOptions, {
16876
16882
  P: {};
@@ -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;
@@ -16967,11 +16975,11 @@ declare const VChipGroup: {
16967
16975
  prevIcon: IconValue;
16968
16976
  }, {}, string, vue.SlotsType<Partial<{
16969
16977
  default: (arg: {
16970
- isSelected: (id: number) => boolean;
16971
- select: (id: number, value: boolean) => void;
16978
+ isSelected: (id: string) => boolean;
16979
+ select: (id: string, value: boolean) => void;
16972
16980
  next: () => void;
16973
16981
  prev: () => void;
16974
- selected: readonly number[];
16982
+ selected: readonly string[];
16975
16983
  }) => vue.VNode[];
16976
16984
  }>>, vue.GlobalComponents, vue.GlobalDirectives, string, vue.ComponentProvideOptions> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & (new <T>(props: {
16977
16985
  modelValue?: T;
@@ -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;
@@ -33016,11 +33022,11 @@ type VInfiniteScroll = InstanceType<typeof VInfiniteScroll>;
33016
33022
 
33017
33023
  type VItemGroupSlots = {
33018
33024
  default: {
33019
- isSelected: (id: number) => boolean;
33020
- select: (id: number, value: boolean) => void;
33025
+ isSelected: (id: string) => boolean;
33026
+ select: (id: string, value: boolean) => void;
33021
33027
  next: () => void;
33022
33028
  prev: () => void;
33023
- selected: readonly number[];
33029
+ selected: readonly string[];
33024
33030
  };
33025
33031
  };
33026
33032
  declare const VItemGroup: {
@@ -33045,11 +33051,11 @@ declare const VItemGroup: {
33045
33051
  selectedClass: string;
33046
33052
  }, true, {}, vue.SlotsType<Partial<{
33047
33053
  default: (arg: {
33048
- isSelected: (id: number) => boolean;
33049
- select: (id: number, value: boolean) => void;
33054
+ isSelected: (id: string) => boolean;
33055
+ select: (id: string, value: boolean) => void;
33050
33056
  next: () => void;
33051
33057
  prev: () => void;
33052
- selected: readonly number[];
33058
+ selected: readonly string[];
33053
33059
  }) => vue.VNode[];
33054
33060
  }>>, vue.GlobalComponents, vue.GlobalDirectives, string, {}, any, vue.ComponentProvideOptions, {
33055
33061
  P: {};
@@ -33100,11 +33106,11 @@ declare const VItemGroup: {
33100
33106
  selectedClass: string;
33101
33107
  }, {}, string, vue.SlotsType<Partial<{
33102
33108
  default: (arg: {
33103
- isSelected: (id: number) => boolean;
33104
- select: (id: number, value: boolean) => void;
33109
+ isSelected: (id: string) => boolean;
33110
+ select: (id: string, value: boolean) => void;
33105
33111
  next: () => void;
33106
33112
  prev: () => void;
33107
- selected: readonly number[];
33113
+ selected: readonly string[];
33108
33114
  }) => vue.VNode[];
33109
33115
  }>>, vue.GlobalComponents, vue.GlobalDirectives, string, vue.ComponentProvideOptions> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & (new <T>(props: {
33110
33116
  modelValue?: T;
@@ -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;
@@ -40902,7 +40908,7 @@ declare const VSlideGroup: {
40902
40908
  mobileBreakpoint?: number | DisplayBreakpoint | undefined;
40903
40909
  showArrows?: string | boolean | undefined;
40904
40910
  } & {}, {
40905
- selected: vue.Ref<readonly number[], readonly number[]>;
40911
+ selected: vue.Ref<readonly string[], readonly string[]>;
40906
40912
  scrollTo: (location: "prev" | "next") => void;
40907
40913
  scrollOffset: vue.ShallowRef<number, number>;
40908
40914
  focus: (location?: "next" | "prev" | "first" | "last") => void;
@@ -40952,7 +40958,7 @@ declare const VSlideGroup: {
40952
40958
  mobileBreakpoint?: number | DisplayBreakpoint | undefined;
40953
40959
  showArrows?: string | boolean | undefined;
40954
40960
  } & {}, {
40955
- selected: vue.Ref<readonly number[], readonly number[]>;
40961
+ selected: vue.Ref<readonly string[], readonly string[]>;
40956
40962
  scrollTo: (location: "prev" | "next") => void;
40957
40963
  scrollOffset: vue.ShallowRef<number, number>;
40958
40964
  focus: (location?: "next" | "prev" | "first" | "last") => void;
@@ -40993,7 +40999,7 @@ declare const VSlideGroup: {
40993
40999
  mobileBreakpoint?: number | DisplayBreakpoint | undefined;
40994
41000
  showArrows?: string | boolean | undefined;
40995
41001
  } & {}, {
40996
- selected: vue.Ref<readonly number[], readonly number[]>;
41002
+ selected: vue.Ref<readonly string[], readonly string[]>;
40997
41003
  scrollTo: (location: "prev" | "next") => void;
40998
41004
  scrollOffset: vue.ShallowRef<number, number>;
40999
41005
  focus: (location?: "next" | "prev" | "first" | "last") => void;
@@ -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[]>;
@@ -57921,45 +57927,38 @@ declare module 'vue' {
57921
57927
  export interface GlobalComponents {
57922
57928
  VApp: typeof import('vuetify/components')['VApp']
57923
57929
  VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
57924
- VAvatar: typeof import('vuetify/components')['VAvatar']
57925
- VAlert: typeof import('vuetify/components')['VAlert']
57926
- VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
57930
+ VBanner: typeof import('vuetify/components')['VBanner']
57931
+ VBannerActions: typeof import('vuetify/components')['VBannerActions']
57932
+ VBannerText: typeof import('vuetify/components')['VBannerText']
57927
57933
  VAppBar: typeof import('vuetify/components')['VAppBar']
57928
57934
  VAppBarNavIcon: typeof import('vuetify/components')['VAppBarNavIcon']
57929
57935
  VAppBarTitle: typeof import('vuetify/components')['VAppBarTitle']
57936
+ VAlert: typeof import('vuetify/components')['VAlert']
57937
+ VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
57938
+ VAvatar: typeof import('vuetify/components')['VAvatar']
57930
57939
  VBadge: typeof import('vuetify/components')['VBadge']
57931
- VBanner: typeof import('vuetify/components')['VBanner']
57932
- VBannerActions: typeof import('vuetify/components')['VBannerActions']
57933
- VBannerText: typeof import('vuetify/components')['VBannerText']
57940
+ VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
57941
+ VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
57934
57942
  VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
57935
57943
  VBtn: typeof import('vuetify/components')['VBtn']
57936
- VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
57937
57944
  VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
57938
57945
  VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
57939
57946
  VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
57940
- VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
57941
- VCheckbox: typeof import('vuetify/components')['VCheckbox']
57942
- VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
57943
- VCarousel: typeof import('vuetify/components')['VCarousel']
57944
- VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
57945
57947
  VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
57946
- VChip: typeof import('vuetify/components')['VChip']
57947
57948
  VCard: typeof import('vuetify/components')['VCard']
57948
57949
  VCardActions: typeof import('vuetify/components')['VCardActions']
57949
57950
  VCardItem: typeof import('vuetify/components')['VCardItem']
57950
57951
  VCardSubtitle: typeof import('vuetify/components')['VCardSubtitle']
57951
57952
  VCardText: typeof import('vuetify/components')['VCardText']
57952
57953
  VCardTitle: typeof import('vuetify/components')['VCardTitle']
57953
- VColorPicker: typeof import('vuetify/components')['VColorPicker']
57954
+ VCheckbox: typeof import('vuetify/components')['VCheckbox']
57955
+ VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
57956
+ VCarousel: typeof import('vuetify/components')['VCarousel']
57957
+ VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
57958
+ VChip: typeof import('vuetify/components')['VChip']
57954
57959
  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
57960
  VCombobox: typeof import('vuetify/components')['VCombobox']
57961
+ VCode: typeof import('vuetify/components')['VCode']
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,30 +57967,38 @@ 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']
57971
- VDialog: typeof import('vuetify/components')['VDialog']
57970
+ VColorPicker: typeof import('vuetify/components')['VColorPicker']
57971
+ VDivider: typeof import('vuetify/components')['VDivider']
57972
+ VDatePicker: typeof import('vuetify/components')['VDatePicker']
57973
+ VDatePickerControls: typeof import('vuetify/components')['VDatePickerControls']
57974
+ VDatePickerHeader: typeof import('vuetify/components')['VDatePickerHeader']
57975
+ VDatePickerMonth: typeof import('vuetify/components')['VDatePickerMonth']
57976
+ VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
57977
+ VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
57972
57978
  VExpansionPanels: typeof import('vuetify/components')['VExpansionPanels']
57973
57979
  VExpansionPanel: typeof import('vuetify/components')['VExpansionPanel']
57974
57980
  VExpansionPanelText: typeof import('vuetify/components')['VExpansionPanelText']
57975
57981
  VExpansionPanelTitle: typeof import('vuetify/components')['VExpansionPanelTitle']
57976
- VDivider: typeof import('vuetify/components')['VDivider']
57982
+ VDialog: typeof import('vuetify/components')['VDialog']
57983
+ VEmptyState: typeof import('vuetify/components')['VEmptyState']
57984
+ VFab: typeof import('vuetify/components')['VFab']
57977
57985
  VFileInput: typeof import('vuetify/components')['VFileInput']
57986
+ VImg: typeof import('vuetify/components')['VImg']
57978
57987
  VField: typeof import('vuetify/components')['VField']
57979
57988
  VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
57980
- VEmptyState: typeof import('vuetify/components')['VEmptyState']
57981
- VFab: typeof import('vuetify/components')['VFab']
57982
57989
  VFooter: typeof import('vuetify/components')['VFooter']
57990
+ VItemGroup: typeof import('vuetify/components')['VItemGroup']
57991
+ VItem: typeof import('vuetify/components')['VItem']
57983
57992
  VIcon: typeof import('vuetify/components')['VIcon']
57984
57993
  VComponentIcon: typeof import('vuetify/components')['VComponentIcon']
57985
57994
  VSvgIcon: typeof import('vuetify/components')['VSvgIcon']
57986
57995
  VLigatureIcon: typeof import('vuetify/components')['VLigatureIcon']
57987
57996
  VClassIcon: typeof import('vuetify/components')['VClassIcon']
57997
+ VLabel: typeof import('vuetify/components')['VLabel']
57988
57998
  VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
57989
- VImg: typeof import('vuetify/components')['VImg']
57990
- VItemGroup: typeof import('vuetify/components')['VItemGroup']
57991
- VItem: typeof import('vuetify/components')['VItem']
57992
- VInput: typeof import('vuetify/components')['VInput']
57993
57999
  VKbd: typeof import('vuetify/components')['VKbd']
57994
- VMain: typeof import('vuetify/components')['VMain']
58000
+ VInput: typeof import('vuetify/components')['VInput']
58001
+ VMenu: typeof import('vuetify/components')['VMenu']
57995
58002
  VList: typeof import('vuetify/components')['VList']
57996
58003
  VListGroup: typeof import('vuetify/components')['VListGroup']
57997
58004
  VListImg: typeof import('vuetify/components')['VListImg']
@@ -58001,72 +58008,71 @@ 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']
58005
- VMenu: typeof import('vuetify/components')['VMenu']
58011
+ VMain: typeof import('vuetify/components')['VMain']
58006
58012
  VMessages: typeof import('vuetify/components')['VMessages']
58007
- VOtpInput: typeof import('vuetify/components')['VOtpInput']
58008
58013
  VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
58009
- VPagination: typeof import('vuetify/components')['VPagination']
58014
+ VOverlay: typeof import('vuetify/components')['VOverlay']
58010
58015
  VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
58011
- VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
58016
+ VPagination: typeof import('vuetify/components')['VPagination']
58012
58017
  VRating: typeof import('vuetify/components')['VRating']
58013
58018
  VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
58014
- VOverlay: typeof import('vuetify/components')['VOverlay']
58015
- VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
58016
58019
  VSelect: typeof import('vuetify/components')['VSelect']
58017
- VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
58020
+ VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
58021
+ VOtpInput: typeof import('vuetify/components')['VOtpInput']
58018
58022
  VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
58023
+ VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
58024
+ VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
58019
58025
  VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
58020
58026
  VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
58021
58027
  VSnackbar: typeof import('vuetify/components')['VSnackbar']
58022
58028
  VSheet: typeof import('vuetify/components')['VSheet']
58029
+ VSlider: typeof import('vuetify/components')['VSlider']
58023
58030
  VStepper: typeof import('vuetify/components')['VStepper']
58024
58031
  VStepperActions: typeof import('vuetify/components')['VStepperActions']
58025
58032
  VStepperHeader: typeof import('vuetify/components')['VStepperHeader']
58026
58033
  VStepperItem: typeof import('vuetify/components')['VStepperItem']
58027
58034
  VStepperWindow: typeof import('vuetify/components')['VStepperWindow']
58028
58035
  VStepperWindowItem: typeof import('vuetify/components')['VStepperWindowItem']
58029
- VSystemBar: typeof import('vuetify/components')['VSystemBar']
58030
58036
  VTable: typeof import('vuetify/components')['VTable']
58031
- VSlider: typeof import('vuetify/components')['VSlider']
58032
58037
  VSwitch: typeof import('vuetify/components')['VSwitch']
58038
+ VTextarea: typeof import('vuetify/components')['VTextarea']
58033
58039
  VTab: typeof import('vuetify/components')['VTab']
58034
58040
  VTabs: typeof import('vuetify/components')['VTabs']
58035
58041
  VTabsWindow: typeof import('vuetify/components')['VTabsWindow']
58036
58042
  VTabsWindowItem: typeof import('vuetify/components')['VTabsWindowItem']
58037
- VTextarea: typeof import('vuetify/components')['VTextarea']
58038
- VTooltip: typeof import('vuetify/components')['VTooltip']
58043
+ VSystemBar: typeof import('vuetify/components')['VSystemBar']
58039
58044
  VTextField: typeof import('vuetify/components')['VTextField']
58040
- VTimeline: typeof import('vuetify/components')['VTimeline']
58041
- VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
58042
58045
  VToolbar: typeof import('vuetify/components')['VToolbar']
58043
58046
  VToolbarTitle: typeof import('vuetify/components')['VToolbarTitle']
58044
58047
  VToolbarItems: typeof import('vuetify/components')['VToolbarItems']
58048
+ VTimeline: typeof import('vuetify/components')['VTimeline']
58049
+ VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
58045
58050
  VWindow: typeof import('vuetify/components')['VWindow']
58046
58051
  VWindowItem: typeof import('vuetify/components')['VWindowItem']
58047
- VDataIterator: typeof import('vuetify/components')['VDataIterator']
58052
+ VTooltip: typeof import('vuetify/components')['VTooltip']
58048
58053
  VConfirmEdit: typeof import('vuetify/components')['VConfirmEdit']
58054
+ VDataIterator: typeof import('vuetify/components')['VDataIterator']
58055
+ VForm: typeof import('vuetify/components')['VForm']
58049
58056
  VDefaultsProvider: typeof import('vuetify/components')['VDefaultsProvider']
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']
58065
58071
  VSparkline: typeof import('vuetify/components')['VSparkline']
58066
58072
  VSpeedDial: typeof import('vuetify/components')['VSpeedDial']
58067
58073
  VThemeProvider: typeof import('vuetify/components')['VThemeProvider']
58068
- VValidation: typeof import('vuetify/components')['VValidation']
58069
58074
  VVirtualScroll: typeof import('vuetify/components')['VVirtualScroll']
58075
+ VValidation: typeof import('vuetify/components')['VValidation']
58070
58076
  VFabTransition: typeof import('vuetify/components')['VFabTransition']
58071
58077
  VDialogBottomTransition: typeof import('vuetify/components')['VDialogBottomTransition']
58072
58078
  VDialogTopTransition: typeof import('vuetify/components')['VDialogTopTransition']
@@ -58089,20 +58095,20 @@ 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
+ VTimePicker: typeof import('vuetify/labs/components')['VTimePicker']
58099
+ VTimePickerClock: typeof import('vuetify/labs/components')['VTimePickerClock']
58100
+ VTimePickerControls: typeof import('vuetify/labs/components')['VTimePickerControls']
58092
58101
  VPicker: typeof import('vuetify/labs/components')['VPicker']
58093
58102
  VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
58103
+ VNumberInput: typeof import('vuetify/labs/components')['VNumberInput']
58094
58104
  VStepperVertical: typeof import('vuetify/labs/components')['VStepperVertical']
58095
58105
  VStepperVerticalItem: typeof import('vuetify/labs/components')['VStepperVerticalItem']
58096
58106
  VStepperVerticalActions: typeof import('vuetify/labs/components')['VStepperVerticalActions']
58097
- VNumberInput: typeof import('vuetify/labs/components')['VNumberInput']
58098
- VTimePicker: typeof import('vuetify/labs/components')['VTimePicker']
58099
- VTimePickerClock: typeof import('vuetify/labs/components')['VTimePickerClock']
58100
- VTimePickerControls: typeof import('vuetify/labs/components')['VTimePickerControls']
58101
58107
  VTreeview: typeof import('vuetify/labs/components')['VTreeview']
58102
58108
  VTreeviewItem: typeof import('vuetify/labs/components')['VTreeviewItem']
58103
58109
  VTreeviewGroup: typeof import('vuetify/labs/components')['VTreeviewGroup']
58104
58110
  VDateInput: typeof import('vuetify/labs/components')['VDateInput']
58105
- VPullToRefresh: typeof import('vuetify/labs/components')['VPullToRefresh']
58106
58111
  VSnackbarQueue: typeof import('vuetify/labs/components')['VSnackbarQueue']
58112
+ VPullToRefresh: typeof import('vuetify/labs/components')['VPullToRefresh']
58107
58113
  }
58108
58114
  }