@vuetify/nightly 3.6.11-master.2024-07-03 → 3.6.11-master.2024-07-06

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,28 +72847,30 @@ declare module '@vue/runtime-core' {
72847
72847
  }
72848
72848
 
72849
72849
  export interface GlobalComponents {
72850
- VAlert: typeof import('vuetify/components')['VAlert']
72851
- VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
72850
+ VApp: typeof import('vuetify/components')['VApp']
72851
+ VAvatar: typeof import('vuetify/components')['VAvatar']
72852
72852
  VAppBar: typeof import('vuetify/components')['VAppBar']
72853
72853
  VAppBarNavIcon: typeof import('vuetify/components')['VAppBarNavIcon']
72854
72854
  VAppBarTitle: typeof import('vuetify/components')['VAppBarTitle']
72855
- VApp: typeof import('vuetify/components')['VApp']
72856
72855
  VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
72857
- VAvatar: typeof import('vuetify/components')['VAvatar']
72856
+ VAlert: typeof import('vuetify/components')['VAlert']
72857
+ VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
72858
+ VBadge: typeof import('vuetify/components')['VBadge']
72859
+ VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
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
- VBadge: typeof import('vuetify/components')['VBadge']
72863
+ VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
72863
72864
  VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
72864
72865
  VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
72865
72866
  VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
72866
- VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
72867
- VBtn: typeof import('vuetify/components')['VBtn']
72868
- VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
72869
72867
  VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
72868
+ VBtn: typeof import('vuetify/components')['VBtn']
72869
+ VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
72870
72870
  VCarousel: typeof import('vuetify/components')['VCarousel']
72871
72871
  VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
72872
+ VCheckbox: typeof import('vuetify/components')['VCheckbox']
72873
+ VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
72872
72874
  VCard: typeof import('vuetify/components')['VCard']
72873
72875
  VCardActions: typeof import('vuetify/components')['VCardActions']
72874
72876
  VCardItem: typeof import('vuetify/components')['VCardItem']
@@ -72876,14 +72878,16 @@ declare module '@vue/runtime-core' {
72876
72878
  VCardText: typeof import('vuetify/components')['VCardText']
72877
72879
  VCardTitle: typeof import('vuetify/components')['VCardTitle']
72878
72880
  VChip: typeof import('vuetify/components')['VChip']
72879
- VCheckbox: typeof import('vuetify/components')['VCheckbox']
72880
- VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
72881
72881
  VChipGroup: typeof import('vuetify/components')['VChipGroup']
72882
72882
  VColorPicker: typeof import('vuetify/components')['VColorPicker']
72883
- VCounter: typeof import('vuetify/components')['VCounter']
72884
- VCode: typeof import('vuetify/components')['VCode']
72885
- VDialog: typeof import('vuetify/components')['VDialog']
72886
72883
  VCombobox: typeof import('vuetify/components')['VCombobox']
72884
+ VCode: typeof import('vuetify/components')['VCode']
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']
72887
72891
  VDataTable: typeof import('vuetify/components')['VDataTable']
72888
72892
  VDataTableHeaders: typeof import('vuetify/components')['VDataTableHeaders']
72889
72893
  VDataTableFooter: typeof import('vuetify/components')['VDataTableFooter']
@@ -72891,35 +72895,30 @@ declare module '@vue/runtime-core' {
72891
72895
  VDataTableRow: typeof import('vuetify/components')['VDataTableRow']
72892
72896
  VDataTableVirtual: typeof import('vuetify/components')['VDataTableVirtual']
72893
72897
  VDataTableServer: typeof import('vuetify/components')['VDataTableServer']
72894
- VDatePicker: typeof import('vuetify/components')['VDatePicker']
72895
- VDatePickerControls: typeof import('vuetify/components')['VDatePickerControls']
72896
- VDatePickerHeader: typeof import('vuetify/components')['VDatePickerHeader']
72897
- VDatePickerMonth: typeof import('vuetify/components')['VDatePickerMonth']
72898
- VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
72899
- VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
72900
- VDivider: typeof import('vuetify/components')['VDivider']
72898
+ VDialog: typeof import('vuetify/components')['VDialog']
72899
+ VCounter: typeof import('vuetify/components')['VCounter']
72901
72900
  VEmptyState: typeof import('vuetify/components')['VEmptyState']
72901
+ VFooter: typeof import('vuetify/components')['VFooter']
72902
+ VFileInput: typeof import('vuetify/components')['VFileInput']
72902
72903
  VFab: typeof import('vuetify/components')['VFab']
72903
72904
  VExpansionPanels: typeof import('vuetify/components')['VExpansionPanels']
72904
72905
  VExpansionPanel: typeof import('vuetify/components')['VExpansionPanel']
72905
72906
  VExpansionPanelText: typeof import('vuetify/components')['VExpansionPanelText']
72906
72907
  VExpansionPanelTitle: typeof import('vuetify/components')['VExpansionPanelTitle']
72908
+ VDivider: typeof import('vuetify/components')['VDivider']
72907
72909
  VField: typeof import('vuetify/components')['VField']
72908
72910
  VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
72909
- VFileInput: typeof import('vuetify/components')['VFileInput']
72910
72911
  VIcon: typeof import('vuetify/components')['VIcon']
72911
72912
  VComponentIcon: typeof import('vuetify/components')['VComponentIcon']
72912
72913
  VSvgIcon: typeof import('vuetify/components')['VSvgIcon']
72913
72914
  VLigatureIcon: typeof import('vuetify/components')['VLigatureIcon']
72914
72915
  VClassIcon: typeof import('vuetify/components')['VClassIcon']
72915
- VFooter: typeof import('vuetify/components')['VFooter']
72916
72916
  VImg: typeof import('vuetify/components')['VImg']
72917
- VInput: typeof import('vuetify/components')['VInput']
72918
72917
  VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
72919
72918
  VItemGroup: typeof import('vuetify/components')['VItemGroup']
72920
72919
  VItem: typeof import('vuetify/components')['VItem']
72920
+ VInput: typeof import('vuetify/components')['VInput']
72921
72921
  VLabel: typeof import('vuetify/components')['VLabel']
72922
- VKbd: typeof import('vuetify/components')['VKbd']
72923
72922
  VList: typeof import('vuetify/components')['VList']
72924
72923
  VListGroup: typeof import('vuetify/components')['VListGroup']
72925
72924
  VListImg: typeof import('vuetify/components')['VListImg']
@@ -72929,47 +72928,48 @@ declare module '@vue/runtime-core' {
72929
72928
  VListItemSubtitle: typeof import('vuetify/components')['VListItemSubtitle']
72930
72929
  VListItemTitle: typeof import('vuetify/components')['VListItemTitle']
72931
72930
  VListSubheader: typeof import('vuetify/components')['VListSubheader']
72931
+ VKbd: typeof import('vuetify/components')['VKbd']
72932
72932
  VMain: typeof import('vuetify/components')['VMain']
72933
72933
  VMenu: typeof import('vuetify/components')['VMenu']
72934
- VMessages: typeof import('vuetify/components')['VMessages']
72935
72934
  VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
72935
+ VMessages: typeof import('vuetify/components')['VMessages']
72936
72936
  VOtpInput: typeof import('vuetify/components')['VOtpInput']
72937
- VPagination: typeof import('vuetify/components')['VPagination']
72938
72937
  VOverlay: typeof import('vuetify/components')['VOverlay']
72938
+ VPagination: typeof import('vuetify/components')['VPagination']
72939
72939
  VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
72940
72940
  VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
72941
72941
  VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
72942
- VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
72943
72942
  VRating: typeof import('vuetify/components')['VRating']
72943
+ VSelect: typeof import('vuetify/components')['VSelect']
72944
72944
  VSheet: typeof import('vuetify/components')['VSheet']
72945
+ VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
72945
72946
  VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
72946
- VSelect: typeof import('vuetify/components')['VSelect']
72947
- VSlider: typeof import('vuetify/components')['VSlider']
72948
72947
  VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
72949
- VSnackbar: typeof import('vuetify/components')['VSnackbar']
72950
72948
  VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
72951
72949
  VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
72950
+ VSlider: typeof import('vuetify/components')['VSlider']
72951
+ VSnackbar: typeof import('vuetify/components')['VSnackbar']
72952
72952
  VStepper: typeof import('vuetify/components')['VStepper']
72953
72953
  VStepperActions: typeof import('vuetify/components')['VStepperActions']
72954
72954
  VStepperHeader: typeof import('vuetify/components')['VStepperHeader']
72955
72955
  VStepperItem: typeof import('vuetify/components')['VStepperItem']
72956
72956
  VStepperWindow: typeof import('vuetify/components')['VStepperWindow']
72957
72957
  VStepperWindowItem: typeof import('vuetify/components')['VStepperWindowItem']
72958
- VSystemBar: typeof import('vuetify/components')['VSystemBar']
72959
- VSwitch: typeof import('vuetify/components')['VSwitch']
72960
- VTextField: typeof import('vuetify/components')['VTextField']
72961
72958
  VTab: typeof import('vuetify/components')['VTab']
72962
72959
  VTabs: typeof import('vuetify/components')['VTabs']
72963
72960
  VTabsWindow: typeof import('vuetify/components')['VTabsWindow']
72964
72961
  VTabsWindowItem: typeof import('vuetify/components')['VTabsWindowItem']
72962
+ VSwitch: typeof import('vuetify/components')['VSwitch']
72963
+ VSystemBar: typeof import('vuetify/components')['VSystemBar']
72965
72964
  VTextarea: typeof import('vuetify/components')['VTextarea']
72966
72965
  VTable: typeof import('vuetify/components')['VTable']
72966
+ VTextField: typeof import('vuetify/components')['VTextField']
72967
+ VTooltip: typeof import('vuetify/components')['VTooltip']
72967
72968
  VTimeline: typeof import('vuetify/components')['VTimeline']
72968
72969
  VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
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']
@@ -72993,6 +72993,7 @@ declare module '@vue/runtime-core' {
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
+ VVirtualScroll: typeof import('vuetify/components')['VVirtualScroll']
72996
72997
  VValidation: typeof import('vuetify/components')['VValidation']
72997
72998
  VFabTransition: typeof import('vuetify/components')['VFabTransition']
72998
72999
  VDialogBottomTransition: typeof import('vuetify/components')['VDialogBottomTransition']
@@ -73010,7 +73011,6 @@ declare module '@vue/runtime-core' {
73010
73011
  VExpandTransition: typeof import('vuetify/components')['VExpandTransition']
73011
73012
  VExpandXTransition: typeof import('vuetify/components')['VExpandXTransition']
73012
73013
  VDialogTransition: typeof import('vuetify/components')['VDialogTransition']
73013
- VVirtualScroll: typeof import('vuetify/components')['VVirtualScroll']
73014
73014
  VCalendar: typeof import('vuetify/labs/components')['VCalendar']
73015
73015
  VCalendarDay: typeof import('vuetify/labs/components')['VCalendarDay']
73016
73016
  VCalendarHeader: typeof import('vuetify/labs/components')['VCalendarHeader']
@@ -73023,14 +73023,14 @@ declare module '@vue/runtime-core' {
73023
73023
  VTimePicker: typeof import('vuetify/labs/components')['VTimePicker']
73024
73024
  VTimePickerClock: typeof import('vuetify/labs/components')['VTimePickerClock']
73025
73025
  VTimePickerControls: typeof import('vuetify/labs/components')['VTimePickerControls']
73026
- VStepperVertical: typeof import('vuetify/labs/components')['VStepperVertical']
73027
- VStepperVerticalItem: typeof import('vuetify/labs/components')['VStepperVerticalItem']
73028
- VStepperVerticalActions: typeof import('vuetify/labs/components')['VStepperVerticalActions']
73029
73026
  VTreeview: typeof import('vuetify/labs/components')['VTreeview']
73030
73027
  VTreeviewItem: typeof import('vuetify/labs/components')['VTreeviewItem']
73031
73028
  VTreeviewGroup: typeof import('vuetify/labs/components')['VTreeviewGroup']
73029
+ VStepperVertical: typeof import('vuetify/labs/components')['VStepperVertical']
73030
+ VStepperVerticalItem: typeof import('vuetify/labs/components')['VStepperVerticalItem']
73031
+ VStepperVerticalActions: typeof import('vuetify/labs/components')['VStepperVerticalActions']
73032
73032
  VDateInput: typeof import('vuetify/labs/components')['VDateInput']
73033
- VPullToRefresh: typeof import('vuetify/labs/components')['VPullToRefresh']
73034
73033
  VSnackbarQueue: typeof import('vuetify/labs/components')['VSnackbarQueue']
73034
+ VPullToRefresh: typeof import('vuetify/labs/components')['VPullToRefresh']
73035
73035
  }
73036
73036
  }
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Vuetify v3.6.11-master.2024-07-03
2
+ * Vuetify v3.6.11-master.2024-07-06
3
3
  * Forged by John Leider
4
4
  * Released under the MIT License.
5
5
  */
@@ -28097,7 +28097,7 @@ function createVuetify$1() {
28097
28097
  goTo
28098
28098
  };
28099
28099
  }
28100
- const version$1 = "3.6.11-master.2024-07-03";
28100
+ const version$1 = "3.6.11-master.2024-07-06";
28101
28101
  createVuetify$1.version = version$1;
28102
28102
 
28103
28103
  // Vue's inject() can only be used in setup
@@ -28122,7 +28122,7 @@ const createVuetify = function () {
28122
28122
  ...options
28123
28123
  });
28124
28124
  };
28125
- const version = "3.6.11-master.2024-07-03";
28125
+ const version = "3.6.11-master.2024-07-06";
28126
28126
  createVuetify.version = version;
28127
28127
 
28128
28128
  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.6.11-master.2024-07-03
2
+ * Vuetify v3.6.11-master.2024-07-06
3
3
  * Forged by John Leider
4
4
  * Released under the MIT License.
5
5
  */
@@ -28101,7 +28101,7 @@
28101
28101
  goTo
28102
28102
  };
28103
28103
  }
28104
- const version$1 = "3.6.11-master.2024-07-03";
28104
+ const version$1 = "3.6.11-master.2024-07-06";
28105
28105
  createVuetify$1.version = version$1;
28106
28106
 
28107
28107
  // Vue's inject() can only be used in setup
@@ -28126,7 +28126,7 @@
28126
28126
  ...options
28127
28127
  });
28128
28128
  };
28129
- const version = "3.6.11-master.2024-07-03";
28129
+ const version = "3.6.11-master.2024-07-06";
28130
28130
  createVuetify.version = version;
28131
28131
 
28132
28132
  exports.blueprints = index;