@vuetify/nightly 3.9.1-dev.2025-07-17 → 3.9.2-dev.2025-07-18
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 +3 -3
- package/dist/json/attributes.json +3289 -3289
- package/dist/json/importMap-labs.json +20 -20
- package/dist/json/importMap.json +212 -212
- package/dist/json/web-types.json +19421 -6043
- package/dist/vuetify-labs.cjs +64 -65
- package/dist/vuetify-labs.css +4117 -4117
- package/dist/vuetify-labs.d.ts +71 -71
- package/dist/vuetify-labs.esm.js +64 -65
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +64 -65
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.cjs +64 -65
- package/dist/vuetify.cjs.map +1 -1
- package/dist/vuetify.css +3167 -3167
- package/dist/vuetify.d.ts +71 -71
- package/dist/vuetify.esm.js +64 -65
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +64 -65
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +8 -8
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VTreeview/VTreeview.js +2 -3
- package/lib/components/VTreeview/VTreeview.js.map +1 -1
- package/lib/components/VTreeview/VTreeviewChildren.js +59 -59
- package/lib/components/VTreeview/VTreeviewChildren.js.map +1 -1
- package/lib/entry-bundler.js +1 -1
- package/lib/framework.d.ts +71 -71
- package/lib/framework.js +1 -1
- package/package.json +1 -1
package/dist/vuetify.d.ts
CHANGED
@@ -95414,48 +95414,39 @@ declare module 'vue' {
|
|
95414
95414
|
$children?: VNodeChild
|
95415
95415
|
}
|
95416
95416
|
export interface GlobalComponents {
|
95417
|
-
VAlert: VAlert
|
95418
|
-
VAlertTitle: VAlertTitle
|
95419
|
-
VApp: VApp
|
95420
|
-
VAutocomplete: VAutocomplete
|
95421
95417
|
VAppBar: VAppBar
|
95422
95418
|
VAppBarNavIcon: VAppBarNavIcon
|
95423
95419
|
VAppBarTitle: VAppBarTitle
|
95420
|
+
VAutocomplete: VAutocomplete
|
95421
|
+
VAlert: VAlert
|
95422
|
+
VAlertTitle: VAlertTitle
|
95423
|
+
VApp: VApp
|
95424
|
+
VBottomNavigation: VBottomNavigation
|
95424
95425
|
VAvatar: VAvatar
|
95426
|
+
VBottomSheet: VBottomSheet
|
95425
95427
|
VBadge: VBadge
|
95426
95428
|
VBreadcrumbs: VBreadcrumbs
|
95427
95429
|
VBreadcrumbsItem: VBreadcrumbsItem
|
95428
95430
|
VBreadcrumbsDivider: VBreadcrumbsDivider
|
95429
|
-
VBottomNavigation: VBottomNavigation
|
95430
|
-
VBanner: VBanner
|
95431
|
-
VBannerActions: VBannerActions
|
95432
|
-
VBannerText: VBannerText
|
95433
|
-
VBottomSheet: VBottomSheet
|
95434
|
-
VBtnGroup: VBtnGroup
|
95435
95431
|
VBtn: VBtn
|
95432
|
+
VCarousel: VCarousel
|
95433
|
+
VCarouselItem: VCarouselItem
|
95436
95434
|
VCard: VCard
|
95437
95435
|
VCardActions: VCardActions
|
95438
95436
|
VCardItem: VCardItem
|
95439
95437
|
VCardSubtitle: VCardSubtitle
|
95440
95438
|
VCardText: VCardText
|
95441
95439
|
VCardTitle: VCardTitle
|
95442
|
-
VCheckbox: VCheckbox
|
95443
|
-
VCheckboxBtn: VCheckboxBtn
|
95444
95440
|
VBtnToggle: VBtnToggle
|
95445
|
-
VCarousel: VCarousel
|
95446
|
-
VCarouselItem: VCarouselItem
|
95447
|
-
VChip: VChip
|
95448
|
-
VCombobox: VCombobox
|
95449
95441
|
VChipGroup: VChipGroup
|
95442
|
+
VBtnGroup: VBtnGroup
|
95443
|
+
VCounter: VCounter
|
95444
|
+
VChip: VChip
|
95450
95445
|
VCode: VCode
|
95451
|
-
VDatePicker: VDatePicker
|
95452
|
-
VDatePickerControls: VDatePickerControls
|
95453
|
-
VDatePickerHeader: VDatePickerHeader
|
95454
|
-
VDatePickerMonth: VDatePickerMonth
|
95455
|
-
VDatePickerMonths: VDatePickerMonths
|
95456
|
-
VDatePickerYears: VDatePickerYears
|
95457
95446
|
VColorPicker: VColorPicker
|
95458
|
-
|
95447
|
+
VCombobox: VCombobox
|
95448
|
+
VCheckbox: VCheckbox
|
95449
|
+
VCheckboxBtn: VCheckboxBtn
|
95459
95450
|
VDataTable: VDataTable
|
95460
95451
|
VDataTableHeaders: VDataTableHeaders
|
95461
95452
|
VDataTableFooter: VDataTableFooter
|
@@ -95463,25 +95454,36 @@ declare module 'vue' {
|
|
95463
95454
|
VDataTableRow: VDataTableRow
|
95464
95455
|
VDataTableVirtual: VDataTableVirtual
|
95465
95456
|
VDataTableServer: VDataTableServer
|
95466
|
-
|
95457
|
+
VDatePicker: VDatePicker
|
95458
|
+
VDatePickerControls: VDatePickerControls
|
95459
|
+
VDatePickerHeader: VDatePickerHeader
|
95460
|
+
VDatePickerMonth: VDatePickerMonth
|
95461
|
+
VDatePickerMonths: VDatePickerMonths
|
95462
|
+
VDatePickerYears: VDatePickerYears
|
95467
95463
|
VEmptyState: VEmptyState
|
95468
|
-
|
95469
|
-
VExpansionPanel: VExpansionPanel
|
95470
|
-
VExpansionPanelText: VExpansionPanelText
|
95471
|
-
VExpansionPanelTitle: VExpansionPanelTitle
|
95472
|
-
VField: VField
|
95473
|
-
VFieldLabel: VFieldLabel
|
95464
|
+
VDialog: VDialog
|
95474
95465
|
VDivider: VDivider
|
95475
95466
|
VFab: VFab
|
95476
|
-
|
95467
|
+
VField: VField
|
95468
|
+
VFieldLabel: VFieldLabel
|
95477
95469
|
VFileInput: VFileInput
|
95478
|
-
VImg: VImg
|
95479
95470
|
VIcon: VIcon
|
95480
95471
|
VComponentIcon: VComponentIcon
|
95481
95472
|
VSvgIcon: VSvgIcon
|
95482
95473
|
VLigatureIcon: VLigatureIcon
|
95483
95474
|
VClassIcon: VClassIcon
|
95475
|
+
VFooter: VFooter
|
95476
|
+
VImg: VImg
|
95477
|
+
VInfiniteScroll: VInfiniteScroll
|
95484
95478
|
VInput: VInput
|
95479
|
+
VItemGroup: VItemGroup
|
95480
|
+
VItem: VItem
|
95481
|
+
VKbd: VKbd
|
95482
|
+
VMenu: VMenu
|
95483
|
+
VLabel: VLabel
|
95484
|
+
VMain: VMain
|
95485
|
+
VNavigationDrawer: VNavigationDrawer
|
95486
|
+
VOtpInput: VOtpInput
|
95485
95487
|
VList: VList
|
95486
95488
|
VListGroup: VListGroup
|
95487
95489
|
VListImg: VListImg
|
@@ -95491,57 +95493,53 @@ declare module 'vue' {
|
|
95491
95493
|
VListItemSubtitle: VListItemSubtitle
|
95492
95494
|
VListItemTitle: VListItemTitle
|
95493
95495
|
VListSubheader: VListSubheader
|
95494
|
-
VInfiniteScroll: VInfiniteScroll
|
95495
|
-
VItemGroup: VItemGroup
|
95496
|
-
VItem: VItem
|
95497
|
-
VMain: VMain
|
95498
|
-
VMenu: VMenu
|
95499
|
-
VMessages: VMessages
|
95500
|
-
VNavigationDrawer: VNavigationDrawer
|
95501
95496
|
VNumberInput: VNumberInput
|
95502
|
-
|
95497
|
+
VMessages: VMessages
|
95503
95498
|
VOverlay: VOverlay
|
95504
|
-
VProgressCircular: VProgressCircular
|
95505
95499
|
VPagination: VPagination
|
95506
95500
|
VProgressLinear: VProgressLinear
|
95507
|
-
VRadioGroup: VRadioGroup
|
95508
95501
|
VRating: VRating
|
95502
|
+
VProgressCircular: VProgressCircular
|
95503
|
+
VRadioGroup: VRadioGroup
|
95509
95504
|
VSelectionControl: VSelectionControl
|
95510
|
-
VSelect: VSelect
|
95511
95505
|
VSelectionControlGroup: VSelectionControlGroup
|
95512
|
-
|
95506
|
+
VSkeletonLoader: VSkeletonLoader
|
95513
95507
|
VSlideGroup: VSlideGroup
|
95514
95508
|
VSlideGroupItem: VSlideGroupItem
|
95515
|
-
|
95509
|
+
VSheet: VSheet
|
95516
95510
|
VSlider: VSlider
|
95517
|
-
|
95518
|
-
|
95519
|
-
VStepperHeader: VStepperHeader
|
95520
|
-
VStepperItem: VStepperItem
|
95521
|
-
VStepperWindow: VStepperWindow
|
95522
|
-
VStepperWindowItem: VStepperWindowItem
|
95523
|
-
VLabel: VLabel
|
95511
|
+
VSwitch: VSwitch
|
95512
|
+
VSnackbar: VSnackbar
|
95524
95513
|
VSystemBar: VSystemBar
|
95525
95514
|
VTab: VTab
|
95526
95515
|
VTabs: VTabs
|
95527
95516
|
VTabsWindow: VTabsWindow
|
95528
95517
|
VTabsWindowItem: VTabsWindowItem
|
95529
|
-
VSwitch: VSwitch
|
95530
95518
|
VTextarea: VTextarea
|
95531
95519
|
VTable: VTable
|
95532
95520
|
VTextField: VTextField
|
95521
|
+
VTimePicker: VTimePicker
|
95522
|
+
VTimePickerClock: VTimePickerClock
|
95523
|
+
VTimePickerControls: VTimePickerControls
|
95524
|
+
VTreeview: VTreeview
|
95525
|
+
VTreeviewItem: VTreeviewItem
|
95526
|
+
VTreeviewGroup: VTreeviewGroup
|
95533
95527
|
VTimeline: VTimeline
|
95534
95528
|
VTimelineItem: VTimelineItem
|
95535
95529
|
VToolbar: VToolbar
|
95536
95530
|
VToolbarTitle: VToolbarTitle
|
95537
95531
|
VToolbarItems: VToolbarItems
|
95538
|
-
VTreeview: VTreeview
|
95539
|
-
VTreeviewItem: VTreeviewItem
|
95540
|
-
VTreeviewGroup: VTreeviewGroup
|
95541
|
-
VTooltip: VTooltip
|
95542
95532
|
VWindow: VWindow
|
95543
95533
|
VWindowItem: VWindowItem
|
95544
|
-
|
95534
|
+
VTooltip: VTooltip
|
95535
|
+
VStepper: VStepper
|
95536
|
+
VStepperActions: VStepperActions
|
95537
|
+
VStepperHeader: VStepperHeader
|
95538
|
+
VStepperItem: VStepperItem
|
95539
|
+
VStepperWindow: VStepperWindow
|
95540
|
+
VStepperWindowItem: VStepperWindowItem
|
95541
|
+
VConfirmEdit: VConfirmEdit
|
95542
|
+
VSelect: VSelect
|
95545
95543
|
VDataIterator: VDataIterator
|
95546
95544
|
VDefaultsProvider: VDefaultsProvider
|
95547
95545
|
VForm: VForm
|
@@ -95549,23 +95547,22 @@ declare module 'vue' {
|
|
95549
95547
|
VCol: VCol
|
95550
95548
|
VRow: VRow
|
95551
95549
|
VSpacer: VSpacer
|
95550
|
+
VHover: VHover
|
95552
95551
|
VLayout: VLayout
|
95553
95552
|
VLayoutItem: VLayoutItem
|
95554
95553
|
VLazy: VLazy
|
95555
|
-
VHover: VHover
|
95556
95554
|
VLocaleProvider: VLocaleProvider
|
95557
95555
|
VNoSsr: VNoSsr
|
95556
|
+
VRangeSlider: VRangeSlider
|
95558
95557
|
VParallax: VParallax
|
95559
95558
|
VRadio: VRadio
|
95560
|
-
VRangeSlider: VRangeSlider
|
95561
95559
|
VResponsive: VResponsive
|
95562
|
-
VSpeedDial: VSpeedDial
|
95563
95560
|
VSparkline: VSparkline
|
95564
|
-
|
95561
|
+
VSpeedDial: VSpeedDial
|
95562
|
+
VBanner: VBanner
|
95563
|
+
VBannerActions: VBannerActions
|
95564
|
+
VBannerText: VBannerText
|
95565
95565
|
VSnackbarQueue: VSnackbarQueue
|
95566
|
-
VTimePicker: VTimePicker
|
95567
|
-
VTimePickerClock: VTimePickerClock
|
95568
|
-
VTimePickerControls: VTimePickerControls
|
95569
95566
|
VThemeProvider: VThemeProvider
|
95570
95567
|
VValidation: VValidation
|
95571
95568
|
VVirtualScroll: VVirtualScroll
|
@@ -95585,22 +95582,25 @@ declare module 'vue' {
|
|
95585
95582
|
VExpandTransition: VExpandTransition
|
95586
95583
|
VExpandXTransition: VExpandXTransition
|
95587
95584
|
VDialogTransition: VDialogTransition
|
95588
|
-
|
95589
|
-
|
95590
|
-
|
95591
|
-
|
95592
|
-
VStepperVerticalItem: VStepperVerticalItem
|
95593
|
-
VStepperVerticalActions: VStepperVerticalActions
|
95585
|
+
VExpansionPanels: VExpansionPanels
|
95586
|
+
VExpansionPanel: VExpansionPanel
|
95587
|
+
VExpansionPanelText: VExpansionPanelText
|
95588
|
+
VExpansionPanelTitle: VExpansionPanelTitle
|
95594
95589
|
VCalendar: VCalendar
|
95595
95590
|
VCalendarDay: VCalendarDay
|
95596
95591
|
VCalendarHeader: VCalendarHeader
|
95597
95592
|
VCalendarInterval: VCalendarInterval
|
95598
95593
|
VCalendarIntervalEvent: VCalendarIntervalEvent
|
95599
95594
|
VCalendarMonthDay: VCalendarMonthDay
|
95595
|
+
VColorInput: VColorInput
|
95600
95596
|
VFileUpload: VFileUpload
|
95601
95597
|
VFileUploadItem: VFileUploadItem
|
95598
|
+
VIconBtn: VIconBtn
|
95602
95599
|
VPicker: VPicker
|
95603
95600
|
VPickerTitle: VPickerTitle
|
95601
|
+
VStepperVertical: VStepperVertical
|
95602
|
+
VStepperVerticalItem: VStepperVerticalItem
|
95603
|
+
VStepperVerticalActions: VStepperVerticalActions
|
95604
95604
|
VHotkey: VHotkey
|
95605
95605
|
VDateInput: VDateInput
|
95606
95606
|
VMaskInput: VMaskInput
|
package/dist/vuetify.esm.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* Vuetify v3.9.
|
2
|
+
* Vuetify v3.9.2-dev.2025-07-18
|
3
3
|
* Forged by John Leider
|
4
4
|
* Released under the MIT License.
|
5
5
|
*/
|
@@ -30783,51 +30783,48 @@ const VTreeviewChildren = genericComponent()({
|
|
30783
30783
|
parentIndentLines: props.parentIndentLines,
|
30784
30784
|
variant: props.indentLinesVariant
|
30785
30785
|
});
|
30786
|
-
|
30787
|
-
|
30788
|
-
|
30789
|
-
|
30790
|
-
|
30791
|
-
|
30792
|
-
|
30793
|
-
|
30794
|
-
|
30795
|
-
|
30796
|
-
|
30797
|
-
|
30798
|
-
|
30799
|
-
|
30800
|
-
|
30801
|
-
|
30802
|
-
|
30803
|
-
|
30804
|
-
|
30805
|
-
|
30806
|
-
|
30807
|
-
|
30808
|
-
|
30809
|
-
|
30810
|
-
|
30811
|
-
|
30812
|
-
|
30813
|
-
|
30814
|
-
|
30815
|
-
|
30816
|
-
|
30817
|
-
|
30818
|
-
|
30819
|
-
|
30820
|
-
|
30821
|
-
|
30822
|
-
|
30823
|
-
|
30824
|
-
|
30825
|
-
|
30826
|
-
|
30827
|
-
|
30828
|
-
$stable: true
|
30829
|
-
});
|
30830
|
-
}
|
30786
|
+
const slotsWithItem = {
|
30787
|
+
prepend: slotProps => createElementVNode(Fragment, null, [props.selectable && (!children || children && !['leaf', 'single-leaf'].includes(props.selectStrategy)) && createElementVNode("div", null, [createVNode(VCheckboxBtn, {
|
30788
|
+
"key": item.value,
|
30789
|
+
"modelValue": slotProps.isSelected,
|
30790
|
+
"disabled": props.disabled,
|
30791
|
+
"loading": loading,
|
30792
|
+
"color": props.selectedColor,
|
30793
|
+
"density": props.density,
|
30794
|
+
"indeterminate": slotProps.isIndeterminate,
|
30795
|
+
"indeterminateIcon": props.indeterminateIcon,
|
30796
|
+
"falseIcon": props.falseIcon,
|
30797
|
+
"trueIcon": props.trueIcon,
|
30798
|
+
"onUpdate:modelValue": v => selectItem(slotProps.select, v),
|
30799
|
+
"onClick": e => e.stopPropagation(),
|
30800
|
+
"onKeydown": e => {
|
30801
|
+
if (!['Enter', 'Space'].includes(e.key)) return;
|
30802
|
+
e.stopPropagation();
|
30803
|
+
selectItem(slotProps.select, slotProps.isSelected);
|
30804
|
+
}
|
30805
|
+
}, null)]), slots.prepend?.({
|
30806
|
+
...slotProps,
|
30807
|
+
...treeItemProps,
|
30808
|
+
item: item.raw,
|
30809
|
+
internalItem: item
|
30810
|
+
})]),
|
30811
|
+
append: slots.append ? slotProps => slots.append?.({
|
30812
|
+
...slotProps,
|
30813
|
+
...treeItemProps,
|
30814
|
+
item: item.raw,
|
30815
|
+
internalItem: item
|
30816
|
+
}) : undefined,
|
30817
|
+
title: slots.title ? slotProps => slots.title?.({
|
30818
|
+
...slotProps,
|
30819
|
+
item: item.raw,
|
30820
|
+
internalItem: item
|
30821
|
+
}) : undefined,
|
30822
|
+
subtitle: slots.subtitle ? slotProps => slots.subtitle?.({
|
30823
|
+
...slotProps,
|
30824
|
+
item: item.raw,
|
30825
|
+
internalItem: item
|
30826
|
+
}) : undefined
|
30827
|
+
};
|
30831
30828
|
const treeviewGroupProps = VTreeviewGroup.filterProps(itemProps);
|
30832
30829
|
const treeviewChildrenProps = VTreeviewChildren.filterProps({
|
30833
30830
|
...props,
|
@@ -30841,16 +30838,21 @@ const VTreeviewChildren = genericComponent()({
|
|
30841
30838
|
let {
|
30842
30839
|
props: activatorProps
|
30843
30840
|
} = _ref2;
|
30844
|
-
|
30841
|
+
const listItemProps = {
|
30845
30842
|
...itemProps,
|
30846
30843
|
...activatorProps,
|
30847
|
-
|
30848
|
-
hideActions: props.hideActions,
|
30849
|
-
indentLines: indentLines.node,
|
30850
|
-
value: props.returnObject ? item.raw : itemProps.value,
|
30844
|
+
value: itemProps?.value,
|
30851
30845
|
onToggleExpand: [() => checkChildren(item), activatorProps.onClick],
|
30852
30846
|
onClick: isClickOnOpen.value ? [() => checkChildren(item), activatorProps.onClick] : () => selectItem(activatorItems.value[index]?.select, !activatorItems.value[index]?.isSelected)
|
30853
|
-
}
|
30847
|
+
};
|
30848
|
+
return createVNode(VTreeviewItem, mergeProps({
|
30849
|
+
"ref": el => activatorItems.value[index] = el
|
30850
|
+
}, listItemProps, {
|
30851
|
+
"hideActions": props.hideActions,
|
30852
|
+
"indentLines": indentLines.node,
|
30853
|
+
"value": props.returnObject ? item.raw : itemProps.value,
|
30854
|
+
"loading": loading
|
30855
|
+
}), slotsWithItem);
|
30854
30856
|
},
|
30855
30857
|
default: () => createVNode(VTreeviewChildren, mergeProps(treeviewChildrenProps, {
|
30856
30858
|
"items": children,
|
@@ -30858,8 +30860,7 @@ const VTreeviewChildren = genericComponent()({
|
|
30858
30860
|
"parentIndentLines": indentLines.children,
|
30859
30861
|
"isLastGroup": nextItemHasChildren,
|
30860
30862
|
"returnObject": props.returnObject
|
30861
|
-
}), slots)
|
30862
|
-
$stable: true
|
30863
|
+
}), slots)
|
30863
30864
|
}) : renderSlot(slots.item, {
|
30864
30865
|
props: itemProps,
|
30865
30866
|
item: item.raw,
|
@@ -30875,12 +30876,11 @@ const VTreeviewChildren = genericComponent()({
|
|
30875
30876
|
props: item.raw
|
30876
30877
|
}, () => createVNode(VListSubheader, item.props, null));
|
30877
30878
|
}
|
30878
|
-
return
|
30879
|
-
|
30880
|
-
|
30881
|
-
|
30882
|
-
|
30883
|
-
});
|
30879
|
+
return createVNode(VTreeviewItem, mergeProps(itemProps, {
|
30880
|
+
"hideActions": props.hideActions,
|
30881
|
+
"indentLines": indentLines.leaf,
|
30882
|
+
"value": props.returnObject ? toRaw(item.raw) : itemProps.value
|
30883
|
+
}), slotsWithItem);
|
30884
30884
|
});
|
30885
30885
|
});
|
30886
30886
|
}
|
@@ -31019,14 +31019,13 @@ const VTreeview = genericComponent()({
|
|
31019
31019
|
"selected": selected.value,
|
31020
31020
|
"onUpdate:selected": $event => selected.value = $event
|
31021
31021
|
}), {
|
31022
|
-
default: () => createVNode(VTreeviewChildren, mergeProps(treeviewChildrenProps, {
|
31022
|
+
default: () => [createVNode(VTreeviewChildren, mergeProps(treeviewChildrenProps, {
|
31023
31023
|
"density": props.density,
|
31024
31024
|
"returnObject": props.returnObject,
|
31025
31025
|
"items": items.value,
|
31026
31026
|
"parentIndentLines": props.indentLines ? [] : undefined,
|
31027
31027
|
"indentLinesVariant": indentLinesVariant
|
31028
|
-
}), slots)
|
31029
|
-
$stable: true
|
31028
|
+
}), slots)]
|
31030
31029
|
});
|
31031
31030
|
});
|
31032
31031
|
return {};
|
@@ -31545,7 +31544,7 @@ function createVuetify$1() {
|
|
31545
31544
|
};
|
31546
31545
|
});
|
31547
31546
|
}
|
31548
|
-
const version$1 = "3.9.
|
31547
|
+
const version$1 = "3.9.2-dev.2025-07-18";
|
31549
31548
|
createVuetify$1.version = version$1;
|
31550
31549
|
|
31551
31550
|
// Vue's inject() can only be used in setup
|
@@ -31570,7 +31569,7 @@ const createVuetify = function () {
|
|
31570
31569
|
...options
|
31571
31570
|
});
|
31572
31571
|
};
|
31573
|
-
const version = "3.9.
|
31572
|
+
const version = "3.9.2-dev.2025-07-18";
|
31574
31573
|
createVuetify.version = version;
|
31575
31574
|
|
31576
31575
|
export { index as blueprints, components, createVuetify, directives, useDate, useDefaults, useDisplay, useGoTo, useHotkey, useLayout, useLocale, useRtl, useTheme, version };
|