@vuetify/nightly 3.10.9-dev.2025-11-06 → 3.10.9-dev.2025-11-09
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 +5 -3
- package/dist/json/attributes.json +1208 -1208
- package/dist/json/importMap-labs.json +14 -14
- package/dist/json/importMap.json +164 -164
- package/dist/json/web-types.json +2146 -2146
- package/dist/vuetify-labs.cjs +31 -13
- package/dist/vuetify-labs.css +4023 -4016
- package/dist/vuetify-labs.d.ts +59 -59
- package/dist/vuetify-labs.esm.js +31 -13
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +31 -13
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.cjs +31 -13
- package/dist/vuetify.cjs.map +1 -1
- package/dist/vuetify.css +2750 -2743
- package/dist/vuetify.d.ts +59 -59
- package/dist/vuetify.esm.js +31 -13
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +31 -13
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +17 -16
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VCombobox/VCombobox.js +25 -9
- package/lib/components/VCombobox/VCombobox.js.map +1 -1
- package/lib/components/VInfiniteScroll/VInfiniteScroll.css +7 -0
- package/lib/components/VInfiniteScroll/VInfiniteScroll.js +3 -1
- package/lib/components/VInfiniteScroll/VInfiniteScroll.js.map +1 -1
- package/lib/components/VInfiniteScroll/VInfiniteScroll.sass +10 -0
- package/lib/entry-bundler.js +1 -1
- package/lib/framework.d.ts +59 -59
- package/lib/framework.js +1 -1
- package/package.json +1 -1
package/lib/framework.d.ts
CHANGED
|
@@ -2741,48 +2741,41 @@ declare module 'vue' {
|
|
|
2741
2741
|
$children?: VNodeChild
|
|
2742
2742
|
}
|
|
2743
2743
|
export interface GlobalComponents {
|
|
2744
|
-
VApp: typeof import('vuetify/components')['VApp']
|
|
2745
|
-
VAvatar: typeof import('vuetify/components')['VAvatar']
|
|
2746
|
-
VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
|
|
2747
|
-
VBadge: typeof import('vuetify/components')['VBadge']
|
|
2748
2744
|
VAppBar: typeof import('vuetify/components')['VAppBar']
|
|
2749
2745
|
VAppBarNavIcon: typeof import('vuetify/components')['VAppBarNavIcon']
|
|
2750
2746
|
VAppBarTitle: typeof import('vuetify/components')['VAppBarTitle']
|
|
2747
|
+
VAvatar: typeof import('vuetify/components')['VAvatar']
|
|
2748
|
+
VApp: typeof import('vuetify/components')['VApp']
|
|
2751
2749
|
VAlert: typeof import('vuetify/components')['VAlert']
|
|
2752
2750
|
VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
|
|
2753
2751
|
VBanner: typeof import('vuetify/components')['VBanner']
|
|
2754
2752
|
VBannerActions: typeof import('vuetify/components')['VBannerActions']
|
|
2755
2753
|
VBannerText: typeof import('vuetify/components')['VBannerText']
|
|
2756
|
-
|
|
2754
|
+
VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
|
|
2755
|
+
VBadge: typeof import('vuetify/components')['VBadge']
|
|
2756
|
+
VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
|
|
2757
2757
|
VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
|
|
2758
2758
|
VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
|
|
2759
2759
|
VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
|
|
2760
|
-
|
|
2761
|
-
VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
|
|
2760
|
+
VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
|
|
2762
2761
|
VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
|
|
2763
2762
|
VBtn: typeof import('vuetify/components')['VBtn']
|
|
2764
|
-
|
|
2765
|
-
|
|
2763
|
+
VCarousel: typeof import('vuetify/components')['VCarousel']
|
|
2764
|
+
VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
|
|
2766
2765
|
VCard: typeof import('vuetify/components')['VCard']
|
|
2767
2766
|
VCardActions: typeof import('vuetify/components')['VCardActions']
|
|
2768
2767
|
VCardItem: typeof import('vuetify/components')['VCardItem']
|
|
2769
2768
|
VCardSubtitle: typeof import('vuetify/components')['VCardSubtitle']
|
|
2770
2769
|
VCardText: typeof import('vuetify/components')['VCardText']
|
|
2771
2770
|
VCardTitle: typeof import('vuetify/components')['VCardTitle']
|
|
2772
|
-
|
|
2773
|
-
|
|
2771
|
+
VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
|
|
2772
|
+
VColorPicker: typeof import('vuetify/components')['VColorPicker']
|
|
2773
|
+
VCheckbox: typeof import('vuetify/components')['VCheckbox']
|
|
2774
|
+
VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
|
|
2774
2775
|
VChipGroup: typeof import('vuetify/components')['VChipGroup']
|
|
2775
2776
|
VChip: typeof import('vuetify/components')['VChip']
|
|
2776
|
-
VCombobox: typeof import('vuetify/components')['VCombobox']
|
|
2777
|
-
VColorPicker: typeof import('vuetify/components')['VColorPicker']
|
|
2778
|
-
VCode: typeof import('vuetify/components')['VCode']
|
|
2779
2777
|
VCounter: typeof import('vuetify/components')['VCounter']
|
|
2780
|
-
|
|
2781
|
-
VDatePickerControls: typeof import('vuetify/components')['VDatePickerControls']
|
|
2782
|
-
VDatePickerHeader: typeof import('vuetify/components')['VDatePickerHeader']
|
|
2783
|
-
VDatePickerMonth: typeof import('vuetify/components')['VDatePickerMonth']
|
|
2784
|
-
VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
|
|
2785
|
-
VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
|
|
2778
|
+
VCode: typeof import('vuetify/components')['VCode']
|
|
2786
2779
|
VDataTable: typeof import('vuetify/components')['VDataTable']
|
|
2787
2780
|
VDataTableHeaders: typeof import('vuetify/components')['VDataTableHeaders']
|
|
2788
2781
|
VDataTableFooter: typeof import('vuetify/components')['VDataTableFooter']
|
|
@@ -2790,31 +2783,38 @@ declare module 'vue' {
|
|
|
2790
2783
|
VDataTableRow: typeof import('vuetify/components')['VDataTableRow']
|
|
2791
2784
|
VDataTableVirtual: typeof import('vuetify/components')['VDataTableVirtual']
|
|
2792
2785
|
VDataTableServer: typeof import('vuetify/components')['VDataTableServer']
|
|
2786
|
+
VCombobox: typeof import('vuetify/components')['VCombobox']
|
|
2793
2787
|
VDivider: typeof import('vuetify/components')['VDivider']
|
|
2794
|
-
|
|
2795
|
-
VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
|
|
2788
|
+
VEmptyState: typeof import('vuetify/components')['VEmptyState']
|
|
2796
2789
|
VExpansionPanels: typeof import('vuetify/components')['VExpansionPanels']
|
|
2797
2790
|
VExpansionPanel: typeof import('vuetify/components')['VExpansionPanel']
|
|
2798
2791
|
VExpansionPanelText: typeof import('vuetify/components')['VExpansionPanelText']
|
|
2799
2792
|
VExpansionPanelTitle: typeof import('vuetify/components')['VExpansionPanelTitle']
|
|
2793
|
+
VDatePicker: typeof import('vuetify/components')['VDatePicker']
|
|
2794
|
+
VDatePickerControls: typeof import('vuetify/components')['VDatePickerControls']
|
|
2795
|
+
VDatePickerHeader: typeof import('vuetify/components')['VDatePickerHeader']
|
|
2796
|
+
VDatePickerMonth: typeof import('vuetify/components')['VDatePickerMonth']
|
|
2797
|
+
VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
|
|
2798
|
+
VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
|
|
2800
2799
|
VDialog: typeof import('vuetify/components')['VDialog']
|
|
2801
|
-
VFileInput: typeof import('vuetify/components')['VFileInput']
|
|
2802
|
-
VEmptyState: typeof import('vuetify/components')['VEmptyState']
|
|
2803
|
-
VFooter: typeof import('vuetify/components')['VFooter']
|
|
2804
|
-
VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
|
|
2805
2800
|
VFab: typeof import('vuetify/components')['VFab']
|
|
2801
|
+
VField: typeof import('vuetify/components')['VField']
|
|
2802
|
+
VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
|
|
2803
|
+
VFooter: typeof import('vuetify/components')['VFooter']
|
|
2806
2804
|
VIcon: typeof import('vuetify/components')['VIcon']
|
|
2807
2805
|
VComponentIcon: typeof import('vuetify/components')['VComponentIcon']
|
|
2808
2806
|
VSvgIcon: typeof import('vuetify/components')['VSvgIcon']
|
|
2809
2807
|
VLigatureIcon: typeof import('vuetify/components')['VLigatureIcon']
|
|
2810
2808
|
VClassIcon: typeof import('vuetify/components')['VClassIcon']
|
|
2811
|
-
|
|
2809
|
+
VFileInput: typeof import('vuetify/components')['VFileInput']
|
|
2812
2810
|
VImg: typeof import('vuetify/components')['VImg']
|
|
2813
|
-
VKbd: typeof import('vuetify/components')['VKbd']
|
|
2814
2811
|
VItemGroup: typeof import('vuetify/components')['VItemGroup']
|
|
2815
2812
|
VItem: typeof import('vuetify/components')['VItem']
|
|
2816
2813
|
VInput: typeof import('vuetify/components')['VInput']
|
|
2817
|
-
|
|
2814
|
+
VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
|
|
2815
|
+
VKbd: typeof import('vuetify/components')['VKbd']
|
|
2816
|
+
VLabel: typeof import('vuetify/components')['VLabel']
|
|
2817
|
+
VMenu: typeof import('vuetify/components')['VMenu']
|
|
2818
2818
|
VList: typeof import('vuetify/components')['VList']
|
|
2819
2819
|
VListGroup: typeof import('vuetify/components')['VListGroup']
|
|
2820
2820
|
VListImg: typeof import('vuetify/components')['VListImg']
|
|
@@ -2824,33 +2824,33 @@ declare module 'vue' {
|
|
|
2824
2824
|
VListItemSubtitle: typeof import('vuetify/components')['VListItemSubtitle']
|
|
2825
2825
|
VListItemTitle: typeof import('vuetify/components')['VListItemTitle']
|
|
2826
2826
|
VListSubheader: typeof import('vuetify/components')['VListSubheader']
|
|
2827
|
-
|
|
2828
|
-
VMessages: typeof import('vuetify/components')['VMessages']
|
|
2827
|
+
VMain: typeof import('vuetify/components')['VMain']
|
|
2829
2828
|
VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
|
|
2829
|
+
VMessages: typeof import('vuetify/components')['VMessages']
|
|
2830
2830
|
VNumberInput: typeof import('vuetify/components')['VNumberInput']
|
|
2831
2831
|
VOtpInput: typeof import('vuetify/components')['VOtpInput']
|
|
2832
2832
|
VPagination: typeof import('vuetify/components')['VPagination']
|
|
2833
|
-
|
|
2834
|
-
VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
|
|
2833
|
+
VOverlay: typeof import('vuetify/components')['VOverlay']
|
|
2835
2834
|
VRating: typeof import('vuetify/components')['VRating']
|
|
2835
|
+
VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
|
|
2836
|
+
VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
|
|
2836
2837
|
VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
|
|
2837
|
-
VOverlay: typeof import('vuetify/components')['VOverlay']
|
|
2838
|
-
VSelect: typeof import('vuetify/components')['VSelect']
|
|
2839
2838
|
VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
|
|
2839
|
+
VSelect: typeof import('vuetify/components')['VSelect']
|
|
2840
|
+
VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
|
|
2840
2841
|
VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
|
|
2842
|
+
VSlider: typeof import('vuetify/components')['VSlider']
|
|
2843
|
+
VSystemBar: typeof import('vuetify/components')['VSystemBar']
|
|
2844
|
+
VSnackbar: typeof import('vuetify/components')['VSnackbar']
|
|
2841
2845
|
VSheet: typeof import('vuetify/components')['VSheet']
|
|
2842
|
-
VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
|
|
2843
|
-
VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
|
|
2844
|
-
VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
|
|
2845
2846
|
VStepper: typeof import('vuetify/components')['VStepper']
|
|
2846
2847
|
VStepperActions: typeof import('vuetify/components')['VStepperActions']
|
|
2847
2848
|
VStepperHeader: typeof import('vuetify/components')['VStepperHeader']
|
|
2848
2849
|
VStepperItem: typeof import('vuetify/components')['VStepperItem']
|
|
2849
2850
|
VStepperWindow: typeof import('vuetify/components')['VStepperWindow']
|
|
2850
2851
|
VStepperWindowItem: typeof import('vuetify/components')['VStepperWindowItem']
|
|
2851
|
-
|
|
2852
|
-
|
|
2853
|
-
VSystemBar: typeof import('vuetify/components')['VSystemBar']
|
|
2852
|
+
VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
|
|
2853
|
+
VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
|
|
2854
2854
|
VSwitch: typeof import('vuetify/components')['VSwitch']
|
|
2855
2855
|
VTextarea: typeof import('vuetify/components')['VTextarea']
|
|
2856
2856
|
VTab: typeof import('vuetify/components')['VTab']
|
|
@@ -2858,24 +2858,24 @@ declare module 'vue' {
|
|
|
2858
2858
|
VTabsWindow: typeof import('vuetify/components')['VTabsWindow']
|
|
2859
2859
|
VTabsWindowItem: typeof import('vuetify/components')['VTabsWindowItem']
|
|
2860
2860
|
VTable: typeof import('vuetify/components')['VTable']
|
|
2861
|
-
|
|
2862
|
-
|
|
2863
|
-
|
|
2864
|
-
VTimePickerControls: typeof import('vuetify/components')['VTimePickerControls']
|
|
2861
|
+
VToolbar: typeof import('vuetify/components')['VToolbar']
|
|
2862
|
+
VToolbarTitle: typeof import('vuetify/components')['VToolbarTitle']
|
|
2863
|
+
VToolbarItems: typeof import('vuetify/components')['VToolbarItems']
|
|
2865
2864
|
VTimeline: typeof import('vuetify/components')['VTimeline']
|
|
2866
2865
|
VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
|
|
2867
|
-
|
|
2866
|
+
VTextField: typeof import('vuetify/components')['VTextField']
|
|
2868
2867
|
VTreeview: typeof import('vuetify/components')['VTreeview']
|
|
2869
2868
|
VTreeviewItem: typeof import('vuetify/components')['VTreeviewItem']
|
|
2870
2869
|
VTreeviewGroup: typeof import('vuetify/components')['VTreeviewGroup']
|
|
2870
|
+
VTimePicker: typeof import('vuetify/components')['VTimePicker']
|
|
2871
|
+
VTimePickerClock: typeof import('vuetify/components')['VTimePickerClock']
|
|
2872
|
+
VTimePickerControls: typeof import('vuetify/components')['VTimePickerControls']
|
|
2871
2873
|
VWindow: typeof import('vuetify/components')['VWindow']
|
|
2872
2874
|
VWindowItem: typeof import('vuetify/components')['VWindowItem']
|
|
2873
|
-
|
|
2874
|
-
VToolbarTitle: typeof import('vuetify/components')['VToolbarTitle']
|
|
2875
|
-
VToolbarItems: typeof import('vuetify/components')['VToolbarItems']
|
|
2875
|
+
VTooltip: typeof import('vuetify/components')['VTooltip']
|
|
2876
2876
|
VConfirmEdit: typeof import('vuetify/components')['VConfirmEdit']
|
|
2877
|
-
VDefaultsProvider: typeof import('vuetify/components')['VDefaultsProvider']
|
|
2878
2877
|
VDataIterator: typeof import('vuetify/components')['VDataIterator']
|
|
2878
|
+
VDefaultsProvider: typeof import('vuetify/components')['VDefaultsProvider']
|
|
2879
2879
|
VForm: typeof import('vuetify/components')['VForm']
|
|
2880
2880
|
VHover: typeof import('vuetify/components')['VHover']
|
|
2881
2881
|
VContainer: typeof import('vuetify/components')['VContainer']
|
|
@@ -2884,19 +2884,16 @@ declare module 'vue' {
|
|
|
2884
2884
|
VSpacer: typeof import('vuetify/components')['VSpacer']
|
|
2885
2885
|
VLayout: typeof import('vuetify/components')['VLayout']
|
|
2886
2886
|
VLayoutItem: typeof import('vuetify/components')['VLayoutItem']
|
|
2887
|
-
VLocaleProvider: typeof import('vuetify/components')['VLocaleProvider']
|
|
2888
2887
|
VLazy: typeof import('vuetify/components')['VLazy']
|
|
2888
|
+
VLocaleProvider: typeof import('vuetify/components')['VLocaleProvider']
|
|
2889
2889
|
VNoSsr: typeof import('vuetify/components')['VNoSsr']
|
|
2890
2890
|
VParallax: typeof import('vuetify/components')['VParallax']
|
|
2891
2891
|
VRadio: typeof import('vuetify/components')['VRadio']
|
|
2892
2892
|
VRangeSlider: typeof import('vuetify/components')['VRangeSlider']
|
|
2893
2893
|
VResponsive: typeof import('vuetify/components')['VResponsive']
|
|
2894
|
-
VSnackbarQueue: typeof import('vuetify/components')['VSnackbarQueue']
|
|
2895
|
-
VSpeedDial: typeof import('vuetify/components')['VSpeedDial']
|
|
2896
2894
|
VSparkline: typeof import('vuetify/components')['VSparkline']
|
|
2895
|
+
VSpeedDial: typeof import('vuetify/components')['VSpeedDial']
|
|
2897
2896
|
VThemeProvider: typeof import('vuetify/components')['VThemeProvider']
|
|
2898
|
-
VValidation: typeof import('vuetify/components')['VValidation']
|
|
2899
|
-
VVirtualScroll: typeof import('vuetify/components')['VVirtualScroll']
|
|
2900
2897
|
VFabTransition: typeof import('vuetify/components')['VFabTransition']
|
|
2901
2898
|
VDialogBottomTransition: typeof import('vuetify/components')['VDialogBottomTransition']
|
|
2902
2899
|
VDialogTopTransition: typeof import('vuetify/components')['VDialogTopTransition']
|
|
@@ -2913,16 +2910,19 @@ declare module 'vue' {
|
|
|
2913
2910
|
VExpandTransition: typeof import('vuetify/components')['VExpandTransition']
|
|
2914
2911
|
VExpandXTransition: typeof import('vuetify/components')['VExpandXTransition']
|
|
2915
2912
|
VDialogTransition: typeof import('vuetify/components')['VDialogTransition']
|
|
2916
|
-
|
|
2913
|
+
VValidation: typeof import('vuetify/components')['VValidation']
|
|
2914
|
+
VVirtualScroll: typeof import('vuetify/components')['VVirtualScroll']
|
|
2915
|
+
VSnackbarQueue: typeof import('vuetify/components')['VSnackbarQueue']
|
|
2916
|
+
VColorInput: typeof import('vuetify/labs/components')['VColorInput']
|
|
2917
2917
|
VFileUpload: typeof import('vuetify/labs/components')['VFileUpload']
|
|
2918
2918
|
VFileUploadItem: typeof import('vuetify/labs/components')['VFileUploadItem']
|
|
2919
|
-
VColorInput: typeof import('vuetify/labs/components')['VColorInput']
|
|
2920
|
-
VPicker: typeof import('vuetify/labs/components')['VPicker']
|
|
2921
|
-
VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
|
|
2922
2919
|
VIconBtn: typeof import('vuetify/labs/components')['VIconBtn']
|
|
2920
|
+
VCalendar: typeof import('vuetify/labs/components')['VCalendar']
|
|
2923
2921
|
VPie: typeof import('vuetify/labs/components')['VPie']
|
|
2924
2922
|
VPieSegment: typeof import('vuetify/labs/components')['VPieSegment']
|
|
2925
2923
|
VPieTooltip: typeof import('vuetify/labs/components')['VPieTooltip']
|
|
2924
|
+
VPicker: typeof import('vuetify/labs/components')['VPicker']
|
|
2925
|
+
VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
|
|
2926
2926
|
VVideo: typeof import('vuetify/labs/components')['VVideo']
|
|
2927
2927
|
VVideoControls: typeof import('vuetify/labs/components')['VVideoControls']
|
|
2928
2928
|
VVideoVolume: typeof import('vuetify/labs/components')['VVideoVolume']
|
package/lib/framework.js
CHANGED