@vuetify/nightly 3.7.16-master.2025-03-14 → 3.7.16-master.2025-03-17
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 +2928 -2928
- package/dist/json/importMap-labs.json +34 -34
- package/dist/json/importMap.json +178 -178
- package/dist/json/web-types.json +5215 -5215
- package/dist/vuetify-labs.css +4048 -4048
- package/dist/vuetify-labs.esm.js +4 -4
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +4 -4
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +4823 -4823
- package/dist/vuetify.d.ts +67 -67
- package/dist/vuetify.esm.js +4 -4
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +4 -4
- 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/composables/theme.mjs +1 -1
- package/lib/composables/theme.mjs.map +1 -1
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/index.d.mts +67 -67
- package/package.json +1 -1
package/dist/vuetify.d.ts
CHANGED
@@ -67137,82 +67137,75 @@ declare module 'vue' {
|
|
67137
67137
|
$children?: VNodeChild
|
67138
67138
|
}
|
67139
67139
|
export interface GlobalComponents {
|
67140
|
-
VAppBar: typeof import('vuetify/components')['VAppBar']
|
67141
|
-
VAppBarNavIcon: typeof import('vuetify/components')['VAppBarNavIcon']
|
67142
|
-
VAppBarTitle: typeof import('vuetify/components')['VAppBarTitle']
|
67143
|
-
VApp: typeof import('vuetify/components')['VApp']
|
67144
67140
|
VAlert: typeof import('vuetify/components')['VAlert']
|
67145
67141
|
VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
|
67146
67142
|
VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
|
67147
|
-
|
67148
|
-
VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
|
67149
|
-
VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
|
67143
|
+
VApp: typeof import('vuetify/components')['VApp']
|
67150
67144
|
VAvatar: typeof import('vuetify/components')['VAvatar']
|
67151
|
-
VBadge: typeof import('vuetify/components')['VBadge']
|
67152
|
-
VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
|
67153
|
-
VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
|
67154
67145
|
VBanner: typeof import('vuetify/components')['VBanner']
|
67155
67146
|
VBannerActions: typeof import('vuetify/components')['VBannerActions']
|
67156
67147
|
VBannerText: typeof import('vuetify/components')['VBannerText']
|
67157
|
-
|
67158
|
-
|
67159
|
-
|
67148
|
+
VBadge: typeof import('vuetify/components')['VBadge']
|
67149
|
+
VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
|
67150
|
+
VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
|
67151
|
+
VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
|
67152
|
+
VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
|
67153
|
+
VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
|
67160
67154
|
VBtn: typeof import('vuetify/components')['VBtn']
|
67161
|
-
VChipGroup: typeof import('vuetify/components')['VChipGroup']
|
67162
|
-
VCheckbox: typeof import('vuetify/components')['VCheckbox']
|
67163
|
-
VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
|
67164
|
-
VCarousel: typeof import('vuetify/components')['VCarousel']
|
67165
|
-
VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
|
67166
|
-
VColorPicker: typeof import('vuetify/components')['VColorPicker']
|
67167
|
-
VCode: typeof import('vuetify/components')['VCode']
|
67168
67155
|
VCard: typeof import('vuetify/components')['VCard']
|
67169
67156
|
VCardActions: typeof import('vuetify/components')['VCardActions']
|
67170
67157
|
VCardItem: typeof import('vuetify/components')['VCardItem']
|
67171
67158
|
VCardSubtitle: typeof import('vuetify/components')['VCardSubtitle']
|
67172
67159
|
VCardText: typeof import('vuetify/components')['VCardText']
|
67173
67160
|
VCardTitle: typeof import('vuetify/components')['VCardTitle']
|
67174
|
-
|
67175
|
-
|
67176
|
-
|
67177
|
-
|
67178
|
-
|
67179
|
-
VDataTableVirtual: typeof import('vuetify/components')['VDataTableVirtual']
|
67180
|
-
VDataTableServer: typeof import('vuetify/components')['VDataTableServer']
|
67181
|
-
VCounter: typeof import('vuetify/components')['VCounter']
|
67161
|
+
VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
|
67162
|
+
VCarousel: typeof import('vuetify/components')['VCarousel']
|
67163
|
+
VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
|
67164
|
+
VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
|
67165
|
+
VChipGroup: typeof import('vuetify/components')['VChipGroup']
|
67182
67166
|
VCombobox: typeof import('vuetify/components')['VCombobox']
|
67167
|
+
VCheckbox: typeof import('vuetify/components')['VCheckbox']
|
67168
|
+
VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
|
67169
|
+
VCode: typeof import('vuetify/components')['VCode']
|
67170
|
+
VCounter: typeof import('vuetify/components')['VCounter']
|
67171
|
+
VChip: typeof import('vuetify/components')['VChip']
|
67183
67172
|
VDatePicker: typeof import('vuetify/components')['VDatePicker']
|
67184
67173
|
VDatePickerControls: typeof import('vuetify/components')['VDatePickerControls']
|
67185
67174
|
VDatePickerHeader: typeof import('vuetify/components')['VDatePickerHeader']
|
67186
67175
|
VDatePickerMonth: typeof import('vuetify/components')['VDatePickerMonth']
|
67187
67176
|
VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
|
67188
67177
|
VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
|
67178
|
+
VColorPicker: typeof import('vuetify/components')['VColorPicker']
|
67179
|
+
VDataTable: typeof import('vuetify/components')['VDataTable']
|
67180
|
+
VDataTableHeaders: typeof import('vuetify/components')['VDataTableHeaders']
|
67181
|
+
VDataTableFooter: typeof import('vuetify/components')['VDataTableFooter']
|
67182
|
+
VDataTableRows: typeof import('vuetify/components')['VDataTableRows']
|
67183
|
+
VDataTableRow: typeof import('vuetify/components')['VDataTableRow']
|
67184
|
+
VDataTableVirtual: typeof import('vuetify/components')['VDataTableVirtual']
|
67185
|
+
VDataTableServer: typeof import('vuetify/components')['VDataTableServer']
|
67186
|
+
VDialog: typeof import('vuetify/components')['VDialog']
|
67187
|
+
VEmptyState: typeof import('vuetify/components')['VEmptyState']
|
67189
67188
|
VExpansionPanels: typeof import('vuetify/components')['VExpansionPanels']
|
67190
67189
|
VExpansionPanel: typeof import('vuetify/components')['VExpansionPanel']
|
67191
67190
|
VExpansionPanelText: typeof import('vuetify/components')['VExpansionPanelText']
|
67192
67191
|
VExpansionPanelTitle: typeof import('vuetify/components')['VExpansionPanelTitle']
|
67193
|
-
VDialog: typeof import('vuetify/components')['VDialog']
|
67194
|
-
VDivider: typeof import('vuetify/components')['VDivider']
|
67195
67192
|
VField: typeof import('vuetify/components')['VField']
|
67196
67193
|
VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
|
67197
67194
|
VFab: typeof import('vuetify/components')['VFab']
|
67198
|
-
|
67199
|
-
VFooter: typeof import('vuetify/components')['VFooter']
|
67195
|
+
VDivider: typeof import('vuetify/components')['VDivider']
|
67200
67196
|
VFileInput: typeof import('vuetify/components')['VFileInput']
|
67197
|
+
VFooter: typeof import('vuetify/components')['VFooter']
|
67201
67198
|
VIcon: typeof import('vuetify/components')['VIcon']
|
67202
67199
|
VComponentIcon: typeof import('vuetify/components')['VComponentIcon']
|
67203
67200
|
VSvgIcon: typeof import('vuetify/components')['VSvgIcon']
|
67204
67201
|
VLigatureIcon: typeof import('vuetify/components')['VLigatureIcon']
|
67205
67202
|
VClassIcon: typeof import('vuetify/components')['VClassIcon']
|
67206
67203
|
VImg: typeof import('vuetify/components')['VImg']
|
67207
|
-
VInput: typeof import('vuetify/components')['VInput']
|
67208
67204
|
VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
|
67209
|
-
VLabel: typeof import('vuetify/components')['VLabel']
|
67210
67205
|
VItemGroup: typeof import('vuetify/components')['VItemGroup']
|
67211
67206
|
VItem: typeof import('vuetify/components')['VItem']
|
67212
|
-
VMain: typeof import('vuetify/components')['VMain']
|
67213
67207
|
VKbd: typeof import('vuetify/components')['VKbd']
|
67214
|
-
|
67215
|
-
VMessages: typeof import('vuetify/components')['VMessages']
|
67208
|
+
VInput: typeof import('vuetify/components')['VInput']
|
67216
67209
|
VList: typeof import('vuetify/components')['VList']
|
67217
67210
|
VListGroup: typeof import('vuetify/components')['VListGroup']
|
67218
67211
|
VListImg: typeof import('vuetify/components')['VListImg']
|
@@ -67222,69 +67215,74 @@ declare module 'vue' {
|
|
67222
67215
|
VListItemSubtitle: typeof import('vuetify/components')['VListItemSubtitle']
|
67223
67216
|
VListItemTitle: typeof import('vuetify/components')['VListItemTitle']
|
67224
67217
|
VListSubheader: typeof import('vuetify/components')['VListSubheader']
|
67218
|
+
VMain: typeof import('vuetify/components')['VMain']
|
67219
|
+
VLabel: typeof import('vuetify/components')['VLabel']
|
67225
67220
|
VMenu: typeof import('vuetify/components')['VMenu']
|
67226
67221
|
VOtpInput: typeof import('vuetify/components')['VOtpInput']
|
67227
67222
|
VOverlay: typeof import('vuetify/components')['VOverlay']
|
67223
|
+
VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
|
67228
67224
|
VPagination: typeof import('vuetify/components')['VPagination']
|
67225
|
+
VAppBar: typeof import('vuetify/components')['VAppBar']
|
67226
|
+
VAppBarNavIcon: typeof import('vuetify/components')['VAppBarNavIcon']
|
67227
|
+
VAppBarTitle: typeof import('vuetify/components')['VAppBarTitle']
|
67228
|
+
VMessages: typeof import('vuetify/components')['VMessages']
|
67229
|
+
VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
|
67229
67230
|
VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
|
67231
|
+
VRating: typeof import('vuetify/components')['VRating']
|
67230
67232
|
VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
|
67231
|
-
VSelect: typeof import('vuetify/components')['VSelect']
|
67232
|
-
VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
|
67233
|
-
VSheet: typeof import('vuetify/components')['VSheet']
|
67234
67233
|
VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
|
67235
|
-
VRating: typeof import('vuetify/components')['VRating']
|
67236
|
-
VSnackbar: typeof import('vuetify/components')['VSnackbar']
|
67237
67234
|
VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
|
67235
|
+
VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
|
67236
|
+
VSheet: typeof import('vuetify/components')['VSheet']
|
67237
|
+
VSelect: typeof import('vuetify/components')['VSelect']
|
67238
|
+
VSlider: typeof import('vuetify/components')['VSlider']
|
67238
67239
|
VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
|
67239
67240
|
VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
|
67240
|
-
|
67241
|
+
VSnackbar: typeof import('vuetify/components')['VSnackbar']
|
67241
67242
|
VStepper: typeof import('vuetify/components')['VStepper']
|
67242
67243
|
VStepperActions: typeof import('vuetify/components')['VStepperActions']
|
67243
67244
|
VStepperHeader: typeof import('vuetify/components')['VStepperHeader']
|
67244
67245
|
VStepperItem: typeof import('vuetify/components')['VStepperItem']
|
67245
67246
|
VStepperWindow: typeof import('vuetify/components')['VStepperWindow']
|
67246
67247
|
VStepperWindowItem: typeof import('vuetify/components')['VStepperWindowItem']
|
67247
|
-
VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
|
67248
67248
|
VSystemBar: typeof import('vuetify/components')['VSystemBar']
|
67249
|
-
VTextField: typeof import('vuetify/components')['VTextField']
|
67250
|
-
VTable: typeof import('vuetify/components')['VTable']
|
67251
67249
|
VTab: typeof import('vuetify/components')['VTab']
|
67252
67250
|
VTabs: typeof import('vuetify/components')['VTabs']
|
67253
67251
|
VTabsWindow: typeof import('vuetify/components')['VTabsWindow']
|
67254
67252
|
VTabsWindowItem: typeof import('vuetify/components')['VTabsWindowItem']
|
67255
67253
|
VSwitch: typeof import('vuetify/components')['VSwitch']
|
67256
|
-
|
67257
|
-
|
67258
|
-
VToolbarItems: typeof import('vuetify/components')['VToolbarItems']
|
67254
|
+
VTable: typeof import('vuetify/components')['VTable']
|
67255
|
+
VTextField: typeof import('vuetify/components')['VTextField']
|
67259
67256
|
VTextarea: typeof import('vuetify/components')['VTextarea']
|
67257
|
+
VTooltip: typeof import('vuetify/components')['VTooltip']
|
67260
67258
|
VTimeline: typeof import('vuetify/components')['VTimeline']
|
67261
67259
|
VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
|
67262
|
-
|
67260
|
+
VToolbar: typeof import('vuetify/components')['VToolbar']
|
67261
|
+
VToolbarTitle: typeof import('vuetify/components')['VToolbarTitle']
|
67262
|
+
VToolbarItems: typeof import('vuetify/components')['VToolbarItems']
|
67263
67263
|
VWindow: typeof import('vuetify/components')['VWindow']
|
67264
67264
|
VWindowItem: typeof import('vuetify/components')['VWindowItem']
|
67265
67265
|
VConfirmEdit: typeof import('vuetify/components')['VConfirmEdit']
|
67266
67266
|
VDataIterator: typeof import('vuetify/components')['VDataIterator']
|
67267
67267
|
VDefaultsProvider: typeof import('vuetify/components')['VDefaultsProvider']
|
67268
|
+
VHover: typeof import('vuetify/components')['VHover']
|
67268
67269
|
VForm: typeof import('vuetify/components')['VForm']
|
67269
67270
|
VContainer: typeof import('vuetify/components')['VContainer']
|
67270
67271
|
VCol: typeof import('vuetify/components')['VCol']
|
67271
67272
|
VRow: typeof import('vuetify/components')['VRow']
|
67272
67273
|
VSpacer: typeof import('vuetify/components')['VSpacer']
|
67273
|
-
VHover: typeof import('vuetify/components')['VHover']
|
67274
|
-
VLayout: typeof import('vuetify/components')['VLayout']
|
67275
|
-
VLayoutItem: typeof import('vuetify/components')['VLayoutItem']
|
67276
|
-
VLocaleProvider: typeof import('vuetify/components')['VLocaleProvider']
|
67277
67274
|
VLazy: typeof import('vuetify/components')['VLazy']
|
67278
67275
|
VNoSsr: typeof import('vuetify/components')['VNoSsr']
|
67279
|
-
VParallax: typeof import('vuetify/components')['VParallax']
|
67280
|
-
VRadio: typeof import('vuetify/components')['VRadio']
|
67281
67276
|
VRangeSlider: typeof import('vuetify/components')['VRangeSlider']
|
67277
|
+
VRadio: typeof import('vuetify/components')['VRadio']
|
67282
67278
|
VResponsive: typeof import('vuetify/components')['VResponsive']
|
67279
|
+
VLayout: typeof import('vuetify/components')['VLayout']
|
67280
|
+
VLayoutItem: typeof import('vuetify/components')['VLayoutItem']
|
67281
|
+
VParallax: typeof import('vuetify/components')['VParallax']
|
67283
67282
|
VSpeedDial: typeof import('vuetify/components')['VSpeedDial']
|
67284
67283
|
VSparkline: typeof import('vuetify/components')['VSparkline']
|
67285
67284
|
VThemeProvider: typeof import('vuetify/components')['VThemeProvider']
|
67286
67285
|
VVirtualScroll: typeof import('vuetify/components')['VVirtualScroll']
|
67287
|
-
VValidation: typeof import('vuetify/components')['VValidation']
|
67288
67286
|
VFabTransition: typeof import('vuetify/components')['VFabTransition']
|
67289
67287
|
VDialogBottomTransition: typeof import('vuetify/components')['VDialogBottomTransition']
|
67290
67288
|
VDialogTopTransition: typeof import('vuetify/components')['VDialogTopTransition']
|
@@ -67301,28 +67299,30 @@ declare module 'vue' {
|
|
67301
67299
|
VExpandTransition: typeof import('vuetify/components')['VExpandTransition']
|
67302
67300
|
VExpandXTransition: typeof import('vuetify/components')['VExpandXTransition']
|
67303
67301
|
VDialogTransition: typeof import('vuetify/components')['VDialogTransition']
|
67304
|
-
|
67305
|
-
|
67306
|
-
VTreeviewGroup: typeof import('vuetify/labs/components')['VTreeviewGroup']
|
67307
|
-
VFileUpload: typeof import('vuetify/labs/components')['VFileUpload']
|
67308
|
-
VFileUploadItem: typeof import('vuetify/labs/components')['VFileUploadItem']
|
67309
|
-
VNumberInput: typeof import('vuetify/labs/components')['VNumberInput']
|
67302
|
+
VLocaleProvider: typeof import('vuetify/components')['VLocaleProvider']
|
67303
|
+
VValidation: typeof import('vuetify/components')['VValidation']
|
67310
67304
|
VCalendar: typeof import('vuetify/labs/components')['VCalendar']
|
67311
67305
|
VCalendarDay: typeof import('vuetify/labs/components')['VCalendarDay']
|
67312
67306
|
VCalendarHeader: typeof import('vuetify/labs/components')['VCalendarHeader']
|
67313
67307
|
VCalendarInterval: typeof import('vuetify/labs/components')['VCalendarInterval']
|
67314
67308
|
VCalendarIntervalEvent: typeof import('vuetify/labs/components')['VCalendarIntervalEvent']
|
67315
67309
|
VCalendarMonthDay: typeof import('vuetify/labs/components')['VCalendarMonthDay']
|
67310
|
+
VFileUpload: typeof import('vuetify/labs/components')['VFileUpload']
|
67311
|
+
VFileUploadItem: typeof import('vuetify/labs/components')['VFileUploadItem']
|
67316
67312
|
VPicker: typeof import('vuetify/labs/components')['VPicker']
|
67317
67313
|
VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
|
67318
|
-
VTimePicker: typeof import('vuetify/labs/components')['VTimePicker']
|
67319
|
-
VTimePickerClock: typeof import('vuetify/labs/components')['VTimePickerClock']
|
67320
|
-
VTimePickerControls: typeof import('vuetify/labs/components')['VTimePickerControls']
|
67321
67314
|
VStepperVertical: typeof import('vuetify/labs/components')['VStepperVertical']
|
67322
67315
|
VStepperVerticalItem: typeof import('vuetify/labs/components')['VStepperVerticalItem']
|
67323
67316
|
VStepperVerticalActions: typeof import('vuetify/labs/components')['VStepperVerticalActions']
|
67317
|
+
VTimePicker: typeof import('vuetify/labs/components')['VTimePicker']
|
67318
|
+
VTimePickerClock: typeof import('vuetify/labs/components')['VTimePickerClock']
|
67319
|
+
VTimePickerControls: typeof import('vuetify/labs/components')['VTimePickerControls']
|
67320
|
+
VTreeview: typeof import('vuetify/labs/components')['VTreeview']
|
67321
|
+
VTreeviewItem: typeof import('vuetify/labs/components')['VTreeviewItem']
|
67322
|
+
VTreeviewGroup: typeof import('vuetify/labs/components')['VTreeviewGroup']
|
67323
|
+
VNumberInput: typeof import('vuetify/labs/components')['VNumberInput']
|
67324
67324
|
VDateInput: typeof import('vuetify/labs/components')['VDateInput']
|
67325
|
-
VPullToRefresh: typeof import('vuetify/labs/components')['VPullToRefresh']
|
67326
67325
|
VSnackbarQueue: typeof import('vuetify/labs/components')['VSnackbarQueue']
|
67326
|
+
VPullToRefresh: typeof import('vuetify/labs/components')['VPullToRefresh']
|
67327
67327
|
}
|
67328
67328
|
}
|
package/dist/vuetify.esm.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* Vuetify v3.7.16-master.2025-03-
|
2
|
+
* Vuetify v3.7.16-master.2025-03-17
|
3
3
|
* Forged by John Leider
|
4
4
|
* Released under the MIT License.
|
5
5
|
*/
|
@@ -2888,7 +2888,7 @@ function createTheme(options) {
|
|
2888
2888
|
function getHead() {
|
2889
2889
|
return {
|
2890
2890
|
style: [{
|
2891
|
-
|
2891
|
+
textContent: styles.value,
|
2892
2892
|
id: 'vuetify-theme-stylesheet',
|
2893
2893
|
nonce: parsedOptions.cspNonce || false
|
2894
2894
|
}]
|
@@ -28444,7 +28444,7 @@ function createVuetify$1() {
|
|
28444
28444
|
goTo
|
28445
28445
|
};
|
28446
28446
|
}
|
28447
|
-
const version$1 = "3.7.16-master.2025-03-
|
28447
|
+
const version$1 = "3.7.16-master.2025-03-17";
|
28448
28448
|
createVuetify$1.version = version$1;
|
28449
28449
|
|
28450
28450
|
// Vue's inject() can only be used in setup
|
@@ -28469,7 +28469,7 @@ const createVuetify = function () {
|
|
28469
28469
|
...options
|
28470
28470
|
});
|
28471
28471
|
};
|
28472
|
-
const version = "3.7.16-master.2025-03-
|
28472
|
+
const version = "3.7.16-master.2025-03-17";
|
28473
28473
|
createVuetify.version = version;
|
28474
28474
|
|
28475
28475
|
export { index as blueprints, components, createVuetify, directives, useDate, useDefaults, useDisplay, useGoTo, useLayout, useLocale, useRtl, useTheme, version };
|