@vuetify/nightly 3.7.14-master.2025-02-27 → 3.7.14-master.2025-03-02

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 (40) hide show
  1. package/CHANGELOG.md +13 -3
  2. package/dist/json/attributes.json +1090 -1090
  3. package/dist/json/importMap-labs.json +34 -34
  4. package/dist/json/importMap.json +208 -208
  5. package/dist/json/web-types.json +2092 -2092
  6. package/dist/vuetify-labs.css +3237 -3233
  7. package/dist/vuetify-labs.d.ts +15 -9
  8. package/dist/vuetify-labs.esm.js +97 -24
  9. package/dist/vuetify-labs.esm.js.map +1 -1
  10. package/dist/vuetify-labs.js +97 -24
  11. package/dist/vuetify-labs.min.css +2 -2
  12. package/dist/vuetify.css +2908 -2908
  13. package/dist/vuetify.d.ts +74 -74
  14. package/dist/vuetify.esm.js +6 -3
  15. package/dist/vuetify.esm.js.map +1 -1
  16. package/dist/vuetify.js +6 -3
  17. package/dist/vuetify.js.map +1 -1
  18. package/dist/vuetify.min.css +2 -2
  19. package/dist/vuetify.min.js +5 -5
  20. package/dist/vuetify.min.js.map +1 -1
  21. package/lib/components/VList/VListItem.mjs +2 -0
  22. package/lib/components/VList/VListItem.mjs.map +1 -1
  23. package/lib/components/VSlider/slider.mjs +1 -0
  24. package/lib/components/VSlider/slider.mjs.map +1 -1
  25. package/lib/entry-bundler.mjs +1 -1
  26. package/lib/framework.mjs +1 -1
  27. package/lib/index.d.mts +74 -74
  28. package/lib/labs/VFileUpload/VFileUpload.css +5 -1
  29. package/lib/labs/VFileUpload/VFileUpload.sass +4 -0
  30. package/lib/labs/VFileUpload/_variables.scss +1 -1
  31. package/lib/labs/VNumberInput/VNumberInput.mjs +53 -18
  32. package/lib/labs/VNumberInput/VNumberInput.mjs.map +1 -1
  33. package/lib/labs/VNumberInput/hold.mjs +31 -0
  34. package/lib/labs/VNumberInput/hold.mjs.map +1 -0
  35. package/lib/labs/VNumberInput/index.d.mts +1 -1
  36. package/lib/labs/VTreeview/VTreeviewItem.mjs +11 -4
  37. package/lib/labs/VTreeview/VTreeviewItem.mjs.map +1 -1
  38. package/lib/labs/VTreeview/index.d.mts +14 -8
  39. package/lib/labs/components.d.mts +15 -9
  40. package/package.json +1 -1
package/dist/vuetify.d.ts CHANGED
@@ -66957,76 +66957,78 @@ declare module 'vue' {
66957
66957
  $children?: VNodeChild
66958
66958
  }
66959
66959
  export interface GlobalComponents {
66960
+ VAlert: typeof import('vuetify/components')['VAlert']
66961
+ VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
66962
+ VApp: typeof import('vuetify/components')['VApp']
66963
+ VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
66960
66964
  VAppBar: typeof import('vuetify/components')['VAppBar']
66961
66965
  VAppBarNavIcon: typeof import('vuetify/components')['VAppBarNavIcon']
66962
66966
  VAppBarTitle: typeof import('vuetify/components')['VAppBarTitle']
66963
- VApp: typeof import('vuetify/components')['VApp']
66964
- VAlert: typeof import('vuetify/components')['VAlert']
66965
- VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
66966
66967
  VAvatar: typeof import('vuetify/components')['VAvatar']
66967
- VBanner: typeof import('vuetify/components')['VBanner']
66968
- VBannerActions: typeof import('vuetify/components')['VBannerActions']
66969
- VBannerText: typeof import('vuetify/components')['VBannerText']
66970
66968
  VBadge: typeof import('vuetify/components')['VBadge']
66971
- VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
66972
66969
  VBtn: typeof import('vuetify/components')['VBtn']
66970
+ VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
66973
66971
  VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
66974
66972
  VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
66975
66973
  VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
66976
- VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
66977
- VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
66978
- VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
66979
- VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
66980
- VChipGroup: typeof import('vuetify/components')['VChipGroup']
66974
+ VBanner: typeof import('vuetify/components')['VBanner']
66975
+ VBannerActions: typeof import('vuetify/components')['VBannerActions']
66976
+ VBannerText: typeof import('vuetify/components')['VBannerText']
66981
66977
  VCard: typeof import('vuetify/components')['VCard']
66982
66978
  VCardActions: typeof import('vuetify/components')['VCardActions']
66983
66979
  VCardItem: typeof import('vuetify/components')['VCardItem']
66984
66980
  VCardSubtitle: typeof import('vuetify/components')['VCardSubtitle']
66985
66981
  VCardText: typeof import('vuetify/components')['VCardText']
66986
66982
  VCardTitle: typeof import('vuetify/components')['VCardTitle']
66983
+ VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
66984
+ VCarousel: typeof import('vuetify/components')['VCarousel']
66985
+ VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
66986
+ VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
66987
+ VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
66987
66988
  VChip: typeof import('vuetify/components')['VChip']
66989
+ VCheckbox: typeof import('vuetify/components')['VCheckbox']
66990
+ VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
66991
+ VCounter: typeof import('vuetify/components')['VCounter']
66992
+ VCombobox: typeof import('vuetify/components')['VCombobox']
66993
+ VChipGroup: typeof import('vuetify/components')['VChipGroup']
66994
+ VDataTable: typeof import('vuetify/components')['VDataTable']
66995
+ VDataTableHeaders: typeof import('vuetify/components')['VDataTableHeaders']
66996
+ VDataTableFooter: typeof import('vuetify/components')['VDataTableFooter']
66997
+ VDataTableRows: typeof import('vuetify/components')['VDataTableRows']
66998
+ VDataTableRow: typeof import('vuetify/components')['VDataTableRow']
66999
+ VDataTableVirtual: typeof import('vuetify/components')['VDataTableVirtual']
67000
+ VDataTableServer: typeof import('vuetify/components')['VDataTableServer']
66988
67001
  VColorPicker: typeof import('vuetify/components')['VColorPicker']
67002
+ VDialog: typeof import('vuetify/components')['VDialog']
66989
67003
  VCode: typeof import('vuetify/components')['VCode']
66990
- VCounter: typeof import('vuetify/components')['VCounter']
67004
+ VDivider: typeof import('vuetify/components')['VDivider']
67005
+ VFab: typeof import('vuetify/components')['VFab']
67006
+ VEmptyState: typeof import('vuetify/components')['VEmptyState']
66991
67007
  VDatePicker: typeof import('vuetify/components')['VDatePicker']
66992
67008
  VDatePickerControls: typeof import('vuetify/components')['VDatePickerControls']
66993
67009
  VDatePickerHeader: typeof import('vuetify/components')['VDatePickerHeader']
66994
67010
  VDatePickerMonth: typeof import('vuetify/components')['VDatePickerMonth']
66995
67011
  VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
66996
67012
  VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
66997
- VDialog: typeof import('vuetify/components')['VDialog']
66998
- VEmptyState: typeof import('vuetify/components')['VEmptyState']
66999
- VCheckbox: typeof import('vuetify/components')['VCheckbox']
67000
- VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
67013
+ VField: typeof import('vuetify/components')['VField']
67014
+ VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
67015
+ VFileInput: typeof import('vuetify/components')['VFileInput']
67001
67016
  VExpansionPanels: typeof import('vuetify/components')['VExpansionPanels']
67002
67017
  VExpansionPanel: typeof import('vuetify/components')['VExpansionPanel']
67003
67018
  VExpansionPanelText: typeof import('vuetify/components')['VExpansionPanelText']
67004
67019
  VExpansionPanelTitle: typeof import('vuetify/components')['VExpansionPanelTitle']
67005
- VDivider: typeof import('vuetify/components')['VDivider']
67006
67020
  VFooter: typeof import('vuetify/components')['VFooter']
67007
- VField: typeof import('vuetify/components')['VField']
67008
- VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
67009
- VFab: typeof import('vuetify/components')['VFab']
67010
- VFileInput: typeof import('vuetify/components')['VFileInput']
67011
- VCombobox: typeof import('vuetify/components')['VCombobox']
67021
+ VImg: typeof import('vuetify/components')['VImg']
67022
+ VInput: typeof import('vuetify/components')['VInput']
67012
67023
  VIcon: typeof import('vuetify/components')['VIcon']
67013
67024
  VComponentIcon: typeof import('vuetify/components')['VComponentIcon']
67014
67025
  VSvgIcon: typeof import('vuetify/components')['VSvgIcon']
67015
67026
  VLigatureIcon: typeof import('vuetify/components')['VLigatureIcon']
67016
67027
  VClassIcon: typeof import('vuetify/components')['VClassIcon']
67017
67028
  VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
67018
- VDataTable: typeof import('vuetify/components')['VDataTable']
67019
- VDataTableHeaders: typeof import('vuetify/components')['VDataTableHeaders']
67020
- VDataTableFooter: typeof import('vuetify/components')['VDataTableFooter']
67021
- VDataTableRows: typeof import('vuetify/components')['VDataTableRows']
67022
- VDataTableRow: typeof import('vuetify/components')['VDataTableRow']
67023
- VDataTableVirtual: typeof import('vuetify/components')['VDataTableVirtual']
67024
- VDataTableServer: typeof import('vuetify/components')['VDataTableServer']
67025
- VCarousel: typeof import('vuetify/components')['VCarousel']
67026
- VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
67027
- VImg: typeof import('vuetify/components')['VImg']
67028
- VItemGroup: typeof import('vuetify/components')['VItemGroup']
67029
- VItem: typeof import('vuetify/components')['VItem']
67029
+ VLabel: typeof import('vuetify/components')['VLabel']
67030
+ VKbd: typeof import('vuetify/components')['VKbd']
67031
+ VMessages: typeof import('vuetify/components')['VMessages']
67030
67032
  VList: typeof import('vuetify/components')['VList']
67031
67033
  VListGroup: typeof import('vuetify/components')['VListGroup']
67032
67034
  VListImg: typeof import('vuetify/components')['VListImg']
@@ -67036,54 +67038,52 @@ declare module 'vue' {
67036
67038
  VListItemSubtitle: typeof import('vuetify/components')['VListItemSubtitle']
67037
67039
  VListItemTitle: typeof import('vuetify/components')['VListItemTitle']
67038
67040
  VListSubheader: typeof import('vuetify/components')['VListSubheader']
67039
- VInput: typeof import('vuetify/components')['VInput']
67041
+ VItemGroup: typeof import('vuetify/components')['VItemGroup']
67042
+ VItem: typeof import('vuetify/components')['VItem']
67040
67043
  VMain: typeof import('vuetify/components')['VMain']
67041
- VLabel: typeof import('vuetify/components')['VLabel']
67042
67044
  VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
67043
- VMenu: typeof import('vuetify/components')['VMenu']
67044
- VKbd: typeof import('vuetify/components')['VKbd']
67045
67045
  VOtpInput: typeof import('vuetify/components')['VOtpInput']
67046
+ VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
67047
+ VMenu: typeof import('vuetify/components')['VMenu']
67046
67048
  VOverlay: typeof import('vuetify/components')['VOverlay']
67047
- VPagination: typeof import('vuetify/components')['VPagination']
67048
67049
  VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
67049
- VMessages: typeof import('vuetify/components')['VMessages']
67050
- VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
67051
67050
  VRating: typeof import('vuetify/components')['VRating']
67052
- VSelect: typeof import('vuetify/components')['VSelect']
67053
67051
  VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
67052
+ VPagination: typeof import('vuetify/components')['VPagination']
67054
67053
  VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
67054
+ VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
67055
+ VSelect: typeof import('vuetify/components')['VSelect']
67055
67056
  VSheet: typeof import('vuetify/components')['VSheet']
67056
67057
  VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
67057
67058
  VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
67058
67059
  VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
67059
- VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
67060
67060
  VSlider: typeof import('vuetify/components')['VSlider']
67061
+ VSystemBar: typeof import('vuetify/components')['VSystemBar']
67062
+ VSwitch: typeof import('vuetify/components')['VSwitch']
67063
+ VSnackbar: typeof import('vuetify/components')['VSnackbar']
67064
+ VTable: typeof import('vuetify/components')['VTable']
67065
+ VTab: typeof import('vuetify/components')['VTab']
67066
+ VTabs: typeof import('vuetify/components')['VTabs']
67067
+ VTabsWindow: typeof import('vuetify/components')['VTabsWindow']
67068
+ VTabsWindowItem: typeof import('vuetify/components')['VTabsWindowItem']
67061
67069
  VStepper: typeof import('vuetify/components')['VStepper']
67062
67070
  VStepperActions: typeof import('vuetify/components')['VStepperActions']
67063
67071
  VStepperHeader: typeof import('vuetify/components')['VStepperHeader']
67064
67072
  VStepperItem: typeof import('vuetify/components')['VStepperItem']
67065
67073
  VStepperWindow: typeof import('vuetify/components')['VStepperWindow']
67066
67074
  VStepperWindowItem: typeof import('vuetify/components')['VStepperWindowItem']
67067
- VSwitch: typeof import('vuetify/components')['VSwitch']
67068
- VSystemBar: typeof import('vuetify/components')['VSystemBar']
67069
- VTab: typeof import('vuetify/components')['VTab']
67070
- VTabs: typeof import('vuetify/components')['VTabs']
67071
- VTabsWindow: typeof import('vuetify/components')['VTabsWindow']
67072
- VTabsWindowItem: typeof import('vuetify/components')['VTabsWindowItem']
67073
- VTable: typeof import('vuetify/components')['VTable']
67074
67075
  VTextField: typeof import('vuetify/components')['VTextField']
67076
+ VTimeline: typeof import('vuetify/components')['VTimeline']
67077
+ VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
67075
67078
  VTextarea: typeof import('vuetify/components')['VTextarea']
67076
- VSnackbar: typeof import('vuetify/components')['VSnackbar']
67077
- VTooltip: typeof import('vuetify/components')['VTooltip']
67079
+ VWindow: typeof import('vuetify/components')['VWindow']
67080
+ VWindowItem: typeof import('vuetify/components')['VWindowItem']
67078
67081
  VToolbar: typeof import('vuetify/components')['VToolbar']
67079
67082
  VToolbarTitle: typeof import('vuetify/components')['VToolbarTitle']
67080
67083
  VToolbarItems: typeof import('vuetify/components')['VToolbarItems']
67081
- VWindow: typeof import('vuetify/components')['VWindow']
67082
- VWindowItem: typeof import('vuetify/components')['VWindowItem']
67083
- VTimeline: typeof import('vuetify/components')['VTimeline']
67084
- VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
67085
- VDataIterator: typeof import('vuetify/components')['VDataIterator']
67084
+ VTooltip: typeof import('vuetify/components')['VTooltip']
67086
67085
  VConfirmEdit: typeof import('vuetify/components')['VConfirmEdit']
67086
+ VDataIterator: typeof import('vuetify/components')['VDataIterator']
67087
67087
  VDefaultsProvider: typeof import('vuetify/components')['VDefaultsProvider']
67088
67088
  VForm: typeof import('vuetify/components')['VForm']
67089
67089
  VHover: typeof import('vuetify/components')['VHover']
@@ -67091,20 +67091,20 @@ declare module 'vue' {
67091
67091
  VCol: typeof import('vuetify/components')['VCol']
67092
67092
  VRow: typeof import('vuetify/components')['VRow']
67093
67093
  VSpacer: typeof import('vuetify/components')['VSpacer']
67094
- VLazy: typeof import('vuetify/components')['VLazy']
67095
67094
  VLayout: typeof import('vuetify/components')['VLayout']
67096
67095
  VLayoutItem: typeof import('vuetify/components')['VLayoutItem']
67096
+ VLazy: typeof import('vuetify/components')['VLazy']
67097
67097
  VLocaleProvider: typeof import('vuetify/components')['VLocaleProvider']
67098
67098
  VNoSsr: typeof import('vuetify/components')['VNoSsr']
67099
67099
  VParallax: typeof import('vuetify/components')['VParallax']
67100
+ VRadio: typeof import('vuetify/components')['VRadio']
67100
67101
  VRangeSlider: typeof import('vuetify/components')['VRangeSlider']
67101
- VSparkline: typeof import('vuetify/components')['VSparkline']
67102
67102
  VResponsive: typeof import('vuetify/components')['VResponsive']
67103
- VRadio: typeof import('vuetify/components')['VRadio']
67104
67103
  VSpeedDial: typeof import('vuetify/components')['VSpeedDial']
67104
+ VSparkline: typeof import('vuetify/components')['VSparkline']
67105
+ VVirtualScroll: typeof import('vuetify/components')['VVirtualScroll']
67105
67106
  VThemeProvider: typeof import('vuetify/components')['VThemeProvider']
67106
67107
  VValidation: typeof import('vuetify/components')['VValidation']
67107
- VVirtualScroll: typeof import('vuetify/components')['VVirtualScroll']
67108
67108
  VFabTransition: typeof import('vuetify/components')['VFabTransition']
67109
67109
  VDialogBottomTransition: typeof import('vuetify/components')['VDialogBottomTransition']
67110
67110
  VDialogTopTransition: typeof import('vuetify/components')['VDialogTopTransition']
@@ -67121,28 +67121,28 @@ declare module 'vue' {
67121
67121
  VExpandTransition: typeof import('vuetify/components')['VExpandTransition']
67122
67122
  VExpandXTransition: typeof import('vuetify/components')['VExpandXTransition']
67123
67123
  VDialogTransition: typeof import('vuetify/components')['VDialogTransition']
67124
- VNumberInput: typeof import('vuetify/labs/components')['VNumberInput']
67125
- VFileUpload: typeof import('vuetify/labs/components')['VFileUpload']
67126
- VFileUploadItem: typeof import('vuetify/labs/components')['VFileUploadItem']
67127
67124
  VCalendar: typeof import('vuetify/labs/components')['VCalendar']
67128
67125
  VCalendarDay: typeof import('vuetify/labs/components')['VCalendarDay']
67129
67126
  VCalendarHeader: typeof import('vuetify/labs/components')['VCalendarHeader']
67130
67127
  VCalendarInterval: typeof import('vuetify/labs/components')['VCalendarInterval']
67131
67128
  VCalendarIntervalEvent: typeof import('vuetify/labs/components')['VCalendarIntervalEvent']
67132
67129
  VCalendarMonthDay: typeof import('vuetify/labs/components')['VCalendarMonthDay']
67133
- VStepperVertical: typeof import('vuetify/labs/components')['VStepperVertical']
67134
- VStepperVerticalItem: typeof import('vuetify/labs/components')['VStepperVerticalItem']
67135
- VStepperVerticalActions: typeof import('vuetify/labs/components')['VStepperVerticalActions']
67136
- VTreeview: typeof import('vuetify/labs/components')['VTreeview']
67137
- VTreeviewItem: typeof import('vuetify/labs/components')['VTreeviewItem']
67138
- VTreeviewGroup: typeof import('vuetify/labs/components')['VTreeviewGroup']
67130
+ VFileUpload: typeof import('vuetify/labs/components')['VFileUpload']
67131
+ VFileUploadItem: typeof import('vuetify/labs/components')['VFileUploadItem']
67132
+ VNumberInput: typeof import('vuetify/labs/components')['VNumberInput']
67133
+ VPicker: typeof import('vuetify/labs/components')['VPicker']
67134
+ VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
67139
67135
  VTimePicker: typeof import('vuetify/labs/components')['VTimePicker']
67140
67136
  VTimePickerClock: typeof import('vuetify/labs/components')['VTimePickerClock']
67141
67137
  VTimePickerControls: typeof import('vuetify/labs/components')['VTimePickerControls']
67142
- VPicker: typeof import('vuetify/labs/components')['VPicker']
67143
- VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
67138
+ VTreeview: typeof import('vuetify/labs/components')['VTreeview']
67139
+ VTreeviewItem: typeof import('vuetify/labs/components')['VTreeviewItem']
67140
+ VTreeviewGroup: typeof import('vuetify/labs/components')['VTreeviewGroup']
67141
+ VStepperVertical: typeof import('vuetify/labs/components')['VStepperVertical']
67142
+ VStepperVerticalItem: typeof import('vuetify/labs/components')['VStepperVerticalItem']
67143
+ VStepperVerticalActions: typeof import('vuetify/labs/components')['VStepperVerticalActions']
67144
67144
  VDateInput: typeof import('vuetify/labs/components')['VDateInput']
67145
- VSnackbarQueue: typeof import('vuetify/labs/components')['VSnackbarQueue']
67146
67145
  VPullToRefresh: typeof import('vuetify/labs/components')['VPullToRefresh']
67146
+ VSnackbarQueue: typeof import('vuetify/labs/components')['VSnackbarQueue']
67147
67147
  }
67148
67148
  }
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Vuetify v3.7.14-master.2025-02-27
2
+ * Vuetify v3.7.14-master.2025-03-02
3
3
  * Forged by John Leider
4
4
  * Released under the MIT License.
5
5
  */
@@ -9289,6 +9289,8 @@ const VListItem = genericComponent()({
9289
9289
  }
9290
9290
  }
9291
9291
  function onKeyDown(e) {
9292
+ const target = e.target;
9293
+ if (['INPUT', 'TEXTAREA'].includes(target.tagName)) return;
9292
9294
  if (e.key === 'Enter' || e.key === ' ') {
9293
9295
  e.preventDefault();
9294
9296
  e.target.dispatchEvent(new MouseEvent('click', e));
@@ -15914,6 +15916,7 @@ const useSlider = _ref => {
15914
15916
  });
15915
15917
  }
15916
15918
  function onSliderMousedown(e) {
15919
+ if (e.button !== 0) return;
15917
15920
  e.preventDefault();
15918
15921
  handleStart(e);
15919
15922
  window.addEventListener('mousemove', onMouseMove, moveListenerOptions);
@@ -28414,7 +28417,7 @@ function createVuetify$1() {
28414
28417
  goTo
28415
28418
  };
28416
28419
  }
28417
- const version$1 = "3.7.14-master.2025-02-27";
28420
+ const version$1 = "3.7.14-master.2025-03-02";
28418
28421
  createVuetify$1.version = version$1;
28419
28422
 
28420
28423
  // Vue's inject() can only be used in setup
@@ -28439,7 +28442,7 @@ const createVuetify = function () {
28439
28442
  ...options
28440
28443
  });
28441
28444
  };
28442
- const version = "3.7.14-master.2025-02-27";
28445
+ const version = "3.7.14-master.2025-03-02";
28443
28446
  createVuetify.version = version;
28444
28447
 
28445
28448
  export { index as blueprints, components, createVuetify, directives, useDate, useDefaults, useDisplay, useGoTo, useLayout, useLocale, useRtl, useTheme, version };