@vuetify/nightly 3.6.4-master.2024-05-08 → 3.6.4-master.2024-05-09
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 +11 -2
- package/dist/json/attributes.json +1 -1
- package/dist/json/importMap-labs.json +20 -20
- package/dist/json/importMap.json +114 -114
- package/dist/json/web-types.json +2 -2
- package/dist/vuetify-labs.css +4464 -4417
- package/dist/vuetify-labs.esm.js +19 -12
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +19 -12
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +1335 -1288
- package/dist/vuetify.d.ts +38 -38
- package/dist/vuetify.esm.js +19 -12
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +19 -12
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +9 -8
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VFileInput/VFileInput.mjs +1 -1
- package/lib/components/VFileInput/VFileInput.mjs.map +1 -1
- package/lib/components/VStepper/VStepper.mjs +12 -6
- package/lib/components/VStepper/VStepper.mjs.map +1 -1
- package/lib/components/VStepper/VStepperItem.css +47 -0
- package/lib/components/VStepper/VStepperItem.mjs +5 -3
- package/lib/components/VStepper/VStepperItem.mjs.map +1 -1
- package/lib/components/VStepper/VStepperItem.sass +18 -0
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/index.d.mts +38 -38
- package/package.json +1 -1
package/dist/vuetify.d.ts
CHANGED
@@ -73364,35 +73364,35 @@ declare module '@vue/runtime-core' {
|
|
73364
73364
|
VAppBarTitle: typeof import('vuetify/components')['VAppBarTitle']
|
73365
73365
|
VAlert: typeof import('vuetify/components')['VAlert']
|
73366
73366
|
VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
|
73367
|
+
VAvatar: typeof import('vuetify/components')['VAvatar']
|
73367
73368
|
VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
|
73368
|
-
VBadge: typeof import('vuetify/components')['VBadge']
|
73369
73369
|
VBanner: typeof import('vuetify/components')['VBanner']
|
73370
73370
|
VBannerActions: typeof import('vuetify/components')['VBannerActions']
|
73371
73371
|
VBannerText: typeof import('vuetify/components')['VBannerText']
|
73372
|
-
VAvatar: typeof import('vuetify/components')['VAvatar']
|
73373
73372
|
VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
|
73373
|
+
VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
|
73374
|
+
VBadge: typeof import('vuetify/components')['VBadge']
|
73374
73375
|
VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
|
73375
73376
|
VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
|
73376
73377
|
VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
|
73377
|
-
VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
|
73378
73378
|
VBtn: typeof import('vuetify/components')['VBtn']
|
73379
|
-
VCarousel: typeof import('vuetify/components')['VCarousel']
|
73380
|
-
VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
|
73381
|
-
VCheckbox: typeof import('vuetify/components')['VCheckbox']
|
73382
|
-
VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
|
73383
|
-
VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
|
73384
73379
|
VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
|
73385
|
-
|
73380
|
+
VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
|
73386
73381
|
VCard: typeof import('vuetify/components')['VCard']
|
73387
73382
|
VCardActions: typeof import('vuetify/components')['VCardActions']
|
73388
73383
|
VCardItem: typeof import('vuetify/components')['VCardItem']
|
73389
73384
|
VCardSubtitle: typeof import('vuetify/components')['VCardSubtitle']
|
73390
73385
|
VCardText: typeof import('vuetify/components')['VCardText']
|
73391
73386
|
VCardTitle: typeof import('vuetify/components')['VCardTitle']
|
73392
|
-
|
73387
|
+
VCheckbox: typeof import('vuetify/components')['VCheckbox']
|
73388
|
+
VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
|
73389
|
+
VCarousel: typeof import('vuetify/components')['VCarousel']
|
73390
|
+
VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
|
73393
73391
|
VCode: typeof import('vuetify/components')['VCode']
|
73394
73392
|
VColorPicker: typeof import('vuetify/components')['VColorPicker']
|
73393
|
+
VChip: typeof import('vuetify/components')['VChip']
|
73395
73394
|
VCombobox: typeof import('vuetify/components')['VCombobox']
|
73395
|
+
VChipGroup: typeof import('vuetify/components')['VChipGroup']
|
73396
73396
|
VCounter: typeof import('vuetify/components')['VCounter']
|
73397
73397
|
VDataTable: typeof import('vuetify/components')['VDataTable']
|
73398
73398
|
VDataTableHeaders: typeof import('vuetify/components')['VDataTableHeaders']
|
@@ -73401,25 +73401,24 @@ declare module '@vue/runtime-core' {
|
|
73401
73401
|
VDataTableRow: typeof import('vuetify/components')['VDataTableRow']
|
73402
73402
|
VDataTableVirtual: typeof import('vuetify/components')['VDataTableVirtual']
|
73403
73403
|
VDataTableServer: typeof import('vuetify/components')['VDataTableServer']
|
73404
|
-
VDivider: typeof import('vuetify/components')['VDivider']
|
73405
|
-
VDialog: typeof import('vuetify/components')['VDialog']
|
73406
73404
|
VDatePicker: typeof import('vuetify/components')['VDatePicker']
|
73407
73405
|
VDatePickerControls: typeof import('vuetify/components')['VDatePickerControls']
|
73408
73406
|
VDatePickerHeader: typeof import('vuetify/components')['VDatePickerHeader']
|
73409
73407
|
VDatePickerMonth: typeof import('vuetify/components')['VDatePickerMonth']
|
73410
73408
|
VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
|
73411
73409
|
VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
|
73410
|
+
VDialog: typeof import('vuetify/components')['VDialog']
|
73411
|
+
VDivider: typeof import('vuetify/components')['VDivider']
|
73412
|
+
VEmptyState: typeof import('vuetify/components')['VEmptyState']
|
73412
73413
|
VExpansionPanels: typeof import('vuetify/components')['VExpansionPanels']
|
73413
73414
|
VExpansionPanel: typeof import('vuetify/components')['VExpansionPanel']
|
73414
73415
|
VExpansionPanelText: typeof import('vuetify/components')['VExpansionPanelText']
|
73415
73416
|
VExpansionPanelTitle: typeof import('vuetify/components')['VExpansionPanelTitle']
|
73416
|
-
|
73417
|
+
VFab: typeof import('vuetify/components')['VFab']
|
73418
|
+
VFileInput: typeof import('vuetify/components')['VFileInput']
|
73417
73419
|
VField: typeof import('vuetify/components')['VField']
|
73418
73420
|
VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
|
73419
|
-
VFileInput: typeof import('vuetify/components')['VFileInput']
|
73420
|
-
VFab: typeof import('vuetify/components')['VFab']
|
73421
73421
|
VFooter: typeof import('vuetify/components')['VFooter']
|
73422
|
-
VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
|
73423
73422
|
VIcon: typeof import('vuetify/components')['VIcon']
|
73424
73423
|
VComponentIcon: typeof import('vuetify/components')['VComponentIcon']
|
73425
73424
|
VSvgIcon: typeof import('vuetify/components')['VSvgIcon']
|
@@ -73428,11 +73427,10 @@ declare module '@vue/runtime-core' {
|
|
73428
73427
|
VInput: typeof import('vuetify/components')['VInput']
|
73429
73428
|
VImg: typeof import('vuetify/components')['VImg']
|
73430
73429
|
VLabel: typeof import('vuetify/components')['VLabel']
|
73430
|
+
VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
|
73431
73431
|
VKbd: typeof import('vuetify/components')['VKbd']
|
73432
73432
|
VItemGroup: typeof import('vuetify/components')['VItemGroup']
|
73433
73433
|
VItem: typeof import('vuetify/components')['VItem']
|
73434
|
-
VMenu: typeof import('vuetify/components')['VMenu']
|
73435
|
-
VMessages: typeof import('vuetify/components')['VMessages']
|
73436
73434
|
VList: typeof import('vuetify/components')['VList']
|
73437
73435
|
VListGroup: typeof import('vuetify/components')['VListGroup']
|
73438
73436
|
VListImg: typeof import('vuetify/components')['VListImg']
|
@@ -73442,49 +73440,51 @@ declare module '@vue/runtime-core' {
|
|
73442
73440
|
VListItemSubtitle: typeof import('vuetify/components')['VListItemSubtitle']
|
73443
73441
|
VListItemTitle: typeof import('vuetify/components')['VListItemTitle']
|
73444
73442
|
VListSubheader: typeof import('vuetify/components')['VListSubheader']
|
73445
|
-
|
73443
|
+
VMenu: typeof import('vuetify/components')['VMenu']
|
73444
|
+
VMessages: typeof import('vuetify/components')['VMessages']
|
73446
73445
|
VMain: typeof import('vuetify/components')['VMain']
|
73447
73446
|
VOtpInput: typeof import('vuetify/components')['VOtpInput']
|
73447
|
+
VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
|
73448
73448
|
VPagination: typeof import('vuetify/components')['VPagination']
|
73449
73449
|
VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
|
73450
|
-
VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
|
73451
73450
|
VOverlay: typeof import('vuetify/components')['VOverlay']
|
73452
73451
|
VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
|
73452
|
+
VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
|
73453
73453
|
VRating: typeof import('vuetify/components')['VRating']
|
73454
73454
|
VSelect: typeof import('vuetify/components')['VSelect']
|
73455
|
-
|
73455
|
+
VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
|
73456
73456
|
VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
|
73457
73457
|
VSheet: typeof import('vuetify/components')['VSheet']
|
73458
73458
|
VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
|
73459
73459
|
VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
|
73460
|
-
VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
|
73461
|
-
VSnackbar: typeof import('vuetify/components')['VSnackbar']
|
73462
73460
|
VStepper: typeof import('vuetify/components')['VStepper']
|
73463
73461
|
VStepperActions: typeof import('vuetify/components')['VStepperActions']
|
73464
73462
|
VStepperHeader: typeof import('vuetify/components')['VStepperHeader']
|
73465
73463
|
VStepperItem: typeof import('vuetify/components')['VStepperItem']
|
73466
73464
|
VStepperWindow: typeof import('vuetify/components')['VStepperWindow']
|
73467
73465
|
VStepperWindowItem: typeof import('vuetify/components')['VStepperWindowItem']
|
73466
|
+
VSnackbar: typeof import('vuetify/components')['VSnackbar']
|
73467
|
+
VSlider: typeof import('vuetify/components')['VSlider']
|
73468
|
+
VSwitch: typeof import('vuetify/components')['VSwitch']
|
73469
|
+
VSystemBar: typeof import('vuetify/components')['VSystemBar']
|
73468
73470
|
VTab: typeof import('vuetify/components')['VTab']
|
73469
73471
|
VTabs: typeof import('vuetify/components')['VTabs']
|
73470
73472
|
VTabsWindow: typeof import('vuetify/components')['VTabsWindow']
|
73471
73473
|
VTabsWindowItem: typeof import('vuetify/components')['VTabsWindowItem']
|
73472
|
-
VSlider: typeof import('vuetify/components')['VSlider']
|
73473
|
-
VSystemBar: typeof import('vuetify/components')['VSystemBar']
|
73474
|
-
VSwitch: typeof import('vuetify/components')['VSwitch']
|
73475
73474
|
VTable: typeof import('vuetify/components')['VTable']
|
73476
|
-
VTextField: typeof import('vuetify/components')['VTextField']
|
73477
73475
|
VTextarea: typeof import('vuetify/components')['VTextarea']
|
73478
|
-
|
73476
|
+
VTimeline: typeof import('vuetify/components')['VTimeline']
|
73477
|
+
VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
|
73478
|
+
VTextField: typeof import('vuetify/components')['VTextField']
|
73479
73479
|
VToolbar: typeof import('vuetify/components')['VToolbar']
|
73480
73480
|
VToolbarTitle: typeof import('vuetify/components')['VToolbarTitle']
|
73481
73481
|
VToolbarItems: typeof import('vuetify/components')['VToolbarItems']
|
73482
|
-
|
73483
|
-
|
73482
|
+
VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
|
73483
|
+
VTooltip: typeof import('vuetify/components')['VTooltip']
|
73484
73484
|
VWindow: typeof import('vuetify/components')['VWindow']
|
73485
73485
|
VWindowItem: typeof import('vuetify/components')['VWindowItem']
|
73486
|
-
VDataIterator: typeof import('vuetify/components')['VDataIterator']
|
73487
73486
|
VConfirmEdit: typeof import('vuetify/components')['VConfirmEdit']
|
73487
|
+
VDataIterator: typeof import('vuetify/components')['VDataIterator']
|
73488
73488
|
VDefaultsProvider: typeof import('vuetify/components')['VDefaultsProvider']
|
73489
73489
|
VForm: typeof import('vuetify/components')['VForm']
|
73490
73490
|
VContainer: typeof import('vuetify/components')['VContainer']
|
@@ -73492,10 +73492,10 @@ declare module '@vue/runtime-core' {
|
|
73492
73492
|
VRow: typeof import('vuetify/components')['VRow']
|
73493
73493
|
VSpacer: typeof import('vuetify/components')['VSpacer']
|
73494
73494
|
VHover: typeof import('vuetify/components')['VHover']
|
73495
|
+
VLocaleProvider: typeof import('vuetify/components')['VLocaleProvider']
|
73495
73496
|
VLayout: typeof import('vuetify/components')['VLayout']
|
73496
73497
|
VLayoutItem: typeof import('vuetify/components')['VLayoutItem']
|
73497
73498
|
VLazy: typeof import('vuetify/components')['VLazy']
|
73498
|
-
VLocaleProvider: typeof import('vuetify/components')['VLocaleProvider']
|
73499
73499
|
VNoSsr: typeof import('vuetify/components')['VNoSsr']
|
73500
73500
|
VParallax: typeof import('vuetify/components')['VParallax']
|
73501
73501
|
VRadio: typeof import('vuetify/components')['VRadio']
|
@@ -73503,9 +73503,9 @@ declare module '@vue/runtime-core' {
|
|
73503
73503
|
VResponsive: typeof import('vuetify/components')['VResponsive']
|
73504
73504
|
VSparkline: typeof import('vuetify/components')['VSparkline']
|
73505
73505
|
VSpeedDial: typeof import('vuetify/components')['VSpeedDial']
|
73506
|
+
VVirtualScroll: typeof import('vuetify/components')['VVirtualScroll']
|
73506
73507
|
VThemeProvider: typeof import('vuetify/components')['VThemeProvider']
|
73507
73508
|
VValidation: typeof import('vuetify/components')['VValidation']
|
73508
|
-
VVirtualScroll: typeof import('vuetify/components')['VVirtualScroll']
|
73509
73509
|
VFabTransition: typeof import('vuetify/components')['VFabTransition']
|
73510
73510
|
VDialogBottomTransition: typeof import('vuetify/components')['VDialogBottomTransition']
|
73511
73511
|
VDialogTopTransition: typeof import('vuetify/components')['VDialogTopTransition']
|
@@ -73522,23 +73522,23 @@ declare module '@vue/runtime-core' {
|
|
73522
73522
|
VExpandTransition: typeof import('vuetify/components')['VExpandTransition']
|
73523
73523
|
VExpandXTransition: typeof import('vuetify/components')['VExpandXTransition']
|
73524
73524
|
VDialogTransition: typeof import('vuetify/components')['VDialogTransition']
|
73525
|
-
VNumberInput: typeof import('vuetify/labs/components')['VNumberInput']
|
73526
73525
|
VCalendar: typeof import('vuetify/labs/components')['VCalendar']
|
73527
73526
|
VCalendarDay: typeof import('vuetify/labs/components')['VCalendarDay']
|
73528
73527
|
VCalendarHeader: typeof import('vuetify/labs/components')['VCalendarHeader']
|
73529
73528
|
VCalendarInterval: typeof import('vuetify/labs/components')['VCalendarInterval']
|
73530
73529
|
VCalendarIntervalEvent: typeof import('vuetify/labs/components')['VCalendarIntervalEvent']
|
73531
73530
|
VCalendarMonthDay: typeof import('vuetify/labs/components')['VCalendarMonthDay']
|
73532
|
-
VTimePicker: typeof import('vuetify/labs/components')['VTimePicker']
|
73533
|
-
VTimePickerClock: typeof import('vuetify/labs/components')['VTimePickerClock']
|
73534
|
-
VTimePickerControls: typeof import('vuetify/labs/components')['VTimePickerControls']
|
73535
73531
|
VPicker: typeof import('vuetify/labs/components')['VPicker']
|
73536
73532
|
VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
|
73533
|
+
VNumberInput: typeof import('vuetify/labs/components')['VNumberInput']
|
73537
73534
|
VTreeview: typeof import('vuetify/labs/components')['VTreeview']
|
73538
73535
|
VTreeviewItem: typeof import('vuetify/labs/components')['VTreeviewItem']
|
73539
73536
|
VTreeviewGroup: typeof import('vuetify/labs/components')['VTreeviewGroup']
|
73537
|
+
VTimePicker: typeof import('vuetify/labs/components')['VTimePicker']
|
73538
|
+
VTimePickerClock: typeof import('vuetify/labs/components')['VTimePickerClock']
|
73539
|
+
VTimePickerControls: typeof import('vuetify/labs/components')['VTimePickerControls']
|
73540
|
+
VSnackbarQueue: typeof import('vuetify/labs/components')['VSnackbarQueue']
|
73540
73541
|
VDateInput: typeof import('vuetify/labs/components')['VDateInput']
|
73541
73542
|
VPullToRefresh: typeof import('vuetify/labs/components')['VPullToRefresh']
|
73542
|
-
VSnackbarQueue: typeof import('vuetify/labs/components')['VSnackbarQueue']
|
73543
73543
|
}
|
73544
73544
|
}
|
package/dist/vuetify.esm.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* Vuetify v3.6.4-master.2024-05-
|
2
|
+
* Vuetify v3.6.4-master.2024-05-09
|
3
3
|
* Forged by John Leider
|
4
4
|
* Released under the MIT License.
|
5
5
|
*/
|
@@ -22918,7 +22918,7 @@ const VFileInput = genericComponent()({
|
|
22918
22918
|
}, fieldProps, {
|
22919
22919
|
"id": id.value,
|
22920
22920
|
"active": isActive.value || isDirty.value,
|
22921
|
-
"dirty": isDirty.value,
|
22921
|
+
"dirty": isDirty.value || props.dirty,
|
22922
22922
|
"disabled": isDisabled.value,
|
22923
22923
|
"focused": isFocused.value,
|
22924
22924
|
"error": isValid.value === false
|
@@ -26063,13 +26063,14 @@ const VStepperItem = genericComponent()({
|
|
26063
26063
|
const group = useGroupItem(props, VStepperSymbol, true);
|
26064
26064
|
const step = computed(() => group?.value.value ?? props.value);
|
26065
26065
|
const isValid = computed(() => props.rules.every(handler => handler() === true));
|
26066
|
+
const isClickable = computed(() => !props.disabled && props.editable);
|
26066
26067
|
const canEdit = computed(() => !props.disabled && props.editable);
|
26067
26068
|
const hasError = computed(() => props.error || !isValid.value);
|
26068
26069
|
const hasCompleted = computed(() => props.complete || props.rules.length > 0 && isValid.value);
|
26069
26070
|
const icon = computed(() => {
|
26070
26071
|
if (hasError.value) return props.errorIcon;
|
26071
26072
|
if (hasCompleted.value) return props.completeIcon;
|
26072
|
-
if (props.editable) return props.editIcon;
|
26073
|
+
if (group.isSelected.value && props.editable) return props.editIcon;
|
26073
26074
|
return props.icon;
|
26074
26075
|
});
|
26075
26076
|
const slotProps = computed(() => ({
|
@@ -26096,7 +26097,7 @@ const VStepperItem = genericComponent()({
|
|
26096
26097
|
}, group?.selectedClass.value],
|
26097
26098
|
"disabled": !props.editable,
|
26098
26099
|
"onClick": onClick
|
26099
|
-
}, [createVNode(VAvatar, {
|
26100
|
+
}, [isClickable.value && genOverlays(true, 'v-stepper-item'), createVNode(VAvatar, {
|
26100
26101
|
"key": "stepper-avatar",
|
26101
26102
|
"class": "v-stepper-item__avatar",
|
26102
26103
|
"color": hasColor ? props.color : undefined,
|
@@ -26292,12 +26293,18 @@ const VStepper = genericComponent()({
|
|
26292
26293
|
default: () => [hasHeader && createVNode(VStepperHeader, {
|
26293
26294
|
"key": "stepper-header"
|
26294
26295
|
}, {
|
26295
|
-
default: () => [items.value.map((
|
26296
|
-
|
26297
|
-
|
26298
|
-
|
26299
|
-
|
26300
|
-
|
26296
|
+
default: () => [items.value.map((_ref2, index) => {
|
26297
|
+
let {
|
26298
|
+
raw,
|
26299
|
+
...item
|
26300
|
+
} = _ref2;
|
26301
|
+
return createVNode(Fragment, null, [!!index && createVNode(VDivider, null, null), createVNode(VStepperItem, item, {
|
26302
|
+
default: slots[`header-item.${item.value}`] ?? slots.header,
|
26303
|
+
icon: slots.icon,
|
26304
|
+
title: slots.title,
|
26305
|
+
subtitle: slots.subtitle
|
26306
|
+
})]);
|
26307
|
+
})]
|
26301
26308
|
}), hasWindow && createVNode(VStepperWindow, {
|
26302
26309
|
"key": "stepper-window"
|
26303
26310
|
}, {
|
@@ -27953,7 +27960,7 @@ function createVuetify$1() {
|
|
27953
27960
|
goTo
|
27954
27961
|
};
|
27955
27962
|
}
|
27956
|
-
const version$1 = "3.6.4-master.2024-05-
|
27963
|
+
const version$1 = "3.6.4-master.2024-05-09";
|
27957
27964
|
createVuetify$1.version = version$1;
|
27958
27965
|
|
27959
27966
|
// Vue's inject() can only be used in setup
|
@@ -27978,7 +27985,7 @@ const createVuetify = function () {
|
|
27978
27985
|
...options
|
27979
27986
|
});
|
27980
27987
|
};
|
27981
|
-
const version = "3.6.4-master.2024-05-
|
27988
|
+
const version = "3.6.4-master.2024-05-09";
|
27982
27989
|
createVuetify.version = version;
|
27983
27990
|
|
27984
27991
|
export { index as blueprints, components, createVuetify, directives, useDate, useDefaults, useDisplay, useGoTo, useLayout, useLocale, useRtl, useTheme, version };
|