@vuetify/nightly 3.7.11-master.2025-02-11 → 3.7.12-master.2025-02-12
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 +5 -23
- package/dist/json/attributes.json +2945 -2945
- package/dist/json/importMap-labs.json +22 -22
- package/dist/json/importMap.json +140 -140
- package/dist/json/web-types.json +5403 -5403
- package/dist/vuetify-labs.css +3490 -3490
- 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 +4638 -4638
- package/dist/vuetify.d.ts +49 -49
- 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 +49 -49
- package/package.json +1 -1
package/dist/vuetify.d.ts
CHANGED
@@ -66941,35 +66941,35 @@ declare module 'vue' {
|
|
66941
66941
|
VAppBarTitle: typeof import('vuetify/components')['VAppBarTitle']
|
66942
66942
|
VAlert: typeof import('vuetify/components')['VAlert']
|
66943
66943
|
VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
|
66944
|
-
VBadge: typeof import('vuetify/components')['VBadge']
|
66945
|
-
VAvatar: typeof import('vuetify/components')['VAvatar']
|
66946
66944
|
VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
|
66947
|
-
|
66945
|
+
VApp: typeof import('vuetify/components')['VApp']
|
66948
66946
|
VBanner: typeof import('vuetify/components')['VBanner']
|
66949
66947
|
VBannerActions: typeof import('vuetify/components')['VBannerActions']
|
66950
66948
|
VBannerText: typeof import('vuetify/components')['VBannerText']
|
66951
|
-
|
66949
|
+
VBadge: typeof import('vuetify/components')['VBadge']
|
66950
|
+
VAvatar: typeof import('vuetify/components')['VAvatar']
|
66951
|
+
VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
|
66952
66952
|
VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
|
66953
|
+
VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
|
66954
|
+
VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
|
66953
66955
|
VBtn: typeof import('vuetify/components')['VBtn']
|
66956
|
+
VCarousel: typeof import('vuetify/components')['VCarousel']
|
66957
|
+
VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
|
66954
66958
|
VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
|
66955
66959
|
VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
|
66956
66960
|
VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
|
66961
|
+
VChip: typeof import('vuetify/components')['VChip']
|
66962
|
+
VCode: typeof import('vuetify/components')['VCode']
|
66957
66963
|
VCheckbox: typeof import('vuetify/components')['VCheckbox']
|
66958
66964
|
VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
|
66959
|
-
|
66960
|
-
|
66961
|
-
VCarousel: typeof import('vuetify/components')['VCarousel']
|
66962
|
-
VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
|
66965
|
+
VChipGroup: typeof import('vuetify/components')['VChipGroup']
|
66966
|
+
VColorPicker: typeof import('vuetify/components')['VColorPicker']
|
66963
66967
|
VCard: typeof import('vuetify/components')['VCard']
|
66964
66968
|
VCardActions: typeof import('vuetify/components')['VCardActions']
|
66965
66969
|
VCardItem: typeof import('vuetify/components')['VCardItem']
|
66966
66970
|
VCardSubtitle: typeof import('vuetify/components')['VCardSubtitle']
|
66967
66971
|
VCardText: typeof import('vuetify/components')['VCardText']
|
66968
66972
|
VCardTitle: typeof import('vuetify/components')['VCardTitle']
|
66969
|
-
VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
|
66970
|
-
VCode: typeof import('vuetify/components')['VCode']
|
66971
|
-
VColorPicker: typeof import('vuetify/components')['VColorPicker']
|
66972
|
-
VCounter: typeof import('vuetify/components')['VCounter']
|
66973
66973
|
VDataTable: typeof import('vuetify/components')['VDataTable']
|
66974
66974
|
VDataTableHeaders: typeof import('vuetify/components')['VDataTableHeaders']
|
66975
66975
|
VDataTableFooter: typeof import('vuetify/components')['VDataTableFooter']
|
@@ -66977,34 +66977,36 @@ declare module 'vue' {
|
|
66977
66977
|
VDataTableRow: typeof import('vuetify/components')['VDataTableRow']
|
66978
66978
|
VDataTableVirtual: typeof import('vuetify/components')['VDataTableVirtual']
|
66979
66979
|
VDataTableServer: typeof import('vuetify/components')['VDataTableServer']
|
66980
|
-
VChipGroup: typeof import('vuetify/components')['VChipGroup']
|
66981
|
-
VDialog: typeof import('vuetify/components')['VDialog']
|
66982
66980
|
VCombobox: typeof import('vuetify/components')['VCombobox']
|
66983
66981
|
VDivider: typeof import('vuetify/components')['VDivider']
|
66982
|
+
VDialog: typeof import('vuetify/components')['VDialog']
|
66983
|
+
VCounter: typeof import('vuetify/components')['VCounter']
|
66984
|
+
VEmptyState: typeof import('vuetify/components')['VEmptyState']
|
66984
66985
|
VDatePicker: typeof import('vuetify/components')['VDatePicker']
|
66985
66986
|
VDatePickerControls: typeof import('vuetify/components')['VDatePickerControls']
|
66986
66987
|
VDatePickerHeader: typeof import('vuetify/components')['VDatePickerHeader']
|
66987
66988
|
VDatePickerMonth: typeof import('vuetify/components')['VDatePickerMonth']
|
66988
66989
|
VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
|
66989
66990
|
VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
|
66990
|
-
VFileInput: typeof import('vuetify/components')['VFileInput']
|
66991
66991
|
VExpansionPanels: typeof import('vuetify/components')['VExpansionPanels']
|
66992
66992
|
VExpansionPanel: typeof import('vuetify/components')['VExpansionPanel']
|
66993
66993
|
VExpansionPanelText: typeof import('vuetify/components')['VExpansionPanelText']
|
66994
66994
|
VExpansionPanelTitle: typeof import('vuetify/components')['VExpansionPanelTitle']
|
66995
|
-
|
66996
|
-
VImg: typeof import('vuetify/components')['VImg']
|
66995
|
+
VFileInput: typeof import('vuetify/components')['VFileInput']
|
66997
66996
|
VField: typeof import('vuetify/components')['VField']
|
66998
66997
|
VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
|
66999
|
-
VFooter: typeof import('vuetify/components')['VFooter']
|
67000
66998
|
VFab: typeof import('vuetify/components')['VFab']
|
66999
|
+
VInput: typeof import('vuetify/components')['VInput']
|
67000
|
+
VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
|
67001
|
+
VFooter: typeof import('vuetify/components')['VFooter']
|
67001
67002
|
VIcon: typeof import('vuetify/components')['VIcon']
|
67002
67003
|
VComponentIcon: typeof import('vuetify/components')['VComponentIcon']
|
67003
67004
|
VSvgIcon: typeof import('vuetify/components')['VSvgIcon']
|
67004
67005
|
VLigatureIcon: typeof import('vuetify/components')['VLigatureIcon']
|
67005
67006
|
VClassIcon: typeof import('vuetify/components')['VClassIcon']
|
67006
|
-
VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
|
67007
67007
|
VKbd: typeof import('vuetify/components')['VKbd']
|
67008
|
+
VLabel: typeof import('vuetify/components')['VLabel']
|
67009
|
+
VImg: typeof import('vuetify/components')['VImg']
|
67008
67010
|
VList: typeof import('vuetify/components')['VList']
|
67009
67011
|
VListGroup: typeof import('vuetify/components')['VListGroup']
|
67010
67012
|
VListImg: typeof import('vuetify/components')['VListImg']
|
@@ -67014,73 +67016,71 @@ declare module 'vue' {
|
|
67014
67016
|
VListItemSubtitle: typeof import('vuetify/components')['VListItemSubtitle']
|
67015
67017
|
VListItemTitle: typeof import('vuetify/components')['VListItemTitle']
|
67016
67018
|
VListSubheader: typeof import('vuetify/components')['VListSubheader']
|
67017
|
-
VInput: typeof import('vuetify/components')['VInput']
|
67018
|
-
VLabel: typeof import('vuetify/components')['VLabel']
|
67019
67019
|
VItemGroup: typeof import('vuetify/components')['VItemGroup']
|
67020
67020
|
VItem: typeof import('vuetify/components')['VItem']
|
67021
|
-
VMessages: typeof import('vuetify/components')['VMessages']
|
67022
67021
|
VMenu: typeof import('vuetify/components')['VMenu']
|
67023
|
-
VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
|
67024
67022
|
VMain: typeof import('vuetify/components')['VMain']
|
67023
|
+
VOtpInput: typeof import('vuetify/components')['VOtpInput']
|
67025
67024
|
VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
|
67026
67025
|
VOverlay: typeof import('vuetify/components')['VOverlay']
|
67027
|
-
|
67028
|
-
VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
|
67029
|
-
VOtpInput: typeof import('vuetify/components')['VOtpInput']
|
67026
|
+
VMessages: typeof import('vuetify/components')['VMessages']
|
67030
67027
|
VPagination: typeof import('vuetify/components')['VPagination']
|
67028
|
+
VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
|
67031
67029
|
VRating: typeof import('vuetify/components')['VRating']
|
67032
|
-
|
67030
|
+
VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
|
67031
|
+
VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
|
67033
67032
|
VSelect: typeof import('vuetify/components')['VSelect']
|
67033
|
+
VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
|
67034
|
+
VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
|
67035
|
+
VSheet: typeof import('vuetify/components')['VSheet']
|
67034
67036
|
VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
|
67035
67037
|
VSlider: typeof import('vuetify/components')['VSlider']
|
67036
|
-
|
67037
|
-
|
67038
|
+
VSnackbar: typeof import('vuetify/components')['VSnackbar']
|
67039
|
+
VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
|
67040
|
+
VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
|
67038
67041
|
VStepper: typeof import('vuetify/components')['VStepper']
|
67039
67042
|
VStepperActions: typeof import('vuetify/components')['VStepperActions']
|
67040
67043
|
VStepperHeader: typeof import('vuetify/components')['VStepperHeader']
|
67041
67044
|
VStepperItem: typeof import('vuetify/components')['VStepperItem']
|
67042
67045
|
VStepperWindow: typeof import('vuetify/components')['VStepperWindow']
|
67043
67046
|
VStepperWindowItem: typeof import('vuetify/components')['VStepperWindowItem']
|
67044
|
-
|
67045
|
-
VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
|
67046
|
-
VTable: typeof import('vuetify/components')['VTable']
|
67047
|
-
VSnackbar: typeof import('vuetify/components')['VSnackbar']
|
67048
|
-
VSystemBar: typeof import('vuetify/components')['VSystemBar']
|
67047
|
+
VSwitch: typeof import('vuetify/components')['VSwitch']
|
67049
67048
|
VTab: typeof import('vuetify/components')['VTab']
|
67050
67049
|
VTabs: typeof import('vuetify/components')['VTabs']
|
67051
67050
|
VTabsWindow: typeof import('vuetify/components')['VTabsWindow']
|
67052
67051
|
VTabsWindowItem: typeof import('vuetify/components')['VTabsWindowItem']
|
67052
|
+
VTable: typeof import('vuetify/components')['VTable']
|
67053
|
+
VSystemBar: typeof import('vuetify/components')['VSystemBar']
|
67054
|
+
VTextarea: typeof import('vuetify/components')['VTextarea']
|
67055
|
+
VTextField: typeof import('vuetify/components')['VTextField']
|
67053
67056
|
VTimeline: typeof import('vuetify/components')['VTimeline']
|
67054
67057
|
VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
|
67055
|
-
VTextField: typeof import('vuetify/components')['VTextField']
|
67056
|
-
VTextarea: typeof import('vuetify/components')['VTextarea']
|
67057
|
-
VSwitch: typeof import('vuetify/components')['VSwitch']
|
67058
|
-
VTooltip: typeof import('vuetify/components')['VTooltip']
|
67059
67058
|
VToolbar: typeof import('vuetify/components')['VToolbar']
|
67060
67059
|
VToolbarTitle: typeof import('vuetify/components')['VToolbarTitle']
|
67061
67060
|
VToolbarItems: typeof import('vuetify/components')['VToolbarItems']
|
67061
|
+
VTooltip: typeof import('vuetify/components')['VTooltip']
|
67062
67062
|
VWindow: typeof import('vuetify/components')['VWindow']
|
67063
67063
|
VWindowItem: typeof import('vuetify/components')['VWindowItem']
|
67064
|
-
VDataIterator: typeof import('vuetify/components')['VDataIterator']
|
67065
67064
|
VConfirmEdit: typeof import('vuetify/components')['VConfirmEdit']
|
67066
|
-
|
67065
|
+
VDataIterator: typeof import('vuetify/components')['VDataIterator']
|
67066
|
+
VDefaultsProvider: typeof import('vuetify/components')['VDefaultsProvider']
|
67067
67067
|
VContainer: typeof import('vuetify/components')['VContainer']
|
67068
67068
|
VCol: typeof import('vuetify/components')['VCol']
|
67069
67069
|
VRow: typeof import('vuetify/components')['VRow']
|
67070
67070
|
VSpacer: typeof import('vuetify/components')['VSpacer']
|
67071
|
-
|
67071
|
+
VForm: typeof import('vuetify/components')['VForm']
|
67072
67072
|
VHover: typeof import('vuetify/components')['VHover']
|
67073
67073
|
VLazy: typeof import('vuetify/components')['VLazy']
|
67074
|
-
VLocaleProvider: typeof import('vuetify/components')['VLocaleProvider']
|
67075
67074
|
VLayout: typeof import('vuetify/components')['VLayout']
|
67076
67075
|
VLayoutItem: typeof import('vuetify/components')['VLayoutItem']
|
67076
|
+
VLocaleProvider: typeof import('vuetify/components')['VLocaleProvider']
|
67077
67077
|
VNoSsr: typeof import('vuetify/components')['VNoSsr']
|
67078
67078
|
VParallax: typeof import('vuetify/components')['VParallax']
|
67079
67079
|
VRadio: typeof import('vuetify/components')['VRadio']
|
67080
67080
|
VRangeSlider: typeof import('vuetify/components')['VRangeSlider']
|
67081
67081
|
VResponsive: typeof import('vuetify/components')['VResponsive']
|
67082
|
-
VSparkline: typeof import('vuetify/components')['VSparkline']
|
67083
67082
|
VSpeedDial: typeof import('vuetify/components')['VSpeedDial']
|
67083
|
+
VSparkline: typeof import('vuetify/components')['VSparkline']
|
67084
67084
|
VThemeProvider: typeof import('vuetify/components')['VThemeProvider']
|
67085
67085
|
VValidation: typeof import('vuetify/components')['VValidation']
|
67086
67086
|
VVirtualScroll: typeof import('vuetify/components')['VVirtualScroll']
|
@@ -67100,23 +67100,23 @@ declare module 'vue' {
|
|
67100
67100
|
VExpandTransition: typeof import('vuetify/components')['VExpandTransition']
|
67101
67101
|
VExpandXTransition: typeof import('vuetify/components')['VExpandXTransition']
|
67102
67102
|
VDialogTransition: typeof import('vuetify/components')['VDialogTransition']
|
67103
|
-
|
67103
|
+
VFileUpload: typeof import('vuetify/labs/components')['VFileUpload']
|
67104
|
+
VFileUploadItem: typeof import('vuetify/labs/components')['VFileUploadItem']
|
67104
67105
|
VCalendar: typeof import('vuetify/labs/components')['VCalendar']
|
67105
67106
|
VCalendarDay: typeof import('vuetify/labs/components')['VCalendarDay']
|
67106
67107
|
VCalendarHeader: typeof import('vuetify/labs/components')['VCalendarHeader']
|
67107
67108
|
VCalendarInterval: typeof import('vuetify/labs/components')['VCalendarInterval']
|
67108
67109
|
VCalendarIntervalEvent: typeof import('vuetify/labs/components')['VCalendarIntervalEvent']
|
67109
67110
|
VCalendarMonthDay: typeof import('vuetify/labs/components')['VCalendarMonthDay']
|
67110
|
-
VFileUpload: typeof import('vuetify/labs/components')['VFileUpload']
|
67111
|
-
VFileUploadItem: typeof import('vuetify/labs/components')['VFileUploadItem']
|
67112
|
-
VStepperVertical: typeof import('vuetify/labs/components')['VStepperVertical']
|
67113
|
-
VStepperVerticalItem: typeof import('vuetify/labs/components')['VStepperVerticalItem']
|
67114
|
-
VStepperVerticalActions: typeof import('vuetify/labs/components')['VStepperVerticalActions']
|
67115
67111
|
VTimePicker: typeof import('vuetify/labs/components')['VTimePicker']
|
67116
67112
|
VTimePickerClock: typeof import('vuetify/labs/components')['VTimePickerClock']
|
67117
67113
|
VTimePickerControls: typeof import('vuetify/labs/components')['VTimePickerControls']
|
67118
67114
|
VPicker: typeof import('vuetify/labs/components')['VPicker']
|
67119
67115
|
VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
|
67116
|
+
VStepperVertical: typeof import('vuetify/labs/components')['VStepperVertical']
|
67117
|
+
VStepperVerticalItem: typeof import('vuetify/labs/components')['VStepperVerticalItem']
|
67118
|
+
VStepperVerticalActions: typeof import('vuetify/labs/components')['VStepperVerticalActions']
|
67119
|
+
VNumberInput: typeof import('vuetify/labs/components')['VNumberInput']
|
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.
|
2
|
+
* Vuetify v3.7.12-master.2025-02-12
|
3
3
|
* Forged by John Leider
|
4
4
|
* Released under the MIT License.
|
5
5
|
*/
|
@@ -28396,7 +28396,7 @@ function createVuetify$1() {
|
|
28396
28396
|
goTo
|
28397
28397
|
};
|
28398
28398
|
}
|
28399
|
-
const version$1 = "3.7.
|
28399
|
+
const version$1 = "3.7.12-master.2025-02-12";
|
28400
28400
|
createVuetify$1.version = version$1;
|
28401
28401
|
|
28402
28402
|
// Vue's inject() can only be used in setup
|
@@ -28421,7 +28421,7 @@ const createVuetify = function () {
|
|
28421
28421
|
...options
|
28422
28422
|
});
|
28423
28423
|
};
|
28424
|
-
const version = "3.7.
|
28424
|
+
const version = "3.7.12-master.2025-02-12";
|
28425
28425
|
createVuetify.version = version;
|
28426
28426
|
|
28427
28427
|
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.
|
2
|
+
* Vuetify v3.7.12-master.2025-02-12
|
3
3
|
* Forged by John Leider
|
4
4
|
* Released under the MIT License.
|
5
5
|
*/
|
@@ -28400,7 +28400,7 @@
|
|
28400
28400
|
goTo
|
28401
28401
|
};
|
28402
28402
|
}
|
28403
|
-
const version$1 = "3.7.
|
28403
|
+
const version$1 = "3.7.12-master.2025-02-12";
|
28404
28404
|
createVuetify$1.version = version$1;
|
28405
28405
|
|
28406
28406
|
// Vue's inject() can only be used in setup
|
@@ -28425,7 +28425,7 @@
|
|
28425
28425
|
...options
|
28426
28426
|
});
|
28427
28427
|
};
|
28428
|
-
const version = "3.7.
|
28428
|
+
const version = "3.7.12-master.2025-02-12";
|
28429
28429
|
createVuetify.version = version;
|
28430
28430
|
|
28431
28431
|
exports.blueprints = index;
|