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