@vuetify/nightly 3.8.0-master.2025-04-02 → 3.8.0-master.2025-04-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 (48) hide show
  1. package/CHANGELOG.md +6 -3
  2. package/dist/json/attributes.json +3205 -3205
  3. package/dist/json/importMap-labs.json +34 -34
  4. package/dist/json/importMap.json +174 -174
  5. package/dist/json/web-types.json +6230 -6230
  6. package/dist/vuetify-labs.cjs +10 -6
  7. package/dist/vuetify-labs.css +4391 -4377
  8. package/dist/vuetify-labs.d.ts +115 -76
  9. package/dist/vuetify-labs.esm.js +10 -6
  10. package/dist/vuetify-labs.esm.js.map +1 -1
  11. package/dist/vuetify-labs.js +10 -6
  12. package/dist/vuetify-labs.min.css +2 -2
  13. package/dist/vuetify.cjs +10 -6
  14. package/dist/vuetify.cjs.map +1 -1
  15. package/dist/vuetify.css +3666 -3652
  16. package/dist/vuetify.d.ts +115 -76
  17. package/dist/vuetify.esm.js +10 -6
  18. package/dist/vuetify.esm.js.map +1 -1
  19. package/dist/vuetify.js +10 -6
  20. package/dist/vuetify.js.map +1 -1
  21. package/dist/vuetify.min.css +2 -2
  22. package/dist/vuetify.min.js +10 -10
  23. package/dist/vuetify.min.js.map +1 -1
  24. package/lib/components/VAutocomplete/VAutocomplete.css +0 -1
  25. package/lib/components/VAutocomplete/VAutocomplete.js +1 -0
  26. package/lib/components/VAutocomplete/VAutocomplete.js.map +1 -1
  27. package/lib/components/VAutocomplete/VAutocomplete.sass +0 -1
  28. package/lib/components/VCombobox/VCombobox.css +0 -1
  29. package/lib/components/VCombobox/VCombobox.js +1 -0
  30. package/lib/components/VCombobox/VCombobox.js.map +1 -1
  31. package/lib/components/VCombobox/VCombobox.sass +0 -1
  32. package/lib/components/VField/VField.d.ts +3 -0
  33. package/lib/components/VField/VField.js +3 -2
  34. package/lib/components/VField/VField.js.map +1 -1
  35. package/lib/components/VNavigationDrawer/VNavigationDrawer.js +2 -2
  36. package/lib/components/VNavigationDrawer/VNavigationDrawer.js.map +1 -1
  37. package/lib/components/VNumberInput/VNumberInput.d.ts +39 -12
  38. package/lib/components/VSelect/VSelect.css +0 -1
  39. package/lib/components/VSelect/VSelect.js +1 -0
  40. package/lib/components/VSelect/VSelect.js.map +1 -1
  41. package/lib/components/VSelect/VSelect.sass +0 -1
  42. package/lib/components/VTextField/VTextField.css +21 -4
  43. package/lib/components/VTextField/VTextField.d.ts +12 -3
  44. package/lib/components/VTextField/VTextField.sass +22 -7
  45. package/lib/entry-bundler.js +1 -1
  46. package/lib/framework.d.ts +61 -61
  47. package/lib/framework.js +1 -1
  48. package/package.json +1 -1
@@ -2567,41 +2567,38 @@ declare module 'vue' {
2567
2567
  $children?: VNodeChild
2568
2568
  }
2569
2569
  export interface GlobalComponents {
2570
- VAlert: typeof import('vuetify/components')['VAlert']
2571
- VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
2572
- VApp: typeof import('vuetify/components')['VApp']
2573
- VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
2574
2570
  VAppBar: typeof import('vuetify/components')['VAppBar']
2575
2571
  VAppBarNavIcon: typeof import('vuetify/components')['VAppBarNavIcon']
2576
2572
  VAppBarTitle: typeof import('vuetify/components')['VAppBarTitle']
2577
- VBadge: typeof import('vuetify/components')['VBadge']
2578
- VBanner: typeof import('vuetify/components')['VBanner']
2579
- VBannerActions: typeof import('vuetify/components')['VBannerActions']
2580
- VBannerText: typeof import('vuetify/components')['VBannerText']
2573
+ VApp: typeof import('vuetify/components')['VApp']
2574
+ VAlert: typeof import('vuetify/components')['VAlert']
2575
+ VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
2576
+ VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
2581
2577
  VAvatar: typeof import('vuetify/components')['VAvatar']
2582
- VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
2578
+ VBadge: typeof import('vuetify/components')['VBadge']
2583
2579
  VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
2584
- VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
2585
2580
  VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
2586
2581
  VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
2587
2582
  VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
2583
+ VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
2588
2584
  VBtn: typeof import('vuetify/components')['VBtn']
2585
+ VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
2589
2586
  VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
2590
- VCarousel: typeof import('vuetify/components')['VCarousel']
2591
- VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
2592
- VCode: typeof import('vuetify/components')['VCode']
2593
- VCheckbox: typeof import('vuetify/components')['VCheckbox']
2594
- VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
2595
- VChip: typeof import('vuetify/components')['VChip']
2596
2587
  VCard: typeof import('vuetify/components')['VCard']
2597
2588
  VCardActions: typeof import('vuetify/components')['VCardActions']
2598
2589
  VCardItem: typeof import('vuetify/components')['VCardItem']
2599
2590
  VCardSubtitle: typeof import('vuetify/components')['VCardSubtitle']
2600
2591
  VCardText: typeof import('vuetify/components')['VCardText']
2601
2592
  VCardTitle: typeof import('vuetify/components')['VCardTitle']
2593
+ VBanner: typeof import('vuetify/components')['VBanner']
2594
+ VBannerActions: typeof import('vuetify/components')['VBannerActions']
2595
+ VBannerText: typeof import('vuetify/components')['VBannerText']
2596
+ VChip: typeof import('vuetify/components')['VChip']
2597
+ VCode: typeof import('vuetify/components')['VCode']
2602
2598
  VColorPicker: typeof import('vuetify/components')['VColorPicker']
2603
- VCounter: typeof import('vuetify/components')['VCounter']
2604
- VChipGroup: typeof import('vuetify/components')['VChipGroup']
2599
+ VCarousel: typeof import('vuetify/components')['VCarousel']
2600
+ VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
2601
+ VCombobox: typeof import('vuetify/components')['VCombobox']
2605
2602
  VDataTable: typeof import('vuetify/components')['VDataTable']
2606
2603
  VDataTableHeaders: typeof import('vuetify/components')['VDataTableHeaders']
2607
2604
  VDataTableFooter: typeof import('vuetify/components')['VDataTableFooter']
@@ -2609,35 +2606,39 @@ declare module 'vue' {
2609
2606
  VDataTableRow: typeof import('vuetify/components')['VDataTableRow']
2610
2607
  VDataTableVirtual: typeof import('vuetify/components')['VDataTableVirtual']
2611
2608
  VDataTableServer: typeof import('vuetify/components')['VDataTableServer']
2612
- VCombobox: typeof import('vuetify/components')['VCombobox']
2609
+ VCheckbox: typeof import('vuetify/components')['VCheckbox']
2610
+ VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
2611
+ VDialog: typeof import('vuetify/components')['VDialog']
2612
+ VChipGroup: typeof import('vuetify/components')['VChipGroup']
2613
+ VDivider: typeof import('vuetify/components')['VDivider']
2614
+ VEmptyState: typeof import('vuetify/components')['VEmptyState']
2615
+ VCounter: typeof import('vuetify/components')['VCounter']
2613
2616
  VDatePicker: typeof import('vuetify/components')['VDatePicker']
2614
2617
  VDatePickerControls: typeof import('vuetify/components')['VDatePickerControls']
2615
2618
  VDatePickerHeader: typeof import('vuetify/components')['VDatePickerHeader']
2616
2619
  VDatePickerMonth: typeof import('vuetify/components')['VDatePickerMonth']
2617
2620
  VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
2618
2621
  VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
2619
- VDialog: typeof import('vuetify/components')['VDialog']
2620
- VEmptyState: typeof import('vuetify/components')['VEmptyState']
2621
2622
  VExpansionPanels: typeof import('vuetify/components')['VExpansionPanels']
2622
2623
  VExpansionPanel: typeof import('vuetify/components')['VExpansionPanel']
2623
2624
  VExpansionPanelText: typeof import('vuetify/components')['VExpansionPanelText']
2624
2625
  VExpansionPanelTitle: typeof import('vuetify/components')['VExpansionPanelTitle']
2625
- VDivider: typeof import('vuetify/components')['VDivider']
2626
- VFab: typeof import('vuetify/components')['VFab']
2627
- VFooter: typeof import('vuetify/components')['VFooter']
2628
2626
  VField: typeof import('vuetify/components')['VField']
2629
2627
  VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
2628
+ VFab: typeof import('vuetify/components')['VFab']
2629
+ VFooter: typeof import('vuetify/components')['VFooter']
2630
2630
  VFileInput: typeof import('vuetify/components')['VFileInput']
2631
- VInput: typeof import('vuetify/components')['VInput']
2632
2631
  VIcon: typeof import('vuetify/components')['VIcon']
2633
2632
  VComponentIcon: typeof import('vuetify/components')['VComponentIcon']
2634
2633
  VSvgIcon: typeof import('vuetify/components')['VSvgIcon']
2635
2634
  VLigatureIcon: typeof import('vuetify/components')['VLigatureIcon']
2636
2635
  VClassIcon: typeof import('vuetify/components')['VClassIcon']
2637
- VKbd: typeof import('vuetify/components')['VKbd']
2636
+ VImg: typeof import('vuetify/components')['VImg']
2638
2637
  VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
2639
2638
  VItemGroup: typeof import('vuetify/components')['VItemGroup']
2640
2639
  VItem: typeof import('vuetify/components')['VItem']
2640
+ VKbd: typeof import('vuetify/components')['VKbd']
2641
+ VLabel: typeof import('vuetify/components')['VLabel']
2641
2642
  VList: typeof import('vuetify/components')['VList']
2642
2643
  VListGroup: typeof import('vuetify/components')['VListGroup']
2643
2644
  VListImg: typeof import('vuetify/components')['VListImg']
@@ -2647,74 +2648,74 @@ declare module 'vue' {
2647
2648
  VListItemSubtitle: typeof import('vuetify/components')['VListItemSubtitle']
2648
2649
  VListItemTitle: typeof import('vuetify/components')['VListItemTitle']
2649
2650
  VListSubheader: typeof import('vuetify/components')['VListSubheader']
2651
+ VMain: typeof import('vuetify/components')['VMain']
2652
+ VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
2650
2653
  VMenu: typeof import('vuetify/components')['VMenu']
2651
2654
  VMessages: typeof import('vuetify/components')['VMessages']
2652
- VLabel: typeof import('vuetify/components')['VLabel']
2653
- VMain: typeof import('vuetify/components')['VMain']
2654
- VOtpInput: typeof import('vuetify/components')['VOtpInput']
2655
2655
  VNumberInput: typeof import('vuetify/components')['VNumberInput']
2656
- VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
2657
2656
  VOverlay: typeof import('vuetify/components')['VOverlay']
2658
- VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
2657
+ VOtpInput: typeof import('vuetify/components')['VOtpInput']
2658
+ VInput: typeof import('vuetify/components')['VInput']
2659
2659
  VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
2660
+ VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
2660
2661
  VPagination: typeof import('vuetify/components')['VPagination']
2662
+ VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
2661
2663
  VSelect: typeof import('vuetify/components')['VSelect']
2662
2664
  VRating: typeof import('vuetify/components')['VRating']
2663
- VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
2664
2665
  VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
2666
+ VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
2665
2667
  VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
2666
2668
  VSheet: typeof import('vuetify/components')['VSheet']
2667
- VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
2668
2669
  VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
2669
2670
  VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
2670
- VSnackbar: typeof import('vuetify/components')['VSnackbar']
2671
2671
  VSlider: typeof import('vuetify/components')['VSlider']
2672
+ VSnackbar: typeof import('vuetify/components')['VSnackbar']
2672
2673
  VStepper: typeof import('vuetify/components')['VStepper']
2673
2674
  VStepperActions: typeof import('vuetify/components')['VStepperActions']
2674
2675
  VStepperHeader: typeof import('vuetify/components')['VStepperHeader']
2675
2676
  VStepperItem: typeof import('vuetify/components')['VStepperItem']
2676
2677
  VStepperWindow: typeof import('vuetify/components')['VStepperWindow']
2677
2678
  VStepperWindowItem: typeof import('vuetify/components')['VStepperWindowItem']
2678
- VSwitch: typeof import('vuetify/components')['VSwitch']
2679
- VTextarea: typeof import('vuetify/components')['VTextarea']
2680
- VSystemBar: typeof import('vuetify/components')['VSystemBar']
2681
2679
  VTab: typeof import('vuetify/components')['VTab']
2682
2680
  VTabs: typeof import('vuetify/components')['VTabs']
2683
2681
  VTabsWindow: typeof import('vuetify/components')['VTabsWindow']
2684
2682
  VTabsWindowItem: typeof import('vuetify/components')['VTabsWindowItem']
2683
+ VSwitch: typeof import('vuetify/components')['VSwitch']
2684
+ VSystemBar: typeof import('vuetify/components')['VSystemBar']
2685
2685
  VTable: typeof import('vuetify/components')['VTable']
2686
+ VTimeline: typeof import('vuetify/components')['VTimeline']
2687
+ VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
2688
+ VTextarea: typeof import('vuetify/components')['VTextarea']
2686
2689
  VTextField: typeof import('vuetify/components')['VTextField']
2690
+ VTooltip: typeof import('vuetify/components')['VTooltip']
2687
2691
  VToolbar: typeof import('vuetify/components')['VToolbar']
2688
2692
  VToolbarTitle: typeof import('vuetify/components')['VToolbarTitle']
2689
2693
  VToolbarItems: typeof import('vuetify/components')['VToolbarItems']
2690
- VTimeline: typeof import('vuetify/components')['VTimeline']
2691
- VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
2692
- VTooltip: typeof import('vuetify/components')['VTooltip']
2693
- VImg: typeof import('vuetify/components')['VImg']
2694
2694
  VWindow: typeof import('vuetify/components')['VWindow']
2695
2695
  VWindowItem: typeof import('vuetify/components')['VWindowItem']
2696
- VConfirmEdit: typeof import('vuetify/components')['VConfirmEdit']
2697
- VDataIterator: typeof import('vuetify/components')['VDataIterator']
2698
2696
  VDefaultsProvider: typeof import('vuetify/components')['VDefaultsProvider']
2699
- VForm: typeof import('vuetify/components')['VForm']
2697
+ VDataIterator: typeof import('vuetify/components')['VDataIterator']
2700
2698
  VContainer: typeof import('vuetify/components')['VContainer']
2701
2699
  VCol: typeof import('vuetify/components')['VCol']
2702
2700
  VRow: typeof import('vuetify/components')['VRow']
2703
2701
  VSpacer: typeof import('vuetify/components')['VSpacer']
2702
+ VForm: typeof import('vuetify/components')['VForm']
2703
+ VConfirmEdit: typeof import('vuetify/components')['VConfirmEdit']
2704
2704
  VHover: typeof import('vuetify/components')['VHover']
2705
2705
  VLazy: typeof import('vuetify/components')['VLazy']
2706
- VLocaleProvider: typeof import('vuetify/components')['VLocaleProvider']
2707
- VNoSsr: typeof import('vuetify/components')['VNoSsr']
2708
2706
  VLayout: typeof import('vuetify/components')['VLayout']
2709
2707
  VLayoutItem: typeof import('vuetify/components')['VLayoutItem']
2710
- VRadio: typeof import('vuetify/components')['VRadio']
2708
+ VLocaleProvider: typeof import('vuetify/components')['VLocaleProvider']
2711
2709
  VParallax: typeof import('vuetify/components')['VParallax']
2712
- VRangeSlider: typeof import('vuetify/components')['VRangeSlider']
2710
+ VNoSsr: typeof import('vuetify/components')['VNoSsr']
2711
+ VRadio: typeof import('vuetify/components')['VRadio']
2713
2712
  VResponsive: typeof import('vuetify/components')['VResponsive']
2714
- VSpeedDial: typeof import('vuetify/components')['VSpeedDial']
2715
- VSnackbarQueue: typeof import('vuetify/components')['VSnackbarQueue']
2713
+ VRangeSlider: typeof import('vuetify/components')['VRangeSlider']
2716
2714
  VSparkline: typeof import('vuetify/components')['VSparkline']
2715
+ VSnackbarQueue: typeof import('vuetify/components')['VSnackbarQueue']
2717
2716
  VThemeProvider: typeof import('vuetify/components')['VThemeProvider']
2717
+ VSpeedDial: typeof import('vuetify/components')['VSpeedDial']
2718
+ VVirtualScroll: typeof import('vuetify/components')['VVirtualScroll']
2718
2719
  VValidation: typeof import('vuetify/components')['VValidation']
2719
2720
  VFabTransition: typeof import('vuetify/components')['VFabTransition']
2720
2721
  VDialogBottomTransition: typeof import('vuetify/components')['VDialogBottomTransition']
@@ -2732,28 +2733,27 @@ declare module 'vue' {
2732
2733
  VExpandTransition: typeof import('vuetify/components')['VExpandTransition']
2733
2734
  VExpandXTransition: typeof import('vuetify/components')['VExpandXTransition']
2734
2735
  VDialogTransition: typeof import('vuetify/components')['VDialogTransition']
2735
- VVirtualScroll: typeof import('vuetify/components')['VVirtualScroll']
2736
- VPicker: typeof import('vuetify/labs/components')['VPicker']
2737
- VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
2736
+ VIconBtn: typeof import('vuetify/labs/components')['VIconBtn']
2738
2737
  VFileUpload: typeof import('vuetify/labs/components')['VFileUpload']
2739
2738
  VFileUploadItem: typeof import('vuetify/labs/components')['VFileUploadItem']
2739
+ VPicker: typeof import('vuetify/labs/components')['VPicker']
2740
+ VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
2741
+ VStepperVertical: typeof import('vuetify/labs/components')['VStepperVertical']
2742
+ VStepperVerticalItem: typeof import('vuetify/labs/components')['VStepperVerticalItem']
2743
+ VStepperVerticalActions: typeof import('vuetify/labs/components')['VStepperVerticalActions']
2740
2744
  VTimePicker: typeof import('vuetify/labs/components')['VTimePicker']
2741
2745
  VTimePickerClock: typeof import('vuetify/labs/components')['VTimePickerClock']
2742
2746
  VTimePickerControls: typeof import('vuetify/labs/components')['VTimePickerControls']
2747
+ VTreeview: typeof import('vuetify/labs/components')['VTreeview']
2748
+ VTreeviewItem: typeof import('vuetify/labs/components')['VTreeviewItem']
2749
+ VTreeviewGroup: typeof import('vuetify/labs/components')['VTreeviewGroup']
2743
2750
  VCalendar: typeof import('vuetify/labs/components')['VCalendar']
2744
2751
  VCalendarDay: typeof import('vuetify/labs/components')['VCalendarDay']
2745
2752
  VCalendarHeader: typeof import('vuetify/labs/components')['VCalendarHeader']
2746
2753
  VCalendarInterval: typeof import('vuetify/labs/components')['VCalendarInterval']
2747
2754
  VCalendarIntervalEvent: typeof import('vuetify/labs/components')['VCalendarIntervalEvent']
2748
2755
  VCalendarMonthDay: typeof import('vuetify/labs/components')['VCalendarMonthDay']
2749
- VStepperVertical: typeof import('vuetify/labs/components')['VStepperVertical']
2750
- VStepperVerticalItem: typeof import('vuetify/labs/components')['VStepperVerticalItem']
2751
- VStepperVerticalActions: typeof import('vuetify/labs/components')['VStepperVerticalActions']
2752
- VIconBtn: typeof import('vuetify/labs/components')['VIconBtn']
2753
- VTreeview: typeof import('vuetify/labs/components')['VTreeview']
2754
- VTreeviewItem: typeof import('vuetify/labs/components')['VTreeviewItem']
2755
- VTreeviewGroup: typeof import('vuetify/labs/components')['VTreeviewGroup']
2756
- VDateInput: typeof import('vuetify/labs/components')['VDateInput']
2757
2756
  VPullToRefresh: typeof import('vuetify/labs/components')['VPullToRefresh']
2757
+ VDateInput: typeof import('vuetify/labs/components')['VDateInput']
2758
2758
  }
2759
2759
  }
package/lib/framework.js CHANGED
@@ -109,7 +109,7 @@ export function createVuetify() {
109
109
  };
110
110
  });
111
111
  }
112
- export const version = "3.8.0-master.2025-04-02";
112
+ export const version = "3.8.0-master.2025-04-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.0-master.2025-04-02",
4
+ "version": "3.8.0-master.2025-04-03",
5
5
  "author": {
6
6
  "name": "John Leider",
7
7
  "email": "john@vuetifyjs.com"