@vuetify/nightly 3.7.0-master.2024-08-21 → 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;
@@ -66715,48 +66721,42 @@ declare module 'vue' {
66715
66721
  $children?: VNodeChild
66716
66722
  }
66717
66723
  export interface GlobalComponents {
66724
+ VApp: typeof import('vuetify/components')['VApp']
66725
+ VAlert: typeof import('vuetify/components')['VAlert']
66726
+ VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
66718
66727
  VAppBar: typeof import('vuetify/components')['VAppBar']
66719
66728
  VAppBarNavIcon: typeof import('vuetify/components')['VAppBarNavIcon']
66720
66729
  VAppBarTitle: typeof import('vuetify/components')['VAppBarTitle']
66721
- VAlert: typeof import('vuetify/components')['VAlert']
66722
- VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
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
- VApp: typeof import('vuetify/components')['VApp']
66727
66733
  VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
66734
+ VBadge: typeof import('vuetify/components')['VBadge']
66728
66735
  VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
66729
66736
  VAvatar: typeof import('vuetify/components')['VAvatar']
66730
- VBadge: typeof import('vuetify/components')['VBadge']
66737
+ VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
66738
+ VBtn: typeof import('vuetify/components')['VBtn']
66731
66739
  VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
66732
66740
  VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
66733
66741
  VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
66734
66742
  VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
66735
- VBtn: typeof import('vuetify/components')['VBtn']
66736
- VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
66737
- VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
66738
- VChip: typeof import('vuetify/components')['VChip']
66739
66743
  VCard: typeof import('vuetify/components')['VCard']
66740
66744
  VCardActions: typeof import('vuetify/components')['VCardActions']
66741
66745
  VCardItem: typeof import('vuetify/components')['VCardItem']
66742
66746
  VCardSubtitle: typeof import('vuetify/components')['VCardSubtitle']
66743
66747
  VCardText: typeof import('vuetify/components')['VCardText']
66744
66748
  VCardTitle: typeof import('vuetify/components')['VCardTitle']
66749
+ VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
66750
+ VChip: typeof import('vuetify/components')['VChip']
66745
66751
  VCarousel: typeof import('vuetify/components')['VCarousel']
66746
66752
  VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
66753
+ VCode: typeof import('vuetify/components')['VCode']
66747
66754
  VChipGroup: typeof import('vuetify/components')['VChipGroup']
66748
66755
  VCheckbox: typeof import('vuetify/components')['VCheckbox']
66749
66756
  VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
66750
- VCode: typeof import('vuetify/components')['VCode']
66751
- VCounter: typeof import('vuetify/components')['VCounter']
66752
- VCombobox: typeof import('vuetify/components')['VCombobox']
66753
66757
  VColorPicker: typeof import('vuetify/components')['VColorPicker']
66754
- VDatePicker: typeof import('vuetify/components')['VDatePicker']
66755
- VDatePickerControls: typeof import('vuetify/components')['VDatePickerControls']
66756
- VDatePickerHeader: typeof import('vuetify/components')['VDatePickerHeader']
66757
- VDatePickerMonth: typeof import('vuetify/components')['VDatePickerMonth']
66758
- VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
66759
- VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
66758
+ VCombobox: typeof import('vuetify/components')['VCombobox']
66759
+ VCounter: typeof import('vuetify/components')['VCounter']
66760
66760
  VDataTable: typeof import('vuetify/components')['VDataTable']
66761
66761
  VDataTableHeaders: typeof import('vuetify/components')['VDataTableHeaders']
66762
66762
  VDataTableFooter: typeof import('vuetify/components')['VDataTableFooter']
@@ -66764,28 +66764,36 @@ declare module 'vue' {
66764
66764
  VDataTableRow: typeof import('vuetify/components')['VDataTableRow']
66765
66765
  VDataTableVirtual: typeof import('vuetify/components')['VDataTableVirtual']
66766
66766
  VDataTableServer: typeof import('vuetify/components')['VDataTableServer']
66767
- VDivider: typeof import('vuetify/components')['VDivider']
66768
- VEmptyState: typeof import('vuetify/components')['VEmptyState']
66767
+ VDialog: typeof import('vuetify/components')['VDialog']
66768
+ VDatePicker: typeof import('vuetify/components')['VDatePicker']
66769
+ VDatePickerControls: typeof import('vuetify/components')['VDatePickerControls']
66770
+ VDatePickerHeader: typeof import('vuetify/components')['VDatePickerHeader']
66771
+ VDatePickerMonth: typeof import('vuetify/components')['VDatePickerMonth']
66772
+ VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
66773
+ VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
66769
66774
  VExpansionPanels: typeof import('vuetify/components')['VExpansionPanels']
66770
66775
  VExpansionPanel: typeof import('vuetify/components')['VExpansionPanel']
66771
66776
  VExpansionPanelText: typeof import('vuetify/components')['VExpansionPanelText']
66772
66777
  VExpansionPanelTitle: typeof import('vuetify/components')['VExpansionPanelTitle']
66773
- VDialog: typeof import('vuetify/components')['VDialog']
66774
- VFileInput: typeof import('vuetify/components')['VFileInput']
66778
+ VEmptyState: typeof import('vuetify/components')['VEmptyState']
66779
+ VDivider: typeof import('vuetify/components')['VDivider']
66780
+ VFooter: typeof import('vuetify/components')['VFooter']
66781
+ VFab: typeof import('vuetify/components')['VFab']
66775
66782
  VField: typeof import('vuetify/components')['VField']
66776
66783
  VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
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
- VFooter: typeof import('vuetify/components')['VFooter']
66783
- VFab: typeof import('vuetify/components')['VFab']
66791
+ VInput: typeof import('vuetify/components')['VInput']
66784
66792
  VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
66793
+ VLabel: typeof import('vuetify/components')['VLabel']
66794
+ VKbd: typeof import('vuetify/components')['VKbd']
66785
66795
  VItemGroup: typeof import('vuetify/components')['VItemGroup']
66786
66796
  VItem: typeof import('vuetify/components')['VItem']
66787
- VInput: typeof import('vuetify/components')['VInput']
66788
- VImg: typeof import('vuetify/components')['VImg']
66789
66797
  VList: typeof import('vuetify/components')['VList']
66790
66798
  VListGroup: typeof import('vuetify/components')['VListGroup']
66791
66799
  VListImg: typeof import('vuetify/components')['VListImg']
@@ -66796,24 +66804,21 @@ declare module 'vue' {
66796
66804
  VListItemTitle: typeof import('vuetify/components')['VListItemTitle']
66797
66805
  VListSubheader: typeof import('vuetify/components')['VListSubheader']
66798
66806
  VMain: typeof import('vuetify/components')['VMain']
66799
- VKbd: typeof import('vuetify/components')['VKbd']
66800
- VLabel: typeof import('vuetify/components')['VLabel']
66801
- VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
66807
+ VMessages: typeof import('vuetify/components')['VMessages']
66802
66808
  VMenu: typeof import('vuetify/components')['VMenu']
66803
- VOverlay: typeof import('vuetify/components')['VOverlay']
66804
66809
  VOtpInput: typeof import('vuetify/components')['VOtpInput']
66810
+ VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
66811
+ VOverlay: typeof import('vuetify/components')['VOverlay']
66805
66812
  VPagination: typeof import('vuetify/components')['VPagination']
66806
- VMessages: typeof import('vuetify/components')['VMessages']
66807
- VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
66808
66813
  VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
66809
- VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
66814
+ VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
66810
66815
  VRating: typeof import('vuetify/components')['VRating']
66816
+ VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
66811
66817
  VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
66812
66818
  VSelect: typeof import('vuetify/components')['VSelect']
66813
- VSheet: typeof import('vuetify/components')['VSheet']
66814
- VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
66815
- VSnackbar: typeof import('vuetify/components')['VSnackbar']
66816
66819
  VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
66820
+ VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
66821
+ VSheet: typeof import('vuetify/components')['VSheet']
66817
66822
  VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
66818
66823
  VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
66819
66824
  VSlider: typeof import('vuetify/components')['VSlider']
@@ -66823,25 +66828,24 @@ declare module 'vue' {
66823
66828
  VStepperItem: typeof import('vuetify/components')['VStepperItem']
66824
66829
  VStepperWindow: typeof import('vuetify/components')['VStepperWindow']
66825
66830
  VStepperWindowItem: typeof import('vuetify/components')['VStepperWindowItem']
66826
- VSystemBar: typeof import('vuetify/components')['VSystemBar']
66827
- VTextarea: typeof import('vuetify/components')['VTextarea']
66828
- VSwitch: typeof import('vuetify/components')['VSwitch']
66829
- VTable: typeof import('vuetify/components')['VTable']
66830
- VTextField: typeof import('vuetify/components')['VTextField']
66831
+ VSnackbar: typeof import('vuetify/components')['VSnackbar']
66831
66832
  VTab: typeof import('vuetify/components')['VTab']
66832
66833
  VTabs: typeof import('vuetify/components')['VTabs']
66833
66834
  VTabsWindow: typeof import('vuetify/components')['VTabsWindow']
66834
66835
  VTabsWindowItem: typeof import('vuetify/components')['VTabsWindowItem']
66836
+ VSystemBar: typeof import('vuetify/components')['VSystemBar']
66837
+ VTextField: typeof import('vuetify/components')['VTextField']
66835
66838
  VToolbar: typeof import('vuetify/components')['VToolbar']
66836
66839
  VToolbarTitle: typeof import('vuetify/components')['VToolbarTitle']
66837
66840
  VToolbarItems: typeof import('vuetify/components')['VToolbarItems']
66838
- VTooltip: typeof import('vuetify/components')['VTooltip']
66841
+ VTextarea: typeof import('vuetify/components')['VTextarea']
66839
66842
  VTimeline: typeof import('vuetify/components')['VTimeline']
66840
66843
  VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
66844
+ VTooltip: typeof import('vuetify/components')['VTooltip']
66841
66845
  VWindow: typeof import('vuetify/components')['VWindow']
66842
66846
  VWindowItem: typeof import('vuetify/components')['VWindowItem']
66843
- VDataIterator: typeof import('vuetify/components')['VDataIterator']
66844
66847
  VConfirmEdit: typeof import('vuetify/components')['VConfirmEdit']
66848
+ VDataIterator: typeof import('vuetify/components')['VDataIterator']
66845
66849
  VDefaultsProvider: typeof import('vuetify/components')['VDefaultsProvider']
66846
66850
  VForm: typeof import('vuetify/components')['VForm']
66847
66851
  VContainer: typeof import('vuetify/components')['VContainer']
@@ -66854,14 +66858,13 @@ declare module 'vue' {
66854
66858
  VLayoutItem: typeof import('vuetify/components')['VLayoutItem']
66855
66859
  VLocaleProvider: typeof import('vuetify/components')['VLocaleProvider']
66856
66860
  VNoSsr: typeof import('vuetify/components')['VNoSsr']
66857
- VParallax: typeof import('vuetify/components')['VParallax']
66858
66861
  VRadio: typeof import('vuetify/components')['VRadio']
66859
66862
  VRangeSlider: typeof import('vuetify/components')['VRangeSlider']
66863
+ VSpeedDial: typeof import('vuetify/components')['VSpeedDial']
66860
66864
  VResponsive: typeof import('vuetify/components')['VResponsive']
66861
66865
  VSparkline: typeof import('vuetify/components')['VSparkline']
66862
- VSpeedDial: typeof import('vuetify/components')['VSpeedDial']
66863
- VThemeProvider: typeof import('vuetify/components')['VThemeProvider']
66864
66866
  VValidation: typeof import('vuetify/components')['VValidation']
66867
+ VThemeProvider: typeof import('vuetify/components')['VThemeProvider']
66865
66868
  VVirtualScroll: typeof import('vuetify/components')['VVirtualScroll']
66866
66869
  VFabTransition: typeof import('vuetify/components')['VFabTransition']
66867
66870
  VDialogBottomTransition: typeof import('vuetify/components')['VDialogBottomTransition']
@@ -66879,26 +66882,29 @@ declare module 'vue' {
66879
66882
  VExpandTransition: typeof import('vuetify/components')['VExpandTransition']
66880
66883
  VExpandXTransition: typeof import('vuetify/components')['VExpandXTransition']
66881
66884
  VDialogTransition: typeof import('vuetify/components')['VDialogTransition']
66882
- VPicker: typeof import('vuetify/labs/components')['VPicker']
66883
- VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
66885
+ VSwitch: typeof import('vuetify/components')['VSwitch']
66886
+ VParallax: typeof import('vuetify/components')['VParallax']
66887
+ VTable: typeof import('vuetify/components')['VTable']
66888
+ VNumberInput: typeof import('vuetify/labs/components')['VNumberInput']
66884
66889
  VCalendar: typeof import('vuetify/labs/components')['VCalendar']
66885
66890
  VCalendarDay: typeof import('vuetify/labs/components')['VCalendarDay']
66886
66891
  VCalendarHeader: typeof import('vuetify/labs/components')['VCalendarHeader']
66887
66892
  VCalendarInterval: typeof import('vuetify/labs/components')['VCalendarInterval']
66888
66893
  VCalendarIntervalEvent: typeof import('vuetify/labs/components')['VCalendarIntervalEvent']
66889
66894
  VCalendarMonthDay: typeof import('vuetify/labs/components')['VCalendarMonthDay']
66890
- VNumberInput: typeof import('vuetify/labs/components')['VNumberInput']
66895
+ VTreeview: typeof import('vuetify/labs/components')['VTreeview']
66896
+ VTreeviewItem: typeof import('vuetify/labs/components')['VTreeviewItem']
66897
+ VTreeviewGroup: typeof import('vuetify/labs/components')['VTreeviewGroup']
66891
66898
  VStepperVertical: typeof import('vuetify/labs/components')['VStepperVertical']
66892
66899
  VStepperVerticalItem: typeof import('vuetify/labs/components')['VStepperVerticalItem']
66893
66900
  VStepperVerticalActions: typeof import('vuetify/labs/components')['VStepperVerticalActions']
66901
+ VPicker: typeof import('vuetify/labs/components')['VPicker']
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-21
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-21";
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-21";
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 };