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
 
@@ -326,7 +326,7 @@ interface ItemProps {
326
326
  itemChildren: SelectItemKey;
327
327
  itemProps: SelectItemKey;
328
328
  returnObject: boolean;
329
- valueComparator: typeof deepEqual;
329
+ valueComparator: typeof deepEqual | undefined;
330
330
  }
331
331
 
332
332
  interface InternalListItem<T = any> extends ListItem<T> {
@@ -345,7 +345,6 @@ declare const VList: {
345
345
  tile: boolean;
346
346
  density: Density;
347
347
  slim: boolean;
348
- valueComparator: typeof deepEqual;
349
348
  activatable: boolean;
350
349
  selectable: boolean;
351
350
  selectStrategy: SelectStrategyProp;
@@ -369,6 +368,7 @@ declare const VList: {
369
368
  baseColor?: string | undefined;
370
369
  bgColor?: string | undefined;
371
370
  activeColor?: string | undefined;
371
+ valueComparator?: typeof deepEqual | undefined;
372
372
  activeClass?: string | undefined;
373
373
  activeStrategy?: ActiveStrategyProp | undefined;
374
374
  collapseIcon?: IconValue | undefined;
@@ -417,7 +417,6 @@ declare const VList: {
417
417
  tile: boolean;
418
418
  density: Density;
419
419
  slim: boolean;
420
- valueComparator: typeof deepEqual;
421
420
  activatable: boolean;
422
421
  selectable: boolean;
423
422
  selectStrategy: SelectStrategyProp;
@@ -441,6 +440,7 @@ declare const VList: {
441
440
  baseColor?: string | undefined;
442
441
  bgColor?: string | undefined;
443
442
  activeColor?: string | undefined;
443
+ valueComparator?: typeof deepEqual | undefined;
444
444
  activeClass?: string | undefined;
445
445
  activeStrategy?: ActiveStrategyProp | undefined;
446
446
  collapseIcon?: IconValue | undefined;
@@ -464,7 +464,6 @@ declare const VList: {
464
464
  tile: boolean;
465
465
  density: Density;
466
466
  slim: boolean;
467
- valueComparator: typeof deepEqual;
468
467
  activatable: boolean;
469
468
  selectable: boolean;
470
469
  selectStrategy: SelectStrategyProp;
@@ -515,7 +514,6 @@ declare const VList: {
515
514
  tile: boolean;
516
515
  density: Density;
517
516
  slim: boolean;
518
- valueComparator: typeof deepEqual;
519
517
  activatable: boolean;
520
518
  selectable: boolean;
521
519
  selectStrategy: SelectStrategyProp;
@@ -539,6 +537,7 @@ declare const VList: {
539
537
  baseColor?: string | undefined;
540
538
  bgColor?: string | undefined;
541
539
  activeColor?: string | undefined;
540
+ valueComparator?: typeof deepEqual | undefined;
542
541
  activeClass?: string | undefined;
543
542
  activeStrategy?: ActiveStrategyProp | undefined;
544
543
  collapseIcon?: IconValue | undefined;
@@ -569,7 +568,6 @@ declare const VList: {
569
568
  tile: boolean;
570
569
  density: Density;
571
570
  slim: boolean;
572
- valueComparator: typeof deepEqual;
573
571
  activatable: boolean;
574
572
  selectable: boolean;
575
573
  selectStrategy: SelectStrategyProp;
@@ -591,7 +589,6 @@ declare const VList: {
591
589
  tile: boolean;
592
590
  density: Density;
593
591
  slim: boolean;
594
- valueComparator: typeof deepEqual;
595
592
  activatable: boolean;
596
593
  selectable: boolean;
597
594
  selectStrategy: SelectStrategyProp;
@@ -615,6 +612,7 @@ declare const VList: {
615
612
  baseColor?: string | undefined;
616
613
  bgColor?: string | undefined;
617
614
  activeColor?: string | undefined;
615
+ valueComparator?: typeof deepEqual | undefined;
618
616
  activeClass?: string | undefined;
619
617
  activeStrategy?: ActiveStrategyProp | undefined;
620
618
  collapseIcon?: IconValue | undefined;
@@ -664,7 +662,6 @@ declare const VList: {
664
662
  tile: boolean;
665
663
  density: Density;
666
664
  slim: boolean;
667
- valueComparator: typeof deepEqual;
668
665
  activatable: boolean;
669
666
  selectable: boolean;
670
667
  selectStrategy: SelectStrategyProp;
@@ -758,10 +755,7 @@ declare const VList: {
758
755
  default: string;
759
756
  };
760
757
  returnObject: BooleanConstructor;
761
- valueComparator: {
762
- type: PropType<typeof deepEqual>;
763
- default: typeof deepEqual;
764
- };
758
+ valueComparator: PropType<typeof deepEqual>;
765
759
  itemType: {
766
760
  type: StringConstructor;
767
761
  default: string;
@@ -867,10 +861,7 @@ declare const VList: {
867
861
  default: string;
868
862
  };
869
863
  returnObject: BooleanConstructor;
870
- valueComparator: {
871
- type: PropType<typeof deepEqual>;
872
- default: typeof deepEqual;
873
- };
864
+ valueComparator: PropType<typeof deepEqual>;
874
865
  itemType: {
875
866
  type: StringConstructor;
876
867
  default: string;
@@ -1385,7 +1376,7 @@ declare const VMenu: {
1385
1376
  };
1386
1377
  $forceUpdate: () => void;
1387
1378
  $nextTick: typeof nextTick;
1388
- $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;
1379
+ $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;
1389
1380
  } & Omit<{
1390
1381
  absolute: boolean;
1391
1382
  location: Anchor;
@@ -2066,7 +2057,7 @@ declare const VMenu: {
2066
2057
  };
2067
2058
  $forceUpdate: () => void;
2068
2059
  $nextTick: typeof nextTick;
2069
- $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;
2060
+ $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;
2070
2061
  } & Omit<{
2071
2062
  absolute: boolean;
2072
2063
  location: Anchor;
@@ -2652,7 +2643,7 @@ declare const VMenu: {
2652
2643
  };
2653
2644
  $forceUpdate: () => void;
2654
2645
  $nextTick: typeof nextTick;
2655
- $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;
2646
+ $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;
2656
2647
  } & Omit<{
2657
2648
  absolute: boolean;
2658
2649
  location: Anchor;
@@ -3069,7 +3060,6 @@ declare const VSelect: {
3069
3060
  rules: readonly ValidationRule[];
3070
3061
  tile: boolean;
3071
3062
  density: Density;
3072
- valueComparator: typeof deepEqual;
3073
3063
  clearIcon: IconValue;
3074
3064
  hideSpinButtons: boolean;
3075
3065
  persistentHint: boolean;
@@ -3108,6 +3098,7 @@ declare const VSelect: {
3108
3098
  bgColor?: string | undefined;
3109
3099
  prependIcon?: IconValue | undefined;
3110
3100
  appendIcon?: IconValue | undefined;
3101
+ valueComparator?: typeof deepEqual | undefined;
3111
3102
  prependInnerIcon?: IconValue | undefined;
3112
3103
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
3113
3104
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
@@ -3132,7 +3123,6 @@ declare const VSelect: {
3132
3123
  tile: boolean;
3133
3124
  density: Density;
3134
3125
  slim: boolean;
3135
- valueComparator: typeof deepEqual;
3136
3126
  activatable: boolean;
3137
3127
  selectable: boolean;
3138
3128
  selectStrategy: SelectStrategyProp;
@@ -3150,7 +3140,6 @@ declare const VSelect: {
3150
3140
  tile: boolean;
3151
3141
  density: Density;
3152
3142
  slim: boolean;
3153
- valueComparator: typeof deepEqual;
3154
3143
  activatable: boolean;
3155
3144
  selectable: boolean;
3156
3145
  selectStrategy: SelectStrategyProp;
@@ -3173,6 +3162,7 @@ declare const VSelect: {
3173
3162
  baseColor?: string | undefined;
3174
3163
  bgColor?: string | undefined;
3175
3164
  activeColor?: string | undefined;
3165
+ valueComparator?: typeof deepEqual | undefined;
3176
3166
  activeClass?: string | undefined;
3177
3167
  activeStrategy?: ActiveStrategyProp | undefined;
3178
3168
  collapseIcon?: IconValue | undefined;
@@ -3194,7 +3184,6 @@ declare const VSelect: {
3194
3184
  tile: boolean;
3195
3185
  density: Density;
3196
3186
  slim: boolean;
3197
- valueComparator: typeof deepEqual;
3198
3187
  activatable: boolean;
3199
3188
  selectable: boolean;
3200
3189
  selectStrategy: SelectStrategyProp;
@@ -3218,6 +3207,7 @@ declare const VSelect: {
3218
3207
  baseColor?: string | undefined;
3219
3208
  bgColor?: string | undefined;
3220
3209
  activeColor?: string | undefined;
3210
+ valueComparator?: typeof deepEqual | undefined;
3221
3211
  activeClass?: string | undefined;
3222
3212
  activeStrategy?: ActiveStrategyProp | undefined;
3223
3213
  collapseIcon?: IconValue | undefined;
@@ -3229,7 +3219,7 @@ declare const VSelect: {
3229
3219
  value: boolean;
3230
3220
  path: unknown[];
3231
3221
  }) => any) | undefined;
3232
- }, "variant" | "nav" | "style" | "disabled" | "tag" | "lines" | "mandatory" | "rounded" | "tile" | "density" | "slim" | "valueComparator" | "activatable" | "selectable" | "selectStrategy" | "openStrategy" | "returnObject" | "itemType"> & {
3222
+ }, "variant" | "nav" | "style" | "disabled" | "tag" | "lines" | "mandatory" | "rounded" | "tile" | "density" | "slim" | "activatable" | "selectable" | "selectStrategy" | "openStrategy" | "returnObject" | "itemType"> & {
3233
3223
  items?: readonly any[] | undefined;
3234
3224
  itemTitle?: SelectItemKey<any>;
3235
3225
  itemValue?: SelectItemKey<any>;
@@ -3556,7 +3546,6 @@ declare const VSelect: {
3556
3546
  rules: readonly ValidationRule[];
3557
3547
  tile: boolean;
3558
3548
  density: Density;
3559
- valueComparator: typeof deepEqual;
3560
3549
  clearIcon: IconValue;
3561
3550
  hideSpinButtons: boolean;
3562
3551
  persistentHint: boolean;
@@ -3595,6 +3584,7 @@ declare const VSelect: {
3595
3584
  bgColor?: string | undefined;
3596
3585
  prependIcon?: IconValue | undefined;
3597
3586
  appendIcon?: IconValue | undefined;
3587
+ valueComparator?: typeof deepEqual | undefined;
3598
3588
  prependInnerIcon?: IconValue | undefined;
3599
3589
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
3600
3590
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
@@ -3619,7 +3609,6 @@ declare const VSelect: {
3619
3609
  tile: boolean;
3620
3610
  density: Density;
3621
3611
  slim: boolean;
3622
- valueComparator: typeof deepEqual;
3623
3612
  activatable: boolean;
3624
3613
  selectable: boolean;
3625
3614
  selectStrategy: SelectStrategyProp;
@@ -3637,7 +3626,6 @@ declare const VSelect: {
3637
3626
  tile: boolean;
3638
3627
  density: Density;
3639
3628
  slim: boolean;
3640
- valueComparator: typeof deepEqual;
3641
3629
  activatable: boolean;
3642
3630
  selectable: boolean;
3643
3631
  selectStrategy: SelectStrategyProp;
@@ -3660,6 +3648,7 @@ declare const VSelect: {
3660
3648
  baseColor?: string | undefined;
3661
3649
  bgColor?: string | undefined;
3662
3650
  activeColor?: string | undefined;
3651
+ valueComparator?: typeof deepEqual | undefined;
3663
3652
  activeClass?: string | undefined;
3664
3653
  activeStrategy?: ActiveStrategyProp | undefined;
3665
3654
  collapseIcon?: IconValue | undefined;
@@ -3681,7 +3670,6 @@ declare const VSelect: {
3681
3670
  tile: boolean;
3682
3671
  density: Density;
3683
3672
  slim: boolean;
3684
- valueComparator: typeof deepEqual;
3685
3673
  activatable: boolean;
3686
3674
  selectable: boolean;
3687
3675
  selectStrategy: SelectStrategyProp;
@@ -3705,6 +3693,7 @@ declare const VSelect: {
3705
3693
  baseColor?: string | undefined;
3706
3694
  bgColor?: string | undefined;
3707
3695
  activeColor?: string | undefined;
3696
+ valueComparator?: typeof deepEqual | undefined;
3708
3697
  activeClass?: string | undefined;
3709
3698
  activeStrategy?: ActiveStrategyProp | undefined;
3710
3699
  collapseIcon?: IconValue | undefined;
@@ -3716,7 +3705,7 @@ declare const VSelect: {
3716
3705
  value: boolean;
3717
3706
  path: unknown[];
3718
3707
  }) => any) | undefined;
3719
- }, "variant" | "nav" | "style" | "disabled" | "tag" | "lines" | "mandatory" | "rounded" | "tile" | "density" | "slim" | "valueComparator" | "activatable" | "selectable" | "selectStrategy" | "openStrategy" | "returnObject" | "itemType"> & {
3708
+ }, "variant" | "nav" | "style" | "disabled" | "tag" | "lines" | "mandatory" | "rounded" | "tile" | "density" | "slim" | "activatable" | "selectable" | "selectStrategy" | "openStrategy" | "returnObject" | "itemType"> & {
3720
3709
  items?: readonly any[] | undefined;
3721
3710
  itemTitle?: SelectItemKey<any>;
3722
3711
  itemValue?: SelectItemKey<any>;
@@ -4040,7 +4029,6 @@ declare const VSelect: {
4040
4029
  rounded: string | number | boolean;
4041
4030
  tile: boolean;
4042
4031
  density: Density;
4043
- valueComparator: typeof deepEqual;
4044
4032
  clearIcon: IconValue;
4045
4033
  centerAffix: boolean;
4046
4034
  hideSpinButtons: boolean;
@@ -4126,7 +4114,6 @@ declare const VSelect: {
4126
4114
  rules: readonly ValidationRule[];
4127
4115
  tile: boolean;
4128
4116
  density: Density;
4129
- valueComparator: typeof deepEqual;
4130
4117
  clearIcon: IconValue;
4131
4118
  hideSpinButtons: boolean;
4132
4119
  persistentHint: boolean;
@@ -4165,6 +4152,7 @@ declare const VSelect: {
4165
4152
  bgColor?: string | undefined;
4166
4153
  prependIcon?: IconValue | undefined;
4167
4154
  appendIcon?: IconValue | undefined;
4155
+ valueComparator?: typeof deepEqual | undefined;
4168
4156
  prependInnerIcon?: IconValue | undefined;
4169
4157
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
4170
4158
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
@@ -4189,7 +4177,6 @@ declare const VSelect: {
4189
4177
  tile: boolean;
4190
4178
  density: Density;
4191
4179
  slim: boolean;
4192
- valueComparator: typeof deepEqual;
4193
4180
  activatable: boolean;
4194
4181
  selectable: boolean;
4195
4182
  selectStrategy: SelectStrategyProp;
@@ -4207,7 +4194,6 @@ declare const VSelect: {
4207
4194
  tile: boolean;
4208
4195
  density: Density;
4209
4196
  slim: boolean;
4210
- valueComparator: typeof deepEqual;
4211
4197
  activatable: boolean;
4212
4198
  selectable: boolean;
4213
4199
  selectStrategy: SelectStrategyProp;
@@ -4230,6 +4216,7 @@ declare const VSelect: {
4230
4216
  baseColor?: string | undefined;
4231
4217
  bgColor?: string | undefined;
4232
4218
  activeColor?: string | undefined;
4219
+ valueComparator?: typeof deepEqual | undefined;
4233
4220
  activeClass?: string | undefined;
4234
4221
  activeStrategy?: ActiveStrategyProp | undefined;
4235
4222
  collapseIcon?: IconValue | undefined;
@@ -4251,7 +4238,6 @@ declare const VSelect: {
4251
4238
  tile: boolean;
4252
4239
  density: Density;
4253
4240
  slim: boolean;
4254
- valueComparator: typeof deepEqual;
4255
4241
  activatable: boolean;
4256
4242
  selectable: boolean;
4257
4243
  selectStrategy: SelectStrategyProp;
@@ -4275,6 +4261,7 @@ declare const VSelect: {
4275
4261
  baseColor?: string | undefined;
4276
4262
  bgColor?: string | undefined;
4277
4263
  activeColor?: string | undefined;
4264
+ valueComparator?: typeof deepEqual | undefined;
4278
4265
  activeClass?: string | undefined;
4279
4266
  activeStrategy?: ActiveStrategyProp | undefined;
4280
4267
  collapseIcon?: IconValue | undefined;
@@ -4286,7 +4273,7 @@ declare const VSelect: {
4286
4273
  value: boolean;
4287
4274
  path: unknown[];
4288
4275
  }) => any) | undefined;
4289
- }, "variant" | "nav" | "style" | "disabled" | "tag" | "lines" | "mandatory" | "rounded" | "tile" | "density" | "slim" | "valueComparator" | "activatable" | "selectable" | "selectStrategy" | "openStrategy" | "returnObject" | "itemType"> & {
4276
+ }, "variant" | "nav" | "style" | "disabled" | "tag" | "lines" | "mandatory" | "rounded" | "tile" | "density" | "slim" | "activatable" | "selectable" | "selectStrategy" | "openStrategy" | "returnObject" | "itemType"> & {
4290
4277
  items?: readonly any[] | undefined;
4291
4278
  itemTitle?: SelectItemKey<any>;
4292
4279
  itemValue?: SelectItemKey<any>;
@@ -4610,7 +4597,6 @@ declare const VSelect: {
4610
4597
  rounded: string | number | boolean;
4611
4598
  tile: boolean;
4612
4599
  density: Density;
4613
- valueComparator: typeof deepEqual;
4614
4600
  clearIcon: IconValue;
4615
4601
  centerAffix: boolean;
4616
4602
  hideSpinButtons: boolean;
@@ -4661,7 +4647,6 @@ declare const VSelect: {
4661
4647
  rules: readonly ValidationRule[];
4662
4648
  tile: boolean;
4663
4649
  density: Density;
4664
- valueComparator: typeof deepEqual;
4665
4650
  clearIcon: IconValue;
4666
4651
  hideSpinButtons: boolean;
4667
4652
  persistentHint: boolean;
@@ -4700,6 +4685,7 @@ declare const VSelect: {
4700
4685
  bgColor?: string | undefined;
4701
4686
  prependIcon?: IconValue | undefined;
4702
4687
  appendIcon?: IconValue | undefined;
4688
+ valueComparator?: typeof deepEqual | undefined;
4703
4689
  prependInnerIcon?: IconValue | undefined;
4704
4690
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
4705
4691
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
@@ -4724,7 +4710,6 @@ declare const VSelect: {
4724
4710
  tile: boolean;
4725
4711
  density: Density;
4726
4712
  slim: boolean;
4727
- valueComparator: typeof deepEqual;
4728
4713
  activatable: boolean;
4729
4714
  selectable: boolean;
4730
4715
  selectStrategy: SelectStrategyProp;
@@ -4742,7 +4727,6 @@ declare const VSelect: {
4742
4727
  tile: boolean;
4743
4728
  density: Density;
4744
4729
  slim: boolean;
4745
- valueComparator: typeof deepEqual;
4746
4730
  activatable: boolean;
4747
4731
  selectable: boolean;
4748
4732
  selectStrategy: SelectStrategyProp;
@@ -4765,6 +4749,7 @@ declare const VSelect: {
4765
4749
  baseColor?: string | undefined;
4766
4750
  bgColor?: string | undefined;
4767
4751
  activeColor?: string | undefined;
4752
+ valueComparator?: typeof deepEqual | undefined;
4768
4753
  activeClass?: string | undefined;
4769
4754
  activeStrategy?: ActiveStrategyProp | undefined;
4770
4755
  collapseIcon?: IconValue | undefined;
@@ -4786,7 +4771,6 @@ declare const VSelect: {
4786
4771
  tile: boolean;
4787
4772
  density: Density;
4788
4773
  slim: boolean;
4789
- valueComparator: typeof deepEqual;
4790
4774
  activatable: boolean;
4791
4775
  selectable: boolean;
4792
4776
  selectStrategy: SelectStrategyProp;
@@ -4810,6 +4794,7 @@ declare const VSelect: {
4810
4794
  baseColor?: string | undefined;
4811
4795
  bgColor?: string | undefined;
4812
4796
  activeColor?: string | undefined;
4797
+ valueComparator?: typeof deepEqual | undefined;
4813
4798
  activeClass?: string | undefined;
4814
4799
  activeStrategy?: ActiveStrategyProp | undefined;
4815
4800
  collapseIcon?: IconValue | undefined;
@@ -4821,7 +4806,7 @@ declare const VSelect: {
4821
4806
  value: boolean;
4822
4807
  path: unknown[];
4823
4808
  }) => any) | undefined;
4824
- }, "variant" | "nav" | "style" | "disabled" | "tag" | "lines" | "mandatory" | "rounded" | "tile" | "density" | "slim" | "valueComparator" | "activatable" | "selectable" | "selectStrategy" | "openStrategy" | "returnObject" | "itemType"> & {
4809
+ }, "variant" | "nav" | "style" | "disabled" | "tag" | "lines" | "mandatory" | "rounded" | "tile" | "density" | "slim" | "activatable" | "selectable" | "selectStrategy" | "openStrategy" | "returnObject" | "itemType"> & {
4825
4810
  items?: readonly any[] | undefined;
4826
4811
  itemTitle?: SelectItemKey<any>;
4827
4812
  itemValue?: SelectItemKey<any>;
@@ -5149,7 +5134,6 @@ declare const VSelect: {
5149
5134
  rounded: string | number | boolean;
5150
5135
  tile: boolean;
5151
5136
  density: Density;
5152
- valueComparator: typeof deepEqual;
5153
5137
  clearIcon: IconValue;
5154
5138
  centerAffix: boolean;
5155
5139
  hideSpinButtons: boolean;
@@ -5381,10 +5365,7 @@ declare const VSelect: {
5381
5365
  default: string;
5382
5366
  };
5383
5367
  returnObject: BooleanConstructor;
5384
- valueComparator: {
5385
- type: PropType<typeof deepEqual>;
5386
- default: typeof deepEqual;
5387
- };
5368
+ valueComparator: PropType<typeof deepEqual>;
5388
5369
  chips: BooleanConstructor;
5389
5370
  closableChips: BooleanConstructor;
5390
5371
  closeText: {
@@ -5570,10 +5551,7 @@ declare const VSelect: {
5570
5551
  default: string;
5571
5552
  };
5572
5553
  returnObject: BooleanConstructor;
5573
- valueComparator: {
5574
- type: PropType<typeof deepEqual>;
5575
- default: typeof deepEqual;
5576
- };
5554
+ valueComparator: PropType<typeof deepEqual>;
5577
5555
  chips: BooleanConstructor;
5578
5556
  closableChips: BooleanConstructor;
5579
5557
  closeText: {
@@ -1,4 +1,4 @@
1
- import { withDirectives as _withDirectives, resolveDirective as _resolveDirective, Fragment as _Fragment, createVNode as _createVNode, mergeProps as _mergeProps } from "vue";
1
+ import { mergeProps as _mergeProps, createVNode as _createVNode, Fragment as _Fragment, resolveDirective as _resolveDirective, withDirectives as _withDirectives } from "vue";
2
2
  // Styles
3
3
  import "./VSelectionControl.css";
4
4
 
@@ -1,5 +1,5 @@
1
1
  import * as vue from 'vue';
2
- import { ComponentPropsOptions, ExtractPropTypes, VNodeChild, VNode, PropType, ComponentPublicInstance, FunctionalComponent, DirectiveBinding, Ref, CSSProperties, WritableComputedRef } from 'vue';
2
+ import { VNodeChild, VNode, ComponentPropsOptions, ExtractPropTypes, ComponentPublicInstance, FunctionalComponent, PropType, DirectiveBinding, Ref, CSSProperties, WritableComputedRef } from 'vue';
3
3
 
4
4
  type ClassValue = any;
5
5
 
@@ -1,5 +1,5 @@
1
1
  import * as vue from 'vue';
2
- import { ComponentPropsOptions, ExtractPropTypes, VNodeChild, VNode, PropType, ComponentPublicInstance, FunctionalComponent, DirectiveBinding } from 'vue';
2
+ import { VNodeChild, VNode, ComponentPropsOptions, ExtractPropTypes, ComponentPublicInstance, FunctionalComponent, PropType, DirectiveBinding } 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, resolveDirective as _resolveDirective } from "vue";
1
+ import { createVNode as _createVNode } from "vue";
2
2
  // Styles
3
3
  import "./VSheet.css";
4
4
 
@@ -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 "./VSkeletonLoader.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, InjectionKey, UnwrapRef } from 'vue';
2
+ import { VNodeChild, VNode, ComponentPropsOptions, ExtractPropTypes, ComponentPublicInstance, FunctionalComponent, PropType, Ref, ComponentInternalInstance, ComputedRef, InjectionKey, UnwrapRef } 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, Fragment as _Fragment } from "vue";
1
+ import { Fragment as _Fragment, createVNode as _createVNode, mergeProps as _mergeProps } from "vue";
2
2
  // Styles
3
3
  import "./VSlider.css";
4
4
 
@@ -1,4 +1,4 @@
1
- import { vShow as _vShow, withDirectives as _withDirectives, resolveDirective as _resolveDirective, createVNode as _createVNode } from "vue";
1
+ import { createVNode as _createVNode, resolveDirective as _resolveDirective, withDirectives as _withDirectives, vShow as _vShow } from "vue";
2
2
  // Styles
3
3
  import "./VSliderThumb.css";
4
4
 
@@ -137,6 +137,8 @@ export const useSlider = _ref => {
137
137
  const trackContainerRef = ref();
138
138
  const activeThumbRef = ref();
139
139
  function parseMouseMove(e) {
140
+ const el = trackContainerRef.value?.$el;
141
+ if (!el) return;
140
142
  const vertical = props.direction === 'vertical';
141
143
  const start = vertical ? 'top' : 'left';
142
144
  const length = vertical ? 'height' : 'width';
@@ -144,7 +146,7 @@ export const useSlider = _ref => {
144
146
  const {
145
147
  [start]: trackStart,
146
148
  [length]: trackLength
147
- } = trackContainerRef.value?.$el.getBoundingClientRect();
149
+ } = el.getBoundingClientRect();
148
150
  const clickOffset = getPosition(e, position);
149
151
 
150
152
  // It is possible for left to be NaN, force to number
@@ -153,13 +155,17 @@ export const useSlider = _ref => {
153
155
  return roundValue(min.value + clickPos * (max.value - min.value));
154
156
  }
155
157
  const handleStop = e => {
156
- onSliderEnd({
157
- value: parseMouseMove(e)
158
- });
158
+ const value = parseMouseMove(e);
159
+ if (value != null) {
160
+ onSliderEnd({
161
+ value
162
+ });
163
+ }
159
164
  mousePressed.value = false;
160
165
  startOffset.value = 0;
161
166
  };
162
167
  const handleStart = e => {
168
+ const value = parseMouseMove(e);
163
169
  activeThumbRef.value = getActiveThumb(e);
164
170
  if (!activeThumbRef.value) return;
165
171
  mousePressed.value = true;
@@ -167,13 +173,17 @@ export const useSlider = _ref => {
167
173
  startOffset.value = getOffset(e, activeThumbRef.value, props.direction);
168
174
  } else {
169
175
  startOffset.value = 0;
170
- onSliderMove({
171
- value: parseMouseMove(e)
176
+ if (value != null) {
177
+ onSliderMove({
178
+ value
179
+ });
180
+ }
181
+ }
182
+ if (value != null) {
183
+ onSliderStart({
184
+ value
172
185
  });
173
186
  }
174
- onSliderStart({
175
- value: parseMouseMove(e)
176
- });
177
187
  nextTick(() => activeThumbRef.value?.focus());
178
188
  };
179
189
  const moveListenerOptions = {
@@ -181,9 +191,12 @@ export const useSlider = _ref => {
181
191
  capture: true
182
192
  };
183
193
  function onMouseMove(e) {
184
- onSliderMove({
185
- value: parseMouseMove(e)
186
- });
194
+ const value = parseMouseMove(e);
195
+ if (value != null) {
196
+ onSliderMove({
197
+ value
198
+ });
199
+ }
187
200
  }
188
201
  function onSliderMouseUp(e) {
189
202
  e.stopPropagation();