@vuetify/nightly 3.7.3-master.2024-11-01 → 3.7.3-master.2024-11-04
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/dist/json/attributes.json +2954 -2954
- package/dist/json/importMap-labs.json +32 -32
- package/dist/json/importMap.json +144 -144
- package/dist/json/web-types.json +5760 -5760
- package/dist/vuetify-labs.css +2872 -2869
- package/dist/vuetify-labs.esm.js +20 -8
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +20 -8
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +972 -969
- package/dist/vuetify.d.ts +50 -50
- package/dist/vuetify.esm.js +20 -8
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +20 -8
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +16 -16
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VBtnToggle/VBtnToggle.css +3 -0
- package/lib/components/VBtnToggle/VBtnToggle.sass +3 -0
- package/lib/components/VDialog/VDialog.mjs +4 -1
- package/lib/components/VDialog/VDialog.mjs.map +1 -1
- package/lib/components/VMenu/VMenu.mjs +15 -6
- package/lib/components/VMenu/VMenu.mjs.map +1 -1
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/index.d.mts +50 -50
- package/package.json +1 -1
package/dist/vuetify.d.ts
CHANGED
@@ -67103,43 +67103,42 @@ declare module 'vue' {
|
|
67103
67103
|
$children?: VNodeChild
|
67104
67104
|
}
|
67105
67105
|
export interface GlobalComponents {
|
67106
|
-
|
67106
|
+
VAlert: typeof import('vuetify/components')['VAlert']
|
67107
|
+
VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
|
67107
67108
|
VAppBar: typeof import('vuetify/components')['VAppBar']
|
67108
67109
|
VAppBarNavIcon: typeof import('vuetify/components')['VAppBarNavIcon']
|
67109
67110
|
VAppBarTitle: typeof import('vuetify/components')['VAppBarTitle']
|
67110
67111
|
VAvatar: typeof import('vuetify/components')['VAvatar']
|
67112
|
+
VApp: typeof import('vuetify/components')['VApp']
|
67111
67113
|
VBadge: typeof import('vuetify/components')['VBadge']
|
67112
|
-
VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
|
67113
|
-
VBtn: typeof import('vuetify/components')['VBtn']
|
67114
|
-
VAlert: typeof import('vuetify/components')['VAlert']
|
67115
|
-
VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
|
67116
67114
|
VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
|
67115
|
+
VBtn: typeof import('vuetify/components')['VBtn']
|
67116
|
+
VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
|
67117
|
+
VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
|
67117
67118
|
VBanner: typeof import('vuetify/components')['VBanner']
|
67118
67119
|
VBannerActions: typeof import('vuetify/components')['VBannerActions']
|
67119
67120
|
VBannerText: typeof import('vuetify/components')['VBannerText']
|
67121
|
+
VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
|
67120
67122
|
VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
|
67121
67123
|
VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
|
67122
67124
|
VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
|
67123
|
-
VApp: typeof import('vuetify/components')['VApp']
|
67124
|
-
VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
|
67125
|
-
VCheckbox: typeof import('vuetify/components')['VCheckbox']
|
67126
|
-
VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
|
67127
|
-
VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
|
67128
|
-
VCarousel: typeof import('vuetify/components')['VCarousel']
|
67129
|
-
VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
|
67130
67125
|
VCard: typeof import('vuetify/components')['VCard']
|
67131
67126
|
VCardActions: typeof import('vuetify/components')['VCardActions']
|
67132
67127
|
VCardItem: typeof import('vuetify/components')['VCardItem']
|
67133
67128
|
VCardSubtitle: typeof import('vuetify/components')['VCardSubtitle']
|
67134
67129
|
VCardText: typeof import('vuetify/components')['VCardText']
|
67135
67130
|
VCardTitle: typeof import('vuetify/components')['VCardTitle']
|
67136
|
-
|
67137
|
-
VColorPicker: typeof import('vuetify/components')['VColorPicker']
|
67131
|
+
VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
|
67138
67132
|
VChip: typeof import('vuetify/components')['VChip']
|
67139
|
-
VCounter: typeof import('vuetify/components')['VCounter']
|
67140
67133
|
VCode: typeof import('vuetify/components')['VCode']
|
67134
|
+
VCarousel: typeof import('vuetify/components')['VCarousel']
|
67135
|
+
VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
|
67136
|
+
VCheckbox: typeof import('vuetify/components')['VCheckbox']
|
67137
|
+
VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
|
67141
67138
|
VCombobox: typeof import('vuetify/components')['VCombobox']
|
67142
|
-
|
67139
|
+
VChipGroup: typeof import('vuetify/components')['VChipGroup']
|
67140
|
+
VCounter: typeof import('vuetify/components')['VCounter']
|
67141
|
+
VColorPicker: typeof import('vuetify/components')['VColorPicker']
|
67143
67142
|
VDataTable: typeof import('vuetify/components')['VDataTable']
|
67144
67143
|
VDataTableHeaders: typeof import('vuetify/components')['VDataTableHeaders']
|
67145
67144
|
VDataTableFooter: typeof import('vuetify/components')['VDataTableFooter']
|
@@ -67147,36 +67146,34 @@ declare module 'vue' {
|
|
67147
67146
|
VDataTableRow: typeof import('vuetify/components')['VDataTableRow']
|
67148
67147
|
VDataTableVirtual: typeof import('vuetify/components')['VDataTableVirtual']
|
67149
67148
|
VDataTableServer: typeof import('vuetify/components')['VDataTableServer']
|
67150
|
-
VExpansionPanels: typeof import('vuetify/components')['VExpansionPanels']
|
67151
|
-
VExpansionPanel: typeof import('vuetify/components')['VExpansionPanel']
|
67152
|
-
VExpansionPanelText: typeof import('vuetify/components')['VExpansionPanelText']
|
67153
|
-
VExpansionPanelTitle: typeof import('vuetify/components')['VExpansionPanelTitle']
|
67154
|
-
VDivider: typeof import('vuetify/components')['VDivider']
|
67155
67149
|
VDatePicker: typeof import('vuetify/components')['VDatePicker']
|
67156
67150
|
VDatePickerControls: typeof import('vuetify/components')['VDatePickerControls']
|
67157
67151
|
VDatePickerHeader: typeof import('vuetify/components')['VDatePickerHeader']
|
67158
67152
|
VDatePickerMonth: typeof import('vuetify/components')['VDatePickerMonth']
|
67159
67153
|
VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
|
67160
67154
|
VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
|
67155
|
+
VDialog: typeof import('vuetify/components')['VDialog']
|
67156
|
+
VExpansionPanels: typeof import('vuetify/components')['VExpansionPanels']
|
67157
|
+
VExpansionPanel: typeof import('vuetify/components')['VExpansionPanel']
|
67158
|
+
VExpansionPanelText: typeof import('vuetify/components')['VExpansionPanelText']
|
67159
|
+
VExpansionPanelTitle: typeof import('vuetify/components')['VExpansionPanelTitle']
|
67160
|
+
VDivider: typeof import('vuetify/components')['VDivider']
|
67161
67161
|
VEmptyState: typeof import('vuetify/components')['VEmptyState']
|
67162
|
-
VFab: typeof import('vuetify/components')['VFab']
|
67163
|
-
VFooter: typeof import('vuetify/components')['VFooter']
|
67164
67162
|
VFileInput: typeof import('vuetify/components')['VFileInput']
|
67165
67163
|
VField: typeof import('vuetify/components')['VField']
|
67166
67164
|
VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
|
67167
|
-
|
67165
|
+
VFab: typeof import('vuetify/components')['VFab']
|
67166
|
+
VFooter: typeof import('vuetify/components')['VFooter']
|
67168
67167
|
VIcon: typeof import('vuetify/components')['VIcon']
|
67169
67168
|
VComponentIcon: typeof import('vuetify/components')['VComponentIcon']
|
67170
67169
|
VSvgIcon: typeof import('vuetify/components')['VSvgIcon']
|
67171
67170
|
VLigatureIcon: typeof import('vuetify/components')['VLigatureIcon']
|
67172
67171
|
VClassIcon: typeof import('vuetify/components')['VClassIcon']
|
67172
|
+
VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
|
67173
67173
|
VImg: typeof import('vuetify/components')['VImg']
|
67174
|
-
VInput: typeof import('vuetify/components')['VInput']
|
67175
67174
|
VItemGroup: typeof import('vuetify/components')['VItemGroup']
|
67176
67175
|
VItem: typeof import('vuetify/components')['VItem']
|
67177
|
-
|
67178
|
-
VLabel: typeof import('vuetify/components')['VLabel']
|
67179
|
-
VMain: typeof import('vuetify/components')['VMain']
|
67176
|
+
VInput: typeof import('vuetify/components')['VInput']
|
67180
67177
|
VList: typeof import('vuetify/components')['VList']
|
67181
67178
|
VListGroup: typeof import('vuetify/components')['VListGroup']
|
67182
67179
|
VListImg: typeof import('vuetify/components')['VListImg']
|
@@ -67186,21 +67183,25 @@ declare module 'vue' {
|
|
67186
67183
|
VListItemSubtitle: typeof import('vuetify/components')['VListItemSubtitle']
|
67187
67184
|
VListItemTitle: typeof import('vuetify/components')['VListItemTitle']
|
67188
67185
|
VListSubheader: typeof import('vuetify/components')['VListSubheader']
|
67186
|
+
VLabel: typeof import('vuetify/components')['VLabel']
|
67187
|
+
VMain: typeof import('vuetify/components')['VMain']
|
67188
|
+
VKbd: typeof import('vuetify/components')['VKbd']
|
67189
67189
|
VMenu: typeof import('vuetify/components')['VMenu']
|
67190
67190
|
VMessages: typeof import('vuetify/components')['VMessages']
|
67191
|
-
VOtpInput: typeof import('vuetify/components')['VOtpInput']
|
67192
|
-
VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
|
67193
67191
|
VPagination: typeof import('vuetify/components')['VPagination']
|
67192
|
+
VOtpInput: typeof import('vuetify/components')['VOtpInput']
|
67193
|
+
VOverlay: typeof import('vuetify/components')['VOverlay']
|
67194
67194
|
VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
|
67195
67195
|
VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
|
67196
|
-
|
67196
|
+
VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
|
67197
67197
|
VRating: typeof import('vuetify/components')['VRating']
|
67198
67198
|
VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
|
67199
67199
|
VSelect: typeof import('vuetify/components')['VSelect']
|
67200
|
+
VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
|
67201
|
+
VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
|
67200
67202
|
VSheet: typeof import('vuetify/components')['VSheet']
|
67201
67203
|
VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
|
67202
67204
|
VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
|
67203
|
-
VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
|
67204
67205
|
VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
|
67205
67206
|
VSlider: typeof import('vuetify/components')['VSlider']
|
67206
67207
|
VSnackbar: typeof import('vuetify/components')['VSnackbar']
|
@@ -67212,39 +67213,38 @@ declare module 'vue' {
|
|
67212
67213
|
VStepperItem: typeof import('vuetify/components')['VStepperItem']
|
67213
67214
|
VStepperWindow: typeof import('vuetify/components')['VStepperWindow']
|
67214
67215
|
VStepperWindowItem: typeof import('vuetify/components')['VStepperWindowItem']
|
67215
|
-
VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
|
67216
|
-
VTooltip: typeof import('vuetify/components')['VTooltip']
|
67217
67216
|
VTab: typeof import('vuetify/components')['VTab']
|
67218
67217
|
VTabs: typeof import('vuetify/components')['VTabs']
|
67219
67218
|
VTabsWindow: typeof import('vuetify/components')['VTabsWindow']
|
67220
67219
|
VTabsWindowItem: typeof import('vuetify/components')['VTabsWindowItem']
|
67221
|
-
VTable: typeof import('vuetify/components')['VTable']
|
67222
|
-
VTextField: typeof import('vuetify/components')['VTextField']
|
67223
67220
|
VTextarea: typeof import('vuetify/components')['VTextarea']
|
67221
|
+
VTable: typeof import('vuetify/components')['VTable']
|
67224
67222
|
VTimeline: typeof import('vuetify/components')['VTimeline']
|
67225
67223
|
VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
|
67224
|
+
VWindow: typeof import('vuetify/components')['VWindow']
|
67225
|
+
VWindowItem: typeof import('vuetify/components')['VWindowItem']
|
67226
|
+
VTextField: typeof import('vuetify/components')['VTextField']
|
67226
67227
|
VToolbar: typeof import('vuetify/components')['VToolbar']
|
67227
67228
|
VToolbarTitle: typeof import('vuetify/components')['VToolbarTitle']
|
67228
67229
|
VToolbarItems: typeof import('vuetify/components')['VToolbarItems']
|
67229
|
-
|
67230
|
-
VWindowItem: typeof import('vuetify/components')['VWindowItem']
|
67230
|
+
VTooltip: typeof import('vuetify/components')['VTooltip']
|
67231
67231
|
VConfirmEdit: typeof import('vuetify/components')['VConfirmEdit']
|
67232
67232
|
VDataIterator: typeof import('vuetify/components')['VDataIterator']
|
67233
67233
|
VDefaultsProvider: typeof import('vuetify/components')['VDefaultsProvider']
|
67234
|
-
VForm: typeof import('vuetify/components')['VForm']
|
67235
|
-
VHover: typeof import('vuetify/components')['VHover']
|
67236
67234
|
VContainer: typeof import('vuetify/components')['VContainer']
|
67237
67235
|
VCol: typeof import('vuetify/components')['VCol']
|
67238
67236
|
VRow: typeof import('vuetify/components')['VRow']
|
67239
67237
|
VSpacer: typeof import('vuetify/components')['VSpacer']
|
67238
|
+
VForm: typeof import('vuetify/components')['VForm']
|
67239
|
+
VHover: typeof import('vuetify/components')['VHover']
|
67240
67240
|
VLayout: typeof import('vuetify/components')['VLayout']
|
67241
67241
|
VLayoutItem: typeof import('vuetify/components')['VLayoutItem']
|
67242
|
-
VLazy: typeof import('vuetify/components')['VLazy']
|
67243
67242
|
VLocaleProvider: typeof import('vuetify/components')['VLocaleProvider']
|
67243
|
+
VLazy: typeof import('vuetify/components')['VLazy']
|
67244
67244
|
VNoSsr: typeof import('vuetify/components')['VNoSsr']
|
67245
67245
|
VParallax: typeof import('vuetify/components')['VParallax']
|
67246
|
-
VRadio: typeof import('vuetify/components')['VRadio']
|
67247
67246
|
VRangeSlider: typeof import('vuetify/components')['VRangeSlider']
|
67247
|
+
VRadio: typeof import('vuetify/components')['VRadio']
|
67248
67248
|
VResponsive: typeof import('vuetify/components')['VResponsive']
|
67249
67249
|
VSparkline: typeof import('vuetify/components')['VSparkline']
|
67250
67250
|
VSpeedDial: typeof import('vuetify/components')['VSpeedDial']
|
@@ -67267,26 +67267,26 @@ declare module 'vue' {
|
|
67267
67267
|
VExpandTransition: typeof import('vuetify/components')['VExpandTransition']
|
67268
67268
|
VExpandXTransition: typeof import('vuetify/components')['VExpandXTransition']
|
67269
67269
|
VDialogTransition: typeof import('vuetify/components')['VDialogTransition']
|
67270
|
+
VCalendar: typeof import('vuetify/labs/components')['VCalendar']
|
67271
|
+
VCalendarDay: typeof import('vuetify/labs/components')['VCalendarDay']
|
67272
|
+
VCalendarHeader: typeof import('vuetify/labs/components')['VCalendarHeader']
|
67273
|
+
VCalendarInterval: typeof import('vuetify/labs/components')['VCalendarInterval']
|
67274
|
+
VCalendarIntervalEvent: typeof import('vuetify/labs/components')['VCalendarIntervalEvent']
|
67275
|
+
VCalendarMonthDay: typeof import('vuetify/labs/components')['VCalendarMonthDay']
|
67276
|
+
VNumberInput: typeof import('vuetify/labs/components')['VNumberInput']
|
67270
67277
|
VStepperVertical: typeof import('vuetify/labs/components')['VStepperVertical']
|
67271
67278
|
VStepperVerticalItem: typeof import('vuetify/labs/components')['VStepperVerticalItem']
|
67272
67279
|
VStepperVerticalActions: typeof import('vuetify/labs/components')['VStepperVerticalActions']
|
67273
67280
|
VPicker: typeof import('vuetify/labs/components')['VPicker']
|
67274
67281
|
VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
|
67275
|
-
VNumberInput: typeof import('vuetify/labs/components')['VNumberInput']
|
67276
67282
|
VTimePicker: typeof import('vuetify/labs/components')['VTimePicker']
|
67277
67283
|
VTimePickerClock: typeof import('vuetify/labs/components')['VTimePickerClock']
|
67278
67284
|
VTimePickerControls: typeof import('vuetify/labs/components')['VTimePickerControls']
|
67279
|
-
VCalendar: typeof import('vuetify/labs/components')['VCalendar']
|
67280
|
-
VCalendarDay: typeof import('vuetify/labs/components')['VCalendarDay']
|
67281
|
-
VCalendarHeader: typeof import('vuetify/labs/components')['VCalendarHeader']
|
67282
|
-
VCalendarInterval: typeof import('vuetify/labs/components')['VCalendarInterval']
|
67283
|
-
VCalendarIntervalEvent: typeof import('vuetify/labs/components')['VCalendarIntervalEvent']
|
67284
|
-
VCalendarMonthDay: typeof import('vuetify/labs/components')['VCalendarMonthDay']
|
67285
67285
|
VTreeview: typeof import('vuetify/labs/components')['VTreeview']
|
67286
67286
|
VTreeviewItem: typeof import('vuetify/labs/components')['VTreeviewItem']
|
67287
67287
|
VTreeviewGroup: typeof import('vuetify/labs/components')['VTreeviewGroup']
|
67288
67288
|
VDateInput: typeof import('vuetify/labs/components')['VDateInput']
|
67289
|
-
VSnackbarQueue: typeof import('vuetify/labs/components')['VSnackbarQueue']
|
67290
67289
|
VPullToRefresh: typeof import('vuetify/labs/components')['VPullToRefresh']
|
67290
|
+
VSnackbarQueue: typeof import('vuetify/labs/components')['VSnackbarQueue']
|
67291
67291
|
}
|
67292
67292
|
}
|
package/dist/vuetify.esm.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* Vuetify v3.7.3-master.2024-11-
|
2
|
+
* Vuetify v3.7.3-master.2024-11-04
|
3
3
|
* Forged by John Leider
|
4
4
|
* Released under the MIT License.
|
5
5
|
*/
|
@@ -11442,7 +11442,10 @@ const VMenu = genericComponent()({
|
|
11442
11442
|
}, 40);
|
11443
11443
|
}
|
11444
11444
|
});
|
11445
|
-
onBeforeUnmount(() =>
|
11445
|
+
onBeforeUnmount(() => {
|
11446
|
+
parent?.unregister();
|
11447
|
+
document.removeEventListener('focusin', onFocusIn);
|
11448
|
+
});
|
11446
11449
|
onDeactivated(() => isActive.value = false);
|
11447
11450
|
async function onFocusIn(e) {
|
11448
11451
|
const before = e.relatedTarget;
|
@@ -11462,13 +11465,19 @@ const VMenu = genericComponent()({
|
|
11462
11465
|
watch(isActive, val => {
|
11463
11466
|
if (val) {
|
11464
11467
|
parent?.register();
|
11465
|
-
|
11466
|
-
|
11467
|
-
|
11468
|
+
if (IN_BROWSER) {
|
11469
|
+
document.addEventListener('focusin', onFocusIn, {
|
11470
|
+
once: true
|
11471
|
+
});
|
11472
|
+
}
|
11468
11473
|
} else {
|
11469
11474
|
parent?.unregister();
|
11470
|
-
|
11475
|
+
if (IN_BROWSER) {
|
11476
|
+
document.removeEventListener('focusin', onFocusIn);
|
11477
|
+
}
|
11471
11478
|
}
|
11479
|
+
}, {
|
11480
|
+
immediate: true
|
11472
11481
|
});
|
11473
11482
|
function onClickOutside(e) {
|
11474
11483
|
parent?.closeParents(e);
|
@@ -13984,6 +13993,9 @@ const VDialog = genericComponent()({
|
|
13984
13993
|
}
|
13985
13994
|
}
|
13986
13995
|
}
|
13996
|
+
onBeforeUnmount(() => {
|
13997
|
+
document.removeEventListener('focusin', onFocusin);
|
13998
|
+
});
|
13987
13999
|
if (IN_BROWSER) {
|
13988
14000
|
watch(() => isActive.value && props.retainFocus, val => {
|
13989
14001
|
val ? document.addEventListener('focusin', onFocusin) : document.removeEventListener('focusin', onFocusin);
|
@@ -28238,7 +28250,7 @@ function createVuetify$1() {
|
|
28238
28250
|
goTo
|
28239
28251
|
};
|
28240
28252
|
}
|
28241
|
-
const version$1 = "3.7.3-master.2024-11-
|
28253
|
+
const version$1 = "3.7.3-master.2024-11-04";
|
28242
28254
|
createVuetify$1.version = version$1;
|
28243
28255
|
|
28244
28256
|
// Vue's inject() can only be used in setup
|
@@ -28263,7 +28275,7 @@ const createVuetify = function () {
|
|
28263
28275
|
...options
|
28264
28276
|
});
|
28265
28277
|
};
|
28266
|
-
const version = "3.7.3-master.2024-11-
|
28278
|
+
const version = "3.7.3-master.2024-11-04";
|
28267
28279
|
createVuetify.version = version;
|
28268
28280
|
|
28269
28281
|
export { index as blueprints, components, createVuetify, directives, useDate, useDefaults, useDisplay, useGoTo, useLayout, useLocale, useRtl, useTheme, version };
|