vuetify 3.9.1 → 3.9.2
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 +4027 -4027
- package/dist/json/importMap-labs.json +20 -20
- package/dist/json/importMap.json +178 -178
- package/dist/json/web-types.json +20010 -6632
- package/dist/vuetify-labs.cjs +64 -65
- package/dist/vuetify-labs.css +4506 -4506
- package/dist/vuetify-labs.d.ts +61 -61
- 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 +4840 -4840
- package/dist/vuetify.d.ts +61 -61
- 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 +61 -61
- package/lib/framework.js +1 -1
- package/package.json +2 -2
package/dist/vuetify.d.ts
CHANGED
|
@@ -95362,47 +95362,39 @@ declare module 'vue' {
|
|
|
95362
95362
|
$children?: VNodeChild
|
|
95363
95363
|
}
|
|
95364
95364
|
export interface GlobalComponents {
|
|
95365
|
-
VAppBar: VAppBar
|
|
95366
|
-
VAppBarNavIcon: VAppBarNavIcon
|
|
95367
|
-
VAppBarTitle: VAppBarTitle
|
|
95368
95365
|
VApp: VApp
|
|
95369
95366
|
VAlert: VAlert
|
|
95370
95367
|
VAlertTitle: VAlertTitle
|
|
95368
|
+
VAppBar: VAppBar
|
|
95369
|
+
VAppBarNavIcon: VAppBarNavIcon
|
|
95370
|
+
VAppBarTitle: VAppBarTitle
|
|
95371
95371
|
VAutocomplete: VAutocomplete
|
|
95372
95372
|
VBadge: VBadge
|
|
95373
95373
|
VAvatar: VAvatar
|
|
95374
|
+
VBtnGroup: VBtnGroup
|
|
95375
|
+
VBottomSheet: VBottomSheet
|
|
95374
95376
|
VBanner: VBanner
|
|
95375
95377
|
VBannerActions: VBannerActions
|
|
95376
95378
|
VBannerText: VBannerText
|
|
95377
|
-
VBottomNavigation: VBottomNavigation
|
|
95378
|
-
VBtn: VBtn
|
|
95379
|
-
VBreadcrumbs: VBreadcrumbs
|
|
95380
|
-
VBreadcrumbsItem: VBreadcrumbsItem
|
|
95381
|
-
VBreadcrumbsDivider: VBreadcrumbsDivider
|
|
95382
|
-
VBottomSheet: VBottomSheet
|
|
95383
|
-
VBtnToggle: VBtnToggle
|
|
95384
|
-
VBtnGroup: VBtnGroup
|
|
95385
95379
|
VCard: VCard
|
|
95386
95380
|
VCardActions: VCardActions
|
|
95387
95381
|
VCardItem: VCardItem
|
|
95388
95382
|
VCardSubtitle: VCardSubtitle
|
|
95389
95383
|
VCardText: VCardText
|
|
95390
95384
|
VCardTitle: VCardTitle
|
|
95391
|
-
|
|
95392
|
-
|
|
95385
|
+
VBottomNavigation: VBottomNavigation
|
|
95386
|
+
VBreadcrumbs: VBreadcrumbs
|
|
95387
|
+
VBreadcrumbsItem: VBreadcrumbsItem
|
|
95388
|
+
VBreadcrumbsDivider: VBreadcrumbsDivider
|
|
95389
|
+
VBtn: VBtn
|
|
95390
|
+
VChip: VChip
|
|
95391
|
+
VBtnToggle: VBtnToggle
|
|
95393
95392
|
VCarousel: VCarousel
|
|
95394
95393
|
VCarouselItem: VCarouselItem
|
|
95395
|
-
|
|
95396
|
-
|
|
95397
|
-
VChipGroup: VChipGroup
|
|
95398
|
-
VCounter: VCounter
|
|
95394
|
+
VCheckbox: VCheckbox
|
|
95395
|
+
VCheckboxBtn: VCheckboxBtn
|
|
95399
95396
|
VCode: VCode
|
|
95400
|
-
|
|
95401
|
-
VDatePickerControls: VDatePickerControls
|
|
95402
|
-
VDatePickerHeader: VDatePickerHeader
|
|
95403
|
-
VDatePickerMonth: VDatePickerMonth
|
|
95404
|
-
VDatePickerMonths: VDatePickerMonths
|
|
95405
|
-
VDatePickerYears: VDatePickerYears
|
|
95397
|
+
VColorPicker: VColorPicker
|
|
95406
95398
|
VDataTable: VDataTable
|
|
95407
95399
|
VDataTableHeaders: VDataTableHeaders
|
|
95408
95400
|
VDataTableFooter: VDataTableFooter
|
|
@@ -95410,31 +95402,38 @@ declare module 'vue' {
|
|
|
95410
95402
|
VDataTableRow: VDataTableRow
|
|
95411
95403
|
VDataTableVirtual: VDataTableVirtual
|
|
95412
95404
|
VDataTableServer: VDataTableServer
|
|
95413
|
-
|
|
95414
|
-
|
|
95405
|
+
VChipGroup: VChipGroup
|
|
95406
|
+
VCombobox: VCombobox
|
|
95407
|
+
VCounter: VCounter
|
|
95415
95408
|
VDialog: VDialog
|
|
95416
|
-
|
|
95409
|
+
VDatePicker: VDatePicker
|
|
95410
|
+
VDatePickerControls: VDatePickerControls
|
|
95411
|
+
VDatePickerHeader: VDatePickerHeader
|
|
95412
|
+
VDatePickerMonth: VDatePickerMonth
|
|
95413
|
+
VDatePickerMonths: VDatePickerMonths
|
|
95414
|
+
VDatePickerYears: VDatePickerYears
|
|
95415
|
+
VDivider: VDivider
|
|
95416
|
+
VFab: VFab
|
|
95417
95417
|
VExpansionPanels: VExpansionPanels
|
|
95418
95418
|
VExpansionPanel: VExpansionPanel
|
|
95419
95419
|
VExpansionPanelText: VExpansionPanelText
|
|
95420
95420
|
VExpansionPanelTitle: VExpansionPanelTitle
|
|
95421
|
+
VFileInput: VFileInput
|
|
95422
|
+
VFooter: VFooter
|
|
95421
95423
|
VField: VField
|
|
95422
95424
|
VFieldLabel: VFieldLabel
|
|
95423
|
-
VFab: VFab
|
|
95424
|
-
VFooter: VFooter
|
|
95425
|
-
VFileInput: VFileInput
|
|
95426
|
-
VImg: VImg
|
|
95427
95425
|
VIcon: VIcon
|
|
95428
95426
|
VComponentIcon: VComponentIcon
|
|
95429
95427
|
VSvgIcon: VSvgIcon
|
|
95430
95428
|
VLigatureIcon: VLigatureIcon
|
|
95431
95429
|
VClassIcon: VClassIcon
|
|
95432
|
-
|
|
95433
|
-
|
|
95430
|
+
VEmptyState: VEmptyState
|
|
95431
|
+
VImg: VImg
|
|
95432
|
+
VInfiniteScroll: VInfiniteScroll
|
|
95434
95433
|
VItemGroup: VItemGroup
|
|
95435
95434
|
VItem: VItem
|
|
95436
|
-
|
|
95437
|
-
|
|
95435
|
+
VKbd: VKbd
|
|
95436
|
+
VInput: VInput
|
|
95438
95437
|
VList: VList
|
|
95439
95438
|
VListGroup: VListGroup
|
|
95440
95439
|
VListImg: VListImg
|
|
@@ -95444,42 +95443,39 @@ declare module 'vue' {
|
|
|
95444
95443
|
VListItemSubtitle: VListItemSubtitle
|
|
95445
95444
|
VListItemTitle: VListItemTitle
|
|
95446
95445
|
VListSubheader: VListSubheader
|
|
95447
|
-
|
|
95448
|
-
VMessages: VMessages
|
|
95446
|
+
VLabel: VLabel
|
|
95449
95447
|
VMenu: VMenu
|
|
95448
|
+
VMain: VMain
|
|
95450
95449
|
VNavigationDrawer: VNavigationDrawer
|
|
95450
|
+
VMessages: VMessages
|
|
95451
|
+
VOverlay: VOverlay
|
|
95452
|
+
VNumberInput: VNumberInput
|
|
95451
95453
|
VOtpInput: VOtpInput
|
|
95454
|
+
VProgressCircular: VProgressCircular
|
|
95452
95455
|
VPagination: VPagination
|
|
95453
|
-
VNumberInput: VNumberInput
|
|
95454
|
-
VOverlay: VOverlay
|
|
95455
95456
|
VProgressLinear: VProgressLinear
|
|
95456
|
-
VProgressCircular: VProgressCircular
|
|
95457
|
-
VRating: VRating
|
|
95458
95457
|
VRadioGroup: VRadioGroup
|
|
95459
|
-
|
|
95458
|
+
VRating: VRating
|
|
95460
95459
|
VSelect: VSelect
|
|
95461
95460
|
VSelectionControlGroup: VSelectionControlGroup
|
|
95461
|
+
VSlider: VSlider
|
|
95462
|
+
VSelectionControl: VSelectionControl
|
|
95462
95463
|
VSheet: VSheet
|
|
95463
95464
|
VSkeletonLoader: VSkeletonLoader
|
|
95464
|
-
VSlider: VSlider
|
|
95465
95465
|
VSlideGroup: VSlideGroup
|
|
95466
95466
|
VSlideGroupItem: VSlideGroupItem
|
|
95467
95467
|
VSnackbar: VSnackbar
|
|
95468
|
-
VSystemBar: VSystemBar
|
|
95469
95468
|
VSwitch: VSwitch
|
|
95469
|
+
VSystemBar: VSystemBar
|
|
95470
|
+
VTable: VTable
|
|
95470
95471
|
VStepper: VStepper
|
|
95471
95472
|
VStepperActions: VStepperActions
|
|
95472
95473
|
VStepperHeader: VStepperHeader
|
|
95473
95474
|
VStepperItem: VStepperItem
|
|
95474
95475
|
VStepperWindow: VStepperWindow
|
|
95475
95476
|
VStepperWindowItem: VStepperWindowItem
|
|
95476
|
-
VTab: VTab
|
|
95477
|
-
VTabs: VTabs
|
|
95478
|
-
VTabsWindow: VTabsWindow
|
|
95479
|
-
VTabsWindowItem: VTabsWindowItem
|
|
95480
|
-
VTextField: VTextField
|
|
95481
95477
|
VTextarea: VTextarea
|
|
95482
|
-
|
|
95478
|
+
VTextField: VTextField
|
|
95483
95479
|
VTimePicker: VTimePicker
|
|
95484
95480
|
VTimePickerClock: VTimePickerClock
|
|
95485
95481
|
VTimePickerControls: VTimePickerControls
|
|
@@ -95488,32 +95484,37 @@ declare module 'vue' {
|
|
|
95488
95484
|
VToolbar: VToolbar
|
|
95489
95485
|
VToolbarTitle: VToolbarTitle
|
|
95490
95486
|
VToolbarItems: VToolbarItems
|
|
95491
|
-
VTooltip: VTooltip
|
|
95492
95487
|
VTreeview: VTreeview
|
|
95493
95488
|
VTreeviewItem: VTreeviewItem
|
|
95494
95489
|
VTreeviewGroup: VTreeviewGroup
|
|
95490
|
+
VTooltip: VTooltip
|
|
95495
95491
|
VWindow: VWindow
|
|
95496
95492
|
VWindowItem: VWindowItem
|
|
95497
|
-
VConfirmEdit: VConfirmEdit
|
|
95498
95493
|
VDataIterator: VDataIterator
|
|
95499
95494
|
VDefaultsProvider: VDefaultsProvider
|
|
95495
|
+
VConfirmEdit: VConfirmEdit
|
|
95496
|
+
VForm: VForm
|
|
95500
95497
|
VContainer: VContainer
|
|
95501
95498
|
VCol: VCol
|
|
95502
95499
|
VRow: VRow
|
|
95503
95500
|
VSpacer: VSpacer
|
|
95504
|
-
VForm: VForm
|
|
95505
95501
|
VHover: VHover
|
|
95506
|
-
VLazy: VLazy
|
|
95507
95502
|
VLayout: VLayout
|
|
95508
95503
|
VLayoutItem: VLayoutItem
|
|
95509
95504
|
VLocaleProvider: VLocaleProvider
|
|
95505
|
+
VLazy: VLazy
|
|
95510
95506
|
VNoSsr: VNoSsr
|
|
95511
95507
|
VParallax: VParallax
|
|
95512
95508
|
VRadio: VRadio
|
|
95509
|
+
VRangeSlider: VRangeSlider
|
|
95513
95510
|
VResponsive: VResponsive
|
|
95514
|
-
VSnackbarQueue: VSnackbarQueue
|
|
95515
|
-
VSparkline: VSparkline
|
|
95516
95511
|
VSpeedDial: VSpeedDial
|
|
95512
|
+
VSparkline: VSparkline
|
|
95513
|
+
VTab: VTab
|
|
95514
|
+
VTabs: VTabs
|
|
95515
|
+
VTabsWindow: VTabsWindow
|
|
95516
|
+
VTabsWindowItem: VTabsWindowItem
|
|
95517
|
+
VSnackbarQueue: VSnackbarQueue
|
|
95517
95518
|
VThemeProvider: VThemeProvider
|
|
95518
95519
|
VValidation: VValidation
|
|
95519
95520
|
VVirtualScroll: VVirtualScroll
|
|
@@ -95533,23 +95534,22 @@ declare module 'vue' {
|
|
|
95533
95534
|
VExpandTransition: VExpandTransition
|
|
95534
95535
|
VExpandXTransition: VExpandXTransition
|
|
95535
95536
|
VDialogTransition: VDialogTransition
|
|
95536
|
-
VRangeSlider: VRangeSlider
|
|
95537
|
-
VColorInput: VColorInput
|
|
95538
|
-
VIconBtn: VIconBtn
|
|
95539
|
-
VFileUpload: VFileUpload
|
|
95540
|
-
VFileUploadItem: VFileUploadItem
|
|
95541
|
-
VHotkey: VHotkey
|
|
95542
95537
|
VCalendar: VCalendar
|
|
95543
95538
|
VCalendarDay: VCalendarDay
|
|
95544
95539
|
VCalendarHeader: VCalendarHeader
|
|
95545
95540
|
VCalendarInterval: VCalendarInterval
|
|
95546
95541
|
VCalendarIntervalEvent: VCalendarIntervalEvent
|
|
95547
95542
|
VCalendarMonthDay: VCalendarMonthDay
|
|
95543
|
+
VFileUpload: VFileUpload
|
|
95544
|
+
VFileUploadItem: VFileUploadItem
|
|
95545
|
+
VColorInput: VColorInput
|
|
95546
|
+
VIconBtn: VIconBtn
|
|
95548
95547
|
VPicker: VPicker
|
|
95549
95548
|
VPickerTitle: VPickerTitle
|
|
95550
95549
|
VStepperVertical: VStepperVertical
|
|
95551
95550
|
VStepperVerticalItem: VStepperVerticalItem
|
|
95552
95551
|
VStepperVerticalActions: VStepperVerticalActions
|
|
95552
|
+
VHotkey: VHotkey
|
|
95553
95553
|
VDateInput: VDateInput
|
|
95554
95554
|
VMaskInput: VMaskInput
|
|
95555
95555
|
VPullToRefresh: VPullToRefresh
|
package/dist/vuetify.esm.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* Vuetify v3.9.
|
|
2
|
+
* Vuetify v3.9.2
|
|
3
3
|
* Forged by John Leider
|
|
4
4
|
* Released under the MIT License.
|
|
5
5
|
*/
|
|
@@ -30623,51 +30623,48 @@ const VTreeviewChildren = genericComponent()({
|
|
|
30623
30623
|
parentIndentLines: props.parentIndentLines,
|
|
30624
30624
|
variant: props.indentLinesVariant
|
|
30625
30625
|
});
|
|
30626
|
-
|
|
30627
|
-
|
|
30628
|
-
|
|
30629
|
-
|
|
30630
|
-
|
|
30631
|
-
|
|
30632
|
-
|
|
30633
|
-
|
|
30634
|
-
|
|
30635
|
-
|
|
30636
|
-
|
|
30637
|
-
|
|
30638
|
-
|
|
30639
|
-
|
|
30640
|
-
|
|
30641
|
-
|
|
30642
|
-
|
|
30643
|
-
|
|
30644
|
-
|
|
30645
|
-
|
|
30646
|
-
|
|
30647
|
-
|
|
30648
|
-
|
|
30649
|
-
|
|
30650
|
-
|
|
30651
|
-
|
|
30652
|
-
|
|
30653
|
-
|
|
30654
|
-
|
|
30655
|
-
|
|
30656
|
-
|
|
30657
|
-
|
|
30658
|
-
|
|
30659
|
-
|
|
30660
|
-
|
|
30661
|
-
|
|
30662
|
-
|
|
30663
|
-
|
|
30664
|
-
|
|
30665
|
-
|
|
30666
|
-
|
|
30667
|
-
|
|
30668
|
-
$stable: true
|
|
30669
|
-
});
|
|
30670
|
-
}
|
|
30626
|
+
const slotsWithItem = {
|
|
30627
|
+
prepend: slotProps => createElementVNode(Fragment, null, [props.selectable && (!children || children && !['leaf', 'single-leaf'].includes(props.selectStrategy)) && createElementVNode("div", null, [createVNode(VCheckboxBtn, {
|
|
30628
|
+
"key": item.value,
|
|
30629
|
+
"modelValue": slotProps.isSelected,
|
|
30630
|
+
"disabled": props.disabled,
|
|
30631
|
+
"loading": loading,
|
|
30632
|
+
"color": props.selectedColor,
|
|
30633
|
+
"density": props.density,
|
|
30634
|
+
"indeterminate": slotProps.isIndeterminate,
|
|
30635
|
+
"indeterminateIcon": props.indeterminateIcon,
|
|
30636
|
+
"falseIcon": props.falseIcon,
|
|
30637
|
+
"trueIcon": props.trueIcon,
|
|
30638
|
+
"onUpdate:modelValue": v => selectItem(slotProps.select, v),
|
|
30639
|
+
"onClick": e => e.stopPropagation(),
|
|
30640
|
+
"onKeydown": e => {
|
|
30641
|
+
if (!['Enter', 'Space'].includes(e.key)) return;
|
|
30642
|
+
e.stopPropagation();
|
|
30643
|
+
selectItem(slotProps.select, slotProps.isSelected);
|
|
30644
|
+
}
|
|
30645
|
+
}, null)]), slots.prepend?.({
|
|
30646
|
+
...slotProps,
|
|
30647
|
+
...treeItemProps,
|
|
30648
|
+
item: item.raw,
|
|
30649
|
+
internalItem: item
|
|
30650
|
+
})]),
|
|
30651
|
+
append: slots.append ? slotProps => slots.append?.({
|
|
30652
|
+
...slotProps,
|
|
30653
|
+
...treeItemProps,
|
|
30654
|
+
item: item.raw,
|
|
30655
|
+
internalItem: item
|
|
30656
|
+
}) : undefined,
|
|
30657
|
+
title: slots.title ? slotProps => slots.title?.({
|
|
30658
|
+
...slotProps,
|
|
30659
|
+
item: item.raw,
|
|
30660
|
+
internalItem: item
|
|
30661
|
+
}) : undefined,
|
|
30662
|
+
subtitle: slots.subtitle ? slotProps => slots.subtitle?.({
|
|
30663
|
+
...slotProps,
|
|
30664
|
+
item: item.raw,
|
|
30665
|
+
internalItem: item
|
|
30666
|
+
}) : undefined
|
|
30667
|
+
};
|
|
30671
30668
|
const treeviewGroupProps = VTreeviewGroup.filterProps(itemProps);
|
|
30672
30669
|
const treeviewChildrenProps = VTreeviewChildren.filterProps({
|
|
30673
30670
|
...props,
|
|
@@ -30681,16 +30678,21 @@ const VTreeviewChildren = genericComponent()({
|
|
|
30681
30678
|
let {
|
|
30682
30679
|
props: activatorProps
|
|
30683
30680
|
} = _ref2;
|
|
30684
|
-
|
|
30681
|
+
const listItemProps = {
|
|
30685
30682
|
...itemProps,
|
|
30686
30683
|
...activatorProps,
|
|
30687
|
-
|
|
30688
|
-
hideActions: props.hideActions,
|
|
30689
|
-
indentLines: indentLines.node,
|
|
30690
|
-
value: props.returnObject ? item.raw : itemProps.value,
|
|
30684
|
+
value: itemProps?.value,
|
|
30691
30685
|
onToggleExpand: [() => checkChildren(item), activatorProps.onClick],
|
|
30692
30686
|
onClick: isClickOnOpen.value ? [() => checkChildren(item), activatorProps.onClick] : () => selectItem(activatorItems.value[index]?.select, !activatorItems.value[index]?.isSelected)
|
|
30693
|
-
}
|
|
30687
|
+
};
|
|
30688
|
+
return createVNode(VTreeviewItem, mergeProps({
|
|
30689
|
+
"ref": el => activatorItems.value[index] = el
|
|
30690
|
+
}, listItemProps, {
|
|
30691
|
+
"hideActions": props.hideActions,
|
|
30692
|
+
"indentLines": indentLines.node,
|
|
30693
|
+
"value": props.returnObject ? item.raw : itemProps.value,
|
|
30694
|
+
"loading": loading
|
|
30695
|
+
}), slotsWithItem);
|
|
30694
30696
|
},
|
|
30695
30697
|
default: () => createVNode(VTreeviewChildren, mergeProps(treeviewChildrenProps, {
|
|
30696
30698
|
"items": children,
|
|
@@ -30698,8 +30700,7 @@ const VTreeviewChildren = genericComponent()({
|
|
|
30698
30700
|
"parentIndentLines": indentLines.children,
|
|
30699
30701
|
"isLastGroup": nextItemHasChildren,
|
|
30700
30702
|
"returnObject": props.returnObject
|
|
30701
|
-
}), slots)
|
|
30702
|
-
$stable: true
|
|
30703
|
+
}), slots)
|
|
30703
30704
|
}) : renderSlot(slots.item, {
|
|
30704
30705
|
props: itemProps,
|
|
30705
30706
|
item: item.raw,
|
|
@@ -30715,12 +30716,11 @@ const VTreeviewChildren = genericComponent()({
|
|
|
30715
30716
|
props: item.raw
|
|
30716
30717
|
}, () => createVNode(VListSubheader, item.props, null));
|
|
30717
30718
|
}
|
|
30718
|
-
return
|
|
30719
|
-
|
|
30720
|
-
|
|
30721
|
-
|
|
30722
|
-
|
|
30723
|
-
});
|
|
30719
|
+
return createVNode(VTreeviewItem, mergeProps(itemProps, {
|
|
30720
|
+
"hideActions": props.hideActions,
|
|
30721
|
+
"indentLines": indentLines.leaf,
|
|
30722
|
+
"value": props.returnObject ? toRaw(item.raw) : itemProps.value
|
|
30723
|
+
}), slotsWithItem);
|
|
30724
30724
|
});
|
|
30725
30725
|
});
|
|
30726
30726
|
}
|
|
@@ -30859,14 +30859,13 @@ const VTreeview = genericComponent()({
|
|
|
30859
30859
|
"selected": selected.value,
|
|
30860
30860
|
"onUpdate:selected": $event => selected.value = $event
|
|
30861
30861
|
}), {
|
|
30862
|
-
default: () => createVNode(VTreeviewChildren, mergeProps(treeviewChildrenProps, {
|
|
30862
|
+
default: () => [createVNode(VTreeviewChildren, mergeProps(treeviewChildrenProps, {
|
|
30863
30863
|
"density": props.density,
|
|
30864
30864
|
"returnObject": props.returnObject,
|
|
30865
30865
|
"items": items.value,
|
|
30866
30866
|
"parentIndentLines": props.indentLines ? [] : undefined,
|
|
30867
30867
|
"indentLinesVariant": indentLinesVariant
|
|
30868
|
-
}), slots)
|
|
30869
|
-
$stable: true
|
|
30868
|
+
}), slots)]
|
|
30870
30869
|
});
|
|
30871
30870
|
});
|
|
30872
30871
|
return {};
|
|
@@ -31385,7 +31384,7 @@ function createVuetify$1() {
|
|
|
31385
31384
|
};
|
|
31386
31385
|
});
|
|
31387
31386
|
}
|
|
31388
|
-
const version$1 = "3.9.
|
|
31387
|
+
const version$1 = "3.9.2";
|
|
31389
31388
|
createVuetify$1.version = version$1;
|
|
31390
31389
|
|
|
31391
31390
|
// Vue's inject() can only be used in setup
|
|
@@ -31410,7 +31409,7 @@ const createVuetify = function () {
|
|
|
31410
31409
|
...options
|
|
31411
31410
|
});
|
|
31412
31411
|
};
|
|
31413
|
-
const version = "3.9.
|
|
31412
|
+
const version = "3.9.2";
|
|
31414
31413
|
createVuetify.version = version;
|
|
31415
31414
|
|
|
31416
31415
|
export { index as blueprints, components, createVuetify, directives, useDate, useDefaults, useDisplay, useGoTo, useHotkey, useLayout, useLocale, useRtl, useTheme, version };
|