@vuetify/nightly 3.7.0-beta.1-dev.2024-07-29 → 3.7.0-beta.1-dev.2024-07-30

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.
Files changed (43) hide show
  1. package/dist/json/attributes.json +8 -0
  2. package/dist/json/importMap-labs.json +28 -28
  3. package/dist/json/importMap.json +118 -118
  4. package/dist/json/tags.json +2 -0
  5. package/dist/json/web-types.json +21 -2
  6. package/dist/vuetify-labs.css +3545 -3545
  7. package/dist/vuetify-labs.d.ts +190 -106
  8. package/dist/vuetify-labs.esm.js +30 -13
  9. package/dist/vuetify-labs.esm.js.map +1 -1
  10. package/dist/vuetify-labs.js +30 -13
  11. package/dist/vuetify-labs.min.css +2 -2
  12. package/dist/vuetify.css +2151 -2151
  13. package/dist/vuetify.d.ts +231 -147
  14. package/dist/vuetify.esm.js +30 -13
  15. package/dist/vuetify.esm.js.map +1 -1
  16. package/dist/vuetify.js +30 -13
  17. package/dist/vuetify.js.map +1 -1
  18. package/dist/vuetify.min.css +2 -2
  19. package/dist/vuetify.min.js +43 -43
  20. package/dist/vuetify.min.js.map +1 -1
  21. package/lib/components/VAutocomplete/index.d.mts +42 -24
  22. package/lib/components/VCombobox/index.d.mts +42 -24
  23. package/lib/components/VDialog/index.d.mts +3 -3
  24. package/lib/components/VList/VListItem.mjs +1 -1
  25. package/lib/components/VList/VListItem.mjs.map +1 -1
  26. package/lib/components/VMenu/VMenu.mjs +19 -3
  27. package/lib/components/VMenu/VMenu.mjs.map +1 -1
  28. package/lib/components/VMenu/index.d.mts +27 -12
  29. package/lib/components/VOverlay/VOverlay.mjs +5 -4
  30. package/lib/components/VOverlay/VOverlay.mjs.map +1 -1
  31. package/lib/components/VOverlay/useActivator.mjs +3 -2
  32. package/lib/components/VOverlay/useActivator.mjs.map +1 -1
  33. package/lib/components/VSelect/index.d.mts +42 -24
  34. package/lib/components/VSnackbar/index.d.mts +3 -3
  35. package/lib/components/VSpeedDial/index.d.mts +28 -13
  36. package/lib/components/VTooltip/index.d.mts +3 -3
  37. package/lib/components/index.d.mts +190 -106
  38. package/lib/entry-bundler.mjs +1 -1
  39. package/lib/framework.mjs +1 -1
  40. package/lib/index.d.mts +41 -41
  41. package/lib/labs/VSnackbarQueue/index.d.mts +3 -3
  42. package/lib/labs/components.d.mts +3 -3
  43. package/package.json +1 -1
@@ -16,7 +16,7 @@ export const createVuetify = function () {
16
16
  ...options
17
17
  });
18
18
  };
19
- export const version = "3.7.0-beta.1-dev.2024-07-29";
19
+ export const version = "3.7.0-beta.1-dev.2024-07-30";
20
20
  createVuetify.version = version;
21
21
  export { blueprints, components, directives };
22
22
  export * from "./composables/index.mjs";
package/lib/framework.mjs CHANGED
@@ -97,7 +97,7 @@ export function createVuetify() {
97
97
  goTo
98
98
  };
99
99
  }
100
- export const version = "3.7.0-beta.1-dev.2024-07-29";
100
+ export const version = "3.7.0-beta.1-dev.2024-07-30";
101
101
  createVuetify.version = version;
102
102
 
103
103
  // Vue's inject() can only be used in setup
package/lib/index.d.mts CHANGED
@@ -468,38 +468,37 @@ interface _GlobalComponents {
468
468
  VAppBar: typeof import('vuetify/components')['VAppBar']
469
469
  VAppBarNavIcon: typeof import('vuetify/components')['VAppBarNavIcon']
470
470
  VAppBarTitle: typeof import('vuetify/components')['VAppBarTitle']
471
+ VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
471
472
  VAlert: typeof import('vuetify/components')['VAlert']
472
473
  VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
473
- VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
474
- VBadge: typeof import('vuetify/components')['VBadge']
475
474
  VAvatar: typeof import('vuetify/components')['VAvatar']
476
475
  VBanner: typeof import('vuetify/components')['VBanner']
477
476
  VBannerActions: typeof import('vuetify/components')['VBannerActions']
478
477
  VBannerText: typeof import('vuetify/components')['VBannerText']
478
+ VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
479
+ VBadge: typeof import('vuetify/components')['VBadge']
480
+ VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
481
+ VBtn: typeof import('vuetify/components')['VBtn']
479
482
  VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
480
483
  VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
481
484
  VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
482
- VBtn: typeof import('vuetify/components')['VBtn']
483
- VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
484
485
  VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
485
- VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
486
- VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
487
486
  VCarousel: typeof import('vuetify/components')['VCarousel']
488
487
  VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
488
+ VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
489
+ VChip: typeof import('vuetify/components')['VChip']
490
+ VCheckbox: typeof import('vuetify/components')['VCheckbox']
491
+ VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
489
492
  VCard: typeof import('vuetify/components')['VCard']
490
493
  VCardActions: typeof import('vuetify/components')['VCardActions']
491
494
  VCardItem: typeof import('vuetify/components')['VCardItem']
492
495
  VCardSubtitle: typeof import('vuetify/components')['VCardSubtitle']
493
496
  VCardText: typeof import('vuetify/components')['VCardText']
494
497
  VCardTitle: typeof import('vuetify/components')['VCardTitle']
495
- VChip: typeof import('vuetify/components')['VChip']
496
- VChipGroup: typeof import('vuetify/components')['VChipGroup']
497
- VCheckbox: typeof import('vuetify/components')['VCheckbox']
498
- VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
499
498
  VColorPicker: typeof import('vuetify/components')['VColorPicker']
500
- VCounter: typeof import('vuetify/components')['VCounter']
501
- VCode: typeof import('vuetify/components')['VCode']
502
499
  VCombobox: typeof import('vuetify/components')['VCombobox']
500
+ VCode: typeof import('vuetify/components')['VCode']
501
+ VChipGroup: typeof import('vuetify/components')['VChipGroup']
503
502
  VDataTable: typeof import('vuetify/components')['VDataTable']
504
503
  VDataTableHeaders: typeof import('vuetify/components')['VDataTableHeaders']
505
504
  VDataTableFooter: typeof import('vuetify/components')['VDataTableFooter']
@@ -507,6 +506,8 @@ interface _GlobalComponents {
507
506
  VDataTableRow: typeof import('vuetify/components')['VDataTableRow']
508
507
  VDataTableVirtual: typeof import('vuetify/components')['VDataTableVirtual']
509
508
  VDataTableServer: typeof import('vuetify/components')['VDataTableServer']
509
+ VCounter: typeof import('vuetify/components')['VCounter']
510
+ VDivider: typeof import('vuetify/components')['VDivider']
510
511
  VDatePicker: typeof import('vuetify/components')['VDatePicker']
511
512
  VDatePickerControls: typeof import('vuetify/components')['VDatePickerControls']
512
513
  VDatePickerHeader: typeof import('vuetify/components')['VDatePickerHeader']
@@ -515,7 +516,6 @@ interface _GlobalComponents {
515
516
  VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
516
517
  VDialog: typeof import('vuetify/components')['VDialog']
517
518
  VEmptyState: typeof import('vuetify/components')['VEmptyState']
518
- VDivider: typeof import('vuetify/components')['VDivider']
519
519
  VFab: typeof import('vuetify/components')['VFab']
520
520
  VFileInput: typeof import('vuetify/components')['VFileInput']
521
521
  VField: typeof import('vuetify/components')['VField']
@@ -530,13 +530,13 @@ interface _GlobalComponents {
530
530
  VSvgIcon: typeof import('vuetify/components')['VSvgIcon']
531
531
  VLigatureIcon: typeof import('vuetify/components')['VLigatureIcon']
532
532
  VClassIcon: typeof import('vuetify/components')['VClassIcon']
533
- VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
534
533
  VImg: typeof import('vuetify/components')['VImg']
534
+ VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
535
+ VInput: typeof import('vuetify/components')['VInput']
535
536
  VItemGroup: typeof import('vuetify/components')['VItemGroup']
536
537
  VItem: typeof import('vuetify/components')['VItem']
537
- VKbd: typeof import('vuetify/components')['VKbd']
538
- VInput: typeof import('vuetify/components')['VInput']
539
538
  VLabel: typeof import('vuetify/components')['VLabel']
539
+ VKbd: typeof import('vuetify/components')['VKbd']
540
540
  VList: typeof import('vuetify/components')['VList']
541
541
  VListGroup: typeof import('vuetify/components')['VListGroup']
542
542
  VListImg: typeof import('vuetify/components')['VListImg']
@@ -546,71 +546,71 @@ interface _GlobalComponents {
546
546
  VListItemSubtitle: typeof import('vuetify/components')['VListItemSubtitle']
547
547
  VListItemTitle: typeof import('vuetify/components')['VListItemTitle']
548
548
  VListSubheader: typeof import('vuetify/components')['VListSubheader']
549
+ VMain: typeof import('vuetify/components')['VMain']
549
550
  VMessages: typeof import('vuetify/components')['VMessages']
550
- VMenu: typeof import('vuetify/components')['VMenu']
551
551
  VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
552
- VMain: typeof import('vuetify/components')['VMain']
552
+ VMenu: typeof import('vuetify/components')['VMenu']
553
553
  VOtpInput: typeof import('vuetify/components')['VOtpInput']
554
- VOverlay: typeof import('vuetify/components')['VOverlay']
555
554
  VPagination: typeof import('vuetify/components')['VPagination']
556
555
  VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
557
556
  VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
557
+ VOverlay: typeof import('vuetify/components')['VOverlay']
558
558
  VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
559
559
  VRating: typeof import('vuetify/components')['VRating']
560
- VSelect: typeof import('vuetify/components')['VSelect']
561
560
  VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
562
- VSlider: typeof import('vuetify/components')['VSlider']
561
+ VSelect: typeof import('vuetify/components')['VSelect']
563
562
  VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
564
- VSnackbar: typeof import('vuetify/components')['VSnackbar']
563
+ VSheet: typeof import('vuetify/components')['VSheet']
565
564
  VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
565
+ VSlider: typeof import('vuetify/components')['VSlider']
566
+ VSwitch: typeof import('vuetify/components')['VSwitch']
567
+ VSnackbar: typeof import('vuetify/components')['VSnackbar']
566
568
  VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
567
569
  VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
570
+ VSystemBar: typeof import('vuetify/components')['VSystemBar']
568
571
  VStepper: typeof import('vuetify/components')['VStepper']
569
572
  VStepperActions: typeof import('vuetify/components')['VStepperActions']
570
573
  VStepperHeader: typeof import('vuetify/components')['VStepperHeader']
571
574
  VStepperItem: typeof import('vuetify/components')['VStepperItem']
572
575
  VStepperWindow: typeof import('vuetify/components')['VStepperWindow']
573
576
  VStepperWindowItem: typeof import('vuetify/components')['VStepperWindowItem']
574
- VSheet: typeof import('vuetify/components')['VSheet']
575
- VSwitch: typeof import('vuetify/components')['VSwitch']
576
- VSystemBar: typeof import('vuetify/components')['VSystemBar']
577
577
  VTab: typeof import('vuetify/components')['VTab']
578
578
  VTabs: typeof import('vuetify/components')['VTabs']
579
579
  VTabsWindow: typeof import('vuetify/components')['VTabsWindow']
580
580
  VTabsWindowItem: typeof import('vuetify/components')['VTabsWindowItem']
581
- VTable: typeof import('vuetify/components')['VTable']
582
581
  VTextarea: typeof import('vuetify/components')['VTextarea']
583
582
  VTextField: typeof import('vuetify/components')['VTextField']
584
- VTimeline: typeof import('vuetify/components')['VTimeline']
585
- VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
583
+ VTable: typeof import('vuetify/components')['VTable']
586
584
  VToolbar: typeof import('vuetify/components')['VToolbar']
587
585
  VToolbarTitle: typeof import('vuetify/components')['VToolbarTitle']
588
586
  VToolbarItems: typeof import('vuetify/components')['VToolbarItems']
587
+ VTimeline: typeof import('vuetify/components')['VTimeline']
588
+ VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
589
+ VTooltip: typeof import('vuetify/components')['VTooltip']
589
590
  VWindow: typeof import('vuetify/components')['VWindow']
590
591
  VWindowItem: typeof import('vuetify/components')['VWindowItem']
591
- VTooltip: typeof import('vuetify/components')['VTooltip']
592
592
  VConfirmEdit: typeof import('vuetify/components')['VConfirmEdit']
593
593
  VDataIterator: typeof import('vuetify/components')['VDataIterator']
594
594
  VDefaultsProvider: typeof import('vuetify/components')['VDefaultsProvider']
595
595
  VForm: typeof import('vuetify/components')['VForm']
596
- VHover: typeof import('vuetify/components')['VHover']
597
596
  VContainer: typeof import('vuetify/components')['VContainer']
598
597
  VCol: typeof import('vuetify/components')['VCol']
599
598
  VRow: typeof import('vuetify/components')['VRow']
600
599
  VSpacer: typeof import('vuetify/components')['VSpacer']
600
+ VHover: typeof import('vuetify/components')['VHover']
601
+ VLazy: typeof import('vuetify/components')['VLazy']
601
602
  VLayout: typeof import('vuetify/components')['VLayout']
602
603
  VLayoutItem: typeof import('vuetify/components')['VLayoutItem']
603
- VLazy: typeof import('vuetify/components')['VLazy']
604
604
  VLocaleProvider: typeof import('vuetify/components')['VLocaleProvider']
605
- VParallax: typeof import('vuetify/components')['VParallax']
606
605
  VNoSsr: typeof import('vuetify/components')['VNoSsr']
607
606
  VRadio: typeof import('vuetify/components')['VRadio']
607
+ VParallax: typeof import('vuetify/components')['VParallax']
608
608
  VRangeSlider: typeof import('vuetify/components')['VRangeSlider']
609
609
  VResponsive: typeof import('vuetify/components')['VResponsive']
610
- VSparkline: typeof import('vuetify/components')['VSparkline']
611
610
  VSpeedDial: typeof import('vuetify/components')['VSpeedDial']
612
- VThemeProvider: typeof import('vuetify/components')['VThemeProvider']
611
+ VSparkline: typeof import('vuetify/components')['VSparkline']
613
612
  VValidation: typeof import('vuetify/components')['VValidation']
613
+ VThemeProvider: typeof import('vuetify/components')['VThemeProvider']
614
614
  VVirtualScroll: typeof import('vuetify/components')['VVirtualScroll']
615
615
  VFabTransition: typeof import('vuetify/components')['VFabTransition']
616
616
  VDialogBottomTransition: typeof import('vuetify/components')['VDialogBottomTransition']
@@ -628,27 +628,27 @@ interface _GlobalComponents {
628
628
  VExpandTransition: typeof import('vuetify/components')['VExpandTransition']
629
629
  VExpandXTransition: typeof import('vuetify/components')['VExpandXTransition']
630
630
  VDialogTransition: typeof import('vuetify/components')['VDialogTransition']
631
- VPicker: typeof import('vuetify/labs/components')['VPicker']
632
- VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
633
631
  VCalendar: typeof import('vuetify/labs/components')['VCalendar']
634
632
  VCalendarDay: typeof import('vuetify/labs/components')['VCalendarDay']
635
633
  VCalendarHeader: typeof import('vuetify/labs/components')['VCalendarHeader']
636
634
  VCalendarInterval: typeof import('vuetify/labs/components')['VCalendarInterval']
637
635
  VCalendarIntervalEvent: typeof import('vuetify/labs/components')['VCalendarIntervalEvent']
638
636
  VCalendarMonthDay: typeof import('vuetify/labs/components')['VCalendarMonthDay']
639
- VNumberInput: typeof import('vuetify/labs/components')['VNumberInput']
640
- VTreeview: typeof import('vuetify/labs/components')['VTreeview']
641
- VTreeviewItem: typeof import('vuetify/labs/components')['VTreeviewItem']
642
- VTreeviewGroup: typeof import('vuetify/labs/components')['VTreeviewGroup']
643
637
  VStepperVertical: typeof import('vuetify/labs/components')['VStepperVertical']
644
638
  VStepperVerticalItem: typeof import('vuetify/labs/components')['VStepperVerticalItem']
645
639
  VStepperVerticalActions: typeof import('vuetify/labs/components')['VStepperVerticalActions']
640
+ VPicker: typeof import('vuetify/labs/components')['VPicker']
641
+ VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
642
+ VNumberInput: typeof import('vuetify/labs/components')['VNumberInput']
646
643
  VTimePicker: typeof import('vuetify/labs/components')['VTimePicker']
647
644
  VTimePickerClock: typeof import('vuetify/labs/components')['VTimePickerClock']
648
645
  VTimePickerControls: typeof import('vuetify/labs/components')['VTimePickerControls']
646
+ VTreeview: typeof import('vuetify/labs/components')['VTreeview']
647
+ VTreeviewItem: typeof import('vuetify/labs/components')['VTreeviewItem']
648
+ VTreeviewGroup: typeof import('vuetify/labs/components')['VTreeviewGroup']
649
649
  VDateInput: typeof import('vuetify/labs/components')['VDateInput']
650
- VSnackbarQueue: typeof import('vuetify/labs/components')['VSnackbarQueue']
651
650
  VPullToRefresh: typeof import('vuetify/labs/components')['VPullToRefresh']
651
+ VSnackbarQueue: typeof import('vuetify/labs/components')['VSnackbarQueue']
652
652
  }
653
653
  declare module 'vue' {
654
654
  export type JSXComponent<Props = any> = { new (): ComponentPublicInstance<Props> } | FunctionalComponent<Props>
@@ -654,7 +654,7 @@ declare const VSnackbar: {
654
654
  onAfterLeave?: (() => any) | undefined;
655
655
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
656
656
  "onClick:outside"?: ((e: MouseEvent) => any) | undefined;
657
- }, "target" | "activatorEl" | "scrimEl" | "animateClick" | "contentEl" | "globalTop" | "localTop" | "updateLocation"> & vue.ShallowUnwrapRef<{
657
+ }, "target" | "contentEl" | "activatorEl" | "scrimEl" | "animateClick" | "globalTop" | "localTop" | "updateLocation"> & vue.ShallowUnwrapRef<{
658
658
  activatorEl: Ref<HTMLElement | undefined>;
659
659
  scrimEl: Ref<HTMLElement | undefined>;
660
660
  target: vue.ComputedRef<HTMLElement | [x: number, y: number] | undefined>;
@@ -1341,7 +1341,7 @@ declare const VSnackbar: {
1341
1341
  onAfterLeave?: (() => any) | undefined;
1342
1342
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
1343
1343
  "onClick:outside"?: ((e: MouseEvent) => any) | undefined;
1344
- }, "target" | "activatorEl" | "scrimEl" | "animateClick" | "contentEl" | "globalTop" | "localTop" | "updateLocation"> & vue.ShallowUnwrapRef<{
1344
+ }, "target" | "contentEl" | "activatorEl" | "scrimEl" | "animateClick" | "globalTop" | "localTop" | "updateLocation"> & vue.ShallowUnwrapRef<{
1345
1345
  activatorEl: Ref<HTMLElement | undefined>;
1346
1346
  scrimEl: Ref<HTMLElement | undefined>;
1347
1347
  target: vue.ComputedRef<HTMLElement | [x: number, y: number] | undefined>;
@@ -1920,7 +1920,7 @@ declare const VSnackbar: {
1920
1920
  onAfterLeave?: (() => any) | undefined;
1921
1921
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
1922
1922
  "onClick:outside"?: ((e: MouseEvent) => any) | undefined;
1923
- }, "target" | "activatorEl" | "scrimEl" | "animateClick" | "contentEl" | "globalTop" | "localTop" | "updateLocation"> & vue.ShallowUnwrapRef<{
1923
+ }, "target" | "contentEl" | "activatorEl" | "scrimEl" | "animateClick" | "globalTop" | "localTop" | "updateLocation"> & vue.ShallowUnwrapRef<{
1924
1924
  activatorEl: Ref<HTMLElement | undefined>;
1925
1925
  scrimEl: Ref<HTMLElement | undefined>;
1926
1926
  target: vue.ComputedRef<HTMLElement | [x: number, y: number] | undefined>;
@@ -5009,7 +5009,7 @@ declare const VSnackbar: {
5009
5009
  onAfterLeave?: (() => any) | undefined;
5010
5010
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
5011
5011
  "onClick:outside"?: ((e: MouseEvent) => any) | undefined;
5012
- }, "target" | "activatorEl" | "scrimEl" | "animateClick" | "contentEl" | "globalTop" | "localTop" | "updateLocation"> & vue.ShallowUnwrapRef<{
5012
+ }, "target" | "contentEl" | "activatorEl" | "scrimEl" | "animateClick" | "globalTop" | "localTop" | "updateLocation"> & vue.ShallowUnwrapRef<{
5013
5013
  activatorEl: Ref<HTMLElement | undefined>;
5014
5014
  scrimEl: Ref<HTMLElement | undefined>;
5015
5015
  target: vue.ComputedRef<HTMLElement | [x: number, y: number] | undefined>;
@@ -5696,7 +5696,7 @@ declare const VSnackbar: {
5696
5696
  onAfterLeave?: (() => any) | undefined;
5697
5697
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
5698
5698
  "onClick:outside"?: ((e: MouseEvent) => any) | undefined;
5699
- }, "target" | "activatorEl" | "scrimEl" | "animateClick" | "contentEl" | "globalTop" | "localTop" | "updateLocation"> & vue.ShallowUnwrapRef<{
5699
+ }, "target" | "contentEl" | "activatorEl" | "scrimEl" | "animateClick" | "globalTop" | "localTop" | "updateLocation"> & vue.ShallowUnwrapRef<{
5700
5700
  activatorEl: Ref<HTMLElement | undefined>;
5701
5701
  scrimEl: Ref<HTMLElement | undefined>;
5702
5702
  target: vue.ComputedRef<HTMLElement | [x: number, y: number] | undefined>;
@@ -6275,7 +6275,7 @@ declare const VSnackbar: {
6275
6275
  onAfterLeave?: (() => any) | undefined;
6276
6276
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
6277
6277
  "onClick:outside"?: ((e: MouseEvent) => any) | undefined;
6278
- }, "target" | "activatorEl" | "scrimEl" | "animateClick" | "contentEl" | "globalTop" | "localTop" | "updateLocation"> & vue.ShallowUnwrapRef<{
6278
+ }, "target" | "contentEl" | "activatorEl" | "scrimEl" | "animateClick" | "globalTop" | "localTop" | "updateLocation"> & vue.ShallowUnwrapRef<{
6279
6279
  activatorEl: Ref<HTMLElement | undefined>;
6280
6280
  scrimEl: Ref<HTMLElement | undefined>;
6281
6281
  target: vue.ComputedRef<HTMLElement | [x: number, y: number] | undefined>;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@vuetify/nightly",
3
3
  "description": "Vue Material Component Framework",
4
- "version": "3.7.0-beta.1-dev.2024-07-29",
4
+ "version": "3.7.0-beta.1-dev.2024-07-30",
5
5
  "author": {
6
6
  "name": "John Leider",
7
7
  "email": "john@vuetifyjs.com"