@vuetify/nightly 3.7.11-master.2025-02-04 → 3.7.11-master.2025-02-07
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 +11 -3
- package/dist/json/attributes.json +3461 -3461
- package/dist/json/importMap-labs.json +36 -36
- package/dist/json/importMap.json +162 -162
- package/dist/json/web-types.json +6133 -6133
- package/dist/vuetify-labs.css +5304 -5304
- package/dist/vuetify-labs.d.ts +3 -3
- package/dist/vuetify-labs.esm.js +23 -12
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +23 -12
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +3882 -3882
- package/dist/vuetify.d.ts +62 -62
- package/dist/vuetify.esm.js +10 -8
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +10 -8
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +4 -4
- package/dist/vuetify.min.js.map +1 -1
- package/lib/directives/ripple/index.mjs +7 -5
- package/lib/directives/ripple/index.mjs.map +1 -1
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/index.d.mts +62 -62
- package/lib/labs/VDateInput/VDateInput.mjs +15 -5
- package/lib/labs/VDateInput/VDateInput.mjs.map +1 -1
- package/lib/labs/VDateInput/index.d.mts +3 -3
- package/lib/labs/components.d.mts +3 -3
- package/package.json +1 -1
package/dist/vuetify.d.ts
CHANGED
@@ -66948,51 +66948,49 @@ declare module 'vue' {
|
|
66948
66948
|
$children?: VNodeChild
|
66949
66949
|
}
|
66950
66950
|
export interface GlobalComponents {
|
66951
|
-
|
66952
|
-
VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
|
66951
|
+
VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
|
66953
66952
|
VApp: typeof import('vuetify/components')['VApp']
|
66954
66953
|
VAppBar: typeof import('vuetify/components')['VAppBar']
|
66955
66954
|
VAppBarNavIcon: typeof import('vuetify/components')['VAppBarNavIcon']
|
66956
66955
|
VAppBarTitle: typeof import('vuetify/components')['VAppBarTitle']
|
66957
|
-
|
66958
|
-
|
66959
|
-
VAvatar: typeof import('vuetify/components')['VAvatar']
|
66960
|
-
VBadge: typeof import('vuetify/components')['VBadge']
|
66956
|
+
VAlert: typeof import('vuetify/components')['VAlert']
|
66957
|
+
VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
|
66961
66958
|
VBanner: typeof import('vuetify/components')['VBanner']
|
66962
66959
|
VBannerActions: typeof import('vuetify/components')['VBannerActions']
|
66963
66960
|
VBannerText: typeof import('vuetify/components')['VBannerText']
|
66961
|
+
VBadge: typeof import('vuetify/components')['VBadge']
|
66962
|
+
VAvatar: typeof import('vuetify/components')['VAvatar']
|
66964
66963
|
VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
|
66965
66964
|
VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
|
66966
66965
|
VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
|
66966
|
+
VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
|
66967
|
+
VBtn: typeof import('vuetify/components')['VBtn']
|
66967
66968
|
VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
|
66968
|
-
VCard: typeof import('vuetify/components')['VCard']
|
66969
|
-
VCardActions: typeof import('vuetify/components')['VCardActions']
|
66970
|
-
VCardItem: typeof import('vuetify/components')['VCardItem']
|
66971
|
-
VCardSubtitle: typeof import('vuetify/components')['VCardSubtitle']
|
66972
|
-
VCardText: typeof import('vuetify/components')['VCardText']
|
66973
|
-
VCardTitle: typeof import('vuetify/components')['VCardTitle']
|
66974
|
-
VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
|
66975
66969
|
VCarousel: typeof import('vuetify/components')['VCarousel']
|
66976
66970
|
VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
|
66977
|
-
|
66978
|
-
VCode: typeof import('vuetify/components')['VCode']
|
66971
|
+
VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
|
66979
66972
|
VCheckbox: typeof import('vuetify/components')['VCheckbox']
|
66980
66973
|
VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
|
66981
|
-
VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
|
66982
66974
|
VColorPicker: typeof import('vuetify/components')['VColorPicker']
|
66983
|
-
|
66975
|
+
VCode: typeof import('vuetify/components')['VCode']
|
66984
66976
|
VChipGroup: typeof import('vuetify/components')['VChipGroup']
|
66985
|
-
|
66977
|
+
VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
|
66978
|
+
VCombobox: typeof import('vuetify/components')['VCombobox']
|
66986
66979
|
VDatePicker: typeof import('vuetify/components')['VDatePicker']
|
66987
66980
|
VDatePickerControls: typeof import('vuetify/components')['VDatePickerControls']
|
66988
66981
|
VDatePickerHeader: typeof import('vuetify/components')['VDatePickerHeader']
|
66989
66982
|
VDatePickerMonth: typeof import('vuetify/components')['VDatePickerMonth']
|
66990
66983
|
VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
|
66991
66984
|
VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
|
66992
|
-
|
66985
|
+
VCard: typeof import('vuetify/components')['VCard']
|
66986
|
+
VCardActions: typeof import('vuetify/components')['VCardActions']
|
66987
|
+
VCardItem: typeof import('vuetify/components')['VCardItem']
|
66988
|
+
VCardSubtitle: typeof import('vuetify/components')['VCardSubtitle']
|
66989
|
+
VCardText: typeof import('vuetify/components')['VCardText']
|
66990
|
+
VCardTitle: typeof import('vuetify/components')['VCardTitle']
|
66991
|
+
VChip: typeof import('vuetify/components')['VChip']
|
66992
|
+
VCounter: typeof import('vuetify/components')['VCounter']
|
66993
66993
|
VDialog: typeof import('vuetify/components')['VDialog']
|
66994
|
-
VDivider: typeof import('vuetify/components')['VDivider']
|
66995
|
-
VEmptyState: typeof import('vuetify/components')['VEmptyState']
|
66996
66994
|
VDataTable: typeof import('vuetify/components')['VDataTable']
|
66997
66995
|
VDataTableHeaders: typeof import('vuetify/components')['VDataTableHeaders']
|
66998
66996
|
VDataTableFooter: typeof import('vuetify/components')['VDataTableFooter']
|
@@ -67000,28 +66998,29 @@ declare module 'vue' {
|
|
67000
66998
|
VDataTableRow: typeof import('vuetify/components')['VDataTableRow']
|
67001
66999
|
VDataTableVirtual: typeof import('vuetify/components')['VDataTableVirtual']
|
67002
67000
|
VDataTableServer: typeof import('vuetify/components')['VDataTableServer']
|
67003
|
-
|
67004
|
-
|
67005
|
-
VFooter: typeof import('vuetify/components')['VFooter']
|
67001
|
+
VDivider: typeof import('vuetify/components')['VDivider']
|
67002
|
+
VEmptyState: typeof import('vuetify/components')['VEmptyState']
|
67006
67003
|
VFab: typeof import('vuetify/components')['VFab']
|
67007
|
-
VFileInput: typeof import('vuetify/components')['VFileInput']
|
67008
67004
|
VExpansionPanels: typeof import('vuetify/components')['VExpansionPanels']
|
67009
67005
|
VExpansionPanel: typeof import('vuetify/components')['VExpansionPanel']
|
67010
67006
|
VExpansionPanelText: typeof import('vuetify/components')['VExpansionPanelText']
|
67011
67007
|
VExpansionPanelTitle: typeof import('vuetify/components')['VExpansionPanelTitle']
|
67012
|
-
|
67008
|
+
VField: typeof import('vuetify/components')['VField']
|
67009
|
+
VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
|
67010
|
+
VFileInput: typeof import('vuetify/components')['VFileInput']
|
67011
|
+
VFooter: typeof import('vuetify/components')['VFooter']
|
67013
67012
|
VIcon: typeof import('vuetify/components')['VIcon']
|
67014
67013
|
VComponentIcon: typeof import('vuetify/components')['VComponentIcon']
|
67015
67014
|
VSvgIcon: typeof import('vuetify/components')['VSvgIcon']
|
67016
67015
|
VLigatureIcon: typeof import('vuetify/components')['VLigatureIcon']
|
67017
67016
|
VClassIcon: typeof import('vuetify/components')['VClassIcon']
|
67018
|
-
VKbd: typeof import('vuetify/components')['VKbd']
|
67019
67017
|
VItemGroup: typeof import('vuetify/components')['VItemGroup']
|
67020
67018
|
VItem: typeof import('vuetify/components')['VItem']
|
67021
|
-
VLabel: typeof import('vuetify/components')['VLabel']
|
67022
67019
|
VInput: typeof import('vuetify/components')['VInput']
|
67020
|
+
VKbd: typeof import('vuetify/components')['VKbd']
|
67023
67021
|
VImg: typeof import('vuetify/components')['VImg']
|
67024
|
-
|
67022
|
+
VLabel: typeof import('vuetify/components')['VLabel']
|
67023
|
+
VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
|
67025
67024
|
VList: typeof import('vuetify/components')['VList']
|
67026
67025
|
VListGroup: typeof import('vuetify/components')['VListGroup']
|
67027
67026
|
VListImg: typeof import('vuetify/components')['VListImg']
|
@@ -67033,44 +67032,45 @@ declare module 'vue' {
|
|
67033
67032
|
VListSubheader: typeof import('vuetify/components')['VListSubheader']
|
67034
67033
|
VMain: typeof import('vuetify/components')['VMain']
|
67035
67034
|
VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
|
67035
|
+
VMenu: typeof import('vuetify/components')['VMenu']
|
67036
67036
|
VMessages: typeof import('vuetify/components')['VMessages']
|
67037
|
-
VPagination: typeof import('vuetify/components')['VPagination']
|
67038
|
-
VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
|
67039
|
-
VOtpInput: typeof import('vuetify/components')['VOtpInput']
|
67040
67037
|
VOverlay: typeof import('vuetify/components')['VOverlay']
|
67041
|
-
|
67042
|
-
VRating: typeof import('vuetify/components')['VRating']
|
67043
|
-
VSelect: typeof import('vuetify/components')['VSelect']
|
67038
|
+
VOtpInput: typeof import('vuetify/components')['VOtpInput']
|
67044
67039
|
VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
|
67040
|
+
VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
|
67041
|
+
VRating: typeof import('vuetify/components')['VRating']
|
67042
|
+
VPagination: typeof import('vuetify/components')['VPagination']
|
67045
67043
|
VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
|
67046
|
-
|
67047
|
-
VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
|
67044
|
+
VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
|
67048
67045
|
VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
|
67046
|
+
VSelect: typeof import('vuetify/components')['VSelect']
|
67047
|
+
VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
|
67049
67048
|
VSheet: typeof import('vuetify/components')['VSheet']
|
67050
|
-
VSnackbar: typeof import('vuetify/components')['VSnackbar']
|
67051
|
-
VTable: typeof import('vuetify/components')['VTable']
|
67052
|
-
VSwitch: typeof import('vuetify/components')['VSwitch']
|
67053
67049
|
VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
|
67054
67050
|
VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
|
67055
|
-
|
67051
|
+
VSlider: typeof import('vuetify/components')['VSlider']
|
67052
|
+
VSwitch: typeof import('vuetify/components')['VSwitch']
|
67053
|
+
VSnackbar: typeof import('vuetify/components')['VSnackbar']
|
67054
|
+
VStepper: typeof import('vuetify/components')['VStepper']
|
67055
|
+
VStepperActions: typeof import('vuetify/components')['VStepperActions']
|
67056
|
+
VStepperHeader: typeof import('vuetify/components')['VStepperHeader']
|
67057
|
+
VStepperItem: typeof import('vuetify/components')['VStepperItem']
|
67058
|
+
VStepperWindow: typeof import('vuetify/components')['VStepperWindow']
|
67059
|
+
VStepperWindowItem: typeof import('vuetify/components')['VStepperWindowItem']
|
67056
67060
|
VTab: typeof import('vuetify/components')['VTab']
|
67057
67061
|
VTabs: typeof import('vuetify/components')['VTabs']
|
67058
67062
|
VTabsWindow: typeof import('vuetify/components')['VTabsWindow']
|
67059
67063
|
VTabsWindowItem: typeof import('vuetify/components')['VTabsWindowItem']
|
67064
|
+
VTable: typeof import('vuetify/components')['VTable']
|
67065
|
+
VSystemBar: typeof import('vuetify/components')['VSystemBar']
|
67066
|
+
VTextarea: typeof import('vuetify/components')['VTextarea']
|
67060
67067
|
VToolbar: typeof import('vuetify/components')['VToolbar']
|
67061
67068
|
VToolbarTitle: typeof import('vuetify/components')['VToolbarTitle']
|
67062
67069
|
VToolbarItems: typeof import('vuetify/components')['VToolbarItems']
|
67063
|
-
VTextarea: typeof import('vuetify/components')['VTextarea']
|
67064
|
-
VTextField: typeof import('vuetify/components')['VTextField']
|
67065
|
-
VStepper: typeof import('vuetify/components')['VStepper']
|
67066
|
-
VStepperActions: typeof import('vuetify/components')['VStepperActions']
|
67067
|
-
VStepperHeader: typeof import('vuetify/components')['VStepperHeader']
|
67068
|
-
VStepperItem: typeof import('vuetify/components')['VStepperItem']
|
67069
|
-
VStepperWindow: typeof import('vuetify/components')['VStepperWindow']
|
67070
|
-
VStepperWindowItem: typeof import('vuetify/components')['VStepperWindowItem']
|
67071
67070
|
VTimeline: typeof import('vuetify/components')['VTimeline']
|
67072
67071
|
VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
|
67073
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']
|
@@ -67085,17 +67085,17 @@ declare module 'vue' {
|
|
67085
67085
|
VLayout: typeof import('vuetify/components')['VLayout']
|
67086
67086
|
VLayoutItem: typeof import('vuetify/components')['VLayoutItem']
|
67087
67087
|
VLocaleProvider: typeof import('vuetify/components')['VLocaleProvider']
|
67088
|
-
VNoSsr: typeof import('vuetify/components')['VNoSsr']
|
67089
67088
|
VLazy: typeof import('vuetify/components')['VLazy']
|
67089
|
+
VNoSsr: typeof import('vuetify/components')['VNoSsr']
|
67090
|
+
VRangeSlider: typeof import('vuetify/components')['VRangeSlider']
|
67090
67091
|
VParallax: typeof import('vuetify/components')['VParallax']
|
67091
67092
|
VRadio: typeof import('vuetify/components')['VRadio']
|
67092
|
-
|
67093
|
+
VSparkline: typeof import('vuetify/components')['VSparkline']
|
67093
67094
|
VResponsive: typeof import('vuetify/components')['VResponsive']
|
67094
67095
|
VSpeedDial: typeof import('vuetify/components')['VSpeedDial']
|
67095
|
-
VSparkline: typeof import('vuetify/components')['VSparkline']
|
67096
67096
|
VThemeProvider: typeof import('vuetify/components')['VThemeProvider']
|
67097
|
-
VValidation: typeof import('vuetify/components')['VValidation']
|
67098
67097
|
VVirtualScroll: typeof import('vuetify/components')['VVirtualScroll']
|
67098
|
+
VValidation: typeof import('vuetify/components')['VValidation']
|
67099
67099
|
VFabTransition: typeof import('vuetify/components')['VFabTransition']
|
67100
67100
|
VDialogBottomTransition: typeof import('vuetify/components')['VDialogBottomTransition']
|
67101
67101
|
VDialogTopTransition: typeof import('vuetify/components')['VDialogTopTransition']
|
@@ -67112,27 +67112,27 @@ declare module 'vue' {
|
|
67112
67112
|
VExpandTransition: typeof import('vuetify/components')['VExpandTransition']
|
67113
67113
|
VExpandXTransition: typeof import('vuetify/components')['VExpandXTransition']
|
67114
67114
|
VDialogTransition: typeof import('vuetify/components')['VDialogTransition']
|
67115
|
-
VNumberInput: typeof import('vuetify/labs/components')['VNumberInput']
|
67116
|
-
VFileUpload: typeof import('vuetify/labs/components')['VFileUpload']
|
67117
|
-
VFileUploadItem: typeof import('vuetify/labs/components')['VFileUploadItem']
|
67118
|
-
VStepperVertical: typeof import('vuetify/labs/components')['VStepperVertical']
|
67119
|
-
VStepperVerticalItem: typeof import('vuetify/labs/components')['VStepperVerticalItem']
|
67120
|
-
VStepperVerticalActions: typeof import('vuetify/labs/components')['VStepperVerticalActions']
|
67121
67115
|
VCalendar: typeof import('vuetify/labs/components')['VCalendar']
|
67122
67116
|
VCalendarDay: typeof import('vuetify/labs/components')['VCalendarDay']
|
67123
67117
|
VCalendarHeader: typeof import('vuetify/labs/components')['VCalendarHeader']
|
67124
67118
|
VCalendarInterval: typeof import('vuetify/labs/components')['VCalendarInterval']
|
67125
67119
|
VCalendarIntervalEvent: typeof import('vuetify/labs/components')['VCalendarIntervalEvent']
|
67126
67120
|
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
67127
|
VPicker: typeof import('vuetify/labs/components')['VPicker']
|
67128
67128
|
VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
|
67129
|
+
VStepperVertical: typeof import('vuetify/labs/components')['VStepperVertical']
|
67130
|
+
VStepperVerticalItem: typeof import('vuetify/labs/components')['VStepperVerticalItem']
|
67131
|
+
VStepperVerticalActions: typeof import('vuetify/labs/components')['VStepperVerticalActions']
|
67129
67132
|
VTreeview: typeof import('vuetify/labs/components')['VTreeview']
|
67130
67133
|
VTreeviewItem: typeof import('vuetify/labs/components')['VTreeviewItem']
|
67131
67134
|
VTreeviewGroup: typeof import('vuetify/labs/components')['VTreeviewGroup']
|
67132
67135
|
VDateInput: typeof import('vuetify/labs/components')['VDateInput']
|
67133
|
-
VTimePicker: typeof import('vuetify/labs/components')['VTimePicker']
|
67134
|
-
VTimePickerClock: typeof import('vuetify/labs/components')['VTimePickerClock']
|
67135
|
-
VTimePickerControls: typeof import('vuetify/labs/components')['VTimePickerControls']
|
67136
67136
|
VPullToRefresh: typeof import('vuetify/labs/components')['VPullToRefresh']
|
67137
67137
|
VSnackbarQueue: typeof import('vuetify/labs/components')['VSnackbarQueue']
|
67138
67138
|
}
|
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-07
|
3
3
|
* Forged by John Leider
|
4
4
|
* Released under the MIT License.
|
5
5
|
*/
|
@@ -5581,11 +5581,13 @@ const ripples = {
|
|
5581
5581
|
animation.classList.add('v-ripple__animation--visible');
|
5582
5582
|
transform(animation, `translate(${x}, ${y}) scale3d(${scale},${scale},${scale})`);
|
5583
5583
|
animation.dataset.activated = String(performance.now());
|
5584
|
-
|
5585
|
-
|
5586
|
-
|
5587
|
-
|
5588
|
-
|
5584
|
+
requestAnimationFrame(() => {
|
5585
|
+
requestAnimationFrame(() => {
|
5586
|
+
animation.classList.remove('v-ripple__animation--enter');
|
5587
|
+
animation.classList.add('v-ripple__animation--in');
|
5588
|
+
transform(animation, `translate(${centerX}, ${centerY}) scale3d(1,1,1)`);
|
5589
|
+
});
|
5590
|
+
});
|
5589
5591
|
},
|
5590
5592
|
hide(el) {
|
5591
5593
|
if (!el?._ripple?.enabled) return;
|
@@ -28381,7 +28383,7 @@ function createVuetify$1() {
|
|
28381
28383
|
goTo
|
28382
28384
|
};
|
28383
28385
|
}
|
28384
|
-
const version$1 = "3.7.11-master.2025-02-
|
28386
|
+
const version$1 = "3.7.11-master.2025-02-07";
|
28385
28387
|
createVuetify$1.version = version$1;
|
28386
28388
|
|
28387
28389
|
// Vue's inject() can only be used in setup
|
@@ -28406,7 +28408,7 @@ const createVuetify = function () {
|
|
28406
28408
|
...options
|
28407
28409
|
});
|
28408
28410
|
};
|
28409
|
-
const version = "3.7.11-master.2025-02-
|
28411
|
+
const version = "3.7.11-master.2025-02-07";
|
28410
28412
|
createVuetify.version = version;
|
28411
28413
|
|
28412
28414
|
export { index as blueprints, components, createVuetify, directives, useDate, useDefaults, useDisplay, useGoTo, useLayout, useLocale, useRtl, useTheme, version };
|