@vuetify/nightly 3.6.8-master.2024-05-31 → 3.6.8-master.2024-06-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/CHANGELOG.md +3 -2
- package/dist/json/importMap-labs.json +20 -20
- package/dist/json/importMap.json +100 -100
- package/dist/json/web-types.json +1 -1
- package/dist/vuetify-labs.css +2654 -2654
- package/dist/vuetify-labs.esm.js +27 -28
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +27 -28
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +564 -564
- package/dist/vuetify.d.ts +34 -34
- package/dist/vuetify.esm.js +27 -28
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +27 -28
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +11 -10
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VAutocomplete/VAutocomplete.mjs +17 -14
- package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
- package/lib/components/VCombobox/VCombobox.mjs +7 -11
- package/lib/components/VCombobox/VCombobox.mjs.map +1 -1
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/index.d.mts +34 -34
- package/package.json +1 -1
package/lib/index.d.mts
CHANGED
@@ -493,24 +493,24 @@ declare module '@vue/runtime-core' {
|
|
493
493
|
}
|
494
494
|
|
495
495
|
export interface GlobalComponents {
|
496
|
-
VAppBar: typeof import('vuetify/components')['VAppBar']
|
497
|
-
VAppBarNavIcon: typeof import('vuetify/components')['VAppBarNavIcon']
|
498
|
-
VAppBarTitle: typeof import('vuetify/components')['VAppBarTitle']
|
499
496
|
VApp: typeof import('vuetify/components')['VApp']
|
500
|
-
VAvatar: typeof import('vuetify/components')['VAvatar']
|
501
497
|
VAlert: typeof import('vuetify/components')['VAlert']
|
502
498
|
VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
|
503
499
|
VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
|
500
|
+
VAppBar: typeof import('vuetify/components')['VAppBar']
|
501
|
+
VAppBarNavIcon: typeof import('vuetify/components')['VAppBarNavIcon']
|
502
|
+
VAppBarTitle: typeof import('vuetify/components')['VAppBarTitle']
|
503
|
+
VAvatar: typeof import('vuetify/components')['VAvatar']
|
504
504
|
VBadge: typeof import('vuetify/components')['VBadge']
|
505
505
|
VBanner: typeof import('vuetify/components')['VBanner']
|
506
506
|
VBannerActions: typeof import('vuetify/components')['VBannerActions']
|
507
507
|
VBannerText: typeof import('vuetify/components')['VBannerText']
|
508
|
-
|
508
|
+
VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
|
509
509
|
VBtn: typeof import('vuetify/components')['VBtn']
|
510
|
+
VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
|
510
511
|
VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
|
511
512
|
VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
|
512
513
|
VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
|
513
|
-
VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
|
514
514
|
VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
|
515
515
|
VCard: typeof import('vuetify/components')['VCard']
|
516
516
|
VCardActions: typeof import('vuetify/components')['VCardActions']
|
@@ -519,12 +519,12 @@ declare module '@vue/runtime-core' {
|
|
519
519
|
VCardText: typeof import('vuetify/components')['VCardText']
|
520
520
|
VCardTitle: typeof import('vuetify/components')['VCardTitle']
|
521
521
|
VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
|
522
|
+
VChip: typeof import('vuetify/components')['VChip']
|
522
523
|
VCheckbox: typeof import('vuetify/components')['VCheckbox']
|
523
524
|
VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
|
524
|
-
VChipGroup: typeof import('vuetify/components')['VChipGroup']
|
525
|
-
VChip: typeof import('vuetify/components')['VChip']
|
526
525
|
VCarousel: typeof import('vuetify/components')['VCarousel']
|
527
526
|
VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
|
527
|
+
VChipGroup: typeof import('vuetify/components')['VChipGroup']
|
528
528
|
VCombobox: typeof import('vuetify/components')['VCombobox']
|
529
529
|
VCode: typeof import('vuetify/components')['VCode']
|
530
530
|
VCounter: typeof import('vuetify/components')['VCounter']
|
@@ -543,31 +543,30 @@ declare module '@vue/runtime-core' {
|
|
543
543
|
VDataTableVirtual: typeof import('vuetify/components')['VDataTableVirtual']
|
544
544
|
VDataTableServer: typeof import('vuetify/components')['VDataTableServer']
|
545
545
|
VDivider: typeof import('vuetify/components')['VDivider']
|
546
|
-
VEmptyState: typeof import('vuetify/components')['VEmptyState']
|
547
|
-
VFab: typeof import('vuetify/components')['VFab']
|
548
|
-
VField: typeof import('vuetify/components')['VField']
|
549
|
-
VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
|
550
546
|
VDialog: typeof import('vuetify/components')['VDialog']
|
551
|
-
|
547
|
+
VFooter: typeof import('vuetify/components')['VFooter']
|
552
548
|
VExpansionPanels: typeof import('vuetify/components')['VExpansionPanels']
|
553
549
|
VExpansionPanel: typeof import('vuetify/components')['VExpansionPanel']
|
554
550
|
VExpansionPanelText: typeof import('vuetify/components')['VExpansionPanelText']
|
555
551
|
VExpansionPanelTitle: typeof import('vuetify/components')['VExpansionPanelTitle']
|
556
|
-
|
557
|
-
|
552
|
+
VField: typeof import('vuetify/components')['VField']
|
553
|
+
VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
|
554
|
+
VEmptyState: typeof import('vuetify/components')['VEmptyState']
|
555
|
+
VFab: typeof import('vuetify/components')['VFab']
|
558
556
|
VIcon: typeof import('vuetify/components')['VIcon']
|
559
557
|
VComponentIcon: typeof import('vuetify/components')['VComponentIcon']
|
560
558
|
VSvgIcon: typeof import('vuetify/components')['VSvgIcon']
|
561
559
|
VLigatureIcon: typeof import('vuetify/components')['VLigatureIcon']
|
562
560
|
VClassIcon: typeof import('vuetify/components')['VClassIcon']
|
563
|
-
|
564
|
-
|
565
|
-
VLabel: typeof import('vuetify/components')['VLabel']
|
561
|
+
VFileInput: typeof import('vuetify/components')['VFileInput']
|
562
|
+
VImg: typeof import('vuetify/components')['VImg']
|
566
563
|
VItemGroup: typeof import('vuetify/components')['VItemGroup']
|
567
564
|
VItem: typeof import('vuetify/components')['VItem']
|
565
|
+
VInput: typeof import('vuetify/components')['VInput']
|
566
|
+
VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
|
567
|
+
VLabel: typeof import('vuetify/components')['VLabel']
|
568
568
|
VKbd: typeof import('vuetify/components')['VKbd']
|
569
569
|
VMain: typeof import('vuetify/components')['VMain']
|
570
|
-
VMenu: typeof import('vuetify/components')['VMenu']
|
571
570
|
VList: typeof import('vuetify/components')['VList']
|
572
571
|
VListGroup: typeof import('vuetify/components')['VListGroup']
|
573
572
|
VListImg: typeof import('vuetify/components')['VListImg']
|
@@ -577,39 +576,40 @@ declare module '@vue/runtime-core' {
|
|
577
576
|
VListItemSubtitle: typeof import('vuetify/components')['VListItemSubtitle']
|
578
577
|
VListItemTitle: typeof import('vuetify/components')['VListItemTitle']
|
579
578
|
VListSubheader: typeof import('vuetify/components')['VListSubheader']
|
579
|
+
VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
|
580
580
|
VMessages: typeof import('vuetify/components')['VMessages']
|
581
|
+
VMenu: typeof import('vuetify/components')['VMenu']
|
581
582
|
VOtpInput: typeof import('vuetify/components')['VOtpInput']
|
582
|
-
VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
|
583
583
|
VOverlay: typeof import('vuetify/components')['VOverlay']
|
584
|
-
VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
|
585
584
|
VPagination: typeof import('vuetify/components')['VPagination']
|
585
|
+
VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
|
586
586
|
VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
|
587
587
|
VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
|
588
588
|
VSelect: typeof import('vuetify/components')['VSelect']
|
589
589
|
VRating: typeof import('vuetify/components')['VRating']
|
590
590
|
VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
|
591
591
|
VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
|
592
|
-
VSheet: typeof import('vuetify/components')['VSheet']
|
593
592
|
VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
|
594
593
|
VSlider: typeof import('vuetify/components')['VSlider']
|
595
|
-
|
594
|
+
VSheet: typeof import('vuetify/components')['VSheet']
|
596
595
|
VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
|
597
596
|
VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
|
597
|
+
VSnackbar: typeof import('vuetify/components')['VSnackbar']
|
598
598
|
VStepper: typeof import('vuetify/components')['VStepper']
|
599
599
|
VStepperActions: typeof import('vuetify/components')['VStepperActions']
|
600
600
|
VStepperHeader: typeof import('vuetify/components')['VStepperHeader']
|
601
601
|
VStepperItem: typeof import('vuetify/components')['VStepperItem']
|
602
602
|
VStepperWindow: typeof import('vuetify/components')['VStepperWindow']
|
603
603
|
VStepperWindowItem: typeof import('vuetify/components')['VStepperWindowItem']
|
604
|
-
|
604
|
+
VSwitch: typeof import('vuetify/components')['VSwitch']
|
605
605
|
VTable: typeof import('vuetify/components')['VTable']
|
606
|
+
VSystemBar: typeof import('vuetify/components')['VSystemBar']
|
606
607
|
VTab: typeof import('vuetify/components')['VTab']
|
607
608
|
VTabs: typeof import('vuetify/components')['VTabs']
|
608
609
|
VTabsWindow: typeof import('vuetify/components')['VTabsWindow']
|
609
610
|
VTabsWindowItem: typeof import('vuetify/components')['VTabsWindowItem']
|
610
|
-
VTextarea: typeof import('vuetify/components')['VTextarea']
|
611
|
-
VSwitch: typeof import('vuetify/components')['VSwitch']
|
612
611
|
VTextField: typeof import('vuetify/components')['VTextField']
|
612
|
+
VTextarea: typeof import('vuetify/components')['VTextarea']
|
613
613
|
VTimeline: typeof import('vuetify/components')['VTimeline']
|
614
614
|
VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
|
615
615
|
VTooltip: typeof import('vuetify/components')['VTooltip']
|
@@ -631,16 +631,16 @@ declare module '@vue/runtime-core' {
|
|
631
631
|
VLayoutItem: typeof import('vuetify/components')['VLayoutItem']
|
632
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']
|
639
|
-
VSpeedDial: typeof import('vuetify/components')['VSpeedDial']
|
640
639
|
VSparkline: typeof import('vuetify/components')['VSparkline']
|
640
|
+
VSpeedDial: typeof import('vuetify/components')['VSpeedDial']
|
641
641
|
VThemeProvider: typeof import('vuetify/components')['VThemeProvider']
|
642
|
-
VVirtualScroll: typeof import('vuetify/components')['VVirtualScroll']
|
643
642
|
VValidation: typeof import('vuetify/components')['VValidation']
|
643
|
+
VVirtualScroll: typeof import('vuetify/components')['VVirtualScroll']
|
644
644
|
VFabTransition: typeof import('vuetify/components')['VFabTransition']
|
645
645
|
VDialogBottomTransition: typeof import('vuetify/components')['VDialogBottomTransition']
|
646
646
|
VDialogTopTransition: typeof import('vuetify/components')['VDialogTopTransition']
|
@@ -657,11 +657,6 @@ 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
|
-
VStepperVertical: typeof import('vuetify/labs/components')['VStepperVertical']
|
661
|
-
VStepperVerticalItem: typeof import('vuetify/labs/components')['VStepperVerticalItem']
|
662
|
-
VStepperVerticalActions: typeof import('vuetify/labs/components')['VStepperVerticalActions']
|
663
|
-
VPicker: typeof import('vuetify/labs/components')['VPicker']
|
664
|
-
VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
|
665
660
|
VNumberInput: typeof import('vuetify/labs/components')['VNumberInput']
|
666
661
|
VCalendar: typeof import('vuetify/labs/components')['VCalendar']
|
667
662
|
VCalendarDay: typeof import('vuetify/labs/components')['VCalendarDay']
|
@@ -669,6 +664,11 @@ declare module '@vue/runtime-core' {
|
|
669
664
|
VCalendarInterval: typeof import('vuetify/labs/components')['VCalendarInterval']
|
670
665
|
VCalendarIntervalEvent: typeof import('vuetify/labs/components')['VCalendarIntervalEvent']
|
671
666
|
VCalendarMonthDay: typeof import('vuetify/labs/components')['VCalendarMonthDay']
|
667
|
+
VPicker: typeof import('vuetify/labs/components')['VPicker']
|
668
|
+
VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
|
669
|
+
VStepperVertical: typeof import('vuetify/labs/components')['VStepperVertical']
|
670
|
+
VStepperVerticalItem: typeof import('vuetify/labs/components')['VStepperVerticalItem']
|
671
|
+
VStepperVerticalActions: typeof import('vuetify/labs/components')['VStepperVerticalActions']
|
672
672
|
VTimePicker: typeof import('vuetify/labs/components')['VTimePicker']
|
673
673
|
VTimePickerClock: typeof import('vuetify/labs/components')['VTimePickerClock']
|
674
674
|
VTimePickerControls: typeof import('vuetify/labs/components')['VTimePickerControls']
|