@vuetify/nightly 3.6.14-master.2024-08-02 → 3.6.14-master.2024-08-03

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
@@ -72590,7 +72590,7 @@ interface ClickOutsideDirectiveBinding extends DirectiveBinding {
72590
72590
  }
72591
72591
  declare const ClickOutside: {
72592
72592
  mounted(el: HTMLElement, binding: ClickOutsideDirectiveBinding): void;
72593
- unmounted(el: HTMLElement, binding: ClickOutsideDirectiveBinding): void;
72593
+ beforeUnmount(el: HTMLElement, binding: ClickOutsideDirectiveBinding): void;
72594
72594
  };
72595
72595
 
72596
72596
  type ObserveHandler = (isIntersecting: boolean, entries: IntersectionObserverEntry[], observer: IntersectionObserver) => void;
@@ -72814,42 +72814,43 @@ declare global {
72814
72814
  }
72815
72815
  }
72816
72816
  interface _GlobalComponents {
72817
- VApp: typeof import('vuetify/components')['VApp']
72817
+ VAlert: typeof import('vuetify/components')['VAlert']
72818
+ VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
72818
72819
  VAppBar: typeof import('vuetify/components')['VAppBar']
72819
72820
  VAppBarNavIcon: typeof import('vuetify/components')['VAppBarNavIcon']
72820
72821
  VAppBarTitle: typeof import('vuetify/components')['VAppBarTitle']
72821
- VAlert: typeof import('vuetify/components')['VAlert']
72822
- VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
72822
+ VApp: typeof import('vuetify/components')['VApp']
72823
+ VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
72823
72824
  VBanner: typeof import('vuetify/components')['VBanner']
72824
72825
  VBannerActions: typeof import('vuetify/components')['VBannerActions']
72825
72826
  VBannerText: typeof import('vuetify/components')['VBannerText']
72826
- VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
72827
72827
  VAvatar: typeof import('vuetify/components')['VAvatar']
72828
+ VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
72829
+ VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
72830
+ VBadge: typeof import('vuetify/components')['VBadge']
72828
72831
  VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
72829
72832
  VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
72830
72833
  VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
72831
- VBadge: typeof import('vuetify/components')['VBadge']
72832
- VBtn: typeof import('vuetify/components')['VBtn']
72833
- VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
72834
- VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
72835
- VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
72836
72834
  VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
72835
+ VBtn: typeof import('vuetify/components')['VBtn']
72837
72836
  VCarousel: typeof import('vuetify/components')['VCarousel']
72838
72837
  VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
72838
+ VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
72839
+ VChip: typeof import('vuetify/components')['VChip']
72839
72840
  VCard: typeof import('vuetify/components')['VCard']
72840
72841
  VCardActions: typeof import('vuetify/components')['VCardActions']
72841
72842
  VCardItem: typeof import('vuetify/components')['VCardItem']
72842
72843
  VCardSubtitle: typeof import('vuetify/components')['VCardSubtitle']
72843
72844
  VCardText: typeof import('vuetify/components')['VCardText']
72844
72845
  VCardTitle: typeof import('vuetify/components')['VCardTitle']
72845
- VChip: typeof import('vuetify/components')['VChip']
72846
- VChipGroup: typeof import('vuetify/components')['VChipGroup']
72847
- VCode: typeof import('vuetify/components')['VCode']
72848
72846
  VCheckbox: typeof import('vuetify/components')['VCheckbox']
72849
72847
  VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
72850
- VCombobox: typeof import('vuetify/components')['VCombobox']
72851
72848
  VColorPicker: typeof import('vuetify/components')['VColorPicker']
72849
+ VChipGroup: typeof import('vuetify/components')['VChipGroup']
72850
+ VCode: typeof import('vuetify/components')['VCode']
72851
+ VCombobox: typeof import('vuetify/components')['VCombobox']
72852
72852
  VCounter: typeof import('vuetify/components')['VCounter']
72853
+ VDialog: typeof import('vuetify/components')['VDialog']
72853
72854
  VDataTable: typeof import('vuetify/components')['VDataTable']
72854
72855
  VDataTableHeaders: typeof import('vuetify/components')['VDataTableHeaders']
72855
72856
  VDataTableFooter: typeof import('vuetify/components')['VDataTableFooter']
@@ -72863,7 +72864,6 @@ interface _GlobalComponents {
72863
72864
  VDatePickerMonth: typeof import('vuetify/components')['VDatePickerMonth']
72864
72865
  VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
72865
72866
  VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
72866
- VDialog: typeof import('vuetify/components')['VDialog']
72867
72867
  VEmptyState: typeof import('vuetify/components')['VEmptyState']
72868
72868
  VDivider: typeof import('vuetify/components')['VDivider']
72869
72869
  VExpansionPanels: typeof import('vuetify/components')['VExpansionPanels']
@@ -72871,21 +72871,24 @@ interface _GlobalComponents {
72871
72871
  VExpansionPanelText: typeof import('vuetify/components')['VExpansionPanelText']
72872
72872
  VExpansionPanelTitle: typeof import('vuetify/components')['VExpansionPanelTitle']
72873
72873
  VFab: typeof import('vuetify/components')['VFab']
72874
- VFileInput: typeof import('vuetify/components')['VFileInput']
72874
+ VFooter: typeof import('vuetify/components')['VFooter']
72875
72875
  VField: typeof import('vuetify/components')['VField']
72876
72876
  VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
72877
- VFooter: typeof import('vuetify/components')['VFooter']
72877
+ VFileInput: typeof import('vuetify/components')['VFileInput']
72878
72878
  VIcon: typeof import('vuetify/components')['VIcon']
72879
72879
  VComponentIcon: typeof import('vuetify/components')['VComponentIcon']
72880
72880
  VSvgIcon: typeof import('vuetify/components')['VSvgIcon']
72881
72881
  VLigatureIcon: typeof import('vuetify/components')['VLigatureIcon']
72882
72882
  VClassIcon: typeof import('vuetify/components')['VClassIcon']
72883
- VImg: typeof import('vuetify/components')['VImg']
72884
- VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
72885
72883
  VItemGroup: typeof import('vuetify/components')['VItemGroup']
72886
72884
  VItem: typeof import('vuetify/components')['VItem']
72887
- VInput: typeof import('vuetify/components')['VInput']
72885
+ VImg: typeof import('vuetify/components')['VImg']
72886
+ VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
72887
+ VKbd: typeof import('vuetify/components')['VKbd']
72888
72888
  VLabel: typeof import('vuetify/components')['VLabel']
72889
+ VMain: typeof import('vuetify/components')['VMain']
72890
+ VInput: typeof import('vuetify/components')['VInput']
72891
+ VMessages: typeof import('vuetify/components')['VMessages']
72889
72892
  VList: typeof import('vuetify/components')['VList']
72890
72893
  VListGroup: typeof import('vuetify/components')['VListGroup']
72891
72894
  VListImg: typeof import('vuetify/components')['VListImg']
@@ -72895,53 +72898,56 @@ interface _GlobalComponents {
72895
72898
  VListItemSubtitle: typeof import('vuetify/components')['VListItemSubtitle']
72896
72899
  VListItemTitle: typeof import('vuetify/components')['VListItemTitle']
72897
72900
  VListSubheader: typeof import('vuetify/components')['VListSubheader']
72898
- VKbd: typeof import('vuetify/components')['VKbd']
72899
- VMain: typeof import('vuetify/components')['VMain']
72900
72901
  VMenu: typeof import('vuetify/components')['VMenu']
72901
- VMessages: typeof import('vuetify/components')['VMessages']
72902
72902
  VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
72903
72903
  VOtpInput: typeof import('vuetify/components')['VOtpInput']
72904
72904
  VOverlay: typeof import('vuetify/components')['VOverlay']
72905
72905
  VPagination: typeof import('vuetify/components')['VPagination']
72906
- VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
72907
72906
  VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
72908
- VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
72907
+ VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
72909
72908
  VRating: typeof import('vuetify/components')['VRating']
72909
+ VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
72910
72910
  VSelect: typeof import('vuetify/components')['VSelect']
72911
- VSheet: typeof import('vuetify/components')['VSheet']
72912
- VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
72913
72911
  VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
72912
+ VSheet: typeof import('vuetify/components')['VSheet']
72914
72913
  VSlider: typeof import('vuetify/components')['VSlider']
72914
+ VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
72915
72915
  VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
72916
72916
  VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
72917
72917
  VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
72918
+ VSwitch: typeof import('vuetify/components')['VSwitch']
72918
72919
  VSnackbar: typeof import('vuetify/components')['VSnackbar']
72919
72920
  VSystemBar: typeof import('vuetify/components')['VSystemBar']
72920
- VSwitch: typeof import('vuetify/components')['VSwitch']
72921
+ VStepper: typeof import('vuetify/components')['VStepper']
72922
+ VStepperActions: typeof import('vuetify/components')['VStepperActions']
72923
+ VStepperHeader: typeof import('vuetify/components')['VStepperHeader']
72924
+ VStepperItem: typeof import('vuetify/components')['VStepperItem']
72925
+ VStepperWindow: typeof import('vuetify/components')['VStepperWindow']
72926
+ VStepperWindowItem: typeof import('vuetify/components')['VStepperWindowItem']
72927
+ VTextarea: typeof import('vuetify/components')['VTextarea']
72921
72928
  VTab: typeof import('vuetify/components')['VTab']
72922
72929
  VTabs: typeof import('vuetify/components')['VTabs']
72923
72930
  VTabsWindow: typeof import('vuetify/components')['VTabsWindow']
72924
72931
  VTabsWindowItem: typeof import('vuetify/components')['VTabsWindowItem']
72925
- VTextField: typeof import('vuetify/components')['VTextField']
72926
72932
  VToolbar: typeof import('vuetify/components')['VToolbar']
72927
72933
  VToolbarTitle: typeof import('vuetify/components')['VToolbarTitle']
72928
72934
  VToolbarItems: typeof import('vuetify/components')['VToolbarItems']
72929
- VTable: typeof import('vuetify/components')['VTable']
72930
- VTextarea: typeof import('vuetify/components')['VTextarea']
72931
- VTooltip: typeof import('vuetify/components')['VTooltip']
72935
+ VTextField: typeof import('vuetify/components')['VTextField']
72932
72936
  VTimeline: typeof import('vuetify/components')['VTimeline']
72933
72937
  VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
72938
+ VTable: typeof import('vuetify/components')['VTable']
72939
+ VTooltip: typeof import('vuetify/components')['VTooltip']
72934
72940
  VWindow: typeof import('vuetify/components')['VWindow']
72935
72941
  VWindowItem: typeof import('vuetify/components')['VWindowItem']
72936
72942
  VConfirmEdit: typeof import('vuetify/components')['VConfirmEdit']
72937
72943
  VDataIterator: typeof import('vuetify/components')['VDataIterator']
72938
72944
  VDefaultsProvider: typeof import('vuetify/components')['VDefaultsProvider']
72939
72945
  VForm: typeof import('vuetify/components')['VForm']
72946
+ VHover: typeof import('vuetify/components')['VHover']
72940
72947
  VContainer: typeof import('vuetify/components')['VContainer']
72941
72948
  VCol: typeof import('vuetify/components')['VCol']
72942
72949
  VRow: typeof import('vuetify/components')['VRow']
72943
72950
  VSpacer: typeof import('vuetify/components')['VSpacer']
72944
- VHover: typeof import('vuetify/components')['VHover']
72945
72951
  VLayout: typeof import('vuetify/components')['VLayout']
72946
72952
  VLayoutItem: typeof import('vuetify/components')['VLayoutItem']
72947
72953
  VLazy: typeof import('vuetify/components')['VLazy']
@@ -72954,8 +72960,8 @@ interface _GlobalComponents {
72954
72960
  VSparkline: typeof import('vuetify/components')['VSparkline']
72955
72961
  VSpeedDial: typeof import('vuetify/components')['VSpeedDial']
72956
72962
  VThemeProvider: typeof import('vuetify/components')['VThemeProvider']
72957
- VValidation: typeof import('vuetify/components')['VValidation']
72958
72963
  VVirtualScroll: typeof import('vuetify/components')['VVirtualScroll']
72964
+ VValidation: typeof import('vuetify/components')['VValidation']
72959
72965
  VFabTransition: typeof import('vuetify/components')['VFabTransition']
72960
72966
  VDialogBottomTransition: typeof import('vuetify/components')['VDialogBottomTransition']
72961
72967
  VDialogTopTransition: typeof import('vuetify/components')['VDialogTopTransition']
@@ -72972,27 +72978,21 @@ interface _GlobalComponents {
72972
72978
  VExpandTransition: typeof import('vuetify/components')['VExpandTransition']
72973
72979
  VExpandXTransition: typeof import('vuetify/components')['VExpandXTransition']
72974
72980
  VDialogTransition: typeof import('vuetify/components')['VDialogTransition']
72975
- VStepper: typeof import('vuetify/components')['VStepper']
72976
- VStepperActions: typeof import('vuetify/components')['VStepperActions']
72977
- VStepperHeader: typeof import('vuetify/components')['VStepperHeader']
72978
- VStepperItem: typeof import('vuetify/components')['VStepperItem']
72979
- VStepperWindow: typeof import('vuetify/components')['VStepperWindow']
72980
- VStepperWindowItem: typeof import('vuetify/components')['VStepperWindowItem']
72981
- VNumberInput: typeof import('vuetify/labs/components')['VNumberInput']
72982
72981
  VCalendar: typeof import('vuetify/labs/components')['VCalendar']
72983
72982
  VCalendarDay: typeof import('vuetify/labs/components')['VCalendarDay']
72984
72983
  VCalendarHeader: typeof import('vuetify/labs/components')['VCalendarHeader']
72985
72984
  VCalendarInterval: typeof import('vuetify/labs/components')['VCalendarInterval']
72986
72985
  VCalendarIntervalEvent: typeof import('vuetify/labs/components')['VCalendarIntervalEvent']
72987
72986
  VCalendarMonthDay: typeof import('vuetify/labs/components')['VCalendarMonthDay']
72987
+ VNumberInput: typeof import('vuetify/labs/components')['VNumberInput']
72988
+ VTimePicker: typeof import('vuetify/labs/components')['VTimePicker']
72989
+ VTimePickerClock: typeof import('vuetify/labs/components')['VTimePickerClock']
72990
+ VTimePickerControls: typeof import('vuetify/labs/components')['VTimePickerControls']
72988
72991
  VStepperVertical: typeof import('vuetify/labs/components')['VStepperVertical']
72989
72992
  VStepperVerticalItem: typeof import('vuetify/labs/components')['VStepperVerticalItem']
72990
72993
  VStepperVerticalActions: typeof import('vuetify/labs/components')['VStepperVerticalActions']
72991
72994
  VPicker: typeof import('vuetify/labs/components')['VPicker']
72992
72995
  VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
72993
- VTimePicker: typeof import('vuetify/labs/components')['VTimePicker']
72994
- VTimePickerClock: typeof import('vuetify/labs/components')['VTimePickerClock']
72995
- VTimePickerControls: typeof import('vuetify/labs/components')['VTimePickerControls']
72996
72996
  VTreeview: typeof import('vuetify/labs/components')['VTreeview']
72997
72997
  VTreeviewItem: typeof import('vuetify/labs/components')['VTreeviewItem']
72998
72998
  VTreeviewGroup: typeof import('vuetify/labs/components')['VTreeviewGroup']
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Vuetify v3.6.14-master.2024-08-02
2
+ * Vuetify v3.6.14-master.2024-08-03
3
3
  * Forged by John Leider
4
4
  * Released under the MIT License.
5
5
  */
@@ -10930,7 +10930,7 @@ const ClickOutside = {
10930
10930
  onMousedown
10931
10931
  };
10932
10932
  },
10933
- unmounted(el, binding) {
10933
+ beforeUnmount(el, binding) {
10934
10934
  if (!el._clickOutside) return;
10935
10935
  handleShadow(el, app => {
10936
10936
  if (!app || !el._clickOutside?.[binding.instance.$.uid]) return;
@@ -28138,7 +28138,7 @@ function createVuetify$1() {
28138
28138
  goTo
28139
28139
  };
28140
28140
  }
28141
- const version$1 = "3.6.14-master.2024-08-02";
28141
+ const version$1 = "3.6.14-master.2024-08-03";
28142
28142
  createVuetify$1.version = version$1;
28143
28143
 
28144
28144
  // Vue's inject() can only be used in setup
@@ -28163,7 +28163,7 @@ const createVuetify = function () {
28163
28163
  ...options
28164
28164
  });
28165
28165
  };
28166
- const version = "3.6.14-master.2024-08-02";
28166
+ const version = "3.6.14-master.2024-08-03";
28167
28167
  createVuetify.version = version;
28168
28168
 
28169
28169
  export { index as blueprints, components, createVuetify, directives, useDate, useDefaults, useDisplay, useGoTo, useLayout, useLocale, useRtl, useTheme, version };