@vuetify/nightly 3.7.13-master.2025-02-20 → 3.7.13-master.2025-02-22

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