@vuetify/nightly 3.7.12-master.2025-02-15 → 3.7.12-master.2025-02-18

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 (241) hide show
  1. package/CHANGELOG.md +17 -3
  2. package/dist/json/attributes.json +3373 -3361
  3. package/dist/json/importMap-labs.json +16 -16
  4. package/dist/json/importMap.json +184 -184
  5. package/dist/json/tags.json +3 -0
  6. package/dist/json/web-types.json +6346 -6318
  7. package/dist/vuetify-labs.css +3661 -3656
  8. package/dist/vuetify-labs.d.ts +190 -139
  9. package/dist/vuetify-labs.esm.js +135 -72
  10. package/dist/vuetify-labs.esm.js.map +1 -1
  11. package/dist/vuetify-labs.js +134 -71
  12. package/dist/vuetify-labs.min.css +2 -2
  13. package/dist/vuetify.css +3856 -3859
  14. package/dist/vuetify.d.ts +168 -156
  15. package/dist/vuetify.esm.js +36 -34
  16. package/dist/vuetify.esm.js.map +1 -1
  17. package/dist/vuetify.js +35 -33
  18. package/dist/vuetify.js.map +1 -1
  19. package/dist/vuetify.min.css +2 -2
  20. package/dist/vuetify.min.js +16 -16
  21. package/dist/vuetify.min.js.map +1 -1
  22. package/lib/blueprints/index.d.mts +1 -1
  23. package/lib/blueprints/md1.d.mts +1 -1
  24. package/lib/blueprints/md2.d.mts +1 -1
  25. package/lib/blueprints/md3.d.mts +1 -1
  26. package/lib/components/VAlert/VAlert.mjs +1 -1
  27. package/lib/components/VAlert/index.d.mts +1 -1
  28. package/lib/components/VAppBar/VAppBar.mjs +1 -1
  29. package/lib/components/VAppBar/VAppBarNavIcon.mjs +1 -1
  30. package/lib/components/VAppBar/VAppBarTitle.mjs +1 -1
  31. package/lib/components/VAppBar/index.d.mts +5 -5
  32. package/lib/components/VAutocomplete/VAutocomplete.mjs +1 -1
  33. package/lib/components/VAutocomplete/index.d.mts +4 -4
  34. package/lib/components/VAvatar/index.d.mts +1 -1
  35. package/lib/components/VBadge/VBadge.mjs +1 -1
  36. package/lib/components/VBadge/index.d.mts +1 -1
  37. package/lib/components/VBanner/VBanner.mjs +1 -1
  38. package/lib/components/VBanner/index.d.mts +1 -1
  39. package/lib/components/VBottomNavigation/VBottomNavigation.css +1 -0
  40. package/lib/components/VBottomNavigation/VBottomNavigation.sass +1 -0
  41. package/lib/components/VBottomNavigation/index.d.mts +1 -1
  42. package/lib/components/VBottomSheet/VBottomSheet.mjs +1 -1
  43. package/lib/components/VBreadcrumbs/VBreadcrumbs.mjs +1 -1
  44. package/lib/components/VBreadcrumbs/VBreadcrumbsItem.mjs +1 -1
  45. package/lib/components/VBreadcrumbs/index.d.mts +5 -5
  46. package/lib/components/VBtn/VBtn.mjs +1 -1
  47. package/lib/components/VBtn/index.d.mts +5 -5
  48. package/lib/components/VBtnGroup/VBtnGroup.mjs +1 -1
  49. package/lib/components/VBtnToggle/VBtnToggle.mjs +1 -1
  50. package/lib/components/VBtnToggle/index.d.mts +1 -1
  51. package/lib/components/VCard/VCard.mjs +1 -1
  52. package/lib/components/VCard/VCardItem.mjs +1 -1
  53. package/lib/components/VCard/VCardSubtitle.mjs +1 -1
  54. package/lib/components/VCard/VCardText.mjs +1 -1
  55. package/lib/components/VCard/index.d.mts +5 -5
  56. package/lib/components/VCarousel/VCarousel.mjs +1 -1
  57. package/lib/components/VCarousel/VCarouselItem.mjs +1 -1
  58. package/lib/components/VCarousel/index.d.mts +1 -1
  59. package/lib/components/VCheckbox/VCheckbox.mjs +1 -1
  60. package/lib/components/VCheckbox/VCheckboxBtn.mjs +1 -1
  61. package/lib/components/VCheckbox/index.d.mts +1 -1
  62. package/lib/components/VChip/VChip.mjs +1 -1
  63. package/lib/components/VChip/index.d.mts +5 -5
  64. package/lib/components/VChipGroup/VChipGroup.mjs +1 -1
  65. package/lib/components/VChipGroup/index.d.mts +1 -1
  66. package/lib/components/VColorPicker/VColorPicker.mjs +1 -1
  67. package/lib/components/VColorPicker/index.d.mts +10 -10
  68. package/lib/components/VCombobox/VCombobox.mjs +1 -1
  69. package/lib/components/VCombobox/index.d.mts +4 -4
  70. package/lib/components/VConfirmEdit/VConfirmEdit.mjs +1 -1
  71. package/lib/components/VConfirmEdit/__test__/VConfirmEdit.spec.browser.mjs +5 -5
  72. package/lib/components/VConfirmEdit/__test__/VConfirmEdit.spec.browser.mjs.map +1 -1
  73. package/lib/components/VConfirmEdit/index.d.mts +1 -1
  74. package/lib/components/VCounter/VCounter.mjs +1 -1
  75. package/lib/components/VDataIterator/index.d.mts +1 -1
  76. package/lib/components/VDataTable/VDataTable.mjs +1 -1
  77. package/lib/components/VDataTable/VDataTableFooter.mjs +1 -1
  78. package/lib/components/VDataTable/VDataTableGroupHeaderRow.mjs +1 -1
  79. package/lib/components/VDataTable/VDataTableHeaders.mjs +1 -1
  80. package/lib/components/VDataTable/VDataTableRow.mjs +1 -1
  81. package/lib/components/VDataTable/VDataTableRows.mjs +1 -1
  82. package/lib/components/VDataTable/VDataTableServer.mjs +1 -1
  83. package/lib/components/VDataTable/VDataTableVirtual.mjs +1 -1
  84. package/lib/components/VDataTable/composables/sort.mjs +12 -8
  85. package/lib/components/VDataTable/composables/sort.mjs.map +1 -1
  86. package/lib/components/VDataTable/index.d.mts +1 -1
  87. package/lib/components/VDatePicker/VDatePicker.mjs +1 -1
  88. package/lib/components/VDatePicker/VDatePickerControls.mjs +1 -1
  89. package/lib/components/VDatePicker/VDatePickerControls.mjs.map +1 -1
  90. package/lib/components/VDatePicker/VDatePickerMonth.mjs +1 -1
  91. package/lib/components/VDatePicker/VDatePickerMonths.mjs +1 -1
  92. package/lib/components/VDatePicker/VDatePickerYears.mjs +1 -1
  93. package/lib/components/VDatePicker/index.d.mts +28 -16
  94. package/lib/components/VDialog/VDialog.mjs +1 -1
  95. package/lib/components/VDialog/__test__/VDialog.spec.cy.mjs +1 -1
  96. package/lib/components/VDialog/index.d.mts +3 -3
  97. package/lib/components/VEmptyState/VEmptyState.mjs +1 -1
  98. package/lib/components/VEmptyState/index.d.mts +1 -1
  99. package/lib/components/VExpansionPanel/VExpansionPanelText.mjs +1 -1
  100. package/lib/components/VExpansionPanel/VExpansionPanelTitle.mjs +1 -1
  101. package/lib/components/VExpansionPanel/index.d.mts +1 -1
  102. package/lib/components/VFab/VFab.mjs +1 -1
  103. package/lib/components/VFab/index.d.mts +5 -5
  104. package/lib/components/VField/VField.mjs +1 -1
  105. package/lib/components/VField/VFieldLabel.mjs +1 -1
  106. package/lib/components/VField/index.d.mts +1 -1
  107. package/lib/components/VFileInput/VFileInput.mjs +2 -3
  108. package/lib/components/VFileInput/VFileInput.mjs.map +1 -1
  109. package/lib/components/VFileInput/index.d.mts +4 -4
  110. package/lib/components/VFooter/VFooter.mjs +1 -1
  111. package/lib/components/VGrid/VContainer.mjs +1 -1
  112. package/lib/components/VIcon/index.d.mts +1 -1
  113. package/lib/components/VImg/VImg.mjs +1 -1
  114. package/lib/components/VInfiniteScroll/VInfiniteScroll.mjs +1 -1
  115. package/lib/components/VInput/VInput.mjs +1 -1
  116. package/lib/components/VInput/index.d.mts +1 -1
  117. package/lib/components/VItemGroup/index.d.mts +1 -1
  118. package/lib/components/VLazy/VLazy.mjs +1 -1
  119. package/lib/components/VList/VList.mjs +1 -1
  120. package/lib/components/VList/VListChildren.mjs +1 -1
  121. package/lib/components/VList/VListGroup.mjs +1 -1
  122. package/lib/components/VList/VListItem.mjs +1 -1
  123. package/lib/components/VList/VListItemAction.mjs +1 -1
  124. package/lib/components/VList/VListItemMedia.mjs +1 -1
  125. package/lib/components/VList/VListItemSubtitle.mjs +1 -1
  126. package/lib/components/VList/index.d.mts +5 -5
  127. package/lib/components/VMenu/VMenu.mjs +1 -1
  128. package/lib/components/VMenu/index.d.mts +3 -3
  129. package/lib/components/VNavigationDrawer/VNavigationDrawer.css +0 -4
  130. package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs +3 -6
  131. package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs.map +1 -1
  132. package/lib/components/VNavigationDrawer/VNavigationDrawer.sass +0 -5
  133. package/lib/components/VOtpInput/VOtpInput.mjs +1 -1
  134. package/lib/components/VOverlay/VOverlay.mjs +1 -1
  135. package/lib/components/VPagination/VPagination.mjs +1 -1
  136. package/lib/components/VPagination/index.d.mts +1 -1
  137. package/lib/components/VParallax/VParallax.mjs +1 -1
  138. package/lib/components/VRadio/VRadio.mjs +1 -1
  139. package/lib/components/VRadio/index.d.mts +1 -1
  140. package/lib/components/VRadioGroup/VRadioGroup.mjs +1 -1
  141. package/lib/components/VRadioGroup/index.d.mts +1 -1
  142. package/lib/components/VRangeSlider/VRangeSlider.mjs +1 -1
  143. package/lib/components/VRating/VRating.mjs +1 -1
  144. package/lib/components/VRating/index.d.mts +1 -1
  145. package/lib/components/VSelect/VSelect.mjs +1 -1
  146. package/lib/components/VSelect/index.d.mts +4 -4
  147. package/lib/components/VSelectionControl/VSelectionControl.mjs +1 -1
  148. package/lib/components/VSelectionControl/index.d.mts +1 -1
  149. package/lib/components/VSelectionControlGroup/index.d.mts +1 -1
  150. package/lib/components/VSheet/VSheet.mjs +1 -1
  151. package/lib/components/VSkeletonLoader/VSkeletonLoader.mjs +1 -1
  152. package/lib/components/VSlideGroup/index.d.mts +1 -1
  153. package/lib/components/VSlider/VSlider.mjs +1 -1
  154. package/lib/components/VSlider/VSliderThumb.mjs +1 -1
  155. package/lib/components/VSnackbar/VSnackbar.mjs +1 -1
  156. package/lib/components/VSnackbar/index.d.mts +3 -3
  157. package/lib/components/VSparkline/VBarline.mjs +1 -2
  158. package/lib/components/VSparkline/VBarline.mjs.map +1 -1
  159. package/lib/components/VSparkline/VSparkline.mjs +1 -1
  160. package/lib/components/VSparkline/VTrendline.mjs +1 -2
  161. package/lib/components/VSparkline/VTrendline.mjs.map +1 -1
  162. package/lib/components/VSpeedDial/VSpeedDial.mjs +1 -1
  163. package/lib/components/VStepper/VStepper.mjs +1 -1
  164. package/lib/components/VStepper/VStepperItem.mjs +1 -1
  165. package/lib/components/VStepper/VStepperWindow.mjs +1 -1
  166. package/lib/components/VStepper/VStepperWindowItem.mjs +1 -1
  167. package/lib/components/VStepper/index.d.mts +1 -1
  168. package/lib/components/VSwitch/VSwitch.mjs +1 -1
  169. package/lib/components/VSwitch/index.d.mts +1 -1
  170. package/lib/components/VSystemBar/VSystemBar.mjs +1 -1
  171. package/lib/components/VTabs/VTab.mjs +1 -1
  172. package/lib/components/VTabs/VTabs.mjs +1 -1
  173. package/lib/components/VTabs/VTabsWindow.mjs +1 -1
  174. package/lib/components/VTabs/VTabsWindowItem.mjs +1 -1
  175. package/lib/components/VTabs/index.d.mts +20 -20
  176. package/lib/components/VTextField/VTextField.mjs +1 -1
  177. package/lib/components/VTextField/index.d.mts +7 -7
  178. package/lib/components/VTextarea/VTextarea.mjs +1 -1
  179. package/lib/components/VTextarea/index.d.mts +4 -4
  180. package/lib/components/VTimeline/VTimeline.mjs +1 -1
  181. package/lib/components/VTimeline/VTimelineDivider.mjs +1 -1
  182. package/lib/components/VTimeline/VTimelineItem.mjs +1 -1
  183. package/lib/components/VTimeline/index.d.mts +1 -1
  184. package/lib/components/VToolbar/VToolbar.mjs +1 -1
  185. package/lib/components/VTooltip/VTooltip.mjs +1 -1
  186. package/lib/components/VTooltip/index.d.mts +3 -3
  187. package/lib/components/VValidation/index.d.mts +1 -1
  188. package/lib/components/VVirtualScroll/VVirtualScroll.mjs +1 -1
  189. package/lib/components/VVirtualScroll/VVirtualScrollItem.mjs +1 -1
  190. package/lib/components/VVirtualScroll/index.d.mts +1 -1
  191. package/lib/components/VWindow/VWindow.mjs +1 -1
  192. package/lib/components/VWindow/VWindowItem.mjs +1 -1
  193. package/lib/components/VWindow/index.d.mts +1 -1
  194. package/lib/components/index.d.mts +109 -97
  195. package/lib/components/transitions/dialog-transition.mjs +1 -2
  196. package/lib/components/transitions/dialog-transition.mjs.map +1 -1
  197. package/lib/composables/calendar.mjs +4 -1
  198. package/lib/composables/calendar.mjs.map +1 -1
  199. package/lib/composables/icons.mjs +1 -1
  200. package/lib/composables/variant.mjs +1 -1
  201. package/lib/entry-bundler.mjs +1 -1
  202. package/lib/framework.mjs +1 -1
  203. package/lib/iconsets/fa-svg.d.mts +1 -1
  204. package/lib/iconsets/fa.d.mts +1 -1
  205. package/lib/iconsets/fa4.d.mts +1 -1
  206. package/lib/iconsets/md.d.mts +1 -1
  207. package/lib/iconsets/mdi-svg.d.mts +1 -1
  208. package/lib/iconsets/mdi.d.mts +1 -1
  209. package/lib/index.d.mts +60 -60
  210. package/lib/labs/VCalendar/VCalendar.mjs +1 -1
  211. package/lib/labs/VCalendar/VCalendarDay.mjs +1 -1
  212. package/lib/labs/VCalendar/index.d.mts +8 -2
  213. package/lib/labs/VDateInput/VDateInput.mjs +4 -3
  214. package/lib/labs/VDateInput/VDateInput.mjs.map +1 -1
  215. package/lib/labs/VDateInput/index.d.mts +8 -2
  216. package/lib/labs/VFileUpload/VFileUpload.mjs +1 -1
  217. package/lib/labs/VFileUpload/VFileUploadItem.mjs +1 -1
  218. package/lib/labs/VFileUpload/index.d.mts +5 -5
  219. package/lib/labs/VNumberInput/VNumberInput.css +10 -2
  220. package/lib/labs/VNumberInput/VNumberInput.mjs +94 -36
  221. package/lib/labs/VNumberInput/VNumberInput.mjs.map +1 -1
  222. package/lib/labs/VNumberInput/VNumberInput.sass +12 -2
  223. package/lib/labs/VNumberInput/index.d.mts +59 -32
  224. package/lib/labs/VPicker/VPicker.mjs +1 -1
  225. package/lib/labs/VSnackbarQueue/VSnackbarQueue.mjs +1 -1
  226. package/lib/labs/VSnackbarQueue/index.d.mts +3 -3
  227. package/lib/labs/VStepperVertical/VStepperVertical.mjs +1 -1
  228. package/lib/labs/VStepperVertical/VStepperVerticalActions.mjs +1 -1
  229. package/lib/labs/VStepperVertical/VStepperVerticalItem.mjs +1 -1
  230. package/lib/labs/VStepperVertical/index.d.mts +1 -1
  231. package/lib/labs/VTimePicker/VTimePicker.mjs +1 -1
  232. package/lib/labs/VTimePicker/VTimePickerControls.mjs +1 -1
  233. package/lib/labs/VTreeview/VTreeview.mjs +1 -1
  234. package/lib/labs/VTreeview/VTreeviewChildren.mjs +1 -1
  235. package/lib/labs/VTreeview/VTreeviewGroup.mjs +1 -1
  236. package/lib/labs/VTreeview/VTreeviewItem.mjs +1 -1
  237. package/lib/labs/VTreeview/index.d.mts +5 -5
  238. package/lib/labs/components.d.mts +85 -46
  239. package/lib/locale/adapters/vue-i18n.mjs +0 -1
  240. package/lib/locale/adapters/vue-i18n.mjs.map +1 -1
  241. package/package.json +16 -15
@@ -1,4 +1,4 @@
1
- import { Ref, ComponentPublicInstance, PropType, FunctionalComponent } from 'vue';
1
+ import { Ref, ComponentPublicInstance, FunctionalComponent, PropType } from 'vue';
2
2
 
3
3
  interface LocaleMessages {
4
4
  [key: string]: LocaleMessages | string;
@@ -1,4 +1,4 @@
1
- import { Ref, ComponentPublicInstance, PropType, FunctionalComponent } from 'vue';
1
+ import { Ref, ComponentPublicInstance, FunctionalComponent, PropType } from 'vue';
2
2
 
3
3
  interface LocaleMessages {
4
4
  [key: string]: LocaleMessages | string;
@@ -1,4 +1,4 @@
1
- import { Ref, ComponentPublicInstance, PropType, FunctionalComponent } from 'vue';
1
+ import { Ref, ComponentPublicInstance, FunctionalComponent, PropType } from 'vue';
2
2
 
3
3
  interface LocaleMessages {
4
4
  [key: string]: LocaleMessages | string;
@@ -1,4 +1,4 @@
1
- import { Ref, ComponentPublicInstance, PropType, FunctionalComponent } from 'vue';
1
+ import { Ref, ComponentPublicInstance, FunctionalComponent, PropType } from 'vue';
2
2
 
3
3
  interface LocaleMessages {
4
4
  [key: string]: LocaleMessages | string;
@@ -1,4 +1,4 @@
1
- import { mergeProps as _mergeProps, resolveDirective as _resolveDirective, createVNode as _createVNode } from "vue";
1
+ import { createVNode as _createVNode, mergeProps as _mergeProps } from "vue";
2
2
  // Styles
3
3
  import "./VAlert.css";
4
4
 
@@ -1,5 +1,5 @@
1
1
  import * as vue from 'vue';
2
- import { ComponentPropsOptions, ExtractPropTypes, PropType, ComponentPublicInstance, FunctionalComponent } from 'vue';
2
+ import { ComponentPropsOptions, ExtractPropTypes, ComponentPublicInstance, FunctionalComponent, PropType } from 'vue';
3
3
 
4
4
  type ClassValue = any;
5
5
 
@@ -1,4 +1,4 @@
1
- import { createVNode as _createVNode, mergeProps as _mergeProps, resolveDirective as _resolveDirective } from "vue";
1
+ import { mergeProps as _mergeProps, createVNode as _createVNode } from "vue";
2
2
  // Styles
3
3
  import "./VAppBar.css";
4
4
 
@@ -1,4 +1,4 @@
1
- import { createVNode as _createVNode, mergeProps as _mergeProps, resolveDirective as _resolveDirective } from "vue";
1
+ import { mergeProps as _mergeProps, createVNode as _createVNode } from "vue";
2
2
  // Components
3
3
  import { makeVBtnProps, VBtn } from "../VBtn/VBtn.mjs"; // Utilities
4
4
  import { genericComponent, propsFactory, useRender } from "../../util/index.mjs"; // Types
@@ -1,4 +1,4 @@
1
- import { createVNode as _createVNode, mergeProps as _mergeProps, resolveDirective as _resolveDirective } from "vue";
1
+ import { mergeProps as _mergeProps, createVNode as _createVNode } from "vue";
2
2
  // Components
3
3
  import { makeVToolbarTitleProps, VToolbarTitle } from "../VToolbar/VToolbarTitle.mjs"; // Utilities
4
4
  import { genericComponent, useRender } from "../../util/index.mjs"; // Types
@@ -1,5 +1,5 @@
1
1
  import * as vue from 'vue';
2
- import { ComponentPropsOptions, ExtractPropTypes, PropType, DirectiveBinding, ComponentPublicInstance, FunctionalComponent, ComponentInternalInstance, Ref, ComputedRef } from 'vue';
2
+ import { ComponentPropsOptions, ExtractPropTypes, PropType, DirectiveBinding, ComponentPublicInstance, FunctionalComponent, Ref, ComponentInternalInstance, ComputedRef } from 'vue';
3
3
  // @ts-ignore
4
4
  import * as vue_router from 'vue-router';
5
5
 
@@ -539,7 +539,7 @@ declare const VAppBarNavIcon: {
539
539
  text?: string | undefined;
540
540
  class?: any;
541
541
  theme?: string | undefined;
542
- to?: vue_router.RouteLocationRaw | undefined;
542
+ to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
543
543
  href?: string | undefined;
544
544
  elevation?: string | number | undefined;
545
545
  rounded?: string | number | boolean | undefined;
@@ -603,7 +603,7 @@ declare const VAppBarNavIcon: {
603
603
  text?: string | undefined;
604
604
  class?: any;
605
605
  theme?: string | undefined;
606
- to?: vue_router.RouteLocationRaw | undefined;
606
+ to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
607
607
  href?: string | undefined;
608
608
  elevation?: string | number | undefined;
609
609
  rounded?: string | number | boolean | undefined;
@@ -701,7 +701,7 @@ declare const VAppBarNavIcon: {
701
701
  text?: string | undefined;
702
702
  class?: any;
703
703
  theme?: string | undefined;
704
- to?: vue_router.RouteLocationRaw | undefined;
704
+ to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
705
705
  href?: string | undefined;
706
706
  elevation?: string | number | undefined;
707
707
  rounded?: string | number | boolean | undefined;
@@ -791,7 +791,7 @@ declare const VAppBarNavIcon: {
791
791
  text?: string | undefined;
792
792
  class?: any;
793
793
  theme?: string | undefined;
794
- to?: vue_router.RouteLocationRaw | undefined;
794
+ to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
795
795
  href?: string | undefined;
796
796
  elevation?: string | number | undefined;
797
797
  rounded?: string | number | boolean | undefined;
@@ -1,4 +1,4 @@
1
- import { createTextVNode as _createTextVNode, mergeProps as _mergeProps, createVNode as _createVNode, Fragment as _Fragment } from "vue";
1
+ import { Fragment as _Fragment, createVNode as _createVNode, mergeProps as _mergeProps, createTextVNode as _createTextVNode } from "vue";
2
2
  // Styles
3
3
  import "./VAutocomplete.css";
4
4
 
@@ -1,5 +1,5 @@
1
1
  import * as vue from 'vue';
2
- import { ComponentPropsOptions, ExtractPropTypes, VNodeChild, VNode, ComponentPublicInstance, PropType, FunctionalComponent, ComputedRef, Ref, EffectScope, Component, nextTick } from 'vue';
2
+ import { VNodeChild, VNode, ComponentPropsOptions, ExtractPropTypes, ComponentPublicInstance, PropType, FunctionalComponent, ComputedRef, Ref, EffectScope, Component, nextTick } from 'vue';
3
3
 
4
4
  type ClassValue = any;
5
5
 
@@ -1387,7 +1387,7 @@ declare const VMenu: {
1387
1387
  };
1388
1388
  $forceUpdate: () => void;
1389
1389
  $nextTick: typeof nextTick;
1390
- $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R]) => any : (...args: any) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
1390
+ $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, (cleanupFn: () => void) => void]) => any : (...args: [any, any, (cleanupFn: () => void) => void]) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
1391
1391
  } & Omit<{
1392
1392
  absolute: boolean;
1393
1393
  location: Anchor;
@@ -2068,7 +2068,7 @@ declare const VMenu: {
2068
2068
  };
2069
2069
  $forceUpdate: () => void;
2070
2070
  $nextTick: typeof nextTick;
2071
- $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R]) => any : (...args: any) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
2071
+ $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, (cleanupFn: () => void) => void]) => any : (...args: [any, any, (cleanupFn: () => void) => void]) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
2072
2072
  } & Omit<{
2073
2073
  absolute: boolean;
2074
2074
  location: Anchor;
@@ -2654,7 +2654,7 @@ declare const VMenu: {
2654
2654
  };
2655
2655
  $forceUpdate: () => void;
2656
2656
  $nextTick: typeof nextTick;
2657
- $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R]) => any : (...args: any) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
2657
+ $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, (cleanupFn: () => void) => void]) => any : (...args: [any, any, (cleanupFn: () => void) => void]) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
2658
2658
  } & Omit<{
2659
2659
  absolute: boolean;
2660
2660
  location: Anchor;
@@ -1,5 +1,5 @@
1
1
  import * as vue from 'vue';
2
- import { ComponentPropsOptions, ExtractPropTypes, PropType, ComponentPublicInstance, FunctionalComponent } from 'vue';
2
+ import { ComponentPropsOptions, ExtractPropTypes, ComponentPublicInstance, FunctionalComponent, PropType } from 'vue';
3
3
 
4
4
  interface FilterPropsOptions<PropsOptions extends Readonly<ComponentPropsOptions>, Props = ExtractPropTypes<PropsOptions>> {
5
5
  filterProps<T extends Partial<Props>, U extends Exclude<keyof Props, Exclude<keyof Props, keyof T>>>(props: T): Partial<Pick<T, U>>;
@@ -1,4 +1,4 @@
1
- import { withDirectives as _withDirectives, mergeProps as _mergeProps, vShow as _vShow, createVNode as _createVNode } from "vue";
1
+ import { createVNode as _createVNode, vShow as _vShow, mergeProps as _mergeProps, withDirectives as _withDirectives } from "vue";
2
2
  // Styles
3
3
  import "./VBadge.css";
4
4
 
@@ -1,5 +1,5 @@
1
1
  import * as vue from 'vue';
2
- import { ComponentPropsOptions, ExtractPropTypes, PropType, ComponentPublicInstance, FunctionalComponent } from 'vue';
2
+ import { ComponentPropsOptions, ExtractPropTypes, ComponentPublicInstance, FunctionalComponent, PropType } from 'vue';
3
3
 
4
4
  type ClassValue = any;
5
5
 
@@ -1,4 +1,4 @@
1
- import { resolveDirective as _resolveDirective, createVNode as _createVNode } from "vue";
1
+ import { createVNode as _createVNode } from "vue";
2
2
  // Styles
3
3
  import "./VBanner.css";
4
4
 
@@ -1,5 +1,5 @@
1
1
  import * as vue from 'vue';
2
- import { ComponentPropsOptions, ExtractPropTypes, PropType, ComponentPublicInstance, FunctionalComponent } from 'vue';
2
+ import { ComponentPropsOptions, ExtractPropTypes, ComponentPublicInstance, FunctionalComponent, PropType } from 'vue';
3
3
 
4
4
  type ClassValue = any;
5
5
 
@@ -53,6 +53,7 @@
53
53
  font-size: 1.5rem;
54
54
  }
55
55
  .v-bottom-navigation--grow .v-bottom-navigation__content > .v-btn {
56
+ flex-basis: 0;
56
57
  flex-grow: 1;
57
58
  }
58
59
  .v-bottom-navigation--shift .v-bottom-navigation__content .v-btn:not(.v-btn--selected) .v-btn__content > span {
@@ -45,6 +45,7 @@
45
45
 
46
46
  .v-bottom-navigation--grow &
47
47
  > .v-btn
48
+ flex-basis: 0
48
49
  flex-grow: 1
49
50
 
50
51
  .v-bottom-navigation--shift &
@@ -1,5 +1,5 @@
1
1
  import * as vue from 'vue';
2
- import { ComponentPropsOptions, ExtractPropTypes, VNodeChild, VNode } from 'vue';
2
+ import { VNodeChild, VNode, ComponentPropsOptions, ExtractPropTypes } from 'vue';
3
3
 
4
4
  type SlotsToProps<U extends RawSlots, T = MakeInternalSlots<U>> = {
5
5
  $children?: (VNodeChild | (T extends {
@@ -1,4 +1,4 @@
1
- import { createVNode as _createVNode, mergeProps as _mergeProps, resolveDirective as _resolveDirective } from "vue";
1
+ import { mergeProps as _mergeProps, createVNode as _createVNode } from "vue";
2
2
  // Styles
3
3
  import "./VBottomSheet.css";
4
4
 
@@ -1,4 +1,4 @@
1
- import { mergeProps as _mergeProps, Fragment as _Fragment, resolveDirective as _resolveDirective, createVNode as _createVNode } from "vue";
1
+ import { createVNode as _createVNode, Fragment as _Fragment, mergeProps as _mergeProps } from "vue";
2
2
  // Styles
3
3
  import "./VBreadcrumbs.css";
4
4
 
@@ -1,4 +1,4 @@
1
- import { createVNode as _createVNode, mergeProps as _mergeProps } from "vue";
1
+ import { mergeProps as _mergeProps, createVNode as _createVNode } from "vue";
2
2
  // Composables
3
3
  import { useTextColor } from "../../composables/color.mjs";
4
4
  import { makeComponentProps } from "../../composables/component.mjs";
@@ -1,5 +1,5 @@
1
1
  import * as vue from 'vue';
2
- import { ComponentPropsOptions, ExtractPropTypes, VNodeChild, VNode, PropType, ComponentPublicInstance, FunctionalComponent } from 'vue';
2
+ import { VNodeChild, VNode, ComponentPropsOptions, ExtractPropTypes, ComponentPublicInstance, FunctionalComponent, PropType } from 'vue';
3
3
  // @ts-ignore
4
4
  import * as vue_router from 'vue-router';
5
5
  // @ts-ignore
@@ -288,7 +288,7 @@ declare const VBreadcrumbsItem: {
288
288
  color?: string | undefined;
289
289
  title?: string | undefined;
290
290
  class?: any;
291
- to?: vue_router.RouteLocationRaw | undefined;
291
+ to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
292
292
  href?: string | undefined;
293
293
  activeColor?: string | undefined;
294
294
  activeClass?: string | undefined;
@@ -312,7 +312,7 @@ declare const VBreadcrumbsItem: {
312
312
  color?: string | undefined;
313
313
  title?: string | undefined;
314
314
  class?: any;
315
- to?: vue_router.RouteLocationRaw | undefined;
315
+ to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
316
316
  href?: string | undefined;
317
317
  activeColor?: string | undefined;
318
318
  activeClass?: string | undefined;
@@ -352,7 +352,7 @@ declare const VBreadcrumbsItem: {
352
352
  color?: string | undefined;
353
353
  title?: string | undefined;
354
354
  class?: any;
355
- to?: vue_router.RouteLocationRaw | undefined;
355
+ to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
356
356
  href?: string | undefined;
357
357
  activeColor?: string | undefined;
358
358
  activeClass?: string | undefined;
@@ -387,7 +387,7 @@ declare const VBreadcrumbsItem: {
387
387
  color?: string | undefined;
388
388
  title?: string | undefined;
389
389
  class?: any;
390
- to?: vue_router.RouteLocationRaw | undefined;
390
+ to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
391
391
  href?: string | undefined;
392
392
  activeColor?: string | undefined;
393
393
  activeClass?: string | undefined;
@@ -1,4 +1,4 @@
1
- import { mergeProps as _mergeProps, resolveDirective as _resolveDirective, createVNode as _createVNode } from "vue";
1
+ import { createVNode as _createVNode, mergeProps as _mergeProps } from "vue";
2
2
  // Styles
3
3
  import "./VBtn.css";
4
4
 
@@ -1,5 +1,5 @@
1
1
  import * as vue from 'vue';
2
- import { ComponentPropsOptions, ExtractPropTypes, ComponentInternalInstance, Ref, ComputedRef, PropType, ComponentPublicInstance, FunctionalComponent, DirectiveBinding } from 'vue';
2
+ import { ComponentPropsOptions, ExtractPropTypes, Ref, ComponentInternalInstance, ComputedRef, ComponentPublicInstance, FunctionalComponent, PropType, DirectiveBinding } from 'vue';
3
3
  // @ts-ignore
4
4
  import * as vue_router from 'vue-router';
5
5
 
@@ -110,7 +110,7 @@ declare const VBtn: {
110
110
  text?: string | undefined;
111
111
  class?: any;
112
112
  theme?: string | undefined;
113
- to?: vue_router.RouteLocationRaw | undefined;
113
+ to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
114
114
  icon?: boolean | IconValue | undefined;
115
115
  href?: string | undefined;
116
116
  elevation?: string | number | undefined;
@@ -184,7 +184,7 @@ declare const VBtn: {
184
184
  text?: string | undefined;
185
185
  class?: any;
186
186
  theme?: string | undefined;
187
- to?: vue_router.RouteLocationRaw | undefined;
187
+ to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
188
188
  icon?: boolean | IconValue | undefined;
189
189
  href?: string | undefined;
190
190
  elevation?: string | number | undefined;
@@ -285,7 +285,7 @@ declare const VBtn: {
285
285
  text?: string | undefined;
286
286
  class?: any;
287
287
  theme?: string | undefined;
288
- to?: vue_router.RouteLocationRaw | undefined;
288
+ to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
289
289
  icon?: boolean | IconValue | undefined;
290
290
  href?: string | undefined;
291
291
  elevation?: string | number | undefined;
@@ -380,7 +380,7 @@ declare const VBtn: {
380
380
  text?: string | undefined;
381
381
  class?: any;
382
382
  theme?: string | undefined;
383
- to?: vue_router.RouteLocationRaw | undefined;
383
+ to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
384
384
  icon?: boolean | IconValue | undefined;
385
385
  href?: string | undefined;
386
386
  elevation?: string | number | undefined;
@@ -1,4 +1,4 @@
1
- import { createVNode as _createVNode, resolveDirective as _resolveDirective } from "vue";
1
+ import { createVNode as _createVNode } from "vue";
2
2
  // Styles
3
3
  import "./VBtnGroup.css";
4
4
 
@@ -1,4 +1,4 @@
1
- import { createVNode as _createVNode, mergeProps as _mergeProps } from "vue";
1
+ import { mergeProps as _mergeProps, createVNode as _createVNode } from "vue";
2
2
  // Styles
3
3
  import "./VBtnToggle.css";
4
4
 
@@ -1,5 +1,5 @@
1
1
  import * as vue from 'vue';
2
- import { ComponentPropsOptions, ExtractPropTypes, VNodeChild, VNode, ComponentInternalInstance, Ref, ComputedRef } from 'vue';
2
+ import { VNodeChild, VNode, ComponentPropsOptions, ExtractPropTypes, Ref, ComponentInternalInstance, ComputedRef } from 'vue';
3
3
 
4
4
  type SlotsToProps<U extends RawSlots, T = MakeInternalSlots<U>> = {
5
5
  $children?: (VNodeChild | (T extends {
@@ -1,4 +1,4 @@
1
- import { withDirectives as _withDirectives, mergeProps as _mergeProps, resolveDirective as _resolveDirective, createVNode as _createVNode } from "vue";
1
+ import { createVNode as _createVNode, resolveDirective as _resolveDirective, mergeProps as _mergeProps, withDirectives as _withDirectives } from "vue";
2
2
  /* eslint-disable complexity */
3
3
 
4
4
  // Styles
@@ -1,4 +1,4 @@
1
- import { resolveDirective as _resolveDirective, createVNode as _createVNode, Fragment as _Fragment } from "vue";
1
+ import { Fragment as _Fragment, createVNode as _createVNode } from "vue";
2
2
  // Components
3
3
  import { VCardSubtitle } from "./VCardSubtitle.mjs";
4
4
  import { VCardTitle } from "./VCardTitle.mjs";
@@ -1,4 +1,4 @@
1
- import { createVNode as _createVNode, resolveDirective as _resolveDirective } from "vue";
1
+ import { createVNode as _createVNode } from "vue";
2
2
  // Composables
3
3
  import { makeComponentProps } from "../../composables/component.mjs";
4
4
  import { makeTagProps } from "../../composables/tag.mjs"; // Utilities
@@ -1,4 +1,4 @@
1
- import { createVNode as _createVNode, resolveDirective as _resolveDirective } from "vue";
1
+ import { createVNode as _createVNode } from "vue";
2
2
  // Composables
3
3
  import { makeComponentProps } from "../../composables/component.mjs";
4
4
  import { makeTagProps } from "../../composables/tag.mjs"; // Utilities
@@ -1,5 +1,5 @@
1
1
  import * as vue from 'vue';
2
- import { ComponentPropsOptions, ExtractPropTypes, PropType, ComponentPublicInstance, FunctionalComponent, DirectiveBinding } from 'vue';
2
+ import { ComponentPropsOptions, ExtractPropTypes, ComponentPublicInstance, FunctionalComponent, PropType, DirectiveBinding } from 'vue';
3
3
  // @ts-ignore
4
4
  import * as vue_router from 'vue-router';
5
5
 
@@ -273,7 +273,7 @@ declare const VCard: {
273
273
  text?: string | number | undefined;
274
274
  class?: any;
275
275
  theme?: string | undefined;
276
- to?: vue_router.RouteLocationRaw | undefined;
276
+ to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
277
277
  href?: string | undefined;
278
278
  elevation?: string | number | undefined;
279
279
  rounded?: string | number | boolean | undefined;
@@ -350,7 +350,7 @@ declare const VCard: {
350
350
  text?: string | number | undefined;
351
351
  class?: any;
352
352
  theme?: string | undefined;
353
- to?: vue_router.RouteLocationRaw | undefined;
353
+ to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
354
354
  href?: string | undefined;
355
355
  elevation?: string | number | undefined;
356
356
  rounded?: string | number | boolean | undefined;
@@ -461,7 +461,7 @@ declare const VCard: {
461
461
  text?: string | number | undefined;
462
462
  class?: any;
463
463
  theme?: string | undefined;
464
- to?: vue_router.RouteLocationRaw | undefined;
464
+ to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
465
465
  href?: string | undefined;
466
466
  elevation?: string | number | undefined;
467
467
  rounded?: string | number | boolean | undefined;
@@ -558,7 +558,7 @@ declare const VCard: {
558
558
  text?: string | number | undefined;
559
559
  class?: any;
560
560
  theme?: string | undefined;
561
- to?: vue_router.RouteLocationRaw | undefined;
561
+ to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
562
562
  href?: string | undefined;
563
563
  elevation?: string | number | undefined;
564
564
  rounded?: string | number | boolean | undefined;
@@ -1,4 +1,4 @@
1
- import { createVNode as _createVNode, mergeProps as _mergeProps, Fragment as _Fragment } from "vue";
1
+ import { Fragment as _Fragment, mergeProps as _mergeProps, createVNode as _createVNode } from "vue";
2
2
  // Styles
3
3
  import "./VCarousel.css";
4
4
 
@@ -1,4 +1,4 @@
1
- import { createVNode as _createVNode, mergeProps as _mergeProps, resolveDirective as _resolveDirective } from "vue";
1
+ import { mergeProps as _mergeProps, createVNode as _createVNode } from "vue";
2
2
  // Components
3
3
  import { makeVImgProps, VImg } from "../VImg/VImg.mjs";
4
4
  import { makeVWindowItemProps, VWindowItem } from "../VWindow/VWindowItem.mjs"; // Utilities
@@ -1,5 +1,5 @@
1
1
  import * as vue from 'vue';
2
- import { ComponentPropsOptions, ExtractPropTypes, VNodeChild, VNode, PropType, ComponentPublicInstance, FunctionalComponent, ComponentInternalInstance, Ref, ComputedRef } from 'vue';
2
+ import { VNodeChild, VNode, ComponentPropsOptions, ExtractPropTypes, ComponentPublicInstance, FunctionalComponent, PropType, Ref, ComponentInternalInstance, ComputedRef } from 'vue';
3
3
 
4
4
  type SlotsToProps<U extends RawSlots, T = MakeInternalSlots<U>> = {
5
5
  $children?: (VNodeChild | (T extends {
@@ -1,4 +1,4 @@
1
- import { createVNode as _createVNode, mergeProps as _mergeProps, resolveDirective as _resolveDirective } from "vue";
1
+ import { mergeProps as _mergeProps, createVNode as _createVNode } from "vue";
2
2
  // Styles
3
3
  import "./VCheckbox.css";
4
4
 
@@ -1,4 +1,4 @@
1
- import { createVNode as _createVNode, mergeProps as _mergeProps, resolveDirective as _resolveDirective } from "vue";
1
+ import { mergeProps as _mergeProps, createVNode as _createVNode } from "vue";
2
2
  // Components
3
3
  import { makeVSelectionControlProps, VSelectionControl } from "../VSelectionControl/VSelectionControl.mjs"; // Composables
4
4
  import { IconValue } from "../../composables/icons.mjs";
@@ -1,5 +1,5 @@
1
1
  import * as vue from 'vue';
2
- import { ComponentPropsOptions, ExtractPropTypes, VNodeChild, VNode, PropType, ComponentPublicInstance, FunctionalComponent, DirectiveBinding, WritableComputedRef, Ref, CSSProperties, ComputedRef } from 'vue';
2
+ import { VNodeChild, VNode, ComponentPropsOptions, ExtractPropTypes, PropType, ComponentPublicInstance, FunctionalComponent, DirectiveBinding, WritableComputedRef, Ref, CSSProperties, ComputedRef } from 'vue';
3
3
 
4
4
  type ClassValue = any;
5
5
 
@@ -1,4 +1,4 @@
1
- import { mergeProps as _mergeProps, Fragment as _Fragment, withDirectives as _withDirectives, vShow as _vShow, resolveDirective as _resolveDirective, createVNode as _createVNode } from "vue";
1
+ import { createVNode as _createVNode, vShow as _vShow, withDirectives as _withDirectives, Fragment as _Fragment, mergeProps as _mergeProps, resolveDirective as _resolveDirective } from "vue";
2
2
  /* eslint-disable complexity */
3
3
  // Styles
4
4
  import "./VChip.css";
@@ -1,5 +1,5 @@
1
1
  import * as vue from 'vue';
2
- import { ComponentPropsOptions, ExtractPropTypes, PropType, ComponentPublicInstance, FunctionalComponent, DirectiveBinding } from 'vue';
2
+ import { ComponentPropsOptions, ExtractPropTypes, ComponentPublicInstance, FunctionalComponent, PropType, DirectiveBinding } from 'vue';
3
3
  // @ts-ignore
4
4
  import * as vue_router from 'vue-router';
5
5
 
@@ -62,7 +62,7 @@ declare const VChip: {
62
62
  text?: string | undefined;
63
63
  class?: any;
64
64
  theme?: string | undefined;
65
- to?: vue_router.RouteLocationRaw | undefined;
65
+ to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
66
66
  onClick?: ((args_0: MouseEvent) => void) | undefined;
67
67
  onClickOnce?: ((args_0: MouseEvent) => void) | undefined;
68
68
  href?: string | undefined;
@@ -170,7 +170,7 @@ declare const VChip: {
170
170
  text?: string | undefined;
171
171
  class?: any;
172
172
  theme?: string | undefined;
173
- to?: vue_router.RouteLocationRaw | undefined;
173
+ to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
174
174
  onClick?: ((args_0: MouseEvent) => void) | undefined;
175
175
  onClickOnce?: ((args_0: MouseEvent) => void) | undefined;
176
176
  href?: string | undefined;
@@ -316,7 +316,7 @@ declare const VChip: {
316
316
  text?: string | undefined;
317
317
  class?: any;
318
318
  theme?: string | undefined;
319
- to?: vue_router.RouteLocationRaw | undefined;
319
+ to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
320
320
  onClick?: ((args_0: MouseEvent) => void) | undefined;
321
321
  onClickOnce?: ((args_0: MouseEvent) => void) | undefined;
322
322
  href?: string | undefined;
@@ -445,7 +445,7 @@ declare const VChip: {
445
445
  text?: string | undefined;
446
446
  class?: any;
447
447
  theme?: string | undefined;
448
- to?: vue_router.RouteLocationRaw | undefined;
448
+ to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
449
449
  onClick?: ((args_0: MouseEvent) => void) | undefined;
450
450
  onClickOnce?: ((args_0: MouseEvent) => void) | undefined;
451
451
  href?: string | undefined;
@@ -1,4 +1,4 @@
1
- import { createVNode as _createVNode, mergeProps as _mergeProps } from "vue";
1
+ import { mergeProps as _mergeProps, createVNode as _createVNode } from "vue";
2
2
  // Styles
3
3
  import "./VChipGroup.css";
4
4
 
@@ -1,5 +1,5 @@
1
1
  import * as vue from 'vue';
2
- import { ComponentPropsOptions, ExtractPropTypes, VNodeChild, VNode, PropType, ComponentPublicInstance, FunctionalComponent, ComponentInternalInstance, Ref, ComputedRef } from 'vue';
2
+ import { VNodeChild, VNode, ComponentPropsOptions, ExtractPropTypes, ComponentPublicInstance, FunctionalComponent, PropType, Ref, ComponentInternalInstance, ComputedRef } from 'vue';
3
3
 
4
4
  type SlotsToProps<U extends RawSlots, T = MakeInternalSlots<U>> = {
5
5
  $children?: (VNodeChild | (T extends {
@@ -1,4 +1,4 @@
1
- import { mergeProps as _mergeProps, createVNode as _createVNode } from "vue";
1
+ import { createVNode as _createVNode, mergeProps as _mergeProps } from "vue";
2
2
  // Styles
3
3
  import "./VColorPicker.css";
4
4