@vuetify/nightly 3.6.1-master.2024-05-01 → 3.6.3-master.2024-05-02

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 (49) hide show
  1. package/CHANGELOG.md +2 -7
  2. package/dist/json/attributes.json +3 -3
  3. package/dist/json/importMap-labs.json +24 -24
  4. package/dist/json/importMap.json +108 -108
  5. package/dist/json/web-types.json +18 -17
  6. package/dist/vuetify-labs.css +3322 -3322
  7. package/dist/vuetify-labs.d.ts +275 -233
  8. package/dist/vuetify-labs.esm.js +17 -13
  9. package/dist/vuetify-labs.esm.js.map +1 -1
  10. package/dist/vuetify-labs.js +17 -13
  11. package/dist/vuetify-labs.min.css +2 -2
  12. package/dist/vuetify.css +397 -397
  13. package/dist/vuetify.d.ts +318 -276
  14. package/dist/vuetify.esm.js +17 -13
  15. package/dist/vuetify.esm.js.map +1 -1
  16. package/dist/vuetify.js +17 -13
  17. package/dist/vuetify.js.map +1 -1
  18. package/dist/vuetify.min.css +2 -2
  19. package/dist/vuetify.min.js +18 -19
  20. package/dist/vuetify.min.js.map +1 -1
  21. package/lib/components/VAutocomplete/index.d.mts +18 -18
  22. package/lib/components/VBottomSheet/index.d.mts +15 -9
  23. package/lib/components/VCombobox/index.d.mts +18 -18
  24. package/lib/components/VDataTable/VDataTableHeaders.mjs +2 -0
  25. package/lib/components/VDataTable/VDataTableHeaders.mjs.map +1 -1
  26. package/lib/components/VDataTable/composables/select.mjs +7 -8
  27. package/lib/components/VDataTable/composables/select.mjs.map +1 -1
  28. package/lib/components/VDialog/index.d.mts +33 -27
  29. package/lib/components/VFileInput/VFileInput.mjs.map +1 -1
  30. package/lib/components/VFileInput/index.d.mts +6 -6
  31. package/lib/components/VHover/VHover.mjs +1 -1
  32. package/lib/components/VHover/VHover.mjs.map +1 -1
  33. package/lib/components/VHover/index.d.mts +24 -24
  34. package/lib/components/VMenu/index.d.mts +33 -27
  35. package/lib/components/VOverlay/VOverlay.mjs +5 -2
  36. package/lib/components/VOverlay/VOverlay.mjs.map +1 -1
  37. package/lib/components/VOverlay/index.d.mts +15 -9
  38. package/lib/components/VSelect/index.d.mts +18 -18
  39. package/lib/components/VSnackbar/VSnackbar.mjs.map +1 -1
  40. package/lib/components/VSnackbar/index.d.mts +47 -41
  41. package/lib/components/VSpeedDial/index.d.mts +15 -9
  42. package/lib/components/VTooltip/index.d.mts +33 -27
  43. package/lib/components/index.d.mts +275 -233
  44. package/lib/entry-bundler.mjs +1 -1
  45. package/lib/framework.mjs +1 -1
  46. package/lib/index.d.mts +43 -43
  47. package/lib/labs/VSnackbarQueue/index.d.mts +47 -41
  48. package/lib/labs/components.d.mts +47 -41
  49. 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.6.1-master.2024-05-01";
19
+ export const version = "3.6.3-master.2024-05-02";
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.6.1-master.2024-05-01";
100
+ export const version = "3.6.3-master.2024-05-02";
101
101
  createVuetify.version = version;
102
102
 
103
103
  // Vue's inject() can only be used in setup
package/lib/index.d.mts CHANGED
@@ -493,43 +493,47 @@ declare module '@vue/runtime-core' {
493
493
  }
494
494
 
495
495
  export interface GlobalComponents {
496
- VApp: typeof import('vuetify/components')['VApp']
497
496
  VAppBar: typeof import('vuetify/components')['VAppBar']
498
497
  VAppBarNavIcon: typeof import('vuetify/components')['VAppBarNavIcon']
499
498
  VAppBarTitle: typeof import('vuetify/components')['VAppBarTitle']
499
+ VApp: typeof import('vuetify/components')['VApp']
500
+ VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
500
501
  VAlert: typeof import('vuetify/components')['VAlert']
501
502
  VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
502
- VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
503
503
  VBanner: typeof import('vuetify/components')['VBanner']
504
504
  VBannerActions: typeof import('vuetify/components')['VBannerActions']
505
505
  VBannerText: typeof import('vuetify/components')['VBannerText']
506
+ VAvatar: typeof import('vuetify/components')['VAvatar']
507
+ VBadge: typeof import('vuetify/components')['VBadge']
508
+ VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
506
509
  VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
507
510
  VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
508
511
  VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
509
- VBadge: typeof import('vuetify/components')['VBadge']
510
- VAvatar: typeof import('vuetify/components')['VAvatar']
511
- VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
512
512
  VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
513
- VBtn: typeof import('vuetify/components')['VBtn']
514
513
  VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
514
+ VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
515
+ VBtn: typeof import('vuetify/components')['VBtn']
515
516
  VCard: typeof import('vuetify/components')['VCard']
516
517
  VCardActions: typeof import('vuetify/components')['VCardActions']
517
518
  VCardItem: typeof import('vuetify/components')['VCardItem']
518
519
  VCardSubtitle: typeof import('vuetify/components')['VCardSubtitle']
519
520
  VCardText: typeof import('vuetify/components')['VCardText']
520
521
  VCardTitle: typeof import('vuetify/components')['VCardTitle']
521
- VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
522
522
  VCheckbox: typeof import('vuetify/components')['VCheckbox']
523
523
  VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
524
- VChip: typeof import('vuetify/components')['VChip']
525
- VCode: typeof import('vuetify/components')['VCode']
526
- VColorPicker: typeof import('vuetify/components')['VColorPicker']
527
524
  VCarousel: typeof import('vuetify/components')['VCarousel']
528
525
  VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
529
- VChipGroup: typeof import('vuetify/components')['VChipGroup']
530
526
  VCombobox: typeof import('vuetify/components')['VCombobox']
531
- VCounter: typeof import('vuetify/components')['VCounter']
532
- VDialog: typeof import('vuetify/components')['VDialog']
527
+ VChip: typeof import('vuetify/components')['VChip']
528
+ VChipGroup: typeof import('vuetify/components')['VChipGroup']
529
+ VCode: typeof import('vuetify/components')['VCode']
530
+ VColorPicker: typeof import('vuetify/components')['VColorPicker']
531
+ VDatePicker: typeof import('vuetify/components')['VDatePicker']
532
+ VDatePickerControls: typeof import('vuetify/components')['VDatePickerControls']
533
+ VDatePickerHeader: typeof import('vuetify/components')['VDatePickerHeader']
534
+ VDatePickerMonth: typeof import('vuetify/components')['VDatePickerMonth']
535
+ VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
536
+ VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
533
537
  VDataTable: typeof import('vuetify/components')['VDataTable']
534
538
  VDataTableHeaders: typeof import('vuetify/components')['VDataTableHeaders']
535
539
  VDataTableFooter: typeof import('vuetify/components')['VDataTableFooter']
@@ -537,18 +541,15 @@ declare module '@vue/runtime-core' {
537
541
  VDataTableRow: typeof import('vuetify/components')['VDataTableRow']
538
542
  VDataTableVirtual: typeof import('vuetify/components')['VDataTableVirtual']
539
543
  VDataTableServer: typeof import('vuetify/components')['VDataTableServer']
540
- VDatePicker: typeof import('vuetify/components')['VDatePicker']
541
- VDatePickerControls: typeof import('vuetify/components')['VDatePickerControls']
542
- VDatePickerHeader: typeof import('vuetify/components')['VDatePickerHeader']
543
- VDatePickerMonth: typeof import('vuetify/components')['VDatePickerMonth']
544
- VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
545
- VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
546
- VEmptyState: typeof import('vuetify/components')['VEmptyState']
544
+ VCounter: typeof import('vuetify/components')['VCounter']
547
545
  VDivider: typeof import('vuetify/components')['VDivider']
546
+ VDialog: typeof import('vuetify/components')['VDialog']
547
+ VEmptyState: typeof import('vuetify/components')['VEmptyState']
548
548
  VExpansionPanels: typeof import('vuetify/components')['VExpansionPanels']
549
549
  VExpansionPanel: typeof import('vuetify/components')['VExpansionPanel']
550
550
  VExpansionPanelText: typeof import('vuetify/components')['VExpansionPanelText']
551
551
  VExpansionPanelTitle: typeof import('vuetify/components')['VExpansionPanelTitle']
552
+ VFab: typeof import('vuetify/components')['VFab']
552
553
  VField: typeof import('vuetify/components')['VField']
553
554
  VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
554
555
  VFileInput: typeof import('vuetify/components')['VFileInput']
@@ -559,13 +560,12 @@ declare module '@vue/runtime-core' {
559
560
  VLigatureIcon: typeof import('vuetify/components')['VLigatureIcon']
560
561
  VClassIcon: typeof import('vuetify/components')['VClassIcon']
561
562
  VImg: typeof import('vuetify/components')['VImg']
562
- VFab: typeof import('vuetify/components')['VFab']
563
+ VInput: typeof import('vuetify/components')['VInput']
563
564
  VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
564
565
  VItemGroup: typeof import('vuetify/components')['VItemGroup']
565
566
  VItem: typeof import('vuetify/components')['VItem']
566
- VInput: typeof import('vuetify/components')['VInput']
567
- VLabel: typeof import('vuetify/components')['VLabel']
568
567
  VKbd: typeof import('vuetify/components')['VKbd']
568
+ VLabel: typeof import('vuetify/components')['VLabel']
569
569
  VList: typeof import('vuetify/components')['VList']
570
570
  VListGroup: typeof import('vuetify/components')['VListGroup']
571
571
  VListImg: typeof import('vuetify/components')['VListImg']
@@ -576,48 +576,48 @@ declare module '@vue/runtime-core' {
576
576
  VListItemTitle: typeof import('vuetify/components')['VListItemTitle']
577
577
  VListSubheader: typeof import('vuetify/components')['VListSubheader']
578
578
  VMain: typeof import('vuetify/components')['VMain']
579
- VMessages: typeof import('vuetify/components')['VMessages']
580
- VMenu: typeof import('vuetify/components')['VMenu']
581
579
  VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
582
- VOtpInput: typeof import('vuetify/components')['VOtpInput']
583
- VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
584
- VPagination: typeof import('vuetify/components')['VPagination']
580
+ VMenu: typeof import('vuetify/components')['VMenu']
585
581
  VOverlay: typeof import('vuetify/components')['VOverlay']
586
- VSelect: typeof import('vuetify/components')['VSelect']
582
+ VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
583
+ VOtpInput: typeof import('vuetify/components')['VOtpInput']
587
584
  VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
585
+ VMessages: typeof import('vuetify/components')['VMessages']
586
+ VPagination: typeof import('vuetify/components')['VPagination']
588
587
  VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
589
588
  VRating: typeof import('vuetify/components')['VRating']
589
+ VSelect: typeof import('vuetify/components')['VSelect']
590
+ VSheet: typeof import('vuetify/components')['VSheet']
590
591
  VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
591
592
  VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
592
593
  VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
593
594
  VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
594
595
  VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
595
- VSheet: typeof import('vuetify/components')['VSheet']
596
596
  VSlider: typeof import('vuetify/components')['VSlider']
597
597
  VSnackbar: typeof import('vuetify/components')['VSnackbar']
598
- VSwitch: typeof import('vuetify/components')['VSwitch']
598
+ VTextarea: typeof import('vuetify/components')['VTextarea']
599
599
  VStepper: typeof import('vuetify/components')['VStepper']
600
600
  VStepperActions: typeof import('vuetify/components')['VStepperActions']
601
601
  VStepperHeader: typeof import('vuetify/components')['VStepperHeader']
602
602
  VStepperItem: typeof import('vuetify/components')['VStepperItem']
603
603
  VStepperWindow: typeof import('vuetify/components')['VStepperWindow']
604
604
  VStepperWindowItem: typeof import('vuetify/components')['VStepperWindowItem']
605
- VSystemBar: typeof import('vuetify/components')['VSystemBar']
605
+ VSwitch: typeof import('vuetify/components')['VSwitch']
606
606
  VTab: typeof import('vuetify/components')['VTab']
607
607
  VTabs: typeof import('vuetify/components')['VTabs']
608
608
  VTabsWindow: typeof import('vuetify/components')['VTabsWindow']
609
609
  VTabsWindowItem: typeof import('vuetify/components')['VTabsWindowItem']
610
- VTable: typeof import('vuetify/components')['VTable']
610
+ VSystemBar: typeof import('vuetify/components')['VSystemBar']
611
611
  VTextField: typeof import('vuetify/components')['VTextField']
612
- VTextarea: typeof import('vuetify/components')['VTextarea']
612
+ VTable: typeof import('vuetify/components')['VTable']
613
613
  VTimeline: typeof import('vuetify/components')['VTimeline']
614
614
  VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
615
- VTooltip: typeof import('vuetify/components')['VTooltip']
616
615
  VToolbar: typeof import('vuetify/components')['VToolbar']
617
616
  VToolbarTitle: typeof import('vuetify/components')['VToolbarTitle']
618
617
  VToolbarItems: typeof import('vuetify/components')['VToolbarItems']
619
618
  VWindow: typeof import('vuetify/components')['VWindow']
620
619
  VWindowItem: typeof import('vuetify/components')['VWindowItem']
620
+ VTooltip: typeof import('vuetify/components')['VTooltip']
621
621
  VConfirmEdit: typeof import('vuetify/components')['VConfirmEdit']
622
622
  VDataIterator: typeof import('vuetify/components')['VDataIterator']
623
623
  VDefaultsProvider: typeof import('vuetify/components')['VDefaultsProvider']
@@ -627,12 +627,12 @@ declare module '@vue/runtime-core' {
627
627
  VRow: typeof import('vuetify/components')['VRow']
628
628
  VSpacer: typeof import('vuetify/components')['VSpacer']
629
629
  VHover: typeof import('vuetify/components')['VHover']
630
- VLazy: typeof import('vuetify/components')['VLazy']
631
630
  VLayout: typeof import('vuetify/components')['VLayout']
632
631
  VLayoutItem: typeof import('vuetify/components')['VLayoutItem']
632
+ VLazy: typeof import('vuetify/components')['VLazy']
633
633
  VLocaleProvider: typeof import('vuetify/components')['VLocaleProvider']
634
- VNoSsr: typeof import('vuetify/components')['VNoSsr']
635
634
  VParallax: typeof import('vuetify/components')['VParallax']
635
+ VNoSsr: typeof import('vuetify/components')['VNoSsr']
636
636
  VRadio: typeof import('vuetify/components')['VRadio']
637
637
  VRangeSlider: typeof import('vuetify/components')['VRangeSlider']
638
638
  VResponsive: typeof import('vuetify/components')['VResponsive']
@@ -657,6 +657,11 @@ declare module '@vue/runtime-core' {
657
657
  VExpandTransition: typeof import('vuetify/components')['VExpandTransition']
658
658
  VExpandXTransition: typeof import('vuetify/components')['VExpandXTransition']
659
659
  VDialogTransition: typeof import('vuetify/components')['VDialogTransition']
660
+ VPicker: typeof import('vuetify/labs/components')['VPicker']
661
+ VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
662
+ VTimePicker: typeof import('vuetify/labs/components')['VTimePicker']
663
+ VTimePickerClock: typeof import('vuetify/labs/components')['VTimePickerClock']
664
+ VTimePickerControls: typeof import('vuetify/labs/components')['VTimePickerControls']
660
665
  VNumberInput: typeof import('vuetify/labs/components')['VNumberInput']
661
666
  VCalendar: typeof import('vuetify/labs/components')['VCalendar']
662
667
  VCalendarDay: typeof import('vuetify/labs/components')['VCalendarDay']
@@ -664,16 +669,11 @@ declare module '@vue/runtime-core' {
664
669
  VCalendarInterval: typeof import('vuetify/labs/components')['VCalendarInterval']
665
670
  VCalendarIntervalEvent: typeof import('vuetify/labs/components')['VCalendarIntervalEvent']
666
671
  VCalendarMonthDay: typeof import('vuetify/labs/components')['VCalendarMonthDay']
667
- VPicker: typeof import('vuetify/labs/components')['VPicker']
668
- VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
669
- VTimePicker: typeof import('vuetify/labs/components')['VTimePicker']
670
- VTimePickerClock: typeof import('vuetify/labs/components')['VTimePickerClock']
671
- VTimePickerControls: typeof import('vuetify/labs/components')['VTimePickerControls']
672
672
  VTreeview: typeof import('vuetify/labs/components')['VTreeview']
673
673
  VTreeviewItem: typeof import('vuetify/labs/components')['VTreeviewItem']
674
674
  VTreeviewGroup: typeof import('vuetify/labs/components')['VTreeviewGroup']
675
675
  VDateInput: typeof import('vuetify/labs/components')['VDateInput']
676
- VPullToRefresh: typeof import('vuetify/labs/components')['VPullToRefresh']
677
676
  VSnackbarQueue: typeof import('vuetify/labs/components')['VSnackbarQueue']
677
+ VPullToRefresh: typeof import('vuetify/labs/components')['VPullToRefresh']
678
678
  }
679
679
  }
@@ -118,7 +118,7 @@ declare const VSnackbar: {
118
118
  component?: vue.Component | undefined;
119
119
  })>;
120
120
  zIndex: string | number;
121
- modelValue: boolean;
121
+ modelValue: boolean | null;
122
122
  variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
123
123
  origin: Anchor | "auto" | "overlap";
124
124
  vertical: boolean;
@@ -168,7 +168,7 @@ declare const VSnackbar: {
168
168
  }) => vue.VNodeChild) | undefined;
169
169
  default?: (() => vue.VNodeChild) | undefined;
170
170
  actions?: ((arg: {
171
- isActive: Ref<boolean>;
171
+ isActive: Ref<boolean | null>;
172
172
  }) => vue.VNodeChild) | undefined;
173
173
  text?: (() => vue.VNodeChild) | undefined;
174
174
  };
@@ -179,7 +179,7 @@ declare const VSnackbar: {
179
179
  }) => vue.VNodeChild) | undefined;
180
180
  default?: false | (() => vue.VNodeChild) | undefined;
181
181
  actions?: false | ((arg: {
182
- isActive: Ref<boolean>;
182
+ isActive: Ref<boolean | null>;
183
183
  }) => vue.VNodeChild) | undefined;
184
184
  text?: false | (() => vue.VNodeChild) | undefined;
185
185
  } | undefined;
@@ -190,7 +190,7 @@ declare const VSnackbar: {
190
190
  }) => vue.VNodeChild) | undefined;
191
191
  "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
192
192
  "v-slot:actions"?: false | ((arg: {
193
- isActive: Ref<boolean>;
193
+ isActive: Ref<boolean | null>;
194
194
  }) => vue.VNodeChild) | undefined;
195
195
  "v-slot:text"?: false | (() => vue.VNodeChild) | undefined;
196
196
  } & {
@@ -206,7 +206,7 @@ declare const VSnackbar: {
206
206
  component?: vue.Component | undefined;
207
207
  });
208
208
  zIndex: string | number;
209
- modelValue: boolean;
209
+ modelValue: boolean | null;
210
210
  origin: Anchor | "auto" | "overlap";
211
211
  eager: boolean;
212
212
  location: Anchor;
@@ -233,7 +233,7 @@ declare const VSnackbar: {
233
233
  component?: vue.Component | undefined;
234
234
  });
235
235
  zIndex: string | number;
236
- modelValue: boolean;
236
+ modelValue: boolean | null;
237
237
  origin: Anchor | "auto" | "overlap";
238
238
  eager: boolean;
239
239
  location: Anchor;
@@ -311,7 +311,7 @@ declare const VSnackbar: {
311
311
  component?: vue.Component | undefined;
312
312
  });
313
313
  zIndex: string | number;
314
- modelValue: boolean;
314
+ modelValue: boolean | null;
315
315
  origin: Anchor | "auto" | "overlap";
316
316
  eager: boolean;
317
317
  location: Anchor;
@@ -418,7 +418,7 @@ declare const VSnackbar: {
418
418
  component?: vue.Component | undefined;
419
419
  });
420
420
  zIndex: string | number;
421
- modelValue: boolean;
421
+ modelValue: boolean | null;
422
422
  origin: Anchor | "auto" | "overlap";
423
423
  eager: boolean;
424
424
  location: Anchor;
@@ -514,7 +514,7 @@ declare const VSnackbar: {
514
514
  component?: vue.Component | undefined;
515
515
  });
516
516
  zIndex: string | number;
517
- modelValue: boolean;
517
+ modelValue: boolean | null;
518
518
  origin: Anchor | "auto" | "overlap";
519
519
  eager: boolean;
520
520
  location: Anchor;
@@ -574,7 +574,7 @@ declare const VSnackbar: {
574
574
  component?: vue.Component | undefined;
575
575
  });
576
576
  zIndex: string | number;
577
- modelValue: boolean;
577
+ modelValue: boolean | null;
578
578
  origin: Anchor | "auto" | "overlap";
579
579
  eager: boolean;
580
580
  location: Anchor;
@@ -667,7 +667,7 @@ declare const VSnackbar: {
667
667
  component?: vue.Component | undefined;
668
668
  })>;
669
669
  zIndex: string | number;
670
- modelValue: boolean;
670
+ modelValue: boolean | null;
671
671
  variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
672
672
  origin: Anchor | "auto" | "overlap";
673
673
  vertical: boolean;
@@ -717,7 +717,7 @@ declare const VSnackbar: {
717
717
  }) => vue.VNodeChild) | undefined;
718
718
  default?: (() => vue.VNodeChild) | undefined;
719
719
  actions?: ((arg: {
720
- isActive: Ref<boolean>;
720
+ isActive: Ref<boolean | null>;
721
721
  }) => vue.VNodeChild) | undefined;
722
722
  text?: (() => vue.VNodeChild) | undefined;
723
723
  };
@@ -728,7 +728,7 @@ declare const VSnackbar: {
728
728
  }) => vue.VNodeChild) | undefined;
729
729
  default?: false | (() => vue.VNodeChild) | undefined;
730
730
  actions?: false | ((arg: {
731
- isActive: Ref<boolean>;
731
+ isActive: Ref<boolean | null>;
732
732
  }) => vue.VNodeChild) | undefined;
733
733
  text?: false | (() => vue.VNodeChild) | undefined;
734
734
  } | undefined;
@@ -739,7 +739,7 @@ declare const VSnackbar: {
739
739
  }) => vue.VNodeChild) | undefined;
740
740
  "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
741
741
  "v-slot:actions"?: false | ((arg: {
742
- isActive: Ref<boolean>;
742
+ isActive: Ref<boolean | null>;
743
743
  }) => vue.VNodeChild) | undefined;
744
744
  "v-slot:text"?: false | (() => vue.VNodeChild) | undefined;
745
745
  } & {
@@ -752,7 +752,7 @@ declare const VSnackbar: {
752
752
  component?: vue.Component | undefined;
753
753
  })>;
754
754
  zIndex: string | number;
755
- modelValue: boolean;
755
+ modelValue: boolean | null;
756
756
  rounded: string | number | boolean;
757
757
  variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
758
758
  origin: Anchor | "auto" | "overlap";
@@ -783,7 +783,7 @@ declare const VSnackbar: {
783
783
  [key: string]: any;
784
784
  }>[];
785
785
  actions: (arg: {
786
- isActive: Ref<boolean>;
786
+ isActive: Ref<boolean | null>;
787
787
  }) => vue.VNode<vue.RendererNode, vue.RendererElement, {
788
788
  [key: string]: any;
789
789
  }>[];
@@ -805,7 +805,7 @@ declare const VSnackbar: {
805
805
  component?: vue.Component | undefined;
806
806
  })>;
807
807
  zIndex: string | number;
808
- modelValue: boolean;
808
+ modelValue: boolean | null;
809
809
  variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
810
810
  origin: Anchor | "auto" | "overlap";
811
811
  vertical: boolean;
@@ -855,7 +855,7 @@ declare const VSnackbar: {
855
855
  }) => vue.VNodeChild) | undefined;
856
856
  default?: (() => vue.VNodeChild) | undefined;
857
857
  actions?: ((arg: {
858
- isActive: Ref<boolean>;
858
+ isActive: Ref<boolean | null>;
859
859
  }) => vue.VNodeChild) | undefined;
860
860
  text?: (() => vue.VNodeChild) | undefined;
861
861
  };
@@ -866,7 +866,7 @@ declare const VSnackbar: {
866
866
  }) => vue.VNodeChild) | undefined;
867
867
  default?: false | (() => vue.VNodeChild) | undefined;
868
868
  actions?: false | ((arg: {
869
- isActive: Ref<boolean>;
869
+ isActive: Ref<boolean | null>;
870
870
  }) => vue.VNodeChild) | undefined;
871
871
  text?: false | (() => vue.VNodeChild) | undefined;
872
872
  } | undefined;
@@ -877,7 +877,7 @@ declare const VSnackbar: {
877
877
  }) => vue.VNodeChild) | undefined;
878
878
  "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
879
879
  "v-slot:actions"?: false | ((arg: {
880
- isActive: Ref<boolean>;
880
+ isActive: Ref<boolean | null>;
881
881
  }) => vue.VNodeChild) | undefined;
882
882
  "v-slot:text"?: false | (() => vue.VNodeChild) | undefined;
883
883
  } & {
@@ -893,7 +893,7 @@ declare const VSnackbar: {
893
893
  component?: vue.Component | undefined;
894
894
  });
895
895
  zIndex: string | number;
896
- modelValue: boolean;
896
+ modelValue: boolean | null;
897
897
  origin: Anchor | "auto" | "overlap";
898
898
  eager: boolean;
899
899
  location: Anchor;
@@ -920,7 +920,7 @@ declare const VSnackbar: {
920
920
  component?: vue.Component | undefined;
921
921
  });
922
922
  zIndex: string | number;
923
- modelValue: boolean;
923
+ modelValue: boolean | null;
924
924
  origin: Anchor | "auto" | "overlap";
925
925
  eager: boolean;
926
926
  location: Anchor;
@@ -998,7 +998,7 @@ declare const VSnackbar: {
998
998
  component?: vue.Component | undefined;
999
999
  });
1000
1000
  zIndex: string | number;
1001
- modelValue: boolean;
1001
+ modelValue: boolean | null;
1002
1002
  origin: Anchor | "auto" | "overlap";
1003
1003
  eager: boolean;
1004
1004
  location: Anchor;
@@ -1105,7 +1105,7 @@ declare const VSnackbar: {
1105
1105
  component?: vue.Component | undefined;
1106
1106
  });
1107
1107
  zIndex: string | number;
1108
- modelValue: boolean;
1108
+ modelValue: boolean | null;
1109
1109
  origin: Anchor | "auto" | "overlap";
1110
1110
  eager: boolean;
1111
1111
  location: Anchor;
@@ -1201,7 +1201,7 @@ declare const VSnackbar: {
1201
1201
  component?: vue.Component | undefined;
1202
1202
  });
1203
1203
  zIndex: string | number;
1204
- modelValue: boolean;
1204
+ modelValue: boolean | null;
1205
1205
  origin: Anchor | "auto" | "overlap";
1206
1206
  eager: boolean;
1207
1207
  location: Anchor;
@@ -1261,7 +1261,7 @@ declare const VSnackbar: {
1261
1261
  component?: vue.Component | undefined;
1262
1262
  });
1263
1263
  zIndex: string | number;
1264
- modelValue: boolean;
1264
+ modelValue: boolean | null;
1265
1265
  origin: Anchor | "auto" | "overlap";
1266
1266
  eager: boolean;
1267
1267
  location: Anchor;
@@ -1352,7 +1352,7 @@ declare const VSnackbar: {
1352
1352
  component?: vue.Component | undefined;
1353
1353
  })>;
1354
1354
  zIndex: string | number;
1355
- modelValue: boolean;
1355
+ modelValue: boolean | null;
1356
1356
  rounded: string | number | boolean;
1357
1357
  variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
1358
1358
  origin: Anchor | "auto" | "overlap";
@@ -1384,7 +1384,7 @@ declare const VSnackbar: {
1384
1384
  component?: vue.Component | undefined;
1385
1385
  })>;
1386
1386
  zIndex: string | number;
1387
- modelValue: boolean;
1387
+ modelValue: boolean | null;
1388
1388
  variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
1389
1389
  origin: Anchor | "auto" | "overlap";
1390
1390
  vertical: boolean;
@@ -1434,7 +1434,7 @@ declare const VSnackbar: {
1434
1434
  }) => vue.VNodeChild) | undefined;
1435
1435
  default?: (() => vue.VNodeChild) | undefined;
1436
1436
  actions?: ((arg: {
1437
- isActive: Ref<boolean>;
1437
+ isActive: Ref<boolean | null>;
1438
1438
  }) => vue.VNodeChild) | undefined;
1439
1439
  text?: (() => vue.VNodeChild) | undefined;
1440
1440
  };
@@ -1445,7 +1445,7 @@ declare const VSnackbar: {
1445
1445
  }) => vue.VNodeChild) | undefined;
1446
1446
  default?: false | (() => vue.VNodeChild) | undefined;
1447
1447
  actions?: false | ((arg: {
1448
- isActive: Ref<boolean>;
1448
+ isActive: Ref<boolean | null>;
1449
1449
  }) => vue.VNodeChild) | undefined;
1450
1450
  text?: false | (() => vue.VNodeChild) | undefined;
1451
1451
  } | undefined;
@@ -1456,7 +1456,7 @@ declare const VSnackbar: {
1456
1456
  }) => vue.VNodeChild) | undefined;
1457
1457
  "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
1458
1458
  "v-slot:actions"?: false | ((arg: {
1459
- isActive: Ref<boolean>;
1459
+ isActive: Ref<boolean | null>;
1460
1460
  }) => vue.VNodeChild) | undefined;
1461
1461
  "v-slot:text"?: false | (() => vue.VNodeChild) | undefined;
1462
1462
  } & {
@@ -1472,7 +1472,7 @@ declare const VSnackbar: {
1472
1472
  component?: vue.Component | undefined;
1473
1473
  });
1474
1474
  zIndex: string | number;
1475
- modelValue: boolean;
1475
+ modelValue: boolean | null;
1476
1476
  origin: Anchor | "auto" | "overlap";
1477
1477
  eager: boolean;
1478
1478
  location: Anchor;
@@ -1499,7 +1499,7 @@ declare const VSnackbar: {
1499
1499
  component?: vue.Component | undefined;
1500
1500
  });
1501
1501
  zIndex: string | number;
1502
- modelValue: boolean;
1502
+ modelValue: boolean | null;
1503
1503
  origin: Anchor | "auto" | "overlap";
1504
1504
  eager: boolean;
1505
1505
  location: Anchor;
@@ -1577,7 +1577,7 @@ declare const VSnackbar: {
1577
1577
  component?: vue.Component | undefined;
1578
1578
  });
1579
1579
  zIndex: string | number;
1580
- modelValue: boolean;
1580
+ modelValue: boolean | null;
1581
1581
  origin: Anchor | "auto" | "overlap";
1582
1582
  eager: boolean;
1583
1583
  location: Anchor;
@@ -1684,7 +1684,7 @@ declare const VSnackbar: {
1684
1684
  component?: vue.Component | undefined;
1685
1685
  });
1686
1686
  zIndex: string | number;
1687
- modelValue: boolean;
1687
+ modelValue: boolean | null;
1688
1688
  origin: Anchor | "auto" | "overlap";
1689
1689
  eager: boolean;
1690
1690
  location: Anchor;
@@ -1780,7 +1780,7 @@ declare const VSnackbar: {
1780
1780
  component?: vue.Component | undefined;
1781
1781
  });
1782
1782
  zIndex: string | number;
1783
- modelValue: boolean;
1783
+ modelValue: boolean | null;
1784
1784
  origin: Anchor | "auto" | "overlap";
1785
1785
  eager: boolean;
1786
1786
  location: Anchor;
@@ -1840,7 +1840,7 @@ declare const VSnackbar: {
1840
1840
  component?: vue.Component | undefined;
1841
1841
  });
1842
1842
  zIndex: string | number;
1843
- modelValue: boolean;
1843
+ modelValue: boolean | null;
1844
1844
  origin: Anchor | "auto" | "overlap";
1845
1845
  eager: boolean;
1846
1846
  location: Anchor;
@@ -1933,7 +1933,7 @@ declare const VSnackbar: {
1933
1933
  component?: vue.Component | undefined;
1934
1934
  })>;
1935
1935
  zIndex: string | number;
1936
- modelValue: boolean;
1936
+ modelValue: boolean | null;
1937
1937
  rounded: string | number | boolean;
1938
1938
  variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
1939
1939
  origin: Anchor | "auto" | "overlap";
@@ -1964,7 +1964,7 @@ declare const VSnackbar: {
1964
1964
  [key: string]: any;
1965
1965
  }>[];
1966
1966
  actions: (arg: {
1967
- isActive: Ref<boolean>;
1967
+ isActive: Ref<boolean | null>;
1968
1968
  }) => vue.VNode<vue.RendererNode, vue.RendererElement, {
1969
1969
  [key: string]: any;
1970
1970
  }>[];
@@ -2002,7 +2002,10 @@ declare const VSnackbar: {
2002
2002
  type: (StringConstructor | NumberConstructor)[];
2003
2003
  default: number;
2004
2004
  };
2005
- modelValue: BooleanConstructor;
2005
+ modelValue: {
2006
+ type: vue.PropType<boolean | null>;
2007
+ default: null;
2008
+ };
2006
2009
  contentClass: null;
2007
2010
  origin: {
2008
2011
  type: vue.PropType<Anchor | "auto" | "overlap">;
@@ -2103,7 +2106,10 @@ declare const VSnackbar: {
2103
2106
  type: (StringConstructor | NumberConstructor)[];
2104
2107
  default: number;
2105
2108
  };
2106
- modelValue: BooleanConstructor;
2109
+ modelValue: {
2110
+ type: vue.PropType<boolean | null>;
2111
+ default: null;
2112
+ };
2107
2113
  contentClass: null;
2108
2114
  origin: {
2109
2115
  type: vue.PropType<Anchor | "auto" | "overlap">;