@vuetify/nightly 3.7.13-master.2025-02-20 → 3.7.13-master.2025-02-21
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 +7 -3
- package/dist/json/attributes.json +3667 -3667
- package/dist/json/importMap-labs.json +24 -24
- package/dist/json/importMap.json +132 -132
- package/dist/json/web-types.json +6573 -6573
- package/dist/vuetify-labs.css +2951 -2951
- package/dist/vuetify-labs.esm.js +3 -3
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +3 -3
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +4585 -4585
- package/dist/vuetify.d.ts +46 -46
- package/dist/vuetify.esm.js +3 -3
- package/dist/vuetify.js +3 -3
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +3 -3
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/index.d.mts +46 -46
- package/lib/labs/VTreeview/VTreeview.mjs.map +1 -1
- package/package.json +1 -1
package/dist/vuetify.d.ts
CHANGED
@@ -66959,42 +66959,40 @@ declare module 'vue' {
|
|
66959
66959
|
export interface GlobalComponents {
|
66960
66960
|
VApp: typeof import('vuetify/components')['VApp']
|
66961
66961
|
VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
|
66962
|
-
|
66962
|
+
VAlert: typeof import('vuetify/components')['VAlert']
|
66963
|
+
VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
|
66963
66964
|
VAppBar: typeof import('vuetify/components')['VAppBar']
|
66964
66965
|
VAppBarNavIcon: typeof import('vuetify/components')['VAppBarNavIcon']
|
66965
66966
|
VAppBarTitle: typeof import('vuetify/components')['VAppBarTitle']
|
66966
|
-
VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
|
66967
|
-
VAlert: typeof import('vuetify/components')['VAlert']
|
66968
|
-
VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
|
66969
66967
|
VBanner: typeof import('vuetify/components')['VBanner']
|
66970
66968
|
VBannerActions: typeof import('vuetify/components')['VBannerActions']
|
66971
66969
|
VBannerText: typeof import('vuetify/components')['VBannerText']
|
66972
|
-
VBadge: typeof import('vuetify/components')['VBadge']
|
66973
66970
|
VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
|
66974
66971
|
VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
|
66975
66972
|
VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
|
66976
66973
|
VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
|
66974
|
+
VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
|
66975
|
+
VAvatar: typeof import('vuetify/components')['VAvatar']
|
66976
|
+
VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
|
66977
66977
|
VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
|
66978
66978
|
VCarousel: typeof import('vuetify/components')['VCarousel']
|
66979
66979
|
VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
|
66980
|
-
|
66981
|
-
|
66982
|
-
VBtn: typeof import('vuetify/components')['VBtn']
|
66980
|
+
VBadge: typeof import('vuetify/components')['VBadge']
|
66981
|
+
VChip: typeof import('vuetify/components')['VChip']
|
66983
66982
|
VCard: typeof import('vuetify/components')['VCard']
|
66984
66983
|
VCardActions: typeof import('vuetify/components')['VCardActions']
|
66985
66984
|
VCardItem: typeof import('vuetify/components')['VCardItem']
|
66986
66985
|
VCardSubtitle: typeof import('vuetify/components')['VCardSubtitle']
|
66987
66986
|
VCardText: typeof import('vuetify/components')['VCardText']
|
66988
66987
|
VCardTitle: typeof import('vuetify/components')['VCardTitle']
|
66988
|
+
VCode: typeof import('vuetify/components')['VCode']
|
66989
|
+
VBtn: typeof import('vuetify/components')['VBtn']
|
66989
66990
|
VCheckbox: typeof import('vuetify/components')['VCheckbox']
|
66990
66991
|
VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
|
66991
|
-
|
66992
|
+
VCombobox: typeof import('vuetify/components')['VCombobox']
|
66993
|
+
VChipGroup: typeof import('vuetify/components')['VChipGroup']
|
66992
66994
|
VColorPicker: typeof import('vuetify/components')['VColorPicker']
|
66993
|
-
VCode: typeof import('vuetify/components')['VCode']
|
66994
66995
|
VCounter: typeof import('vuetify/components')['VCounter']
|
66995
|
-
VCombobox: typeof import('vuetify/components')['VCombobox']
|
66996
|
-
VDialog: typeof import('vuetify/components')['VDialog']
|
66997
|
-
VEmptyState: typeof import('vuetify/components')['VEmptyState']
|
66998
66996
|
VDataTable: typeof import('vuetify/components')['VDataTable']
|
66999
66997
|
VDataTableHeaders: typeof import('vuetify/components')['VDataTableHeaders']
|
67000
66998
|
VDataTableFooter: typeof import('vuetify/components')['VDataTableFooter']
|
@@ -67002,33 +67000,35 @@ declare module 'vue' {
|
|
67002
67000
|
VDataTableRow: typeof import('vuetify/components')['VDataTableRow']
|
67003
67001
|
VDataTableVirtual: typeof import('vuetify/components')['VDataTableVirtual']
|
67004
67002
|
VDataTableServer: typeof import('vuetify/components')['VDataTableServer']
|
67005
|
-
VDivider: typeof import('vuetify/components')['VDivider']
|
67006
|
-
VExpansionPanels: typeof import('vuetify/components')['VExpansionPanels']
|
67007
|
-
VExpansionPanel: typeof import('vuetify/components')['VExpansionPanel']
|
67008
|
-
VExpansionPanelText: typeof import('vuetify/components')['VExpansionPanelText']
|
67009
|
-
VExpansionPanelTitle: typeof import('vuetify/components')['VExpansionPanelTitle']
|
67010
|
-
VFooter: typeof import('vuetify/components')['VFooter']
|
67011
67003
|
VDatePicker: typeof import('vuetify/components')['VDatePicker']
|
67012
67004
|
VDatePickerControls: typeof import('vuetify/components')['VDatePickerControls']
|
67013
67005
|
VDatePickerHeader: typeof import('vuetify/components')['VDatePickerHeader']
|
67014
67006
|
VDatePickerMonth: typeof import('vuetify/components')['VDatePickerMonth']
|
67015
67007
|
VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
|
67016
67008
|
VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
|
67017
|
-
|
67009
|
+
VDivider: typeof import('vuetify/components')['VDivider']
|
67010
|
+
VEmptyState: typeof import('vuetify/components')['VEmptyState']
|
67011
|
+
VFab: typeof import('vuetify/components')['VFab']
|
67012
|
+
VExpansionPanels: typeof import('vuetify/components')['VExpansionPanels']
|
67013
|
+
VExpansionPanel: typeof import('vuetify/components')['VExpansionPanel']
|
67014
|
+
VExpansionPanelText: typeof import('vuetify/components')['VExpansionPanelText']
|
67015
|
+
VExpansionPanelTitle: typeof import('vuetify/components')['VExpansionPanelTitle']
|
67018
67016
|
VField: typeof import('vuetify/components')['VField']
|
67019
67017
|
VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
|
67020
|
-
|
67018
|
+
VFooter: typeof import('vuetify/components')['VFooter']
|
67019
|
+
VDialog: typeof import('vuetify/components')['VDialog']
|
67021
67020
|
VImg: typeof import('vuetify/components')['VImg']
|
67021
|
+
VFileInput: typeof import('vuetify/components')['VFileInput']
|
67022
67022
|
VIcon: typeof import('vuetify/components')['VIcon']
|
67023
67023
|
VComponentIcon: typeof import('vuetify/components')['VComponentIcon']
|
67024
67024
|
VSvgIcon: typeof import('vuetify/components')['VSvgIcon']
|
67025
67025
|
VLigatureIcon: typeof import('vuetify/components')['VLigatureIcon']
|
67026
67026
|
VClassIcon: typeof import('vuetify/components')['VClassIcon']
|
67027
|
+
VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
|
67027
67028
|
VInput: typeof import('vuetify/components')['VInput']
|
67028
67029
|
VItemGroup: typeof import('vuetify/components')['VItemGroup']
|
67029
67030
|
VItem: typeof import('vuetify/components')['VItem']
|
67030
67031
|
VLabel: typeof import('vuetify/components')['VLabel']
|
67031
|
-
VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
|
67032
67032
|
VList: typeof import('vuetify/components')['VList']
|
67033
67033
|
VListGroup: typeof import('vuetify/components')['VListGroup']
|
67034
67034
|
VListImg: typeof import('vuetify/components')['VListImg']
|
@@ -67041,51 +67041,51 @@ declare module 'vue' {
|
|
67041
67041
|
VMain: typeof import('vuetify/components')['VMain']
|
67042
67042
|
VKbd: typeof import('vuetify/components')['VKbd']
|
67043
67043
|
VMenu: typeof import('vuetify/components')['VMenu']
|
67044
|
-
VMessages: typeof import('vuetify/components')['VMessages']
|
67045
|
-
VOverlay: typeof import('vuetify/components')['VOverlay']
|
67046
67044
|
VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
|
67045
|
+
VMessages: typeof import('vuetify/components')['VMessages']
|
67047
67046
|
VPagination: typeof import('vuetify/components')['VPagination']
|
67048
|
-
|
67047
|
+
VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
|
67049
67048
|
VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
|
67049
|
+
VOtpInput: typeof import('vuetify/components')['VOtpInput']
|
67050
67050
|
VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
|
67051
|
-
VRating: typeof import('vuetify/components')['VRating']
|
67052
67051
|
VSelect: typeof import('vuetify/components')['VSelect']
|
67053
|
-
|
67054
|
-
|
67055
|
-
VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
|
67052
|
+
VOverlay: typeof import('vuetify/components')['VOverlay']
|
67053
|
+
VRating: typeof import('vuetify/components')['VRating']
|
67056
67054
|
VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
|
67057
67055
|
VSheet: typeof import('vuetify/components')['VSheet']
|
67058
|
-
|
67059
|
-
|
67056
|
+
VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
|
67057
|
+
VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
|
67060
67058
|
VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
|
67061
67059
|
VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
|
67062
|
-
|
67060
|
+
VSlider: typeof import('vuetify/components')['VSlider']
|
67061
|
+
VSystemBar: typeof import('vuetify/components')['VSystemBar']
|
67062
|
+
VSnackbar: typeof import('vuetify/components')['VSnackbar']
|
67063
67063
|
VStepper: typeof import('vuetify/components')['VStepper']
|
67064
67064
|
VStepperActions: typeof import('vuetify/components')['VStepperActions']
|
67065
67065
|
VStepperHeader: typeof import('vuetify/components')['VStepperHeader']
|
67066
67066
|
VStepperItem: typeof import('vuetify/components')['VStepperItem']
|
67067
67067
|
VStepperWindow: typeof import('vuetify/components')['VStepperWindow']
|
67068
67068
|
VStepperWindowItem: typeof import('vuetify/components')['VStepperWindowItem']
|
67069
|
+
VTable: typeof import('vuetify/components')['VTable']
|
67070
|
+
VSwitch: typeof import('vuetify/components')['VSwitch']
|
67069
67071
|
VTab: typeof import('vuetify/components')['VTab']
|
67070
67072
|
VTabs: typeof import('vuetify/components')['VTabs']
|
67071
67073
|
VTabsWindow: typeof import('vuetify/components')['VTabsWindow']
|
67072
67074
|
VTabsWindowItem: typeof import('vuetify/components')['VTabsWindowItem']
|
67073
|
-
VTextField: typeof import('vuetify/components')['VTextField']
|
67074
67075
|
VTextarea: typeof import('vuetify/components')['VTextarea']
|
67075
|
-
|
67076
|
-
VSystemBar: typeof import('vuetify/components')['VSystemBar']
|
67076
|
+
VTextField: typeof import('vuetify/components')['VTextField']
|
67077
67077
|
VToolbar: typeof import('vuetify/components')['VToolbar']
|
67078
67078
|
VToolbarTitle: typeof import('vuetify/components')['VToolbarTitle']
|
67079
67079
|
VToolbarItems: typeof import('vuetify/components')['VToolbarItems']
|
67080
|
-
VTable: typeof import('vuetify/components')['VTable']
|
67081
67080
|
VTimeline: typeof import('vuetify/components')['VTimeline']
|
67082
67081
|
VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
|
67082
|
+
VTooltip: typeof import('vuetify/components')['VTooltip']
|
67083
67083
|
VWindow: typeof import('vuetify/components')['VWindow']
|
67084
67084
|
VWindowItem: typeof import('vuetify/components')['VWindowItem']
|
67085
|
-
VDefaultsProvider: typeof import('vuetify/components')['VDefaultsProvider']
|
67086
67085
|
VConfirmEdit: typeof import('vuetify/components')['VConfirmEdit']
|
67087
|
-
|
67086
|
+
VDefaultsProvider: typeof import('vuetify/components')['VDefaultsProvider']
|
67088
67087
|
VForm: typeof import('vuetify/components')['VForm']
|
67088
|
+
VDataIterator: typeof import('vuetify/components')['VDataIterator']
|
67089
67089
|
VContainer: typeof import('vuetify/components')['VContainer']
|
67090
67090
|
VCol: typeof import('vuetify/components')['VCol']
|
67091
67091
|
VRow: typeof import('vuetify/components')['VRow']
|
@@ -67098,13 +67098,13 @@ declare module 'vue' {
|
|
67098
67098
|
VNoSsr: typeof import('vuetify/components')['VNoSsr']
|
67099
67099
|
VParallax: typeof import('vuetify/components')['VParallax']
|
67100
67100
|
VRadio: typeof import('vuetify/components')['VRadio']
|
67101
|
-
VResponsive: typeof import('vuetify/components')['VResponsive']
|
67102
67101
|
VRangeSlider: typeof import('vuetify/components')['VRangeSlider']
|
67102
|
+
VResponsive: typeof import('vuetify/components')['VResponsive']
|
67103
67103
|
VSparkline: typeof import('vuetify/components')['VSparkline']
|
67104
67104
|
VSpeedDial: typeof import('vuetify/components')['VSpeedDial']
|
67105
67105
|
VThemeProvider: typeof import('vuetify/components')['VThemeProvider']
|
67106
|
-
VValidation: typeof import('vuetify/components')['VValidation']
|
67107
67106
|
VVirtualScroll: typeof import('vuetify/components')['VVirtualScroll']
|
67107
|
+
VValidation: typeof import('vuetify/components')['VValidation']
|
67108
67108
|
VFabTransition: typeof import('vuetify/components')['VFabTransition']
|
67109
67109
|
VDialogBottomTransition: typeof import('vuetify/components')['VDialogBottomTransition']
|
67110
67110
|
VDialogTopTransition: typeof import('vuetify/components')['VDialogTopTransition']
|
@@ -67127,22 +67127,22 @@ declare module 'vue' {
|
|
67127
67127
|
VCalendarInterval: typeof import('vuetify/labs/components')['VCalendarInterval']
|
67128
67128
|
VCalendarIntervalEvent: typeof import('vuetify/labs/components')['VCalendarIntervalEvent']
|
67129
67129
|
VCalendarMonthDay: typeof import('vuetify/labs/components')['VCalendarMonthDay']
|
67130
|
-
VPicker: typeof import('vuetify/labs/components')['VPicker']
|
67131
|
-
VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
|
67132
67130
|
VNumberInput: typeof import('vuetify/labs/components')['VNumberInput']
|
67133
|
-
VTreeview: typeof import('vuetify/labs/components')['VTreeview']
|
67134
|
-
VTreeviewItem: typeof import('vuetify/labs/components')['VTreeviewItem']
|
67135
|
-
VTreeviewGroup: typeof import('vuetify/labs/components')['VTreeviewGroup']
|
67136
67131
|
VFileUpload: typeof import('vuetify/labs/components')['VFileUpload']
|
67137
67132
|
VFileUploadItem: typeof import('vuetify/labs/components')['VFileUploadItem']
|
67133
|
+
VPicker: typeof import('vuetify/labs/components')['VPicker']
|
67134
|
+
VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
|
67138
67135
|
VStepperVertical: typeof import('vuetify/labs/components')['VStepperVertical']
|
67139
67136
|
VStepperVerticalItem: typeof import('vuetify/labs/components')['VStepperVerticalItem']
|
67140
67137
|
VStepperVerticalActions: typeof import('vuetify/labs/components')['VStepperVerticalActions']
|
67138
|
+
VTreeview: typeof import('vuetify/labs/components')['VTreeview']
|
67139
|
+
VTreeviewItem: typeof import('vuetify/labs/components')['VTreeviewItem']
|
67140
|
+
VTreeviewGroup: typeof import('vuetify/labs/components')['VTreeviewGroup']
|
67141
67141
|
VTimePicker: typeof import('vuetify/labs/components')['VTimePicker']
|
67142
67142
|
VTimePickerClock: typeof import('vuetify/labs/components')['VTimePickerClock']
|
67143
67143
|
VTimePickerControls: typeof import('vuetify/labs/components')['VTimePickerControls']
|
67144
67144
|
VDateInput: typeof import('vuetify/labs/components')['VDateInput']
|
67145
|
-
VSnackbarQueue: typeof import('vuetify/labs/components')['VSnackbarQueue']
|
67146
67145
|
VPullToRefresh: typeof import('vuetify/labs/components')['VPullToRefresh']
|
67146
|
+
VSnackbarQueue: typeof import('vuetify/labs/components')['VSnackbarQueue']
|
67147
67147
|
}
|
67148
67148
|
}
|
package/dist/vuetify.esm.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* Vuetify v3.7.13-master.2025-02-
|
2
|
+
* Vuetify v3.7.13-master.2025-02-21
|
3
3
|
* Forged by John Leider
|
4
4
|
* Released under the MIT License.
|
5
5
|
*/
|
@@ -28416,7 +28416,7 @@ function createVuetify$1() {
|
|
28416
28416
|
goTo
|
28417
28417
|
};
|
28418
28418
|
}
|
28419
|
-
const version$1 = "3.7.13-master.2025-02-
|
28419
|
+
const version$1 = "3.7.13-master.2025-02-21";
|
28420
28420
|
createVuetify$1.version = version$1;
|
28421
28421
|
|
28422
28422
|
// Vue's inject() can only be used in setup
|
@@ -28441,7 +28441,7 @@ const createVuetify = function () {
|
|
28441
28441
|
...options
|
28442
28442
|
});
|
28443
28443
|
};
|
28444
|
-
const version = "3.7.13-master.2025-02-
|
28444
|
+
const version = "3.7.13-master.2025-02-21";
|
28445
28445
|
createVuetify.version = version;
|
28446
28446
|
|
28447
28447
|
export { index as blueprints, components, createVuetify, directives, useDate, useDefaults, useDisplay, useGoTo, useLayout, useLocale, useRtl, useTheme, version };
|
package/dist/vuetify.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* Vuetify v3.7.13-master.2025-02-
|
2
|
+
* Vuetify v3.7.13-master.2025-02-21
|
3
3
|
* Forged by John Leider
|
4
4
|
* Released under the MIT License.
|
5
5
|
*/
|
@@ -28420,7 +28420,7 @@
|
|
28420
28420
|
goTo
|
28421
28421
|
};
|
28422
28422
|
}
|
28423
|
-
const version$1 = "3.7.13-master.2025-02-
|
28423
|
+
const version$1 = "3.7.13-master.2025-02-21";
|
28424
28424
|
createVuetify$1.version = version$1;
|
28425
28425
|
|
28426
28426
|
// Vue's inject() can only be used in setup
|
@@ -28445,7 +28445,7 @@
|
|
28445
28445
|
...options
|
28446
28446
|
});
|
28447
28447
|
};
|
28448
|
-
const version = "3.7.13-master.2025-02-
|
28448
|
+
const version = "3.7.13-master.2025-02-21";
|
28449
28449
|
createVuetify.version = version;
|
28450
28450
|
|
28451
28451
|
exports.blueprints = index;
|