@vuetify/nightly 3.7.4-dev.2024-11-06 → 3.7.4-dev.2024-12-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.
- package/dist/json/attributes.json +2967 -2959
- package/dist/json/importMap-labs.json +24 -24
- package/dist/json/importMap.json +168 -168
- package/dist/json/tags.json +2 -0
- package/dist/json/web-types.json +5766 -5748
- package/dist/vuetify-labs.css +2749 -2749
- package/dist/vuetify-labs.d.ts +10 -0
- package/dist/vuetify-labs.esm.js +20 -11
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +20 -11
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +883 -883
- package/dist/vuetify.d.ts +71 -61
- package/dist/vuetify.esm.js +20 -11
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +20 -11
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +9 -9
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VChip/VChip.mjs +15 -8
- package/lib/components/VChip/VChip.mjs.map +1 -1
- package/lib/components/VChip/index.d.mts +5 -0
- package/lib/components/VChipGroup/VChipGroup.mjs +2 -0
- package/lib/components/VChipGroup/VChipGroup.mjs.map +1 -1
- package/lib/components/VChipGroup/index.d.mts +5 -0
- package/lib/components/index.d.mts +10 -0
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/index.d.mts +61 -61
- package/package.json +1 -1
package/lib/index.d.mts
CHANGED
@@ -486,48 +486,43 @@ declare module 'vue' {
|
|
486
486
|
$children?: VNodeChild
|
487
487
|
}
|
488
488
|
export interface GlobalComponents {
|
489
|
-
VAvatar: typeof import('vuetify/components')['VAvatar']
|
490
489
|
VApp: typeof import('vuetify/components')['VApp']
|
490
|
+
VAppBar: typeof import('vuetify/components')['VAppBar']
|
491
|
+
VAppBarNavIcon: typeof import('vuetify/components')['VAppBarNavIcon']
|
492
|
+
VAppBarTitle: typeof import('vuetify/components')['VAppBarTitle']
|
491
493
|
VAlert: typeof import('vuetify/components')['VAlert']
|
492
494
|
VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
|
493
|
-
|
495
|
+
VAvatar: typeof import('vuetify/components')['VAvatar']
|
494
496
|
VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
|
495
497
|
VBanner: typeof import('vuetify/components')['VBanner']
|
496
498
|
VBannerActions: typeof import('vuetify/components')['VBannerActions']
|
497
499
|
VBannerText: typeof import('vuetify/components')['VBannerText']
|
498
|
-
VBtn: typeof import('vuetify/components')['VBtn']
|
499
500
|
VBadge: typeof import('vuetify/components')['VBadge']
|
500
501
|
VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
|
501
|
-
VAppBar: typeof import('vuetify/components')['VAppBar']
|
502
|
-
VAppBarNavIcon: typeof import('vuetify/components')['VAppBarNavIcon']
|
503
|
-
VAppBarTitle: typeof import('vuetify/components')['VAppBarTitle']
|
504
502
|
VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
|
505
503
|
VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
|
506
504
|
VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
|
505
|
+
VBtn: typeof import('vuetify/components')['VBtn']
|
506
|
+
VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
|
507
507
|
VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
|
508
|
-
VChip: typeof import('vuetify/components')['VChip']
|
509
|
-
VCheckbox: typeof import('vuetify/components')['VCheckbox']
|
510
|
-
VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
|
511
|
-
VCarousel: typeof import('vuetify/components')['VCarousel']
|
512
|
-
VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
|
513
|
-
VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
|
514
|
-
VChipGroup: typeof import('vuetify/components')['VChipGroup']
|
515
|
-
VColorPicker: typeof import('vuetify/components')['VColorPicker']
|
516
|
-
VCombobox: typeof import('vuetify/components')['VCombobox']
|
517
508
|
VCard: typeof import('vuetify/components')['VCard']
|
518
509
|
VCardActions: typeof import('vuetify/components')['VCardActions']
|
519
510
|
VCardItem: typeof import('vuetify/components')['VCardItem']
|
520
511
|
VCardSubtitle: typeof import('vuetify/components')['VCardSubtitle']
|
521
512
|
VCardText: typeof import('vuetify/components')['VCardText']
|
522
513
|
VCardTitle: typeof import('vuetify/components')['VCardTitle']
|
523
|
-
|
524
|
-
|
525
|
-
|
526
|
-
|
527
|
-
|
528
|
-
|
529
|
-
VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
|
514
|
+
VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
|
515
|
+
VCheckbox: typeof import('vuetify/components')['VCheckbox']
|
516
|
+
VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
|
517
|
+
VChipGroup: typeof import('vuetify/components')['VChipGroup']
|
518
|
+
VCarousel: typeof import('vuetify/components')['VCarousel']
|
519
|
+
VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
|
530
520
|
VCode: typeof import('vuetify/components')['VCode']
|
521
|
+
VColorPicker: typeof import('vuetify/components')['VColorPicker']
|
522
|
+
VChip: typeof import('vuetify/components')['VChip']
|
523
|
+
VCounter: typeof import('vuetify/components')['VCounter']
|
524
|
+
VCombobox: typeof import('vuetify/components')['VCombobox']
|
525
|
+
VDivider: typeof import('vuetify/components')['VDivider']
|
531
526
|
VDialog: typeof import('vuetify/components')['VDialog']
|
532
527
|
VDataTable: typeof import('vuetify/components')['VDataTable']
|
533
528
|
VDataTableHeaders: typeof import('vuetify/components')['VDataTableHeaders']
|
@@ -536,28 +531,35 @@ declare module 'vue' {
|
|
536
531
|
VDataTableRow: typeof import('vuetify/components')['VDataTableRow']
|
537
532
|
VDataTableVirtual: typeof import('vuetify/components')['VDataTableVirtual']
|
538
533
|
VDataTableServer: typeof import('vuetify/components')['VDataTableServer']
|
534
|
+
VDatePicker: typeof import('vuetify/components')['VDatePicker']
|
535
|
+
VDatePickerControls: typeof import('vuetify/components')['VDatePickerControls']
|
536
|
+
VDatePickerHeader: typeof import('vuetify/components')['VDatePickerHeader']
|
537
|
+
VDatePickerMonth: typeof import('vuetify/components')['VDatePickerMonth']
|
538
|
+
VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
|
539
|
+
VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
|
540
|
+
VEmptyState: typeof import('vuetify/components')['VEmptyState']
|
541
|
+
VFab: typeof import('vuetify/components')['VFab']
|
542
|
+
VFileInput: typeof import('vuetify/components')['VFileInput']
|
543
|
+
VField: typeof import('vuetify/components')['VField']
|
544
|
+
VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
|
545
|
+
VFooter: typeof import('vuetify/components')['VFooter']
|
546
|
+
VImg: typeof import('vuetify/components')['VImg']
|
539
547
|
VExpansionPanels: typeof import('vuetify/components')['VExpansionPanels']
|
540
548
|
VExpansionPanel: typeof import('vuetify/components')['VExpansionPanel']
|
541
549
|
VExpansionPanelText: typeof import('vuetify/components')['VExpansionPanelText']
|
542
550
|
VExpansionPanelTitle: typeof import('vuetify/components')['VExpansionPanelTitle']
|
543
|
-
VDivider: typeof import('vuetify/components')['VDivider']
|
544
|
-
VField: typeof import('vuetify/components')['VField']
|
545
|
-
VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
|
546
|
-
VEmptyState: typeof import('vuetify/components')['VEmptyState']
|
547
|
-
VFileInput: typeof import('vuetify/components')['VFileInput']
|
548
|
-
VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
|
549
|
-
VFooter: typeof import('vuetify/components')['VFooter']
|
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
|
-
VFab: typeof import('vuetify/components')['VFab']
|
556
|
-
VInput: typeof import('vuetify/components')['VInput']
|
557
556
|
VKbd: typeof import('vuetify/components')['VKbd']
|
557
|
+
VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
|
558
|
+
VInput: typeof import('vuetify/components')['VInput']
|
558
559
|
VItemGroup: typeof import('vuetify/components')['VItemGroup']
|
559
560
|
VItem: typeof import('vuetify/components')['VItem']
|
560
|
-
|
561
|
+
VLabel: typeof import('vuetify/components')['VLabel']
|
562
|
+
VMain: typeof import('vuetify/components')['VMain']
|
561
563
|
VList: typeof import('vuetify/components')['VList']
|
562
564
|
VListGroup: typeof import('vuetify/components')['VListGroup']
|
563
565
|
VListImg: typeof import('vuetify/components')['VListImg']
|
@@ -567,40 +569,38 @@ declare module 'vue' {
|
|
567
569
|
VListItemSubtitle: typeof import('vuetify/components')['VListItemSubtitle']
|
568
570
|
VListItemTitle: typeof import('vuetify/components')['VListItemTitle']
|
569
571
|
VListSubheader: typeof import('vuetify/components')['VListSubheader']
|
570
|
-
VMain: typeof import('vuetify/components')['VMain']
|
571
|
-
VLabel: typeof import('vuetify/components')['VLabel']
|
572
|
-
VMessages: typeof import('vuetify/components')['VMessages']
|
573
572
|
VMenu: typeof import('vuetify/components')['VMenu']
|
574
|
-
VPagination: typeof import('vuetify/components')['VPagination']
|
575
|
-
VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
|
576
573
|
VOtpInput: typeof import('vuetify/components')['VOtpInput']
|
574
|
+
VMessages: typeof import('vuetify/components')['VMessages']
|
577
575
|
VOverlay: typeof import('vuetify/components')['VOverlay']
|
578
|
-
|
579
|
-
|
576
|
+
VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
|
577
|
+
VPagination: typeof import('vuetify/components')['VPagination']
|
580
578
|
VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
|
579
|
+
VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
|
581
580
|
VRating: typeof import('vuetify/components')['VRating']
|
581
|
+
VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
|
582
582
|
VSelect: typeof import('vuetify/components')['VSelect']
|
583
|
-
VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
|
584
|
-
VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
|
585
583
|
VSheet: typeof import('vuetify/components')['VSheet']
|
586
|
-
|
587
|
-
VSnackbar: typeof import('vuetify/components')['VSnackbar']
|
588
|
-
VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
|
584
|
+
VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
|
589
585
|
VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
|
590
586
|
VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
|
591
|
-
|
587
|
+
VSlider: typeof import('vuetify/components')['VSlider']
|
588
|
+
VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
|
589
|
+
VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
|
590
|
+
VSnackbar: typeof import('vuetify/components')['VSnackbar']
|
592
591
|
VSwitch: typeof import('vuetify/components')['VSwitch']
|
593
592
|
VSystemBar: typeof import('vuetify/components')['VSystemBar']
|
594
|
-
VTab: typeof import('vuetify/components')['VTab']
|
595
|
-
VTabs: typeof import('vuetify/components')['VTabs']
|
596
|
-
VTabsWindow: typeof import('vuetify/components')['VTabsWindow']
|
597
|
-
VTabsWindowItem: typeof import('vuetify/components')['VTabsWindowItem']
|
598
593
|
VStepper: typeof import('vuetify/components')['VStepper']
|
599
594
|
VStepperActions: typeof import('vuetify/components')['VStepperActions']
|
600
595
|
VStepperHeader: typeof import('vuetify/components')['VStepperHeader']
|
601
596
|
VStepperItem: typeof import('vuetify/components')['VStepperItem']
|
602
597
|
VStepperWindow: typeof import('vuetify/components')['VStepperWindow']
|
603
598
|
VStepperWindowItem: typeof import('vuetify/components')['VStepperWindowItem']
|
599
|
+
VTab: typeof import('vuetify/components')['VTab']
|
600
|
+
VTabs: typeof import('vuetify/components')['VTabs']
|
601
|
+
VTabsWindow: typeof import('vuetify/components')['VTabsWindow']
|
602
|
+
VTabsWindowItem: typeof import('vuetify/components')['VTabsWindowItem']
|
603
|
+
VTable: typeof import('vuetify/components')['VTable']
|
604
604
|
VTextarea: typeof import('vuetify/components')['VTextarea']
|
605
605
|
VTextField: typeof import('vuetify/components')['VTextField']
|
606
606
|
VTimeline: typeof import('vuetify/components')['VTimeline']
|
@@ -613,27 +613,27 @@ declare module 'vue' {
|
|
613
613
|
VWindowItem: typeof import('vuetify/components')['VWindowItem']
|
614
614
|
VConfirmEdit: typeof import('vuetify/components')['VConfirmEdit']
|
615
615
|
VDataIterator: typeof import('vuetify/components')['VDataIterator']
|
616
|
-
VHover: typeof import('vuetify/components')['VHover']
|
617
616
|
VDefaultsProvider: typeof import('vuetify/components')['VDefaultsProvider']
|
618
617
|
VForm: typeof import('vuetify/components')['VForm']
|
619
618
|
VContainer: typeof import('vuetify/components')['VContainer']
|
620
619
|
VCol: typeof import('vuetify/components')['VCol']
|
621
620
|
VRow: typeof import('vuetify/components')['VRow']
|
622
621
|
VSpacer: typeof import('vuetify/components')['VSpacer']
|
622
|
+
VHover: typeof import('vuetify/components')['VHover']
|
623
|
+
VLazy: typeof import('vuetify/components')['VLazy']
|
623
624
|
VLayout: typeof import('vuetify/components')['VLayout']
|
624
625
|
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
|
-
VParallax: typeof import('vuetify/components')['VParallax']
|
629
628
|
VRadio: typeof import('vuetify/components')['VRadio']
|
629
|
+
VParallax: typeof import('vuetify/components')['VParallax']
|
630
630
|
VRangeSlider: typeof import('vuetify/components')['VRangeSlider']
|
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
634
|
VThemeProvider: typeof import('vuetify/components')['VThemeProvider']
|
635
|
-
VValidation: typeof import('vuetify/components')['VValidation']
|
636
635
|
VVirtualScroll: typeof import('vuetify/components')['VVirtualScroll']
|
636
|
+
VValidation: typeof import('vuetify/components')['VValidation']
|
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,6 +650,10 @@ 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
|
+
VNumberInput: typeof import('vuetify/labs/components')['VNumberInput']
|
654
|
+
VStepperVertical: typeof import('vuetify/labs/components')['VStepperVertical']
|
655
|
+
VStepperVerticalItem: typeof import('vuetify/labs/components')['VStepperVerticalItem']
|
656
|
+
VStepperVerticalActions: typeof import('vuetify/labs/components')['VStepperVerticalActions']
|
653
657
|
VCalendar: typeof import('vuetify/labs/components')['VCalendar']
|
654
658
|
VCalendarDay: typeof import('vuetify/labs/components')['VCalendarDay']
|
655
659
|
VCalendarHeader: typeof import('vuetify/labs/components')['VCalendarHeader']
|
@@ -658,18 +662,14 @@ declare module 'vue' {
|
|
658
662
|
VCalendarMonthDay: typeof import('vuetify/labs/components')['VCalendarMonthDay']
|
659
663
|
VPicker: typeof import('vuetify/labs/components')['VPicker']
|
660
664
|
VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
|
661
|
-
VNumberInput: typeof import('vuetify/labs/components')['VNumberInput']
|
662
|
-
VStepperVertical: typeof import('vuetify/labs/components')['VStepperVertical']
|
663
|
-
VStepperVerticalItem: typeof import('vuetify/labs/components')['VStepperVerticalItem']
|
664
|
-
VStepperVerticalActions: typeof import('vuetify/labs/components')['VStepperVerticalActions']
|
665
|
-
VTreeview: typeof import('vuetify/labs/components')['VTreeview']
|
666
|
-
VTreeviewItem: typeof import('vuetify/labs/components')['VTreeviewItem']
|
667
|
-
VTreeviewGroup: typeof import('vuetify/labs/components')['VTreeviewGroup']
|
668
665
|
VTimePicker: typeof import('vuetify/labs/components')['VTimePicker']
|
669
666
|
VTimePickerClock: typeof import('vuetify/labs/components')['VTimePickerClock']
|
670
667
|
VTimePickerControls: typeof import('vuetify/labs/components')['VTimePickerControls']
|
671
|
-
|
668
|
+
VTreeview: typeof import('vuetify/labs/components')['VTreeview']
|
669
|
+
VTreeviewItem: typeof import('vuetify/labs/components')['VTreeviewItem']
|
670
|
+
VTreeviewGroup: typeof import('vuetify/labs/components')['VTreeviewGroup']
|
672
671
|
VDateInput: typeof import('vuetify/labs/components')['VDateInput']
|
672
|
+
VSnackbarQueue: typeof import('vuetify/labs/components')['VSnackbarQueue']
|
673
673
|
VPullToRefresh: typeof import('vuetify/labs/components')['VPullToRefresh']
|
674
674
|
}
|
675
675
|
}
|