@vuetify/nightly 3.7.11-master.2025-02-05 → 3.7.11-master.2025-02-08
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 +6 -3
- package/dist/json/attributes.json +2801 -2801
- package/dist/json/importMap-labs.json +34 -34
- package/dist/json/importMap.json +162 -162
- package/dist/json/web-types.json +5517 -5517
- package/dist/vuetify-labs.css +5041 -5041
- package/dist/vuetify-labs.esm.js +10 -8
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +10 -8
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +5999 -5999
- package/dist/vuetify.d.ts +64 -64
- package/dist/vuetify.esm.js +10 -8
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +10 -8
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +4 -4
- package/dist/vuetify.min.js.map +1 -1
- package/lib/directives/ripple/index.mjs +7 -5
- package/lib/directives/ripple/index.mjs.map +1 -1
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/index.d.mts +64 -64
- package/package.json +1 -1
package/dist/vuetify.d.ts
CHANGED
@@ -66949,47 +66949,40 @@ declare module 'vue' {
|
|
66949
66949
|
}
|
66950
66950
|
export interface GlobalComponents {
|
66951
66951
|
VApp: typeof import('vuetify/components')['VApp']
|
66952
|
-
|
66952
|
+
VAvatar: typeof import('vuetify/components')['VAvatar']
|
66953
66953
|
VAlert: typeof import('vuetify/components')['VAlert']
|
66954
66954
|
VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
|
66955
66955
|
VAppBar: typeof import('vuetify/components')['VAppBar']
|
66956
66956
|
VAppBarNavIcon: typeof import('vuetify/components')['VAppBarNavIcon']
|
66957
66957
|
VAppBarTitle: typeof import('vuetify/components')['VAppBarTitle']
|
66958
|
+
VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
|
66959
|
+
VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
|
66960
|
+
VBadge: typeof import('vuetify/components')['VBadge']
|
66958
66961
|
VBanner: typeof import('vuetify/components')['VBanner']
|
66959
66962
|
VBannerActions: typeof import('vuetify/components')['VBannerActions']
|
66960
66963
|
VBannerText: typeof import('vuetify/components')['VBannerText']
|
66961
66964
|
VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
|
66962
|
-
VBadge: typeof import('vuetify/components')['VBadge']
|
66963
66965
|
VBtn: typeof import('vuetify/components')['VBtn']
|
66964
|
-
|
66965
|
-
|
66966
|
-
|
66967
|
-
|
66968
|
-
VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
|
66966
|
+
VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
|
66967
|
+
VCarousel: typeof import('vuetify/components')['VCarousel']
|
66968
|
+
VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
|
66969
|
+
VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
|
66969
66970
|
VCard: typeof import('vuetify/components')['VCard']
|
66970
66971
|
VCardActions: typeof import('vuetify/components')['VCardActions']
|
66971
66972
|
VCardItem: typeof import('vuetify/components')['VCardItem']
|
66972
66973
|
VCardSubtitle: typeof import('vuetify/components')['VCardSubtitle']
|
66973
66974
|
VCardText: typeof import('vuetify/components')['VCardText']
|
66974
66975
|
VCardTitle: typeof import('vuetify/components')['VCardTitle']
|
66975
|
-
VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
|
66976
|
-
VCarousel: typeof import('vuetify/components')['VCarousel']
|
66977
|
-
VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
|
66978
|
-
VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
|
66979
|
-
VCheckbox: typeof import('vuetify/components')['VCheckbox']
|
66980
|
-
VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
|
66981
66976
|
VChipGroup: typeof import('vuetify/components')['VChipGroup']
|
66982
|
-
|
66983
|
-
|
66984
|
-
|
66977
|
+
VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
|
66978
|
+
VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
|
66979
|
+
VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
|
66985
66980
|
VChip: typeof import('vuetify/components')['VChip']
|
66986
|
-
VDatePicker: typeof import('vuetify/components')['VDatePicker']
|
66987
|
-
VDatePickerControls: typeof import('vuetify/components')['VDatePickerControls']
|
66988
|
-
VDatePickerHeader: typeof import('vuetify/components')['VDatePickerHeader']
|
66989
|
-
VDatePickerMonth: typeof import('vuetify/components')['VDatePickerMonth']
|
66990
|
-
VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
|
66991
|
-
VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
|
66992
66981
|
VCode: typeof import('vuetify/components')['VCode']
|
66982
|
+
VCheckbox: typeof import('vuetify/components')['VCheckbox']
|
66983
|
+
VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
|
66984
|
+
VColorPicker: typeof import('vuetify/components')['VColorPicker']
|
66985
|
+
VCounter: typeof import('vuetify/components')['VCounter']
|
66993
66986
|
VDataTable: typeof import('vuetify/components')['VDataTable']
|
66994
66987
|
VDataTableHeaders: typeof import('vuetify/components')['VDataTableHeaders']
|
66995
66988
|
VDataTableFooter: typeof import('vuetify/components')['VDataTableFooter']
|
@@ -66997,29 +66990,34 @@ declare module 'vue' {
|
|
66997
66990
|
VDataTableRow: typeof import('vuetify/components')['VDataTableRow']
|
66998
66991
|
VDataTableVirtual: typeof import('vuetify/components')['VDataTableVirtual']
|
66999
66992
|
VDataTableServer: typeof import('vuetify/components')['VDataTableServer']
|
67000
|
-
|
66993
|
+
VDatePicker: typeof import('vuetify/components')['VDatePicker']
|
66994
|
+
VDatePickerControls: typeof import('vuetify/components')['VDatePickerControls']
|
66995
|
+
VDatePickerHeader: typeof import('vuetify/components')['VDatePickerHeader']
|
66996
|
+
VDatePickerMonth: typeof import('vuetify/components')['VDatePickerMonth']
|
66997
|
+
VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
|
66998
|
+
VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
|
66999
|
+
VCombobox: typeof import('vuetify/components')['VCombobox']
|
67000
|
+
VDialog: typeof import('vuetify/components')['VDialog']
|
67001
67001
|
VDivider: typeof import('vuetify/components')['VDivider']
|
67002
67002
|
VEmptyState: typeof import('vuetify/components')['VEmptyState']
|
67003
|
-
VDialog: typeof import('vuetify/components')['VDialog']
|
67004
67003
|
VField: typeof import('vuetify/components')['VField']
|
67005
67004
|
VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
|
67006
|
-
|
67007
|
-
VFileInput: typeof import('vuetify/components')['VFileInput']
|
67005
|
+
VFab: typeof import('vuetify/components')['VFab']
|
67008
67006
|
VExpansionPanels: typeof import('vuetify/components')['VExpansionPanels']
|
67009
67007
|
VExpansionPanel: typeof import('vuetify/components')['VExpansionPanel']
|
67010
67008
|
VExpansionPanelText: typeof import('vuetify/components')['VExpansionPanelText']
|
67011
67009
|
VExpansionPanelTitle: typeof import('vuetify/components')['VExpansionPanelTitle']
|
67012
|
-
|
67010
|
+
VFileInput: typeof import('vuetify/components')['VFileInput']
|
67011
|
+
VFooter: typeof import('vuetify/components')['VFooter']
|
67013
67012
|
VIcon: typeof import('vuetify/components')['VIcon']
|
67014
67013
|
VComponentIcon: typeof import('vuetify/components')['VComponentIcon']
|
67015
67014
|
VSvgIcon: typeof import('vuetify/components')['VSvgIcon']
|
67016
67015
|
VLigatureIcon: typeof import('vuetify/components')['VLigatureIcon']
|
67017
67016
|
VClassIcon: typeof import('vuetify/components')['VClassIcon']
|
67018
|
-
VInput: typeof import('vuetify/components')['VInput']
|
67019
|
-
VItemGroup: typeof import('vuetify/components')['VItemGroup']
|
67020
|
-
VItem: typeof import('vuetify/components')['VItem']
|
67021
|
-
VLabel: typeof import('vuetify/components')['VLabel']
|
67022
67017
|
VImg: typeof import('vuetify/components')['VImg']
|
67018
|
+
VLabel: typeof import('vuetify/components')['VLabel']
|
67019
|
+
VInput: typeof import('vuetify/components')['VInput']
|
67020
|
+
VKbd: typeof import('vuetify/components')['VKbd']
|
67023
67021
|
VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
|
67024
67022
|
VList: typeof import('vuetify/components')['VList']
|
67025
67023
|
VListGroup: typeof import('vuetify/components')['VListGroup']
|
@@ -67030,72 +67028,73 @@ declare module 'vue' {
|
|
67030
67028
|
VListItemSubtitle: typeof import('vuetify/components')['VListItemSubtitle']
|
67031
67029
|
VListItemTitle: typeof import('vuetify/components')['VListItemTitle']
|
67032
67030
|
VListSubheader: typeof import('vuetify/components')['VListSubheader']
|
67033
|
-
|
67034
|
-
|
67035
|
-
VMessages: typeof import('vuetify/components')['VMessages']
|
67031
|
+
VItemGroup: typeof import('vuetify/components')['VItemGroup']
|
67032
|
+
VItem: typeof import('vuetify/components')['VItem']
|
67036
67033
|
VMain: typeof import('vuetify/components')['VMain']
|
67034
|
+
VMessages: typeof import('vuetify/components')['VMessages']
|
67035
|
+
VMenu: typeof import('vuetify/components')['VMenu']
|
67037
67036
|
VOverlay: typeof import('vuetify/components')['VOverlay']
|
67038
|
-
|
67039
|
-
VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
|
67037
|
+
VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
|
67040
67038
|
VOtpInput: typeof import('vuetify/components')['VOtpInput']
|
67041
67039
|
VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
|
67040
|
+
VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
|
67042
67041
|
VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
|
67043
|
-
VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
|
67044
67042
|
VRating: typeof import('vuetify/components')['VRating']
|
67043
|
+
VPagination: typeof import('vuetify/components')['VPagination']
|
67045
67044
|
VSelect: typeof import('vuetify/components')['VSelect']
|
67045
|
+
VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
|
67046
67046
|
VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
|
67047
|
-
VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
|
67048
|
-
VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
|
67049
67047
|
VSheet: typeof import('vuetify/components')['VSheet']
|
67050
|
-
|
67051
|
-
VSwitch: typeof import('vuetify/components')['VSwitch']
|
67048
|
+
VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
|
67052
67049
|
VStepper: typeof import('vuetify/components')['VStepper']
|
67053
67050
|
VStepperActions: typeof import('vuetify/components')['VStepperActions']
|
67054
67051
|
VStepperHeader: typeof import('vuetify/components')['VStepperHeader']
|
67055
67052
|
VStepperItem: typeof import('vuetify/components')['VStepperItem']
|
67056
67053
|
VStepperWindow: typeof import('vuetify/components')['VStepperWindow']
|
67057
67054
|
VStepperWindowItem: typeof import('vuetify/components')['VStepperWindowItem']
|
67058
|
-
|
67055
|
+
VSystemBar: typeof import('vuetify/components')['VSystemBar']
|
67056
|
+
VTable: typeof import('vuetify/components')['VTable']
|
67057
|
+
VSnackbar: typeof import('vuetify/components')['VSnackbar']
|
67058
|
+
VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
|
67059
|
+
VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
|
67059
67060
|
VTab: typeof import('vuetify/components')['VTab']
|
67060
67061
|
VTabs: typeof import('vuetify/components')['VTabs']
|
67061
67062
|
VTabsWindow: typeof import('vuetify/components')['VTabsWindow']
|
67062
67063
|
VTabsWindowItem: typeof import('vuetify/components')['VTabsWindowItem']
|
67063
|
-
|
67064
|
-
VTable: typeof import('vuetify/components')['VTable']
|
67065
|
-
VSystemBar: typeof import('vuetify/components')['VSystemBar']
|
67066
|
-
VTooltip: typeof import('vuetify/components')['VTooltip']
|
67067
|
-
VTextarea: typeof import('vuetify/components')['VTextarea']
|
67068
|
-
VWindow: typeof import('vuetify/components')['VWindow']
|
67069
|
-
VWindowItem: typeof import('vuetify/components')['VWindowItem']
|
67064
|
+
VSwitch: typeof import('vuetify/components')['VSwitch']
|
67070
67065
|
VTextField: typeof import('vuetify/components')['VTextField']
|
67066
|
+
VTextarea: typeof import('vuetify/components')['VTextarea']
|
67067
|
+
VSlider: typeof import('vuetify/components')['VSlider']
|
67068
|
+
VTooltip: typeof import('vuetify/components')['VTooltip']
|
67071
67069
|
VToolbar: typeof import('vuetify/components')['VToolbar']
|
67072
67070
|
VToolbarTitle: typeof import('vuetify/components')['VToolbarTitle']
|
67073
67071
|
VToolbarItems: typeof import('vuetify/components')['VToolbarItems']
|
67074
67072
|
VTimeline: typeof import('vuetify/components')['VTimeline']
|
67075
67073
|
VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
|
67074
|
+
VWindow: typeof import('vuetify/components')['VWindow']
|
67075
|
+
VWindowItem: typeof import('vuetify/components')['VWindowItem']
|
67076
67076
|
VConfirmEdit: typeof import('vuetify/components')['VConfirmEdit']
|
67077
67077
|
VDataIterator: typeof import('vuetify/components')['VDataIterator']
|
67078
67078
|
VDefaultsProvider: typeof import('vuetify/components')['VDefaultsProvider']
|
67079
|
-
VHover: typeof import('vuetify/components')['VHover']
|
67080
67079
|
VForm: typeof import('vuetify/components')['VForm']
|
67081
67080
|
VContainer: typeof import('vuetify/components')['VContainer']
|
67082
67081
|
VCol: typeof import('vuetify/components')['VCol']
|
67083
67082
|
VRow: typeof import('vuetify/components')['VRow']
|
67084
67083
|
VSpacer: typeof import('vuetify/components')['VSpacer']
|
67084
|
+
VHover: typeof import('vuetify/components')['VHover']
|
67085
|
+
VLazy: typeof import('vuetify/components')['VLazy']
|
67085
67086
|
VLayout: typeof import('vuetify/components')['VLayout']
|
67086
67087
|
VLayoutItem: typeof import('vuetify/components')['VLayoutItem']
|
67087
|
-
VLazy: typeof import('vuetify/components')['VLazy']
|
67088
67088
|
VLocaleProvider: typeof import('vuetify/components')['VLocaleProvider']
|
67089
67089
|
VNoSsr: typeof import('vuetify/components')['VNoSsr']
|
67090
|
-
VParallax: typeof import('vuetify/components')['VParallax']
|
67091
|
-
VResponsive: typeof import('vuetify/components')['VResponsive']
|
67092
67090
|
VRadio: typeof import('vuetify/components')['VRadio']
|
67091
|
+
VParallax: typeof import('vuetify/components')['VParallax']
|
67093
67092
|
VRangeSlider: typeof import('vuetify/components')['VRangeSlider']
|
67093
|
+
VResponsive: typeof import('vuetify/components')['VResponsive']
|
67094
67094
|
VSparkline: typeof import('vuetify/components')['VSparkline']
|
67095
67095
|
VSpeedDial: typeof import('vuetify/components')['VSpeedDial']
|
67096
67096
|
VThemeProvider: typeof import('vuetify/components')['VThemeProvider']
|
67097
67097
|
VValidation: typeof import('vuetify/components')['VValidation']
|
67098
|
-
VVirtualScroll: typeof import('vuetify/components')['VVirtualScroll']
|
67099
67098
|
VFabTransition: typeof import('vuetify/components')['VFabTransition']
|
67100
67099
|
VDialogBottomTransition: typeof import('vuetify/components')['VDialogBottomTransition']
|
67101
67100
|
VDialogTopTransition: typeof import('vuetify/components')['VDialogTopTransition']
|
@@ -67112,28 +67111,29 @@ declare module 'vue' {
|
|
67112
67111
|
VExpandTransition: typeof import('vuetify/components')['VExpandTransition']
|
67113
67112
|
VExpandXTransition: typeof import('vuetify/components')['VExpandXTransition']
|
67114
67113
|
VDialogTransition: typeof import('vuetify/components')['VDialogTransition']
|
67114
|
+
VVirtualScroll: typeof import('vuetify/components')['VVirtualScroll']
|
67115
67115
|
VFileUpload: typeof import('vuetify/labs/components')['VFileUpload']
|
67116
67116
|
VFileUploadItem: typeof import('vuetify/labs/components')['VFileUploadItem']
|
67117
|
-
VNumberInput: typeof import('vuetify/labs/components')['VNumberInput']
|
67118
|
-
VStepperVertical: typeof import('vuetify/labs/components')['VStepperVertical']
|
67119
|
-
VStepperVerticalItem: typeof import('vuetify/labs/components')['VStepperVerticalItem']
|
67120
|
-
VStepperVerticalActions: typeof import('vuetify/labs/components')['VStepperVerticalActions']
|
67121
|
-
VTreeview: typeof import('vuetify/labs/components')['VTreeview']
|
67122
|
-
VTreeviewItem: typeof import('vuetify/labs/components')['VTreeviewItem']
|
67123
|
-
VTreeviewGroup: typeof import('vuetify/labs/components')['VTreeviewGroup']
|
67124
67117
|
VCalendar: typeof import('vuetify/labs/components')['VCalendar']
|
67125
67118
|
VCalendarDay: typeof import('vuetify/labs/components')['VCalendarDay']
|
67126
67119
|
VCalendarHeader: typeof import('vuetify/labs/components')['VCalendarHeader']
|
67127
67120
|
VCalendarInterval: typeof import('vuetify/labs/components')['VCalendarInterval']
|
67128
67121
|
VCalendarIntervalEvent: typeof import('vuetify/labs/components')['VCalendarIntervalEvent']
|
67129
67122
|
VCalendarMonthDay: typeof import('vuetify/labs/components')['VCalendarMonthDay']
|
67123
|
+
VPicker: typeof import('vuetify/labs/components')['VPicker']
|
67124
|
+
VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
|
67125
|
+
VStepperVertical: typeof import('vuetify/labs/components')['VStepperVertical']
|
67126
|
+
VStepperVerticalItem: typeof import('vuetify/labs/components')['VStepperVerticalItem']
|
67127
|
+
VStepperVerticalActions: typeof import('vuetify/labs/components')['VStepperVerticalActions']
|
67128
|
+
VNumberInput: typeof import('vuetify/labs/components')['VNumberInput']
|
67130
67129
|
VTimePicker: typeof import('vuetify/labs/components')['VTimePicker']
|
67131
67130
|
VTimePickerClock: typeof import('vuetify/labs/components')['VTimePickerClock']
|
67132
67131
|
VTimePickerControls: typeof import('vuetify/labs/components')['VTimePickerControls']
|
67133
|
-
|
67134
|
-
|
67135
|
-
|
67132
|
+
VTreeview: typeof import('vuetify/labs/components')['VTreeview']
|
67133
|
+
VTreeviewItem: typeof import('vuetify/labs/components')['VTreeviewItem']
|
67134
|
+
VTreeviewGroup: typeof import('vuetify/labs/components')['VTreeviewGroup']
|
67136
67135
|
VDateInput: typeof import('vuetify/labs/components')['VDateInput']
|
67137
67136
|
VSnackbarQueue: typeof import('vuetify/labs/components')['VSnackbarQueue']
|
67137
|
+
VPullToRefresh: typeof import('vuetify/labs/components')['VPullToRefresh']
|
67138
67138
|
}
|
67139
67139
|
}
|
package/dist/vuetify.esm.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* Vuetify v3.7.11-master.2025-02-
|
2
|
+
* Vuetify v3.7.11-master.2025-02-08
|
3
3
|
* Forged by John Leider
|
4
4
|
* Released under the MIT License.
|
5
5
|
*/
|
@@ -5581,11 +5581,13 @@ const ripples = {
|
|
5581
5581
|
animation.classList.add('v-ripple__animation--visible');
|
5582
5582
|
transform(animation, `translate(${x}, ${y}) scale3d(${scale},${scale},${scale})`);
|
5583
5583
|
animation.dataset.activated = String(performance.now());
|
5584
|
-
|
5585
|
-
|
5586
|
-
|
5587
|
-
|
5588
|
-
|
5584
|
+
requestAnimationFrame(() => {
|
5585
|
+
requestAnimationFrame(() => {
|
5586
|
+
animation.classList.remove('v-ripple__animation--enter');
|
5587
|
+
animation.classList.add('v-ripple__animation--in');
|
5588
|
+
transform(animation, `translate(${centerX}, ${centerY}) scale3d(1,1,1)`);
|
5589
|
+
});
|
5590
|
+
});
|
5589
5591
|
},
|
5590
5592
|
hide(el) {
|
5591
5593
|
if (!el?._ripple?.enabled) return;
|
@@ -28381,7 +28383,7 @@ function createVuetify$1() {
|
|
28381
28383
|
goTo
|
28382
28384
|
};
|
28383
28385
|
}
|
28384
|
-
const version$1 = "3.7.11-master.2025-02-
|
28386
|
+
const version$1 = "3.7.11-master.2025-02-08";
|
28385
28387
|
createVuetify$1.version = version$1;
|
28386
28388
|
|
28387
28389
|
// Vue's inject() can only be used in setup
|
@@ -28406,7 +28408,7 @@ const createVuetify = function () {
|
|
28406
28408
|
...options
|
28407
28409
|
});
|
28408
28410
|
};
|
28409
|
-
const version = "3.7.11-master.2025-02-
|
28411
|
+
const version = "3.7.11-master.2025-02-08";
|
28410
28412
|
createVuetify.version = version;
|
28411
28413
|
|
28412
28414
|
export { index as blueprints, components, createVuetify, directives, useDate, useDefaults, useDisplay, useGoTo, useLayout, useLocale, useRtl, useTheme, version };
|