@vuetify/nightly 3.7.18-master.2025-03-19 → 3.7.18-master.2025-03-21

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