@vuetify/nightly 3.11.3-dev.2025-12-09 → 3.11.3-dev.2025-12-10
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 +6 -3
- package/dist/json/attributes.json +3690 -3690
- package/dist/json/importMap-labs.json +10 -10
- package/dist/json/importMap.json +176 -176
- package/dist/json/web-types.json +7005 -7005
- package/dist/vuetify-labs.cjs +3 -3
- package/dist/vuetify-labs.css +5006 -5006
- package/dist/vuetify-labs.d.ts +57 -57
- 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 +3833 -3833
- package/dist/vuetify.d.ts +57 -57
- 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 +57 -57
- package/lib/framework.js +1 -1
- package/package.json +3 -3
package/dist/vuetify.min.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* Vuetify v3.11.3-dev.2025-12-
|
|
2
|
+
* Vuetify v3.11.3-dev.2025-12-10
|
|
3
3
|
* Forged by John Leider
|
|
4
4
|
* Released under the MIT License.
|
|
5
5
|
*/
|
|
@@ -2863,8 +2863,8 @@ if(m.run(()=>{l.install(u)}),u.onUnmount(()=>m.stop()),u.provide(gt,e),u.provide
|
|
|
2863
2863
|
else{const{mount:e}=u
|
|
2864
2864
|
u.mount=function(){const l=e(...arguments)
|
|
2865
2865
|
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
|
|
2866
|
-
if(a&&e in a)return a[e]}Wg.version="3.11.3-dev.2025-12-
|
|
2867
|
-
const Ug=function(){return Wg({components:Dg,directives:jg,...arguments.length>0&&void 0!==arguments[0]?arguments[0]:{}})},Gg="3.11.3-dev.2025-12-
|
|
2866
|
+
if(a&&e in a)return a[e]}Wg.version="3.11.3-dev.2025-12-10"
|
|
2867
|
+
const Ug=function(){return Wg({components:Dg,directives:jg,...arguments.length>0&&void 0!==arguments[0]?arguments[0]:{}})},Gg="3.11.3-dev.2025-12-10"
|
|
2868
2868
|
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
|
|
2869
2869
|
const{props:a,provideSubDefaults:l}=bt(e,t)
|
|
2870
2870
|
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.3-dev.2025-12-
|
|
19
|
+
export const version = "3.11.3-dev.2025-12-10";
|
|
20
20
|
createVuetify.version = version;
|
|
21
21
|
export { blueprints, components, directives };
|
|
22
22
|
export * from "./composables/index.js";
|
package/lib/framework.d.ts
CHANGED
|
@@ -2778,43 +2778,51 @@ declare module 'vue' {
|
|
|
2778
2778
|
$children?: VNodeChild
|
|
2779
2779
|
}
|
|
2780
2780
|
export interface GlobalComponents {
|
|
2781
|
-
VAlert: typeof import('vuetify/components')['VAlert']
|
|
2782
|
-
VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
|
|
2783
|
-
VApp: typeof import('vuetify/components')['VApp']
|
|
2784
|
-
VAvatar: typeof import('vuetify/components')['VAvatar']
|
|
2785
|
-
VBadge: typeof import('vuetify/components')['VBadge']
|
|
2786
2781
|
VAppBar: typeof import('vuetify/components')['VAppBar']
|
|
2787
2782
|
VAppBarNavIcon: typeof import('vuetify/components')['VAppBarNavIcon']
|
|
2788
2783
|
VAppBarTitle: typeof import('vuetify/components')['VAppBarTitle']
|
|
2784
|
+
VApp: typeof import('vuetify/components')['VApp']
|
|
2785
|
+
VAvatar: typeof import('vuetify/components')['VAvatar']
|
|
2786
|
+
VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
|
|
2789
2787
|
VBanner: typeof import('vuetify/components')['VBanner']
|
|
2790
2788
|
VBannerActions: typeof import('vuetify/components')['VBannerActions']
|
|
2791
2789
|
VBannerText: typeof import('vuetify/components')['VBannerText']
|
|
2790
|
+
VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
|
|
2791
|
+
VAlert: typeof import('vuetify/components')['VAlert']
|
|
2792
|
+
VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
|
|
2793
|
+
VBadge: typeof import('vuetify/components')['VBadge']
|
|
2794
|
+
VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
|
|
2792
2795
|
VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
|
|
2793
2796
|
VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
|
|
2794
2797
|
VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
|
|
2795
|
-
VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
|
|
2796
|
-
VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
|
|
2797
|
-
VBtn: typeof import('vuetify/components')['VBtn']
|
|
2798
|
-
VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
|
|
2799
2798
|
VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
|
|
2799
|
+
VBtn: typeof import('vuetify/components')['VBtn']
|
|
2800
|
+
VCheckbox: typeof import('vuetify/components')['VCheckbox']
|
|
2801
|
+
VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
|
|
2800
2802
|
VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
|
|
2801
|
-
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']
|
|
2809
|
+
VCalendar: typeof import('vuetify/components')['VCalendar']
|
|
2810
|
+
VChipGroup: typeof import('vuetify/components')['VChipGroup']
|
|
2811
|
+
VChip: typeof import('vuetify/components')['VChip']
|
|
2808
2812
|
VCarousel: typeof import('vuetify/components')['VCarousel']
|
|
2809
2813
|
VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
|
|
2810
2814
|
VCode: typeof import('vuetify/components')['VCode']
|
|
2811
|
-
VChipGroup: typeof import('vuetify/components')['VChipGroup']
|
|
2812
|
-
VChip: typeof import('vuetify/components')['VChip']
|
|
2813
|
-
VCheckbox: typeof import('vuetify/components')['VCheckbox']
|
|
2814
|
-
VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
|
|
2815
2815
|
VCombobox: typeof import('vuetify/components')['VCombobox']
|
|
2816
2816
|
VColorPicker: typeof import('vuetify/components')['VColorPicker']
|
|
2817
2817
|
VCounter: typeof import('vuetify/components')['VCounter']
|
|
2818
|
+
VDataTable: typeof import('vuetify/components')['VDataTable']
|
|
2819
|
+
VDataTableHeaders: typeof import('vuetify/components')['VDataTableHeaders']
|
|
2820
|
+
VDataTableFooter: typeof import('vuetify/components')['VDataTableFooter']
|
|
2821
|
+
VDataTableRows: typeof import('vuetify/components')['VDataTableRows']
|
|
2822
|
+
VDataTableRow: typeof import('vuetify/components')['VDataTableRow']
|
|
2823
|
+
VDataTableVirtual: typeof import('vuetify/components')['VDataTableVirtual']
|
|
2824
|
+
VDataTableServer: typeof import('vuetify/components')['VDataTableServer']
|
|
2825
|
+
VDivider: typeof import('vuetify/components')['VDivider']
|
|
2818
2826
|
VDialog: typeof import('vuetify/components')['VDialog']
|
|
2819
2827
|
VDatePicker: typeof import('vuetify/components')['VDatePicker']
|
|
2820
2828
|
VDatePickerControls: typeof import('vuetify/components')['VDatePickerControls']
|
|
@@ -2822,38 +2830,27 @@ declare module 'vue' {
|
|
|
2822
2830
|
VDatePickerMonth: typeof import('vuetify/components')['VDatePickerMonth']
|
|
2823
2831
|
VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
|
|
2824
2832
|
VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
|
|
2825
|
-
VDivider: typeof import('vuetify/components')['VDivider']
|
|
2826
2833
|
VEmptyState: typeof import('vuetify/components')['VEmptyState']
|
|
2827
|
-
VDataTable: typeof import('vuetify/components')['VDataTable']
|
|
2828
|
-
VDataTableHeaders: typeof import('vuetify/components')['VDataTableHeaders']
|
|
2829
|
-
VDataTableFooter: typeof import('vuetify/components')['VDataTableFooter']
|
|
2830
|
-
VDataTableRows: typeof import('vuetify/components')['VDataTableRows']
|
|
2831
|
-
VDataTableRow: typeof import('vuetify/components')['VDataTableRow']
|
|
2832
|
-
VDataTableVirtual: typeof import('vuetify/components')['VDataTableVirtual']
|
|
2833
|
-
VDataTableServer: typeof import('vuetify/components')['VDataTableServer']
|
|
2834
2834
|
VFab: typeof import('vuetify/components')['VFab']
|
|
2835
2835
|
VExpansionPanels: typeof import('vuetify/components')['VExpansionPanels']
|
|
2836
2836
|
VExpansionPanel: typeof import('vuetify/components')['VExpansionPanel']
|
|
2837
2837
|
VExpansionPanelText: typeof import('vuetify/components')['VExpansionPanelText']
|
|
2838
2838
|
VExpansionPanelTitle: typeof import('vuetify/components')['VExpansionPanelTitle']
|
|
2839
|
-
VFileInput: typeof import('vuetify/components')['VFileInput']
|
|
2840
|
-
VFooter: typeof import('vuetify/components')['VFooter']
|
|
2841
|
-
VHotkey: typeof import('vuetify/components')['VHotkey']
|
|
2842
2839
|
VField: typeof import('vuetify/components')['VField']
|
|
2843
2840
|
VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
|
|
2844
|
-
|
|
2845
|
-
|
|
2846
|
-
|
|
2847
|
-
VKbd: typeof import('vuetify/components')['VKbd']
|
|
2841
|
+
VFooter: typeof import('vuetify/components')['VFooter']
|
|
2842
|
+
VFileInput: typeof import('vuetify/components')['VFileInput']
|
|
2843
|
+
VHotkey: typeof import('vuetify/components')['VHotkey']
|
|
2848
2844
|
VIcon: typeof import('vuetify/components')['VIcon']
|
|
2849
2845
|
VComponentIcon: typeof import('vuetify/components')['VComponentIcon']
|
|
2850
2846
|
VSvgIcon: typeof import('vuetify/components')['VSvgIcon']
|
|
2851
2847
|
VLigatureIcon: typeof import('vuetify/components')['VLigatureIcon']
|
|
2852
2848
|
VClassIcon: typeof import('vuetify/components')['VClassIcon']
|
|
2853
|
-
|
|
2854
|
-
|
|
2855
|
-
VMain: typeof import('vuetify/components')['VMain']
|
|
2849
|
+
VImg: typeof import('vuetify/components')['VImg']
|
|
2850
|
+
VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
|
|
2856
2851
|
VLabel: typeof import('vuetify/components')['VLabel']
|
|
2852
|
+
VKbd: typeof import('vuetify/components')['VKbd']
|
|
2853
|
+
VInput: typeof import('vuetify/components')['VInput']
|
|
2857
2854
|
VList: typeof import('vuetify/components')['VList']
|
|
2858
2855
|
VListGroup: typeof import('vuetify/components')['VListGroup']
|
|
2859
2856
|
VListImg: typeof import('vuetify/components')['VListImg']
|
|
@@ -2863,76 +2860,79 @@ declare module 'vue' {
|
|
|
2863
2860
|
VListItemSubtitle: typeof import('vuetify/components')['VListItemSubtitle']
|
|
2864
2861
|
VListItemTitle: typeof import('vuetify/components')['VListItemTitle']
|
|
2865
2862
|
VListSubheader: typeof import('vuetify/components')['VListSubheader']
|
|
2863
|
+
VItemGroup: typeof import('vuetify/components')['VItemGroup']
|
|
2864
|
+
VItem: typeof import('vuetify/components')['VItem']
|
|
2866
2865
|
VMenu: typeof import('vuetify/components')['VMenu']
|
|
2867
2866
|
VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
|
|
2868
|
-
VOtpInput: typeof import('vuetify/components')['VOtpInput']
|
|
2869
|
-
VPagination: typeof import('vuetify/components')['VPagination']
|
|
2870
|
-
VMessages: typeof import('vuetify/components')['VMessages']
|
|
2871
2867
|
VOverlay: typeof import('vuetify/components')['VOverlay']
|
|
2872
|
-
|
|
2868
|
+
VMain: typeof import('vuetify/components')['VMain']
|
|
2869
|
+
VMessages: typeof import('vuetify/components')['VMessages']
|
|
2870
|
+
VOtpInput: typeof import('vuetify/components')['VOtpInput']
|
|
2873
2871
|
VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
|
|
2874
2872
|
VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
|
|
2873
|
+
VPagination: typeof import('vuetify/components')['VPagination']
|
|
2875
2874
|
VRating: typeof import('vuetify/components')['VRating']
|
|
2876
|
-
VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
|
|
2877
|
-
VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
|
|
2878
2875
|
VSelect: typeof import('vuetify/components')['VSelect']
|
|
2876
|
+
VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
|
|
2879
2877
|
VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
|
|
2878
|
+
VSlider: typeof import('vuetify/components')['VSlider']
|
|
2879
|
+
VSheet: typeof import('vuetify/components')['VSheet']
|
|
2880
2880
|
VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
|
|
2881
2881
|
VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
|
|
2882
2882
|
VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
|
|
2883
|
-
|
|
2884
|
-
|
|
2883
|
+
VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
|
|
2884
|
+
VSwitch: typeof import('vuetify/components')['VSwitch']
|
|
2885
2885
|
VStepper: typeof import('vuetify/components')['VStepper']
|
|
2886
2886
|
VStepperActions: typeof import('vuetify/components')['VStepperActions']
|
|
2887
2887
|
VStepperHeader: typeof import('vuetify/components')['VStepperHeader']
|
|
2888
2888
|
VStepperItem: typeof import('vuetify/components')['VStepperItem']
|
|
2889
2889
|
VStepperWindow: typeof import('vuetify/components')['VStepperWindow']
|
|
2890
2890
|
VStepperWindowItem: typeof import('vuetify/components')['VStepperWindowItem']
|
|
2891
|
-
|
|
2892
|
-
|
|
2891
|
+
VSnackbar: typeof import('vuetify/components')['VSnackbar']
|
|
2892
|
+
VToolbar: typeof import('vuetify/components')['VToolbar']
|
|
2893
|
+
VToolbarTitle: typeof import('vuetify/components')['VToolbarTitle']
|
|
2894
|
+
VToolbarItems: typeof import('vuetify/components')['VToolbarItems']
|
|
2893
2895
|
VTab: typeof import('vuetify/components')['VTab']
|
|
2894
2896
|
VTabs: typeof import('vuetify/components')['VTabs']
|
|
2895
2897
|
VTabsWindow: typeof import('vuetify/components')['VTabsWindow']
|
|
2896
2898
|
VTabsWindowItem: typeof import('vuetify/components')['VTabsWindowItem']
|
|
2897
2899
|
VSystemBar: typeof import('vuetify/components')['VSystemBar']
|
|
2898
2900
|
VTable: typeof import('vuetify/components')['VTable']
|
|
2899
|
-
VTextField: typeof import('vuetify/components')['VTextField']
|
|
2900
|
-
VTimePicker: typeof import('vuetify/components')['VTimePicker']
|
|
2901
|
-
VTimePickerClock: typeof import('vuetify/components')['VTimePickerClock']
|
|
2902
|
-
VTimePickerControls: typeof import('vuetify/components')['VTimePickerControls']
|
|
2903
2901
|
VTextarea: typeof import('vuetify/components')['VTextarea']
|
|
2904
|
-
|
|
2905
|
-
VToolbarTitle: typeof import('vuetify/components')['VToolbarTitle']
|
|
2906
|
-
VToolbarItems: typeof import('vuetify/components')['VToolbarItems']
|
|
2902
|
+
VTextField: typeof import('vuetify/components')['VTextField']
|
|
2907
2903
|
VTimeline: typeof import('vuetify/components')['VTimeline']
|
|
2908
2904
|
VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
|
|
2909
2905
|
VTreeview: typeof import('vuetify/components')['VTreeview']
|
|
2910
2906
|
VTreeviewItem: typeof import('vuetify/components')['VTreeviewItem']
|
|
2911
2907
|
VTreeviewGroup: typeof import('vuetify/components')['VTreeviewGroup']
|
|
2912
2908
|
VTooltip: typeof import('vuetify/components')['VTooltip']
|
|
2909
|
+
VNumberInput: typeof import('vuetify/components')['VNumberInput']
|
|
2910
|
+
VTimePicker: typeof import('vuetify/components')['VTimePicker']
|
|
2911
|
+
VTimePickerClock: typeof import('vuetify/components')['VTimePickerClock']
|
|
2912
|
+
VTimePickerControls: typeof import('vuetify/components')['VTimePickerControls']
|
|
2913
2913
|
VWindow: typeof import('vuetify/components')['VWindow']
|
|
2914
2914
|
VWindowItem: typeof import('vuetify/components')['VWindowItem']
|
|
2915
|
-
VDataIterator: typeof import('vuetify/components')['VDataIterator']
|
|
2916
2915
|
VConfirmEdit: typeof import('vuetify/components')['VConfirmEdit']
|
|
2916
|
+
VDataIterator: typeof import('vuetify/components')['VDataIterator']
|
|
2917
2917
|
VDefaultsProvider: typeof import('vuetify/components')['VDefaultsProvider']
|
|
2918
|
+
VForm: typeof import('vuetify/components')['VForm']
|
|
2918
2919
|
VContainer: typeof import('vuetify/components')['VContainer']
|
|
2919
2920
|
VCol: typeof import('vuetify/components')['VCol']
|
|
2920
2921
|
VRow: typeof import('vuetify/components')['VRow']
|
|
2921
2922
|
VSpacer: typeof import('vuetify/components')['VSpacer']
|
|
2922
|
-
VForm: typeof import('vuetify/components')['VForm']
|
|
2923
2923
|
VHover: typeof import('vuetify/components')['VHover']
|
|
2924
2924
|
VLayout: typeof import('vuetify/components')['VLayout']
|
|
2925
2925
|
VLayoutItem: typeof import('vuetify/components')['VLayoutItem']
|
|
2926
|
-
VLazy: typeof import('vuetify/components')['VLazy']
|
|
2927
2926
|
VLocaleProvider: typeof import('vuetify/components')['VLocaleProvider']
|
|
2927
|
+
VLazy: typeof import('vuetify/components')['VLazy']
|
|
2928
2928
|
VNoSsr: typeof import('vuetify/components')['VNoSsr']
|
|
2929
2929
|
VParallax: typeof import('vuetify/components')['VParallax']
|
|
2930
|
-
VRangeSlider: typeof import('vuetify/components')['VRangeSlider']
|
|
2931
2930
|
VRadio: typeof import('vuetify/components')['VRadio']
|
|
2931
|
+
VRangeSlider: typeof import('vuetify/components')['VRangeSlider']
|
|
2932
2932
|
VResponsive: typeof import('vuetify/components')['VResponsive']
|
|
2933
2933
|
VSnackbarQueue: typeof import('vuetify/components')['VSnackbarQueue']
|
|
2934
|
-
VSparkline: typeof import('vuetify/components')['VSparkline']
|
|
2935
2934
|
VSpeedDial: typeof import('vuetify/components')['VSpeedDial']
|
|
2935
|
+
VSparkline: typeof import('vuetify/components')['VSparkline']
|
|
2936
2936
|
VThemeProvider: typeof import('vuetify/components')['VThemeProvider']
|
|
2937
2937
|
VValidation: typeof import('vuetify/components')['VValidation']
|
|
2938
2938
|
VVirtualScroll: typeof import('vuetify/components')['VVirtualScroll']
|
|
@@ -2953,17 +2953,17 @@ declare module 'vue' {
|
|
|
2953
2953
|
VExpandXTransition: typeof import('vuetify/components')['VExpandXTransition']
|
|
2954
2954
|
VDialogTransition: typeof import('vuetify/components')['VDialogTransition']
|
|
2955
2955
|
VColorInput: typeof import('vuetify/labs/components')['VColorInput']
|
|
2956
|
-
VFileUpload: typeof import('vuetify/labs/components')['VFileUpload']
|
|
2957
|
-
VFileUploadItem: typeof import('vuetify/labs/components')['VFileUploadItem']
|
|
2958
2956
|
VPicker: typeof import('vuetify/labs/components')['VPicker']
|
|
2959
2957
|
VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
|
|
2958
|
+
VFileUpload: typeof import('vuetify/labs/components')['VFileUpload']
|
|
2959
|
+
VFileUploadItem: typeof import('vuetify/labs/components')['VFileUploadItem']
|
|
2960
|
+
VIconBtn: typeof import('vuetify/labs/components')['VIconBtn']
|
|
2960
2961
|
VStepperVertical: typeof import('vuetify/labs/components')['VStepperVertical']
|
|
2961
2962
|
VStepperVerticalItem: typeof import('vuetify/labs/components')['VStepperVerticalItem']
|
|
2962
2963
|
VStepperVerticalActions: typeof import('vuetify/labs/components')['VStepperVerticalActions']
|
|
2963
2964
|
VPie: typeof import('vuetify/labs/components')['VPie']
|
|
2964
2965
|
VPieSegment: typeof import('vuetify/labs/components')['VPieSegment']
|
|
2965
2966
|
VPieTooltip: typeof import('vuetify/labs/components')['VPieTooltip']
|
|
2966
|
-
VIconBtn: typeof import('vuetify/labs/components')['VIconBtn']
|
|
2967
2967
|
VVideo: typeof import('vuetify/labs/components')['VVideo']
|
|
2968
2968
|
VVideoControls: typeof import('vuetify/labs/components')['VVideoControls']
|
|
2969
2969
|
VVideoVolume: typeof import('vuetify/labs/components')['VVideoVolume']
|
package/lib/framework.js
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vuetify/nightly",
|
|
3
3
|
"description": "Vue Material Component Framework",
|
|
4
|
-
"version": "3.11.3-dev.2025-12-
|
|
4
|
+
"version": "3.11.3-dev.2025-12-10",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "John Leider",
|
|
7
7
|
"email": "john@vuetifyjs.com"
|
|
@@ -122,7 +122,7 @@
|
|
|
122
122
|
"test:browser": "vitest --project browser",
|
|
123
123
|
"test:open": "TEST_BAIL=1 vitest --project browser -w",
|
|
124
124
|
"test:coverage": "pnpm test --coverage",
|
|
125
|
-
"test:screen": "
|
|
125
|
+
"test:screen": "node ../../scripts/tdd-run.js ",
|
|
126
126
|
"test:all": "concurrently -gr 'vitest --project unit' 'vitest --project browser --shard=1/5' 'vitest --project browser --shard=2/5' 'vitest --project browser --shard=3/5' 'vitest --project browser --shard=4/5' 'vitest --project browser --shard=5/5'",
|
|
127
127
|
"lint": "concurrently -n \"tsc,eslint\" --kill-others-on-fail \"tsgo -p tsconfig.checks.json --noEmit --pretty\" \"eslint src -f codeframe --max-warnings 0\"",
|
|
128
128
|
"lint:fix": "concurrently -n \"tsc,eslint\" \"tsgo -p tsconfig.checks.json --noEmit --pretty\" \"eslint --fix src\""
|
|
@@ -149,7 +149,7 @@
|
|
|
149
149
|
"@vitest/browser-playwright": "^4.0.13",
|
|
150
150
|
"@vitest/coverage-istanbul": "^4.0.13",
|
|
151
151
|
"@vitest/ui": "^4.0.13",
|
|
152
|
-
"@vizzly-testing/cli": "^0.
|
|
152
|
+
"@vizzly-testing/cli": "^0.17.0",
|
|
153
153
|
"@vizzly-testing/vitest": "^0.0.3",
|
|
154
154
|
"@vue/reactivity": "^3.5.25",
|
|
155
155
|
"@vue/shared": "^3.5.25",
|