@vuetify/nightly 3.7.14-master.2025-02-26 → 3.7.14-master.2025-02-27
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 +6 -3
- package/dist/json/attributes.json +1054 -1054
- package/dist/json/importMap-labs.json +24 -24
- package/dist/json/importMap.json +172 -172
- package/dist/json/web-types.json +2097 -2097
- package/dist/vuetify-labs.css +4121 -4121
- 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 +4337 -4337
- package/dist/vuetify.d.ts +59 -59
- 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 +59 -59
- package/package.json +1 -1
package/dist/vuetify.d.ts
CHANGED
@@ -66957,79 +66957,76 @@ declare module 'vue' {
|
|
66957
66957
|
$children?: VNodeChild
|
66958
66958
|
}
|
66959
66959
|
export interface GlobalComponents {
|
66960
|
-
VApp: typeof import('vuetify/components')['VApp']
|
66961
|
-
VAlert: typeof import('vuetify/components')['VAlert']
|
66962
|
-
VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
|
66963
66960
|
VAppBar: typeof import('vuetify/components')['VAppBar']
|
66964
66961
|
VAppBarNavIcon: typeof import('vuetify/components')['VAppBarNavIcon']
|
66965
66962
|
VAppBarTitle: typeof import('vuetify/components')['VAppBarTitle']
|
66963
|
+
VApp: typeof import('vuetify/components')['VApp']
|
66964
|
+
VAlert: typeof import('vuetify/components')['VAlert']
|
66965
|
+
VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
|
66966
66966
|
VAvatar: typeof import('vuetify/components')['VAvatar']
|
66967
|
-
VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
|
66968
|
-
VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
|
66969
|
-
VBadge: typeof import('vuetify/components')['VBadge']
|
66970
66967
|
VBanner: typeof import('vuetify/components')['VBanner']
|
66971
66968
|
VBannerActions: typeof import('vuetify/components')['VBannerActions']
|
66972
66969
|
VBannerText: typeof import('vuetify/components')['VBannerText']
|
66970
|
+
VBadge: typeof import('vuetify/components')['VBadge']
|
66973
66971
|
VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
|
66974
|
-
VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
|
66975
|
-
VCarousel: typeof import('vuetify/components')['VCarousel']
|
66976
|
-
VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
|
66977
66972
|
VBtn: typeof import('vuetify/components')['VBtn']
|
66978
66973
|
VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
|
66979
66974
|
VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
|
66980
66975
|
VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
|
66981
|
-
|
66982
|
-
|
66976
|
+
VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
|
66977
|
+
VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
|
66978
|
+
VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
|
66979
|
+
VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
|
66980
|
+
VChipGroup: typeof import('vuetify/components')['VChipGroup']
|
66983
66981
|
VCard: typeof import('vuetify/components')['VCard']
|
66984
66982
|
VCardActions: typeof import('vuetify/components')['VCardActions']
|
66985
66983
|
VCardItem: typeof import('vuetify/components')['VCardItem']
|
66986
66984
|
VCardSubtitle: typeof import('vuetify/components')['VCardSubtitle']
|
66987
66985
|
VCardText: typeof import('vuetify/components')['VCardText']
|
66988
66986
|
VCardTitle: typeof import('vuetify/components')['VCardTitle']
|
66989
|
-
VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
|
66990
|
-
VColorPicker: typeof import('vuetify/components')['VColorPicker']
|
66991
66987
|
VChip: typeof import('vuetify/components')['VChip']
|
66988
|
+
VColorPicker: typeof import('vuetify/components')['VColorPicker']
|
66989
|
+
VCode: typeof import('vuetify/components')['VCode']
|
66992
66990
|
VCounter: typeof import('vuetify/components')['VCounter']
|
66993
|
-
VChipGroup: typeof import('vuetify/components')['VChipGroup']
|
66994
66991
|
VDatePicker: typeof import('vuetify/components')['VDatePicker']
|
66995
66992
|
VDatePickerControls: typeof import('vuetify/components')['VDatePickerControls']
|
66996
66993
|
VDatePickerHeader: typeof import('vuetify/components')['VDatePickerHeader']
|
66997
66994
|
VDatePickerMonth: typeof import('vuetify/components')['VDatePickerMonth']
|
66998
66995
|
VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
|
66999
66996
|
VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
|
67000
|
-
VCode: typeof import('vuetify/components')['VCode']
|
67001
|
-
VCombobox: typeof import('vuetify/components')['VCombobox']
|
67002
|
-
VDataTable: typeof import('vuetify/components')['VDataTable']
|
67003
|
-
VDataTableHeaders: typeof import('vuetify/components')['VDataTableHeaders']
|
67004
|
-
VDataTableFooter: typeof import('vuetify/components')['VDataTableFooter']
|
67005
|
-
VDataTableRows: typeof import('vuetify/components')['VDataTableRows']
|
67006
|
-
VDataTableRow: typeof import('vuetify/components')['VDataTableRow']
|
67007
|
-
VDataTableVirtual: typeof import('vuetify/components')['VDataTableVirtual']
|
67008
|
-
VDataTableServer: typeof import('vuetify/components')['VDataTableServer']
|
67009
|
-
VDivider: typeof import('vuetify/components')['VDivider']
|
67010
66997
|
VDialog: typeof import('vuetify/components')['VDialog']
|
67011
66998
|
VEmptyState: typeof import('vuetify/components')['VEmptyState']
|
67012
|
-
|
67013
|
-
|
67014
|
-
VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
|
66999
|
+
VCheckbox: typeof import('vuetify/components')['VCheckbox']
|
67000
|
+
VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
|
67015
67001
|
VExpansionPanels: typeof import('vuetify/components')['VExpansionPanels']
|
67016
67002
|
VExpansionPanel: typeof import('vuetify/components')['VExpansionPanel']
|
67017
67003
|
VExpansionPanelText: typeof import('vuetify/components')['VExpansionPanelText']
|
67018
67004
|
VExpansionPanelTitle: typeof import('vuetify/components')['VExpansionPanelTitle']
|
67005
|
+
VDivider: typeof import('vuetify/components')['VDivider']
|
67019
67006
|
VFooter: typeof import('vuetify/components')['VFooter']
|
67007
|
+
VField: typeof import('vuetify/components')['VField']
|
67008
|
+
VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
|
67009
|
+
VFab: typeof import('vuetify/components')['VFab']
|
67020
67010
|
VFileInput: typeof import('vuetify/components')['VFileInput']
|
67021
|
-
|
67011
|
+
VCombobox: typeof import('vuetify/components')['VCombobox']
|
67022
67012
|
VIcon: typeof import('vuetify/components')['VIcon']
|
67023
67013
|
VComponentIcon: typeof import('vuetify/components')['VComponentIcon']
|
67024
67014
|
VSvgIcon: typeof import('vuetify/components')['VSvgIcon']
|
67025
67015
|
VLigatureIcon: typeof import('vuetify/components')['VLigatureIcon']
|
67026
67016
|
VClassIcon: typeof import('vuetify/components')['VClassIcon']
|
67017
|
+
VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
|
67018
|
+
VDataTable: typeof import('vuetify/components')['VDataTable']
|
67019
|
+
VDataTableHeaders: typeof import('vuetify/components')['VDataTableHeaders']
|
67020
|
+
VDataTableFooter: typeof import('vuetify/components')['VDataTableFooter']
|
67021
|
+
VDataTableRows: typeof import('vuetify/components')['VDataTableRows']
|
67022
|
+
VDataTableRow: typeof import('vuetify/components')['VDataTableRow']
|
67023
|
+
VDataTableVirtual: typeof import('vuetify/components')['VDataTableVirtual']
|
67024
|
+
VDataTableServer: typeof import('vuetify/components')['VDataTableServer']
|
67025
|
+
VCarousel: typeof import('vuetify/components')['VCarousel']
|
67026
|
+
VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
|
67027
67027
|
VImg: typeof import('vuetify/components')['VImg']
|
67028
|
-
VKbd: typeof import('vuetify/components')['VKbd']
|
67029
67028
|
VItemGroup: typeof import('vuetify/components')['VItemGroup']
|
67030
67029
|
VItem: typeof import('vuetify/components')['VItem']
|
67031
|
-
VInput: typeof import('vuetify/components')['VInput']
|
67032
|
-
VLabel: typeof import('vuetify/components')['VLabel']
|
67033
67030
|
VList: typeof import('vuetify/components')['VList']
|
67034
67031
|
VListGroup: typeof import('vuetify/components')['VListGroup']
|
67035
67032
|
VListImg: typeof import('vuetify/components')['VListImg']
|
@@ -67039,68 +67036,71 @@ declare module 'vue' {
|
|
67039
67036
|
VListItemSubtitle: typeof import('vuetify/components')['VListItemSubtitle']
|
67040
67037
|
VListItemTitle: typeof import('vuetify/components')['VListItemTitle']
|
67041
67038
|
VListSubheader: typeof import('vuetify/components')['VListSubheader']
|
67039
|
+
VInput: typeof import('vuetify/components')['VInput']
|
67042
67040
|
VMain: typeof import('vuetify/components')['VMain']
|
67043
|
-
|
67041
|
+
VLabel: typeof import('vuetify/components')['VLabel']
|
67042
|
+
VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
|
67044
67043
|
VMenu: typeof import('vuetify/components')['VMenu']
|
67045
|
-
|
67046
|
-
VOverlay: typeof import('vuetify/components')['VOverlay']
|
67044
|
+
VKbd: typeof import('vuetify/components')['VKbd']
|
67047
67045
|
VOtpInput: typeof import('vuetify/components')['VOtpInput']
|
67048
|
-
|
67049
|
-
|
67050
|
-
VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
|
67046
|
+
VOverlay: typeof import('vuetify/components')['VOverlay']
|
67047
|
+
VPagination: typeof import('vuetify/components')['VPagination']
|
67051
67048
|
VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
|
67052
|
-
|
67049
|
+
VMessages: typeof import('vuetify/components')['VMessages']
|
67050
|
+
VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
|
67053
67051
|
VRating: typeof import('vuetify/components')['VRating']
|
67052
|
+
VSelect: typeof import('vuetify/components')['VSelect']
|
67054
67053
|
VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
|
67055
|
-
|
67054
|
+
VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
|
67055
|
+
VSheet: typeof import('vuetify/components')['VSheet']
|
67056
67056
|
VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
|
67057
67057
|
VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
|
67058
67058
|
VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
|
67059
|
-
|
67059
|
+
VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
|
67060
|
+
VSlider: typeof import('vuetify/components')['VSlider']
|
67060
67061
|
VStepper: typeof import('vuetify/components')['VStepper']
|
67061
67062
|
VStepperActions: typeof import('vuetify/components')['VStepperActions']
|
67062
67063
|
VStepperHeader: typeof import('vuetify/components')['VStepperHeader']
|
67063
67064
|
VStepperItem: typeof import('vuetify/components')['VStepperItem']
|
67064
67065
|
VStepperWindow: typeof import('vuetify/components')['VStepperWindow']
|
67065
67066
|
VStepperWindowItem: typeof import('vuetify/components')['VStepperWindowItem']
|
67066
|
-
VSlider: typeof import('vuetify/components')['VSlider']
|
67067
|
-
VSnackbar: typeof import('vuetify/components')['VSnackbar']
|
67068
67067
|
VSwitch: typeof import('vuetify/components')['VSwitch']
|
67069
|
-
|
67068
|
+
VSystemBar: typeof import('vuetify/components')['VSystemBar']
|
67070
67069
|
VTab: typeof import('vuetify/components')['VTab']
|
67071
67070
|
VTabs: typeof import('vuetify/components')['VTabs']
|
67072
67071
|
VTabsWindow: typeof import('vuetify/components')['VTabsWindow']
|
67073
67072
|
VTabsWindowItem: typeof import('vuetify/components')['VTabsWindowItem']
|
67073
|
+
VTable: typeof import('vuetify/components')['VTable']
|
67074
67074
|
VTextField: typeof import('vuetify/components')['VTextField']
|
67075
|
+
VTextarea: typeof import('vuetify/components')['VTextarea']
|
67076
|
+
VSnackbar: typeof import('vuetify/components')['VSnackbar']
|
67077
|
+
VTooltip: typeof import('vuetify/components')['VTooltip']
|
67075
67078
|
VToolbar: typeof import('vuetify/components')['VToolbar']
|
67076
67079
|
VToolbarTitle: typeof import('vuetify/components')['VToolbarTitle']
|
67077
67080
|
VToolbarItems: typeof import('vuetify/components')['VToolbarItems']
|
67078
|
-
VSystemBar: typeof import('vuetify/components')['VSystemBar']
|
67079
|
-
VTextarea: typeof import('vuetify/components')['VTextarea']
|
67080
67081
|
VWindow: typeof import('vuetify/components')['VWindow']
|
67081
67082
|
VWindowItem: typeof import('vuetify/components')['VWindowItem']
|
67082
|
-
VTooltip: typeof import('vuetify/components')['VTooltip']
|
67083
67083
|
VTimeline: typeof import('vuetify/components')['VTimeline']
|
67084
67084
|
VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
|
67085
|
-
VConfirmEdit: typeof import('vuetify/components')['VConfirmEdit']
|
67086
67085
|
VDataIterator: typeof import('vuetify/components')['VDataIterator']
|
67086
|
+
VConfirmEdit: typeof import('vuetify/components')['VConfirmEdit']
|
67087
67087
|
VDefaultsProvider: typeof import('vuetify/components')['VDefaultsProvider']
|
67088
|
+
VForm: typeof import('vuetify/components')['VForm']
|
67089
|
+
VHover: typeof import('vuetify/components')['VHover']
|
67088
67090
|
VContainer: typeof import('vuetify/components')['VContainer']
|
67089
67091
|
VCol: typeof import('vuetify/components')['VCol']
|
67090
67092
|
VRow: typeof import('vuetify/components')['VRow']
|
67091
67093
|
VSpacer: typeof import('vuetify/components')['VSpacer']
|
67092
|
-
|
67093
|
-
VHover: typeof import('vuetify/components')['VHover']
|
67094
|
+
VLazy: typeof import('vuetify/components')['VLazy']
|
67094
67095
|
VLayout: typeof import('vuetify/components')['VLayout']
|
67095
67096
|
VLayoutItem: typeof import('vuetify/components')['VLayoutItem']
|
67096
|
-
VLazy: typeof import('vuetify/components')['VLazy']
|
67097
|
-
VNoSsr: typeof import('vuetify/components')['VNoSsr']
|
67098
67097
|
VLocaleProvider: typeof import('vuetify/components')['VLocaleProvider']
|
67098
|
+
VNoSsr: typeof import('vuetify/components')['VNoSsr']
|
67099
67099
|
VParallax: typeof import('vuetify/components')['VParallax']
|
67100
|
-
VRadio: typeof import('vuetify/components')['VRadio']
|
67101
67100
|
VRangeSlider: typeof import('vuetify/components')['VRangeSlider']
|
67102
|
-
VResponsive: typeof import('vuetify/components')['VResponsive']
|
67103
67101
|
VSparkline: typeof import('vuetify/components')['VSparkline']
|
67102
|
+
VResponsive: typeof import('vuetify/components')['VResponsive']
|
67103
|
+
VRadio: typeof import('vuetify/components')['VRadio']
|
67104
67104
|
VSpeedDial: typeof import('vuetify/components')['VSpeedDial']
|
67105
67105
|
VThemeProvider: typeof import('vuetify/components')['VThemeProvider']
|
67106
67106
|
VValidation: typeof import('vuetify/components')['VValidation']
|
@@ -67121,6 +67121,7 @@ declare module 'vue' {
|
|
67121
67121
|
VExpandTransition: typeof import('vuetify/components')['VExpandTransition']
|
67122
67122
|
VExpandXTransition: typeof import('vuetify/components')['VExpandXTransition']
|
67123
67123
|
VDialogTransition: typeof import('vuetify/components')['VDialogTransition']
|
67124
|
+
VNumberInput: typeof import('vuetify/labs/components')['VNumberInput']
|
67124
67125
|
VFileUpload: typeof import('vuetify/labs/components')['VFileUpload']
|
67125
67126
|
VFileUploadItem: typeof import('vuetify/labs/components')['VFileUploadItem']
|
67126
67127
|
VCalendar: typeof import('vuetify/labs/components')['VCalendar']
|
@@ -67129,18 +67130,17 @@ declare module 'vue' {
|
|
67129
67130
|
VCalendarInterval: typeof import('vuetify/labs/components')['VCalendarInterval']
|
67130
67131
|
VCalendarIntervalEvent: typeof import('vuetify/labs/components')['VCalendarIntervalEvent']
|
67131
67132
|
VCalendarMonthDay: typeof import('vuetify/labs/components')['VCalendarMonthDay']
|
67132
|
-
VTimePicker: typeof import('vuetify/labs/components')['VTimePicker']
|
67133
|
-
VTimePickerClock: typeof import('vuetify/labs/components')['VTimePickerClock']
|
67134
|
-
VTimePickerControls: typeof import('vuetify/labs/components')['VTimePickerControls']
|
67135
|
-
VPicker: typeof import('vuetify/labs/components')['VPicker']
|
67136
|
-
VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
|
67137
67133
|
VStepperVertical: typeof import('vuetify/labs/components')['VStepperVertical']
|
67138
67134
|
VStepperVerticalItem: typeof import('vuetify/labs/components')['VStepperVerticalItem']
|
67139
67135
|
VStepperVerticalActions: typeof import('vuetify/labs/components')['VStepperVerticalActions']
|
67140
|
-
VNumberInput: typeof import('vuetify/labs/components')['VNumberInput']
|
67141
67136
|
VTreeview: typeof import('vuetify/labs/components')['VTreeview']
|
67142
67137
|
VTreeviewItem: typeof import('vuetify/labs/components')['VTreeviewItem']
|
67143
67138
|
VTreeviewGroup: typeof import('vuetify/labs/components')['VTreeviewGroup']
|
67139
|
+
VTimePicker: typeof import('vuetify/labs/components')['VTimePicker']
|
67140
|
+
VTimePickerClock: typeof import('vuetify/labs/components')['VTimePickerClock']
|
67141
|
+
VTimePickerControls: typeof import('vuetify/labs/components')['VTimePickerControls']
|
67142
|
+
VPicker: typeof import('vuetify/labs/components')['VPicker']
|
67143
|
+
VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
|
67144
67144
|
VDateInput: typeof import('vuetify/labs/components')['VDateInput']
|
67145
67145
|
VSnackbarQueue: typeof import('vuetify/labs/components')['VSnackbarQueue']
|
67146
67146
|
VPullToRefresh: typeof import('vuetify/labs/components')['VPullToRefresh']
|
package/dist/vuetify.esm.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* Vuetify v3.7.14-master.2025-02-
|
2
|
+
* Vuetify v3.7.14-master.2025-02-27
|
3
3
|
* Forged by John Leider
|
4
4
|
* Released under the MIT License.
|
5
5
|
*/
|
@@ -28414,7 +28414,7 @@ function createVuetify$1() {
|
|
28414
28414
|
goTo
|
28415
28415
|
};
|
28416
28416
|
}
|
28417
|
-
const version$1 = "3.7.14-master.2025-02-
|
28417
|
+
const version$1 = "3.7.14-master.2025-02-27";
|
28418
28418
|
createVuetify$1.version = version$1;
|
28419
28419
|
|
28420
28420
|
// Vue's inject() can only be used in setup
|
@@ -28439,7 +28439,7 @@ const createVuetify = function () {
|
|
28439
28439
|
...options
|
28440
28440
|
});
|
28441
28441
|
};
|
28442
|
-
const version = "3.7.14-master.2025-02-
|
28442
|
+
const version = "3.7.14-master.2025-02-27";
|
28443
28443
|
createVuetify.version = version;
|
28444
28444
|
|
28445
28445
|
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.14-master.2025-02-
|
2
|
+
* Vuetify v3.7.14-master.2025-02-27
|
3
3
|
* Forged by John Leider
|
4
4
|
* Released under the MIT License.
|
5
5
|
*/
|
@@ -28418,7 +28418,7 @@
|
|
28418
28418
|
goTo
|
28419
28419
|
};
|
28420
28420
|
}
|
28421
|
-
const version$1 = "3.7.14-master.2025-02-
|
28421
|
+
const version$1 = "3.7.14-master.2025-02-27";
|
28422
28422
|
createVuetify$1.version = version$1;
|
28423
28423
|
|
28424
28424
|
// Vue's inject() can only be used in setup
|
@@ -28443,7 +28443,7 @@
|
|
28443
28443
|
...options
|
28444
28444
|
});
|
28445
28445
|
};
|
28446
|
-
const version = "3.7.14-master.2025-02-
|
28446
|
+
const version = "3.7.14-master.2025-02-27";
|
28447
28447
|
createVuetify.version = version;
|
28448
28448
|
|
28449
28449
|
exports.blueprints = index;
|