@vuetify/nightly 3.7.12-master.2025-02-14 → 3.7.12-master.2025-02-15

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