@vuetify/nightly 3.11.6-dev.2025-12-30 → 3.11.6-dev.2026-01-02
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 +4 -3
- package/dist/json/attributes.json +3333 -3333
- package/dist/json/importMap-labs.json +12 -12
- package/dist/json/importMap.json +166 -166
- package/dist/json/web-types.json +6128 -6128
- package/dist/vuetify-labs.cjs +3 -3
- package/dist/vuetify-labs.css +3896 -3896
- package/dist/vuetify-labs.d.ts +60 -60
- package/dist/vuetify-labs.esm.js +3 -3
- package/dist/vuetify-labs.js +3 -3
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.cjs +3 -3
- package/dist/vuetify.css +3012 -3012
- package/dist/vuetify.d.ts +60 -60
- package/dist/vuetify.esm.js +3 -3
- package/dist/vuetify.js +3 -3
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +3 -3
- package/lib/entry-bundler.js +1 -1
- package/lib/framework.d.ts +60 -60
- package/lib/framework.js +1 -1
- package/package.json +1 -1
package/dist/vuetify.min.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* Vuetify v3.11.6-dev.
|
|
2
|
+
* Vuetify v3.11.6-dev.2026-01-02
|
|
3
3
|
* Forged by John Leider
|
|
4
4
|
* Released under the MIT License.
|
|
5
5
|
*/
|
|
@@ -2871,8 +2871,8 @@ if(m.run(()=>{l.install(u)}),u.onUnmount(()=>m.stop()),u.provide(gt,e),u.provide
|
|
|
2871
2871
|
else{const{mount:e}=u
|
|
2872
2872
|
u.mount=function(){const l=e(...arguments)
|
|
2873
2873
|
return t.nextTick(()=>a.update()),u.mount=e,l}}("boolean"!=typeof __VUE_OPTIONS_API__||__VUE_OPTIONS_API__)&&u.mixin({computed:{$vuetify(){return t.reactive({defaults:Yg.call(this,gt),display:Yg.call(this,No),theme:Yg.call(this,ha),icons:Yg.call(this,Ft),locale:Yg.call(this,va),date:Yg.call(this,Cu)})}}})},unmount:function(){u.stop()},defaults:e,display:a,theme:l,icons:c,locale:d,date:v,goTo:p}})}function Yg(e){const t=this.$,a=t.parent?.provides??t.vnode.appContext?.provides
|
|
2874
|
-
if(a&&e in a)return a[e]}Wg.version="3.11.6-dev.
|
|
2875
|
-
const Ug=function(){return Wg({components:Dg,directives:jg,...arguments.length>0&&void 0!==arguments[0]?arguments[0]:{}})},Gg="3.11.6-dev.
|
|
2874
|
+
if(a&&e in a)return a[e]}Wg.version="3.11.6-dev.2026-01-02"
|
|
2875
|
+
const Ug=function(){return Wg({components:Dg,directives:jg,...arguments.length>0&&void 0!==arguments[0]?arguments[0]:{}})},Gg="3.11.6-dev.2026-01-02"
|
|
2876
2876
|
Ug.version=Gg,e.blueprints=Gt,e.components=Dg,e.createVuetify=Ug,e.directives=jg,e.useDate=_u,e.useDefaults=function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=arguments.length>1?arguments[1]:void 0
|
|
2877
2877
|
const{props:a,provideSubDefaults:l}=bt(e,t)
|
|
2878
2878
|
return l(),a},e.useDisplay=Ro,e.useGoTo=Mo,e.useHotkey=function(e,a){let l=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{}
|
package/lib/entry-bundler.js
CHANGED
|
@@ -16,7 +16,7 @@ export const createVuetify = function () {
|
|
|
16
16
|
...options
|
|
17
17
|
});
|
|
18
18
|
};
|
|
19
|
-
export const version = "3.11.6-dev.
|
|
19
|
+
export const version = "3.11.6-dev.2026-01-02";
|
|
20
20
|
createVuetify.version = version;
|
|
21
21
|
export { blueprints, components, directives };
|
|
22
22
|
export * from "./composables/index.js";
|
package/lib/framework.d.ts
CHANGED
|
@@ -2779,50 +2779,43 @@ declare module 'vue' {
|
|
|
2779
2779
|
$children?: VNodeChild
|
|
2780
2780
|
}
|
|
2781
2781
|
export interface GlobalComponents {
|
|
2782
|
-
VAlert: typeof import('vuetify/components')['VAlert']
|
|
2783
|
-
VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
|
|
2784
|
-
VApp: typeof import('vuetify/components')['VApp']
|
|
2785
2782
|
VAppBar: typeof import('vuetify/components')['VAppBar']
|
|
2786
2783
|
VAppBarNavIcon: typeof import('vuetify/components')['VAppBarNavIcon']
|
|
2787
2784
|
VAppBarTitle: typeof import('vuetify/components')['VAppBarTitle']
|
|
2788
2785
|
VAvatar: typeof import('vuetify/components')['VAvatar']
|
|
2786
|
+
VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
|
|
2787
|
+
VAlert: typeof import('vuetify/components')['VAlert']
|
|
2788
|
+
VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
|
|
2789
2789
|
VBanner: typeof import('vuetify/components')['VBanner']
|
|
2790
2790
|
VBannerActions: typeof import('vuetify/components')['VBannerActions']
|
|
2791
2791
|
VBannerText: typeof import('vuetify/components')['VBannerText']
|
|
2792
|
-
|
|
2793
|
-
|
|
2794
|
-
VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
|
|
2792
|
+
VBtn: typeof import('vuetify/components')['VBtn']
|
|
2793
|
+
VApp: typeof import('vuetify/components')['VApp']
|
|
2795
2794
|
VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
|
|
2796
2795
|
VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
|
|
2797
2796
|
VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
|
|
2798
|
-
|
|
2799
|
-
VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
|
|
2797
|
+
VBadge: typeof import('vuetify/components')['VBadge']
|
|
2800
2798
|
VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
|
|
2799
|
+
VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
|
|
2800
|
+
VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
|
|
2801
2801
|
VCard: typeof import('vuetify/components')['VCard']
|
|
2802
2802
|
VCardActions: typeof import('vuetify/components')['VCardActions']
|
|
2803
2803
|
VCardItem: typeof import('vuetify/components')['VCardItem']
|
|
2804
2804
|
VCardSubtitle: typeof import('vuetify/components')['VCardSubtitle']
|
|
2805
2805
|
VCardText: typeof import('vuetify/components')['VCardText']
|
|
2806
2806
|
VCardTitle: typeof import('vuetify/components')['VCardTitle']
|
|
2807
|
-
VBtn: typeof import('vuetify/components')['VBtn']
|
|
2808
|
-
VCalendar: typeof import('vuetify/components')['VCalendar']
|
|
2809
2807
|
VCarousel: typeof import('vuetify/components')['VCarousel']
|
|
2810
2808
|
VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
|
|
2811
|
-
|
|
2812
|
-
|
|
2809
|
+
VChip: typeof import('vuetify/components')['VChip']
|
|
2810
|
+
VCode: typeof import('vuetify/components')['VCode']
|
|
2813
2811
|
VCheckbox: typeof import('vuetify/components')['VCheckbox']
|
|
2814
2812
|
VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
|
|
2815
|
-
|
|
2816
|
-
|
|
2817
|
-
|
|
2813
|
+
VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
|
|
2814
|
+
VChipGroup: typeof import('vuetify/components')['VChipGroup']
|
|
2815
|
+
VCombobox: typeof import('vuetify/components')['VCombobox']
|
|
2816
|
+
VCalendar: typeof import('vuetify/components')['VCalendar']
|
|
2818
2817
|
VColorPicker: typeof import('vuetify/components')['VColorPicker']
|
|
2819
|
-
|
|
2820
|
-
VDataTableHeaders: typeof import('vuetify/components')['VDataTableHeaders']
|
|
2821
|
-
VDataTableFooter: typeof import('vuetify/components')['VDataTableFooter']
|
|
2822
|
-
VDataTableRows: typeof import('vuetify/components')['VDataTableRows']
|
|
2823
|
-
VDataTableRow: typeof import('vuetify/components')['VDataTableRow']
|
|
2824
|
-
VDataTableVirtual: typeof import('vuetify/components')['VDataTableVirtual']
|
|
2825
|
-
VDataTableServer: typeof import('vuetify/components')['VDataTableServer']
|
|
2818
|
+
VCounter: typeof import('vuetify/components')['VCounter']
|
|
2826
2819
|
VDialog: typeof import('vuetify/components')['VDialog']
|
|
2827
2820
|
VDatePicker: typeof import('vuetify/components')['VDatePicker']
|
|
2828
2821
|
VDatePickerControls: typeof import('vuetify/components')['VDatePickerControls']
|
|
@@ -2830,31 +2823,36 @@ declare module 'vue' {
|
|
|
2830
2823
|
VDatePickerMonth: typeof import('vuetify/components')['VDatePickerMonth']
|
|
2831
2824
|
VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
|
|
2832
2825
|
VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
|
|
2833
|
-
|
|
2826
|
+
VDataTable: typeof import('vuetify/components')['VDataTable']
|
|
2827
|
+
VDataTableHeaders: typeof import('vuetify/components')['VDataTableHeaders']
|
|
2828
|
+
VDataTableFooter: typeof import('vuetify/components')['VDataTableFooter']
|
|
2829
|
+
VDataTableRows: typeof import('vuetify/components')['VDataTableRows']
|
|
2830
|
+
VDataTableRow: typeof import('vuetify/components')['VDataTableRow']
|
|
2831
|
+
VDataTableVirtual: typeof import('vuetify/components')['VDataTableVirtual']
|
|
2832
|
+
VDataTableServer: typeof import('vuetify/components')['VDataTableServer']
|
|
2833
|
+
VDivider: typeof import('vuetify/components')['VDivider']
|
|
2834
|
+
VField: typeof import('vuetify/components')['VField']
|
|
2835
|
+
VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
|
|
2834
2836
|
VExpansionPanels: typeof import('vuetify/components')['VExpansionPanels']
|
|
2835
2837
|
VExpansionPanel: typeof import('vuetify/components')['VExpansionPanel']
|
|
2836
2838
|
VExpansionPanelText: typeof import('vuetify/components')['VExpansionPanelText']
|
|
2837
2839
|
VExpansionPanelTitle: typeof import('vuetify/components')['VExpansionPanelTitle']
|
|
2838
|
-
|
|
2839
|
-
VFab: typeof import('vuetify/components')['VFab']
|
|
2840
|
+
VEmptyState: typeof import('vuetify/components')['VEmptyState']
|
|
2840
2841
|
VFileInput: typeof import('vuetify/components')['VFileInput']
|
|
2841
|
-
|
|
2842
|
-
VField: typeof import('vuetify/components')['VField']
|
|
2843
|
-
VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
|
|
2842
|
+
VFab: typeof import('vuetify/components')['VFab']
|
|
2844
2843
|
VImg: typeof import('vuetify/components')['VImg']
|
|
2844
|
+
VFooter: typeof import('vuetify/components')['VFooter']
|
|
2845
|
+
VHotkey: typeof import('vuetify/components')['VHotkey']
|
|
2845
2846
|
VIcon: typeof import('vuetify/components')['VIcon']
|
|
2846
2847
|
VComponentIcon: typeof import('vuetify/components')['VComponentIcon']
|
|
2847
2848
|
VSvgIcon: typeof import('vuetify/components')['VSvgIcon']
|
|
2848
2849
|
VLigatureIcon: typeof import('vuetify/components')['VLigatureIcon']
|
|
2849
2850
|
VClassIcon: typeof import('vuetify/components')['VClassIcon']
|
|
2850
|
-
|
|
2851
|
+
VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
|
|
2851
2852
|
VItemGroup: typeof import('vuetify/components')['VItemGroup']
|
|
2852
2853
|
VItem: typeof import('vuetify/components')['VItem']
|
|
2853
|
-
VHotkey: typeof import('vuetify/components')['VHotkey']
|
|
2854
|
-
VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
|
|
2855
2854
|
VKbd: typeof import('vuetify/components')['VKbd']
|
|
2856
|
-
|
|
2857
|
-
VLabel: typeof import('vuetify/components')['VLabel']
|
|
2855
|
+
VInput: typeof import('vuetify/components')['VInput']
|
|
2858
2856
|
VList: typeof import('vuetify/components')['VList']
|
|
2859
2857
|
VListGroup: typeof import('vuetify/components')['VListGroup']
|
|
2860
2858
|
VListImg: typeof import('vuetify/components')['VListImg']
|
|
@@ -2864,64 +2862,66 @@ declare module 'vue' {
|
|
|
2864
2862
|
VListItemSubtitle: typeof import('vuetify/components')['VListItemSubtitle']
|
|
2865
2863
|
VListItemTitle: typeof import('vuetify/components')['VListItemTitle']
|
|
2866
2864
|
VListSubheader: typeof import('vuetify/components')['VListSubheader']
|
|
2867
|
-
|
|
2865
|
+
VLabel: typeof import('vuetify/components')['VLabel']
|
|
2868
2866
|
VMessages: typeof import('vuetify/components')['VMessages']
|
|
2867
|
+
VMain: typeof import('vuetify/components')['VMain']
|
|
2869
2868
|
VMenu: typeof import('vuetify/components')['VMenu']
|
|
2870
|
-
|
|
2869
|
+
VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
|
|
2871
2870
|
VNumberInput: typeof import('vuetify/components')['VNumberInput']
|
|
2872
2871
|
VOtpInput: typeof import('vuetify/components')['VOtpInput']
|
|
2873
|
-
VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
|
|
2874
2872
|
VOverlay: typeof import('vuetify/components')['VOverlay']
|
|
2873
|
+
VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
|
|
2874
|
+
VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
|
|
2875
|
+
VPagination: typeof import('vuetify/components')['VPagination']
|
|
2875
2876
|
VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
|
|
2876
2877
|
VRating: typeof import('vuetify/components')['VRating']
|
|
2877
|
-
VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
|
|
2878
|
-
VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
|
|
2879
2878
|
VSelect: typeof import('vuetify/components')['VSelect']
|
|
2879
|
+
VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
|
|
2880
2880
|
VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
|
|
2881
|
-
VSheet: typeof import('vuetify/components')['VSheet']
|
|
2882
|
-
VSlider: typeof import('vuetify/components')['VSlider']
|
|
2883
2881
|
VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
|
|
2884
2882
|
VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
|
|
2885
2883
|
VSnackbar: typeof import('vuetify/components')['VSnackbar']
|
|
2884
|
+
VSheet: typeof import('vuetify/components')['VSheet']
|
|
2885
|
+
VSlider: typeof import('vuetify/components')['VSlider']
|
|
2886
|
+
VTable: typeof import('vuetify/components')['VTable']
|
|
2887
|
+
VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
|
|
2886
2888
|
VStepper: typeof import('vuetify/components')['VStepper']
|
|
2887
2889
|
VStepperActions: typeof import('vuetify/components')['VStepperActions']
|
|
2888
2890
|
VStepperHeader: typeof import('vuetify/components')['VStepperHeader']
|
|
2889
2891
|
VStepperItem: typeof import('vuetify/components')['VStepperItem']
|
|
2890
2892
|
VStepperWindow: typeof import('vuetify/components')['VStepperWindow']
|
|
2891
2893
|
VStepperWindowItem: typeof import('vuetify/components')['VStepperWindowItem']
|
|
2894
|
+
VSwitch: typeof import('vuetify/components')['VSwitch']
|
|
2895
|
+
VSystemBar: typeof import('vuetify/components')['VSystemBar']
|
|
2892
2896
|
VTab: typeof import('vuetify/components')['VTab']
|
|
2893
2897
|
VTabs: typeof import('vuetify/components')['VTabs']
|
|
2894
2898
|
VTabsWindow: typeof import('vuetify/components')['VTabsWindow']
|
|
2895
2899
|
VTabsWindowItem: typeof import('vuetify/components')['VTabsWindowItem']
|
|
2896
|
-
|
|
2897
|
-
|
|
2898
|
-
VSwitch: typeof import('vuetify/components')['VSwitch']
|
|
2899
|
-
VTextField: typeof import('vuetify/components')['VTextField']
|
|
2900
|
-
VSystemBar: typeof import('vuetify/components')['VSystemBar']
|
|
2901
|
-
VTimePicker: typeof import('vuetify/components')['VTimePicker']
|
|
2902
|
-
VTimePickerClock: typeof import('vuetify/components')['VTimePickerClock']
|
|
2903
|
-
VTimePickerControls: typeof import('vuetify/components')['VTimePickerControls']
|
|
2900
|
+
VTimeline: typeof import('vuetify/components')['VTimeline']
|
|
2901
|
+
VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
|
|
2904
2902
|
VTextarea: typeof import('vuetify/components')['VTextarea']
|
|
2903
|
+
VToolbar: typeof import('vuetify/components')['VToolbar']
|
|
2904
|
+
VToolbarTitle: typeof import('vuetify/components')['VToolbarTitle']
|
|
2905
|
+
VToolbarItems: typeof import('vuetify/components')['VToolbarItems']
|
|
2906
|
+
VTextField: typeof import('vuetify/components')['VTextField']
|
|
2905
2907
|
VTooltip: typeof import('vuetify/components')['VTooltip']
|
|
2906
2908
|
VTreeview: typeof import('vuetify/components')['VTreeview']
|
|
2907
2909
|
VTreeviewItem: typeof import('vuetify/components')['VTreeviewItem']
|
|
2908
2910
|
VTreeviewGroup: typeof import('vuetify/components')['VTreeviewGroup']
|
|
2909
2911
|
VWindow: typeof import('vuetify/components')['VWindow']
|
|
2910
2912
|
VWindowItem: typeof import('vuetify/components')['VWindowItem']
|
|
2911
|
-
|
|
2912
|
-
|
|
2913
|
-
|
|
2914
|
-
VToolbarTitle: typeof import('vuetify/components')['VToolbarTitle']
|
|
2915
|
-
VToolbarItems: typeof import('vuetify/components')['VToolbarItems']
|
|
2913
|
+
VTimePicker: typeof import('vuetify/components')['VTimePicker']
|
|
2914
|
+
VTimePickerClock: typeof import('vuetify/components')['VTimePickerClock']
|
|
2915
|
+
VTimePickerControls: typeof import('vuetify/components')['VTimePickerControls']
|
|
2916
2916
|
VConfirmEdit: typeof import('vuetify/components')['VConfirmEdit']
|
|
2917
|
-
VDefaultsProvider: typeof import('vuetify/components')['VDefaultsProvider']
|
|
2918
2917
|
VDataIterator: typeof import('vuetify/components')['VDataIterator']
|
|
2919
|
-
|
|
2918
|
+
VDefaultsProvider: typeof import('vuetify/components')['VDefaultsProvider']
|
|
2920
2919
|
VForm: typeof import('vuetify/components')['VForm']
|
|
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']
|
|
2924
|
+
VHover: typeof import('vuetify/components')['VHover']
|
|
2925
2925
|
VLayout: typeof import('vuetify/components')['VLayout']
|
|
2926
2926
|
VLayoutItem: typeof import('vuetify/components')['VLayoutItem']
|
|
2927
2927
|
VLazy: typeof import('vuetify/components')['VLazy']
|
|
@@ -2932,8 +2932,8 @@ declare module 'vue' {
|
|
|
2932
2932
|
VRangeSlider: typeof import('vuetify/components')['VRangeSlider']
|
|
2933
2933
|
VResponsive: typeof import('vuetify/components')['VResponsive']
|
|
2934
2934
|
VSnackbarQueue: typeof import('vuetify/components')['VSnackbarQueue']
|
|
2935
|
-
VSpeedDial: typeof import('vuetify/components')['VSpeedDial']
|
|
2936
2935
|
VSparkline: typeof import('vuetify/components')['VSparkline']
|
|
2936
|
+
VSpeedDial: typeof import('vuetify/components')['VSpeedDial']
|
|
2937
2937
|
VThemeProvider: typeof import('vuetify/components')['VThemeProvider']
|
|
2938
2938
|
VValidation: typeof import('vuetify/components')['VValidation']
|
|
2939
2939
|
VVirtualScroll: typeof import('vuetify/components')['VVirtualScroll']
|
|
@@ -2953,18 +2953,18 @@ declare module 'vue' {
|
|
|
2953
2953
|
VExpandTransition: typeof import('vuetify/components')['VExpandTransition']
|
|
2954
2954
|
VExpandXTransition: typeof import('vuetify/components')['VExpandXTransition']
|
|
2955
2955
|
VDialogTransition: typeof import('vuetify/components')['VDialogTransition']
|
|
2956
|
-
|
|
2956
|
+
VColorInput: typeof import('vuetify/labs/components')['VColorInput']
|
|
2957
2957
|
VFileUpload: typeof import('vuetify/labs/components')['VFileUpload']
|
|
2958
2958
|
VFileUploadItem: typeof import('vuetify/labs/components')['VFileUploadItem']
|
|
2959
|
-
|
|
2959
|
+
VPicker: typeof import('vuetify/labs/components')['VPicker']
|
|
2960
|
+
VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
|
|
2961
|
+
VIconBtn: typeof import('vuetify/labs/components')['VIconBtn']
|
|
2960
2962
|
VPie: typeof import('vuetify/labs/components')['VPie']
|
|
2961
2963
|
VPieSegment: typeof import('vuetify/labs/components')['VPieSegment']
|
|
2962
2964
|
VPieTooltip: typeof import('vuetify/labs/components')['VPieTooltip']
|
|
2963
2965
|
VStepperVertical: typeof import('vuetify/labs/components')['VStepperVertical']
|
|
2964
2966
|
VStepperVerticalItem: typeof import('vuetify/labs/components')['VStepperVerticalItem']
|
|
2965
2967
|
VStepperVerticalActions: typeof import('vuetify/labs/components')['VStepperVerticalActions']
|
|
2966
|
-
VPicker: typeof import('vuetify/labs/components')['VPicker']
|
|
2967
|
-
VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
|
|
2968
2968
|
VVideo: typeof import('vuetify/labs/components')['VVideo']
|
|
2969
2969
|
VVideoControls: typeof import('vuetify/labs/components')['VVideoControls']
|
|
2970
2970
|
VVideoVolume: typeof import('vuetify/labs/components')['VVideoVolume']
|
package/lib/framework.js
CHANGED