vuetify 3.10.1 → 3.10.2

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 (41) hide show
  1. package/LICENSE.md +21 -0
  2. package/README.md +331 -0
  3. package/dist/json/attributes.json +3758 -3758
  4. package/dist/json/importMap-labs.json +14 -14
  5. package/dist/json/importMap.json +162 -162
  6. package/dist/json/web-types.json +6612 -6612
  7. package/dist/vuetify-labs.cjs +14 -97
  8. package/dist/vuetify-labs.css +4544 -4544
  9. package/dist/vuetify-labs.d.ts +49 -50
  10. package/dist/vuetify-labs.esm.js +14 -97
  11. package/dist/vuetify-labs.esm.js.map +1 -1
  12. package/dist/vuetify-labs.js +14 -97
  13. package/dist/vuetify-labs.min.css +2 -2
  14. package/dist/vuetify.cjs +14 -97
  15. package/dist/vuetify.cjs.map +1 -1
  16. package/dist/vuetify.css +6241 -6241
  17. package/dist/vuetify.d.ts +49 -50
  18. package/dist/vuetify.esm.js +14 -97
  19. package/dist/vuetify.esm.js.map +1 -1
  20. package/dist/vuetify.js +14 -97
  21. package/dist/vuetify.js.map +1 -1
  22. package/dist/vuetify.min.css +2 -2
  23. package/dist/vuetify.min.js +692 -704
  24. package/dist/vuetify.min.js.map +1 -1
  25. package/lib/components/VAutocomplete/VAutocomplete.js +1 -1
  26. package/lib/components/VAutocomplete/VAutocomplete.js.map +1 -1
  27. package/lib/components/VBtn/VBtn.js +5 -2
  28. package/lib/components/VBtn/VBtn.js.map +1 -1
  29. package/lib/components/VChip/VChip.js +3 -4
  30. package/lib/components/VChip/VChip.js.map +1 -1
  31. package/lib/components/VCombobox/VCombobox.js +1 -1
  32. package/lib/components/VCombobox/VCombobox.js.map +1 -1
  33. package/lib/components/VSelect/VSelect.js +1 -1
  34. package/lib/components/VSelect/VSelect.js.map +1 -1
  35. package/lib/composables/router.d.ts +0 -1
  36. package/lib/composables/router.js +0 -6
  37. package/lib/composables/router.js.map +1 -1
  38. package/lib/entry-bundler.js +1 -1
  39. package/lib/framework.d.ts +49 -49
  40. package/lib/framework.js +1 -1
  41. package/package.json +1 -1
@@ -2714,21 +2714,22 @@ declare module 'vue' {
2714
2714
  export interface GlobalComponents {
2715
2715
  VApp: typeof import('vuetify/components')['VApp']
2716
2716
  VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
2717
+ VAlert: typeof import('vuetify/components')['VAlert']
2718
+ VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
2719
+ VAvatar: typeof import('vuetify/components')['VAvatar']
2717
2720
  VAppBar: typeof import('vuetify/components')['VAppBar']
2718
2721
  VAppBarNavIcon: typeof import('vuetify/components')['VAppBarNavIcon']
2719
2722
  VAppBarTitle: typeof import('vuetify/components')['VAppBarTitle']
2720
2723
  VBadge: typeof import('vuetify/components')['VBadge']
2721
- VAlert: typeof import('vuetify/components')['VAlert']
2722
- VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
2724
+ VBanner: typeof import('vuetify/components')['VBanner']
2725
+ VBannerActions: typeof import('vuetify/components')['VBannerActions']
2726
+ VBannerText: typeof import('vuetify/components')['VBannerText']
2727
+ VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
2728
+ VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
2723
2729
  VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
2724
2730
  VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
2725
2731
  VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
2726
- VAvatar: typeof import('vuetify/components')['VAvatar']
2727
- VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
2728
2732
  VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
2729
- VBanner: typeof import('vuetify/components')['VBanner']
2730
- VBannerActions: typeof import('vuetify/components')['VBannerActions']
2731
- VBannerText: typeof import('vuetify/components')['VBannerText']
2732
2733
  VCard: typeof import('vuetify/components')['VCard']
2733
2734
  VCardActions: typeof import('vuetify/components')['VCardActions']
2734
2735
  VCardItem: typeof import('vuetify/components')['VCardItem']
@@ -2736,23 +2737,17 @@ declare module 'vue' {
2736
2737
  VCardText: typeof import('vuetify/components')['VCardText']
2737
2738
  VCardTitle: typeof import('vuetify/components')['VCardTitle']
2738
2739
  VBtn: typeof import('vuetify/components')['VBtn']
2740
+ VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
2739
2741
  VCheckbox: typeof import('vuetify/components')['VCheckbox']
2740
2742
  VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
2741
- VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
2742
- VChipGroup: typeof import('vuetify/components')['VChipGroup']
2743
2743
  VCarousel: typeof import('vuetify/components')['VCarousel']
2744
2744
  VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
2745
- VCombobox: typeof import('vuetify/components')['VCombobox']
2746
2745
  VChip: typeof import('vuetify/components')['VChip']
2747
- VCounter: typeof import('vuetify/components')['VCounter']
2748
- VColorPicker: typeof import('vuetify/components')['VColorPicker']
2749
- VDatePicker: typeof import('vuetify/components')['VDatePicker']
2750
- VDatePickerControls: typeof import('vuetify/components')['VDatePickerControls']
2751
- VDatePickerHeader: typeof import('vuetify/components')['VDatePickerHeader']
2752
- VDatePickerMonth: typeof import('vuetify/components')['VDatePickerMonth']
2753
- VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
2754
- VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
2746
+ VChipGroup: typeof import('vuetify/components')['VChipGroup']
2747
+ VCombobox: typeof import('vuetify/components')['VCombobox']
2755
2748
  VCode: typeof import('vuetify/components')['VCode']
2749
+ VCounter: typeof import('vuetify/components')['VCounter']
2750
+ VDivider: typeof import('vuetify/components')['VDivider']
2756
2751
  VDataTable: typeof import('vuetify/components')['VDataTable']
2757
2752
  VDataTableHeaders: typeof import('vuetify/components')['VDataTableHeaders']
2758
2753
  VDataTableFooter: typeof import('vuetify/components')['VDataTableFooter']
@@ -2760,31 +2755,36 @@ declare module 'vue' {
2760
2755
  VDataTableRow: typeof import('vuetify/components')['VDataTableRow']
2761
2756
  VDataTableVirtual: typeof import('vuetify/components')['VDataTableVirtual']
2762
2757
  VDataTableServer: typeof import('vuetify/components')['VDataTableServer']
2763
- VDivider: typeof import('vuetify/components')['VDivider']
2758
+ VColorPicker: typeof import('vuetify/components')['VColorPicker']
2759
+ VDatePicker: typeof import('vuetify/components')['VDatePicker']
2760
+ VDatePickerControls: typeof import('vuetify/components')['VDatePickerControls']
2761
+ VDatePickerHeader: typeof import('vuetify/components')['VDatePickerHeader']
2762
+ VDatePickerMonth: typeof import('vuetify/components')['VDatePickerMonth']
2763
+ VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
2764
+ VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
2764
2765
  VFab: typeof import('vuetify/components')['VFab']
2765
- VDialog: typeof import('vuetify/components')['VDialog']
2766
2766
  VEmptyState: typeof import('vuetify/components')['VEmptyState']
2767
+ VDialog: typeof import('vuetify/components')['VDialog']
2767
2768
  VExpansionPanels: typeof import('vuetify/components')['VExpansionPanels']
2768
2769
  VExpansionPanel: typeof import('vuetify/components')['VExpansionPanel']
2769
2770
  VExpansionPanelText: typeof import('vuetify/components')['VExpansionPanelText']
2770
2771
  VExpansionPanelTitle: typeof import('vuetify/components')['VExpansionPanelTitle']
2771
- VField: typeof import('vuetify/components')['VField']
2772
- VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
2773
2772
  VFileInput: typeof import('vuetify/components')['VFileInput']
2774
2773
  VFooter: typeof import('vuetify/components')['VFooter']
2774
+ VField: typeof import('vuetify/components')['VField']
2775
+ VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
2775
2776
  VImg: typeof import('vuetify/components')['VImg']
2776
2777
  VIcon: typeof import('vuetify/components')['VIcon']
2777
2778
  VComponentIcon: typeof import('vuetify/components')['VComponentIcon']
2778
2779
  VSvgIcon: typeof import('vuetify/components')['VSvgIcon']
2779
2780
  VLigatureIcon: typeof import('vuetify/components')['VLigatureIcon']
2780
2781
  VClassIcon: typeof import('vuetify/components')['VClassIcon']
2781
- VInput: typeof import('vuetify/components')['VInput']
2782
2782
  VItemGroup: typeof import('vuetify/components')['VItemGroup']
2783
2783
  VItem: typeof import('vuetify/components')['VItem']
2784
+ VInput: typeof import('vuetify/components')['VInput']
2784
2785
  VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
2785
2786
  VKbd: typeof import('vuetify/components')['VKbd']
2786
2787
  VLabel: typeof import('vuetify/components')['VLabel']
2787
- VMenu: typeof import('vuetify/components')['VMenu']
2788
2788
  VMain: typeof import('vuetify/components')['VMain']
2789
2789
  VList: typeof import('vuetify/components')['VList']
2790
2790
  VListGroup: typeof import('vuetify/components')['VListGroup']
@@ -2795,57 +2795,58 @@ declare module 'vue' {
2795
2795
  VListItemSubtitle: typeof import('vuetify/components')['VListItemSubtitle']
2796
2796
  VListItemTitle: typeof import('vuetify/components')['VListItemTitle']
2797
2797
  VListSubheader: typeof import('vuetify/components')['VListSubheader']
2798
+ VMenu: typeof import('vuetify/components')['VMenu']
2798
2799
  VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
2799
- VOverlay: typeof import('vuetify/components')['VOverlay']
2800
2800
  VMessages: typeof import('vuetify/components')['VMessages']
2801
2801
  VNumberInput: typeof import('vuetify/components')['VNumberInput']
2802
+ VOverlay: typeof import('vuetify/components')['VOverlay']
2802
2803
  VOtpInput: typeof import('vuetify/components')['VOtpInput']
2803
- VPagination: typeof import('vuetify/components')['VPagination']
2804
2804
  VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
2805
+ VPagination: typeof import('vuetify/components')['VPagination']
2806
+ VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
2805
2807
  VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
2808
+ VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
2806
2809
  VRating: typeof import('vuetify/components')['VRating']
2807
- VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
2808
2810
  VSelect: typeof import('vuetify/components')['VSelect']
2809
- VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
2810
2811
  VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
2811
2812
  VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
2813
+ VSheet: typeof import('vuetify/components')['VSheet']
2812
2814
  VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
2813
2815
  VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
2814
- VSheet: typeof import('vuetify/components')['VSheet']
2816
+ VSlider: typeof import('vuetify/components')['VSlider']
2815
2817
  VSnackbar: typeof import('vuetify/components')['VSnackbar']
2818
+ VSwitch: typeof import('vuetify/components')['VSwitch']
2819
+ VSystemBar: typeof import('vuetify/components')['VSystemBar']
2816
2820
  VStepper: typeof import('vuetify/components')['VStepper']
2817
2821
  VStepperActions: typeof import('vuetify/components')['VStepperActions']
2818
2822
  VStepperHeader: typeof import('vuetify/components')['VStepperHeader']
2819
2823
  VStepperItem: typeof import('vuetify/components')['VStepperItem']
2820
2824
  VStepperWindow: typeof import('vuetify/components')['VStepperWindow']
2821
2825
  VStepperWindowItem: typeof import('vuetify/components')['VStepperWindowItem']
2822
- VSlider: typeof import('vuetify/components')['VSlider']
2823
2826
  VTextarea: typeof import('vuetify/components')['VTextarea']
2824
- VTextField: typeof import('vuetify/components')['VTextField']
2825
- VTable: typeof import('vuetify/components')['VTable']
2826
2827
  VTab: typeof import('vuetify/components')['VTab']
2827
2828
  VTabs: typeof import('vuetify/components')['VTabs']
2828
2829
  VTabsWindow: typeof import('vuetify/components')['VTabsWindow']
2829
2830
  VTabsWindowItem: typeof import('vuetify/components')['VTabsWindowItem']
2831
+ VTable: typeof import('vuetify/components')['VTable']
2832
+ VTextField: typeof import('vuetify/components')['VTextField']
2833
+ VToolbar: typeof import('vuetify/components')['VToolbar']
2834
+ VToolbarTitle: typeof import('vuetify/components')['VToolbarTitle']
2835
+ VToolbarItems: typeof import('vuetify/components')['VToolbarItems']
2830
2836
  VTimePicker: typeof import('vuetify/components')['VTimePicker']
2831
2837
  VTimePickerClock: typeof import('vuetify/components')['VTimePickerClock']
2832
2838
  VTimePickerControls: typeof import('vuetify/components')['VTimePickerControls']
2839
+ VTimeline: typeof import('vuetify/components')['VTimeline']
2840
+ VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
2841
+ VTooltip: typeof import('vuetify/components')['VTooltip']
2833
2842
  VTreeview: typeof import('vuetify/components')['VTreeview']
2834
2843
  VTreeviewItem: typeof import('vuetify/components')['VTreeviewItem']
2835
2844
  VTreeviewGroup: typeof import('vuetify/components')['VTreeviewGroup']
2836
- VToolbar: typeof import('vuetify/components')['VToolbar']
2837
- VToolbarTitle: typeof import('vuetify/components')['VToolbarTitle']
2838
- VToolbarItems: typeof import('vuetify/components')['VToolbarItems']
2839
- VTimeline: typeof import('vuetify/components')['VTimeline']
2840
- VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
2841
- VSystemBar: typeof import('vuetify/components')['VSystemBar']
2842
2845
  VWindow: typeof import('vuetify/components')['VWindow']
2843
2846
  VWindowItem: typeof import('vuetify/components')['VWindowItem']
2844
- VTooltip: typeof import('vuetify/components')['VTooltip']
2845
2847
  VConfirmEdit: typeof import('vuetify/components')['VConfirmEdit']
2846
2848
  VDataIterator: typeof import('vuetify/components')['VDataIterator']
2847
2849
  VDefaultsProvider: typeof import('vuetify/components')['VDefaultsProvider']
2848
- VSwitch: typeof import('vuetify/components')['VSwitch']
2849
2850
  VForm: typeof import('vuetify/components')['VForm']
2850
2851
  VContainer: typeof import('vuetify/components')['VContainer']
2851
2852
  VCol: typeof import('vuetify/components')['VCol']
@@ -2854,17 +2855,18 @@ declare module 'vue' {
2854
2855
  VHover: typeof import('vuetify/components')['VHover']
2855
2856
  VLayout: typeof import('vuetify/components')['VLayout']
2856
2857
  VLayoutItem: typeof import('vuetify/components')['VLayoutItem']
2857
- VLazy: typeof import('vuetify/components')['VLazy']
2858
2858
  VLocaleProvider: typeof import('vuetify/components')['VLocaleProvider']
2859
+ VLazy: typeof import('vuetify/components')['VLazy']
2859
2860
  VNoSsr: typeof import('vuetify/components')['VNoSsr']
2860
2861
  VParallax: typeof import('vuetify/components')['VParallax']
2861
- VRadio: typeof import('vuetify/components')['VRadio']
2862
2862
  VRangeSlider: typeof import('vuetify/components')['VRangeSlider']
2863
+ VRadio: typeof import('vuetify/components')['VRadio']
2863
2864
  VResponsive: typeof import('vuetify/components')['VResponsive']
2864
2865
  VSnackbarQueue: typeof import('vuetify/components')['VSnackbarQueue']
2865
- VSpeedDial: typeof import('vuetify/components')['VSpeedDial']
2866
2866
  VSparkline: typeof import('vuetify/components')['VSparkline']
2867
+ VSpeedDial: typeof import('vuetify/components')['VSpeedDial']
2867
2868
  VThemeProvider: typeof import('vuetify/components')['VThemeProvider']
2869
+ VValidation: typeof import('vuetify/components')['VValidation']
2868
2870
  VVirtualScroll: typeof import('vuetify/components')['VVirtualScroll']
2869
2871
  VFabTransition: typeof import('vuetify/components')['VFabTransition']
2870
2872
  VDialogBottomTransition: typeof import('vuetify/components')['VDialogBottomTransition']
@@ -2882,18 +2884,16 @@ declare module 'vue' {
2882
2884
  VExpandTransition: typeof import('vuetify/components')['VExpandTransition']
2883
2885
  VExpandXTransition: typeof import('vuetify/components')['VExpandXTransition']
2884
2886
  VDialogTransition: typeof import('vuetify/components')['VDialogTransition']
2885
- VValidation: typeof import('vuetify/components')['VValidation']
2886
- VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
2887
+ VCalendar: typeof import('vuetify/labs/components')['VCalendar']
2887
2888
  VColorInput: typeof import('vuetify/labs/components')['VColorInput']
2888
- VPicker: typeof import('vuetify/labs/components')['VPicker']
2889
- VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
2890
2889
  VFileUpload: typeof import('vuetify/labs/components')['VFileUpload']
2891
2890
  VFileUploadItem: typeof import('vuetify/labs/components')['VFileUploadItem']
2892
- VCalendar: typeof import('vuetify/labs/components')['VCalendar']
2891
+ VIconBtn: typeof import('vuetify/labs/components')['VIconBtn']
2892
+ VPicker: typeof import('vuetify/labs/components')['VPicker']
2893
+ VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
2893
2894
  VPie: typeof import('vuetify/labs/components')['VPie']
2894
2895
  VPieSegment: typeof import('vuetify/labs/components')['VPieSegment']
2895
2896
  VPieTooltip: typeof import('vuetify/labs/components')['VPieTooltip']
2896
- VIconBtn: typeof import('vuetify/labs/components')['VIconBtn']
2897
2897
  VStepperVertical: typeof import('vuetify/labs/components')['VStepperVertical']
2898
2898
  VStepperVerticalItem: typeof import('vuetify/labs/components')['VStepperVerticalItem']
2899
2899
  VStepperVerticalActions: typeof import('vuetify/labs/components')['VStepperVerticalActions']
package/lib/framework.js CHANGED
@@ -109,7 +109,7 @@ export function createVuetify() {
109
109
  };
110
110
  });
111
111
  }
112
- export const version = "3.10.1";
112
+ export const version = "3.10.2";
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",
3
3
  "description": "Vue Material Component Framework",
4
- "version": "3.10.1",
4
+ "version": "3.10.2",
5
5
  "author": {
6
6
  "name": "John Leider",
7
7
  "email": "john@vuetifyjs.com"