@vuetify/nightly 3.7.15-master.2025-03-07 → 3.7.15-master.2025-03-10

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/vuetify.d.ts CHANGED
@@ -28745,7 +28745,7 @@ declare const VDatePickerMonth: {
28745
28745
  "onUpdate:modelValue"?: ((date: unknown) => any) | undefined;
28746
28746
  "onUpdate:month"?: ((date: number) => any) | undefined;
28747
28747
  "onUpdate:year"?: ((date: number) => any) | undefined;
28748
- }, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
28748
+ }, void, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
28749
28749
  'update:modelValue': (date: unknown) => true;
28750
28750
  'update:month': (date: number) => true;
28751
28751
  'update:year': (date: number) => true;
@@ -28873,7 +28873,7 @@ declare const VDatePickerMonth: {
28873
28873
  "onUpdate:modelValue"?: ((date: unknown) => any) | undefined;
28874
28874
  "onUpdate:month"?: ((date: number) => any) | undefined;
28875
28875
  "onUpdate:year"?: ((date: number) => any) | undefined;
28876
- }, () => JSX.Element, {}, {}, {}, {
28876
+ }, {}, {}, {}, {}, {
28877
28877
  transition: string;
28878
28878
  disabled: boolean;
28879
28879
  reverseTransition: string;
@@ -28936,7 +28936,7 @@ declare const VDatePickerMonth: {
28936
28936
  "onUpdate:modelValue"?: ((date: unknown) => any) | undefined;
28937
28937
  "onUpdate:month"?: ((date: number) => any) | undefined;
28938
28938
  "onUpdate:year"?: ((date: number) => any) | undefined;
28939
- }, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
28939
+ }, void, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
28940
28940
  'update:modelValue': (date: unknown) => true;
28941
28941
  'update:month': (date: number) => true;
28942
28942
  'update:year': (date: number) => true;
@@ -67071,48 +67071,41 @@ declare module 'vue' {
67071
67071
  $children?: VNodeChild
67072
67072
  }
67073
67073
  export interface GlobalComponents {
67074
- VApp: typeof import('vuetify/components')['VApp']
67075
67074
  VAlert: typeof import('vuetify/components')['VAlert']
67076
67075
  VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
67077
- VBanner: typeof import('vuetify/components')['VBanner']
67078
- VBannerActions: typeof import('vuetify/components')['VBannerActions']
67079
- VBannerText: typeof import('vuetify/components')['VBannerText']
67076
+ VApp: typeof import('vuetify/components')['VApp']
67080
67077
  VAppBar: typeof import('vuetify/components')['VAppBar']
67081
67078
  VAppBarNavIcon: typeof import('vuetify/components')['VAppBarNavIcon']
67082
67079
  VAppBarTitle: typeof import('vuetify/components')['VAppBarTitle']
67083
67080
  VAvatar: typeof import('vuetify/components')['VAvatar']
67081
+ VBadge: typeof import('vuetify/components')['VBadge']
67082
+ VBanner: typeof import('vuetify/components')['VBanner']
67083
+ VBannerActions: typeof import('vuetify/components')['VBannerActions']
67084
+ VBannerText: typeof import('vuetify/components')['VBannerText']
67085
+ VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
67084
67086
  VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
67087
+ VBtn: typeof import('vuetify/components')['VBtn']
67085
67088
  VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
67086
67089
  VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
67087
- VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
67088
- VBadge: typeof import('vuetify/components')['VBadge']
67090
+ VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
67091
+ VCarousel: typeof import('vuetify/components')['VCarousel']
67092
+ VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
67089
67093
  VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
67090
67094
  VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
67091
67095
  VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
67092
- VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
67093
- VChip: typeof import('vuetify/components')['VChip']
67094
- VCheckbox: typeof import('vuetify/components')['VCheckbox']
67095
- VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
67096
- VBtn: typeof import('vuetify/components')['VBtn']
67097
67096
  VCard: typeof import('vuetify/components')['VCard']
67098
67097
  VCardActions: typeof import('vuetify/components')['VCardActions']
67099
67098
  VCardItem: typeof import('vuetify/components')['VCardItem']
67100
67099
  VCardSubtitle: typeof import('vuetify/components')['VCardSubtitle']
67101
67100
  VCardText: typeof import('vuetify/components')['VCardText']
67102
67101
  VCardTitle: typeof import('vuetify/components')['VCardTitle']
67103
- VCode: typeof import('vuetify/components')['VCode']
67104
- VCarousel: typeof import('vuetify/components')['VCarousel']
67105
- VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
67106
67102
  VChipGroup: typeof import('vuetify/components')['VChipGroup']
67103
+ VCheckbox: typeof import('vuetify/components')['VCheckbox']
67104
+ VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
67105
+ VChip: typeof import('vuetify/components')['VChip']
67107
67106
  VColorPicker: typeof import('vuetify/components')['VColorPicker']
67108
- VDatePicker: typeof import('vuetify/components')['VDatePicker']
67109
- VDatePickerControls: typeof import('vuetify/components')['VDatePickerControls']
67110
- VDatePickerHeader: typeof import('vuetify/components')['VDatePickerHeader']
67111
- VDatePickerMonth: typeof import('vuetify/components')['VDatePickerMonth']
67112
- VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
67113
- VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
67114
- VCombobox: typeof import('vuetify/components')['VCombobox']
67115
67107
  VCounter: typeof import('vuetify/components')['VCounter']
67108
+ VCode: typeof import('vuetify/components')['VCode']
67116
67109
  VDataTable: typeof import('vuetify/components')['VDataTable']
67117
67110
  VDataTableHeaders: typeof import('vuetify/components')['VDataTableHeaders']
67118
67111
  VDataTableFooter: typeof import('vuetify/components')['VDataTableFooter']
@@ -67120,30 +67113,37 @@ declare module 'vue' {
67120
67113
  VDataTableRow: typeof import('vuetify/components')['VDataTableRow']
67121
67114
  VDataTableVirtual: typeof import('vuetify/components')['VDataTableVirtual']
67122
67115
  VDataTableServer: typeof import('vuetify/components')['VDataTableServer']
67116
+ VDatePicker: typeof import('vuetify/components')['VDatePicker']
67117
+ VDatePickerControls: typeof import('vuetify/components')['VDatePickerControls']
67118
+ VDatePickerHeader: typeof import('vuetify/components')['VDatePickerHeader']
67119
+ VDatePickerMonth: typeof import('vuetify/components')['VDatePickerMonth']
67120
+ VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
67121
+ VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
67122
+ VCombobox: typeof import('vuetify/components')['VCombobox']
67123
67123
  VEmptyState: typeof import('vuetify/components')['VEmptyState']
67124
67124
  VDialog: typeof import('vuetify/components')['VDialog']
67125
67125
  VFab: typeof import('vuetify/components')['VFab']
67126
+ VDivider: typeof import('vuetify/components')['VDivider']
67126
67127
  VExpansionPanels: typeof import('vuetify/components')['VExpansionPanels']
67127
67128
  VExpansionPanel: typeof import('vuetify/components')['VExpansionPanel']
67128
67129
  VExpansionPanelText: typeof import('vuetify/components')['VExpansionPanelText']
67129
67130
  VExpansionPanelTitle: typeof import('vuetify/components')['VExpansionPanelTitle']
67130
- VDivider: typeof import('vuetify/components')['VDivider']
67131
+ VFileInput: typeof import('vuetify/components')['VFileInput']
67131
67132
  VField: typeof import('vuetify/components')['VField']
67132
67133
  VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
67133
67134
  VFooter: typeof import('vuetify/components')['VFooter']
67134
- VImg: typeof import('vuetify/components')['VImg']
67135
- VInput: typeof import('vuetify/components')['VInput']
67136
- VFileInput: typeof import('vuetify/components')['VFileInput']
67137
67135
  VIcon: typeof import('vuetify/components')['VIcon']
67138
67136
  VComponentIcon: typeof import('vuetify/components')['VComponentIcon']
67139
67137
  VSvgIcon: typeof import('vuetify/components')['VSvgIcon']
67140
67138
  VLigatureIcon: typeof import('vuetify/components')['VLigatureIcon']
67141
67139
  VClassIcon: typeof import('vuetify/components')['VClassIcon']
67140
+ VImg: typeof import('vuetify/components')['VImg']
67141
+ VInput: typeof import('vuetify/components')['VInput']
67142
+ VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
67142
67143
  VItemGroup: typeof import('vuetify/components')['VItemGroup']
67143
67144
  VItem: typeof import('vuetify/components')['VItem']
67144
- VLabel: typeof import('vuetify/components')['VLabel']
67145
- VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
67146
67145
  VKbd: typeof import('vuetify/components')['VKbd']
67146
+ VMain: typeof import('vuetify/components')['VMain']
67147
67147
  VList: typeof import('vuetify/components')['VList']
67148
67148
  VListGroup: typeof import('vuetify/components')['VListGroup']
67149
67149
  VListImg: typeof import('vuetify/components')['VListImg']
@@ -67153,51 +67153,51 @@ declare module 'vue' {
67153
67153
  VListItemSubtitle: typeof import('vuetify/components')['VListItemSubtitle']
67154
67154
  VListItemTitle: typeof import('vuetify/components')['VListItemTitle']
67155
67155
  VListSubheader: typeof import('vuetify/components')['VListSubheader']
67156
- VMain: typeof import('vuetify/components')['VMain']
67156
+ VLabel: typeof import('vuetify/components')['VLabel']
67157
67157
  VMessages: typeof import('vuetify/components')['VMessages']
67158
- VMenu: typeof import('vuetify/components')['VMenu']
67159
67158
  VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
67160
- VOtpInput: typeof import('vuetify/components')['VOtpInput']
67161
- VOverlay: typeof import('vuetify/components')['VOverlay']
67162
- VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
67163
67159
  VPagination: typeof import('vuetify/components')['VPagination']
67160
+ VMenu: typeof import('vuetify/components')['VMenu']
67164
67161
  VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
67162
+ VOtpInput: typeof import('vuetify/components')['VOtpInput']
67163
+ VOverlay: typeof import('vuetify/components')['VOverlay']
67165
67164
  VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
67165
+ VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
67166
+ VRating: typeof import('vuetify/components')['VRating']
67166
67167
  VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
67167
67168
  VSelect: typeof import('vuetify/components')['VSelect']
67168
- VRating: typeof import('vuetify/components')['VRating']
67169
- VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
67170
- VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
67171
67169
  VSheet: typeof import('vuetify/components')['VSheet']
67172
- VSlider: typeof import('vuetify/components')['VSlider']
67170
+ VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
67171
+ VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
67173
67172
  VSnackbar: typeof import('vuetify/components')['VSnackbar']
67173
+ VSlider: typeof import('vuetify/components')['VSlider']
67174
+ VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
67175
+ VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
67176
+ VSystemBar: typeof import('vuetify/components')['VSystemBar']
67177
+ VSwitch: typeof import('vuetify/components')['VSwitch']
67174
67178
  VStepper: typeof import('vuetify/components')['VStepper']
67175
67179
  VStepperActions: typeof import('vuetify/components')['VStepperActions']
67176
67180
  VStepperHeader: typeof import('vuetify/components')['VStepperHeader']
67177
67181
  VStepperItem: typeof import('vuetify/components')['VStepperItem']
67178
67182
  VStepperWindow: typeof import('vuetify/components')['VStepperWindow']
67179
67183
  VStepperWindowItem: typeof import('vuetify/components')['VStepperWindowItem']
67180
- VTextField: typeof import('vuetify/components')['VTextField']
67181
- VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
67182
- VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
67183
- VSwitch: typeof import('vuetify/components')['VSwitch']
67184
- VTable: typeof import('vuetify/components')['VTable']
67185
- VTextarea: typeof import('vuetify/components')['VTextarea']
67186
67184
  VTab: typeof import('vuetify/components')['VTab']
67187
67185
  VTabs: typeof import('vuetify/components')['VTabs']
67188
67186
  VTabsWindow: typeof import('vuetify/components')['VTabsWindow']
67189
67187
  VTabsWindowItem: typeof import('vuetify/components')['VTabsWindowItem']
67190
- VToolbar: typeof import('vuetify/components')['VToolbar']
67191
- VToolbarTitle: typeof import('vuetify/components')['VToolbarTitle']
67192
- VToolbarItems: typeof import('vuetify/components')['VToolbarItems']
67188
+ VTextField: typeof import('vuetify/components')['VTextField']
67189
+ VTable: typeof import('vuetify/components')['VTable']
67190
+ VTextarea: typeof import('vuetify/components')['VTextarea']
67191
+ VTooltip: typeof import('vuetify/components')['VTooltip']
67193
67192
  VTimeline: typeof import('vuetify/components')['VTimeline']
67194
67193
  VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
67195
- VSystemBar: typeof import('vuetify/components')['VSystemBar']
67196
67194
  VWindow: typeof import('vuetify/components')['VWindow']
67197
67195
  VWindowItem: typeof import('vuetify/components')['VWindowItem']
67198
- VTooltip: typeof import('vuetify/components')['VTooltip']
67199
- VConfirmEdit: typeof import('vuetify/components')['VConfirmEdit']
67196
+ VToolbar: typeof import('vuetify/components')['VToolbar']
67197
+ VToolbarTitle: typeof import('vuetify/components')['VToolbarTitle']
67198
+ VToolbarItems: typeof import('vuetify/components')['VToolbarItems']
67200
67199
  VDataIterator: typeof import('vuetify/components')['VDataIterator']
67200
+ VConfirmEdit: typeof import('vuetify/components')['VConfirmEdit']
67201
67201
  VDefaultsProvider: typeof import('vuetify/components')['VDefaultsProvider']
67202
67202
  VForm: typeof import('vuetify/components')['VForm']
67203
67203
  VContainer: typeof import('vuetify/components')['VContainer']
@@ -67207,8 +67207,8 @@ declare module 'vue' {
67207
67207
  VHover: typeof import('vuetify/components')['VHover']
67208
67208
  VLayout: typeof import('vuetify/components')['VLayout']
67209
67209
  VLayoutItem: typeof import('vuetify/components')['VLayoutItem']
67210
- VLazy: typeof import('vuetify/components')['VLazy']
67211
67210
  VLocaleProvider: typeof import('vuetify/components')['VLocaleProvider']
67211
+ VLazy: typeof import('vuetify/components')['VLazy']
67212
67212
  VNoSsr: typeof import('vuetify/components')['VNoSsr']
67213
67213
  VParallax: typeof import('vuetify/components')['VParallax']
67214
67214
  VRadio: typeof import('vuetify/components')['VRadio']
@@ -67218,6 +67218,7 @@ declare module 'vue' {
67218
67218
  VSpeedDial: typeof import('vuetify/components')['VSpeedDial']
67219
67219
  VThemeProvider: typeof import('vuetify/components')['VThemeProvider']
67220
67220
  VValidation: typeof import('vuetify/components')['VValidation']
67221
+ VVirtualScroll: typeof import('vuetify/components')['VVirtualScroll']
67221
67222
  VFabTransition: typeof import('vuetify/components')['VFabTransition']
67222
67223
  VDialogBottomTransition: typeof import('vuetify/components')['VDialogBottomTransition']
67223
67224
  VDialogTopTransition: typeof import('vuetify/components')['VDialogTopTransition']
@@ -67234,7 +67235,6 @@ declare module 'vue' {
67234
67235
  VExpandTransition: typeof import('vuetify/components')['VExpandTransition']
67235
67236
  VExpandXTransition: typeof import('vuetify/components')['VExpandXTransition']
67236
67237
  VDialogTransition: typeof import('vuetify/components')['VDialogTransition']
67237
- VVirtualScroll: typeof import('vuetify/components')['VVirtualScroll']
67238
67238
  VCalendar: typeof import('vuetify/labs/components')['VCalendar']
67239
67239
  VCalendarDay: typeof import('vuetify/labs/components')['VCalendarDay']
67240
67240
  VCalendarHeader: typeof import('vuetify/labs/components')['VCalendarHeader']
@@ -67243,18 +67243,18 @@ declare module 'vue' {
67243
67243
  VCalendarMonthDay: typeof import('vuetify/labs/components')['VCalendarMonthDay']
67244
67244
  VFileUpload: typeof import('vuetify/labs/components')['VFileUpload']
67245
67245
  VFileUploadItem: typeof import('vuetify/labs/components')['VFileUploadItem']
67246
- VNumberInput: typeof import('vuetify/labs/components')['VNumberInput']
67247
67246
  VPicker: typeof import('vuetify/labs/components')['VPicker']
67248
67247
  VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
67249
- VTimePicker: typeof import('vuetify/labs/components')['VTimePicker']
67250
- VTimePickerClock: typeof import('vuetify/labs/components')['VTimePickerClock']
67251
- VTimePickerControls: typeof import('vuetify/labs/components')['VTimePickerControls']
67252
67248
  VStepperVertical: typeof import('vuetify/labs/components')['VStepperVertical']
67253
67249
  VStepperVerticalItem: typeof import('vuetify/labs/components')['VStepperVerticalItem']
67254
67250
  VStepperVerticalActions: typeof import('vuetify/labs/components')['VStepperVerticalActions']
67255
67251
  VTreeview: typeof import('vuetify/labs/components')['VTreeview']
67256
67252
  VTreeviewItem: typeof import('vuetify/labs/components')['VTreeviewItem']
67257
67253
  VTreeviewGroup: typeof import('vuetify/labs/components')['VTreeviewGroup']
67254
+ VNumberInput: typeof import('vuetify/labs/components')['VNumberInput']
67255
+ VTimePicker: typeof import('vuetify/labs/components')['VTimePicker']
67256
+ VTimePickerClock: typeof import('vuetify/labs/components')['VTimePickerClock']
67257
+ VTimePickerControls: typeof import('vuetify/labs/components')['VTimePickerControls']
67258
67258
  VDateInput: typeof import('vuetify/labs/components')['VDateInput']
67259
67259
  VPullToRefresh: typeof import('vuetify/labs/components')['VPullToRefresh']
67260
67260
  VSnackbarQueue: typeof import('vuetify/labs/components')['VSnackbarQueue']
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Vuetify v3.7.15-master.2025-03-07
2
+ * Vuetify v3.7.15-master.2025-03-10
3
3
  * Forged by John Leider
4
4
  * Released under the MIT License.
5
5
  */
@@ -22145,7 +22145,7 @@ const VDatePickerMonth = genericComponent()({
22145
22145
  model.value = [value];
22146
22146
  }
22147
22147
  }
22148
- return () => createVNode("div", {
22148
+ useRender(() => createVNode("div", {
22149
22149
  "class": "v-date-picker-month"
22150
22150
  }, [props.showWeek && createVNode("div", {
22151
22151
  "key": "weeks",
@@ -22167,6 +22167,13 @@ const VDatePickerMonth = genericComponent()({
22167
22167
  }, [weekDay])), daysInMonth.value.map((item, i) => {
22168
22168
  const slotProps = {
22169
22169
  props: {
22170
+ class: 'v-date-picker-month__day-btn',
22171
+ color: (item.isSelected || item.isToday) && !item.isDisabled ? props.color : undefined,
22172
+ disabled: item.isDisabled,
22173
+ icon: true,
22174
+ ripple: false,
22175
+ text: item.localized,
22176
+ variant: item.isDisabled ? item.isToday ? 'outlined' : 'text' : item.isToday && !item.isSelected ? 'outlined' : 'flat',
22170
22177
  onClick: () => onClick(item.date)
22171
22178
  },
22172
22179
  item,
@@ -22184,24 +22191,9 @@ const VDatePickerMonth = genericComponent()({
22184
22191
  'v-date-picker-month__day--week-start': item.isWeekStart
22185
22192
  }],
22186
22193
  "data-v-date": !item.isDisabled ? item.isoDate : undefined
22187
- }, [(props.showAdjacentMonths || !item.isAdjacent) && createVNode(VDefaultsProvider, {
22188
- "defaults": {
22189
- VBtn: {
22190
- class: 'v-date-picker-month__day-btn',
22191
- color: (item.isSelected || item.isToday) && !item.isDisabled ? props.color : undefined,
22192
- disabled: item.isDisabled,
22193
- icon: true,
22194
- ripple: false,
22195
- text: item.localized,
22196
- variant: item.isDisabled ? item.isToday ? 'outlined' : 'text' : item.isToday && !item.isSelected ? 'outlined' : 'flat',
22197
- onClick: () => onClick(item.date)
22198
- }
22199
- }
22200
- }, {
22201
- default: () => [slots.day?.(slotProps) ?? createVNode(VBtn, slotProps.props, null)]
22202
- })]);
22194
+ }, [(props.showAdjacentMonths || !item.isAdjacent) && (slots.day?.(slotProps) ?? createVNode(VBtn, slotProps.props, null))]);
22203
22195
  })])]
22204
- })]);
22196
+ })]));
22205
22197
  }
22206
22198
  });
22207
22199
 
@@ -28448,7 +28440,7 @@ function createVuetify$1() {
28448
28440
  goTo
28449
28441
  };
28450
28442
  }
28451
- const version$1 = "3.7.15-master.2025-03-07";
28443
+ const version$1 = "3.7.15-master.2025-03-10";
28452
28444
  createVuetify$1.version = version$1;
28453
28445
 
28454
28446
  // Vue's inject() can only be used in setup
@@ -28473,7 +28465,7 @@ const createVuetify = function () {
28473
28465
  ...options
28474
28466
  });
28475
28467
  };
28476
- const version = "3.7.15-master.2025-03-07";
28468
+ const version = "3.7.15-master.2025-03-10";
28477
28469
  createVuetify.version = version;
28478
28470
 
28479
28471
  export { index as blueprints, components, createVuetify, directives, useDate, useDefaults, useDisplay, useGoTo, useLayout, useLocale, useRtl, useTheme, version };