@vuetify/nightly 4.0.0-dev.2026-03-01 → 4.0.0-dev.2026-03-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 +3972 -3972
- package/dist/json/importMap-labs.json +30 -30
- package/dist/json/importMap.json +180 -180
- package/dist/json/web-types.json +7284 -7284
- package/dist/vuetify-labs.cjs +3 -3
- package/dist/vuetify-labs.css +5637 -5637
- package/dist/vuetify-labs.d.ts +71 -71
- 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 +4434 -4434
- package/dist/vuetify.d.ts +71 -71
- 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 +71 -71
- 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 v4.0.0-dev.2026-03-
|
|
2
|
+
* Vuetify v4.0.0-dev.2026-03-02
|
|
3
3
|
* Forged by John Leider
|
|
4
4
|
* Released under the MIT License.
|
|
5
5
|
*/
|
|
@@ -2573,8 +2573,8 @@ if(m.run(()=>{l.install(u)}),u.onUnmount(()=>m.stop()),u.provide(ct,e),u.provide
|
|
|
2573
2573
|
else{const{mount:e}=u
|
|
2574
2574
|
u.mount=(...l)=>{const n=e(...l)
|
|
2575
2575
|
return t.nextTick(()=>a.update()),u.mount=e,n}}("boolean"!=typeof __VUE_OPTIONS_API__||__VUE_OPTIONS_API__)&&u.mixin({computed:{$vuetify(){return t.reactive({defaults:$g.call(this,ct),display:$g.call(this,xo),theme:$g.call(this,da),icons:$g.call(this,Pt),locale:$g.call(this,ra),date:$g.call(this,Nu)})}}})},unmount:function(){u.stop()},defaults:e,display:a,theme:l,icons:c,locale:d,date:v,goTo:p}})}function $g(e){const t=this.$,a=t.parent?.provides??t.vnode.appContext?.provides
|
|
2576
|
-
if(a&&e in a)return a[e]}Fg.version="4.0.0-dev.2026-03-
|
|
2577
|
-
const Mg=(e={})=>Fg({components:Eg,directives:Tg,...e}),zg="4.0.0-dev.2026-03-
|
|
2576
|
+
if(a&&e in a)return a[e]}Fg.version="4.0.0-dev.2026-03-02"
|
|
2577
|
+
const Mg=(e={})=>Fg({components:Eg,directives:Tg,...e}),zg="4.0.0-dev.2026-03-02"
|
|
2578
2578
|
Mg.version=zg,e.blueprints=Ot,e.components=Eg,e.createVuetify=Mg,e.directives=Tg,e.useDate=Eu,e.useDefaults=function(e={},t){const{props:a,provideSubDefaults:l}=pt(e,t)
|
|
2579
2579
|
return l(),a},e.useDisplay=Ro,e.useGoTo=$o,e.useHotkey=function(e,a,l={}){if(!o)return function(){}
|
|
2580
2580
|
const{event:n="keydown",inputs:r=!1,preventDefault:i=!0,sequenceTimeout:s=1e3}=l,u=navigator?.userAgent?.includes("Macintosh")??!1
|
package/lib/entry-bundler.js
CHANGED
|
@@ -15,7 +15,7 @@ export const createVuetify = (options = {}) => {
|
|
|
15
15
|
...options
|
|
16
16
|
});
|
|
17
17
|
};
|
|
18
|
-
export const version = "4.0.0-dev.2026-03-
|
|
18
|
+
export const version = "4.0.0-dev.2026-03-02";
|
|
19
19
|
createVuetify.version = version;
|
|
20
20
|
export { blueprints, components, directives };
|
|
21
21
|
export * from "./composables/index.js";
|
package/lib/framework.d.ts
CHANGED
|
@@ -2919,24 +2919,19 @@ declare module 'vue' {
|
|
|
2919
2919
|
VAppBar: typeof import('vuetify/components')['VAppBar']
|
|
2920
2920
|
VAppBarNavIcon: typeof import('vuetify/components')['VAppBarNavIcon']
|
|
2921
2921
|
VAppBarTitle: typeof import('vuetify/components')['VAppBarTitle']
|
|
2922
|
-
VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
|
|
2923
|
-
VApp: typeof import('vuetify/components')['VApp']
|
|
2924
2922
|
VAlert: typeof import('vuetify/components')['VAlert']
|
|
2925
2923
|
VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
|
|
2924
|
+
VApp: typeof import('vuetify/components')['VApp']
|
|
2925
|
+
VAvatar: typeof import('vuetify/components')['VAvatar']
|
|
2926
|
+
VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
|
|
2927
|
+
VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
|
|
2928
|
+
VBadge: typeof import('vuetify/components')['VBadge']
|
|
2926
2929
|
VBanner: typeof import('vuetify/components')['VBanner']
|
|
2927
2930
|
VBannerActions: typeof import('vuetify/components')['VBannerActions']
|
|
2928
2931
|
VBannerText: typeof import('vuetify/components')['VBannerText']
|
|
2929
|
-
VAvatar: typeof import('vuetify/components')['VAvatar']
|
|
2930
|
-
VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
|
|
2931
|
-
VBtn: typeof import('vuetify/components')['VBtn']
|
|
2932
|
-
VBadge: typeof import('vuetify/components')['VBadge']
|
|
2933
|
-
VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
|
|
2934
|
-
VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
|
|
2935
|
-
VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
|
|
2936
2932
|
VCheckbox: typeof import('vuetify/components')['VCheckbox']
|
|
2937
2933
|
VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
|
|
2938
2934
|
VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
|
|
2939
|
-
VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
|
|
2940
2935
|
VCard: typeof import('vuetify/components')['VCard']
|
|
2941
2936
|
VCardActions: typeof import('vuetify/components')['VCardActions']
|
|
2942
2937
|
VCardItem: typeof import('vuetify/components')['VCardItem']
|
|
@@ -2944,25 +2939,22 @@ declare module 'vue' {
|
|
|
2944
2939
|
VCardText: typeof import('vuetify/components')['VCardText']
|
|
2945
2940
|
VCardTitle: typeof import('vuetify/components')['VCardTitle']
|
|
2946
2941
|
VCalendar: typeof import('vuetify/components')['VCalendar']
|
|
2942
|
+
VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
|
|
2943
|
+
VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
|
|
2944
|
+
VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
|
|
2945
|
+
VColorPicker: typeof import('vuetify/components')['VColorPicker']
|
|
2947
2946
|
VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
|
|
2948
|
-
|
|
2949
|
-
VChipGroup: typeof import('vuetify/components')['VChipGroup']
|
|
2950
|
-
VCarousel: typeof import('vuetify/components')['VCarousel']
|
|
2951
|
-
VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
|
|
2952
|
-
VCombobox: typeof import('vuetify/components')['VCombobox']
|
|
2953
|
-
VDivider: typeof import('vuetify/components')['VDivider']
|
|
2954
|
-
VField: typeof import('vuetify/components')['VField']
|
|
2955
|
-
VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
|
|
2956
|
-
VCounter: typeof import('vuetify/components')['VCounter']
|
|
2947
|
+
VBtn: typeof import('vuetify/components')['VBtn']
|
|
2957
2948
|
VChip: typeof import('vuetify/components')['VChip']
|
|
2958
|
-
|
|
2959
|
-
|
|
2949
|
+
VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
|
|
2950
|
+
VCode: typeof import('vuetify/components')['VCode']
|
|
2960
2951
|
VDatePicker: typeof import('vuetify/components')['VDatePicker']
|
|
2961
2952
|
VDatePickerControls: typeof import('vuetify/components')['VDatePickerControls']
|
|
2962
2953
|
VDatePickerHeader: typeof import('vuetify/components')['VDatePickerHeader']
|
|
2963
2954
|
VDatePickerMonth: typeof import('vuetify/components')['VDatePickerMonth']
|
|
2964
2955
|
VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
|
|
2965
2956
|
VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
|
|
2957
|
+
VCombobox: typeof import('vuetify/components')['VCombobox']
|
|
2966
2958
|
VDataTable: typeof import('vuetify/components')['VDataTable']
|
|
2967
2959
|
VDataTableHeaders: typeof import('vuetify/components')['VDataTableHeaders']
|
|
2968
2960
|
VDataTableFooter: typeof import('vuetify/components')['VDataTableFooter']
|
|
@@ -2970,26 +2962,38 @@ declare module 'vue' {
|
|
|
2970
2962
|
VDataTableRow: typeof import('vuetify/components')['VDataTableRow']
|
|
2971
2963
|
VDataTableVirtual: typeof import('vuetify/components')['VDataTableVirtual']
|
|
2972
2964
|
VDataTableServer: typeof import('vuetify/components')['VDataTableServer']
|
|
2973
|
-
|
|
2974
|
-
|
|
2965
|
+
VCarousel: typeof import('vuetify/components')['VCarousel']
|
|
2966
|
+
VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
|
|
2967
|
+
VChipGroup: typeof import('vuetify/components')['VChipGroup']
|
|
2975
2968
|
VExpansionPanels: typeof import('vuetify/components')['VExpansionPanels']
|
|
2976
2969
|
VExpansionPanel: typeof import('vuetify/components')['VExpansionPanel']
|
|
2977
2970
|
VExpansionPanelText: typeof import('vuetify/components')['VExpansionPanelText']
|
|
2978
2971
|
VExpansionPanelTitle: typeof import('vuetify/components')['VExpansionPanelTitle']
|
|
2972
|
+
VCounter: typeof import('vuetify/components')['VCounter']
|
|
2973
|
+
VDialog: typeof import('vuetify/components')['VDialog']
|
|
2974
|
+
VDivider: typeof import('vuetify/components')['VDivider']
|
|
2975
|
+
VFileInput: typeof import('vuetify/components')['VFileInput']
|
|
2979
2976
|
VFooter: typeof import('vuetify/components')['VFooter']
|
|
2980
|
-
VLabel: typeof import('vuetify/components')['VLabel']
|
|
2981
2977
|
VFab: typeof import('vuetify/components')['VFab']
|
|
2978
|
+
VInput: typeof import('vuetify/components')['VInput']
|
|
2979
|
+
VImg: typeof import('vuetify/components')['VImg']
|
|
2980
|
+
VField: typeof import('vuetify/components')['VField']
|
|
2981
|
+
VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
|
|
2982
2982
|
VHotkey: typeof import('vuetify/components')['VHotkey']
|
|
2983
|
+
VKbd: typeof import('vuetify/components')['VKbd']
|
|
2984
|
+
VEmptyState: typeof import('vuetify/components')['VEmptyState']
|
|
2985
|
+
VItemGroup: typeof import('vuetify/components')['VItemGroup']
|
|
2986
|
+
VItem: typeof import('vuetify/components')['VItem']
|
|
2983
2987
|
VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
|
|
2984
|
-
|
|
2988
|
+
VLabel: typeof import('vuetify/components')['VLabel']
|
|
2985
2989
|
VIcon: typeof import('vuetify/components')['VIcon']
|
|
2986
2990
|
VComponentIcon: typeof import('vuetify/components')['VComponentIcon']
|
|
2987
2991
|
VSvgIcon: typeof import('vuetify/components')['VSvgIcon']
|
|
2988
2992
|
VLigatureIcon: typeof import('vuetify/components')['VLigatureIcon']
|
|
2989
2993
|
VClassIcon: typeof import('vuetify/components')['VClassIcon']
|
|
2990
|
-
|
|
2991
|
-
|
|
2992
|
-
|
|
2994
|
+
VMenu: typeof import('vuetify/components')['VMenu']
|
|
2995
|
+
VMain: typeof import('vuetify/components')['VMain']
|
|
2996
|
+
VMessages: typeof import('vuetify/components')['VMessages']
|
|
2993
2997
|
VList: typeof import('vuetify/components')['VList']
|
|
2994
2998
|
VListGroup: typeof import('vuetify/components')['VListGroup']
|
|
2995
2999
|
VListImg: typeof import('vuetify/components')['VListImg']
|
|
@@ -2999,79 +3003,75 @@ declare module 'vue' {
|
|
|
2999
3003
|
VListItemSubtitle: typeof import('vuetify/components')['VListItemSubtitle']
|
|
3000
3004
|
VListItemTitle: typeof import('vuetify/components')['VListItemTitle']
|
|
3001
3005
|
VListSubheader: typeof import('vuetify/components')['VListSubheader']
|
|
3002
|
-
VMain: typeof import('vuetify/components')['VMain']
|
|
3003
|
-
VInput: typeof import('vuetify/components')['VInput']
|
|
3004
|
-
VMessages: typeof import('vuetify/components')['VMessages']
|
|
3005
|
-
VNumberInput: typeof import('vuetify/components')['VNumberInput']
|
|
3006
3006
|
VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
|
|
3007
|
-
|
|
3008
|
-
VOtpInput: typeof import('vuetify/components')['VOtpInput']
|
|
3007
|
+
VNumberInput: typeof import('vuetify/components')['VNumberInput']
|
|
3009
3008
|
VOverlay: typeof import('vuetify/components')['VOverlay']
|
|
3010
3009
|
VPagination: typeof import('vuetify/components')['VPagination']
|
|
3010
|
+
VOtpInput: typeof import('vuetify/components')['VOtpInput']
|
|
3011
|
+
VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
|
|
3011
3012
|
VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
|
|
3012
|
-
VMenu: typeof import('vuetify/components')['VMenu']
|
|
3013
3013
|
VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
|
|
3014
3014
|
VRating: typeof import('vuetify/components')['VRating']
|
|
3015
|
-
VSelect: typeof import('vuetify/components')['VSelect']
|
|
3016
|
-
VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
|
|
3017
|
-
VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
|
|
3018
3015
|
VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
|
|
3019
|
-
VSlider: typeof import('vuetify/components')['VSlider']
|
|
3020
3016
|
VSheet: typeof import('vuetify/components')['VSheet']
|
|
3017
|
+
VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
|
|
3018
|
+
VSelect: typeof import('vuetify/components')['VSelect']
|
|
3019
|
+
VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
|
|
3021
3020
|
VSnackbar: typeof import('vuetify/components')['VSnackbar']
|
|
3022
|
-
|
|
3023
|
-
VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
|
|
3024
|
-
VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
|
|
3025
|
-
VSwitch: typeof import('vuetify/components')['VSwitch']
|
|
3021
|
+
VSlider: typeof import('vuetify/components')['VSlider']
|
|
3026
3022
|
VStepper: typeof import('vuetify/components')['VStepper']
|
|
3027
3023
|
VStepperActions: typeof import('vuetify/components')['VStepperActions']
|
|
3028
3024
|
VStepperHeader: typeof import('vuetify/components')['VStepperHeader']
|
|
3029
3025
|
VStepperItem: typeof import('vuetify/components')['VStepperItem']
|
|
3030
3026
|
VStepperWindow: typeof import('vuetify/components')['VStepperWindow']
|
|
3031
3027
|
VStepperWindowItem: typeof import('vuetify/components')['VStepperWindowItem']
|
|
3028
|
+
VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
|
|
3029
|
+
VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
|
|
3032
3030
|
VTable: typeof import('vuetify/components')['VTable']
|
|
3031
|
+
VTextarea: typeof import('vuetify/components')['VTextarea']
|
|
3032
|
+
VSwitch: typeof import('vuetify/components')['VSwitch']
|
|
3033
|
+
VTimeline: typeof import('vuetify/components')['VTimeline']
|
|
3034
|
+
VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
|
|
3033
3035
|
VTab: typeof import('vuetify/components')['VTab']
|
|
3034
3036
|
VTabs: typeof import('vuetify/components')['VTabs']
|
|
3035
3037
|
VTabsWindow: typeof import('vuetify/components')['VTabsWindow']
|
|
3036
3038
|
VTabsWindowItem: typeof import('vuetify/components')['VTabsWindowItem']
|
|
3037
|
-
|
|
3038
|
-
|
|
3039
|
-
|
|
3040
|
-
|
|
3039
|
+
VSystemBar: typeof import('vuetify/components')['VSystemBar']
|
|
3040
|
+
VTooltip: typeof import('vuetify/components')['VTooltip']
|
|
3041
|
+
VTreeview: typeof import('vuetify/components')['VTreeview']
|
|
3042
|
+
VTreeviewItem: typeof import('vuetify/components')['VTreeviewItem']
|
|
3043
|
+
VTreeviewGroup: typeof import('vuetify/components')['VTreeviewGroup']
|
|
3044
|
+
VToolbar: typeof import('vuetify/components')['VToolbar']
|
|
3045
|
+
VToolbarTitle: typeof import('vuetify/components')['VToolbarTitle']
|
|
3046
|
+
VToolbarItems: typeof import('vuetify/components')['VToolbarItems']
|
|
3041
3047
|
VTimePicker: typeof import('vuetify/components')['VTimePicker']
|
|
3042
3048
|
VTimePickerClock: typeof import('vuetify/components')['VTimePickerClock']
|
|
3043
3049
|
VTimePickerControls: typeof import('vuetify/components')['VTimePickerControls']
|
|
3050
|
+
VTextField: typeof import('vuetify/components')['VTextField']
|
|
3044
3051
|
VWindow: typeof import('vuetify/components')['VWindow']
|
|
3045
3052
|
VWindowItem: typeof import('vuetify/components')['VWindowItem']
|
|
3046
|
-
VToolbar: typeof import('vuetify/components')['VToolbar']
|
|
3047
|
-
VToolbarTitle: typeof import('vuetify/components')['VToolbarTitle']
|
|
3048
|
-
VToolbarItems: typeof import('vuetify/components')['VToolbarItems']
|
|
3049
|
-
VTooltip: typeof import('vuetify/components')['VTooltip']
|
|
3050
|
-
VTreeview: typeof import('vuetify/components')['VTreeview']
|
|
3051
|
-
VTreeviewItem: typeof import('vuetify/components')['VTreeviewItem']
|
|
3052
|
-
VTreeviewGroup: typeof import('vuetify/components')['VTreeviewGroup']
|
|
3053
3053
|
VConfirmEdit: typeof import('vuetify/components')['VConfirmEdit']
|
|
3054
|
-
VDataIterator: typeof import('vuetify/components')['VDataIterator']
|
|
3055
3054
|
VDefaultsProvider: typeof import('vuetify/components')['VDefaultsProvider']
|
|
3055
|
+
VDataIterator: typeof import('vuetify/components')['VDataIterator']
|
|
3056
3056
|
VForm: typeof import('vuetify/components')['VForm']
|
|
3057
3057
|
VContainer: typeof import('vuetify/components')['VContainer']
|
|
3058
3058
|
VCol: typeof import('vuetify/components')['VCol']
|
|
3059
3059
|
VRow: typeof import('vuetify/components')['VRow']
|
|
3060
3060
|
VSpacer: typeof import('vuetify/components')['VSpacer']
|
|
3061
|
-
VHover: typeof import('vuetify/components')['VHover']
|
|
3062
3061
|
VLazy: typeof import('vuetify/components')['VLazy']
|
|
3063
3062
|
VLayout: typeof import('vuetify/components')['VLayout']
|
|
3064
3063
|
VLayoutItem: typeof import('vuetify/components')['VLayoutItem']
|
|
3065
3064
|
VLocaleProvider: typeof import('vuetify/components')['VLocaleProvider']
|
|
3066
|
-
|
|
3065
|
+
VHover: typeof import('vuetify/components')['VHover']
|
|
3067
3066
|
VNoSsr: typeof import('vuetify/components')['VNoSsr']
|
|
3068
|
-
|
|
3067
|
+
VParallax: typeof import('vuetify/components')['VParallax']
|
|
3069
3068
|
VRadio: typeof import('vuetify/components')['VRadio']
|
|
3069
|
+
VRangeSlider: typeof import('vuetify/components')['VRangeSlider']
|
|
3070
3070
|
VResponsive: typeof import('vuetify/components')['VResponsive']
|
|
3071
3071
|
VSpeedDial: typeof import('vuetify/components')['VSpeedDial']
|
|
3072
|
+
VSnackbarQueue: typeof import('vuetify/components')['VSnackbarQueue']
|
|
3072
3073
|
VSparkline: typeof import('vuetify/components')['VSparkline']
|
|
3073
3074
|
VThemeProvider: typeof import('vuetify/components')['VThemeProvider']
|
|
3074
|
-
VSnackbarQueue: typeof import('vuetify/components')['VSnackbarQueue']
|
|
3075
3075
|
VValidation: typeof import('vuetify/components')['VValidation']
|
|
3076
3076
|
VVirtualScroll: typeof import('vuetify/components')['VVirtualScroll']
|
|
3077
3077
|
VFabTransition: typeof import('vuetify/components')['VFabTransition']
|
|
@@ -3091,27 +3091,27 @@ declare module 'vue' {
|
|
|
3091
3091
|
VExpandXTransition: typeof import('vuetify/components')['VExpandXTransition']
|
|
3092
3092
|
VExpandBothTransition: typeof import('vuetify/components')['VExpandBothTransition']
|
|
3093
3093
|
VDialogTransition: typeof import('vuetify/components')['VDialogTransition']
|
|
3094
|
+
VColorInput: typeof import('vuetify/labs/components')['VColorInput']
|
|
3094
3095
|
VCommandPalette: typeof import('vuetify/labs/components')['VCommandPalette']
|
|
3095
3096
|
VCommandPaletteItemComponent: typeof import('vuetify/labs/components')['VCommandPaletteItemComponent']
|
|
3096
3097
|
VIconBtn: typeof import('vuetify/labs/components')['VIconBtn']
|
|
3097
|
-
|
|
3098
|
-
|
|
3099
|
-
|
|
3100
|
-
|
|
3101
|
-
|
|
3098
|
+
VVideo: typeof import('vuetify/labs/components')['VVideo']
|
|
3099
|
+
VVideoControls: typeof import('vuetify/labs/components')['VVideoControls']
|
|
3100
|
+
VVideoVolume: typeof import('vuetify/labs/components')['VVideoVolume']
|
|
3101
|
+
VPie: typeof import('vuetify/labs/components')['VPie']
|
|
3102
|
+
VPieSegment: typeof import('vuetify/labs/components')['VPieSegment']
|
|
3103
|
+
VPieTooltip: typeof import('vuetify/labs/components')['VPieTooltip']
|
|
3102
3104
|
VFileUpload: typeof import('vuetify/labs/components')['VFileUpload']
|
|
3103
3105
|
VFileUploadItem: typeof import('vuetify/labs/components')['VFileUploadItem']
|
|
3106
|
+
VAvatarGroup: typeof import('vuetify/labs/components')['VAvatarGroup']
|
|
3104
3107
|
VPicker: typeof import('vuetify/labs/components')['VPicker']
|
|
3105
3108
|
VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
|
|
3106
|
-
|
|
3107
|
-
|
|
3108
|
-
|
|
3109
|
-
|
|
3110
|
-
VVideoControls: typeof import('vuetify/labs/components')['VVideoControls']
|
|
3111
|
-
VVideoVolume: typeof import('vuetify/labs/components')['VVideoVolume']
|
|
3109
|
+
VStepperVertical: typeof import('vuetify/labs/components')['VStepperVertical']
|
|
3110
|
+
VStepperVerticalItem: typeof import('vuetify/labs/components')['VStepperVerticalItem']
|
|
3111
|
+
VStepperVerticalActions: typeof import('vuetify/labs/components')['VStepperVerticalActions']
|
|
3112
|
+
VMaskInput: typeof import('vuetify/labs/components')['VMaskInput']
|
|
3112
3113
|
VDateInput: typeof import('vuetify/labs/components')['VDateInput']
|
|
3113
3114
|
VPullToRefresh: typeof import('vuetify/labs/components')['VPullToRefresh']
|
|
3114
|
-
VMaskInput: typeof import('vuetify/labs/components')['VMaskInput']
|
|
3115
3115
|
}
|
|
3116
3116
|
export interface GlobalDirectives {
|
|
3117
3117
|
vClickOutside: typeof import('vuetify/directives')['ClickOutside']
|
package/lib/framework.js
CHANGED
|
@@ -109,7 +109,7 @@ export function createVuetify(vuetify = {}) {
|
|
|
109
109
|
};
|
|
110
110
|
});
|
|
111
111
|
}
|
|
112
|
-
export const version = "4.0.0-dev.2026-03-
|
|
112
|
+
export const version = "4.0.0-dev.2026-03-02";
|
|
113
113
|
createVuetify.version = version;
|
|
114
114
|
|
|
115
115
|
// Vue's inject() can only be used in setup
|