vuetify 3.7.11 → 3.7.13

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 (270) hide show
  1. package/dist/json/attributes.json +2699 -2703
  2. package/dist/json/importMap-labs.json +28 -28
  3. package/dist/json/importMap.json +166 -166
  4. package/dist/json/tags.json +3 -4
  5. package/dist/json/web-types.json +5312 -5321
  6. package/dist/vuetify-labs.css +3272 -3266
  7. package/dist/vuetify-labs.d.ts +296 -326
  8. package/dist/vuetify-labs.esm.js +301 -159
  9. package/dist/vuetify-labs.esm.js.map +1 -1
  10. package/dist/vuetify-labs.js +300 -158
  11. package/dist/vuetify-labs.min.css +2 -2
  12. package/dist/vuetify.css +2292 -2294
  13. package/dist/vuetify.d.ts +258 -297
  14. package/dist/vuetify.esm.js +177 -99
  15. package/dist/vuetify.esm.js.map +1 -1
  16. package/dist/vuetify.js +176 -98
  17. package/dist/vuetify.js.map +1 -1
  18. package/dist/vuetify.min.css +2 -2
  19. package/dist/vuetify.min.js +266 -252
  20. package/dist/vuetify.min.js.map +1 -1
  21. package/lib/blueprints/index.d.mts +1 -1
  22. package/lib/blueprints/md1.d.mts +1 -1
  23. package/lib/blueprints/md2.d.mts +1 -1
  24. package/lib/blueprints/md3.d.mts +1 -1
  25. package/lib/components/VAlert/VAlert.mjs +1 -1
  26. package/lib/components/VAlert/index.d.mts +1 -1
  27. package/lib/components/VAppBar/VAppBar.mjs +1 -1
  28. package/lib/components/VAppBar/VAppBarNavIcon.mjs +1 -1
  29. package/lib/components/VAppBar/VAppBarTitle.mjs +1 -1
  30. package/lib/components/VAppBar/index.d.mts +5 -5
  31. package/lib/components/VAutocomplete/VAutocomplete.mjs +3 -3
  32. package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
  33. package/lib/components/VAutocomplete/index.d.mts +29 -51
  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 +4 -4
  69. package/lib/components/VCombobox/VCombobox.mjs.map +1 -1
  70. package/lib/components/VCombobox/index.d.mts +29 -51
  71. package/lib/components/VConfirmEdit/VConfirmEdit.mjs +1 -1
  72. package/lib/components/VConfirmEdit/__test__/VConfirmEdit.spec.browser.mjs +5 -5
  73. package/lib/components/VConfirmEdit/__test__/VConfirmEdit.spec.browser.mjs.map +1 -1
  74. package/lib/components/VConfirmEdit/index.d.mts +1 -1
  75. package/lib/components/VCounter/VCounter.mjs +1 -1
  76. package/lib/components/VDataIterator/index.d.mts +1 -1
  77. package/lib/components/VDataTable/VDataTable.mjs +1 -1
  78. package/lib/components/VDataTable/VDataTableFooter.mjs +1 -1
  79. package/lib/components/VDataTable/VDataTableGroupHeaderRow.mjs +1 -1
  80. package/lib/components/VDataTable/VDataTableHeaders.mjs +1 -1
  81. package/lib/components/VDataTable/VDataTableRow.mjs +1 -1
  82. package/lib/components/VDataTable/VDataTableRows.mjs +1 -1
  83. package/lib/components/VDataTable/VDataTableServer.mjs +1 -1
  84. package/lib/components/VDataTable/VDataTableVirtual.mjs +1 -1
  85. package/lib/components/VDataTable/composables/sort.mjs +12 -8
  86. package/lib/components/VDataTable/composables/sort.mjs.map +1 -1
  87. package/lib/components/VDataTable/index.d.mts +1 -1
  88. package/lib/components/VDatePicker/VDatePicker.mjs +1 -1
  89. package/lib/components/VDatePicker/VDatePickerControls.mjs +1 -1
  90. package/lib/components/VDatePicker/VDatePickerControls.mjs.map +1 -1
  91. package/lib/components/VDatePicker/VDatePickerMonth.mjs +3 -3
  92. package/lib/components/VDatePicker/VDatePickerMonth.mjs.map +1 -1
  93. package/lib/components/VDatePicker/VDatePickerMonths.mjs +1 -1
  94. package/lib/components/VDatePicker/VDatePickerYears.mjs +1 -1
  95. package/lib/components/VDatePicker/index.d.mts +38 -38
  96. package/lib/components/VDialog/VDialog.mjs +1 -1
  97. package/lib/components/VDialog/__test__/VDialog.spec.cy.mjs +1 -1
  98. package/lib/components/VDialog/index.d.mts +3 -3
  99. package/lib/components/VEmptyState/VEmptyState.mjs +1 -1
  100. package/lib/components/VEmptyState/index.d.mts +1 -1
  101. package/lib/components/VExpansionPanel/VExpansionPanelText.mjs +1 -1
  102. package/lib/components/VExpansionPanel/VExpansionPanelTitle.mjs +1 -1
  103. package/lib/components/VExpansionPanel/index.d.mts +1 -1
  104. package/lib/components/VFab/VFab.mjs +1 -1
  105. package/lib/components/VFab/index.d.mts +5 -5
  106. package/lib/components/VField/VField.mjs +1 -1
  107. package/lib/components/VField/VFieldLabel.mjs +1 -1
  108. package/lib/components/VField/index.d.mts +1 -1
  109. package/lib/components/VFileInput/VFileInput.mjs +2 -3
  110. package/lib/components/VFileInput/VFileInput.mjs.map +1 -1
  111. package/lib/components/VFileInput/index.d.mts +4 -4
  112. package/lib/components/VFooter/VFooter.mjs +1 -1
  113. package/lib/components/VGrid/VContainer.mjs +1 -1
  114. package/lib/components/VIcon/index.d.mts +1 -1
  115. package/lib/components/VImg/VImg.mjs +1 -1
  116. package/lib/components/VInfiniteScroll/VInfiniteScroll.mjs +1 -1
  117. package/lib/components/VInput/VInput.mjs +3 -3
  118. package/lib/components/VInput/VInput.mjs.map +1 -1
  119. package/lib/components/VInput/index.d.mts +1 -1
  120. package/lib/components/VItemGroup/index.d.mts +1 -1
  121. package/lib/components/VLazy/VLazy.mjs +1 -1
  122. package/lib/components/VList/VList.mjs +3 -6
  123. package/lib/components/VList/VList.mjs.map +1 -1
  124. package/lib/components/VList/VListChildren.mjs +1 -1
  125. package/lib/components/VList/VListGroup.mjs +1 -1
  126. package/lib/components/VList/VListItem.mjs +3 -2
  127. package/lib/components/VList/VListItem.mjs.map +1 -1
  128. package/lib/components/VList/VListItemAction.mjs +1 -1
  129. package/lib/components/VList/VListItemMedia.mjs +1 -1
  130. package/lib/components/VList/VListItemSubtitle.mjs +1 -1
  131. package/lib/components/VList/index.d.mts +24 -21
  132. package/lib/components/VMenu/VMenu.mjs +1 -1
  133. package/lib/components/VMenu/index.d.mts +3 -3
  134. package/lib/components/VNavigationDrawer/VNavigationDrawer.css +0 -4
  135. package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs +3 -6
  136. package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs.map +1 -1
  137. package/lib/components/VNavigationDrawer/VNavigationDrawer.sass +0 -5
  138. package/lib/components/VOtpInput/VOtpInput.mjs +3 -3
  139. package/lib/components/VOtpInput/VOtpInput.mjs.map +1 -1
  140. package/lib/components/VOverlay/VOverlay.css +2 -1
  141. package/lib/components/VOverlay/VOverlay.mjs +1 -1
  142. package/lib/components/VOverlay/VOverlay.sass +2 -1
  143. package/lib/components/VOverlay/_variables.scss +1 -1
  144. package/lib/components/VPagination/VPagination.mjs +1 -1
  145. package/lib/components/VPagination/index.d.mts +1 -1
  146. package/lib/components/VParallax/VParallax.mjs +1 -1
  147. package/lib/components/VRadio/VRadio.mjs +1 -1
  148. package/lib/components/VRadio/index.d.mts +1 -1
  149. package/lib/components/VRadioGroup/VRadioGroup.mjs +1 -1
  150. package/lib/components/VRadioGroup/index.d.mts +1 -1
  151. package/lib/components/VRangeSlider/VRangeSlider.mjs +1 -1
  152. package/lib/components/VRating/VRating.mjs +1 -1
  153. package/lib/components/VRating/index.d.mts +1 -1
  154. package/lib/components/VSelect/VSelect.mjs +5 -5
  155. package/lib/components/VSelect/VSelect.mjs.map +1 -1
  156. package/lib/components/VSelect/index.d.mts +29 -51
  157. package/lib/components/VSelectionControl/VSelectionControl.mjs +1 -1
  158. package/lib/components/VSelectionControl/index.d.mts +1 -1
  159. package/lib/components/VSelectionControlGroup/index.d.mts +1 -1
  160. package/lib/components/VSheet/VSheet.mjs +1 -1
  161. package/lib/components/VSkeletonLoader/VSkeletonLoader.mjs +1 -1
  162. package/lib/components/VSlideGroup/index.d.mts +1 -1
  163. package/lib/components/VSlider/VSlider.mjs +1 -1
  164. package/lib/components/VSlider/VSliderThumb.mjs +1 -1
  165. package/lib/components/VSlider/slider.mjs +25 -12
  166. package/lib/components/VSlider/slider.mjs.map +1 -1
  167. package/lib/components/VSnackbar/VSnackbar.mjs +1 -1
  168. package/lib/components/VSnackbar/index.d.mts +3 -3
  169. package/lib/components/VSparkline/VBarline.mjs +1 -2
  170. package/lib/components/VSparkline/VBarline.mjs.map +1 -1
  171. package/lib/components/VSparkline/VSparkline.mjs +1 -1
  172. package/lib/components/VSparkline/VTrendline.mjs +1 -2
  173. package/lib/components/VSparkline/VTrendline.mjs.map +1 -1
  174. package/lib/components/VSpeedDial/VSpeedDial.mjs +1 -1
  175. package/lib/components/VStepper/VStepper.mjs +3 -3
  176. package/lib/components/VStepper/VStepper.mjs.map +1 -1
  177. package/lib/components/VStepper/VStepperItem.mjs +1 -1
  178. package/lib/components/VStepper/VStepperWindow.mjs +1 -1
  179. package/lib/components/VStepper/VStepperWindowItem.mjs +1 -1
  180. package/lib/components/VStepper/index.d.mts +1 -1
  181. package/lib/components/VSwitch/VSwitch.mjs +1 -1
  182. package/lib/components/VSwitch/index.d.mts +1 -1
  183. package/lib/components/VSystemBar/VSystemBar.mjs +1 -1
  184. package/lib/components/VTabs/VTab.mjs +1 -1
  185. package/lib/components/VTabs/VTabs.mjs +1 -1
  186. package/lib/components/VTabs/VTabs.mjs.map +1 -1
  187. package/lib/components/VTabs/VTabsWindow.mjs +1 -1
  188. package/lib/components/VTabs/VTabsWindowItem.mjs +1 -1
  189. package/lib/components/VTabs/index.d.mts +21 -21
  190. package/lib/components/VTextField/VTextField.mjs +1 -1
  191. package/lib/components/VTextField/index.d.mts +7 -7
  192. package/lib/components/VTextarea/VTextarea.mjs +1 -1
  193. package/lib/components/VTextarea/index.d.mts +4 -4
  194. package/lib/components/VTimeline/VTimeline.mjs +3 -3
  195. package/lib/components/VTimeline/VTimeline.mjs.map +1 -1
  196. package/lib/components/VTimeline/VTimelineDivider.mjs +1 -1
  197. package/lib/components/VTimeline/VTimelineItem.mjs +1 -1
  198. package/lib/components/VTimeline/index.d.mts +1 -1
  199. package/lib/components/VToolbar/VToolbar.mjs +1 -1
  200. package/lib/components/VTooltip/VTooltip.mjs +1 -1
  201. package/lib/components/VTooltip/index.d.mts +3 -3
  202. package/lib/components/VValidation/index.d.mts +1 -1
  203. package/lib/components/VVirtualScroll/VVirtualScroll.mjs +1 -1
  204. package/lib/components/VVirtualScroll/VVirtualScrollItem.mjs +1 -1
  205. package/lib/components/VVirtualScroll/index.d.mts +1 -1
  206. package/lib/components/VWindow/VWindow.mjs +1 -1
  207. package/lib/components/VWindow/VWindowItem.mjs +1 -1
  208. package/lib/components/VWindow/index.d.mts +1 -1
  209. package/lib/components/index.d.mts +198 -237
  210. package/lib/components/transitions/dialog-transition.mjs +1 -2
  211. package/lib/components/transitions/dialog-transition.mjs.map +1 -1
  212. package/lib/composables/calendar.mjs +4 -1
  213. package/lib/composables/calendar.mjs.map +1 -1
  214. package/lib/composables/icons.mjs +1 -1
  215. package/lib/composables/list-items.mjs +69 -17
  216. package/lib/composables/list-items.mjs.map +1 -1
  217. package/lib/composables/nested/nested.mjs +16 -1
  218. package/lib/composables/nested/nested.mjs.map +1 -1
  219. package/lib/composables/nested/selectStrategies.mjs +6 -7
  220. package/lib/composables/nested/selectStrategies.mjs.map +1 -1
  221. package/lib/composables/variant.mjs +1 -1
  222. package/lib/directives/ripple/index.mjs +7 -5
  223. package/lib/directives/ripple/index.mjs.map +1 -1
  224. package/lib/entry-bundler.mjs +1 -1
  225. package/lib/framework.mjs +1 -1
  226. package/lib/iconsets/fa-svg.d.mts +1 -1
  227. package/lib/iconsets/fa.d.mts +1 -1
  228. package/lib/iconsets/fa4.d.mts +1 -1
  229. package/lib/iconsets/md.d.mts +1 -1
  230. package/lib/iconsets/mdi-svg.d.mts +1 -1
  231. package/lib/iconsets/mdi.d.mts +1 -1
  232. package/lib/index.d.mts +61 -61
  233. package/lib/labs/VCalendar/VCalendar.mjs +1 -1
  234. package/lib/labs/VCalendar/VCalendarDay.mjs +1 -1
  235. package/lib/labs/VCalendar/index.d.mts +8 -2
  236. package/lib/labs/VDateInput/VDateInput.mjs +21 -10
  237. package/lib/labs/VDateInput/VDateInput.mjs.map +1 -1
  238. package/lib/labs/VDateInput/index.d.mts +19 -19
  239. package/lib/labs/VFileUpload/VFileUpload.mjs +3 -3
  240. package/lib/labs/VFileUpload/VFileUpload.mjs.map +1 -1
  241. package/lib/labs/VFileUpload/VFileUploadItem.mjs +1 -1
  242. package/lib/labs/VFileUpload/index.d.mts +5 -5
  243. package/lib/labs/VNumberInput/VNumberInput.css +10 -2
  244. package/lib/labs/VNumberInput/VNumberInput.mjs +94 -36
  245. package/lib/labs/VNumberInput/VNumberInput.mjs.map +1 -1
  246. package/lib/labs/VNumberInput/VNumberInput.sass +12 -2
  247. package/lib/labs/VNumberInput/index.d.mts +59 -32
  248. package/lib/labs/VPicker/VPicker.mjs +1 -1
  249. package/lib/labs/VSnackbarQueue/VSnackbarQueue.mjs +1 -1
  250. package/lib/labs/VSnackbarQueue/index.d.mts +3 -3
  251. package/lib/labs/VStepperVertical/VStepperVertical.mjs +1 -1
  252. package/lib/labs/VStepperVertical/VStepperVerticalActions.mjs +1 -1
  253. package/lib/labs/VStepperVertical/VStepperVerticalItem.mjs +1 -1
  254. package/lib/labs/VStepperVertical/index.d.mts +1 -1
  255. package/lib/labs/VTimePicker/VTimePicker.mjs +1 -1
  256. package/lib/labs/VTimePicker/VTimePickerControls.mjs +1 -1
  257. package/lib/labs/VTreeview/VTreeview.mjs +2 -2
  258. package/lib/labs/VTreeview/VTreeview.mjs.map +1 -1
  259. package/lib/labs/VTreeview/VTreeviewChildren.mjs +2 -8
  260. package/lib/labs/VTreeview/VTreeviewChildren.mjs.map +1 -1
  261. package/lib/labs/VTreeview/VTreeviewGroup.mjs +1 -1
  262. package/lib/labs/VTreeview/VTreeviewItem.mjs +10 -12
  263. package/lib/labs/VTreeview/VTreeviewItem.mjs.map +1 -1
  264. package/lib/labs/VTreeview/index.d.mts +12 -36
  265. package/lib/labs/components.d.mts +103 -94
  266. package/lib/locale/adapters/vue-i18n.mjs +0 -1
  267. package/lib/locale/adapters/vue-i18n.mjs.map +1 -1
  268. package/lib/util/helpers.mjs +6 -9
  269. package/lib/util/helpers.mjs.map +1 -1
  270. package/package.json +17 -16
@@ -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
 
@@ -337,7 +337,7 @@ interface ItemProps {
337
337
  itemChildren: SelectItemKey;
338
338
  itemProps: SelectItemKey;
339
339
  returnObject: boolean;
340
- valueComparator: typeof deepEqual;
340
+ valueComparator: typeof deepEqual | undefined;
341
341
  }
342
342
 
343
343
  interface InternalListItem<T = any> extends ListItem<T> {
@@ -356,7 +356,6 @@ declare const VList: {
356
356
  tile: boolean;
357
357
  density: Density;
358
358
  slim: boolean;
359
- valueComparator: typeof deepEqual;
360
359
  activatable: boolean;
361
360
  selectable: boolean;
362
361
  selectStrategy: SelectStrategyProp;
@@ -380,6 +379,7 @@ declare const VList: {
380
379
  baseColor?: string | undefined;
381
380
  bgColor?: string | undefined;
382
381
  activeColor?: string | undefined;
382
+ valueComparator?: typeof deepEqual | undefined;
383
383
  activeClass?: string | undefined;
384
384
  activeStrategy?: ActiveStrategyProp | undefined;
385
385
  collapseIcon?: IconValue | undefined;
@@ -428,7 +428,6 @@ declare const VList: {
428
428
  tile: boolean;
429
429
  density: Density;
430
430
  slim: boolean;
431
- valueComparator: typeof deepEqual;
432
431
  activatable: boolean;
433
432
  selectable: boolean;
434
433
  selectStrategy: SelectStrategyProp;
@@ -452,6 +451,7 @@ declare const VList: {
452
451
  baseColor?: string | undefined;
453
452
  bgColor?: string | undefined;
454
453
  activeColor?: string | undefined;
454
+ valueComparator?: typeof deepEqual | undefined;
455
455
  activeClass?: string | undefined;
456
456
  activeStrategy?: ActiveStrategyProp | undefined;
457
457
  collapseIcon?: IconValue | undefined;
@@ -475,7 +475,6 @@ declare const VList: {
475
475
  tile: boolean;
476
476
  density: Density;
477
477
  slim: boolean;
478
- valueComparator: typeof deepEqual;
479
478
  activatable: boolean;
480
479
  selectable: boolean;
481
480
  selectStrategy: SelectStrategyProp;
@@ -526,7 +525,6 @@ declare const VList: {
526
525
  tile: boolean;
527
526
  density: Density;
528
527
  slim: boolean;
529
- valueComparator: typeof deepEqual;
530
528
  activatable: boolean;
531
529
  selectable: boolean;
532
530
  selectStrategy: SelectStrategyProp;
@@ -550,6 +548,7 @@ declare const VList: {
550
548
  baseColor?: string | undefined;
551
549
  bgColor?: string | undefined;
552
550
  activeColor?: string | undefined;
551
+ valueComparator?: typeof deepEqual | undefined;
553
552
  activeClass?: string | undefined;
554
553
  activeStrategy?: ActiveStrategyProp | undefined;
555
554
  collapseIcon?: IconValue | undefined;
@@ -580,7 +579,6 @@ declare const VList: {
580
579
  tile: boolean;
581
580
  density: Density;
582
581
  slim: boolean;
583
- valueComparator: typeof deepEqual;
584
582
  activatable: boolean;
585
583
  selectable: boolean;
586
584
  selectStrategy: SelectStrategyProp;
@@ -602,7 +600,6 @@ declare const VList: {
602
600
  tile: boolean;
603
601
  density: Density;
604
602
  slim: boolean;
605
- valueComparator: typeof deepEqual;
606
603
  activatable: boolean;
607
604
  selectable: boolean;
608
605
  selectStrategy: SelectStrategyProp;
@@ -626,6 +623,7 @@ declare const VList: {
626
623
  baseColor?: string | undefined;
627
624
  bgColor?: string | undefined;
628
625
  activeColor?: string | undefined;
626
+ valueComparator?: typeof deepEqual | undefined;
629
627
  activeClass?: string | undefined;
630
628
  activeStrategy?: ActiveStrategyProp | undefined;
631
629
  collapseIcon?: IconValue | undefined;
@@ -675,7 +673,6 @@ declare const VList: {
675
673
  tile: boolean;
676
674
  density: Density;
677
675
  slim: boolean;
678
- valueComparator: typeof deepEqual;
679
676
  activatable: boolean;
680
677
  selectable: boolean;
681
678
  selectStrategy: SelectStrategyProp;
@@ -769,10 +766,7 @@ declare const VList: {
769
766
  default: string;
770
767
  };
771
768
  returnObject: BooleanConstructor;
772
- valueComparator: {
773
- type: PropType<typeof deepEqual>;
774
- default: typeof deepEqual;
775
- };
769
+ valueComparator: PropType<typeof deepEqual>;
776
770
  itemType: {
777
771
  type: StringConstructor;
778
772
  default: string;
@@ -878,10 +872,7 @@ declare const VList: {
878
872
  default: string;
879
873
  };
880
874
  returnObject: BooleanConstructor;
881
- valueComparator: {
882
- type: PropType<typeof deepEqual>;
883
- default: typeof deepEqual;
884
- };
875
+ valueComparator: PropType<typeof deepEqual>;
885
876
  itemType: {
886
877
  type: StringConstructor;
887
878
  default: string;
@@ -1396,7 +1387,7 @@ declare const VMenu: {
1396
1387
  };
1397
1388
  $forceUpdate: () => void;
1398
1389
  $nextTick: typeof nextTick;
1399
- $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;
1400
1391
  } & Omit<{
1401
1392
  absolute: boolean;
1402
1393
  location: Anchor;
@@ -2077,7 +2068,7 @@ declare const VMenu: {
2077
2068
  };
2078
2069
  $forceUpdate: () => void;
2079
2070
  $nextTick: typeof nextTick;
2080
- $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;
2081
2072
  } & Omit<{
2082
2073
  absolute: boolean;
2083
2074
  location: Anchor;
@@ -2663,7 +2654,7 @@ declare const VMenu: {
2663
2654
  };
2664
2655
  $forceUpdate: () => void;
2665
2656
  $nextTick: typeof nextTick;
2666
- $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;
2667
2658
  } & Omit<{
2668
2659
  absolute: boolean;
2669
2660
  location: Anchor;
@@ -3078,7 +3069,6 @@ declare const VAutocomplete: {
3078
3069
  rules: readonly ValidationRule[];
3079
3070
  tile: boolean;
3080
3071
  density: Density;
3081
- valueComparator: typeof deepEqual;
3082
3072
  clearIcon: IconValue;
3083
3073
  hideSpinButtons: boolean;
3084
3074
  persistentHint: boolean;
@@ -3122,6 +3112,7 @@ declare const VAutocomplete: {
3122
3112
  bgColor?: string | undefined;
3123
3113
  prependIcon?: IconValue | undefined;
3124
3114
  appendIcon?: IconValue | undefined;
3115
+ valueComparator?: typeof deepEqual | undefined;
3125
3116
  prependInnerIcon?: IconValue | undefined;
3126
3117
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
3127
3118
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
@@ -3148,7 +3139,6 @@ declare const VAutocomplete: {
3148
3139
  tile: boolean;
3149
3140
  density: Density;
3150
3141
  slim: boolean;
3151
- valueComparator: typeof deepEqual;
3152
3142
  activatable: boolean;
3153
3143
  selectable: boolean;
3154
3144
  selectStrategy: SelectStrategyProp;
@@ -3166,7 +3156,6 @@ declare const VAutocomplete: {
3166
3156
  tile: boolean;
3167
3157
  density: Density;
3168
3158
  slim: boolean;
3169
- valueComparator: typeof deepEqual;
3170
3159
  activatable: boolean;
3171
3160
  selectable: boolean;
3172
3161
  selectStrategy: SelectStrategyProp;
@@ -3189,6 +3178,7 @@ declare const VAutocomplete: {
3189
3178
  baseColor?: string | undefined;
3190
3179
  bgColor?: string | undefined;
3191
3180
  activeColor?: string | undefined;
3181
+ valueComparator?: typeof deepEqual | undefined;
3192
3182
  activeClass?: string | undefined;
3193
3183
  activeStrategy?: ActiveStrategyProp | undefined;
3194
3184
  collapseIcon?: IconValue | undefined;
@@ -3210,7 +3200,6 @@ declare const VAutocomplete: {
3210
3200
  tile: boolean;
3211
3201
  density: Density;
3212
3202
  slim: boolean;
3213
- valueComparator: typeof deepEqual;
3214
3203
  activatable: boolean;
3215
3204
  selectable: boolean;
3216
3205
  selectStrategy: SelectStrategyProp;
@@ -3234,6 +3223,7 @@ declare const VAutocomplete: {
3234
3223
  baseColor?: string | undefined;
3235
3224
  bgColor?: string | undefined;
3236
3225
  activeColor?: string | undefined;
3226
+ valueComparator?: typeof deepEqual | undefined;
3237
3227
  activeClass?: string | undefined;
3238
3228
  activeStrategy?: ActiveStrategyProp | undefined;
3239
3229
  collapseIcon?: IconValue | undefined;
@@ -3245,7 +3235,7 @@ declare const VAutocomplete: {
3245
3235
  value: boolean;
3246
3236
  path: unknown[];
3247
3237
  }) => any) | undefined;
3248
- }, "variant" | "nav" | "style" | "disabled" | "tag" | "lines" | "mandatory" | "rounded" | "tile" | "density" | "slim" | "valueComparator" | "activatable" | "selectable" | "selectStrategy" | "openStrategy" | "returnObject" | "itemType"> & {
3238
+ }, "variant" | "nav" | "style" | "disabled" | "tag" | "lines" | "mandatory" | "rounded" | "tile" | "density" | "slim" | "activatable" | "selectable" | "selectStrategy" | "openStrategy" | "returnObject" | "itemType"> & {
3249
3239
  items?: readonly any[] | undefined;
3250
3240
  itemTitle?: SelectItemKey<any>;
3251
3241
  itemValue?: SelectItemKey<any>;
@@ -3573,7 +3563,6 @@ declare const VAutocomplete: {
3573
3563
  rules: readonly ValidationRule[];
3574
3564
  tile: boolean;
3575
3565
  density: Density;
3576
- valueComparator: typeof deepEqual;
3577
3566
  clearIcon: IconValue;
3578
3567
  hideSpinButtons: boolean;
3579
3568
  persistentHint: boolean;
@@ -3617,6 +3606,7 @@ declare const VAutocomplete: {
3617
3606
  bgColor?: string | undefined;
3618
3607
  prependIcon?: IconValue | undefined;
3619
3608
  appendIcon?: IconValue | undefined;
3609
+ valueComparator?: typeof deepEqual | undefined;
3620
3610
  prependInnerIcon?: IconValue | undefined;
3621
3611
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
3622
3612
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
@@ -3643,7 +3633,6 @@ declare const VAutocomplete: {
3643
3633
  tile: boolean;
3644
3634
  density: Density;
3645
3635
  slim: boolean;
3646
- valueComparator: typeof deepEqual;
3647
3636
  activatable: boolean;
3648
3637
  selectable: boolean;
3649
3638
  selectStrategy: SelectStrategyProp;
@@ -3661,7 +3650,6 @@ declare const VAutocomplete: {
3661
3650
  tile: boolean;
3662
3651
  density: Density;
3663
3652
  slim: boolean;
3664
- valueComparator: typeof deepEqual;
3665
3653
  activatable: boolean;
3666
3654
  selectable: boolean;
3667
3655
  selectStrategy: SelectStrategyProp;
@@ -3684,6 +3672,7 @@ declare const VAutocomplete: {
3684
3672
  baseColor?: string | undefined;
3685
3673
  bgColor?: string | undefined;
3686
3674
  activeColor?: string | undefined;
3675
+ valueComparator?: typeof deepEqual | undefined;
3687
3676
  activeClass?: string | undefined;
3688
3677
  activeStrategy?: ActiveStrategyProp | undefined;
3689
3678
  collapseIcon?: IconValue | undefined;
@@ -3705,7 +3694,6 @@ declare const VAutocomplete: {
3705
3694
  tile: boolean;
3706
3695
  density: Density;
3707
3696
  slim: boolean;
3708
- valueComparator: typeof deepEqual;
3709
3697
  activatable: boolean;
3710
3698
  selectable: boolean;
3711
3699
  selectStrategy: SelectStrategyProp;
@@ -3729,6 +3717,7 @@ declare const VAutocomplete: {
3729
3717
  baseColor?: string | undefined;
3730
3718
  bgColor?: string | undefined;
3731
3719
  activeColor?: string | undefined;
3720
+ valueComparator?: typeof deepEqual | undefined;
3732
3721
  activeClass?: string | undefined;
3733
3722
  activeStrategy?: ActiveStrategyProp | undefined;
3734
3723
  collapseIcon?: IconValue | undefined;
@@ -3740,7 +3729,7 @@ declare const VAutocomplete: {
3740
3729
  value: boolean;
3741
3730
  path: unknown[];
3742
3731
  }) => any) | undefined;
3743
- }, "variant" | "nav" | "style" | "disabled" | "tag" | "lines" | "mandatory" | "rounded" | "tile" | "density" | "slim" | "valueComparator" | "activatable" | "selectable" | "selectStrategy" | "openStrategy" | "returnObject" | "itemType"> & {
3732
+ }, "variant" | "nav" | "style" | "disabled" | "tag" | "lines" | "mandatory" | "rounded" | "tile" | "density" | "slim" | "activatable" | "selectable" | "selectStrategy" | "openStrategy" | "returnObject" | "itemType"> & {
3744
3733
  items?: readonly any[] | undefined;
3745
3734
  itemTitle?: SelectItemKey<any>;
3746
3735
  itemValue?: SelectItemKey<any>;
@@ -4064,7 +4053,6 @@ declare const VAutocomplete: {
4064
4053
  rounded: string | number | boolean;
4065
4054
  tile: boolean;
4066
4055
  density: Density;
4067
- valueComparator: typeof deepEqual;
4068
4056
  clearIcon: IconValue;
4069
4057
  centerAffix: boolean;
4070
4058
  hideSpinButtons: boolean;
@@ -4152,7 +4140,6 @@ declare const VAutocomplete: {
4152
4140
  rules: readonly ValidationRule[];
4153
4141
  tile: boolean;
4154
4142
  density: Density;
4155
- valueComparator: typeof deepEqual;
4156
4143
  clearIcon: IconValue;
4157
4144
  hideSpinButtons: boolean;
4158
4145
  persistentHint: boolean;
@@ -4196,6 +4183,7 @@ declare const VAutocomplete: {
4196
4183
  bgColor?: string | undefined;
4197
4184
  prependIcon?: IconValue | undefined;
4198
4185
  appendIcon?: IconValue | undefined;
4186
+ valueComparator?: typeof deepEqual | undefined;
4199
4187
  prependInnerIcon?: IconValue | undefined;
4200
4188
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
4201
4189
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
@@ -4222,7 +4210,6 @@ declare const VAutocomplete: {
4222
4210
  tile: boolean;
4223
4211
  density: Density;
4224
4212
  slim: boolean;
4225
- valueComparator: typeof deepEqual;
4226
4213
  activatable: boolean;
4227
4214
  selectable: boolean;
4228
4215
  selectStrategy: SelectStrategyProp;
@@ -4240,7 +4227,6 @@ declare const VAutocomplete: {
4240
4227
  tile: boolean;
4241
4228
  density: Density;
4242
4229
  slim: boolean;
4243
- valueComparator: typeof deepEqual;
4244
4230
  activatable: boolean;
4245
4231
  selectable: boolean;
4246
4232
  selectStrategy: SelectStrategyProp;
@@ -4263,6 +4249,7 @@ declare const VAutocomplete: {
4263
4249
  baseColor?: string | undefined;
4264
4250
  bgColor?: string | undefined;
4265
4251
  activeColor?: string | undefined;
4252
+ valueComparator?: typeof deepEqual | undefined;
4266
4253
  activeClass?: string | undefined;
4267
4254
  activeStrategy?: ActiveStrategyProp | undefined;
4268
4255
  collapseIcon?: IconValue | undefined;
@@ -4284,7 +4271,6 @@ declare const VAutocomplete: {
4284
4271
  tile: boolean;
4285
4272
  density: Density;
4286
4273
  slim: boolean;
4287
- valueComparator: typeof deepEqual;
4288
4274
  activatable: boolean;
4289
4275
  selectable: boolean;
4290
4276
  selectStrategy: SelectStrategyProp;
@@ -4308,6 +4294,7 @@ declare const VAutocomplete: {
4308
4294
  baseColor?: string | undefined;
4309
4295
  bgColor?: string | undefined;
4310
4296
  activeColor?: string | undefined;
4297
+ valueComparator?: typeof deepEqual | undefined;
4311
4298
  activeClass?: string | undefined;
4312
4299
  activeStrategy?: ActiveStrategyProp | undefined;
4313
4300
  collapseIcon?: IconValue | undefined;
@@ -4319,7 +4306,7 @@ declare const VAutocomplete: {
4319
4306
  value: boolean;
4320
4307
  path: unknown[];
4321
4308
  }) => any) | undefined;
4322
- }, "variant" | "nav" | "style" | "disabled" | "tag" | "lines" | "mandatory" | "rounded" | "tile" | "density" | "slim" | "valueComparator" | "activatable" | "selectable" | "selectStrategy" | "openStrategy" | "returnObject" | "itemType"> & {
4309
+ }, "variant" | "nav" | "style" | "disabled" | "tag" | "lines" | "mandatory" | "rounded" | "tile" | "density" | "slim" | "activatable" | "selectable" | "selectStrategy" | "openStrategy" | "returnObject" | "itemType"> & {
4323
4310
  items?: readonly any[] | undefined;
4324
4311
  itemTitle?: SelectItemKey<any>;
4325
4312
  itemValue?: SelectItemKey<any>;
@@ -4643,7 +4630,6 @@ declare const VAutocomplete: {
4643
4630
  rounded: string | number | boolean;
4644
4631
  tile: boolean;
4645
4632
  density: Density;
4646
- valueComparator: typeof deepEqual;
4647
4633
  clearIcon: IconValue;
4648
4634
  centerAffix: boolean;
4649
4635
  hideSpinButtons: boolean;
@@ -4696,7 +4682,6 @@ declare const VAutocomplete: {
4696
4682
  rules: readonly ValidationRule[];
4697
4683
  tile: boolean;
4698
4684
  density: Density;
4699
- valueComparator: typeof deepEqual;
4700
4685
  clearIcon: IconValue;
4701
4686
  hideSpinButtons: boolean;
4702
4687
  persistentHint: boolean;
@@ -4740,6 +4725,7 @@ declare const VAutocomplete: {
4740
4725
  bgColor?: string | undefined;
4741
4726
  prependIcon?: IconValue | undefined;
4742
4727
  appendIcon?: IconValue | undefined;
4728
+ valueComparator?: typeof deepEqual | undefined;
4743
4729
  prependInnerIcon?: IconValue | undefined;
4744
4730
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
4745
4731
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
@@ -4766,7 +4752,6 @@ declare const VAutocomplete: {
4766
4752
  tile: boolean;
4767
4753
  density: Density;
4768
4754
  slim: boolean;
4769
- valueComparator: typeof deepEqual;
4770
4755
  activatable: boolean;
4771
4756
  selectable: boolean;
4772
4757
  selectStrategy: SelectStrategyProp;
@@ -4784,7 +4769,6 @@ declare const VAutocomplete: {
4784
4769
  tile: boolean;
4785
4770
  density: Density;
4786
4771
  slim: boolean;
4787
- valueComparator: typeof deepEqual;
4788
4772
  activatable: boolean;
4789
4773
  selectable: boolean;
4790
4774
  selectStrategy: SelectStrategyProp;
@@ -4807,6 +4791,7 @@ declare const VAutocomplete: {
4807
4791
  baseColor?: string | undefined;
4808
4792
  bgColor?: string | undefined;
4809
4793
  activeColor?: string | undefined;
4794
+ valueComparator?: typeof deepEqual | undefined;
4810
4795
  activeClass?: string | undefined;
4811
4796
  activeStrategy?: ActiveStrategyProp | undefined;
4812
4797
  collapseIcon?: IconValue | undefined;
@@ -4828,7 +4813,6 @@ declare const VAutocomplete: {
4828
4813
  tile: boolean;
4829
4814
  density: Density;
4830
4815
  slim: boolean;
4831
- valueComparator: typeof deepEqual;
4832
4816
  activatable: boolean;
4833
4817
  selectable: boolean;
4834
4818
  selectStrategy: SelectStrategyProp;
@@ -4852,6 +4836,7 @@ declare const VAutocomplete: {
4852
4836
  baseColor?: string | undefined;
4853
4837
  bgColor?: string | undefined;
4854
4838
  activeColor?: string | undefined;
4839
+ valueComparator?: typeof deepEqual | undefined;
4855
4840
  activeClass?: string | undefined;
4856
4841
  activeStrategy?: ActiveStrategyProp | undefined;
4857
4842
  collapseIcon?: IconValue | undefined;
@@ -4863,7 +4848,7 @@ declare const VAutocomplete: {
4863
4848
  value: boolean;
4864
4849
  path: unknown[];
4865
4850
  }) => any) | undefined;
4866
- }, "variant" | "nav" | "style" | "disabled" | "tag" | "lines" | "mandatory" | "rounded" | "tile" | "density" | "slim" | "valueComparator" | "activatable" | "selectable" | "selectStrategy" | "openStrategy" | "returnObject" | "itemType"> & {
4851
+ }, "variant" | "nav" | "style" | "disabled" | "tag" | "lines" | "mandatory" | "rounded" | "tile" | "density" | "slim" | "activatable" | "selectable" | "selectStrategy" | "openStrategy" | "returnObject" | "itemType"> & {
4867
4852
  items?: readonly any[] | undefined;
4868
4853
  itemTitle?: SelectItemKey<any>;
4869
4854
  itemValue?: SelectItemKey<any>;
@@ -5192,7 +5177,6 @@ declare const VAutocomplete: {
5192
5177
  rounded: string | number | boolean;
5193
5178
  tile: boolean;
5194
5179
  density: Density;
5195
- valueComparator: typeof deepEqual;
5196
5180
  clearIcon: IconValue;
5197
5181
  centerAffix: boolean;
5198
5182
  hideSpinButtons: boolean;
@@ -5424,10 +5408,7 @@ declare const VAutocomplete: {
5424
5408
  default: string;
5425
5409
  };
5426
5410
  returnObject: BooleanConstructor;
5427
- valueComparator: {
5428
- type: PropType<typeof deepEqual>;
5429
- default: typeof deepEqual;
5430
- };
5411
+ valueComparator: PropType<typeof deepEqual>;
5431
5412
  chips: BooleanConstructor;
5432
5413
  closableChips: BooleanConstructor;
5433
5414
  closeText: {
@@ -5625,10 +5606,7 @@ declare const VAutocomplete: {
5625
5606
  default: string;
5626
5607
  };
5627
5608
  returnObject: BooleanConstructor;
5628
- valueComparator: {
5629
- type: PropType<typeof deepEqual>;
5630
- default: typeof deepEqual;
5631
- };
5609
+ valueComparator: PropType<typeof deepEqual>;
5632
5610
  chips: BooleanConstructor;
5633
5611
  closableChips: BooleanConstructor;
5634
5612
  closeText: {
@@ -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";