@vuetify/nightly 3.7.0-master.2024-08-17 → 3.7.0-master.2024-08-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
@@ -29631,6 +29631,7 @@ declare const VDialog: {
29631
29631
  targetRef: TemplateRef;
29632
29632
  }) => vue.VNodeChild) | undefined;
29633
29633
  } & {
29634
+ onAfterEnter?: (() => any) | undefined;
29634
29635
  onAfterLeave?: (() => any) | undefined;
29635
29636
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
29636
29637
  }, Omit<Omit<{
@@ -30089,6 +30090,7 @@ declare const VDialog: {
30089
30090
  updateLocation: vue.Ref<((e: Event) => void) | undefined>;
30090
30091
  }> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "opacity" | "target" | "class" | "ref" | "onAfterEnter" | "onAfterLeave" | "$children" | "theme" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:modelValue" | "contentClass" | "activator" | "v-slot:activator" | "closeDelay" | "openDelay" | "contentProps" | "attach" | "onClick:outside" | ("absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "_disableGlobalStack")>, `$${any}`>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
30091
30092
  'update:modelValue': (value: boolean) => true;
30093
+ afterEnter: () => true;
30092
30094
  afterLeave: () => true;
30093
30095
  }, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
30094
30096
  absolute: boolean;
@@ -30172,6 +30174,7 @@ declare const VDialog: {
30172
30174
  targetRef: TemplateRef;
30173
30175
  }) => vue.VNodeChild) | undefined;
30174
30176
  } & {
30177
+ onAfterEnter?: (() => any) | undefined;
30175
30178
  onAfterLeave?: (() => any) | undefined;
30176
30179
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
30177
30180
  }, {
@@ -30303,6 +30306,7 @@ declare const VDialog: {
30303
30306
  targetRef: TemplateRef;
30304
30307
  }) => vue.VNodeChild) | undefined;
30305
30308
  } & {
30309
+ onAfterEnter?: (() => any) | undefined;
30306
30310
  onAfterLeave?: (() => any) | undefined;
30307
30311
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
30308
30312
  }, Omit<Omit<{
@@ -30876,6 +30880,7 @@ declare const VDialog: {
30876
30880
  targetRef: TemplateRef;
30877
30881
  }) => vue.VNodeChild) | undefined;
30878
30882
  } & {
30883
+ onAfterEnter?: (() => any) | undefined;
30879
30884
  onAfterLeave?: (() => any) | undefined;
30880
30885
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
30881
30886
  }, Omit<Omit<{
@@ -31334,6 +31339,7 @@ declare const VDialog: {
31334
31339
  updateLocation: vue.Ref<((e: Event) => void) | undefined>;
31335
31340
  }> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "opacity" | "target" | "class" | "ref" | "onAfterEnter" | "onAfterLeave" | "$children" | "theme" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:modelValue" | "contentClass" | "activator" | "v-slot:activator" | "closeDelay" | "openDelay" | "contentProps" | "attach" | "onClick:outside" | ("absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "_disableGlobalStack")>, `$${any}`>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
31336
31341
  'update:modelValue': (value: boolean) => true;
31342
+ afterEnter: () => true;
31337
31343
  afterLeave: () => true;
31338
31344
  }, string, {
31339
31345
  absolute: boolean;
@@ -66718,35 +66724,47 @@ declare module 'vue' {
66718
66724
  VApp: typeof import('vuetify/components')['VApp']
66719
66725
  VAlert: typeof import('vuetify/components')['VAlert']
66720
66726
  VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
66721
- VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
66722
- VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
66727
+ VAppBar: typeof import('vuetify/components')['VAppBar']
66728
+ VAppBarNavIcon: typeof import('vuetify/components')['VAppBarNavIcon']
66729
+ VAppBarTitle: typeof import('vuetify/components')['VAppBarTitle']
66723
66730
  VBanner: typeof import('vuetify/components')['VBanner']
66724
66731
  VBannerActions: typeof import('vuetify/components')['VBannerActions']
66725
66732
  VBannerText: typeof import('vuetify/components')['VBannerText']
66726
- VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
66733
+ VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
66727
66734
  VBadge: typeof import('vuetify/components')['VBadge']
66735
+ VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
66736
+ VAvatar: typeof import('vuetify/components')['VAvatar']
66737
+ VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
66738
+ VBtn: typeof import('vuetify/components')['VBtn']
66728
66739
  VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
66729
66740
  VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
66730
66741
  VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
66731
- VBtn: typeof import('vuetify/components')['VBtn']
66742
+ VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
66732
66743
  VCard: typeof import('vuetify/components')['VCard']
66733
66744
  VCardActions: typeof import('vuetify/components')['VCardActions']
66734
66745
  VCardItem: typeof import('vuetify/components')['VCardItem']
66735
66746
  VCardSubtitle: typeof import('vuetify/components')['VCardSubtitle']
66736
66747
  VCardText: typeof import('vuetify/components')['VCardText']
66737
66748
  VCardTitle: typeof import('vuetify/components')['VCardTitle']
66738
- VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
66739
- VCode: typeof import('vuetify/components')['VCode']
66749
+ VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
66740
66750
  VChip: typeof import('vuetify/components')['VChip']
66741
66751
  VCarousel: typeof import('vuetify/components')['VCarousel']
66742
66752
  VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
66743
- VColorPicker: typeof import('vuetify/components')['VColorPicker']
66753
+ VCode: typeof import('vuetify/components')['VCode']
66754
+ VChipGroup: typeof import('vuetify/components')['VChipGroup']
66744
66755
  VCheckbox: typeof import('vuetify/components')['VCheckbox']
66745
66756
  VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
66746
- VCounter: typeof import('vuetify/components')['VCounter']
66747
- VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
66757
+ VColorPicker: typeof import('vuetify/components')['VColorPicker']
66748
66758
  VCombobox: typeof import('vuetify/components')['VCombobox']
66749
- VChipGroup: typeof import('vuetify/components')['VChipGroup']
66759
+ VCounter: typeof import('vuetify/components')['VCounter']
66760
+ VDataTable: typeof import('vuetify/components')['VDataTable']
66761
+ VDataTableHeaders: typeof import('vuetify/components')['VDataTableHeaders']
66762
+ VDataTableFooter: typeof import('vuetify/components')['VDataTableFooter']
66763
+ VDataTableRows: typeof import('vuetify/components')['VDataTableRows']
66764
+ VDataTableRow: typeof import('vuetify/components')['VDataTableRow']
66765
+ VDataTableVirtual: typeof import('vuetify/components')['VDataTableVirtual']
66766
+ VDataTableServer: typeof import('vuetify/components')['VDataTableServer']
66767
+ VDialog: typeof import('vuetify/components')['VDialog']
66750
66768
  VDatePicker: typeof import('vuetify/components')['VDatePicker']
66751
66769
  VDatePickerControls: typeof import('vuetify/components')['VDatePickerControls']
66752
66770
  VDatePickerHeader: typeof import('vuetify/components')['VDatePickerHeader']
@@ -66758,34 +66776,24 @@ declare module 'vue' {
66758
66776
  VExpansionPanelText: typeof import('vuetify/components')['VExpansionPanelText']
66759
66777
  VExpansionPanelTitle: typeof import('vuetify/components')['VExpansionPanelTitle']
66760
66778
  VEmptyState: typeof import('vuetify/components')['VEmptyState']
66761
- VDataTable: typeof import('vuetify/components')['VDataTable']
66762
- VDataTableHeaders: typeof import('vuetify/components')['VDataTableHeaders']
66763
- VDataTableFooter: typeof import('vuetify/components')['VDataTableFooter']
66764
- VDataTableRows: typeof import('vuetify/components')['VDataTableRows']
66765
- VDataTableRow: typeof import('vuetify/components')['VDataTableRow']
66766
- VDataTableVirtual: typeof import('vuetify/components')['VDataTableVirtual']
66767
- VDataTableServer: typeof import('vuetify/components')['VDataTableServer']
66768
- VFab: typeof import('vuetify/components')['VFab']
66769
66779
  VDivider: typeof import('vuetify/components')['VDivider']
66770
- VFileInput: typeof import('vuetify/components')['VFileInput']
66780
+ VFooter: typeof import('vuetify/components')['VFooter']
66781
+ VFab: typeof import('vuetify/components')['VFab']
66771
66782
  VField: typeof import('vuetify/components')['VField']
66772
66783
  VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
66773
- VFooter: typeof import('vuetify/components')['VFooter']
66774
- VItemGroup: typeof import('vuetify/components')['VItemGroup']
66775
- VItem: typeof import('vuetify/components')['VItem']
66776
- VInput: typeof import('vuetify/components')['VInput']
66784
+ VImg: typeof import('vuetify/components')['VImg']
66785
+ VFileInput: typeof import('vuetify/components')['VFileInput']
66777
66786
  VIcon: typeof import('vuetify/components')['VIcon']
66778
66787
  VComponentIcon: typeof import('vuetify/components')['VComponentIcon']
66779
66788
  VSvgIcon: typeof import('vuetify/components')['VSvgIcon']
66780
66789
  VLigatureIcon: typeof import('vuetify/components')['VLigatureIcon']
66781
66790
  VClassIcon: typeof import('vuetify/components')['VClassIcon']
66782
- VImg: typeof import('vuetify/components')['VImg']
66791
+ VInput: typeof import('vuetify/components')['VInput']
66783
66792
  VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
66784
- VKbd: typeof import('vuetify/components')['VKbd']
66785
66793
  VLabel: typeof import('vuetify/components')['VLabel']
66786
- VMain: typeof import('vuetify/components')['VMain']
66787
- VMenu: typeof import('vuetify/components')['VMenu']
66788
- VMessages: typeof import('vuetify/components')['VMessages']
66794
+ VKbd: typeof import('vuetify/components')['VKbd']
66795
+ VItemGroup: typeof import('vuetify/components')['VItemGroup']
66796
+ VItem: typeof import('vuetify/components')['VItem']
66789
66797
  VList: typeof import('vuetify/components')['VList']
66790
66798
  VListGroup: typeof import('vuetify/components')['VListGroup']
66791
66799
  VListImg: typeof import('vuetify/components')['VListImg']
@@ -66795,69 +66803,69 @@ declare module 'vue' {
66795
66803
  VListItemSubtitle: typeof import('vuetify/components')['VListItemSubtitle']
66796
66804
  VListItemTitle: typeof import('vuetify/components')['VListItemTitle']
66797
66805
  VListSubheader: typeof import('vuetify/components')['VListSubheader']
66798
- VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
66806
+ VMain: typeof import('vuetify/components')['VMain']
66807
+ VMessages: typeof import('vuetify/components')['VMessages']
66808
+ VMenu: typeof import('vuetify/components')['VMenu']
66799
66809
  VOtpInput: typeof import('vuetify/components')['VOtpInput']
66810
+ VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
66800
66811
  VOverlay: typeof import('vuetify/components')['VOverlay']
66801
- VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
66802
66812
  VPagination: typeof import('vuetify/components')['VPagination']
66803
- VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
66813
+ VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
66804
66814
  VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
66805
66815
  VRating: typeof import('vuetify/components')['VRating']
66816
+ VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
66806
66817
  VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
66807
- VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
66808
66818
  VSelect: typeof import('vuetify/components')['VSelect']
66819
+ VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
66820
+ VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
66821
+ VSheet: typeof import('vuetify/components')['VSheet']
66809
66822
  VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
66810
66823
  VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
66811
- VSnackbar: typeof import('vuetify/components')['VSnackbar']
66812
- VSwitch: typeof import('vuetify/components')['VSwitch']
66813
- VSheet: typeof import('vuetify/components')['VSheet']
66814
- VTextarea: typeof import('vuetify/components')['VTextarea']
66815
- VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
66824
+ VSlider: typeof import('vuetify/components')['VSlider']
66816
66825
  VStepper: typeof import('vuetify/components')['VStepper']
66817
66826
  VStepperActions: typeof import('vuetify/components')['VStepperActions']
66818
66827
  VStepperHeader: typeof import('vuetify/components')['VStepperHeader']
66819
66828
  VStepperItem: typeof import('vuetify/components')['VStepperItem']
66820
66829
  VStepperWindow: typeof import('vuetify/components')['VStepperWindow']
66821
66830
  VStepperWindowItem: typeof import('vuetify/components')['VStepperWindowItem']
66822
- VSystemBar: typeof import('vuetify/components')['VSystemBar']
66823
- VTimeline: typeof import('vuetify/components')['VTimeline']
66824
- VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
66831
+ VSnackbar: typeof import('vuetify/components')['VSnackbar']
66825
66832
  VTab: typeof import('vuetify/components')['VTab']
66826
66833
  VTabs: typeof import('vuetify/components')['VTabs']
66827
66834
  VTabsWindow: typeof import('vuetify/components')['VTabsWindow']
66828
66835
  VTabsWindowItem: typeof import('vuetify/components')['VTabsWindowItem']
66829
- VTable: typeof import('vuetify/components')['VTable']
66836
+ VSystemBar: typeof import('vuetify/components')['VSystemBar']
66837
+ VTextField: typeof import('vuetify/components')['VTextField']
66830
66838
  VToolbar: typeof import('vuetify/components')['VToolbar']
66831
66839
  VToolbarTitle: typeof import('vuetify/components')['VToolbarTitle']
66832
66840
  VToolbarItems: typeof import('vuetify/components')['VToolbarItems']
66841
+ VTextarea: typeof import('vuetify/components')['VTextarea']
66842
+ VTimeline: typeof import('vuetify/components')['VTimeline']
66843
+ VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
66833
66844
  VTooltip: typeof import('vuetify/components')['VTooltip']
66834
- VTextField: typeof import('vuetify/components')['VTextField']
66835
66845
  VWindow: typeof import('vuetify/components')['VWindow']
66836
66846
  VWindowItem: typeof import('vuetify/components')['VWindowItem']
66837
- VAvatar: typeof import('vuetify/components')['VAvatar']
66838
66847
  VConfirmEdit: typeof import('vuetify/components')['VConfirmEdit']
66839
66848
  VDataIterator: typeof import('vuetify/components')['VDataIterator']
66840
66849
  VDefaultsProvider: typeof import('vuetify/components')['VDefaultsProvider']
66841
66850
  VForm: typeof import('vuetify/components')['VForm']
66842
- VHover: typeof import('vuetify/components')['VHover']
66843
66851
  VContainer: typeof import('vuetify/components')['VContainer']
66844
66852
  VCol: typeof import('vuetify/components')['VCol']
66845
66853
  VRow: typeof import('vuetify/components')['VRow']
66846
66854
  VSpacer: typeof import('vuetify/components')['VSpacer']
66855
+ VHover: typeof import('vuetify/components')['VHover']
66856
+ VLazy: typeof import('vuetify/components')['VLazy']
66847
66857
  VLayout: typeof import('vuetify/components')['VLayout']
66848
66858
  VLayoutItem: typeof import('vuetify/components')['VLayoutItem']
66849
- VLazy: typeof import('vuetify/components')['VLazy']
66850
66859
  VLocaleProvider: typeof import('vuetify/components')['VLocaleProvider']
66851
- VParallax: typeof import('vuetify/components')['VParallax']
66852
- VRadio: typeof import('vuetify/components')['VRadio']
66853
66860
  VNoSsr: typeof import('vuetify/components')['VNoSsr']
66861
+ VRadio: typeof import('vuetify/components')['VRadio']
66854
66862
  VRangeSlider: typeof import('vuetify/components')['VRangeSlider']
66855
- VResponsive: typeof import('vuetify/components')['VResponsive']
66856
66863
  VSpeedDial: typeof import('vuetify/components')['VSpeedDial']
66864
+ VResponsive: typeof import('vuetify/components')['VResponsive']
66857
66865
  VSparkline: typeof import('vuetify/components')['VSparkline']
66866
+ VValidation: typeof import('vuetify/components')['VValidation']
66858
66867
  VThemeProvider: typeof import('vuetify/components')['VThemeProvider']
66859
66868
  VVirtualScroll: typeof import('vuetify/components')['VVirtualScroll']
66860
- VValidation: typeof import('vuetify/components')['VValidation']
66861
66869
  VFabTransition: typeof import('vuetify/components')['VFabTransition']
66862
66870
  VDialogBottomTransition: typeof import('vuetify/components')['VDialogBottomTransition']
66863
66871
  VDialogTopTransition: typeof import('vuetify/components')['VDialogTopTransition']
@@ -66874,14 +66882,9 @@ declare module 'vue' {
66874
66882
  VExpandTransition: typeof import('vuetify/components')['VExpandTransition']
66875
66883
  VExpandXTransition: typeof import('vuetify/components')['VExpandXTransition']
66876
66884
  VDialogTransition: typeof import('vuetify/components')['VDialogTransition']
66877
- VDialog: typeof import('vuetify/components')['VDialog']
66878
- VAppBar: typeof import('vuetify/components')['VAppBar']
66879
- VAppBarNavIcon: typeof import('vuetify/components')['VAppBarNavIcon']
66880
- VAppBarTitle: typeof import('vuetify/components')['VAppBarTitle']
66881
- VSlider: typeof import('vuetify/components')['VSlider']
66882
- VStepperVertical: typeof import('vuetify/labs/components')['VStepperVertical']
66883
- VStepperVerticalItem: typeof import('vuetify/labs/components')['VStepperVerticalItem']
66884
- VStepperVerticalActions: typeof import('vuetify/labs/components')['VStepperVerticalActions']
66885
+ VSwitch: typeof import('vuetify/components')['VSwitch']
66886
+ VParallax: typeof import('vuetify/components')['VParallax']
66887
+ VTable: typeof import('vuetify/components')['VTable']
66885
66888
  VNumberInput: typeof import('vuetify/labs/components')['VNumberInput']
66886
66889
  VCalendar: typeof import('vuetify/labs/components')['VCalendar']
66887
66890
  VCalendarDay: typeof import('vuetify/labs/components')['VCalendarDay']
@@ -66889,16 +66892,19 @@ declare module 'vue' {
66889
66892
  VCalendarInterval: typeof import('vuetify/labs/components')['VCalendarInterval']
66890
66893
  VCalendarIntervalEvent: typeof import('vuetify/labs/components')['VCalendarIntervalEvent']
66891
66894
  VCalendarMonthDay: typeof import('vuetify/labs/components')['VCalendarMonthDay']
66895
+ VTreeview: typeof import('vuetify/labs/components')['VTreeview']
66896
+ VTreeviewItem: typeof import('vuetify/labs/components')['VTreeviewItem']
66897
+ VTreeviewGroup: typeof import('vuetify/labs/components')['VTreeviewGroup']
66898
+ VStepperVertical: typeof import('vuetify/labs/components')['VStepperVertical']
66899
+ VStepperVerticalItem: typeof import('vuetify/labs/components')['VStepperVerticalItem']
66900
+ VStepperVerticalActions: typeof import('vuetify/labs/components')['VStepperVerticalActions']
66892
66901
  VPicker: typeof import('vuetify/labs/components')['VPicker']
66893
66902
  VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
66894
66903
  VTimePicker: typeof import('vuetify/labs/components')['VTimePicker']
66895
66904
  VTimePickerClock: typeof import('vuetify/labs/components')['VTimePickerClock']
66896
66905
  VTimePickerControls: typeof import('vuetify/labs/components')['VTimePickerControls']
66897
- VTreeview: typeof import('vuetify/labs/components')['VTreeview']
66898
- VTreeviewItem: typeof import('vuetify/labs/components')['VTreeviewItem']
66899
- VTreeviewGroup: typeof import('vuetify/labs/components')['VTreeviewGroup']
66900
- VDateInput: typeof import('vuetify/labs/components')['VDateInput']
66901
66906
  VPullToRefresh: typeof import('vuetify/labs/components')['VPullToRefresh']
66907
+ VDateInput: typeof import('vuetify/labs/components')['VDateInput']
66902
66908
  VSnackbarQueue: typeof import('vuetify/labs/components')['VSnackbarQueue']
66903
66909
  }
66904
66910
  }
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Vuetify v3.7.0-master.2024-08-17
2
+ * Vuetify v3.7.0-master.2024-08-22
3
3
  * Forged by John Leider
4
4
  * Released under the MIT License.
5
5
  */
@@ -13919,6 +13919,7 @@ const VDialog = genericComponent()({
13919
13919
  props: makeVDialogProps(),
13920
13920
  emits: {
13921
13921
  'update:modelValue': value => true,
13922
+ afterEnter: () => true,
13922
13923
  afterLeave: () => true
13923
13924
  },
13924
13925
  setup(props, _ref) {
@@ -13960,6 +13961,7 @@ const VDialog = genericComponent()({
13960
13961
  });
13961
13962
  }
13962
13963
  function onAfterEnter() {
13964
+ emit('afterEnter');
13963
13965
  if (overlay.value?.contentEl && !overlay.value.contentEl.contains(document.activeElement)) {
13964
13966
  overlay.value.contentEl.focus({
13965
13967
  preventScroll: true
@@ -28208,7 +28210,7 @@ function createVuetify$1() {
28208
28210
  goTo
28209
28211
  };
28210
28212
  }
28211
- const version$1 = "3.7.0-master.2024-08-17";
28213
+ const version$1 = "3.7.0-master.2024-08-22";
28212
28214
  createVuetify$1.version = version$1;
28213
28215
 
28214
28216
  // Vue's inject() can only be used in setup
@@ -28233,7 +28235,7 @@ const createVuetify = function () {
28233
28235
  ...options
28234
28236
  });
28235
28237
  };
28236
- const version = "3.7.0-master.2024-08-17";
28238
+ const version = "3.7.0-master.2024-08-22";
28237
28239
  createVuetify.version = version;
28238
28240
 
28239
28241
  export { index as blueprints, components, createVuetify, directives, useDate, useDefaults, useDisplay, useGoTo, useLayout, useLocale, useRtl, useTheme, version };