@vuetify/nightly 3.7.14-master.2025-02-26 → 3.7.14-master.2025-02-28
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.
- package/CHANGELOG.md +15 -3
- package/dist/json/attributes.json +2592 -2592
- package/dist/json/importMap-labs.json +20 -20
- package/dist/json/importMap.json +166 -166
- package/dist/json/web-types.json +4878 -4878
- package/dist/vuetify-labs.css +5270 -5270
- package/dist/vuetify-labs.d.ts +15 -9
- package/dist/vuetify-labs.esm.js +97 -24
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +97 -24
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +4070 -4070
- package/dist/vuetify.d.ts +55 -55
- package/dist/vuetify.esm.js +6 -3
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +6 -3
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +5 -5
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VList/VListItem.mjs +2 -0
- package/lib/components/VList/VListItem.mjs.map +1 -1
- package/lib/components/VSlider/slider.mjs +1 -0
- package/lib/components/VSlider/slider.mjs.map +1 -1
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/index.d.mts +55 -55
- package/lib/labs/VNumberInput/VNumberInput.mjs +53 -18
- package/lib/labs/VNumberInput/VNumberInput.mjs.map +1 -1
- package/lib/labs/VNumberInput/hold.mjs +31 -0
- package/lib/labs/VNumberInput/hold.mjs.map +1 -0
- package/lib/labs/VNumberInput/index.d.mts +1 -1
- package/lib/labs/VTreeview/VTreeviewItem.mjs +11 -4
- package/lib/labs/VTreeview/VTreeviewItem.mjs.map +1 -1
- package/lib/labs/VTreeview/index.d.mts +14 -8
- package/lib/labs/components.d.mts +15 -9
- package/package.json +1 -1
package/dist/vuetify.d.ts
CHANGED
@@ -66963,42 +66963,37 @@ declare module 'vue' {
|
|
66963
66963
|
VAppBar: typeof import('vuetify/components')['VAppBar']
|
66964
66964
|
VAppBarNavIcon: typeof import('vuetify/components')['VAppBarNavIcon']
|
66965
66965
|
VAppBarTitle: typeof import('vuetify/components')['VAppBarTitle']
|
66966
|
-
VAvatar: typeof import('vuetify/components')['VAvatar']
|
66967
|
-
VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
|
66968
|
-
VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
|
66969
66966
|
VBadge: typeof import('vuetify/components')['VBadge']
|
66970
66967
|
VBanner: typeof import('vuetify/components')['VBanner']
|
66971
66968
|
VBannerActions: typeof import('vuetify/components')['VBannerActions']
|
66972
66969
|
VBannerText: typeof import('vuetify/components')['VBannerText']
|
66970
|
+
VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
|
66973
66971
|
VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
|
66972
|
+
VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
|
66973
|
+
VAvatar: typeof import('vuetify/components')['VAvatar']
|
66974
|
+
VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
|
66974
66975
|
VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
|
66976
|
+
VBtn: typeof import('vuetify/components')['VBtn']
|
66975
66977
|
VCarousel: typeof import('vuetify/components')['VCarousel']
|
66976
66978
|
VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
|
66977
|
-
VBtn: typeof import('vuetify/components')['VBtn']
|
66978
|
-
VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
|
66979
|
-
VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
|
66980
|
-
VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
|
66981
|
-
VCheckbox: typeof import('vuetify/components')['VCheckbox']
|
66982
|
-
VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
|
66983
66979
|
VCard: typeof import('vuetify/components')['VCard']
|
66984
66980
|
VCardActions: typeof import('vuetify/components')['VCardActions']
|
66985
66981
|
VCardItem: typeof import('vuetify/components')['VCardItem']
|
66986
66982
|
VCardSubtitle: typeof import('vuetify/components')['VCardSubtitle']
|
66987
66983
|
VCardText: typeof import('vuetify/components')['VCardText']
|
66988
66984
|
VCardTitle: typeof import('vuetify/components')['VCardTitle']
|
66989
|
-
|
66990
|
-
|
66985
|
+
VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
|
66986
|
+
VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
|
66987
|
+
VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
|
66988
|
+
VChipGroup: typeof import('vuetify/components')['VChipGroup']
|
66989
|
+
VCheckbox: typeof import('vuetify/components')['VCheckbox']
|
66990
|
+
VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
|
66991
66991
|
VChip: typeof import('vuetify/components')['VChip']
|
66992
66992
|
VCounter: typeof import('vuetify/components')['VCounter']
|
66993
|
-
VChipGroup: typeof import('vuetify/components')['VChipGroup']
|
66994
|
-
VDatePicker: typeof import('vuetify/components')['VDatePicker']
|
66995
|
-
VDatePickerControls: typeof import('vuetify/components')['VDatePickerControls']
|
66996
|
-
VDatePickerHeader: typeof import('vuetify/components')['VDatePickerHeader']
|
66997
|
-
VDatePickerMonth: typeof import('vuetify/components')['VDatePickerMonth']
|
66998
|
-
VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
|
66999
|
-
VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
|
67000
66993
|
VCode: typeof import('vuetify/components')['VCode']
|
67001
66994
|
VCombobox: typeof import('vuetify/components')['VCombobox']
|
66995
|
+
VColorPicker: typeof import('vuetify/components')['VColorPicker']
|
66996
|
+
VEmptyState: typeof import('vuetify/components')['VEmptyState']
|
67002
66997
|
VDataTable: typeof import('vuetify/components')['VDataTable']
|
67003
66998
|
VDataTableHeaders: typeof import('vuetify/components')['VDataTableHeaders']
|
67004
66999
|
VDataTableFooter: typeof import('vuetify/components')['VDataTableFooter']
|
@@ -67006,30 +67001,36 @@ declare module 'vue' {
|
|
67006
67001
|
VDataTableRow: typeof import('vuetify/components')['VDataTableRow']
|
67007
67002
|
VDataTableVirtual: typeof import('vuetify/components')['VDataTableVirtual']
|
67008
67003
|
VDataTableServer: typeof import('vuetify/components')['VDataTableServer']
|
67004
|
+
VDatePicker: typeof import('vuetify/components')['VDatePicker']
|
67005
|
+
VDatePickerControls: typeof import('vuetify/components')['VDatePickerControls']
|
67006
|
+
VDatePickerHeader: typeof import('vuetify/components')['VDatePickerHeader']
|
67007
|
+
VDatePickerMonth: typeof import('vuetify/components')['VDatePickerMonth']
|
67008
|
+
VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
|
67009
|
+
VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
|
67009
67010
|
VDivider: typeof import('vuetify/components')['VDivider']
|
67010
|
-
VDialog: typeof import('vuetify/components')['VDialog']
|
67011
|
-
VEmptyState: typeof import('vuetify/components')['VEmptyState']
|
67012
67011
|
VFab: typeof import('vuetify/components')['VFab']
|
67012
|
+
VDialog: typeof import('vuetify/components')['VDialog']
|
67013
|
+
VFileInput: typeof import('vuetify/components')['VFileInput']
|
67013
67014
|
VField: typeof import('vuetify/components')['VField']
|
67014
67015
|
VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
|
67015
|
-
VExpansionPanels: typeof import('vuetify/components')['VExpansionPanels']
|
67016
|
-
VExpansionPanel: typeof import('vuetify/components')['VExpansionPanel']
|
67017
|
-
VExpansionPanelText: typeof import('vuetify/components')['VExpansionPanelText']
|
67018
|
-
VExpansionPanelTitle: typeof import('vuetify/components')['VExpansionPanelTitle']
|
67019
67016
|
VFooter: typeof import('vuetify/components')['VFooter']
|
67020
|
-
|
67021
|
-
VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
|
67017
|
+
VImg: typeof import('vuetify/components')['VImg']
|
67022
67018
|
VIcon: typeof import('vuetify/components')['VIcon']
|
67023
67019
|
VComponentIcon: typeof import('vuetify/components')['VComponentIcon']
|
67024
67020
|
VSvgIcon: typeof import('vuetify/components')['VSvgIcon']
|
67025
67021
|
VLigatureIcon: typeof import('vuetify/components')['VLigatureIcon']
|
67026
67022
|
VClassIcon: typeof import('vuetify/components')['VClassIcon']
|
67027
|
-
|
67028
|
-
|
67023
|
+
VExpansionPanels: typeof import('vuetify/components')['VExpansionPanels']
|
67024
|
+
VExpansionPanel: typeof import('vuetify/components')['VExpansionPanel']
|
67025
|
+
VExpansionPanelText: typeof import('vuetify/components')['VExpansionPanelText']
|
67026
|
+
VExpansionPanelTitle: typeof import('vuetify/components')['VExpansionPanelTitle']
|
67029
67027
|
VItemGroup: typeof import('vuetify/components')['VItemGroup']
|
67030
67028
|
VItem: typeof import('vuetify/components')['VItem']
|
67031
67029
|
VInput: typeof import('vuetify/components')['VInput']
|
67030
|
+
VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
|
67032
67031
|
VLabel: typeof import('vuetify/components')['VLabel']
|
67032
|
+
VKbd: typeof import('vuetify/components')['VKbd']
|
67033
|
+
VMain: typeof import('vuetify/components')['VMain']
|
67033
67034
|
VList: typeof import('vuetify/components')['VList']
|
67034
67035
|
VListGroup: typeof import('vuetify/components')['VListGroup']
|
67035
67036
|
VListImg: typeof import('vuetify/components')['VListImg']
|
@@ -67039,72 +67040,70 @@ declare module 'vue' {
|
|
67039
67040
|
VListItemSubtitle: typeof import('vuetify/components')['VListItemSubtitle']
|
67040
67041
|
VListItemTitle: typeof import('vuetify/components')['VListItemTitle']
|
67041
67042
|
VListSubheader: typeof import('vuetify/components')['VListSubheader']
|
67042
|
-
VMain: typeof import('vuetify/components')['VMain']
|
67043
67043
|
VMessages: typeof import('vuetify/components')['VMessages']
|
67044
67044
|
VMenu: typeof import('vuetify/components')['VMenu']
|
67045
|
-
VPagination: typeof import('vuetify/components')['VPagination']
|
67046
|
-
VOverlay: typeof import('vuetify/components')['VOverlay']
|
67047
|
-
VOtpInput: typeof import('vuetify/components')['VOtpInput']
|
67048
67045
|
VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
|
67049
|
-
|
67050
|
-
|
67046
|
+
VOtpInput: typeof import('vuetify/components')['VOtpInput']
|
67047
|
+
VPagination: typeof import('vuetify/components')['VPagination']
|
67051
67048
|
VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
|
67049
|
+
VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
|
67052
67050
|
VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
|
67051
|
+
VSelect: typeof import('vuetify/components')['VSelect']
|
67053
67052
|
VRating: typeof import('vuetify/components')['VRating']
|
67053
|
+
VSheet: typeof import('vuetify/components')['VSheet']
|
67054
|
+
VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
|
67054
67055
|
VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
|
67055
67056
|
VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
|
67056
|
-
VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
|
67057
67057
|
VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
|
67058
67058
|
VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
|
67059
|
-
|
67059
|
+
VSlider: typeof import('vuetify/components')['VSlider']
|
67060
|
+
VSnackbar: typeof import('vuetify/components')['VSnackbar']
|
67061
|
+
VOverlay: typeof import('vuetify/components')['VOverlay']
|
67060
67062
|
VStepper: typeof import('vuetify/components')['VStepper']
|
67061
67063
|
VStepperActions: typeof import('vuetify/components')['VStepperActions']
|
67062
67064
|
VStepperHeader: typeof import('vuetify/components')['VStepperHeader']
|
67063
67065
|
VStepperItem: typeof import('vuetify/components')['VStepperItem']
|
67064
67066
|
VStepperWindow: typeof import('vuetify/components')['VStepperWindow']
|
67065
67067
|
VStepperWindowItem: typeof import('vuetify/components')['VStepperWindowItem']
|
67066
|
-
VSlider: typeof import('vuetify/components')['VSlider']
|
67067
|
-
VSnackbar: typeof import('vuetify/components')['VSnackbar']
|
67068
67068
|
VSwitch: typeof import('vuetify/components')['VSwitch']
|
67069
|
-
|
67069
|
+
VSystemBar: typeof import('vuetify/components')['VSystemBar']
|
67070
|
+
VTextarea: typeof import('vuetify/components')['VTextarea']
|
67070
67071
|
VTab: typeof import('vuetify/components')['VTab']
|
67071
67072
|
VTabs: typeof import('vuetify/components')['VTabs']
|
67072
67073
|
VTabsWindow: typeof import('vuetify/components')['VTabsWindow']
|
67073
67074
|
VTabsWindowItem: typeof import('vuetify/components')['VTabsWindowItem']
|
67074
67075
|
VTextField: typeof import('vuetify/components')['VTextField']
|
67076
|
+
VTable: typeof import('vuetify/components')['VTable']
|
67077
|
+
VTimeline: typeof import('vuetify/components')['VTimeline']
|
67078
|
+
VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
|
67079
|
+
VTooltip: typeof import('vuetify/components')['VTooltip']
|
67075
67080
|
VToolbar: typeof import('vuetify/components')['VToolbar']
|
67076
67081
|
VToolbarTitle: typeof import('vuetify/components')['VToolbarTitle']
|
67077
67082
|
VToolbarItems: typeof import('vuetify/components')['VToolbarItems']
|
67078
|
-
VSystemBar: typeof import('vuetify/components')['VSystemBar']
|
67079
|
-
VTextarea: typeof import('vuetify/components')['VTextarea']
|
67080
67083
|
VWindow: typeof import('vuetify/components')['VWindow']
|
67081
67084
|
VWindowItem: typeof import('vuetify/components')['VWindowItem']
|
67082
|
-
VTooltip: typeof import('vuetify/components')['VTooltip']
|
67083
|
-
VTimeline: typeof import('vuetify/components')['VTimeline']
|
67084
|
-
VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
|
67085
67085
|
VConfirmEdit: typeof import('vuetify/components')['VConfirmEdit']
|
67086
67086
|
VDataIterator: typeof import('vuetify/components')['VDataIterator']
|
67087
67087
|
VDefaultsProvider: typeof import('vuetify/components')['VDefaultsProvider']
|
67088
|
+
VForm: typeof import('vuetify/components')['VForm']
|
67089
|
+
VHover: typeof import('vuetify/components')['VHover']
|
67088
67090
|
VContainer: typeof import('vuetify/components')['VContainer']
|
67089
67091
|
VCol: typeof import('vuetify/components')['VCol']
|
67090
67092
|
VRow: typeof import('vuetify/components')['VRow']
|
67091
67093
|
VSpacer: typeof import('vuetify/components')['VSpacer']
|
67092
|
-
|
67093
|
-
VHover: typeof import('vuetify/components')['VHover']
|
67094
|
+
VLazy: typeof import('vuetify/components')['VLazy']
|
67094
67095
|
VLayout: typeof import('vuetify/components')['VLayout']
|
67095
67096
|
VLayoutItem: typeof import('vuetify/components')['VLayoutItem']
|
67096
|
-
VLazy: typeof import('vuetify/components')['VLazy']
|
67097
|
-
VNoSsr: typeof import('vuetify/components')['VNoSsr']
|
67098
67097
|
VLocaleProvider: typeof import('vuetify/components')['VLocaleProvider']
|
67099
67098
|
VParallax: typeof import('vuetify/components')['VParallax']
|
67099
|
+
VNoSsr: typeof import('vuetify/components')['VNoSsr']
|
67100
67100
|
VRadio: typeof import('vuetify/components')['VRadio']
|
67101
67101
|
VRangeSlider: typeof import('vuetify/components')['VRangeSlider']
|
67102
|
-
VResponsive: typeof import('vuetify/components')['VResponsive']
|
67103
67102
|
VSparkline: typeof import('vuetify/components')['VSparkline']
|
67103
|
+
VResponsive: typeof import('vuetify/components')['VResponsive']
|
67104
67104
|
VSpeedDial: typeof import('vuetify/components')['VSpeedDial']
|
67105
67105
|
VThemeProvider: typeof import('vuetify/components')['VThemeProvider']
|
67106
67106
|
VValidation: typeof import('vuetify/components')['VValidation']
|
67107
|
-
VVirtualScroll: typeof import('vuetify/components')['VVirtualScroll']
|
67108
67107
|
VFabTransition: typeof import('vuetify/components')['VFabTransition']
|
67109
67108
|
VDialogBottomTransition: typeof import('vuetify/components')['VDialogBottomTransition']
|
67110
67109
|
VDialogTopTransition: typeof import('vuetify/components')['VDialogTopTransition']
|
@@ -67121,6 +67120,7 @@ declare module 'vue' {
|
|
67121
67120
|
VExpandTransition: typeof import('vuetify/components')['VExpandTransition']
|
67122
67121
|
VExpandXTransition: typeof import('vuetify/components')['VExpandXTransition']
|
67123
67122
|
VDialogTransition: typeof import('vuetify/components')['VDialogTransition']
|
67123
|
+
VVirtualScroll: typeof import('vuetify/components')['VVirtualScroll']
|
67124
67124
|
VFileUpload: typeof import('vuetify/labs/components')['VFileUpload']
|
67125
67125
|
VFileUploadItem: typeof import('vuetify/labs/components')['VFileUploadItem']
|
67126
67126
|
VCalendar: typeof import('vuetify/labs/components')['VCalendar']
|
@@ -67129,20 +67129,20 @@ declare module 'vue' {
|
|
67129
67129
|
VCalendarInterval: typeof import('vuetify/labs/components')['VCalendarInterval']
|
67130
67130
|
VCalendarIntervalEvent: typeof import('vuetify/labs/components')['VCalendarIntervalEvent']
|
67131
67131
|
VCalendarMonthDay: typeof import('vuetify/labs/components')['VCalendarMonthDay']
|
67132
|
+
VTreeview: typeof import('vuetify/labs/components')['VTreeview']
|
67133
|
+
VTreeviewItem: typeof import('vuetify/labs/components')['VTreeviewItem']
|
67134
|
+
VTreeviewGroup: typeof import('vuetify/labs/components')['VTreeviewGroup']
|
67132
67135
|
VTimePicker: typeof import('vuetify/labs/components')['VTimePicker']
|
67133
67136
|
VTimePickerClock: typeof import('vuetify/labs/components')['VTimePickerClock']
|
67134
67137
|
VTimePickerControls: typeof import('vuetify/labs/components')['VTimePickerControls']
|
67138
|
+
VNumberInput: typeof import('vuetify/labs/components')['VNumberInput']
|
67135
67139
|
VPicker: typeof import('vuetify/labs/components')['VPicker']
|
67136
67140
|
VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
|
67137
67141
|
VStepperVertical: typeof import('vuetify/labs/components')['VStepperVertical']
|
67138
67142
|
VStepperVerticalItem: typeof import('vuetify/labs/components')['VStepperVerticalItem']
|
67139
67143
|
VStepperVerticalActions: typeof import('vuetify/labs/components')['VStepperVerticalActions']
|
67140
|
-
VNumberInput: typeof import('vuetify/labs/components')['VNumberInput']
|
67141
|
-
VTreeview: typeof import('vuetify/labs/components')['VTreeview']
|
67142
|
-
VTreeviewItem: typeof import('vuetify/labs/components')['VTreeviewItem']
|
67143
|
-
VTreeviewGroup: typeof import('vuetify/labs/components')['VTreeviewGroup']
|
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
|
}
|
package/dist/vuetify.esm.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* Vuetify v3.7.14-master.2025-02-
|
2
|
+
* Vuetify v3.7.14-master.2025-02-28
|
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-
|
28420
|
+
const version$1 = "3.7.14-master.2025-02-28";
|
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-
|
28445
|
+
const version = "3.7.14-master.2025-02-28";
|
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 };
|