@vuetify/nightly 3.7.11-master.2025-02-05 → 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/dist/vuetify.d.ts CHANGED
@@ -66948,48 +66948,49 @@ declare module 'vue' {
66948
66948
  $children?: VNodeChild
66949
66949
  }
66950
66950
  export interface GlobalComponents {
66951
- VApp: typeof import('vuetify/components')['VApp']
66952
66951
  VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
66953
- VAlert: typeof import('vuetify/components')['VAlert']
66954
- VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
66952
+ VApp: typeof import('vuetify/components')['VApp']
66955
66953
  VAppBar: typeof import('vuetify/components')['VAppBar']
66956
66954
  VAppBarNavIcon: typeof import('vuetify/components')['VAppBarNavIcon']
66957
66955
  VAppBarTitle: typeof import('vuetify/components')['VAppBarTitle']
66956
+ VAlert: typeof import('vuetify/components')['VAlert']
66957
+ VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
66958
66958
  VBanner: typeof import('vuetify/components')['VBanner']
66959
66959
  VBannerActions: typeof import('vuetify/components')['VBannerActions']
66960
66960
  VBannerText: typeof import('vuetify/components')['VBannerText']
66961
- VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
66962
66961
  VBadge: typeof import('vuetify/components')['VBadge']
66963
- VBtn: typeof import('vuetify/components')['VBtn']
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']
66967
- VAvatar: typeof import('vuetify/components')['VAvatar']
66966
+ VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
66967
+ VBtn: typeof import('vuetify/components')['VBtn']
66968
66968
  VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
66969
- VCard: typeof import('vuetify/components')['VCard']
66970
- VCardActions: typeof import('vuetify/components')['VCardActions']
66971
- VCardItem: typeof import('vuetify/components')['VCardItem']
66972
- VCardSubtitle: typeof import('vuetify/components')['VCardSubtitle']
66973
- VCardText: typeof import('vuetify/components')['VCardText']
66974
- VCardTitle: typeof import('vuetify/components')['VCardTitle']
66975
- VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
66976
66969
  VCarousel: typeof import('vuetify/components')['VCarousel']
66977
66970
  VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
66978
66971
  VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
66979
66972
  VCheckbox: typeof import('vuetify/components')['VCheckbox']
66980
66973
  VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
66974
+ VColorPicker: typeof import('vuetify/components')['VColorPicker']
66975
+ VCode: typeof import('vuetify/components')['VCode']
66981
66976
  VChipGroup: typeof import('vuetify/components')['VChipGroup']
66982
- VCounter: typeof import('vuetify/components')['VCounter']
66977
+ VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
66983
66978
  VCombobox: typeof import('vuetify/components')['VCombobox']
66984
- VColorPicker: typeof import('vuetify/components')['VColorPicker']
66985
- VChip: typeof import('vuetify/components')['VChip']
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
- VCode: typeof import('vuetify/components')['VCode']
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
+ VDialog: typeof import('vuetify/components')['VDialog']
66993
66994
  VDataTable: typeof import('vuetify/components')['VDataTable']
66994
66995
  VDataTableHeaders: typeof import('vuetify/components')['VDataTableHeaders']
66995
66996
  VDataTableFooter: typeof import('vuetify/components')['VDataTableFooter']
@@ -66997,29 +66998,28 @@ declare module 'vue' {
66997
66998
  VDataTableRow: typeof import('vuetify/components')['VDataTableRow']
66998
66999
  VDataTableVirtual: typeof import('vuetify/components')['VDataTableVirtual']
66999
67000
  VDataTableServer: typeof import('vuetify/components')['VDataTableServer']
67000
- VFab: typeof import('vuetify/components')['VFab']
67001
67001
  VDivider: typeof import('vuetify/components')['VDivider']
67002
67002
  VEmptyState: typeof import('vuetify/components')['VEmptyState']
67003
- VDialog: typeof import('vuetify/components')['VDialog']
67004
- VField: typeof import('vuetify/components')['VField']
67005
- VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
67006
- VFooter: typeof import('vuetify/components')['VFooter']
67007
- VFileInput: typeof import('vuetify/components')['VFileInput']
67003
+ VFab: typeof import('vuetify/components')['VFab']
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
- VKbd: typeof import('vuetify/components')['VKbd']
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
- VInput: typeof import('vuetify/components')['VInput']
67019
67017
  VItemGroup: typeof import('vuetify/components')['VItemGroup']
67020
67018
  VItem: typeof import('vuetify/components')['VItem']
67021
- VLabel: typeof import('vuetify/components')['VLabel']
67019
+ VInput: typeof import('vuetify/components')['VInput']
67020
+ VKbd: typeof import('vuetify/components')['VKbd']
67022
67021
  VImg: typeof import('vuetify/components')['VImg']
67022
+ VLabel: typeof import('vuetify/components')['VLabel']
67023
67023
  VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
67024
67024
  VList: typeof import('vuetify/components')['VList']
67025
67025
  VListGroup: typeof import('vuetify/components')['VListGroup']
@@ -67030,72 +67030,72 @@ declare module 'vue' {
67030
67030
  VListItemSubtitle: typeof import('vuetify/components')['VListItemSubtitle']
67031
67031
  VListItemTitle: typeof import('vuetify/components')['VListItemTitle']
67032
67032
  VListSubheader: typeof import('vuetify/components')['VListSubheader']
67033
+ VMain: typeof import('vuetify/components')['VMain']
67033
67034
  VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
67034
67035
  VMenu: typeof import('vuetify/components')['VMenu']
67035
67036
  VMessages: typeof import('vuetify/components')['VMessages']
67036
- VMain: typeof import('vuetify/components')['VMain']
67037
67037
  VOverlay: typeof import('vuetify/components')['VOverlay']
67038
- VPagination: typeof import('vuetify/components')['VPagination']
67039
- VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
67040
67038
  VOtpInput: typeof import('vuetify/components')['VOtpInput']
67041
67039
  VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
67042
- VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
67043
- VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
67040
+ VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
67044
67041
  VRating: typeof import('vuetify/components')['VRating']
67042
+ 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']
67045
67046
  VSelect: typeof import('vuetify/components')['VSelect']
67046
67047
  VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
67048
+ VSheet: typeof import('vuetify/components')['VSheet']
67047
67049
  VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
67048
67050
  VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
67049
- VSheet: typeof import('vuetify/components')['VSheet']
67050
67051
  VSlider: typeof import('vuetify/components')['VSlider']
67051
67052
  VSwitch: typeof import('vuetify/components')['VSwitch']
67053
+ VSnackbar: typeof import('vuetify/components')['VSnackbar']
67052
67054
  VStepper: typeof import('vuetify/components')['VStepper']
67053
67055
  VStepperActions: typeof import('vuetify/components')['VStepperActions']
67054
67056
  VStepperHeader: typeof import('vuetify/components')['VStepperHeader']
67055
67057
  VStepperItem: typeof import('vuetify/components')['VStepperItem']
67056
67058
  VStepperWindow: typeof import('vuetify/components')['VStepperWindow']
67057
67059
  VStepperWindowItem: typeof import('vuetify/components')['VStepperWindowItem']
67058
- VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
67059
67060
  VTab: typeof import('vuetify/components')['VTab']
67060
67061
  VTabs: typeof import('vuetify/components')['VTabs']
67061
67062
  VTabsWindow: typeof import('vuetify/components')['VTabsWindow']
67062
67063
  VTabsWindowItem: typeof import('vuetify/components')['VTabsWindowItem']
67063
- VSnackbar: typeof import('vuetify/components')['VSnackbar']
67064
67064
  VTable: typeof import('vuetify/components')['VTable']
67065
67065
  VSystemBar: typeof import('vuetify/components')['VSystemBar']
67066
- VTooltip: typeof import('vuetify/components')['VTooltip']
67067
67066
  VTextarea: typeof import('vuetify/components')['VTextarea']
67068
- VWindow: typeof import('vuetify/components')['VWindow']
67069
- VWindowItem: typeof import('vuetify/components')['VWindowItem']
67070
- VTextField: typeof import('vuetify/components')['VTextField']
67071
67067
  VToolbar: typeof import('vuetify/components')['VToolbar']
67072
67068
  VToolbarTitle: typeof import('vuetify/components')['VToolbarTitle']
67073
67069
  VToolbarItems: typeof import('vuetify/components')['VToolbarItems']
67074
67070
  VTimeline: typeof import('vuetify/components')['VTimeline']
67075
67071
  VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
67072
+ VTooltip: typeof import('vuetify/components')['VTooltip']
67073
+ VTextField: typeof import('vuetify/components')['VTextField']
67074
+ VWindow: typeof import('vuetify/components')['VWindow']
67075
+ VWindowItem: typeof import('vuetify/components')['VWindowItem']
67076
67076
  VConfirmEdit: typeof import('vuetify/components')['VConfirmEdit']
67077
67077
  VDataIterator: typeof import('vuetify/components')['VDataIterator']
67078
67078
  VDefaultsProvider: typeof import('vuetify/components')['VDefaultsProvider']
67079
- VHover: typeof import('vuetify/components')['VHover']
67080
67079
  VForm: typeof import('vuetify/components')['VForm']
67081
67080
  VContainer: typeof import('vuetify/components')['VContainer']
67082
67081
  VCol: typeof import('vuetify/components')['VCol']
67083
67082
  VRow: typeof import('vuetify/components')['VRow']
67084
67083
  VSpacer: typeof import('vuetify/components')['VSpacer']
67084
+ VHover: typeof import('vuetify/components')['VHover']
67085
67085
  VLayout: typeof import('vuetify/components')['VLayout']
67086
67086
  VLayoutItem: typeof import('vuetify/components')['VLayoutItem']
67087
- VLazy: typeof import('vuetify/components')['VLazy']
67088
67087
  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']
67090
67091
  VParallax: typeof import('vuetify/components')['VParallax']
67091
- VResponsive: typeof import('vuetify/components')['VResponsive']
67092
67092
  VRadio: typeof import('vuetify/components')['VRadio']
67093
- VRangeSlider: typeof import('vuetify/components')['VRangeSlider']
67094
67093
  VSparkline: typeof import('vuetify/components')['VSparkline']
67094
+ VResponsive: typeof import('vuetify/components')['VResponsive']
67095
67095
  VSpeedDial: typeof import('vuetify/components')['VSpeedDial']
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,28 +67112,28 @@ 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
- VFileUpload: typeof import('vuetify/labs/components')['VFileUpload']
67116
- VFileUploadItem: typeof import('vuetify/labs/components')['VFileUploadItem']
67117
- VNumberInput: typeof import('vuetify/labs/components')['VNumberInput']
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
- VTreeview: typeof import('vuetify/labs/components')['VTreeview']
67122
- VTreeviewItem: typeof import('vuetify/labs/components')['VTreeviewItem']
67123
- VTreeviewGroup: typeof import('vuetify/labs/components')['VTreeviewGroup']
67124
67115
  VCalendar: typeof import('vuetify/labs/components')['VCalendar']
67125
67116
  VCalendarDay: typeof import('vuetify/labs/components')['VCalendarDay']
67126
67117
  VCalendarHeader: typeof import('vuetify/labs/components')['VCalendarHeader']
67127
67118
  VCalendarInterval: typeof import('vuetify/labs/components')['VCalendarInterval']
67128
67119
  VCalendarIntervalEvent: typeof import('vuetify/labs/components')['VCalendarIntervalEvent']
67129
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']
67130
67124
  VTimePicker: typeof import('vuetify/labs/components')['VTimePicker']
67131
67125
  VTimePickerClock: typeof import('vuetify/labs/components')['VTimePickerClock']
67132
67126
  VTimePickerControls: typeof import('vuetify/labs/components')['VTimePickerControls']
67133
67127
  VPicker: typeof import('vuetify/labs/components')['VPicker']
67134
67128
  VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
67135
- VPullToRefresh: typeof import('vuetify/labs/components')['VPullToRefresh']
67129
+ VStepperVertical: typeof import('vuetify/labs/components')['VStepperVertical']
67130
+ VStepperVerticalItem: typeof import('vuetify/labs/components')['VStepperVerticalItem']
67131
+ VStepperVerticalActions: typeof import('vuetify/labs/components')['VStepperVerticalActions']
67132
+ VTreeview: typeof import('vuetify/labs/components')['VTreeview']
67133
+ VTreeviewItem: typeof import('vuetify/labs/components')['VTreeviewItem']
67134
+ VTreeviewGroup: typeof import('vuetify/labs/components')['VTreeviewGroup']
67136
67135
  VDateInput: typeof import('vuetify/labs/components')['VDateInput']
67136
+ VPullToRefresh: typeof import('vuetify/labs/components')['VPullToRefresh']
67137
67137
  VSnackbarQueue: typeof import('vuetify/labs/components')['VSnackbarQueue']
67138
67138
  }
67139
67139
  }
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Vuetify v3.7.11-master.2025-02-05
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
- setTimeout(() => {
5585
- animation.classList.remove('v-ripple__animation--enter');
5586
- animation.classList.add('v-ripple__animation--in');
5587
- transform(animation, `translate(${centerX}, ${centerY}) scale3d(1,1,1)`);
5588
- }, 0);
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-05";
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-05";
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 };