@vuetify/nightly 3.8.7-master.2025-06-02 → 3.8.7-master.2025-06-03

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 (40) hide show
  1. package/CHANGELOG.md +11 -3
  2. package/dist/json/attributes.json +3248 -3248
  3. package/dist/json/importMap-labs.json +20 -20
  4. package/dist/json/importMap.json +172 -172
  5. package/dist/json/web-types.json +6002 -6002
  6. package/dist/vuetify-labs.cjs +20 -10
  7. package/dist/vuetify-labs.css +3724 -3718
  8. package/dist/vuetify-labs.d.ts +62 -62
  9. package/dist/vuetify-labs.esm.js +20 -10
  10. package/dist/vuetify-labs.esm.js.map +1 -1
  11. package/dist/vuetify-labs.js +20 -10
  12. package/dist/vuetify-labs.min.css +2 -2
  13. package/dist/vuetify.cjs +20 -10
  14. package/dist/vuetify.cjs.map +1 -1
  15. package/dist/vuetify.css +1784 -1778
  16. package/dist/vuetify.d.ts +62 -62
  17. package/dist/vuetify.esm.js +20 -10
  18. package/dist/vuetify.esm.js.map +1 -1
  19. package/dist/vuetify.js +20 -10
  20. package/dist/vuetify.js.map +1 -1
  21. package/dist/vuetify.min.css +2 -2
  22. package/dist/vuetify.min.js +13 -13
  23. package/dist/vuetify.min.js.map +1 -1
  24. package/lib/components/VAutocomplete/VAutocomplete.css +6 -6
  25. package/lib/components/VAutocomplete/VAutocomplete.sass +3 -9
  26. package/lib/components/VChip/VChip.js +1 -0
  27. package/lib/components/VChip/VChip.js.map +1 -1
  28. package/lib/components/VCombobox/VCombobox.css +6 -6
  29. package/lib/components/VCombobox/VCombobox.sass +3 -9
  30. package/lib/components/VSelect/VSelect.css +6 -0
  31. package/lib/components/VSelect/VSelect.sass +3 -0
  32. package/lib/components/VSelect/_mixins.scss +14 -0
  33. package/lib/components/VSlider/VSliderThumb.js +12 -6
  34. package/lib/components/VSlider/VSliderThumb.js.map +1 -1
  35. package/lib/components/VSlider/slider.js +4 -1
  36. package/lib/components/VSlider/slider.js.map +1 -1
  37. package/lib/entry-bundler.js +1 -1
  38. package/lib/framework.d.ts +62 -62
  39. package/lib/framework.js +1 -1
  40. package/package.json +1 -1
@@ -2543,42 +2543,45 @@ declare module 'vue' {
2543
2543
  $children?: VNodeChild
2544
2544
  }
2545
2545
  export interface GlobalComponents {
2546
- VAppBar: typeof import('vuetify/components')['VAppBar']
2547
- VAppBarNavIcon: typeof import('vuetify/components')['VAppBarNavIcon']
2548
- VAppBarTitle: typeof import('vuetify/components')['VAppBarTitle']
2546
+ VBadge: typeof import('vuetify/components')['VBadge']
2549
2547
  VApp: typeof import('vuetify/components')['VApp']
2550
- VAlert: typeof import('vuetify/components')['VAlert']
2551
- VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
2552
- VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
2548
+ VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
2553
2549
  VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
2550
+ VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
2554
2551
  VAvatar: typeof import('vuetify/components')['VAvatar']
2555
- VBadge: typeof import('vuetify/components')['VBadge']
2556
2552
  VBanner: typeof import('vuetify/components')['VBanner']
2557
2553
  VBannerActions: typeof import('vuetify/components')['VBannerActions']
2558
2554
  VBannerText: typeof import('vuetify/components')['VBannerText']
2559
- VBtn: typeof import('vuetify/components')['VBtn']
2560
- VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
2555
+ VAlert: typeof import('vuetify/components')['VAlert']
2556
+ VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
2557
+ VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
2561
2558
  VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
2562
2559
  VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
2563
2560
  VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
2564
- VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
2565
- VCarousel: typeof import('vuetify/components')['VCarousel']
2566
- VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
2561
+ VBtn: typeof import('vuetify/components')['VBtn']
2567
2562
  VCard: typeof import('vuetify/components')['VCard']
2568
2563
  VCardActions: typeof import('vuetify/components')['VCardActions']
2569
2564
  VCardItem: typeof import('vuetify/components')['VCardItem']
2570
2565
  VCardSubtitle: typeof import('vuetify/components')['VCardSubtitle']
2571
2566
  VCardText: typeof import('vuetify/components')['VCardText']
2572
2567
  VCardTitle: typeof import('vuetify/components')['VCardTitle']
2568
+ VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
2569
+ VCarousel: typeof import('vuetify/components')['VCarousel']
2570
+ VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
2571
+ VCode: typeof import('vuetify/components')['VCode']
2572
+ VChip: typeof import('vuetify/components')['VChip']
2573
+ VChipGroup: typeof import('vuetify/components')['VChipGroup']
2573
2574
  VCheckbox: typeof import('vuetify/components')['VCheckbox']
2574
2575
  VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
2575
- VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
2576
- VChipGroup: typeof import('vuetify/components')['VChipGroup']
2577
- VChip: typeof import('vuetify/components')['VChip']
2578
2576
  VCombobox: typeof import('vuetify/components')['VCombobox']
2579
- VCode: typeof import('vuetify/components')['VCode']
2577
+ VDialog: typeof import('vuetify/components')['VDialog']
2580
2578
  VColorPicker: typeof import('vuetify/components')['VColorPicker']
2581
- VCounter: typeof import('vuetify/components')['VCounter']
2579
+ VDatePicker: typeof import('vuetify/components')['VDatePicker']
2580
+ VDatePickerControls: typeof import('vuetify/components')['VDatePickerControls']
2581
+ VDatePickerHeader: typeof import('vuetify/components')['VDatePickerHeader']
2582
+ VDatePickerMonth: typeof import('vuetify/components')['VDatePickerMonth']
2583
+ VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
2584
+ VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
2582
2585
  VDataTable: typeof import('vuetify/components')['VDataTable']
2583
2586
  VDataTableHeaders: typeof import('vuetify/components')['VDataTableHeaders']
2584
2587
  VDataTableFooter: typeof import('vuetify/components')['VDataTableFooter']
@@ -2586,33 +2589,31 @@ declare module 'vue' {
2586
2589
  VDataTableRow: typeof import('vuetify/components')['VDataTableRow']
2587
2590
  VDataTableVirtual: typeof import('vuetify/components')['VDataTableVirtual']
2588
2591
  VDataTableServer: typeof import('vuetify/components')['VDataTableServer']
2589
- VDatePicker: typeof import('vuetify/components')['VDatePicker']
2590
- VDatePickerControls: typeof import('vuetify/components')['VDatePickerControls']
2591
- VDatePickerHeader: typeof import('vuetify/components')['VDatePickerHeader']
2592
- VDatePickerMonth: typeof import('vuetify/components')['VDatePickerMonth']
2593
- VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
2594
- VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
2595
- VDialog: typeof import('vuetify/components')['VDialog']
2596
- VFab: typeof import('vuetify/components')['VFab']
2592
+ VCounter: typeof import('vuetify/components')['VCounter']
2597
2593
  VEmptyState: typeof import('vuetify/components')['VEmptyState']
2594
+ VDivider: typeof import('vuetify/components')['VDivider']
2598
2595
  VExpansionPanels: typeof import('vuetify/components')['VExpansionPanels']
2599
2596
  VExpansionPanel: typeof import('vuetify/components')['VExpansionPanel']
2600
2597
  VExpansionPanelText: typeof import('vuetify/components')['VExpansionPanelText']
2601
2598
  VExpansionPanelTitle: typeof import('vuetify/components')['VExpansionPanelTitle']
2602
- VDivider: typeof import('vuetify/components')['VDivider']
2603
- VFileInput: typeof import('vuetify/components')['VFileInput']
2599
+ VFab: typeof import('vuetify/components')['VFab']
2604
2600
  VField: typeof import('vuetify/components')['VField']
2605
2601
  VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
2606
2602
  VFooter: typeof import('vuetify/components')['VFooter']
2607
- VImg: typeof import('vuetify/components')['VImg']
2608
- VInput: typeof import('vuetify/components')['VInput']
2603
+ VFileInput: typeof import('vuetify/components')['VFileInput']
2609
2604
  VIcon: typeof import('vuetify/components')['VIcon']
2610
2605
  VComponentIcon: typeof import('vuetify/components')['VComponentIcon']
2611
2606
  VSvgIcon: typeof import('vuetify/components')['VSvgIcon']
2612
2607
  VLigatureIcon: typeof import('vuetify/components')['VLigatureIcon']
2613
2608
  VClassIcon: typeof import('vuetify/components')['VClassIcon']
2609
+ VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
2614
2610
  VItemGroup: typeof import('vuetify/components')['VItemGroup']
2615
2611
  VItem: typeof import('vuetify/components')['VItem']
2612
+ VImg: typeof import('vuetify/components')['VImg']
2613
+ VKbd: typeof import('vuetify/components')['VKbd']
2614
+ VLabel: typeof import('vuetify/components')['VLabel']
2615
+ VInput: typeof import('vuetify/components')['VInput']
2616
+ VMain: typeof import('vuetify/components')['VMain']
2616
2617
  VList: typeof import('vuetify/components')['VList']
2617
2618
  VListGroup: typeof import('vuetify/components')['VListGroup']
2618
2619
  VListImg: typeof import('vuetify/components')['VListImg']
@@ -2622,29 +2623,26 @@ declare module 'vue' {
2622
2623
  VListItemSubtitle: typeof import('vuetify/components')['VListItemSubtitle']
2623
2624
  VListItemTitle: typeof import('vuetify/components')['VListItemTitle']
2624
2625
  VListSubheader: typeof import('vuetify/components')['VListSubheader']
2625
- VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
2626
- VKbd: typeof import('vuetify/components')['VKbd']
2627
- VLabel: typeof import('vuetify/components')['VLabel']
2628
- VMessages: typeof import('vuetify/components')['VMessages']
2629
- VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
2630
2626
  VMenu: typeof import('vuetify/components')['VMenu']
2631
- VMain: typeof import('vuetify/components')['VMain']
2632
- VOtpInput: typeof import('vuetify/components')['VOtpInput']
2633
2627
  VNumberInput: typeof import('vuetify/components')['VNumberInput']
2628
+ VOtpInput: typeof import('vuetify/components')['VOtpInput']
2629
+ VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
2630
+ VMessages: typeof import('vuetify/components')['VMessages']
2634
2631
  VOverlay: typeof import('vuetify/components')['VOverlay']
2635
- VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
2636
2632
  VPagination: typeof import('vuetify/components')['VPagination']
2637
2633
  VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
2634
+ VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
2638
2635
  VRating: typeof import('vuetify/components')['VRating']
2636
+ VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
2639
2637
  VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
2640
- VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
2641
- VSelect: typeof import('vuetify/components')['VSelect']
2642
- VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
2643
- VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
2644
- VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
2645
2638
  VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
2639
+ VSlider: typeof import('vuetify/components')['VSlider']
2646
2640
  VSheet: typeof import('vuetify/components')['VSheet']
2647
2641
  VSnackbar: typeof import('vuetify/components')['VSnackbar']
2642
+ VSwitch: typeof import('vuetify/components')['VSwitch']
2643
+ VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
2644
+ VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
2645
+ VTable: typeof import('vuetify/components')['VTable']
2648
2646
  VStepper: typeof import('vuetify/components')['VStepper']
2649
2647
  VStepperActions: typeof import('vuetify/components')['VStepperActions']
2650
2648
  VStepperHeader: typeof import('vuetify/components')['VStepperHeader']
@@ -2655,44 +2653,44 @@ declare module 'vue' {
2655
2653
  VTabs: typeof import('vuetify/components')['VTabs']
2656
2654
  VTabsWindow: typeof import('vuetify/components')['VTabsWindow']
2657
2655
  VTabsWindowItem: typeof import('vuetify/components')['VTabsWindowItem']
2658
- VSlider: typeof import('vuetify/components')['VSlider']
2656
+ VTextField: typeof import('vuetify/components')['VTextField']
2657
+ VTextarea: typeof import('vuetify/components')['VTextarea']
2659
2658
  VSystemBar: typeof import('vuetify/components')['VSystemBar']
2660
- VSwitch: typeof import('vuetify/components')['VSwitch']
2661
- VTable: typeof import('vuetify/components')['VTable']
2662
2659
  VTimeline: typeof import('vuetify/components')['VTimeline']
2663
2660
  VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
2664
- VTextarea: typeof import('vuetify/components')['VTextarea']
2665
- VTextField: typeof import('vuetify/components')['VTextField']
2666
- VToolbar: typeof import('vuetify/components')['VToolbar']
2667
- VToolbarTitle: typeof import('vuetify/components')['VToolbarTitle']
2668
- VToolbarItems: typeof import('vuetify/components')['VToolbarItems']
2669
2661
  VWindow: typeof import('vuetify/components')['VWindow']
2670
2662
  VWindowItem: typeof import('vuetify/components')['VWindowItem']
2671
2663
  VTooltip: typeof import('vuetify/components')['VTooltip']
2664
+ VToolbar: typeof import('vuetify/components')['VToolbar']
2665
+ VToolbarTitle: typeof import('vuetify/components')['VToolbarTitle']
2666
+ VToolbarItems: typeof import('vuetify/components')['VToolbarItems']
2667
+ VAppBar: typeof import('vuetify/components')['VAppBar']
2668
+ VAppBarNavIcon: typeof import('vuetify/components')['VAppBarNavIcon']
2669
+ VAppBarTitle: typeof import('vuetify/components')['VAppBarTitle']
2672
2670
  VConfirmEdit: typeof import('vuetify/components')['VConfirmEdit']
2673
2671
  VDataIterator: typeof import('vuetify/components')['VDataIterator']
2674
2672
  VDefaultsProvider: typeof import('vuetify/components')['VDefaultsProvider']
2675
2673
  VForm: typeof import('vuetify/components')['VForm']
2676
- VHover: typeof import('vuetify/components')['VHover']
2677
2674
  VContainer: typeof import('vuetify/components')['VContainer']
2678
2675
  VCol: typeof import('vuetify/components')['VCol']
2679
2676
  VRow: typeof import('vuetify/components')['VRow']
2680
2677
  VSpacer: typeof import('vuetify/components')['VSpacer']
2678
+ VHover: typeof import('vuetify/components')['VHover']
2681
2679
  VLayout: typeof import('vuetify/components')['VLayout']
2682
2680
  VLayoutItem: typeof import('vuetify/components')['VLayoutItem']
2683
- VLazy: typeof import('vuetify/components')['VLazy']
2684
2681
  VLocaleProvider: typeof import('vuetify/components')['VLocaleProvider']
2685
- VNoSsr: typeof import('vuetify/components')['VNoSsr']
2682
+ VLazy: typeof import('vuetify/components')['VLazy']
2686
2683
  VParallax: typeof import('vuetify/components')['VParallax']
2684
+ VNoSsr: typeof import('vuetify/components')['VNoSsr']
2685
+ VRangeSlider: typeof import('vuetify/components')['VRangeSlider']
2687
2686
  VRadio: typeof import('vuetify/components')['VRadio']
2688
2687
  VResponsive: typeof import('vuetify/components')['VResponsive']
2689
- VRangeSlider: typeof import('vuetify/components')['VRangeSlider']
2690
- VSnackbarQueue: typeof import('vuetify/components')['VSnackbarQueue']
2691
2688
  VSparkline: typeof import('vuetify/components')['VSparkline']
2689
+ VSnackbarQueue: typeof import('vuetify/components')['VSnackbarQueue']
2692
2690
  VSpeedDial: typeof import('vuetify/components')['VSpeedDial']
2693
2691
  VThemeProvider: typeof import('vuetify/components')['VThemeProvider']
2694
- VVirtualScroll: typeof import('vuetify/components')['VVirtualScroll']
2695
2692
  VValidation: typeof import('vuetify/components')['VValidation']
2693
+ VVirtualScroll: typeof import('vuetify/components')['VVirtualScroll']
2696
2694
  VFabTransition: typeof import('vuetify/components')['VFabTransition']
2697
2695
  VDialogBottomTransition: typeof import('vuetify/components')['VDialogBottomTransition']
2698
2696
  VDialogTopTransition: typeof import('vuetify/components')['VDialogTopTransition']
@@ -2709,28 +2707,30 @@ declare module 'vue' {
2709
2707
  VExpandTransition: typeof import('vuetify/components')['VExpandTransition']
2710
2708
  VExpandXTransition: typeof import('vuetify/components')['VExpandXTransition']
2711
2709
  VDialogTransition: typeof import('vuetify/components')['VDialogTransition']
2712
- VColorInput: typeof import('vuetify/labs/components')['VColorInput']
2710
+ VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
2711
+ VSelect: typeof import('vuetify/components')['VSelect']
2713
2712
  VCalendar: typeof import('vuetify/labs/components')['VCalendar']
2714
2713
  VCalendarDay: typeof import('vuetify/labs/components')['VCalendarDay']
2715
2714
  VCalendarHeader: typeof import('vuetify/labs/components')['VCalendarHeader']
2716
2715
  VCalendarInterval: typeof import('vuetify/labs/components')['VCalendarInterval']
2717
2716
  VCalendarIntervalEvent: typeof import('vuetify/labs/components')['VCalendarIntervalEvent']
2718
2717
  VCalendarMonthDay: typeof import('vuetify/labs/components')['VCalendarMonthDay']
2719
- VIconBtn: typeof import('vuetify/labs/components')['VIconBtn']
2718
+ VColorInput: typeof import('vuetify/labs/components')['VColorInput']
2720
2719
  VFileUpload: typeof import('vuetify/labs/components')['VFileUpload']
2721
2720
  VFileUploadItem: typeof import('vuetify/labs/components')['VFileUploadItem']
2721
+ VIconBtn: typeof import('vuetify/labs/components')['VIconBtn']
2722
2722
  VPicker: typeof import('vuetify/labs/components')['VPicker']
2723
2723
  VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
2724
- VStepperVertical: typeof import('vuetify/labs/components')['VStepperVertical']
2725
- VStepperVerticalItem: typeof import('vuetify/labs/components')['VStepperVerticalItem']
2726
- VStepperVerticalActions: typeof import('vuetify/labs/components')['VStepperVerticalActions']
2727
2724
  VTimePicker: typeof import('vuetify/labs/components')['VTimePicker']
2728
2725
  VTimePickerClock: typeof import('vuetify/labs/components')['VTimePickerClock']
2729
2726
  VTimePickerControls: typeof import('vuetify/labs/components')['VTimePickerControls']
2730
- VDateInput: typeof import('vuetify/labs/components')['VDateInput']
2727
+ VStepperVertical: typeof import('vuetify/labs/components')['VStepperVertical']
2728
+ VStepperVerticalItem: typeof import('vuetify/labs/components')['VStepperVerticalItem']
2729
+ VStepperVerticalActions: typeof import('vuetify/labs/components')['VStepperVerticalActions']
2731
2730
  VTreeview: typeof import('vuetify/labs/components')['VTreeview']
2732
2731
  VTreeviewItem: typeof import('vuetify/labs/components')['VTreeviewItem']
2733
2732
  VTreeviewGroup: typeof import('vuetify/labs/components')['VTreeviewGroup']
2733
+ VDateInput: typeof import('vuetify/labs/components')['VDateInput']
2734
2734
  VPullToRefresh: typeof import('vuetify/labs/components')['VPullToRefresh']
2735
2735
  }
2736
2736
  }
package/lib/framework.js CHANGED
@@ -109,7 +109,7 @@ export function createVuetify() {
109
109
  };
110
110
  });
111
111
  }
112
- export const version = "3.8.7-master.2025-06-02";
112
+ export const version = "3.8.7-master.2025-06-03";
113
113
  createVuetify.version = version;
114
114
 
115
115
  // Vue's inject() can only be used in setup
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.8.7-master.2025-06-02",
4
+ "version": "3.8.7-master.2025-06-03",
5
5
  "author": {
6
6
  "name": "John Leider",
7
7
  "email": "john@vuetifyjs.com"