@vuetify/nightly 3.7.11-master.2025-02-07 → 3.7.11-master.2025-02-08
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 +4 -3
- package/dist/json/attributes.json +3366 -3366
- package/dist/json/importMap-labs.json +28 -28
- package/dist/json/importMap.json +170 -170
- package/dist/json/web-types.json +6055 -6055
- package/dist/vuetify-labs.css +5491 -5491
- package/dist/vuetify-labs.esm.js +3 -3
- package/dist/vuetify-labs.js +3 -3
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +4326 -4326
- package/dist/vuetify.d.ts +55 -55
- 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 +55 -55
- package/package.json +1 -1
package/dist/vuetify.d.ts
CHANGED
@@ -66948,49 +66948,41 @@ declare module 'vue' {
|
|
66948
66948
|
$children?: VNodeChild
|
66949
66949
|
}
|
66950
66950
|
export interface GlobalComponents {
|
66951
|
-
VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
|
66952
66951
|
VApp: typeof import('vuetify/components')['VApp']
|
66952
|
+
VAvatar: typeof import('vuetify/components')['VAvatar']
|
66953
|
+
VAlert: typeof import('vuetify/components')['VAlert']
|
66954
|
+
VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
|
66953
66955
|
VAppBar: typeof import('vuetify/components')['VAppBar']
|
66954
66956
|
VAppBarNavIcon: typeof import('vuetify/components')['VAppBarNavIcon']
|
66955
66957
|
VAppBarTitle: typeof import('vuetify/components')['VAppBarTitle']
|
66956
|
-
|
66957
|
-
|
66958
|
+
VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
|
66959
|
+
VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
|
66960
|
+
VBadge: typeof import('vuetify/components')['VBadge']
|
66958
66961
|
VBanner: typeof import('vuetify/components')['VBanner']
|
66959
66962
|
VBannerActions: typeof import('vuetify/components')['VBannerActions']
|
66960
66963
|
VBannerText: typeof import('vuetify/components')['VBannerText']
|
66961
|
-
VBadge: typeof import('vuetify/components')['VBadge']
|
66962
|
-
VAvatar: typeof import('vuetify/components')['VAvatar']
|
66963
|
-
VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
|
66964
|
-
VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
|
66965
|
-
VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
|
66966
66964
|
VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
|
66967
66965
|
VBtn: typeof import('vuetify/components')['VBtn']
|
66968
|
-
|
66966
|
+
VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
|
66969
66967
|
VCarousel: typeof import('vuetify/components')['VCarousel']
|
66970
66968
|
VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
|
66971
|
-
VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
|
66972
|
-
VCheckbox: typeof import('vuetify/components')['VCheckbox']
|
66973
|
-
VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
|
66974
|
-
VColorPicker: typeof import('vuetify/components')['VColorPicker']
|
66975
|
-
VCode: typeof import('vuetify/components')['VCode']
|
66976
|
-
VChipGroup: typeof import('vuetify/components')['VChipGroup']
|
66977
66969
|
VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
|
66978
|
-
VCombobox: typeof import('vuetify/components')['VCombobox']
|
66979
|
-
VDatePicker: typeof import('vuetify/components')['VDatePicker']
|
66980
|
-
VDatePickerControls: typeof import('vuetify/components')['VDatePickerControls']
|
66981
|
-
VDatePickerHeader: typeof import('vuetify/components')['VDatePickerHeader']
|
66982
|
-
VDatePickerMonth: typeof import('vuetify/components')['VDatePickerMonth']
|
66983
|
-
VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
|
66984
|
-
VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
|
66985
66970
|
VCard: typeof import('vuetify/components')['VCard']
|
66986
66971
|
VCardActions: typeof import('vuetify/components')['VCardActions']
|
66987
66972
|
VCardItem: typeof import('vuetify/components')['VCardItem']
|
66988
66973
|
VCardSubtitle: typeof import('vuetify/components')['VCardSubtitle']
|
66989
66974
|
VCardText: typeof import('vuetify/components')['VCardText']
|
66990
66975
|
VCardTitle: typeof import('vuetify/components')['VCardTitle']
|
66976
|
+
VChipGroup: typeof import('vuetify/components')['VChipGroup']
|
66977
|
+
VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
|
66978
|
+
VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
|
66979
|
+
VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
|
66991
66980
|
VChip: typeof import('vuetify/components')['VChip']
|
66981
|
+
VCode: typeof import('vuetify/components')['VCode']
|
66982
|
+
VCheckbox: typeof import('vuetify/components')['VCheckbox']
|
66983
|
+
VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
|
66984
|
+
VColorPicker: typeof import('vuetify/components')['VColorPicker']
|
66992
66985
|
VCounter: typeof import('vuetify/components')['VCounter']
|
66993
|
-
VDialog: typeof import('vuetify/components')['VDialog']
|
66994
66986
|
VDataTable: typeof import('vuetify/components')['VDataTable']
|
66995
66987
|
VDataTableHeaders: typeof import('vuetify/components')['VDataTableHeaders']
|
66996
66988
|
VDataTableFooter: typeof import('vuetify/components')['VDataTableFooter']
|
@@ -66998,15 +66990,23 @@ declare module 'vue' {
|
|
66998
66990
|
VDataTableRow: typeof import('vuetify/components')['VDataTableRow']
|
66999
66991
|
VDataTableVirtual: typeof import('vuetify/components')['VDataTableVirtual']
|
67000
66992
|
VDataTableServer: typeof import('vuetify/components')['VDataTableServer']
|
66993
|
+
VDatePicker: typeof import('vuetify/components')['VDatePicker']
|
66994
|
+
VDatePickerControls: typeof import('vuetify/components')['VDatePickerControls']
|
66995
|
+
VDatePickerHeader: typeof import('vuetify/components')['VDatePickerHeader']
|
66996
|
+
VDatePickerMonth: typeof import('vuetify/components')['VDatePickerMonth']
|
66997
|
+
VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
|
66998
|
+
VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
|
66999
|
+
VCombobox: typeof import('vuetify/components')['VCombobox']
|
67000
|
+
VDialog: typeof import('vuetify/components')['VDialog']
|
67001
67001
|
VDivider: typeof import('vuetify/components')['VDivider']
|
67002
67002
|
VEmptyState: typeof import('vuetify/components')['VEmptyState']
|
67003
|
+
VField: typeof import('vuetify/components')['VField']
|
67004
|
+
VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
|
67003
67005
|
VFab: typeof import('vuetify/components')['VFab']
|
67004
67006
|
VExpansionPanels: typeof import('vuetify/components')['VExpansionPanels']
|
67005
67007
|
VExpansionPanel: typeof import('vuetify/components')['VExpansionPanel']
|
67006
67008
|
VExpansionPanelText: typeof import('vuetify/components')['VExpansionPanelText']
|
67007
67009
|
VExpansionPanelTitle: typeof import('vuetify/components')['VExpansionPanelTitle']
|
67008
|
-
VField: typeof import('vuetify/components')['VField']
|
67009
|
-
VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
|
67010
67010
|
VFileInput: typeof import('vuetify/components')['VFileInput']
|
67011
67011
|
VFooter: typeof import('vuetify/components')['VFooter']
|
67012
67012
|
VIcon: typeof import('vuetify/components')['VIcon']
|
@@ -67014,12 +67014,10 @@ declare module 'vue' {
|
|
67014
67014
|
VSvgIcon: typeof import('vuetify/components')['VSvgIcon']
|
67015
67015
|
VLigatureIcon: typeof import('vuetify/components')['VLigatureIcon']
|
67016
67016
|
VClassIcon: typeof import('vuetify/components')['VClassIcon']
|
67017
|
-
VItemGroup: typeof import('vuetify/components')['VItemGroup']
|
67018
|
-
VItem: typeof import('vuetify/components')['VItem']
|
67019
|
-
VInput: typeof import('vuetify/components')['VInput']
|
67020
|
-
VKbd: typeof import('vuetify/components')['VKbd']
|
67021
67017
|
VImg: typeof import('vuetify/components')['VImg']
|
67022
67018
|
VLabel: typeof import('vuetify/components')['VLabel']
|
67019
|
+
VInput: typeof import('vuetify/components')['VInput']
|
67020
|
+
VKbd: typeof import('vuetify/components')['VKbd']
|
67023
67021
|
VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
|
67024
67022
|
VList: typeof import('vuetify/components')['VList']
|
67025
67023
|
VListGroup: typeof import('vuetify/components')['VListGroup']
|
@@ -67030,47 +67028,49 @@ declare module 'vue' {
|
|
67030
67028
|
VListItemSubtitle: typeof import('vuetify/components')['VListItemSubtitle']
|
67031
67029
|
VListItemTitle: typeof import('vuetify/components')['VListItemTitle']
|
67032
67030
|
VListSubheader: typeof import('vuetify/components')['VListSubheader']
|
67031
|
+
VItemGroup: typeof import('vuetify/components')['VItemGroup']
|
67032
|
+
VItem: typeof import('vuetify/components')['VItem']
|
67033
67033
|
VMain: typeof import('vuetify/components')['VMain']
|
67034
|
-
VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
|
67035
|
-
VMenu: typeof import('vuetify/components')['VMenu']
|
67036
67034
|
VMessages: typeof import('vuetify/components')['VMessages']
|
67035
|
+
VMenu: typeof import('vuetify/components')['VMenu']
|
67037
67036
|
VOverlay: typeof import('vuetify/components')['VOverlay']
|
67037
|
+
VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
|
67038
67038
|
VOtpInput: typeof import('vuetify/components')['VOtpInput']
|
67039
67039
|
VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
|
67040
67040
|
VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
|
67041
|
+
VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
|
67041
67042
|
VRating: typeof import('vuetify/components')['VRating']
|
67042
67043
|
VPagination: typeof import('vuetify/components')['VPagination']
|
67043
|
-
VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
|
67044
|
-
VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
|
67045
|
-
VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
|
67046
67044
|
VSelect: typeof import('vuetify/components')['VSelect']
|
67045
|
+
VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
|
67047
67046
|
VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
|
67048
67047
|
VSheet: typeof import('vuetify/components')['VSheet']
|
67049
|
-
|
67050
|
-
VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
|
67051
|
-
VSlider: typeof import('vuetify/components')['VSlider']
|
67052
|
-
VSwitch: typeof import('vuetify/components')['VSwitch']
|
67053
|
-
VSnackbar: typeof import('vuetify/components')['VSnackbar']
|
67048
|
+
VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
|
67054
67049
|
VStepper: typeof import('vuetify/components')['VStepper']
|
67055
67050
|
VStepperActions: typeof import('vuetify/components')['VStepperActions']
|
67056
67051
|
VStepperHeader: typeof import('vuetify/components')['VStepperHeader']
|
67057
67052
|
VStepperItem: typeof import('vuetify/components')['VStepperItem']
|
67058
67053
|
VStepperWindow: typeof import('vuetify/components')['VStepperWindow']
|
67059
67054
|
VStepperWindowItem: typeof import('vuetify/components')['VStepperWindowItem']
|
67055
|
+
VSystemBar: typeof import('vuetify/components')['VSystemBar']
|
67056
|
+
VTable: typeof import('vuetify/components')['VTable']
|
67057
|
+
VSnackbar: typeof import('vuetify/components')['VSnackbar']
|
67058
|
+
VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
|
67059
|
+
VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
|
67060
67060
|
VTab: typeof import('vuetify/components')['VTab']
|
67061
67061
|
VTabs: typeof import('vuetify/components')['VTabs']
|
67062
67062
|
VTabsWindow: typeof import('vuetify/components')['VTabsWindow']
|
67063
67063
|
VTabsWindowItem: typeof import('vuetify/components')['VTabsWindowItem']
|
67064
|
-
|
67065
|
-
|
67064
|
+
VSwitch: typeof import('vuetify/components')['VSwitch']
|
67065
|
+
VTextField: typeof import('vuetify/components')['VTextField']
|
67066
67066
|
VTextarea: typeof import('vuetify/components')['VTextarea']
|
67067
|
+
VSlider: typeof import('vuetify/components')['VSlider']
|
67068
|
+
VTooltip: typeof import('vuetify/components')['VTooltip']
|
67067
67069
|
VToolbar: typeof import('vuetify/components')['VToolbar']
|
67068
67070
|
VToolbarTitle: typeof import('vuetify/components')['VToolbarTitle']
|
67069
67071
|
VToolbarItems: typeof import('vuetify/components')['VToolbarItems']
|
67070
67072
|
VTimeline: typeof import('vuetify/components')['VTimeline']
|
67071
67073
|
VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
|
67072
|
-
VTooltip: typeof import('vuetify/components')['VTooltip']
|
67073
|
-
VTextField: typeof import('vuetify/components')['VTextField']
|
67074
67074
|
VWindow: typeof import('vuetify/components')['VWindow']
|
67075
67075
|
VWindowItem: typeof import('vuetify/components')['VWindowItem']
|
67076
67076
|
VConfirmEdit: typeof import('vuetify/components')['VConfirmEdit']
|
@@ -67082,19 +67082,18 @@ declare module 'vue' {
|
|
67082
67082
|
VRow: typeof import('vuetify/components')['VRow']
|
67083
67083
|
VSpacer: typeof import('vuetify/components')['VSpacer']
|
67084
67084
|
VHover: typeof import('vuetify/components')['VHover']
|
67085
|
+
VLazy: typeof import('vuetify/components')['VLazy']
|
67085
67086
|
VLayout: typeof import('vuetify/components')['VLayout']
|
67086
67087
|
VLayoutItem: typeof import('vuetify/components')['VLayoutItem']
|
67087
67088
|
VLocaleProvider: typeof import('vuetify/components')['VLocaleProvider']
|
67088
|
-
VLazy: typeof import('vuetify/components')['VLazy']
|
67089
67089
|
VNoSsr: typeof import('vuetify/components')['VNoSsr']
|
67090
|
-
VRangeSlider: typeof import('vuetify/components')['VRangeSlider']
|
67091
|
-
VParallax: typeof import('vuetify/components')['VParallax']
|
67092
67090
|
VRadio: typeof import('vuetify/components')['VRadio']
|
67093
|
-
|
67091
|
+
VParallax: typeof import('vuetify/components')['VParallax']
|
67092
|
+
VRangeSlider: typeof import('vuetify/components')['VRangeSlider']
|
67094
67093
|
VResponsive: typeof import('vuetify/components')['VResponsive']
|
67094
|
+
VSparkline: typeof import('vuetify/components')['VSparkline']
|
67095
67095
|
VSpeedDial: typeof import('vuetify/components')['VSpeedDial']
|
67096
67096
|
VThemeProvider: typeof import('vuetify/components')['VThemeProvider']
|
67097
|
-
VVirtualScroll: typeof import('vuetify/components')['VVirtualScroll']
|
67098
67097
|
VValidation: typeof import('vuetify/components')['VValidation']
|
67099
67098
|
VFabTransition: typeof import('vuetify/components')['VFabTransition']
|
67100
67099
|
VDialogBottomTransition: typeof import('vuetify/components')['VDialogBottomTransition']
|
@@ -67112,28 +67111,29 @@ declare module 'vue' {
|
|
67112
67111
|
VExpandTransition: typeof import('vuetify/components')['VExpandTransition']
|
67113
67112
|
VExpandXTransition: typeof import('vuetify/components')['VExpandXTransition']
|
67114
67113
|
VDialogTransition: typeof import('vuetify/components')['VDialogTransition']
|
67114
|
+
VVirtualScroll: typeof import('vuetify/components')['VVirtualScroll']
|
67115
|
+
VFileUpload: typeof import('vuetify/labs/components')['VFileUpload']
|
67116
|
+
VFileUploadItem: typeof import('vuetify/labs/components')['VFileUploadItem']
|
67115
67117
|
VCalendar: typeof import('vuetify/labs/components')['VCalendar']
|
67116
67118
|
VCalendarDay: typeof import('vuetify/labs/components')['VCalendarDay']
|
67117
67119
|
VCalendarHeader: typeof import('vuetify/labs/components')['VCalendarHeader']
|
67118
67120
|
VCalendarInterval: typeof import('vuetify/labs/components')['VCalendarInterval']
|
67119
67121
|
VCalendarIntervalEvent: typeof import('vuetify/labs/components')['VCalendarIntervalEvent']
|
67120
67122
|
VCalendarMonthDay: typeof import('vuetify/labs/components')['VCalendarMonthDay']
|
67121
|
-
VNumberInput: typeof import('vuetify/labs/components')['VNumberInput']
|
67122
|
-
VFileUpload: typeof import('vuetify/labs/components')['VFileUpload']
|
67123
|
-
VFileUploadItem: typeof import('vuetify/labs/components')['VFileUploadItem']
|
67124
|
-
VTimePicker: typeof import('vuetify/labs/components')['VTimePicker']
|
67125
|
-
VTimePickerClock: typeof import('vuetify/labs/components')['VTimePickerClock']
|
67126
|
-
VTimePickerControls: typeof import('vuetify/labs/components')['VTimePickerControls']
|
67127
67123
|
VPicker: typeof import('vuetify/labs/components')['VPicker']
|
67128
67124
|
VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
|
67129
67125
|
VStepperVertical: typeof import('vuetify/labs/components')['VStepperVertical']
|
67130
67126
|
VStepperVerticalItem: typeof import('vuetify/labs/components')['VStepperVerticalItem']
|
67131
67127
|
VStepperVerticalActions: typeof import('vuetify/labs/components')['VStepperVerticalActions']
|
67128
|
+
VNumberInput: typeof import('vuetify/labs/components')['VNumberInput']
|
67129
|
+
VTimePicker: typeof import('vuetify/labs/components')['VTimePicker']
|
67130
|
+
VTimePickerClock: typeof import('vuetify/labs/components')['VTimePickerClock']
|
67131
|
+
VTimePickerControls: typeof import('vuetify/labs/components')['VTimePickerControls']
|
67132
67132
|
VTreeview: typeof import('vuetify/labs/components')['VTreeview']
|
67133
67133
|
VTreeviewItem: typeof import('vuetify/labs/components')['VTreeviewItem']
|
67134
67134
|
VTreeviewGroup: typeof import('vuetify/labs/components')['VTreeviewGroup']
|
67135
67135
|
VDateInput: typeof import('vuetify/labs/components')['VDateInput']
|
67136
|
-
VPullToRefresh: typeof import('vuetify/labs/components')['VPullToRefresh']
|
67137
67136
|
VSnackbarQueue: typeof import('vuetify/labs/components')['VSnackbarQueue']
|
67137
|
+
VPullToRefresh: typeof import('vuetify/labs/components')['VPullToRefresh']
|
67138
67138
|
}
|
67139
67139
|
}
|
package/dist/vuetify.esm.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* Vuetify v3.7.11-master.2025-02-
|
2
|
+
* Vuetify v3.7.11-master.2025-02-08
|
3
3
|
* Forged by John Leider
|
4
4
|
* Released under the MIT License.
|
5
5
|
*/
|
@@ -28383,7 +28383,7 @@ function createVuetify$1() {
|
|
28383
28383
|
goTo
|
28384
28384
|
};
|
28385
28385
|
}
|
28386
|
-
const version$1 = "3.7.11-master.2025-02-
|
28386
|
+
const version$1 = "3.7.11-master.2025-02-08";
|
28387
28387
|
createVuetify$1.version = version$1;
|
28388
28388
|
|
28389
28389
|
// Vue's inject() can only be used in setup
|
@@ -28408,7 +28408,7 @@ const createVuetify = function () {
|
|
28408
28408
|
...options
|
28409
28409
|
});
|
28410
28410
|
};
|
28411
|
-
const version = "3.7.11-master.2025-02-
|
28411
|
+
const version = "3.7.11-master.2025-02-08";
|
28412
28412
|
createVuetify.version = version;
|
28413
28413
|
|
28414
28414
|
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.11-master.2025-02-
|
2
|
+
* Vuetify v3.7.11-master.2025-02-08
|
3
3
|
* Forged by John Leider
|
4
4
|
* Released under the MIT License.
|
5
5
|
*/
|
@@ -28387,7 +28387,7 @@
|
|
28387
28387
|
goTo
|
28388
28388
|
};
|
28389
28389
|
}
|
28390
|
-
const version$1 = "3.7.11-master.2025-02-
|
28390
|
+
const version$1 = "3.7.11-master.2025-02-08";
|
28391
28391
|
createVuetify$1.version = version$1;
|
28392
28392
|
|
28393
28393
|
// Vue's inject() can only be used in setup
|
@@ -28412,7 +28412,7 @@
|
|
28412
28412
|
...options
|
28413
28413
|
});
|
28414
28414
|
};
|
28415
|
-
const version = "3.7.11-master.2025-02-
|
28415
|
+
const version = "3.7.11-master.2025-02-08";
|
28416
28416
|
createVuetify.version = version;
|
28417
28417
|
|
28418
28418
|
exports.blueprints = index;
|