vuetify 3.12.0 → 3.12.1

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 (37) hide show
  1. package/README.md +0 -24
  2. package/dist/json/attributes.json +1793 -1793
  3. package/dist/json/importMap-labs.json +16 -16
  4. package/dist/json/importMap.json +166 -166
  5. package/dist/json/web-types.json +3410 -3410
  6. package/dist/vuetify-labs.cjs +6 -4
  7. package/dist/vuetify-labs.css +4420 -4409
  8. package/dist/vuetify-labs.d.ts +52 -52
  9. package/dist/vuetify-labs.esm.js +6 -4
  10. package/dist/vuetify-labs.esm.js.map +1 -1
  11. package/dist/vuetify-labs.js +6 -4
  12. package/dist/vuetify-labs.min.css +2 -2
  13. package/dist/vuetify.cjs +6 -4
  14. package/dist/vuetify.cjs.map +1 -1
  15. package/dist/vuetify.css +3415 -3404
  16. package/dist/vuetify.d.ts +52 -52
  17. package/dist/vuetify.esm.js +6 -4
  18. package/dist/vuetify.esm.js.map +1 -1
  19. package/dist/vuetify.js +6 -4
  20. package/dist/vuetify.js.map +1 -1
  21. package/dist/vuetify.min.css +2 -2
  22. package/dist/vuetify.min.js +5 -5
  23. package/dist/vuetify.min.js.map +1 -1
  24. package/lib/components/VList/VList.css +0 -5
  25. package/lib/components/VList/VList.js +3 -1
  26. package/lib/components/VList/VList.js.map +1 -1
  27. package/lib/components/VList/VList.sass +0 -6
  28. package/lib/components/VList/VListItem.css +15 -4
  29. package/lib/components/VList/VListItem.sass +16 -4
  30. package/lib/components/VList/_variables.scss +2 -3
  31. package/lib/components/VTreeview/VTreeviewItem.css +27 -22
  32. package/lib/components/VTreeview/VTreeviewItem.sass +23 -26
  33. package/lib/components/VTreeview/_variables.scss +5 -5
  34. package/lib/entry-bundler.js +1 -1
  35. package/lib/framework.d.ts +52 -52
  36. package/lib/framework.js +1 -1
  37. package/package.json +1 -1
@@ -2781,41 +2781,41 @@ declare module 'vue' {
2781
2781
  export interface GlobalComponents {
2782
2782
  VAlert: typeof import('vuetify/components')['VAlert']
2783
2783
  VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
2784
+ VApp: typeof import('vuetify/components')['VApp']
2784
2785
  VAppBar: typeof import('vuetify/components')['VAppBar']
2785
2786
  VAppBarNavIcon: typeof import('vuetify/components')['VAppBarNavIcon']
2786
2787
  VAppBarTitle: typeof import('vuetify/components')['VAppBarTitle']
2787
- VApp: typeof import('vuetify/components')['VApp']
2788
2788
  VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
2789
+ VAvatar: typeof import('vuetify/components')['VAvatar']
2789
2790
  VBadge: typeof import('vuetify/components')['VBadge']
2791
+ VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
2790
2792
  VBanner: typeof import('vuetify/components')['VBanner']
2791
2793
  VBannerActions: typeof import('vuetify/components')['VBannerActions']
2792
2794
  VBannerText: typeof import('vuetify/components')['VBannerText']
2793
- VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
2794
- VAvatar: typeof import('vuetify/components')['VAvatar']
2795
- VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
2796
2795
  VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
2797
- VBtn: typeof import('vuetify/components')['VBtn']
2798
- VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
2799
2796
  VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
2800
2797
  VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
2801
2798
  VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
2799
+ VBtn: typeof import('vuetify/components')['VBtn']
2800
+ VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
2801
+ VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
2802
2802
  VCard: typeof import('vuetify/components')['VCard']
2803
2803
  VCardActions: typeof import('vuetify/components')['VCardActions']
2804
2804
  VCardItem: typeof import('vuetify/components')['VCardItem']
2805
2805
  VCardSubtitle: typeof import('vuetify/components')['VCardSubtitle']
2806
2806
  VCardText: typeof import('vuetify/components')['VCardText']
2807
2807
  VCardTitle: typeof import('vuetify/components')['VCardTitle']
2808
+ VCalendar: typeof import('vuetify/components')['VCalendar']
2809
+ VCheckbox: typeof import('vuetify/components')['VCheckbox']
2810
+ VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
2811
+ VColorPicker: typeof import('vuetify/components')['VColorPicker']
2808
2812
  VCarousel: typeof import('vuetify/components')['VCarousel']
2809
2813
  VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
2810
- VCalendar: typeof import('vuetify/components')['VCalendar']
2811
2814
  VChip: typeof import('vuetify/components')['VChip']
2812
- VChipGroup: typeof import('vuetify/components')['VChipGroup']
2813
2815
  VCode: typeof import('vuetify/components')['VCode']
2814
- VCombobox: typeof import('vuetify/components')['VCombobox']
2816
+ VChipGroup: typeof import('vuetify/components')['VChipGroup']
2815
2817
  VCounter: typeof import('vuetify/components')['VCounter']
2816
- VCheckbox: typeof import('vuetify/components')['VCheckbox']
2817
- VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
2818
- VColorPicker: typeof import('vuetify/components')['VColorPicker']
2818
+ VCombobox: typeof import('vuetify/components')['VCombobox']
2819
2819
  VDatePicker: typeof import('vuetify/components')['VDatePicker']
2820
2820
  VDatePickerControls: typeof import('vuetify/components')['VDatePickerControls']
2821
2821
  VDatePickerHeader: typeof import('vuetify/components')['VDatePickerHeader']
@@ -2835,27 +2835,22 @@ declare module 'vue' {
2835
2835
  VExpansionPanelText: typeof import('vuetify/components')['VExpansionPanelText']
2836
2836
  VExpansionPanelTitle: typeof import('vuetify/components')['VExpansionPanelTitle']
2837
2837
  VDivider: typeof import('vuetify/components')['VDivider']
2838
- VFooter: typeof import('vuetify/components')['VFooter']
2839
- VFab: typeof import('vuetify/components')['VFab']
2840
- VEmptyState: typeof import('vuetify/components')['VEmptyState']
2841
2838
  VField: typeof import('vuetify/components')['VField']
2842
2839
  VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
2840
+ VEmptyState: typeof import('vuetify/components')['VEmptyState']
2841
+ VFooter: typeof import('vuetify/components')['VFooter']
2843
2842
  VHotkey: typeof import('vuetify/components')['VHotkey']
2844
2843
  VFileInput: typeof import('vuetify/components')['VFileInput']
2845
2844
  VImg: typeof import('vuetify/components')['VImg']
2846
- VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
2847
2845
  VIcon: typeof import('vuetify/components')['VIcon']
2848
2846
  VComponentIcon: typeof import('vuetify/components')['VComponentIcon']
2849
2847
  VSvgIcon: typeof import('vuetify/components')['VSvgIcon']
2850
2848
  VLigatureIcon: typeof import('vuetify/components')['VLigatureIcon']
2851
2849
  VClassIcon: typeof import('vuetify/components')['VClassIcon']
2850
+ VInput: typeof import('vuetify/components')['VInput']
2851
+ VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
2852
2852
  VItemGroup: typeof import('vuetify/components')['VItemGroup']
2853
2853
  VItem: typeof import('vuetify/components')['VItem']
2854
- VInput: typeof import('vuetify/components')['VInput']
2855
- VKbd: typeof import('vuetify/components')['VKbd']
2856
- VMain: typeof import('vuetify/components')['VMain']
2857
- VLabel: typeof import('vuetify/components')['VLabel']
2858
- VMessages: typeof import('vuetify/components')['VMessages']
2859
2854
  VList: typeof import('vuetify/components')['VList']
2860
2855
  VListGroup: typeof import('vuetify/components')['VListGroup']
2861
2856
  VListImg: typeof import('vuetify/components')['VListImg']
@@ -2865,25 +2860,36 @@ declare module 'vue' {
2865
2860
  VListItemSubtitle: typeof import('vuetify/components')['VListItemSubtitle']
2866
2861
  VListItemTitle: typeof import('vuetify/components')['VListItemTitle']
2867
2862
  VListSubheader: typeof import('vuetify/components')['VListSubheader']
2868
- VNumberInput: typeof import('vuetify/components')['VNumberInput']
2863
+ VMain: typeof import('vuetify/components')['VMain']
2864
+ VLabel: typeof import('vuetify/components')['VLabel']
2865
+ VKbd: typeof import('vuetify/components')['VKbd']
2869
2866
  VMenu: typeof import('vuetify/components')['VMenu']
2870
- VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
2867
+ VNumberInput: typeof import('vuetify/components')['VNumberInput']
2868
+ VMessages: typeof import('vuetify/components')['VMessages']
2871
2869
  VOtpInput: typeof import('vuetify/components')['VOtpInput']
2872
- VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
2870
+ VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
2871
+ VPagination: typeof import('vuetify/components')['VPagination']
2873
2872
  VOverlay: typeof import('vuetify/components')['VOverlay']
2873
+ VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
2874
2874
  VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
2875
- VSelect: typeof import('vuetify/components')['VSelect']
2875
+ VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
2876
+ VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
2877
+ VFab: typeof import('vuetify/components')['VFab']
2876
2878
  VRating: typeof import('vuetify/components')['VRating']
2879
+ VSelect: typeof import('vuetify/components')['VSelect']
2877
2880
  VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
2878
- VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
2879
- VPagination: typeof import('vuetify/components')['VPagination']
2880
- VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
2881
- VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
2882
- VSlider: typeof import('vuetify/components')['VSlider']
2883
2881
  VSheet: typeof import('vuetify/components')['VSheet']
2882
+ VSnackbar: typeof import('vuetify/components')['VSnackbar']
2883
+ VSlider: typeof import('vuetify/components')['VSlider']
2884
2884
  VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
2885
2885
  VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
2886
- VSnackbar: typeof import('vuetify/components')['VSnackbar']
2886
+ VStepper: typeof import('vuetify/components')['VStepper']
2887
+ VStepperActions: typeof import('vuetify/components')['VStepperActions']
2888
+ VStepperHeader: typeof import('vuetify/components')['VStepperHeader']
2889
+ VStepperItem: typeof import('vuetify/components')['VStepperItem']
2890
+ VStepperWindow: typeof import('vuetify/components')['VStepperWindow']
2891
+ VStepperWindowItem: typeof import('vuetify/components')['VStepperWindowItem']
2892
+ VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
2887
2893
  VTab: typeof import('vuetify/components')['VTab']
2888
2894
  VTabs: typeof import('vuetify/components')['VTabs']
2889
2895
  VTabsWindow: typeof import('vuetify/components')['VTabsWindow']
@@ -2891,52 +2897,45 @@ declare module 'vue' {
2891
2897
  VSwitch: typeof import('vuetify/components')['VSwitch']
2892
2898
  VTable: typeof import('vuetify/components')['VTable']
2893
2899
  VSystemBar: typeof import('vuetify/components')['VSystemBar']
2894
- VStepper: typeof import('vuetify/components')['VStepper']
2895
- VStepperActions: typeof import('vuetify/components')['VStepperActions']
2896
- VStepperHeader: typeof import('vuetify/components')['VStepperHeader']
2897
- VStepperItem: typeof import('vuetify/components')['VStepperItem']
2898
- VStepperWindow: typeof import('vuetify/components')['VStepperWindow']
2899
- VStepperWindowItem: typeof import('vuetify/components')['VStepperWindowItem']
2900
- VTextarea: typeof import('vuetify/components')['VTextarea']
2901
- VTextField: typeof import('vuetify/components')['VTextField']
2902
2900
  VTimePicker: typeof import('vuetify/components')['VTimePicker']
2903
2901
  VTimePickerClock: typeof import('vuetify/components')['VTimePickerClock']
2904
2902
  VTimePickerControls: typeof import('vuetify/components')['VTimePickerControls']
2903
+ VTextField: typeof import('vuetify/components')['VTextField']
2905
2904
  VTimeline: typeof import('vuetify/components')['VTimeline']
2906
2905
  VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
2907
2906
  VToolbar: typeof import('vuetify/components')['VToolbar']
2908
2907
  VToolbarTitle: typeof import('vuetify/components')['VToolbarTitle']
2909
2908
  VToolbarItems: typeof import('vuetify/components')['VToolbarItems']
2910
- VWindow: typeof import('vuetify/components')['VWindow']
2911
- VWindowItem: typeof import('vuetify/components')['VWindowItem']
2912
- VTooltip: typeof import('vuetify/components')['VTooltip']
2909
+ VTextarea: typeof import('vuetify/components')['VTextarea']
2913
2910
  VTreeview: typeof import('vuetify/components')['VTreeview']
2914
2911
  VTreeviewItem: typeof import('vuetify/components')['VTreeviewItem']
2915
2912
  VTreeviewGroup: typeof import('vuetify/components')['VTreeviewGroup']
2913
+ VTooltip: typeof import('vuetify/components')['VTooltip']
2914
+ VWindow: typeof import('vuetify/components')['VWindow']
2915
+ VWindowItem: typeof import('vuetify/components')['VWindowItem']
2916
2916
  VConfirmEdit: typeof import('vuetify/components')['VConfirmEdit']
2917
2917
  VDataIterator: typeof import('vuetify/components')['VDataIterator']
2918
2918
  VDefaultsProvider: typeof import('vuetify/components')['VDefaultsProvider']
2919
2919
  VForm: typeof import('vuetify/components')['VForm']
2920
- VHover: typeof import('vuetify/components')['VHover']
2921
2920
  VContainer: typeof import('vuetify/components')['VContainer']
2922
2921
  VCol: typeof import('vuetify/components')['VCol']
2923
2922
  VRow: typeof import('vuetify/components')['VRow']
2924
2923
  VSpacer: typeof import('vuetify/components')['VSpacer']
2925
- VLazy: typeof import('vuetify/components')['VLazy']
2926
- VLocaleProvider: typeof import('vuetify/components')['VLocaleProvider']
2924
+ VHover: typeof import('vuetify/components')['VHover']
2927
2925
  VLayout: typeof import('vuetify/components')['VLayout']
2928
2926
  VLayoutItem: typeof import('vuetify/components')['VLayoutItem']
2927
+ VLazy: typeof import('vuetify/components')['VLazy']
2928
+ VLocaleProvider: typeof import('vuetify/components')['VLocaleProvider']
2929
2929
  VNoSsr: typeof import('vuetify/components')['VNoSsr']
2930
2930
  VParallax: typeof import('vuetify/components')['VParallax']
2931
- VRangeSlider: typeof import('vuetify/components')['VRangeSlider']
2932
2931
  VRadio: typeof import('vuetify/components')['VRadio']
2932
+ VRangeSlider: typeof import('vuetify/components')['VRangeSlider']
2933
2933
  VResponsive: typeof import('vuetify/components')['VResponsive']
2934
+ VSparkline: typeof import('vuetify/components')['VSparkline']
2934
2935
  VSnackbarQueue: typeof import('vuetify/components')['VSnackbarQueue']
2935
2936
  VSpeedDial: typeof import('vuetify/components')['VSpeedDial']
2936
- VSparkline: typeof import('vuetify/components')['VSparkline']
2937
2937
  VThemeProvider: typeof import('vuetify/components')['VThemeProvider']
2938
2938
  VValidation: typeof import('vuetify/components')['VValidation']
2939
- VVirtualScroll: typeof import('vuetify/components')['VVirtualScroll']
2940
2939
  VFabTransition: typeof import('vuetify/components')['VFabTransition']
2941
2940
  VDialogBottomTransition: typeof import('vuetify/components')['VDialogBottomTransition']
2942
2941
  VDialogTopTransition: typeof import('vuetify/components')['VDialogTopTransition']
@@ -2954,21 +2953,22 @@ declare module 'vue' {
2954
2953
  VExpandXTransition: typeof import('vuetify/components')['VExpandXTransition']
2955
2954
  VExpandBothTransition: typeof import('vuetify/components')['VExpandBothTransition']
2956
2955
  VDialogTransition: typeof import('vuetify/components')['VDialogTransition']
2957
- VColorInput: typeof import('vuetify/labs/components')['VColorInput']
2956
+ VVirtualScroll: typeof import('vuetify/components')['VVirtualScroll']
2958
2957
  VCommandPalette: typeof import('vuetify/labs/components')['VCommandPalette']
2959
2958
  VCommandPaletteItemComponent: typeof import('vuetify/labs/components')['VCommandPaletteItemComponent']
2960
2959
  VAvatarGroup: typeof import('vuetify/labs/components')['VAvatarGroup']
2961
- VIconBtn: typeof import('vuetify/labs/components')['VIconBtn']
2962
2960
  VFileUpload: typeof import('vuetify/labs/components')['VFileUpload']
2963
2961
  VFileUploadItem: typeof import('vuetify/labs/components')['VFileUploadItem']
2962
+ VIconBtn: typeof import('vuetify/labs/components')['VIconBtn']
2963
+ VPicker: typeof import('vuetify/labs/components')['VPicker']
2964
+ VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
2964
2965
  VStepperVertical: typeof import('vuetify/labs/components')['VStepperVertical']
2965
2966
  VStepperVerticalItem: typeof import('vuetify/labs/components')['VStepperVerticalItem']
2966
2967
  VStepperVerticalActions: typeof import('vuetify/labs/components')['VStepperVerticalActions']
2967
- VPicker: typeof import('vuetify/labs/components')['VPicker']
2968
- VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
2969
2968
  VPie: typeof import('vuetify/labs/components')['VPie']
2970
2969
  VPieSegment: typeof import('vuetify/labs/components')['VPieSegment']
2971
2970
  VPieTooltip: typeof import('vuetify/labs/components')['VPieTooltip']
2971
+ VColorInput: typeof import('vuetify/labs/components')['VColorInput']
2972
2972
  VVideo: typeof import('vuetify/labs/components')['VVideo']
2973
2973
  VVideoControls: typeof import('vuetify/labs/components')['VVideoControls']
2974
2974
  VVideoVolume: typeof import('vuetify/labs/components')['VVideoVolume']
package/lib/framework.js CHANGED
@@ -110,7 +110,7 @@ export function createVuetify() {
110
110
  };
111
111
  });
112
112
  }
113
- export const version = "3.12.0";
113
+ export const version = "3.12.1";
114
114
  createVuetify.version = version;
115
115
 
116
116
  // Vue's inject() can only be used in setup
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "vuetify",
3
3
  "description": "Vue Material Component Framework",
4
- "version": "3.12.0",
4
+ "version": "3.12.1",
5
5
  "author": {
6
6
  "name": "John Leider",
7
7
  "email": "john@vuetifyjs.com"