@vuetify/nightly 3.6.9-master.2024-06-18 → 3.6.10-master.2024-06-21

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
@@ -72847,26 +72847,28 @@ declare module '@vue/runtime-core' {
72847
72847
  }
72848
72848
 
72849
72849
  export interface GlobalComponents {
72850
- VApp: typeof import('vuetify/components')['VApp']
72851
72850
  VAppBar: typeof import('vuetify/components')['VAppBar']
72852
72851
  VAppBarNavIcon: typeof import('vuetify/components')['VAppBarNavIcon']
72853
72852
  VAppBarTitle: typeof import('vuetify/components')['VAppBarTitle']
72854
- VBadge: typeof import('vuetify/components')['VBadge']
72855
72853
  VAlert: typeof import('vuetify/components')['VAlert']
72856
72854
  VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
72855
+ VApp: typeof import('vuetify/components')['VApp']
72857
72856
  VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
72857
+ VBadge: typeof import('vuetify/components')['VBadge']
72858
+ VAvatar: typeof import('vuetify/components')['VAvatar']
72859
+ VBtn: typeof import('vuetify/components')['VBtn']
72858
72860
  VBanner: typeof import('vuetify/components')['VBanner']
72859
72861
  VBannerActions: typeof import('vuetify/components')['VBannerActions']
72860
72862
  VBannerText: typeof import('vuetify/components')['VBannerText']
72861
- VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
72862
72863
  VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
72863
72864
  VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
72864
72865
  VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
72865
72866
  VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
72866
- VBtn: typeof import('vuetify/components')['VBtn']
72867
- VAvatar: typeof import('vuetify/components')['VAvatar']
72868
72867
  VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
72868
+ VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
72869
72869
  VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
72870
+ VCheckbox: typeof import('vuetify/components')['VCheckbox']
72871
+ VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
72870
72872
  VCard: typeof import('vuetify/components')['VCard']
72871
72873
  VCardActions: typeof import('vuetify/components')['VCardActions']
72872
72874
  VCardItem: typeof import('vuetify/components')['VCardItem']
@@ -72875,20 +72877,10 @@ declare module '@vue/runtime-core' {
72875
72877
  VCardTitle: typeof import('vuetify/components')['VCardTitle']
72876
72878
  VCarousel: typeof import('vuetify/components')['VCarousel']
72877
72879
  VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
72878
- VCheckbox: typeof import('vuetify/components')['VCheckbox']
72879
- VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
72880
- VCode: typeof import('vuetify/components')['VCode']
72881
72880
  VChip: typeof import('vuetify/components')['VChip']
72882
- VChipGroup: typeof import('vuetify/components')['VChipGroup']
72883
72881
  VColorPicker: typeof import('vuetify/components')['VColorPicker']
72884
- VCounter: typeof import('vuetify/components')['VCounter']
72885
- VDatePicker: typeof import('vuetify/components')['VDatePicker']
72886
- VDatePickerControls: typeof import('vuetify/components')['VDatePickerControls']
72887
- VDatePickerHeader: typeof import('vuetify/components')['VDatePickerHeader']
72888
- VDatePickerMonth: typeof import('vuetify/components')['VDatePickerMonth']
72889
- VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
72890
- VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
72891
72882
  VCombobox: typeof import('vuetify/components')['VCombobox']
72883
+ VChipGroup: typeof import('vuetify/components')['VChipGroup']
72892
72884
  VDataTable: typeof import('vuetify/components')['VDataTable']
72893
72885
  VDataTableHeaders: typeof import('vuetify/components')['VDataTableHeaders']
72894
72886
  VDataTableFooter: typeof import('vuetify/components')['VDataTableFooter']
@@ -72896,27 +72888,38 @@ declare module '@vue/runtime-core' {
72896
72888
  VDataTableRow: typeof import('vuetify/components')['VDataTableRow']
72897
72889
  VDataTableVirtual: typeof import('vuetify/components')['VDataTableVirtual']
72898
72890
  VDataTableServer: typeof import('vuetify/components')['VDataTableServer']
72899
- VDivider: typeof import('vuetify/components')['VDivider']
72891
+ VCode: typeof import('vuetify/components')['VCode']
72892
+ VDatePicker: typeof import('vuetify/components')['VDatePicker']
72893
+ VDatePickerControls: typeof import('vuetify/components')['VDatePickerControls']
72894
+ VDatePickerHeader: typeof import('vuetify/components')['VDatePickerHeader']
72895
+ VDatePickerMonth: typeof import('vuetify/components')['VDatePickerMonth']
72896
+ VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
72897
+ VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
72898
+ VCounter: typeof import('vuetify/components')['VCounter']
72900
72899
  VDialog: typeof import('vuetify/components')['VDialog']
72901
72900
  VEmptyState: typeof import('vuetify/components')['VEmptyState']
72901
+ VField: typeof import('vuetify/components')['VField']
72902
+ VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
72903
+ VDivider: typeof import('vuetify/components')['VDivider']
72902
72904
  VExpansionPanels: typeof import('vuetify/components')['VExpansionPanels']
72903
72905
  VExpansionPanel: typeof import('vuetify/components')['VExpansionPanel']
72904
72906
  VExpansionPanelText: typeof import('vuetify/components')['VExpansionPanelText']
72905
72907
  VExpansionPanelTitle: typeof import('vuetify/components')['VExpansionPanelTitle']
72906
72908
  VFab: typeof import('vuetify/components')['VFab']
72907
- VField: typeof import('vuetify/components')['VField']
72908
- VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
72909
- VFileInput: typeof import('vuetify/components')['VFileInput']
72910
72909
  VFooter: typeof import('vuetify/components')['VFooter']
72910
+ VFileInput: typeof import('vuetify/components')['VFileInput']
72911
+ VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
72911
72912
  VIcon: typeof import('vuetify/components')['VIcon']
72912
72913
  VComponentIcon: typeof import('vuetify/components')['VComponentIcon']
72913
72914
  VSvgIcon: typeof import('vuetify/components')['VSvgIcon']
72914
72915
  VLigatureIcon: typeof import('vuetify/components')['VLigatureIcon']
72915
72916
  VClassIcon: typeof import('vuetify/components')['VClassIcon']
72917
+ VImg: typeof import('vuetify/components')['VImg']
72916
72918
  VItemGroup: typeof import('vuetify/components')['VItemGroup']
72917
72919
  VItem: typeof import('vuetify/components')['VItem']
72918
- VImg: typeof import('vuetify/components')['VImg']
72919
- VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
72920
+ VInput: typeof import('vuetify/components')['VInput']
72921
+ VKbd: typeof import('vuetify/components')['VKbd']
72922
+ VLabel: typeof import('vuetify/components')['VLabel']
72920
72923
  VList: typeof import('vuetify/components')['VList']
72921
72924
  VListGroup: typeof import('vuetify/components')['VListGroup']
72922
72925
  VListImg: typeof import('vuetify/components')['VListImg']
@@ -72926,50 +72929,47 @@ declare module '@vue/runtime-core' {
72926
72929
  VListItemSubtitle: typeof import('vuetify/components')['VListItemSubtitle']
72927
72930
  VListItemTitle: typeof import('vuetify/components')['VListItemTitle']
72928
72931
  VListSubheader: typeof import('vuetify/components')['VListSubheader']
72929
- VInput: typeof import('vuetify/components')['VInput']
72930
- VKbd: typeof import('vuetify/components')['VKbd']
72931
72932
  VMenu: typeof import('vuetify/components')['VMenu']
72932
- VMain: typeof import('vuetify/components')['VMain']
72933
- VLabel: typeof import('vuetify/components')['VLabel']
72934
72933
  VMessages: typeof import('vuetify/components')['VMessages']
72934
+ VMain: typeof import('vuetify/components')['VMain']
72935
72935
  VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
72936
+ VOverlay: typeof import('vuetify/components')['VOverlay']
72936
72937
  VOtpInput: typeof import('vuetify/components')['VOtpInput']
72937
72938
  VPagination: typeof import('vuetify/components')['VPagination']
72938
- VOverlay: typeof import('vuetify/components')['VOverlay']
72939
+ VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
72939
72940
  VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
72940
72941
  VRating: typeof import('vuetify/components')['VRating']
72941
- VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
72942
- VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
72943
- VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
72944
72942
  VSelect: typeof import('vuetify/components')['VSelect']
72943
+ VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
72944
+ VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
72945
72945
  VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
72946
- VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
72947
72946
  VSnackbar: typeof import('vuetify/components')['VSnackbar']
72947
+ VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
72948
72948
  VSheet: typeof import('vuetify/components')['VSheet']
72949
+ VSlider: typeof import('vuetify/components')['VSlider']
72949
72950
  VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
72950
72951
  VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
72951
- VSlider: typeof import('vuetify/components')['VSlider']
72952
- VTable: typeof import('vuetify/components')['VTable']
72952
+ VSwitch: typeof import('vuetify/components')['VSwitch']
72953
72953
  VStepper: typeof import('vuetify/components')['VStepper']
72954
72954
  VStepperActions: typeof import('vuetify/components')['VStepperActions']
72955
72955
  VStepperHeader: typeof import('vuetify/components')['VStepperHeader']
72956
72956
  VStepperItem: typeof import('vuetify/components')['VStepperItem']
72957
72957
  VStepperWindow: typeof import('vuetify/components')['VStepperWindow']
72958
72958
  VStepperWindowItem: typeof import('vuetify/components')['VStepperWindowItem']
72959
- VSwitch: typeof import('vuetify/components')['VSwitch']
72960
- VTextField: typeof import('vuetify/components')['VTextField']
72961
- VTimeline: typeof import('vuetify/components')['VTimeline']
72962
- VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
72963
72959
  VSystemBar: typeof import('vuetify/components')['VSystemBar']
72964
- VTextarea: typeof import('vuetify/components')['VTextarea']
72965
72960
  VTab: typeof import('vuetify/components')['VTab']
72966
72961
  VTabs: typeof import('vuetify/components')['VTabs']
72967
72962
  VTabsWindow: typeof import('vuetify/components')['VTabsWindow']
72968
72963
  VTabsWindowItem: typeof import('vuetify/components')['VTabsWindowItem']
72964
+ VTextarea: typeof import('vuetify/components')['VTextarea']
72965
+ VTable: typeof import('vuetify/components')['VTable']
72966
+ VTextField: typeof import('vuetify/components')['VTextField']
72967
+ VTimeline: typeof import('vuetify/components')['VTimeline']
72968
+ VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
72969
+ VTooltip: typeof import('vuetify/components')['VTooltip']
72969
72970
  VToolbar: typeof import('vuetify/components')['VToolbar']
72970
72971
  VToolbarTitle: typeof import('vuetify/components')['VToolbarTitle']
72971
72972
  VToolbarItems: typeof import('vuetify/components')['VToolbarItems']
72972
- VTooltip: typeof import('vuetify/components')['VTooltip']
72973
72973
  VWindow: typeof import('vuetify/components')['VWindow']
72974
72974
  VWindowItem: typeof import('vuetify/components')['VWindowItem']
72975
72975
  VConfirmEdit: typeof import('vuetify/components')['VConfirmEdit']
@@ -72981,19 +72981,19 @@ declare module '@vue/runtime-core' {
72981
72981
  VRow: typeof import('vuetify/components')['VRow']
72982
72982
  VSpacer: typeof import('vuetify/components')['VSpacer']
72983
72983
  VHover: typeof import('vuetify/components')['VHover']
72984
- VLazy: typeof import('vuetify/components')['VLazy']
72985
72984
  VLayout: typeof import('vuetify/components')['VLayout']
72986
72985
  VLayoutItem: typeof import('vuetify/components')['VLayoutItem']
72986
+ VLazy: typeof import('vuetify/components')['VLazy']
72987
72987
  VLocaleProvider: typeof import('vuetify/components')['VLocaleProvider']
72988
72988
  VNoSsr: typeof import('vuetify/components')['VNoSsr']
72989
72989
  VParallax: typeof import('vuetify/components')['VParallax']
72990
- VRadio: typeof import('vuetify/components')['VRadio']
72991
72990
  VRangeSlider: typeof import('vuetify/components')['VRangeSlider']
72991
+ VRadio: typeof import('vuetify/components')['VRadio']
72992
72992
  VResponsive: typeof import('vuetify/components')['VResponsive']
72993
72993
  VSparkline: typeof import('vuetify/components')['VSparkline']
72994
72994
  VSpeedDial: typeof import('vuetify/components')['VSpeedDial']
72995
72995
  VThemeProvider: typeof import('vuetify/components')['VThemeProvider']
72996
- VValidation: typeof import('vuetify/components')['VValidation']
72996
+ VVirtualScroll: typeof import('vuetify/components')['VVirtualScroll']
72997
72997
  VFabTransition: typeof import('vuetify/components')['VFabTransition']
72998
72998
  VDialogBottomTransition: typeof import('vuetify/components')['VDialogBottomTransition']
72999
72999
  VDialogTopTransition: typeof import('vuetify/components')['VDialogTopTransition']
@@ -73010,10 +73010,7 @@ declare module '@vue/runtime-core' {
73010
73010
  VExpandTransition: typeof import('vuetify/components')['VExpandTransition']
73011
73011
  VExpandXTransition: typeof import('vuetify/components')['VExpandXTransition']
73012
73012
  VDialogTransition: typeof import('vuetify/components')['VDialogTransition']
73013
- VVirtualScroll: typeof import('vuetify/components')['VVirtualScroll']
73014
- VNumberInput: typeof import('vuetify/labs/components')['VNumberInput']
73015
- VPicker: typeof import('vuetify/labs/components')['VPicker']
73016
- VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
73013
+ VValidation: typeof import('vuetify/components')['VValidation']
73017
73014
  VCalendar: typeof import('vuetify/labs/components')['VCalendar']
73018
73015
  VCalendarDay: typeof import('vuetify/labs/components')['VCalendarDay']
73019
73016
  VCalendarHeader: typeof import('vuetify/labs/components')['VCalendarHeader']
@@ -73026,6 +73023,9 @@ declare module '@vue/runtime-core' {
73026
73023
  VTreeview: typeof import('vuetify/labs/components')['VTreeview']
73027
73024
  VTreeviewItem: typeof import('vuetify/labs/components')['VTreeviewItem']
73028
73025
  VTreeviewGroup: typeof import('vuetify/labs/components')['VTreeviewGroup']
73026
+ VPicker: typeof import('vuetify/labs/components')['VPicker']
73027
+ VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
73028
+ VNumberInput: typeof import('vuetify/labs/components')['VNumberInput']
73029
73029
  VTimePicker: typeof import('vuetify/labs/components')['VTimePicker']
73030
73030
  VTimePickerClock: typeof import('vuetify/labs/components')['VTimePickerClock']
73031
73031
  VTimePickerControls: typeof import('vuetify/labs/components')['VTimePickerControls']
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Vuetify v3.6.9-master.2024-06-18
2
+ * Vuetify v3.6.10-master.2024-06-21
3
3
  * Forged by John Leider
4
4
  * Released under the MIT License.
5
5
  */
@@ -28095,7 +28095,7 @@ function createVuetify$1() {
28095
28095
  goTo
28096
28096
  };
28097
28097
  }
28098
- const version$1 = "3.6.9-master.2024-06-18";
28098
+ const version$1 = "3.6.10-master.2024-06-21";
28099
28099
  createVuetify$1.version = version$1;
28100
28100
 
28101
28101
  // Vue's inject() can only be used in setup
@@ -28120,7 +28120,7 @@ const createVuetify = function () {
28120
28120
  ...options
28121
28121
  });
28122
28122
  };
28123
- const version = "3.6.9-master.2024-06-18";
28123
+ const version = "3.6.10-master.2024-06-21";
28124
28124
  createVuetify.version = version;
28125
28125
 
28126
28126
  export { index as blueprints, components, createVuetify, directives, useDate, useDefaults, useDisplay, useGoTo, useLayout, useLocale, useRtl, useTheme, version };