@vuetify/nightly 3.7.14-master.2025-03-04 → 3.7.15-master.2025-03-05

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/lib/framework.mjs CHANGED
@@ -97,7 +97,7 @@ export function createVuetify() {
97
97
  goTo
98
98
  };
99
99
  }
100
- export const version = "3.7.14-master.2025-03-04";
100
+ export const version = "3.7.15-master.2025-03-05";
101
101
  createVuetify.version = version;
102
102
 
103
103
  // Vue's inject() can only be used in setup
package/lib/index.d.mts CHANGED
@@ -486,79 +486,79 @@ declare module 'vue' {
486
486
  $children?: VNodeChild
487
487
  }
488
488
  export interface GlobalComponents {
489
- VApp: typeof import('vuetify/components')['VApp']
490
489
  VAlert: typeof import('vuetify/components')['VAlert']
491
490
  VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
492
- VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
493
491
  VAppBar: typeof import('vuetify/components')['VAppBar']
494
492
  VAppBarNavIcon: typeof import('vuetify/components')['VAppBarNavIcon']
495
493
  VAppBarTitle: typeof import('vuetify/components')['VAppBarTitle']
496
- VBanner: typeof import('vuetify/components')['VBanner']
497
- VBannerActions: typeof import('vuetify/components')['VBannerActions']
498
- VBannerText: typeof import('vuetify/components')['VBannerText']
499
- VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
500
- VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
501
- VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
494
+ VApp: typeof import('vuetify/components')['VApp']
495
+ VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
502
496
  VAvatar: typeof import('vuetify/components')['VAvatar']
503
497
  VBadge: typeof import('vuetify/components')['VBadge']
504
- VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
505
- VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
506
- VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
507
- VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
508
- VChip: typeof import('vuetify/components')['VChip']
509
498
  VCard: typeof import('vuetify/components')['VCard']
510
499
  VCardActions: typeof import('vuetify/components')['VCardActions']
511
500
  VCardItem: typeof import('vuetify/components')['VCardItem']
512
501
  VCardSubtitle: typeof import('vuetify/components')['VCardSubtitle']
513
502
  VCardText: typeof import('vuetify/components')['VCardText']
514
503
  VCardTitle: typeof import('vuetify/components')['VCardTitle']
515
- VBtn: typeof import('vuetify/components')['VBtn']
516
- VCarousel: typeof import('vuetify/components')['VCarousel']
517
- VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
504
+ VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
505
+ VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
506
+ VBanner: typeof import('vuetify/components')['VBanner']
507
+ VBannerActions: typeof import('vuetify/components')['VBannerActions']
508
+ VBannerText: typeof import('vuetify/components')['VBannerText']
509
+ VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
510
+ VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
511
+ VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
512
+ VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
518
513
  VChipGroup: typeof import('vuetify/components')['VChipGroup']
519
514
  VCheckbox: typeof import('vuetify/components')['VCheckbox']
520
515
  VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
521
- VCounter: typeof import('vuetify/components')['VCounter']
516
+ VCarousel: typeof import('vuetify/components')['VCarousel']
517
+ VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
518
+ VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
522
519
  VColorPicker: typeof import('vuetify/components')['VColorPicker']
520
+ VCounter: typeof import('vuetify/components')['VCounter']
521
+ VDataTable: typeof import('vuetify/components')['VDataTable']
522
+ VDataTableHeaders: typeof import('vuetify/components')['VDataTableHeaders']
523
+ VDataTableFooter: typeof import('vuetify/components')['VDataTableFooter']
524
+ VDataTableRows: typeof import('vuetify/components')['VDataTableRows']
525
+ VDataTableRow: typeof import('vuetify/components')['VDataTableRow']
526
+ VDataTableVirtual: typeof import('vuetify/components')['VDataTableVirtual']
527
+ VDataTableServer: typeof import('vuetify/components')['VDataTableServer']
523
528
  VCode: typeof import('vuetify/components')['VCode']
529
+ VDialog: typeof import('vuetify/components')['VDialog']
524
530
  VCombobox: typeof import('vuetify/components')['VCombobox']
531
+ VChip: typeof import('vuetify/components')['VChip']
532
+ VEmptyState: typeof import('vuetify/components')['VEmptyState']
525
533
  VDatePicker: typeof import('vuetify/components')['VDatePicker']
526
534
  VDatePickerControls: typeof import('vuetify/components')['VDatePickerControls']
527
535
  VDatePickerHeader: typeof import('vuetify/components')['VDatePickerHeader']
528
536
  VDatePickerMonth: typeof import('vuetify/components')['VDatePickerMonth']
529
537
  VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
530
538
  VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
531
- VDivider: typeof import('vuetify/components')['VDivider']
532
- VDialog: typeof import('vuetify/components')['VDialog']
539
+ VBtn: typeof import('vuetify/components')['VBtn']
533
540
  VExpansionPanels: typeof import('vuetify/components')['VExpansionPanels']
534
541
  VExpansionPanel: typeof import('vuetify/components')['VExpansionPanel']
535
542
  VExpansionPanelText: typeof import('vuetify/components')['VExpansionPanelText']
536
543
  VExpansionPanelTitle: typeof import('vuetify/components')['VExpansionPanelTitle']
544
+ VDivider: typeof import('vuetify/components')['VDivider']
545
+ VFooter: typeof import('vuetify/components')['VFooter']
537
546
  VFab: typeof import('vuetify/components')['VFab']
538
- VEmptyState: typeof import('vuetify/components')['VEmptyState']
539
547
  VField: typeof import('vuetify/components')['VField']
540
548
  VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
541
- VDataTable: typeof import('vuetify/components')['VDataTable']
542
- VDataTableHeaders: typeof import('vuetify/components')['VDataTableHeaders']
543
- VDataTableFooter: typeof import('vuetify/components')['VDataTableFooter']
544
- VDataTableRows: typeof import('vuetify/components')['VDataTableRows']
545
- VDataTableRow: typeof import('vuetify/components')['VDataTableRow']
546
- VDataTableVirtual: typeof import('vuetify/components')['VDataTableVirtual']
547
- VDataTableServer: typeof import('vuetify/components')['VDataTableServer']
548
- VFooter: typeof import('vuetify/components')['VFooter']
549
- VImg: typeof import('vuetify/components')['VImg']
550
549
  VFileInput: typeof import('vuetify/components')['VFileInput']
551
550
  VIcon: typeof import('vuetify/components')['VIcon']
552
551
  VComponentIcon: typeof import('vuetify/components')['VComponentIcon']
553
552
  VSvgIcon: typeof import('vuetify/components')['VSvgIcon']
554
553
  VLigatureIcon: typeof import('vuetify/components')['VLigatureIcon']
555
554
  VClassIcon: typeof import('vuetify/components')['VClassIcon']
556
- VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
557
- VInput: typeof import('vuetify/components')['VInput']
558
- VKbd: typeof import('vuetify/components')['VKbd']
555
+ VImg: typeof import('vuetify/components')['VImg']
559
556
  VItemGroup: typeof import('vuetify/components')['VItemGroup']
560
557
  VItem: typeof import('vuetify/components')['VItem']
558
+ VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
559
+ VInput: typeof import('vuetify/components')['VInput']
561
560
  VLabel: typeof import('vuetify/components')['VLabel']
561
+ VKbd: typeof import('vuetify/components')['VKbd']
562
562
  VList: typeof import('vuetify/components')['VList']
563
563
  VListGroup: typeof import('vuetify/components')['VListGroup']
564
564
  VListImg: typeof import('vuetify/components')['VListImg']
@@ -568,61 +568,61 @@ declare module 'vue' {
568
568
  VListItemSubtitle: typeof import('vuetify/components')['VListItemSubtitle']
569
569
  VListItemTitle: typeof import('vuetify/components')['VListItemTitle']
570
570
  VListSubheader: typeof import('vuetify/components')['VListSubheader']
571
- VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
572
- VMain: typeof import('vuetify/components')['VMain']
573
571
  VMenu: typeof import('vuetify/components')['VMenu']
572
+ VMain: typeof import('vuetify/components')['VMain']
574
573
  VMessages: typeof import('vuetify/components')['VMessages']
574
+ VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
575
575
  VPagination: typeof import('vuetify/components')['VPagination']
576
576
  VOverlay: typeof import('vuetify/components')['VOverlay']
577
- VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
578
577
  VOtpInput: typeof import('vuetify/components')['VOtpInput']
579
- VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
580
578
  VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
579
+ VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
580
+ VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
581
+ VSelect: typeof import('vuetify/components')['VSelect']
581
582
  VRating: typeof import('vuetify/components')['VRating']
582
583
  VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
583
- VSelect: typeof import('vuetify/components')['VSelect']
584
+ VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
585
+ VSheet: typeof import('vuetify/components')['VSheet']
586
+ VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
584
587
  VSnackbar: typeof import('vuetify/components')['VSnackbar']
585
588
  VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
586
589
  VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
587
- VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
588
- VSheet: typeof import('vuetify/components')['VSheet']
589
590
  VSlider: typeof import('vuetify/components')['VSlider']
590
- VSwitch: typeof import('vuetify/components')['VSwitch']
591
591
  VStepper: typeof import('vuetify/components')['VStepper']
592
592
  VStepperActions: typeof import('vuetify/components')['VStepperActions']
593
593
  VStepperHeader: typeof import('vuetify/components')['VStepperHeader']
594
594
  VStepperItem: typeof import('vuetify/components')['VStepperItem']
595
595
  VStepperWindow: typeof import('vuetify/components')['VStepperWindow']
596
596
  VStepperWindowItem: typeof import('vuetify/components')['VStepperWindowItem']
597
- VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
598
- VSystemBar: typeof import('vuetify/components')['VSystemBar']
597
+ VSwitch: typeof import('vuetify/components')['VSwitch']
599
598
  VTab: typeof import('vuetify/components')['VTab']
600
599
  VTabs: typeof import('vuetify/components')['VTabs']
601
600
  VTabsWindow: typeof import('vuetify/components')['VTabsWindow']
602
601
  VTabsWindowItem: typeof import('vuetify/components')['VTabsWindowItem']
603
- VTextarea: typeof import('vuetify/components')['VTextarea']
604
602
  VTextField: typeof import('vuetify/components')['VTextField']
603
+ VSystemBar: typeof import('vuetify/components')['VSystemBar']
604
+ VTextarea: typeof import('vuetify/components')['VTextarea']
605
+ VTable: typeof import('vuetify/components')['VTable']
605
606
  VTimeline: typeof import('vuetify/components')['VTimeline']
606
607
  VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
607
- VTable: typeof import('vuetify/components')['VTable']
608
- VTooltip: typeof import('vuetify/components')['VTooltip']
609
608
  VToolbar: typeof import('vuetify/components')['VToolbar']
610
609
  VToolbarTitle: typeof import('vuetify/components')['VToolbarTitle']
611
610
  VToolbarItems: typeof import('vuetify/components')['VToolbarItems']
612
611
  VWindow: typeof import('vuetify/components')['VWindow']
613
612
  VWindowItem: typeof import('vuetify/components')['VWindowItem']
613
+ VTooltip: typeof import('vuetify/components')['VTooltip']
614
614
  VConfirmEdit: typeof import('vuetify/components')['VConfirmEdit']
615
615
  VDataIterator: typeof import('vuetify/components')['VDataIterator']
616
616
  VDefaultsProvider: typeof import('vuetify/components')['VDefaultsProvider']
617
+ VHover: typeof import('vuetify/components')['VHover']
618
+ VForm: typeof import('vuetify/components')['VForm']
617
619
  VContainer: typeof import('vuetify/components')['VContainer']
618
620
  VCol: typeof import('vuetify/components')['VCol']
619
621
  VRow: typeof import('vuetify/components')['VRow']
620
622
  VSpacer: typeof import('vuetify/components')['VSpacer']
621
- VForm: typeof import('vuetify/components')['VForm']
622
- VHover: typeof import('vuetify/components')['VHover']
623
- VLazy: typeof import('vuetify/components')['VLazy']
624
623
  VLayout: typeof import('vuetify/components')['VLayout']
625
624
  VLayoutItem: typeof import('vuetify/components')['VLayoutItem']
625
+ VLazy: typeof import('vuetify/components')['VLazy']
626
626
  VLocaleProvider: typeof import('vuetify/components')['VLocaleProvider']
627
627
  VNoSsr: typeof import('vuetify/components')['VNoSsr']
628
628
  VParallax: typeof import('vuetify/components')['VParallax']
@@ -631,9 +631,9 @@ declare module 'vue' {
631
631
  VResponsive: typeof import('vuetify/components')['VResponsive']
632
632
  VSparkline: typeof import('vuetify/components')['VSparkline']
633
633
  VSpeedDial: typeof import('vuetify/components')['VSpeedDial']
634
- VVirtualScroll: typeof import('vuetify/components')['VVirtualScroll']
635
634
  VThemeProvider: typeof import('vuetify/components')['VThemeProvider']
636
635
  VValidation: typeof import('vuetify/components')['VValidation']
636
+ VVirtualScroll: typeof import('vuetify/components')['VVirtualScroll']
637
637
  VFabTransition: typeof import('vuetify/components')['VFabTransition']
638
638
  VDialogBottomTransition: typeof import('vuetify/components')['VDialogBottomTransition']
639
639
  VDialogTopTransition: typeof import('vuetify/components')['VDialogTopTransition']
@@ -650,9 +650,6 @@ declare module 'vue' {
650
650
  VExpandTransition: typeof import('vuetify/components')['VExpandTransition']
651
651
  VExpandXTransition: typeof import('vuetify/components')['VExpandXTransition']
652
652
  VDialogTransition: typeof import('vuetify/components')['VDialogTransition']
653
- VStepperVertical: typeof import('vuetify/labs/components')['VStepperVertical']
654
- VStepperVerticalItem: typeof import('vuetify/labs/components')['VStepperVerticalItem']
655
- VStepperVerticalActions: typeof import('vuetify/labs/components')['VStepperVerticalActions']
656
653
  VCalendar: typeof import('vuetify/labs/components')['VCalendar']
657
654
  VCalendarDay: typeof import('vuetify/labs/components')['VCalendarDay']
658
655
  VCalendarHeader: typeof import('vuetify/labs/components')['VCalendarHeader']
@@ -661,12 +658,15 @@ declare module 'vue' {
661
658
  VCalendarMonthDay: typeof import('vuetify/labs/components')['VCalendarMonthDay']
662
659
  VPicker: typeof import('vuetify/labs/components')['VPicker']
663
660
  VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
664
- VTimePicker: typeof import('vuetify/labs/components')['VTimePicker']
665
- VTimePickerClock: typeof import('vuetify/labs/components')['VTimePickerClock']
666
- VTimePickerControls: typeof import('vuetify/labs/components')['VTimePickerControls']
667
661
  VNumberInput: typeof import('vuetify/labs/components')['VNumberInput']
668
662
  VFileUpload: typeof import('vuetify/labs/components')['VFileUpload']
669
663
  VFileUploadItem: typeof import('vuetify/labs/components')['VFileUploadItem']
664
+ VTimePicker: typeof import('vuetify/labs/components')['VTimePicker']
665
+ VTimePickerClock: typeof import('vuetify/labs/components')['VTimePickerClock']
666
+ VTimePickerControls: typeof import('vuetify/labs/components')['VTimePickerControls']
667
+ VStepperVertical: typeof import('vuetify/labs/components')['VStepperVertical']
668
+ VStepperVerticalItem: typeof import('vuetify/labs/components')['VStepperVerticalItem']
669
+ VStepperVerticalActions: typeof import('vuetify/labs/components')['VStepperVerticalActions']
670
670
  VTreeview: typeof import('vuetify/labs/components')['VTreeview']
671
671
  VTreeviewItem: typeof import('vuetify/labs/components')['VTreeviewItem']
672
672
  VTreeviewGroup: typeof import('vuetify/labs/components')['VTreeviewGroup']
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.14-master.2025-03-04",
4
+ "version": "3.7.15-master.2025-03-05",
5
5
  "author": {
6
6
  "name": "John Leider",
7
7
  "email": "john@vuetifyjs.com"