@vuetify/nightly 4.1.2-dev.2026-06-16 → 4.1.2-dev.2026-06-17
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 +3 -3
- package/dist/json/attributes.json +4029 -4029
- package/dist/json/importMap-labs.json +16 -16
- package/dist/json/importMap.json +234 -234
- package/dist/json/web-types.json +7420 -7420
- package/dist/vuetify-labs.cjs +3 -3
- package/dist/vuetify-labs.css +6024 -6024
- package/dist/vuetify-labs.d.ts +82 -82
- 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 +4803 -4803
- package/dist/vuetify.d.ts +82 -82
- 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 +82 -82
- 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.1.2-dev.2026-06-
|
|
2
|
+
* Vuetify v4.1.2-dev.2026-06-17
|
|
3
3
|
* Forged by John Leider
|
|
4
4
|
* Released under the MIT License.
|
|
5
5
|
*/
|
|
@@ -3082,8 +3082,8 @@ if(m.run(()=>{l.install(u)}),u.onUnmount(()=>m.stop()),u.provide(pt,e),u.provide
|
|
|
3082
3082
|
else{const{mount:e}=u
|
|
3083
3083
|
u.mount=(...l)=>{const n=e(...l)
|
|
3084
3084
|
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:ly.call(this,pt),display:ly.call(this,_o),theme:ly.call(this,ga),icons:ly.call(this,Tt),locale:ly.call(this,da),date:ly.call(this,Bu)})}}})},unmount:function(){u.stop()},defaults:e,display:a,theme:l,icons:c,locale:d,date:v,goTo:p}})}function ly(e){const t=this.$,a=t.parent?.provides??t.vnode.appContext?.provides
|
|
3085
|
-
if(a&&e in a)return a[e]}ay.version="4.1.2-dev.2026-06-
|
|
3086
|
-
const ny=(e={})=>ay({components:Gh,directives:ey,...e}),oy="4.1.2-dev.2026-06-
|
|
3085
|
+
if(a&&e in a)return a[e]}ay.version="4.1.2-dev.2026-06-17"
|
|
3086
|
+
const ny=(e={})=>ay({components:Gh,directives:ey,...e}),oy="4.1.2-dev.2026-06-17"
|
|
3087
3087
|
ny.version=oy,e.blueprints=Ut,e.components=Gh,e.createRulesPlugin=function(e,a){return{install(l){l.provide(yo,function(e,a){const{t:l}=a,n={required:e=>t=>0===t||!!t||l(e||"$vuetify.rules.required"),email:e=>t=>!t||"string"==typeof t&&/^.+@\S+\.\S+$/.test(t)||l(e||"$vuetify.rules.email"),number:e=>t=>!t||!isNaN(Number(t))||l(e||"$vuetify.rules.number"),integer:e=>t=>/^[\d]*$/.test(t)||l(e||"$vuetify.rules.integer"),capital:e=>t=>/^[A-Z]*$/.test(t)||l(e||"$vuetify.rules.capital"),maxLength:(e,t)=>a=>!a||a.length<=e||l(t||"$vuetify.rules.maxLength",e),minLength:(e,t)=>a=>!a||a.length>=e||l(t||"$vuetify.rules.minLength",e),strictLength:(e,t)=>a=>!a||a.length===e||l(t||"$vuetify.rules.strictLength",e),exclude:(e,t)=>a=>{let n=!0
|
|
3088
3088
|
for(const o of e)a.includes(o)&&(n=t||l("$vuetify.rules.exclude",o))
|
|
3089
3089
|
return n},notEmpty:e=>t=>t&&t.length>0||l(e||"$vuetify.rules.notEmpty"),pattern:(e,t)=>a=>!a||e.test(a)||l(t||"$vuetify.rules.pattern"),...e?.aliases}
|
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.1.2-dev.2026-06-
|
|
18
|
+
export const version = "4.1.2-dev.2026-06-17";
|
|
19
19
|
createVuetify.version = version;
|
|
20
20
|
export { blueprints, components, directives };
|
|
21
21
|
export * from "./composables/index.js";
|
package/lib/framework.d.ts
CHANGED
|
@@ -2970,30 +2970,41 @@ declare module 'vue' {
|
|
|
2970
2970
|
VAppBar: typeof import('vuetify/components')['VAppBar']
|
|
2971
2971
|
VAppBarNavIcon: typeof import('vuetify/components')['VAppBarNavIcon']
|
|
2972
2972
|
VAppBarTitle: typeof import('vuetify/components')['VAppBarTitle']
|
|
2973
|
-
|
|
2973
|
+
VAvatar: typeof import('vuetify/components')['VAvatar']
|
|
2974
2974
|
VApp: typeof import('vuetify/components')['VApp']
|
|
2975
|
+
VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
|
|
2976
|
+
VBadge: typeof import('vuetify/components')['VBadge']
|
|
2975
2977
|
VBanner: typeof import('vuetify/components')['VBanner']
|
|
2976
2978
|
VBannerActions: typeof import('vuetify/components')['VBannerActions']
|
|
2977
2979
|
VBannerText: typeof import('vuetify/components')['VBannerText']
|
|
2978
|
-
|
|
2979
|
-
VAvatar: typeof import('vuetify/components')['VAvatar']
|
|
2980
|
+
VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
|
|
2980
2981
|
VAlert: typeof import('vuetify/components')['VAlert']
|
|
2981
2982
|
VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
|
|
2982
|
-
VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
|
|
2983
|
-
VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
|
|
2984
|
-
VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
|
|
2985
|
-
VCalendar: typeof import('vuetify/components')['VCalendar']
|
|
2986
|
-
VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
|
|
2987
|
-
VCheckbox: typeof import('vuetify/components')['VCheckbox']
|
|
2988
|
-
VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
|
|
2989
2983
|
VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
|
|
2990
2984
|
VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
|
|
2991
2985
|
VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
|
|
2986
|
+
VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
|
|
2987
|
+
VBtn: typeof import('vuetify/components')['VBtn']
|
|
2988
|
+
VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
|
|
2989
|
+
VCalendar: typeof import('vuetify/components')['VCalendar']
|
|
2990
|
+
VCard: typeof import('vuetify/components')['VCard']
|
|
2991
|
+
VCardActions: typeof import('vuetify/components')['VCardActions']
|
|
2992
|
+
VCardItem: typeof import('vuetify/components')['VCardItem']
|
|
2993
|
+
VCardSubtitle: typeof import('vuetify/components')['VCardSubtitle']
|
|
2994
|
+
VCardText: typeof import('vuetify/components')['VCardText']
|
|
2995
|
+
VCardTitle: typeof import('vuetify/components')['VCardTitle']
|
|
2996
|
+
VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
|
|
2992
2997
|
VCarousel: typeof import('vuetify/components')['VCarousel']
|
|
2993
2998
|
VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
|
|
2994
|
-
|
|
2995
|
-
|
|
2999
|
+
VChipGroup: typeof import('vuetify/components')['VChipGroup']
|
|
3000
|
+
VCheckbox: typeof import('vuetify/components')['VCheckbox']
|
|
3001
|
+
VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
|
|
2996
3002
|
VChip: typeof import('vuetify/components')['VChip']
|
|
3003
|
+
VCode: typeof import('vuetify/components')['VCode']
|
|
3004
|
+
VCounter: typeof import('vuetify/components')['VCounter']
|
|
3005
|
+
VColorInput: typeof import('vuetify/components')['VColorInput']
|
|
3006
|
+
VColorPicker: typeof import('vuetify/components')['VColorPicker']
|
|
3007
|
+
VCombobox: typeof import('vuetify/components')['VCombobox']
|
|
2997
3008
|
VDataTable: typeof import('vuetify/components')['VDataTable']
|
|
2998
3009
|
VDataTableHeaders: typeof import('vuetify/components')['VDataTableHeaders']
|
|
2999
3010
|
VDataTableFooter: typeof import('vuetify/components')['VDataTableFooter']
|
|
@@ -3001,54 +3012,42 @@ declare module 'vue' {
|
|
|
3001
3012
|
VDataTableRow: typeof import('vuetify/components')['VDataTableRow']
|
|
3002
3013
|
VDataTableVirtual: typeof import('vuetify/components')['VDataTableVirtual']
|
|
3003
3014
|
VDataTableServer: typeof import('vuetify/components')['VDataTableServer']
|
|
3015
|
+
VDialog: typeof import('vuetify/components')['VDialog']
|
|
3004
3016
|
VDatePicker: typeof import('vuetify/components')['VDatePicker']
|
|
3005
3017
|
VDatePickerControls: typeof import('vuetify/components')['VDatePickerControls']
|
|
3006
3018
|
VDatePickerHeader: typeof import('vuetify/components')['VDatePickerHeader']
|
|
3007
3019
|
VDatePickerMonth: typeof import('vuetify/components')['VDatePickerMonth']
|
|
3008
3020
|
VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
|
|
3009
3021
|
VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
|
|
3010
|
-
VCode: typeof import('vuetify/components')['VCode']
|
|
3011
|
-
VCard: typeof import('vuetify/components')['VCard']
|
|
3012
|
-
VCardActions: typeof import('vuetify/components')['VCardActions']
|
|
3013
|
-
VCardItem: typeof import('vuetify/components')['VCardItem']
|
|
3014
|
-
VCardSubtitle: typeof import('vuetify/components')['VCardSubtitle']
|
|
3015
|
-
VCardText: typeof import('vuetify/components')['VCardText']
|
|
3016
|
-
VCardTitle: typeof import('vuetify/components')['VCardTitle']
|
|
3017
|
-
VColorPicker: typeof import('vuetify/components')['VColorPicker']
|
|
3018
|
-
VCombobox: typeof import('vuetify/components')['VCombobox']
|
|
3019
|
-
VDialog: typeof import('vuetify/components')['VDialog']
|
|
3020
|
-
VChipGroup: typeof import('vuetify/components')['VChipGroup']
|
|
3021
3022
|
VEmptyState: typeof import('vuetify/components')['VEmptyState']
|
|
3022
|
-
VFab: typeof import('vuetify/components')['VFab']
|
|
3023
3023
|
VDivider: typeof import('vuetify/components')['VDivider']
|
|
3024
|
+
VFab: typeof import('vuetify/components')['VFab']
|
|
3025
|
+
VFileInput: typeof import('vuetify/components')['VFileInput']
|
|
3026
|
+
VFileUpload: typeof import('vuetify/components')['VFileUpload']
|
|
3027
|
+
VFileUploadDropzone: typeof import('vuetify/components')['VFileUploadDropzone']
|
|
3028
|
+
VFileUploadItem: typeof import('vuetify/components')['VFileUploadItem']
|
|
3029
|
+
VFileUploadList: typeof import('vuetify/components')['VFileUploadList']
|
|
3024
3030
|
VExpansionPanels: typeof import('vuetify/components')['VExpansionPanels']
|
|
3025
3031
|
VExpansionPanel: typeof import('vuetify/components')['VExpansionPanel']
|
|
3026
3032
|
VExpansionPanelText: typeof import('vuetify/components')['VExpansionPanelText']
|
|
3027
3033
|
VExpansionPanelTitle: typeof import('vuetify/components')['VExpansionPanelTitle']
|
|
3028
|
-
VField: typeof import('vuetify/components')['VField']
|
|
3029
|
-
VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
|
|
3030
3034
|
VFooter: typeof import('vuetify/components')['VFooter']
|
|
3031
|
-
VFileUpload: typeof import('vuetify/components')['VFileUpload']
|
|
3032
|
-
VFileUploadDropzone: typeof import('vuetify/components')['VFileUploadDropzone']
|
|
3033
|
-
VFileUploadItem: typeof import('vuetify/components')['VFileUploadItem']
|
|
3034
|
-
VFileUploadList: typeof import('vuetify/components')['VFileUploadList']
|
|
3035
|
-
VFileInput: typeof import('vuetify/components')['VFileInput']
|
|
3036
3035
|
VIcon: typeof import('vuetify/components')['VIcon']
|
|
3037
3036
|
VComponentIcon: typeof import('vuetify/components')['VComponentIcon']
|
|
3038
3037
|
VSvgIcon: typeof import('vuetify/components')['VSvgIcon']
|
|
3039
3038
|
VLigatureIcon: typeof import('vuetify/components')['VLigatureIcon']
|
|
3040
3039
|
VClassIcon: typeof import('vuetify/components')['VClassIcon']
|
|
3041
|
-
|
|
3042
|
-
|
|
3040
|
+
VField: typeof import('vuetify/components')['VField']
|
|
3041
|
+
VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
|
|
3042
|
+
VHotkey: typeof import('vuetify/components')['VHotkey']
|
|
3043
3043
|
VImg: typeof import('vuetify/components')['VImg']
|
|
3044
|
-
VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
|
|
3045
3044
|
VIconBtn: typeof import('vuetify/components')['VIconBtn']
|
|
3046
|
-
|
|
3045
|
+
VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
|
|
3047
3046
|
VInput: typeof import('vuetify/components')['VInput']
|
|
3048
|
-
|
|
3049
|
-
|
|
3047
|
+
VKbd: typeof import('vuetify/components')['VKbd']
|
|
3048
|
+
VItemGroup: typeof import('vuetify/components')['VItemGroup']
|
|
3049
|
+
VItem: typeof import('vuetify/components')['VItem']
|
|
3050
3050
|
VLabel: typeof import('vuetify/components')['VLabel']
|
|
3051
|
-
VMenu: typeof import('vuetify/components')['VMenu']
|
|
3052
3051
|
VList: typeof import('vuetify/components')['VList']
|
|
3053
3052
|
VListGroup: typeof import('vuetify/components')['VListGroup']
|
|
3054
3053
|
VListImg: typeof import('vuetify/components')['VListImg']
|
|
@@ -3058,90 +3057,90 @@ declare module 'vue' {
|
|
|
3058
3057
|
VListItemSubtitle: typeof import('vuetify/components')['VListItemSubtitle']
|
|
3059
3058
|
VListItemTitle: typeof import('vuetify/components')['VListItemTitle']
|
|
3060
3059
|
VListSubheader: typeof import('vuetify/components')['VListSubheader']
|
|
3061
|
-
VMain: typeof import('vuetify/components')['VMain']
|
|
3062
|
-
VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
|
|
3063
|
-
VOverlay: typeof import('vuetify/components')['VOverlay']
|
|
3064
3060
|
VNumberInput: typeof import('vuetify/components')['VNumberInput']
|
|
3065
|
-
VPicker: typeof import('vuetify/components')['VPicker']
|
|
3066
|
-
VPickerTitle: typeof import('vuetify/components')['VPickerTitle']
|
|
3067
|
-
VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
|
|
3068
|
-
VPagination: typeof import('vuetify/components')['VPagination']
|
|
3069
3061
|
VMessages: typeof import('vuetify/components')['VMessages']
|
|
3070
|
-
|
|
3062
|
+
VMenu: typeof import('vuetify/components')['VMenu']
|
|
3063
|
+
VMain: typeof import('vuetify/components')['VMain']
|
|
3064
|
+
VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
|
|
3071
3065
|
VOtpInput: typeof import('vuetify/components')['VOtpInput']
|
|
3072
3066
|
VOtpField: typeof import('vuetify/components')['VOtpField']
|
|
3073
3067
|
VOtpGroup: typeof import('vuetify/components')['VOtpGroup']
|
|
3074
3068
|
VOtpSeparator: typeof import('vuetify/components')['VOtpSeparator']
|
|
3075
|
-
|
|
3069
|
+
VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
|
|
3070
|
+
VOverlay: typeof import('vuetify/components')['VOverlay']
|
|
3076
3071
|
VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
|
|
3072
|
+
VPagination: typeof import('vuetify/components')['VPagination']
|
|
3073
|
+
VPicker: typeof import('vuetify/components')['VPicker']
|
|
3074
|
+
VPickerTitle: typeof import('vuetify/components')['VPickerTitle']
|
|
3077
3075
|
VRating: typeof import('vuetify/components')['VRating']
|
|
3078
|
-
|
|
3079
|
-
VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
|
|
3080
|
-
VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
|
|
3081
|
-
VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
|
|
3082
|
-
VSheet: typeof import('vuetify/components')['VSheet']
|
|
3076
|
+
VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
|
|
3083
3077
|
VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
|
|
3078
|
+
VSelect: typeof import('vuetify/components')['VSelect']
|
|
3079
|
+
VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
|
|
3084
3080
|
VSlider: typeof import('vuetify/components')['VSlider']
|
|
3081
|
+
VSheet: typeof import('vuetify/components')['VSheet']
|
|
3085
3082
|
VSnackbar: typeof import('vuetify/components')['VSnackbar']
|
|
3086
|
-
|
|
3087
|
-
|
|
3088
|
-
|
|
3089
|
-
|
|
3090
|
-
|
|
3083
|
+
VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
|
|
3084
|
+
VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
|
|
3085
|
+
VStepperVertical: typeof import('vuetify/components')['VStepperVertical']
|
|
3086
|
+
VStepperVerticalItem: typeof import('vuetify/components')['VStepperVerticalItem']
|
|
3087
|
+
VStepperVerticalActions: typeof import('vuetify/components')['VStepperVerticalActions']
|
|
3088
|
+
VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
|
|
3091
3089
|
VStepper: typeof import('vuetify/components')['VStepper']
|
|
3092
3090
|
VStepperActions: typeof import('vuetify/components')['VStepperActions']
|
|
3093
3091
|
VStepperHeader: typeof import('vuetify/components')['VStepperHeader']
|
|
3094
3092
|
VStepperItem: typeof import('vuetify/components')['VStepperItem']
|
|
3095
3093
|
VStepperWindow: typeof import('vuetify/components')['VStepperWindow']
|
|
3096
3094
|
VStepperWindowItem: typeof import('vuetify/components')['VStepperWindowItem']
|
|
3097
|
-
|
|
3095
|
+
VSwitch: typeof import('vuetify/components')['VSwitch']
|
|
3096
|
+
VTab: typeof import('vuetify/components')['VTab']
|
|
3097
|
+
VTabs: typeof import('vuetify/components')['VTabs']
|
|
3098
|
+
VTabsWindow: typeof import('vuetify/components')['VTabsWindow']
|
|
3099
|
+
VTabsWindowItem: typeof import('vuetify/components')['VTabsWindowItem']
|
|
3100
|
+
VTimeline: typeof import('vuetify/components')['VTimeline']
|
|
3101
|
+
VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
|
|
3098
3102
|
VSystemBar: typeof import('vuetify/components')['VSystemBar']
|
|
3099
3103
|
VTable: typeof import('vuetify/components')['VTable']
|
|
3104
|
+
VTextarea: typeof import('vuetify/components')['VTextarea']
|
|
3100
3105
|
VTextField: typeof import('vuetify/components')['VTextField']
|
|
3101
|
-
VToolbar: typeof import('vuetify/components')['VToolbar']
|
|
3102
|
-
VToolbarTitle: typeof import('vuetify/components')['VToolbarTitle']
|
|
3103
|
-
VToolbarItems: typeof import('vuetify/components')['VToolbarItems']
|
|
3104
3106
|
VTimePicker: typeof import('vuetify/components')['VTimePicker']
|
|
3105
3107
|
VTimePickerClock: typeof import('vuetify/components')['VTimePickerClock']
|
|
3106
3108
|
VTimePickerControls: typeof import('vuetify/components')['VTimePickerControls']
|
|
3107
|
-
VTooltip: typeof import('vuetify/components')['VTooltip']
|
|
3108
|
-
VWindow: typeof import('vuetify/components')['VWindow']
|
|
3109
|
-
VWindowItem: typeof import('vuetify/components')['VWindowItem']
|
|
3110
|
-
VTimeline: typeof import('vuetify/components')['VTimeline']
|
|
3111
|
-
VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
|
|
3112
3109
|
VTreeview: typeof import('vuetify/components')['VTreeview']
|
|
3113
3110
|
VTreeviewItem: typeof import('vuetify/components')['VTreeviewItem']
|
|
3114
3111
|
VTreeviewGroup: typeof import('vuetify/components')['VTreeviewGroup']
|
|
3115
|
-
|
|
3116
|
-
|
|
3117
|
-
|
|
3112
|
+
VToolbar: typeof import('vuetify/components')['VToolbar']
|
|
3113
|
+
VToolbarTitle: typeof import('vuetify/components')['VToolbarTitle']
|
|
3114
|
+
VToolbarItems: typeof import('vuetify/components')['VToolbarItems']
|
|
3115
|
+
VTooltip: typeof import('vuetify/components')['VTooltip']
|
|
3116
|
+
VWindow: typeof import('vuetify/components')['VWindow']
|
|
3117
|
+
VWindowItem: typeof import('vuetify/components')['VWindowItem']
|
|
3118
3118
|
VDataIterator: typeof import('vuetify/components')['VDataIterator']
|
|
3119
3119
|
VDateInput: typeof import('vuetify/components')['VDateInput']
|
|
3120
|
-
VConfirmEdit: typeof import('vuetify/components')['VConfirmEdit']
|
|
3121
3120
|
VDefaultsProvider: typeof import('vuetify/components')['VDefaultsProvider']
|
|
3121
|
+
VConfirmEdit: typeof import('vuetify/components')['VConfirmEdit']
|
|
3122
3122
|
VContainer: typeof import('vuetify/components')['VContainer']
|
|
3123
3123
|
VCol: typeof import('vuetify/components')['VCol']
|
|
3124
3124
|
VRow: typeof import('vuetify/components')['VRow']
|
|
3125
3125
|
VSpacer: typeof import('vuetify/components')['VSpacer']
|
|
3126
3126
|
VForm: typeof import('vuetify/components')['VForm']
|
|
3127
|
+
VHover: typeof import('vuetify/components')['VHover']
|
|
3127
3128
|
VLayout: typeof import('vuetify/components')['VLayout']
|
|
3128
3129
|
VLayoutItem: typeof import('vuetify/components')['VLayoutItem']
|
|
3129
|
-
VLazy: typeof import('vuetify/components')['VLazy']
|
|
3130
|
-
VHover: typeof import('vuetify/components')['VHover']
|
|
3131
3130
|
VLocaleProvider: typeof import('vuetify/components')['VLocaleProvider']
|
|
3131
|
+
VLazy: typeof import('vuetify/components')['VLazy']
|
|
3132
3132
|
VNoSsr: typeof import('vuetify/components')['VNoSsr']
|
|
3133
|
-
VPullToRefresh: typeof import('vuetify/components')['VPullToRefresh']
|
|
3134
3133
|
VParallax: typeof import('vuetify/components')['VParallax']
|
|
3135
|
-
VResponsive: typeof import('vuetify/components')['VResponsive']
|
|
3136
|
-
VRangeSlider: typeof import('vuetify/components')['VRangeSlider']
|
|
3137
3134
|
VRadio: typeof import('vuetify/components')['VRadio']
|
|
3135
|
+
VPullToRefresh: typeof import('vuetify/components')['VPullToRefresh']
|
|
3136
|
+
VRangeSlider: typeof import('vuetify/components')['VRangeSlider']
|
|
3137
|
+
VResponsive: typeof import('vuetify/components')['VResponsive']
|
|
3138
3138
|
VSnackbarQueue: typeof import('vuetify/components')['VSnackbarQueue']
|
|
3139
|
-
VSpeedDial: typeof import('vuetify/components')['VSpeedDial']
|
|
3140
3139
|
VSparkline: typeof import('vuetify/components')['VSparkline']
|
|
3141
3140
|
VSparklineTooltip: typeof import('vuetify/components')['VSparklineTooltip']
|
|
3141
|
+
VSpeedDial: typeof import('vuetify/components')['VSpeedDial']
|
|
3142
3142
|
VThemeProvider: typeof import('vuetify/components')['VThemeProvider']
|
|
3143
3143
|
VVirtualScroll: typeof import('vuetify/components')['VVirtualScroll']
|
|
3144
|
-
VValidation: typeof import('vuetify/components')['VValidation']
|
|
3145
3144
|
VFabTransition: typeof import('vuetify/components')['VFabTransition']
|
|
3146
3145
|
VDialogBottomTransition: typeof import('vuetify/components')['VDialogBottomTransition']
|
|
3147
3146
|
VDialogTopTransition: typeof import('vuetify/components')['VDialogTopTransition']
|
|
@@ -3159,12 +3158,16 @@ declare module 'vue' {
|
|
|
3159
3158
|
VExpandXTransition: typeof import('vuetify/components')['VExpandXTransition']
|
|
3160
3159
|
VExpandBothTransition: typeof import('vuetify/components')['VExpandBothTransition']
|
|
3161
3160
|
VDialogTransition: typeof import('vuetify/components')['VDialogTransition']
|
|
3161
|
+
VValidation: typeof import('vuetify/components')['VValidation']
|
|
3162
|
+
VDateRangePicker: typeof import('vuetify/labs/components')['VDateRangePicker']
|
|
3163
|
+
VHighlight: typeof import('vuetify/labs/components')['VHighlight']
|
|
3164
|
+
VAvatarGroup: typeof import('vuetify/labs/components')['VAvatarGroup']
|
|
3162
3165
|
VPie: typeof import('vuetify/labs/components')['VPie']
|
|
3163
3166
|
VPieSegment: typeof import('vuetify/labs/components')['VPieSegment']
|
|
3164
3167
|
VPieTooltip: typeof import('vuetify/labs/components')['VPieTooltip']
|
|
3165
3168
|
VMonthPicker: typeof import('vuetify/labs/components')['VMonthPicker']
|
|
3166
|
-
|
|
3167
|
-
|
|
3169
|
+
VCommandPalette: typeof import('vuetify/labs/components')['VCommandPalette']
|
|
3170
|
+
VCommandPaletteItem: typeof import('vuetify/labs/components')['VCommandPaletteItem']
|
|
3168
3171
|
VHeatmap: typeof import('vuetify/labs/components')['VHeatmap']
|
|
3169
3172
|
VHeatmapCell: typeof import('vuetify/labs/components')['VHeatmapCell']
|
|
3170
3173
|
VHeatmapLegend: typeof import('vuetify/labs/components')['VHeatmapLegend']
|
|
@@ -3172,9 +3175,6 @@ declare module 'vue' {
|
|
|
3172
3175
|
VVideo: typeof import('vuetify/labs/components')['VVideo']
|
|
3173
3176
|
VVideoControls: typeof import('vuetify/labs/components')['VVideoControls']
|
|
3174
3177
|
VVideoVolume: typeof import('vuetify/labs/components')['VVideoVolume']
|
|
3175
|
-
VAvatarGroup: typeof import('vuetify/labs/components')['VAvatarGroup']
|
|
3176
|
-
VCommandPalette: typeof import('vuetify/labs/components')['VCommandPalette']
|
|
3177
|
-
VCommandPaletteItem: typeof import('vuetify/labs/components')['VCommandPaletteItem']
|
|
3178
3178
|
VMaskInput: typeof import('vuetify/labs/components')['VMaskInput']
|
|
3179
3179
|
VProgress: typeof import('vuetify/labs/components')['VProgress']
|
|
3180
3180
|
}
|
package/lib/framework.js
CHANGED
|
@@ -109,7 +109,7 @@ export function createVuetify(vuetify = {}) {
|
|
|
109
109
|
};
|
|
110
110
|
});
|
|
111
111
|
}
|
|
112
|
-
export const version = "4.1.2-dev.2026-06-
|
|
112
|
+
export const version = "4.1.2-dev.2026-06-17";
|
|
113
113
|
createVuetify.version = version;
|
|
114
114
|
|
|
115
115
|
// Vue's inject() can only be used in setup
|