@vuetify/nightly 3.7.12-master.2025-02-13 → 3.7.12-master.2025-02-14
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 +10 -4
- package/dist/json/attributes.json +790 -794
- package/dist/json/importMap-labs.json +18 -18
- package/dist/json/importMap.json +150 -150
- package/dist/json/tags.json +0 -1
- package/dist/json/web-types.json +1670 -1680
- package/dist/vuetify-labs.css +3340 -3340
- package/dist/vuetify-labs.d.ts +0 -15
- package/dist/vuetify-labs.esm.js +20 -10
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +20 -10
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +5858 -5858
- package/dist/vuetify.d.ts +52 -52
- package/dist/vuetify.esm.js +19 -4
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +19 -4
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +6 -4
- package/dist/vuetify.min.js.map +1 -1
- package/lib/composables/nested/nested.mjs +16 -1
- package/lib/composables/nested/nested.mjs.map +1 -1
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/index.d.mts +52 -52
- package/lib/labs/VTreeview/VTreeview.mjs +1 -1
- package/lib/labs/VTreeview/VTreeview.mjs.map +1 -1
- package/lib/labs/VTreeview/VTreeviewChildren.mjs +2 -8
- package/lib/labs/VTreeview/VTreeviewChildren.mjs.map +1 -1
- package/lib/labs/VTreeview/index.d.mts +0 -15
- package/lib/labs/components.d.mts +0 -15
- package/package.json +1 -1
package/dist/vuetify.d.ts
CHANGED
@@ -66937,48 +66937,38 @@ declare module 'vue' {
|
|
66937
66937
|
}
|
66938
66938
|
export interface GlobalComponents {
|
66939
66939
|
VApp: typeof import('vuetify/components')['VApp']
|
66940
|
-
|
66940
|
+
VAppBar: typeof import('vuetify/components')['VAppBar']
|
66941
|
+
VAppBarNavIcon: typeof import('vuetify/components')['VAppBarNavIcon']
|
66942
|
+
VAppBarTitle: typeof import('vuetify/components')['VAppBarTitle']
|
66941
66943
|
VAlert: typeof import('vuetify/components')['VAlert']
|
66942
66944
|
VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
|
66943
|
-
VAvatar: typeof import('vuetify/components')['VAvatar']
|
66944
66945
|
VBadge: typeof import('vuetify/components')['VBadge']
|
66945
|
-
|
66946
|
-
VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
|
66946
|
+
VAvatar: typeof import('vuetify/components')['VAvatar']
|
66947
66947
|
VBanner: typeof import('vuetify/components')['VBanner']
|
66948
66948
|
VBannerActions: typeof import('vuetify/components')['VBannerActions']
|
66949
66949
|
VBannerText: typeof import('vuetify/components')['VBannerText']
|
66950
|
-
VAppBar: typeof import('vuetify/components')['VAppBar']
|
66951
|
-
VAppBarNavIcon: typeof import('vuetify/components')['VAppBarNavIcon']
|
66952
|
-
VAppBarTitle: typeof import('vuetify/components')['VAppBarTitle']
|
66953
|
-
VBtn: typeof import('vuetify/components')['VBtn']
|
66954
66950
|
VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
|
66955
66951
|
VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
|
66956
66952
|
VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
|
66953
|
+
VBtn: typeof import('vuetify/components')['VBtn']
|
66954
|
+
VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
|
66957
66955
|
VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
|
66956
|
+
VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
|
66957
|
+
VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
|
66958
66958
|
VCarousel: typeof import('vuetify/components')['VCarousel']
|
66959
66959
|
VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
|
66960
|
-
|
66961
|
-
VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
|
66960
|
+
VChip: typeof import('vuetify/components')['VChip']
|
66962
66961
|
VCard: typeof import('vuetify/components')['VCard']
|
66963
66962
|
VCardActions: typeof import('vuetify/components')['VCardActions']
|
66964
66963
|
VCardItem: typeof import('vuetify/components')['VCardItem']
|
66965
66964
|
VCardSubtitle: typeof import('vuetify/components')['VCardSubtitle']
|
66966
66965
|
VCardText: typeof import('vuetify/components')['VCardText']
|
66967
66966
|
VCardTitle: typeof import('vuetify/components')['VCardTitle']
|
66968
|
-
|
66969
|
-
|
66967
|
+
VCheckbox: typeof import('vuetify/components')['VCheckbox']
|
66968
|
+
VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
|
66970
66969
|
VColorPicker: typeof import('vuetify/components')['VColorPicker']
|
66970
|
+
VChipGroup: typeof import('vuetify/components')['VChipGroup']
|
66971
66971
|
VCode: typeof import('vuetify/components')['VCode']
|
66972
|
-
VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
|
66973
|
-
VCounter: typeof import('vuetify/components')['VCounter']
|
66974
|
-
VDatePicker: typeof import('vuetify/components')['VDatePicker']
|
66975
|
-
VDatePickerControls: typeof import('vuetify/components')['VDatePickerControls']
|
66976
|
-
VDatePickerHeader: typeof import('vuetify/components')['VDatePickerHeader']
|
66977
|
-
VDatePickerMonth: typeof import('vuetify/components')['VDatePickerMonth']
|
66978
|
-
VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
|
66979
|
-
VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
|
66980
|
-
VCombobox: typeof import('vuetify/components')['VCombobox']
|
66981
|
-
VEmptyState: typeof import('vuetify/components')['VEmptyState']
|
66982
66972
|
VDataTable: typeof import('vuetify/components')['VDataTable']
|
66983
66973
|
VDataTableHeaders: typeof import('vuetify/components')['VDataTableHeaders']
|
66984
66974
|
VDataTableFooter: typeof import('vuetify/components')['VDataTableFooter']
|
@@ -66986,29 +66976,37 @@ declare module 'vue' {
|
|
66986
66976
|
VDataTableRow: typeof import('vuetify/components')['VDataTableRow']
|
66987
66977
|
VDataTableVirtual: typeof import('vuetify/components')['VDataTableVirtual']
|
66988
66978
|
VDataTableServer: typeof import('vuetify/components')['VDataTableServer']
|
66979
|
+
VCombobox: typeof import('vuetify/components')['VCombobox']
|
66980
|
+
VCounter: typeof import('vuetify/components')['VCounter']
|
66981
|
+
VEmptyState: typeof import('vuetify/components')['VEmptyState']
|
66982
|
+
VDatePicker: typeof import('vuetify/components')['VDatePicker']
|
66983
|
+
VDatePickerControls: typeof import('vuetify/components')['VDatePickerControls']
|
66984
|
+
VDatePickerHeader: typeof import('vuetify/components')['VDatePickerHeader']
|
66985
|
+
VDatePickerMonth: typeof import('vuetify/components')['VDatePickerMonth']
|
66986
|
+
VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
|
66987
|
+
VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
|
66988
|
+
VDialog: typeof import('vuetify/components')['VDialog']
|
66989
|
+
VDivider: typeof import('vuetify/components')['VDivider']
|
66989
66990
|
VExpansionPanels: typeof import('vuetify/components')['VExpansionPanels']
|
66990
66991
|
VExpansionPanel: typeof import('vuetify/components')['VExpansionPanel']
|
66991
66992
|
VExpansionPanelText: typeof import('vuetify/components')['VExpansionPanelText']
|
66992
66993
|
VExpansionPanelTitle: typeof import('vuetify/components')['VExpansionPanelTitle']
|
66993
66994
|
VFab: typeof import('vuetify/components')['VFab']
|
66995
|
+
VFileInput: typeof import('vuetify/components')['VFileInput']
|
66994
66996
|
VFooter: typeof import('vuetify/components')['VFooter']
|
66995
|
-
VDialog: typeof import('vuetify/components')['VDialog']
|
66996
|
-
VDivider: typeof import('vuetify/components')['VDivider']
|
66997
|
-
VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
|
66998
66997
|
VField: typeof import('vuetify/components')['VField']
|
66999
66998
|
VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
|
67000
|
-
VFileInput: typeof import('vuetify/components')['VFileInput']
|
67001
66999
|
VIcon: typeof import('vuetify/components')['VIcon']
|
67002
67000
|
VComponentIcon: typeof import('vuetify/components')['VComponentIcon']
|
67003
67001
|
VSvgIcon: typeof import('vuetify/components')['VSvgIcon']
|
67004
67002
|
VLigatureIcon: typeof import('vuetify/components')['VLigatureIcon']
|
67005
67003
|
VClassIcon: typeof import('vuetify/components')['VClassIcon']
|
67006
|
-
VKbd: typeof import('vuetify/components')['VKbd']
|
67007
|
-
VImg: typeof import('vuetify/components')['VImg']
|
67008
67004
|
VInput: typeof import('vuetify/components')['VInput']
|
67009
|
-
|
67005
|
+
VImg: typeof import('vuetify/components')['VImg']
|
67006
|
+
VKbd: typeof import('vuetify/components')['VKbd']
|
67010
67007
|
VItemGroup: typeof import('vuetify/components')['VItemGroup']
|
67011
67008
|
VItem: typeof import('vuetify/components')['VItem']
|
67009
|
+
VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
|
67012
67010
|
VList: typeof import('vuetify/components')['VList']
|
67013
67011
|
VListGroup: typeof import('vuetify/components')['VListGroup']
|
67014
67012
|
VListImg: typeof import('vuetify/components')['VListImg']
|
@@ -67018,22 +67016,22 @@ declare module 'vue' {
|
|
67018
67016
|
VListItemSubtitle: typeof import('vuetify/components')['VListItemSubtitle']
|
67019
67017
|
VListItemTitle: typeof import('vuetify/components')['VListItemTitle']
|
67020
67018
|
VListSubheader: typeof import('vuetify/components')['VListSubheader']
|
67021
|
-
VMessages: typeof import('vuetify/components')['VMessages']
|
67022
|
-
VMain: typeof import('vuetify/components')['VMain']
|
67023
|
-
VMenu: typeof import('vuetify/components')['VMenu']
|
67024
67019
|
VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
|
67025
|
-
|
67026
|
-
|
67020
|
+
VMenu: typeof import('vuetify/components')['VMenu']
|
67021
|
+
VLabel: typeof import('vuetify/components')['VLabel']
|
67022
|
+
VMain: typeof import('vuetify/components')['VMain']
|
67023
|
+
VMessages: typeof import('vuetify/components')['VMessages']
|
67027
67024
|
VOtpInput: typeof import('vuetify/components')['VOtpInput']
|
67028
|
-
|
67025
|
+
VOverlay: typeof import('vuetify/components')['VOverlay']
|
67026
|
+
VPagination: typeof import('vuetify/components')['VPagination']
|
67029
67027
|
VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
|
67028
|
+
VRating: typeof import('vuetify/components')['VRating']
|
67030
67029
|
VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
|
67030
|
+
VSheet: typeof import('vuetify/components')['VSheet']
|
67031
|
+
VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
|
67032
|
+
VSlider: typeof import('vuetify/components')['VSlider']
|
67031
67033
|
VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
|
67032
|
-
VRating: typeof import('vuetify/components')['VRating']
|
67033
|
-
VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
|
67034
67034
|
VSelect: typeof import('vuetify/components')['VSelect']
|
67035
|
-
VSheet: typeof import('vuetify/components')['VSheet']
|
67036
|
-
VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
|
67037
67035
|
VStepper: typeof import('vuetify/components')['VStepper']
|
67038
67036
|
VStepperActions: typeof import('vuetify/components')['VStepperActions']
|
67039
67037
|
VStepperHeader: typeof import('vuetify/components')['VStepperHeader']
|
@@ -67043,36 +67041,36 @@ declare module 'vue' {
|
|
67043
67041
|
VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
|
67044
67042
|
VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
|
67045
67043
|
VSnackbar: typeof import('vuetify/components')['VSnackbar']
|
67046
|
-
|
67044
|
+
VSwitch: typeof import('vuetify/components')['VSwitch']
|
67045
|
+
VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
|
67047
67046
|
VSystemBar: typeof import('vuetify/components')['VSystemBar']
|
67048
67047
|
VTab: typeof import('vuetify/components')['VTab']
|
67049
67048
|
VTabs: typeof import('vuetify/components')['VTabs']
|
67050
67049
|
VTabsWindow: typeof import('vuetify/components')['VTabsWindow']
|
67051
67050
|
VTabsWindowItem: typeof import('vuetify/components')['VTabsWindowItem']
|
67052
67051
|
VTable: typeof import('vuetify/components')['VTable']
|
67053
|
-
VTextarea: typeof import('vuetify/components')['VTextarea']
|
67054
|
-
VSwitch: typeof import('vuetify/components')['VSwitch']
|
67055
67052
|
VTextField: typeof import('vuetify/components')['VTextField']
|
67053
|
+
VTextarea: typeof import('vuetify/components')['VTextarea']
|
67056
67054
|
VTimeline: typeof import('vuetify/components')['VTimeline']
|
67057
67055
|
VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
|
67058
67056
|
VTooltip: typeof import('vuetify/components')['VTooltip']
|
67059
|
-
VWindow: typeof import('vuetify/components')['VWindow']
|
67060
|
-
VWindowItem: typeof import('vuetify/components')['VWindowItem']
|
67061
67057
|
VToolbar: typeof import('vuetify/components')['VToolbar']
|
67062
67058
|
VToolbarTitle: typeof import('vuetify/components')['VToolbarTitle']
|
67063
67059
|
VToolbarItems: typeof import('vuetify/components')['VToolbarItems']
|
67060
|
+
VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
|
67061
|
+
VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
|
67064
67062
|
VConfirmEdit: typeof import('vuetify/components')['VConfirmEdit']
|
67065
67063
|
VDataIterator: typeof import('vuetify/components')['VDataIterator']
|
67066
67064
|
VDefaultsProvider: typeof import('vuetify/components')['VDefaultsProvider']
|
67067
|
-
VForm: typeof import('vuetify/components')['VForm']
|
67068
67065
|
VContainer: typeof import('vuetify/components')['VContainer']
|
67069
67066
|
VCol: typeof import('vuetify/components')['VCol']
|
67070
67067
|
VRow: typeof import('vuetify/components')['VRow']
|
67071
67068
|
VSpacer: typeof import('vuetify/components')['VSpacer']
|
67069
|
+
VForm: typeof import('vuetify/components')['VForm']
|
67072
67070
|
VHover: typeof import('vuetify/components')['VHover']
|
67071
|
+
VLazy: typeof import('vuetify/components')['VLazy']
|
67073
67072
|
VLayout: typeof import('vuetify/components')['VLayout']
|
67074
67073
|
VLayoutItem: typeof import('vuetify/components')['VLayoutItem']
|
67075
|
-
VLazy: typeof import('vuetify/components')['VLazy']
|
67076
67074
|
VLocaleProvider: typeof import('vuetify/components')['VLocaleProvider']
|
67077
67075
|
VNoSsr: typeof import('vuetify/components')['VNoSsr']
|
67078
67076
|
VParallax: typeof import('vuetify/components')['VParallax']
|
@@ -67080,8 +67078,8 @@ declare module 'vue' {
|
|
67080
67078
|
VResponsive: typeof import('vuetify/components')['VResponsive']
|
67081
67079
|
VRangeSlider: typeof import('vuetify/components')['VRangeSlider']
|
67082
67080
|
VSparkline: typeof import('vuetify/components')['VSparkline']
|
67083
|
-
VThemeProvider: typeof import('vuetify/components')['VThemeProvider']
|
67084
67081
|
VSpeedDial: typeof import('vuetify/components')['VSpeedDial']
|
67082
|
+
VThemeProvider: typeof import('vuetify/components')['VThemeProvider']
|
67085
67083
|
VValidation: typeof import('vuetify/components')['VValidation']
|
67086
67084
|
VVirtualScroll: typeof import('vuetify/components')['VVirtualScroll']
|
67087
67085
|
VFabTransition: typeof import('vuetify/components')['VFabTransition']
|
@@ -67100,23 +67098,25 @@ declare module 'vue' {
|
|
67100
67098
|
VExpandTransition: typeof import('vuetify/components')['VExpandTransition']
|
67101
67099
|
VExpandXTransition: typeof import('vuetify/components')['VExpandXTransition']
|
67102
67100
|
VDialogTransition: typeof import('vuetify/components')['VDialogTransition']
|
67101
|
+
VWindow: typeof import('vuetify/components')['VWindow']
|
67102
|
+
VWindowItem: typeof import('vuetify/components')['VWindowItem']
|
67103
67103
|
VCalendar: typeof import('vuetify/labs/components')['VCalendar']
|
67104
67104
|
VCalendarDay: typeof import('vuetify/labs/components')['VCalendarDay']
|
67105
67105
|
VCalendarHeader: typeof import('vuetify/labs/components')['VCalendarHeader']
|
67106
67106
|
VCalendarInterval: typeof import('vuetify/labs/components')['VCalendarInterval']
|
67107
67107
|
VCalendarIntervalEvent: typeof import('vuetify/labs/components')['VCalendarIntervalEvent']
|
67108
67108
|
VCalendarMonthDay: typeof import('vuetify/labs/components')['VCalendarMonthDay']
|
67109
|
-
VFileUpload: typeof import('vuetify/labs/components')['VFileUpload']
|
67110
|
-
VFileUploadItem: typeof import('vuetify/labs/components')['VFileUploadItem']
|
67111
|
-
VPicker: typeof import('vuetify/labs/components')['VPicker']
|
67112
|
-
VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
|
67113
67109
|
VStepperVertical: typeof import('vuetify/labs/components')['VStepperVertical']
|
67114
67110
|
VStepperVerticalItem: typeof import('vuetify/labs/components')['VStepperVerticalItem']
|
67115
67111
|
VStepperVerticalActions: typeof import('vuetify/labs/components')['VStepperVerticalActions']
|
67112
|
+
VFileUpload: typeof import('vuetify/labs/components')['VFileUpload']
|
67113
|
+
VFileUploadItem: typeof import('vuetify/labs/components')['VFileUploadItem']
|
67114
|
+
VNumberInput: typeof import('vuetify/labs/components')['VNumberInput']
|
67116
67115
|
VTimePicker: typeof import('vuetify/labs/components')['VTimePicker']
|
67117
67116
|
VTimePickerClock: typeof import('vuetify/labs/components')['VTimePickerClock']
|
67118
67117
|
VTimePickerControls: typeof import('vuetify/labs/components')['VTimePickerControls']
|
67119
|
-
|
67118
|
+
VPicker: typeof import('vuetify/labs/components')['VPicker']
|
67119
|
+
VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
|
67120
67120
|
VTreeview: typeof import('vuetify/labs/components')['VTreeview']
|
67121
67121
|
VTreeviewItem: typeof import('vuetify/labs/components')['VTreeviewItem']
|
67122
67122
|
VTreeviewGroup: typeof import('vuetify/labs/components')['VTreeviewGroup']
|
package/dist/vuetify.esm.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* Vuetify v3.7.12-master.2025-02-
|
2
|
+
* Vuetify v3.7.12-master.2025-02-14
|
3
3
|
* Forged by John Leider
|
4
4
|
* Released under the MIT License.
|
5
5
|
*/
|
@@ -8953,7 +8953,22 @@ const useNested = props => {
|
|
8953
8953
|
parents: parents.value,
|
8954
8954
|
event
|
8955
8955
|
});
|
8956
|
-
newActivated
|
8956
|
+
if (newActivated.size !== activated.value.size) {
|
8957
|
+
activated.value = newActivated;
|
8958
|
+
} else {
|
8959
|
+
for (const value of newActivated) {
|
8960
|
+
if (!activated.value.has(value)) {
|
8961
|
+
activated.value = newActivated;
|
8962
|
+
return;
|
8963
|
+
}
|
8964
|
+
}
|
8965
|
+
for (const value of activated.value) {
|
8966
|
+
if (!newActivated.has(value)) {
|
8967
|
+
activated.value = newActivated;
|
8968
|
+
return;
|
8969
|
+
}
|
8970
|
+
}
|
8971
|
+
}
|
8957
8972
|
},
|
8958
8973
|
children,
|
8959
8974
|
parents,
|
@@ -28396,7 +28411,7 @@ function createVuetify$1() {
|
|
28396
28411
|
goTo
|
28397
28412
|
};
|
28398
28413
|
}
|
28399
|
-
const version$1 = "3.7.12-master.2025-02-
|
28414
|
+
const version$1 = "3.7.12-master.2025-02-14";
|
28400
28415
|
createVuetify$1.version = version$1;
|
28401
28416
|
|
28402
28417
|
// Vue's inject() can only be used in setup
|
@@ -28421,7 +28436,7 @@ const createVuetify = function () {
|
|
28421
28436
|
...options
|
28422
28437
|
});
|
28423
28438
|
};
|
28424
|
-
const version = "3.7.12-master.2025-02-
|
28439
|
+
const version = "3.7.12-master.2025-02-14";
|
28425
28440
|
createVuetify.version = version;
|
28426
28441
|
|
28427
28442
|
export { index as blueprints, components, createVuetify, directives, useDate, useDefaults, useDisplay, useGoTo, useLayout, useLocale, useRtl, useTheme, version };
|