@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-labs.d.ts
CHANGED
@@ -113817,75 +113817,74 @@ declare module 'vue' {
|
|
113817
113817
|
$children?: VNodeChild
|
113818
113818
|
}
|
113819
113819
|
export interface GlobalComponents {
|
113820
|
-
|
113820
|
+
VAppBar: VAppBar
|
113821
|
+
VAppBarNavIcon: VAppBarNavIcon
|
113822
|
+
VAppBarTitle: VAppBarTitle
|
113821
113823
|
VAlert: VAlert
|
113822
113824
|
VAlertTitle: VAlertTitle
|
113823
|
-
|
113824
|
-
VBannerActions: VBannerActions
|
113825
|
-
VBannerText: VBannerText
|
113825
|
+
VApp: VApp
|
113826
113826
|
VAutocomplete: VAutocomplete
|
113827
|
-
VBottomNavigation: VBottomNavigation
|
113828
|
-
VAvatar: VAvatar
|
113829
113827
|
VBadge: VBadge
|
113830
|
-
|
113828
|
+
VBottomNavigation: VBottomNavigation
|
113831
113829
|
VBreadcrumbs: VBreadcrumbs
|
113832
113830
|
VBreadcrumbsItem: VBreadcrumbsItem
|
113833
113831
|
VBreadcrumbsDivider: VBreadcrumbsDivider
|
113832
|
+
VBanner: VBanner
|
113833
|
+
VBannerActions: VBannerActions
|
113834
|
+
VBannerText: VBannerText
|
113834
113835
|
VBtnGroup: VBtnGroup
|
113836
|
+
VBottomSheet: VBottomSheet
|
113835
113837
|
VCard: VCard
|
113836
113838
|
VCardActions: VCardActions
|
113837
113839
|
VCardItem: VCardItem
|
113838
113840
|
VCardSubtitle: VCardSubtitle
|
113839
113841
|
VCardText: VCardText
|
113840
113842
|
VCardTitle: VCardTitle
|
113841
|
-
|
113843
|
+
VChip: VChip
|
113842
113844
|
VBtn: VBtn
|
113843
|
-
|
113844
|
-
VCarouselItem: VCarouselItem
|
113845
|
+
VBtnToggle: VBtnToggle
|
113845
113846
|
VCheckbox: VCheckbox
|
113846
113847
|
VCheckboxBtn: VCheckboxBtn
|
113847
|
-
|
113848
|
+
VAvatar: VAvatar
|
113849
|
+
VCombobox: VCombobox
|
113848
113850
|
VCode: VCode
|
113849
|
-
VColorPicker: VColorPicker
|
113850
113851
|
VCounter: VCounter
|
113851
|
-
|
113852
|
+
VDataTable: VDataTable
|
113853
|
+
VDataTableHeaders: VDataTableHeaders
|
113854
|
+
VDataTableFooter: VDataTableFooter
|
113855
|
+
VDataTableRows: VDataTableRows
|
113856
|
+
VDataTableRow: VDataTableRow
|
113857
|
+
VDataTableVirtual: VDataTableVirtual
|
113858
|
+
VDataTableServer: VDataTableServer
|
113852
113859
|
VDatePicker: VDatePicker
|
113853
113860
|
VDatePickerControls: VDatePickerControls
|
113854
113861
|
VDatePickerHeader: VDatePickerHeader
|
113855
113862
|
VDatePickerMonth: VDatePickerMonth
|
113856
113863
|
VDatePickerMonths: VDatePickerMonths
|
113857
113864
|
VDatePickerYears: VDatePickerYears
|
113865
|
+
VColorPicker: VColorPicker
|
113866
|
+
VChipGroup: VChipGroup
|
113858
113867
|
VDialog: VDialog
|
113859
113868
|
VDivider: VDivider
|
113860
|
-
|
113861
|
-
|
113862
|
-
VDataTableFooter: VDataTableFooter
|
113863
|
-
VDataTableRows: VDataTableRows
|
113864
|
-
VDataTableRow: VDataTableRow
|
113865
|
-
VDataTableVirtual: VDataTableVirtual
|
113866
|
-
VDataTableServer: VDataTableServer
|
113869
|
+
VEmptyState: VEmptyState
|
113870
|
+
VFab: VFab
|
113867
113871
|
VField: VField
|
113868
113872
|
VFieldLabel: VFieldLabel
|
113869
|
-
VFab: VFab
|
113870
|
-
VEmptyState: VEmptyState
|
113871
|
-
VFooter: VFooter
|
113872
|
-
VImg: VImg
|
113873
|
-
VExpansionPanels: VExpansionPanels
|
113874
|
-
VExpansionPanel: VExpansionPanel
|
113875
|
-
VExpansionPanelText: VExpansionPanelText
|
113876
|
-
VExpansionPanelTitle: VExpansionPanelTitle
|
113877
113873
|
VFileInput: VFileInput
|
113874
|
+
VFooter: VFooter
|
113878
113875
|
VIcon: VIcon
|
113879
113876
|
VComponentIcon: VComponentIcon
|
113880
113877
|
VSvgIcon: VSvgIcon
|
113881
113878
|
VLigatureIcon: VLigatureIcon
|
113882
113879
|
VClassIcon: VClassIcon
|
113883
|
-
|
113880
|
+
VExpansionPanels: VExpansionPanels
|
113881
|
+
VExpansionPanel: VExpansionPanel
|
113882
|
+
VExpansionPanelText: VExpansionPanelText
|
113883
|
+
VExpansionPanelTitle: VExpansionPanelTitle
|
113884
113884
|
VInfiniteScroll: VInfiniteScroll
|
113885
|
-
|
113885
|
+
VInput: VInput
|
113886
113886
|
VItemGroup: VItemGroup
|
113887
113887
|
VItem: VItem
|
113888
|
-
VLabel: VLabel
|
113889
113888
|
VList: VList
|
113890
113889
|
VListGroup: VListGroup
|
113891
113890
|
VListImg: VListImg
|
@@ -113895,25 +113894,29 @@ declare module 'vue' {
|
|
113895
113894
|
VListItemSubtitle: VListItemSubtitle
|
113896
113895
|
VListItemTitle: VListItemTitle
|
113897
113896
|
VListSubheader: VListSubheader
|
113898
|
-
|
113897
|
+
VKbd: VKbd
|
113898
|
+
VLabel: VLabel
|
113899
|
+
VImg: VImg
|
113899
113900
|
VMain: VMain
|
113900
|
-
VOverlay: VOverlay
|
113901
113901
|
VNavigationDrawer: VNavigationDrawer
|
113902
|
-
|
113903
|
-
VMenu: VMenu
|
113904
|
-
VProgressCircular: VProgressCircular
|
113902
|
+
VMessages: VMessages
|
113905
113903
|
VOtpInput: VOtpInput
|
113904
|
+
VMenu: VMenu
|
113905
|
+
VNumberInput: VNumberInput
|
113906
|
+
VOverlay: VOverlay
|
113906
113907
|
VPagination: VPagination
|
113908
|
+
VProgressCircular: VProgressCircular
|
113907
113909
|
VProgressLinear: VProgressLinear
|
113908
|
-
VRating: VRating
|
113909
113910
|
VRadioGroup: VRadioGroup
|
113911
|
+
VSheet: VSheet
|
113912
|
+
VRating: VRating
|
113910
113913
|
VSelectionControl: VSelectionControl
|
113914
|
+
VSkeletonLoader: VSkeletonLoader
|
113911
113915
|
VSelectionControlGroup: VSelectionControlGroup
|
113912
|
-
VSlideGroup: VSlideGroup
|
113913
|
-
VSlideGroupItem: VSlideGroupItem
|
113914
113916
|
VSlider: VSlider
|
113915
113917
|
VSelect: VSelect
|
113916
|
-
|
113918
|
+
VSlideGroup: VSlideGroup
|
113919
|
+
VSlideGroupItem: VSlideGroupItem
|
113917
113920
|
VSnackbar: VSnackbar
|
113918
113921
|
VStepper: VStepper
|
113919
113922
|
VStepperActions: VStepperActions
|
@@ -113929,48 +113932,47 @@ declare module 'vue' {
|
|
113929
113932
|
VTabsWindow: VTabsWindow
|
113930
113933
|
VTabsWindowItem: VTabsWindowItem
|
113931
113934
|
VTextField: VTextField
|
113932
|
-
VTextarea: VTextarea
|
113933
|
-
VToolbar: VToolbar
|
113934
|
-
VToolbarTitle: VToolbarTitle
|
113935
|
-
VToolbarItems: VToolbarItems
|
113936
|
-
VTimePicker: VTimePicker
|
113937
|
-
VTimePickerClock: VTimePickerClock
|
113938
|
-
VTimePickerControls: VTimePickerControls
|
113939
113935
|
VTimeline: VTimeline
|
113940
113936
|
VTimelineItem: VTimelineItem
|
113941
|
-
|
113937
|
+
VTextarea: VTextarea
|
113942
113938
|
VTreeview: VTreeview
|
113943
113939
|
VTreeviewItem: VTreeviewItem
|
113944
113940
|
VTreeviewGroup: VTreeviewGroup
|
113945
|
-
|
113946
|
-
|
113947
|
-
|
113941
|
+
VTooltip: VTooltip
|
113942
|
+
VTimePicker: VTimePicker
|
113943
|
+
VTimePickerClock: VTimePickerClock
|
113944
|
+
VTimePickerControls: VTimePickerControls
|
113945
|
+
VToolbar: VToolbar
|
113946
|
+
VToolbarTitle: VToolbarTitle
|
113947
|
+
VToolbarItems: VToolbarItems
|
113948
113948
|
VWindow: VWindow
|
113949
113949
|
VWindowItem: VWindowItem
|
113950
|
-
|
113950
|
+
VCarousel: VCarousel
|
113951
|
+
VCarouselItem: VCarouselItem
|
113951
113952
|
VConfirmEdit: VConfirmEdit
|
113952
|
-
VDataIterator: VDataIterator
|
113953
113953
|
VDefaultsProvider: VDefaultsProvider
|
113954
113954
|
VForm: VForm
|
113955
|
+
VHover: VHover
|
113955
113956
|
VContainer: VContainer
|
113956
113957
|
VCol: VCol
|
113957
113958
|
VRow: VRow
|
113958
113959
|
VSpacer: VSpacer
|
113959
|
-
VHover: VHover
|
113960
113960
|
VLayout: VLayout
|
113961
113961
|
VLayoutItem: VLayoutItem
|
113962
113962
|
VLazy: VLazy
|
113963
|
+
VLocaleProvider: VLocaleProvider
|
113963
113964
|
VNoSsr: VNoSsr
|
113964
113965
|
VParallax: VParallax
|
113965
|
-
VLocaleProvider: VLocaleProvider
|
113966
113966
|
VRadio: VRadio
|
113967
|
+
VRangeSlider: VRangeSlider
|
113968
|
+
VResponsive: VResponsive
|
113967
113969
|
VSparkline: VSparkline
|
113968
|
-
VSnackbarQueue: VSnackbarQueue
|
113969
113970
|
VSpeedDial: VSpeedDial
|
113970
|
-
|
113971
|
-
VValidation: VValidation
|
113971
|
+
VSnackbarQueue: VSnackbarQueue
|
113972
113972
|
VThemeProvider: VThemeProvider
|
113973
113973
|
VVirtualScroll: VVirtualScroll
|
113974
|
+
VValidation: VValidation
|
113975
|
+
VDataIterator: VDataIterator
|
113974
113976
|
VFabTransition: VFabTransition
|
113975
113977
|
VDialogBottomTransition: VDialogBottomTransition
|
113976
113978
|
VDialogTopTransition: VDialogTopTransition
|
@@ -113987,25 +113989,23 @@ declare module 'vue' {
|
|
113987
113989
|
VExpandTransition: VExpandTransition
|
113988
113990
|
VExpandXTransition: VExpandXTransition
|
113989
113991
|
VDialogTransition: VDialogTransition
|
113990
|
-
|
113991
|
-
VSheet: VSheet
|
113992
|
-
VFileUpload: VFileUpload
|
113993
|
-
VFileUploadItem: VFileUploadItem
|
113992
|
+
VColorInput: VColorInput
|
113994
113993
|
VCalendar: VCalendar
|
113995
113994
|
VCalendarDay: VCalendarDay
|
113996
113995
|
VCalendarHeader: VCalendarHeader
|
113997
113996
|
VCalendarInterval: VCalendarInterval
|
113998
113997
|
VCalendarIntervalEvent: VCalendarIntervalEvent
|
113999
113998
|
VCalendarMonthDay: VCalendarMonthDay
|
114000
|
-
|
113999
|
+
VFileUpload: VFileUpload
|
114000
|
+
VFileUploadItem: VFileUploadItem
|
114001
|
+
VIconBtn: VIconBtn
|
114001
114002
|
VPicker: VPicker
|
114002
114003
|
VPickerTitle: VPickerTitle
|
114003
|
-
VIconBtn: VIconBtn
|
114004
114004
|
VStepperVertical: VStepperVertical
|
114005
114005
|
VStepperVerticalItem: VStepperVerticalItem
|
114006
114006
|
VStepperVerticalActions: VStepperVerticalActions
|
114007
|
-
VMaskInput: VMaskInput
|
114008
114007
|
VDateInput: VDateInput
|
114008
|
+
VMaskInput: VMaskInput
|
114009
114009
|
VPullToRefresh: VPullToRefresh
|
114010
114010
|
}
|
114011
114011
|
export interface GlobalDirectives {
|
package/dist/vuetify-labs.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
|
*/
|
@@ -9017,9 +9017,9 @@ const makeNestedProps = propsFactory({
|
|
9017
9017
|
}, 'nested');
|
9018
9018
|
const useNested = props => {
|
9019
9019
|
let isUnmounted = false;
|
9020
|
-
const children =
|
9021
|
-
const parents =
|
9022
|
-
const opened = useProxiedModel(props, 'opened', props.opened, v => new Set(v), v => [...v.values()]);
|
9020
|
+
const children = shallowRef(new Map());
|
9021
|
+
const parents = shallowRef(new Map());
|
9022
|
+
const opened = useProxiedModel(props, 'opened', props.opened, v => new Set(Array.isArray(v) ? v.map(i => toRaw(i)) : v), v => [...v.values()]);
|
9023
9023
|
const activeStrategy = computed(() => {
|
9024
9024
|
if (typeof props.activeStrategy === 'object') return props.activeStrategy;
|
9025
9025
|
if (typeof props.activeStrategy === 'function') return props.activeStrategy(props.mandatory);
|
@@ -9073,7 +9073,7 @@ const useNested = props => {
|
|
9073
9073
|
});
|
9074
9074
|
function getPath(id) {
|
9075
9075
|
const path = [];
|
9076
|
-
let parent = id;
|
9076
|
+
let parent = toRaw(id);
|
9077
9077
|
while (parent != null) {
|
9078
9078
|
path.unshift(parent);
|
9079
9079
|
parent = parents.value.get(parent);
|
@@ -9216,7 +9216,7 @@ const useNested = props => {
|
|
9216
9216
|
const useNestedItem = (id, isGroup) => {
|
9217
9217
|
const parent = inject$1(VNestedSymbol, emptyNested);
|
9218
9218
|
const uidSymbol = Symbol('nested item');
|
9219
|
-
const computedId = computed(() => toValue(id) ?? uidSymbol);
|
9219
|
+
const computedId = computed(() => toRaw(toValue(id)) ?? uidSymbol);
|
9220
9220
|
const item = {
|
9221
9221
|
...parent,
|
9222
9222
|
id: computedId,
|
@@ -9225,10 +9225,10 @@ const useNestedItem = (id, isGroup) => {
|
|
9225
9225
|
isOpen: computed(() => parent.root.opened.value.has(computedId.value)),
|
9226
9226
|
parent: computed(() => parent.root.parents.value.get(computedId.value)),
|
9227
9227
|
activate: (activated, e) => parent.root.activate(computedId.value, activated, e),
|
9228
|
-
isActivated: computed(() => parent.root.activated.value.has(
|
9228
|
+
isActivated: computed(() => parent.root.activated.value.has(computedId.value)),
|
9229
9229
|
select: (selected, e) => parent.root.select(computedId.value, selected, e),
|
9230
|
-
isSelected: computed(() => parent.root.selected.value.get(
|
9231
|
-
isIndeterminate: computed(() => parent.root.selected.value.get(
|
9230
|
+
isSelected: computed(() => parent.root.selected.value.get(computedId.value) === 'on'),
|
9231
|
+
isIndeterminate: computed(() => parent.root.selected.value.get(computedId.value) === 'indeterminate'),
|
9232
9232
|
isLeaf: computed(() => !parent.root.children.value.get(computedId.value)),
|
9233
9233
|
isGroupActivator: parent.isGroupActivator
|
9234
9234
|
};
|
@@ -29762,7 +29762,7 @@ const VTreeviewItem = genericComponent()({
|
|
29762
29762
|
emit('toggleExpand', e);
|
29763
29763
|
}
|
29764
29764
|
useRender(() => {
|
29765
|
-
const listItemProps =
|
29765
|
+
const listItemProps = VListItem.filterProps(props);
|
29766
29766
|
const hasPrepend = slots.prepend || props.toggleIcon;
|
29767
29767
|
return createVNode(VListItem, mergeProps({
|
29768
29768
|
"ref": vListItemRef
|
@@ -29773,7 +29773,7 @@ const VTreeviewItem = genericComponent()({
|
|
29773
29773
|
'v-treeview-item--filtered': isFiltered.value
|
29774
29774
|
}, props.class],
|
29775
29775
|
"ripple": false,
|
29776
|
-
"onClick":
|
29776
|
+
"onClick": activateGroupActivator
|
29777
29777
|
}), {
|
29778
29778
|
...slots,
|
29779
29779
|
prepend: hasPrepend ? slotProps => {
|
@@ -29824,6 +29824,7 @@ const makeVTreeviewChildrenProps = propsFactory({
|
|
29824
29824
|
falseIcon: IconValue,
|
29825
29825
|
trueIcon: IconValue,
|
29826
29826
|
returnObject: Boolean,
|
29827
|
+
activatable: Boolean,
|
29827
29828
|
selectable: Boolean,
|
29828
29829
|
selectedColor: String,
|
29829
29830
|
selectStrategy: [String, Function, Object],
|
@@ -29843,7 +29844,7 @@ const VTreeviewChildren = genericComponent()({
|
|
29843
29844
|
} = _ref;
|
29844
29845
|
const isLoading = reactive(new Set());
|
29845
29846
|
const activatorItems = ref([]);
|
29846
|
-
const isClickOnOpen = computed(() => !props.disabled && (props.openOnClick != null ? props.openOnClick : props.selectable));
|
29847
|
+
const isClickOnOpen = computed(() => !props.disabled && (props.openOnClick != null ? props.openOnClick : props.selectable && !props.activatable));
|
29847
29848
|
async function checkChildren(item) {
|
29848
29849
|
try {
|
29849
29850
|
if (!props.items?.length || !props.loadChildren) return;
|
@@ -32788,7 +32789,7 @@ function createVuetify$1() {
|
|
32788
32789
|
};
|
32789
32790
|
});
|
32790
32791
|
}
|
32791
|
-
const version$1 = "3.9.0-beta.
|
32792
|
+
const version$1 = "3.9.0-beta.1-dev.2025-06-26";
|
32792
32793
|
createVuetify$1.version = version$1;
|
32793
32794
|
|
32794
32795
|
// Vue's inject() can only be used in setup
|
@@ -33086,7 +33087,7 @@ var index = /*#__PURE__*/Object.freeze({
|
|
33086
33087
|
|
33087
33088
|
/* eslint-disable local-rules/sort-imports */
|
33088
33089
|
|
33089
|
-
const version = "3.9.0-beta.
|
33090
|
+
const version = "3.9.0-beta.1-dev.2025-06-26";
|
33090
33091
|
|
33091
33092
|
/* eslint-disable local-rules/sort-imports */
|
33092
33093
|
|