@vuetify/nightly 3.9.0-beta.0-dev.2025-06-24 → 3.9.0-beta.1-dev.2025-06-26
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 -87
- package/dist/json/attributes.json +795 -795
- package/dist/json/importMap-labs.json +16 -16
- package/dist/json/importMap.json +194 -194
- package/dist/json/web-types.json +1361 -1361
- package/dist/vuetify-labs.cjs +15 -14
- package/dist/vuetify-labs.css +3056 -3056
- package/dist/vuetify-labs.d.ts +65 -65
- package/dist/vuetify-labs.esm.js +15 -14
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +15 -14
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.cjs +15 -14
- package/dist/vuetify.cjs.map +1 -1
- package/dist/vuetify.css +3279 -3279
- package/dist/vuetify.d.ts +65 -65
- package/dist/vuetify.esm.js +15 -14
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +15 -14
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +12 -12
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VTreeview/VTreeviewChildren.d.ts +13 -0
- package/lib/components/VTreeview/VTreeviewChildren.js +2 -1
- package/lib/components/VTreeview/VTreeviewChildren.js.map +1 -1
- package/lib/components/VTreeview/VTreeviewItem.js +3 -3
- package/lib/components/VTreeview/VTreeviewItem.js.map +1 -1
- package/lib/composables/nested/nested.js +8 -8
- package/lib/composables/nested/nested.js.map +1 -1
- package/lib/entry-bundler.js +1 -1
- package/lib/framework.d.ts +65 -65
- package/lib/framework.js +1 -1
- package/package.json +1 -1
package/dist/vuetify.d.ts
CHANGED
@@ -93469,75 +93469,74 @@ declare module 'vue' {
|
|
93469
93469
|
$children?: VNodeChild
|
93470
93470
|
}
|
93471
93471
|
export interface GlobalComponents {
|
93472
|
-
|
93472
|
+
VAppBar: VAppBar
|
93473
|
+
VAppBarNavIcon: VAppBarNavIcon
|
93474
|
+
VAppBarTitle: VAppBarTitle
|
93473
93475
|
VAlert: VAlert
|
93474
93476
|
VAlertTitle: VAlertTitle
|
93475
|
-
|
93476
|
-
VBannerActions: VBannerActions
|
93477
|
-
VBannerText: VBannerText
|
93477
|
+
VApp: VApp
|
93478
93478
|
VAutocomplete: VAutocomplete
|
93479
|
-
VBottomNavigation: VBottomNavigation
|
93480
|
-
VAvatar: VAvatar
|
93481
93479
|
VBadge: VBadge
|
93482
|
-
|
93480
|
+
VBottomNavigation: VBottomNavigation
|
93483
93481
|
VBreadcrumbs: VBreadcrumbs
|
93484
93482
|
VBreadcrumbsItem: VBreadcrumbsItem
|
93485
93483
|
VBreadcrumbsDivider: VBreadcrumbsDivider
|
93484
|
+
VBanner: VBanner
|
93485
|
+
VBannerActions: VBannerActions
|
93486
|
+
VBannerText: VBannerText
|
93486
93487
|
VBtnGroup: VBtnGroup
|
93488
|
+
VBottomSheet: VBottomSheet
|
93487
93489
|
VCard: VCard
|
93488
93490
|
VCardActions: VCardActions
|
93489
93491
|
VCardItem: VCardItem
|
93490
93492
|
VCardSubtitle: VCardSubtitle
|
93491
93493
|
VCardText: VCardText
|
93492
93494
|
VCardTitle: VCardTitle
|
93493
|
-
|
93495
|
+
VChip: VChip
|
93494
93496
|
VBtn: VBtn
|
93495
|
-
|
93496
|
-
VCarouselItem: VCarouselItem
|
93497
|
+
VBtnToggle: VBtnToggle
|
93497
93498
|
VCheckbox: VCheckbox
|
93498
93499
|
VCheckboxBtn: VCheckboxBtn
|
93499
|
-
|
93500
|
+
VAvatar: VAvatar
|
93501
|
+
VCombobox: VCombobox
|
93500
93502
|
VCode: VCode
|
93501
|
-
VColorPicker: VColorPicker
|
93502
93503
|
VCounter: VCounter
|
93503
|
-
|
93504
|
+
VDataTable: VDataTable
|
93505
|
+
VDataTableHeaders: VDataTableHeaders
|
93506
|
+
VDataTableFooter: VDataTableFooter
|
93507
|
+
VDataTableRows: VDataTableRows
|
93508
|
+
VDataTableRow: VDataTableRow
|
93509
|
+
VDataTableVirtual: VDataTableVirtual
|
93510
|
+
VDataTableServer: VDataTableServer
|
93504
93511
|
VDatePicker: VDatePicker
|
93505
93512
|
VDatePickerControls: VDatePickerControls
|
93506
93513
|
VDatePickerHeader: VDatePickerHeader
|
93507
93514
|
VDatePickerMonth: VDatePickerMonth
|
93508
93515
|
VDatePickerMonths: VDatePickerMonths
|
93509
93516
|
VDatePickerYears: VDatePickerYears
|
93517
|
+
VColorPicker: VColorPicker
|
93518
|
+
VChipGroup: VChipGroup
|
93510
93519
|
VDialog: VDialog
|
93511
93520
|
VDivider: VDivider
|
93512
|
-
|
93513
|
-
|
93514
|
-
VDataTableFooter: VDataTableFooter
|
93515
|
-
VDataTableRows: VDataTableRows
|
93516
|
-
VDataTableRow: VDataTableRow
|
93517
|
-
VDataTableVirtual: VDataTableVirtual
|
93518
|
-
VDataTableServer: VDataTableServer
|
93521
|
+
VEmptyState: VEmptyState
|
93522
|
+
VFab: VFab
|
93519
93523
|
VField: VField
|
93520
93524
|
VFieldLabel: VFieldLabel
|
93521
|
-
VFab: VFab
|
93522
|
-
VEmptyState: VEmptyState
|
93523
|
-
VFooter: VFooter
|
93524
|
-
VImg: VImg
|
93525
|
-
VExpansionPanels: VExpansionPanels
|
93526
|
-
VExpansionPanel: VExpansionPanel
|
93527
|
-
VExpansionPanelText: VExpansionPanelText
|
93528
|
-
VExpansionPanelTitle: VExpansionPanelTitle
|
93529
93525
|
VFileInput: VFileInput
|
93526
|
+
VFooter: VFooter
|
93530
93527
|
VIcon: VIcon
|
93531
93528
|
VComponentIcon: VComponentIcon
|
93532
93529
|
VSvgIcon: VSvgIcon
|
93533
93530
|
VLigatureIcon: VLigatureIcon
|
93534
93531
|
VClassIcon: VClassIcon
|
93535
|
-
|
93532
|
+
VExpansionPanels: VExpansionPanels
|
93533
|
+
VExpansionPanel: VExpansionPanel
|
93534
|
+
VExpansionPanelText: VExpansionPanelText
|
93535
|
+
VExpansionPanelTitle: VExpansionPanelTitle
|
93536
93536
|
VInfiniteScroll: VInfiniteScroll
|
93537
|
-
|
93537
|
+
VInput: VInput
|
93538
93538
|
VItemGroup: VItemGroup
|
93539
93539
|
VItem: VItem
|
93540
|
-
VLabel: VLabel
|
93541
93540
|
VList: VList
|
93542
93541
|
VListGroup: VListGroup
|
93543
93542
|
VListImg: VListImg
|
@@ -93547,25 +93546,29 @@ declare module 'vue' {
|
|
93547
93546
|
VListItemSubtitle: VListItemSubtitle
|
93548
93547
|
VListItemTitle: VListItemTitle
|
93549
93548
|
VListSubheader: VListSubheader
|
93550
|
-
|
93549
|
+
VKbd: VKbd
|
93550
|
+
VLabel: VLabel
|
93551
|
+
VImg: VImg
|
93551
93552
|
VMain: VMain
|
93552
|
-
VOverlay: VOverlay
|
93553
93553
|
VNavigationDrawer: VNavigationDrawer
|
93554
|
-
|
93555
|
-
VMenu: VMenu
|
93556
|
-
VProgressCircular: VProgressCircular
|
93554
|
+
VMessages: VMessages
|
93557
93555
|
VOtpInput: VOtpInput
|
93556
|
+
VMenu: VMenu
|
93557
|
+
VNumberInput: VNumberInput
|
93558
|
+
VOverlay: VOverlay
|
93558
93559
|
VPagination: VPagination
|
93560
|
+
VProgressCircular: VProgressCircular
|
93559
93561
|
VProgressLinear: VProgressLinear
|
93560
|
-
VRating: VRating
|
93561
93562
|
VRadioGroup: VRadioGroup
|
93563
|
+
VSheet: VSheet
|
93564
|
+
VRating: VRating
|
93562
93565
|
VSelectionControl: VSelectionControl
|
93566
|
+
VSkeletonLoader: VSkeletonLoader
|
93563
93567
|
VSelectionControlGroup: VSelectionControlGroup
|
93564
|
-
VSlideGroup: VSlideGroup
|
93565
|
-
VSlideGroupItem: VSlideGroupItem
|
93566
93568
|
VSlider: VSlider
|
93567
93569
|
VSelect: VSelect
|
93568
|
-
|
93570
|
+
VSlideGroup: VSlideGroup
|
93571
|
+
VSlideGroupItem: VSlideGroupItem
|
93569
93572
|
VSnackbar: VSnackbar
|
93570
93573
|
VStepper: VStepper
|
93571
93574
|
VStepperActions: VStepperActions
|
@@ -93581,48 +93584,47 @@ declare module 'vue' {
|
|
93581
93584
|
VTabsWindow: VTabsWindow
|
93582
93585
|
VTabsWindowItem: VTabsWindowItem
|
93583
93586
|
VTextField: VTextField
|
93584
|
-
VTextarea: VTextarea
|
93585
|
-
VToolbar: VToolbar
|
93586
|
-
VToolbarTitle: VToolbarTitle
|
93587
|
-
VToolbarItems: VToolbarItems
|
93588
|
-
VTimePicker: VTimePicker
|
93589
|
-
VTimePickerClock: VTimePickerClock
|
93590
|
-
VTimePickerControls: VTimePickerControls
|
93591
93587
|
VTimeline: VTimeline
|
93592
93588
|
VTimelineItem: VTimelineItem
|
93593
|
-
|
93589
|
+
VTextarea: VTextarea
|
93594
93590
|
VTreeview: VTreeview
|
93595
93591
|
VTreeviewItem: VTreeviewItem
|
93596
93592
|
VTreeviewGroup: VTreeviewGroup
|
93597
|
-
|
93598
|
-
|
93599
|
-
|
93593
|
+
VTooltip: VTooltip
|
93594
|
+
VTimePicker: VTimePicker
|
93595
|
+
VTimePickerClock: VTimePickerClock
|
93596
|
+
VTimePickerControls: VTimePickerControls
|
93597
|
+
VToolbar: VToolbar
|
93598
|
+
VToolbarTitle: VToolbarTitle
|
93599
|
+
VToolbarItems: VToolbarItems
|
93600
93600
|
VWindow: VWindow
|
93601
93601
|
VWindowItem: VWindowItem
|
93602
|
-
|
93602
|
+
VCarousel: VCarousel
|
93603
|
+
VCarouselItem: VCarouselItem
|
93603
93604
|
VConfirmEdit: VConfirmEdit
|
93604
|
-
VDataIterator: VDataIterator
|
93605
93605
|
VDefaultsProvider: VDefaultsProvider
|
93606
93606
|
VForm: VForm
|
93607
|
+
VHover: VHover
|
93607
93608
|
VContainer: VContainer
|
93608
93609
|
VCol: VCol
|
93609
93610
|
VRow: VRow
|
93610
93611
|
VSpacer: VSpacer
|
93611
|
-
VHover: VHover
|
93612
93612
|
VLayout: VLayout
|
93613
93613
|
VLayoutItem: VLayoutItem
|
93614
93614
|
VLazy: VLazy
|
93615
|
+
VLocaleProvider: VLocaleProvider
|
93615
93616
|
VNoSsr: VNoSsr
|
93616
93617
|
VParallax: VParallax
|
93617
|
-
VLocaleProvider: VLocaleProvider
|
93618
93618
|
VRadio: VRadio
|
93619
|
+
VRangeSlider: VRangeSlider
|
93620
|
+
VResponsive: VResponsive
|
93619
93621
|
VSparkline: VSparkline
|
93620
|
-
VSnackbarQueue: VSnackbarQueue
|
93621
93622
|
VSpeedDial: VSpeedDial
|
93622
|
-
|
93623
|
-
VValidation: VValidation
|
93623
|
+
VSnackbarQueue: VSnackbarQueue
|
93624
93624
|
VThemeProvider: VThemeProvider
|
93625
93625
|
VVirtualScroll: VVirtualScroll
|
93626
|
+
VValidation: VValidation
|
93627
|
+
VDataIterator: VDataIterator
|
93626
93628
|
VFabTransition: VFabTransition
|
93627
93629
|
VDialogBottomTransition: VDialogBottomTransition
|
93628
93630
|
VDialogTopTransition: VDialogTopTransition
|
@@ -93639,25 +93641,23 @@ declare module 'vue' {
|
|
93639
93641
|
VExpandTransition: VExpandTransition
|
93640
93642
|
VExpandXTransition: VExpandXTransition
|
93641
93643
|
VDialogTransition: VDialogTransition
|
93642
|
-
|
93643
|
-
VSheet: VSheet
|
93644
|
-
VFileUpload: VFileUpload
|
93645
|
-
VFileUploadItem: VFileUploadItem
|
93644
|
+
VColorInput: VColorInput
|
93646
93645
|
VCalendar: VCalendar
|
93647
93646
|
VCalendarDay: VCalendarDay
|
93648
93647
|
VCalendarHeader: VCalendarHeader
|
93649
93648
|
VCalendarInterval: VCalendarInterval
|
93650
93649
|
VCalendarIntervalEvent: VCalendarIntervalEvent
|
93651
93650
|
VCalendarMonthDay: VCalendarMonthDay
|
93652
|
-
|
93651
|
+
VFileUpload: VFileUpload
|
93652
|
+
VFileUploadItem: VFileUploadItem
|
93653
|
+
VIconBtn: VIconBtn
|
93653
93654
|
VPicker: VPicker
|
93654
93655
|
VPickerTitle: VPickerTitle
|
93655
|
-
VIconBtn: VIconBtn
|
93656
93656
|
VStepperVertical: VStepperVertical
|
93657
93657
|
VStepperVerticalItem: VStepperVerticalItem
|
93658
93658
|
VStepperVerticalActions: VStepperVerticalActions
|
93659
|
-
VMaskInput: VMaskInput
|
93660
93659
|
VDateInput: VDateInput
|
93660
|
+
VMaskInput: VMaskInput
|
93661
93661
|
VPullToRefresh: VPullToRefresh
|
93662
93662
|
}
|
93663
93663
|
export interface GlobalDirectives {
|
package/dist/vuetify.esm.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* Vuetify v3.9.0-beta.
|
2
|
+
* Vuetify v3.9.0-beta.1-dev.2025-06-26
|
3
3
|
* Forged by John Leider
|
4
4
|
* Released under the MIT License.
|
5
5
|
*/
|
@@ -9295,9 +9295,9 @@ const makeNestedProps = propsFactory({
|
|
9295
9295
|
}, 'nested');
|
9296
9296
|
const useNested = props => {
|
9297
9297
|
let isUnmounted = false;
|
9298
|
-
const children =
|
9299
|
-
const parents =
|
9300
|
-
const opened = useProxiedModel(props, 'opened', props.opened, v => new Set(v), v => [...v.values()]);
|
9298
|
+
const children = shallowRef(new Map());
|
9299
|
+
const parents = shallowRef(new Map());
|
9300
|
+
const opened = useProxiedModel(props, 'opened', props.opened, v => new Set(Array.isArray(v) ? v.map(i => toRaw(i)) : v), v => [...v.values()]);
|
9301
9301
|
const activeStrategy = computed(() => {
|
9302
9302
|
if (typeof props.activeStrategy === 'object') return props.activeStrategy;
|
9303
9303
|
if (typeof props.activeStrategy === 'function') return props.activeStrategy(props.mandatory);
|
@@ -9351,7 +9351,7 @@ const useNested = props => {
|
|
9351
9351
|
});
|
9352
9352
|
function getPath(id) {
|
9353
9353
|
const path = [];
|
9354
|
-
let parent = id;
|
9354
|
+
let parent = toRaw(id);
|
9355
9355
|
while (parent != null) {
|
9356
9356
|
path.unshift(parent);
|
9357
9357
|
parent = parents.value.get(parent);
|
@@ -9494,7 +9494,7 @@ const useNested = props => {
|
|
9494
9494
|
const useNestedItem = (id, isGroup) => {
|
9495
9495
|
const parent = inject$1(VNestedSymbol, emptyNested);
|
9496
9496
|
const uidSymbol = Symbol('nested item');
|
9497
|
-
const computedId = computed(() => toValue(id) ?? uidSymbol);
|
9497
|
+
const computedId = computed(() => toRaw(toValue(id)) ?? uidSymbol);
|
9498
9498
|
const item = {
|
9499
9499
|
...parent,
|
9500
9500
|
id: computedId,
|
@@ -9503,10 +9503,10 @@ const useNestedItem = (id, isGroup) => {
|
|
9503
9503
|
isOpen: computed(() => parent.root.opened.value.has(computedId.value)),
|
9504
9504
|
parent: computed(() => parent.root.parents.value.get(computedId.value)),
|
9505
9505
|
activate: (activated, e) => parent.root.activate(computedId.value, activated, e),
|
9506
|
-
isActivated: computed(() => parent.root.activated.value.has(
|
9506
|
+
isActivated: computed(() => parent.root.activated.value.has(computedId.value)),
|
9507
9507
|
select: (selected, e) => parent.root.select(computedId.value, selected, e),
|
9508
|
-
isSelected: computed(() => parent.root.selected.value.get(
|
9509
|
-
isIndeterminate: computed(() => parent.root.selected.value.get(
|
9508
|
+
isSelected: computed(() => parent.root.selected.value.get(computedId.value) === 'on'),
|
9509
|
+
isIndeterminate: computed(() => parent.root.selected.value.get(computedId.value) === 'indeterminate'),
|
9510
9510
|
isLeaf: computed(() => !parent.root.children.value.get(computedId.value)),
|
9511
9511
|
isGroupActivator: parent.isGroupActivator
|
9512
9512
|
};
|
@@ -30040,7 +30040,7 @@ const VTreeviewItem = genericComponent()({
|
|
30040
30040
|
emit('toggleExpand', e);
|
30041
30041
|
}
|
30042
30042
|
useRender(() => {
|
30043
|
-
const listItemProps =
|
30043
|
+
const listItemProps = VListItem.filterProps(props);
|
30044
30044
|
const hasPrepend = slots.prepend || props.toggleIcon;
|
30045
30045
|
return createVNode(VListItem, mergeProps({
|
30046
30046
|
"ref": vListItemRef
|
@@ -30051,7 +30051,7 @@ const VTreeviewItem = genericComponent()({
|
|
30051
30051
|
'v-treeview-item--filtered': isFiltered.value
|
30052
30052
|
}, props.class],
|
30053
30053
|
"ripple": false,
|
30054
|
-
"onClick":
|
30054
|
+
"onClick": activateGroupActivator
|
30055
30055
|
}), {
|
30056
30056
|
...slots,
|
30057
30057
|
prepend: hasPrepend ? slotProps => {
|
@@ -30102,6 +30102,7 @@ const makeVTreeviewChildrenProps = propsFactory({
|
|
30102
30102
|
falseIcon: IconValue,
|
30103
30103
|
trueIcon: IconValue,
|
30104
30104
|
returnObject: Boolean,
|
30105
|
+
activatable: Boolean,
|
30105
30106
|
selectable: Boolean,
|
30106
30107
|
selectedColor: String,
|
30107
30108
|
selectStrategy: [String, Function, Object],
|
@@ -30121,7 +30122,7 @@ const VTreeviewChildren = genericComponent()({
|
|
30121
30122
|
} = _ref;
|
30122
30123
|
const isLoading = reactive(new Set());
|
30123
30124
|
const activatorItems = ref([]);
|
30124
|
-
const isClickOnOpen = computed(() => !props.disabled && (props.openOnClick != null ? props.openOnClick : props.selectable));
|
30125
|
+
const isClickOnOpen = computed(() => !props.disabled && (props.openOnClick != null ? props.openOnClick : props.selectable && !props.activatable));
|
30125
30126
|
async function checkChildren(item) {
|
30126
30127
|
try {
|
30127
30128
|
if (!props.items?.length || !props.loadChildren) return;
|
@@ -30892,7 +30893,7 @@ function createVuetify$1() {
|
|
30892
30893
|
};
|
30893
30894
|
});
|
30894
30895
|
}
|
30895
|
-
const version$1 = "3.9.0-beta.
|
30896
|
+
const version$1 = "3.9.0-beta.1-dev.2025-06-26";
|
30896
30897
|
createVuetify$1.version = version$1;
|
30897
30898
|
|
30898
30899
|
// Vue's inject() can only be used in setup
|
@@ -30917,7 +30918,7 @@ const createVuetify = function () {
|
|
30917
30918
|
...options
|
30918
30919
|
});
|
30919
30920
|
};
|
30920
|
-
const version = "3.9.0-beta.
|
30921
|
+
const version = "3.9.0-beta.1-dev.2025-06-26";
|
30921
30922
|
createVuetify.version = version;
|
30922
30923
|
|
30923
30924
|
export { index as blueprints, components, createVuetify, directives, useDate, useDefaults, useDisplay, useGoTo, useLayout, useLocale, useRtl, useTheme, version };
|