@vuetify/nightly 3.11.8-dev.2026-02-11 → 3.11.8-dev.2026-02-12
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 +7 -3
- package/dist/json/attributes.json +3838 -3838
- package/dist/json/importMap-labs.json +28 -28
- package/dist/json/importMap.json +160 -160
- package/dist/json/web-types.json +7160 -7160
- package/dist/vuetify-labs.cjs +21 -12
- package/dist/vuetify-labs.css +3922 -3920
- package/dist/vuetify-labs.d.ts +62 -62
- package/dist/vuetify-labs.esm.js +21 -12
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +21 -12
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.cjs +21 -12
- package/dist/vuetify.cjs.map +1 -1
- package/dist/vuetify.css +2481 -2479
- package/dist/vuetify.d.ts +62 -62
- package/dist/vuetify.esm.js +21 -12
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +21 -12
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +15 -12
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VCard/VCard.js +4 -2
- package/lib/components/VCard/VCard.js.map +1 -1
- package/lib/components/VDatePicker/VDatePickerYears.js +8 -3
- package/lib/components/VDatePicker/VDatePickerYears.js.map +1 -1
- package/lib/components/VDialog/VDialog.css +2 -2
- package/lib/components/VDialog/VDialog.sass +2 -2
- package/lib/components/VTabs/VTab.js +7 -5
- package/lib/components/VTabs/VTab.js.map +1 -1
- package/lib/components/VTabs/VTabs.css +2 -0
- package/lib/components/VTabs/VTabs.sass +2 -0
- package/lib/entry-bundler.js +1 -1
- package/lib/framework.d.ts +62 -62
- package/lib/framework.js +1 -1
- package/package.json +1 -1
package/lib/framework.d.ts
CHANGED
|
@@ -2785,45 +2785,37 @@ declare module 'vue' {
|
|
|
2785
2785
|
VAppBar: typeof import('vuetify/components')['VAppBar']
|
|
2786
2786
|
VAppBarNavIcon: typeof import('vuetify/components')['VAppBarNavIcon']
|
|
2787
2787
|
VAppBarTitle: typeof import('vuetify/components')['VAppBarTitle']
|
|
2788
|
-
VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
|
|
2789
2788
|
VAvatar: typeof import('vuetify/components')['VAvatar']
|
|
2789
|
+
VBadge: typeof import('vuetify/components')['VBadge']
|
|
2790
|
+
VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
|
|
2791
|
+
VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
|
|
2792
|
+
VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
|
|
2790
2793
|
VBanner: typeof import('vuetify/components')['VBanner']
|
|
2791
2794
|
VBannerActions: typeof import('vuetify/components')['VBannerActions']
|
|
2792
2795
|
VBannerText: typeof import('vuetify/components')['VBannerText']
|
|
2793
|
-
VBadge: typeof import('vuetify/components')['VBadge']
|
|
2794
2796
|
VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
|
|
2795
|
-
VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
|
|
2796
|
-
VBtn: typeof import('vuetify/components')['VBtn']
|
|
2797
|
-
VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
|
|
2798
2797
|
VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
|
|
2799
2798
|
VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
|
|
2800
2799
|
VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
|
|
2801
|
-
|
|
2800
|
+
VBtn: typeof import('vuetify/components')['VBtn']
|
|
2801
|
+
VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
|
|
2802
|
+
VCalendar: typeof import('vuetify/components')['VCalendar']
|
|
2802
2803
|
VCard: typeof import('vuetify/components')['VCard']
|
|
2803
2804
|
VCardActions: typeof import('vuetify/components')['VCardActions']
|
|
2804
2805
|
VCardItem: typeof import('vuetify/components')['VCardItem']
|
|
2805
2806
|
VCardSubtitle: typeof import('vuetify/components')['VCardSubtitle']
|
|
2806
2807
|
VCardText: typeof import('vuetify/components')['VCardText']
|
|
2807
2808
|
VCardTitle: typeof import('vuetify/components')['VCardTitle']
|
|
2808
|
-
|
|
2809
|
+
VChipGroup: typeof import('vuetify/components')['VChipGroup']
|
|
2809
2810
|
VCarousel: typeof import('vuetify/components')['VCarousel']
|
|
2810
2811
|
VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
|
|
2811
|
-
VChip: typeof import('vuetify/components')['VChip']
|
|
2812
|
-
VCounter: typeof import('vuetify/components')['VCounter']
|
|
2813
|
-
VCode: typeof import('vuetify/components')['VCode']
|
|
2814
2812
|
VCheckbox: typeof import('vuetify/components')['VCheckbox']
|
|
2815
2813
|
VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
|
|
2816
|
-
VChipGroup: typeof import('vuetify/components')['VChipGroup']
|
|
2817
|
-
VColorPicker: typeof import('vuetify/components')['VColorPicker']
|
|
2818
2814
|
VCombobox: typeof import('vuetify/components')['VCombobox']
|
|
2819
|
-
|
|
2820
|
-
|
|
2821
|
-
|
|
2822
|
-
|
|
2823
|
-
VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
|
|
2824
|
-
VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
|
|
2825
|
-
VDialog: typeof import('vuetify/components')['VDialog']
|
|
2826
|
-
VDivider: typeof import('vuetify/components')['VDivider']
|
|
2815
|
+
VCode: typeof import('vuetify/components')['VCode']
|
|
2816
|
+
VChip: typeof import('vuetify/components')['VChip']
|
|
2817
|
+
VColorPicker: typeof import('vuetify/components')['VColorPicker']
|
|
2818
|
+
VCounter: typeof import('vuetify/components')['VCounter']
|
|
2827
2819
|
VDataTable: typeof import('vuetify/components')['VDataTable']
|
|
2828
2820
|
VDataTableHeaders: typeof import('vuetify/components')['VDataTableHeaders']
|
|
2829
2821
|
VDataTableFooter: typeof import('vuetify/components')['VDataTableFooter']
|
|
@@ -2831,26 +2823,36 @@ declare module 'vue' {
|
|
|
2831
2823
|
VDataTableRow: typeof import('vuetify/components')['VDataTableRow']
|
|
2832
2824
|
VDataTableVirtual: typeof import('vuetify/components')['VDataTableVirtual']
|
|
2833
2825
|
VDataTableServer: typeof import('vuetify/components')['VDataTableServer']
|
|
2834
|
-
|
|
2835
|
-
|
|
2826
|
+
VDatePicker: typeof import('vuetify/components')['VDatePicker']
|
|
2827
|
+
VDatePickerControls: typeof import('vuetify/components')['VDatePickerControls']
|
|
2828
|
+
VDatePickerHeader: typeof import('vuetify/components')['VDatePickerHeader']
|
|
2829
|
+
VDatePickerMonth: typeof import('vuetify/components')['VDatePickerMonth']
|
|
2830
|
+
VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
|
|
2831
|
+
VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
|
|
2832
|
+
VDialog: typeof import('vuetify/components')['VDialog']
|
|
2836
2833
|
VExpansionPanels: typeof import('vuetify/components')['VExpansionPanels']
|
|
2837
2834
|
VExpansionPanel: typeof import('vuetify/components')['VExpansionPanel']
|
|
2838
2835
|
VExpansionPanelText: typeof import('vuetify/components')['VExpansionPanelText']
|
|
2839
2836
|
VExpansionPanelTitle: typeof import('vuetify/components')['VExpansionPanelTitle']
|
|
2837
|
+
VDivider: typeof import('vuetify/components')['VDivider']
|
|
2838
|
+
VEmptyState: typeof import('vuetify/components')['VEmptyState']
|
|
2839
|
+
VFab: typeof import('vuetify/components')['VFab']
|
|
2840
2840
|
VFileInput: typeof import('vuetify/components')['VFileInput']
|
|
2841
2841
|
VField: typeof import('vuetify/components')['VField']
|
|
2842
2842
|
VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
|
|
2843
|
-
VFooter: typeof import('vuetify/components')['VFooter']
|
|
2844
2843
|
VHotkey: typeof import('vuetify/components')['VHotkey']
|
|
2845
|
-
|
|
2844
|
+
VFooter: typeof import('vuetify/components')['VFooter']
|
|
2846
2845
|
VIcon: typeof import('vuetify/components')['VIcon']
|
|
2847
2846
|
VComponentIcon: typeof import('vuetify/components')['VComponentIcon']
|
|
2848
2847
|
VSvgIcon: typeof import('vuetify/components')['VSvgIcon']
|
|
2849
2848
|
VLigatureIcon: typeof import('vuetify/components')['VLigatureIcon']
|
|
2850
2849
|
VClassIcon: typeof import('vuetify/components')['VClassIcon']
|
|
2850
|
+
VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
|
|
2851
2851
|
VImg: typeof import('vuetify/components')['VImg']
|
|
2852
2852
|
VItemGroup: typeof import('vuetify/components')['VItemGroup']
|
|
2853
2853
|
VItem: typeof import('vuetify/components')['VItem']
|
|
2854
|
+
VLabel: typeof import('vuetify/components')['VLabel']
|
|
2855
|
+
VMain: typeof import('vuetify/components')['VMain']
|
|
2854
2856
|
VInput: typeof import('vuetify/components')['VInput']
|
|
2855
2857
|
VList: typeof import('vuetify/components')['VList']
|
|
2856
2858
|
VListGroup: typeof import('vuetify/components')['VListGroup']
|
|
@@ -2861,46 +2863,44 @@ declare module 'vue' {
|
|
|
2861
2863
|
VListItemSubtitle: typeof import('vuetify/components')['VListItemSubtitle']
|
|
2862
2864
|
VListItemTitle: typeof import('vuetify/components')['VListItemTitle']
|
|
2863
2865
|
VListSubheader: typeof import('vuetify/components')['VListSubheader']
|
|
2864
|
-
VKbd: typeof import('vuetify/components')['VKbd']
|
|
2865
|
-
VLabel: typeof import('vuetify/components')['VLabel']
|
|
2866
2866
|
VMenu: typeof import('vuetify/components')['VMenu']
|
|
2867
|
+
VKbd: typeof import('vuetify/components')['VKbd']
|
|
2867
2868
|
VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
|
|
2868
|
-
|
|
2869
|
+
VOverlay: typeof import('vuetify/components')['VOverlay']
|
|
2869
2870
|
VMessages: typeof import('vuetify/components')['VMessages']
|
|
2870
|
-
VNumberInput: typeof import('vuetify/components')['VNumberInput']
|
|
2871
2871
|
VOtpInput: typeof import('vuetify/components')['VOtpInput']
|
|
2872
|
+
VNumberInput: typeof import('vuetify/components')['VNumberInput']
|
|
2872
2873
|
VPagination: typeof import('vuetify/components')['VPagination']
|
|
2873
|
-
VOverlay: typeof import('vuetify/components')['VOverlay']
|
|
2874
2874
|
VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
|
|
2875
|
-
|
|
2875
|
+
VRating: typeof import('vuetify/components')['VRating']
|
|
2876
2876
|
VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
|
|
2877
|
-
VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
|
|
2878
2877
|
VSelect: typeof import('vuetify/components')['VSelect']
|
|
2879
|
-
VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
|
|
2880
|
-
VRating: typeof import('vuetify/components')['VRating']
|
|
2881
2878
|
VSheet: typeof import('vuetify/components')['VSheet']
|
|
2882
|
-
|
|
2883
|
-
|
|
2879
|
+
VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
|
|
2880
|
+
VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
|
|
2884
2881
|
VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
|
|
2885
|
-
|
|
2886
|
-
VSlider: typeof import('vuetify/components')['VSlider']
|
|
2887
|
-
VSwitch: typeof import('vuetify/components')['VSwitch']
|
|
2882
|
+
VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
|
|
2888
2883
|
VStepper: typeof import('vuetify/components')['VStepper']
|
|
2889
2884
|
VStepperActions: typeof import('vuetify/components')['VStepperActions']
|
|
2890
2885
|
VStepperHeader: typeof import('vuetify/components')['VStepperHeader']
|
|
2891
2886
|
VStepperItem: typeof import('vuetify/components')['VStepperItem']
|
|
2892
2887
|
VStepperWindow: typeof import('vuetify/components')['VStepperWindow']
|
|
2893
2888
|
VStepperWindowItem: typeof import('vuetify/components')['VStepperWindowItem']
|
|
2889
|
+
VSlider: typeof import('vuetify/components')['VSlider']
|
|
2890
|
+
VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
|
|
2891
|
+
VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
|
|
2892
|
+
VSwitch: typeof import('vuetify/components')['VSwitch']
|
|
2894
2893
|
VSystemBar: typeof import('vuetify/components')['VSystemBar']
|
|
2895
|
-
|
|
2896
|
-
VTextarea: typeof import('vuetify/components')['VTextarea']
|
|
2894
|
+
VSnackbar: typeof import('vuetify/components')['VSnackbar']
|
|
2897
2895
|
VTab: typeof import('vuetify/components')['VTab']
|
|
2898
2896
|
VTabs: typeof import('vuetify/components')['VTabs']
|
|
2899
2897
|
VTabsWindow: typeof import('vuetify/components')['VTabsWindow']
|
|
2900
2898
|
VTabsWindowItem: typeof import('vuetify/components')['VTabsWindowItem']
|
|
2901
|
-
|
|
2902
|
-
|
|
2903
|
-
|
|
2899
|
+
VTable: typeof import('vuetify/components')['VTable']
|
|
2900
|
+
VToolbar: typeof import('vuetify/components')['VToolbar']
|
|
2901
|
+
VToolbarTitle: typeof import('vuetify/components')['VToolbarTitle']
|
|
2902
|
+
VToolbarItems: typeof import('vuetify/components')['VToolbarItems']
|
|
2903
|
+
VTextarea: typeof import('vuetify/components')['VTextarea']
|
|
2904
2904
|
VTextField: typeof import('vuetify/components')['VTextField']
|
|
2905
2905
|
VTimeline: typeof import('vuetify/components')['VTimeline']
|
|
2906
2906
|
VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
|
|
@@ -2908,13 +2908,13 @@ declare module 'vue' {
|
|
|
2908
2908
|
VTreeviewItem: typeof import('vuetify/components')['VTreeviewItem']
|
|
2909
2909
|
VTreeviewGroup: typeof import('vuetify/components')['VTreeviewGroup']
|
|
2910
2910
|
VTooltip: typeof import('vuetify/components')['VTooltip']
|
|
2911
|
-
|
|
2912
|
-
|
|
2913
|
-
|
|
2911
|
+
VTimePicker: typeof import('vuetify/components')['VTimePicker']
|
|
2912
|
+
VTimePickerClock: typeof import('vuetify/components')['VTimePickerClock']
|
|
2913
|
+
VTimePickerControls: typeof import('vuetify/components')['VTimePickerControls']
|
|
2914
2914
|
VWindow: typeof import('vuetify/components')['VWindow']
|
|
2915
2915
|
VWindowItem: typeof import('vuetify/components')['VWindowItem']
|
|
2916
|
-
VConfirmEdit: typeof import('vuetify/components')['VConfirmEdit']
|
|
2917
2916
|
VDataIterator: typeof import('vuetify/components')['VDataIterator']
|
|
2917
|
+
VConfirmEdit: typeof import('vuetify/components')['VConfirmEdit']
|
|
2918
2918
|
VDefaultsProvider: typeof import('vuetify/components')['VDefaultsProvider']
|
|
2919
2919
|
VForm: typeof import('vuetify/components')['VForm']
|
|
2920
2920
|
VContainer: typeof import('vuetify/components')['VContainer']
|
|
@@ -2922,20 +2922,21 @@ declare module 'vue' {
|
|
|
2922
2922
|
VRow: typeof import('vuetify/components')['VRow']
|
|
2923
2923
|
VSpacer: typeof import('vuetify/components')['VSpacer']
|
|
2924
2924
|
VHover: typeof import('vuetify/components')['VHover']
|
|
2925
|
-
VLazy: typeof import('vuetify/components')['VLazy']
|
|
2926
2925
|
VLayout: typeof import('vuetify/components')['VLayout']
|
|
2927
2926
|
VLayoutItem: typeof import('vuetify/components')['VLayoutItem']
|
|
2927
|
+
VLazy: typeof import('vuetify/components')['VLazy']
|
|
2928
2928
|
VLocaleProvider: typeof import('vuetify/components')['VLocaleProvider']
|
|
2929
2929
|
VNoSsr: typeof import('vuetify/components')['VNoSsr']
|
|
2930
|
-
VParallax: typeof import('vuetify/components')['VParallax']
|
|
2931
2930
|
VRadio: typeof import('vuetify/components')['VRadio']
|
|
2932
|
-
|
|
2931
|
+
VParallax: typeof import('vuetify/components')['VParallax']
|
|
2933
2932
|
VRangeSlider: typeof import('vuetify/components')['VRangeSlider']
|
|
2934
|
-
|
|
2933
|
+
VResponsive: typeof import('vuetify/components')['VResponsive']
|
|
2935
2934
|
VSpeedDial: typeof import('vuetify/components')['VSpeedDial']
|
|
2935
|
+
VSnackbarQueue: typeof import('vuetify/components')['VSnackbarQueue']
|
|
2936
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']
|
|
2939
2940
|
VFabTransition: typeof import('vuetify/components')['VFabTransition']
|
|
2940
2941
|
VDialogBottomTransition: typeof import('vuetify/components')['VDialogBottomTransition']
|
|
2941
2942
|
VDialogTopTransition: typeof import('vuetify/components')['VDialogTopTransition']
|
|
@@ -2952,28 +2953,27 @@ declare module 'vue' {
|
|
|
2952
2953
|
VExpandTransition: typeof import('vuetify/components')['VExpandTransition']
|
|
2953
2954
|
VExpandXTransition: typeof import('vuetify/components')['VExpandXTransition']
|
|
2954
2955
|
VDialogTransition: typeof import('vuetify/components')['VDialogTransition']
|
|
2955
|
-
|
|
2956
|
-
VColorInput: typeof import('vuetify/labs/components')['VColorInput']
|
|
2956
|
+
VAvatarGroup: typeof import('vuetify/labs/components')['VAvatarGroup']
|
|
2957
2957
|
VCommandPalette: typeof import('vuetify/labs/components')['VCommandPalette']
|
|
2958
2958
|
VCommandPaletteItemComponent: typeof import('vuetify/labs/components')['VCommandPaletteItemComponent']
|
|
2959
|
-
|
|
2959
|
+
VColorInput: typeof import('vuetify/labs/components')['VColorInput']
|
|
2960
2960
|
VFileUpload: typeof import('vuetify/labs/components')['VFileUpload']
|
|
2961
2961
|
VFileUploadItem: typeof import('vuetify/labs/components')['VFileUploadItem']
|
|
2962
|
-
|
|
2963
|
-
|
|
2964
|
-
VStepperVerticalActions: typeof import('vuetify/labs/components')['VStepperVerticalActions']
|
|
2965
|
-
VIconBtn: typeof import('vuetify/labs/components')['VIconBtn']
|
|
2962
|
+
VPicker: typeof import('vuetify/labs/components')['VPicker']
|
|
2963
|
+
VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
|
|
2966
2964
|
VPie: typeof import('vuetify/labs/components')['VPie']
|
|
2967
2965
|
VPieSegment: typeof import('vuetify/labs/components')['VPieSegment']
|
|
2968
2966
|
VPieTooltip: typeof import('vuetify/labs/components')['VPieTooltip']
|
|
2969
|
-
VPicker: typeof import('vuetify/labs/components')['VPicker']
|
|
2970
|
-
VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
|
|
2971
2967
|
VVideo: typeof import('vuetify/labs/components')['VVideo']
|
|
2972
2968
|
VVideoControls: typeof import('vuetify/labs/components')['VVideoControls']
|
|
2973
2969
|
VVideoVolume: typeof import('vuetify/labs/components')['VVideoVolume']
|
|
2974
|
-
|
|
2975
|
-
|
|
2970
|
+
VStepperVertical: typeof import('vuetify/labs/components')['VStepperVertical']
|
|
2971
|
+
VStepperVerticalItem: typeof import('vuetify/labs/components')['VStepperVerticalItem']
|
|
2972
|
+
VStepperVerticalActions: typeof import('vuetify/labs/components')['VStepperVerticalActions']
|
|
2973
|
+
VIconBtn: typeof import('vuetify/labs/components')['VIconBtn']
|
|
2976
2974
|
VDateInput: typeof import('vuetify/labs/components')['VDateInput']
|
|
2975
|
+
VMaskInput: typeof import('vuetify/labs/components')['VMaskInput']
|
|
2976
|
+
VPullToRefresh: typeof import('vuetify/labs/components')['VPullToRefresh']
|
|
2977
2977
|
}
|
|
2978
2978
|
export interface GlobalDirectives {
|
|
2979
2979
|
vClickOutside: typeof import('vuetify/directives')['ClickOutside']
|
package/lib/framework.js
CHANGED