vuetify 3.11.0 → 3.11.1
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/dist/json/attributes.json +1155 -1155
- package/dist/json/importMap-labs.json +22 -22
- package/dist/json/importMap.json +152 -152
- package/dist/json/web-types.json +2308 -2308
- package/dist/vuetify-labs.cjs +3 -3
- package/dist/vuetify-labs.css +4129 -4129
- 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 +3557 -3557
- 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 +1 -1
package/dist/vuetify.min.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* Vuetify v3.11.
|
|
2
|
+
* Vuetify v3.11.1
|
|
3
3
|
* Forged by John Leider
|
|
4
4
|
* Released under the MIT License.
|
|
5
5
|
*/
|
|
@@ -2832,8 +2832,8 @@ if(m.run(()=>{l.install(u)}),u.onUnmount(()=>m.stop()),u.provide(gt,e),u.provide
|
|
|
2832
2832
|
else{const{mount:e}=u
|
|
2833
2833
|
u.mount=function(){const l=e(...arguments)
|
|
2834
2834
|
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,Co),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
|
|
2835
|
-
if(a&&e in a)return a[e]}Hg.version="3.11.
|
|
2836
|
-
const Ug=function(){return Hg({components:Dg,directives:jg,...arguments.length>0&&void 0!==arguments[0]?arguments[0]:{}})},Gg="3.11.
|
|
2835
|
+
if(a&&e in a)return a[e]}Hg.version="3.11.1"
|
|
2836
|
+
const Ug=function(){return Hg({components:Dg,directives:jg,...arguments.length>0&&void 0!==arguments[0]?arguments[0]:{}})},Gg="3.11.1"
|
|
2837
2837
|
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
|
|
2838
2838
|
const{props:a,provideSubDefaults:l}=bt(e,t)
|
|
2839
2839
|
return l(),a},e.useDisplay=Ro,e.useGoTo=zo,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.
|
|
19
|
+
export const version = "3.11.1";
|
|
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,49 +2778,43 @@ declare module 'vue' {
|
|
|
2778
2778
|
$children?: VNodeChild
|
|
2779
2779
|
}
|
|
2780
2780
|
export interface GlobalComponents {
|
|
2781
|
+
VApp: typeof import('vuetify/components')['VApp']
|
|
2781
2782
|
VAppBar: typeof import('vuetify/components')['VAppBar']
|
|
2782
2783
|
VAppBarNavIcon: typeof import('vuetify/components')['VAppBarNavIcon']
|
|
2783
2784
|
VAppBarTitle: typeof import('vuetify/components')['VAppBarTitle']
|
|
2784
2785
|
VAvatar: typeof import('vuetify/components')['VAvatar']
|
|
2785
|
-
VApp: typeof import('vuetify/components')['VApp']
|
|
2786
2786
|
VAlert: typeof import('vuetify/components')['VAlert']
|
|
2787
2787
|
VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
|
|
2788
|
-
VBadge: typeof import('vuetify/components')['VBadge']
|
|
2789
|
-
VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
|
|
2790
|
-
VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
|
|
2791
2788
|
VBanner: typeof import('vuetify/components')['VBanner']
|
|
2792
2789
|
VBannerActions: typeof import('vuetify/components')['VBannerActions']
|
|
2793
2790
|
VBannerText: typeof import('vuetify/components')['VBannerText']
|
|
2794
2791
|
VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
|
|
2792
|
+
VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
|
|
2793
|
+
VBadge: typeof import('vuetify/components')['VBadge']
|
|
2794
|
+
VBtn: typeof import('vuetify/components')['VBtn']
|
|
2795
|
+
VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
|
|
2795
2796
|
VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
|
|
2796
|
-
VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
|
|
2797
2797
|
VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
|
|
2798
2798
|
VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
|
|
2799
2799
|
VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
|
|
2800
|
-
|
|
2801
|
-
VCalendar: typeof import('vuetify/components')['VCalendar']
|
|
2800
|
+
VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
|
|
2802
2801
|
VCarousel: typeof import('vuetify/components')['VCarousel']
|
|
2803
2802
|
VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
|
|
2803
|
+
VCalendar: typeof import('vuetify/components')['VCalendar']
|
|
2804
2804
|
VCard: typeof import('vuetify/components')['VCard']
|
|
2805
2805
|
VCardActions: typeof import('vuetify/components')['VCardActions']
|
|
2806
2806
|
VCardItem: typeof import('vuetify/components')['VCardItem']
|
|
2807
2807
|
VCardSubtitle: typeof import('vuetify/components')['VCardSubtitle']
|
|
2808
2808
|
VCardText: typeof import('vuetify/components')['VCardText']
|
|
2809
2809
|
VCardTitle: typeof import('vuetify/components')['VCardTitle']
|
|
2810
|
-
|
|
2811
|
-
VChip: typeof import('vuetify/components')['VChip']
|
|
2810
|
+
VChipGroup: typeof import('vuetify/components')['VChipGroup']
|
|
2812
2811
|
VCheckbox: typeof import('vuetify/components')['VCheckbox']
|
|
2813
2812
|
VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
|
|
2814
|
-
|
|
2813
|
+
VChip: typeof import('vuetify/components')['VChip']
|
|
2815
2814
|
VColorPicker: typeof import('vuetify/components')['VColorPicker']
|
|
2816
|
-
|
|
2815
|
+
VCombobox: typeof import('vuetify/components')['VCombobox']
|
|
2817
2816
|
VCounter: typeof import('vuetify/components')['VCounter']
|
|
2818
|
-
|
|
2819
|
-
VDatePickerControls: typeof import('vuetify/components')['VDatePickerControls']
|
|
2820
|
-
VDatePickerHeader: typeof import('vuetify/components')['VDatePickerHeader']
|
|
2821
|
-
VDatePickerMonth: typeof import('vuetify/components')['VDatePickerMonth']
|
|
2822
|
-
VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
|
|
2823
|
-
VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
|
|
2817
|
+
VDialog: typeof import('vuetify/components')['VDialog']
|
|
2824
2818
|
VDataTable: typeof import('vuetify/components')['VDataTable']
|
|
2825
2819
|
VDataTableHeaders: typeof import('vuetify/components')['VDataTableHeaders']
|
|
2826
2820
|
VDataTableFooter: typeof import('vuetify/components')['VDataTableFooter']
|
|
@@ -2828,19 +2822,26 @@ declare module 'vue' {
|
|
|
2828
2822
|
VDataTableRow: typeof import('vuetify/components')['VDataTableRow']
|
|
2829
2823
|
VDataTableVirtual: typeof import('vuetify/components')['VDataTableVirtual']
|
|
2830
2824
|
VDataTableServer: typeof import('vuetify/components')['VDataTableServer']
|
|
2825
|
+
VCode: typeof import('vuetify/components')['VCode']
|
|
2826
|
+
VDatePicker: typeof import('vuetify/components')['VDatePicker']
|
|
2827
|
+
VDatePickerControls: typeof import('vuetify/components')['VDatePickerControls']
|
|
2828
|
+
VDatePickerHeader: typeof import('vuetify/components')['VDatePickerHeader']
|
|
2829
|
+
VDatePickerMonth: typeof import('vuetify/components')['VDatePickerMonth']
|
|
2830
|
+
VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
|
|
2831
|
+
VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
|
|
2832
|
+
VFab: typeof import('vuetify/components')['VFab']
|
|
2831
2833
|
VExpansionPanels: typeof import('vuetify/components')['VExpansionPanels']
|
|
2832
2834
|
VExpansionPanel: typeof import('vuetify/components')['VExpansionPanel']
|
|
2833
2835
|
VExpansionPanelText: typeof import('vuetify/components')['VExpansionPanelText']
|
|
2834
2836
|
VExpansionPanelTitle: typeof import('vuetify/components')['VExpansionPanelTitle']
|
|
2835
|
-
|
|
2836
|
-
VFab: typeof import('vuetify/components')['VFab']
|
|
2837
|
+
VEmptyState: typeof import('vuetify/components')['VEmptyState']
|
|
2837
2838
|
VDivider: typeof import('vuetify/components')['VDivider']
|
|
2838
2839
|
VField: typeof import('vuetify/components')['VField']
|
|
2839
2840
|
VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
|
|
2840
|
-
VEmptyState: typeof import('vuetify/components')['VEmptyState']
|
|
2841
|
-
VFileInput: typeof import('vuetify/components')['VFileInput']
|
|
2842
2841
|
VFooter: typeof import('vuetify/components')['VFooter']
|
|
2842
|
+
VFileInput: typeof import('vuetify/components')['VFileInput']
|
|
2843
2843
|
VHotkey: typeof import('vuetify/components')['VHotkey']
|
|
2844
|
+
VImg: typeof import('vuetify/components')['VImg']
|
|
2844
2845
|
VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
|
|
2845
2846
|
VIcon: typeof import('vuetify/components')['VIcon']
|
|
2846
2847
|
VComponentIcon: typeof import('vuetify/components')['VComponentIcon']
|
|
@@ -2850,9 +2851,7 @@ declare module 'vue' {
|
|
|
2850
2851
|
VInput: typeof import('vuetify/components')['VInput']
|
|
2851
2852
|
VItemGroup: typeof import('vuetify/components')['VItemGroup']
|
|
2852
2853
|
VItem: typeof import('vuetify/components')['VItem']
|
|
2853
|
-
VImg: typeof import('vuetify/components')['VImg']
|
|
2854
2854
|
VLabel: typeof import('vuetify/components')['VLabel']
|
|
2855
|
-
VKbd: typeof import('vuetify/components')['VKbd']
|
|
2856
2855
|
VList: typeof import('vuetify/components')['VList']
|
|
2857
2856
|
VListGroup: typeof import('vuetify/components')['VListGroup']
|
|
2858
2857
|
VListImg: typeof import('vuetify/components')['VListImg']
|
|
@@ -2862,56 +2861,57 @@ declare module 'vue' {
|
|
|
2862
2861
|
VListItemSubtitle: typeof import('vuetify/components')['VListItemSubtitle']
|
|
2863
2862
|
VListItemTitle: typeof import('vuetify/components')['VListItemTitle']
|
|
2864
2863
|
VListSubheader: typeof import('vuetify/components')['VListSubheader']
|
|
2865
|
-
|
|
2864
|
+
VMessages: typeof import('vuetify/components')['VMessages']
|
|
2865
|
+
VKbd: typeof import('vuetify/components')['VKbd']
|
|
2866
2866
|
VMenu: typeof import('vuetify/components')['VMenu']
|
|
2867
|
+
VMain: typeof import('vuetify/components')['VMain']
|
|
2867
2868
|
VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
|
|
2869
|
+
VOverlay: typeof import('vuetify/components')['VOverlay']
|
|
2870
|
+
VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
|
|
2868
2871
|
VNumberInput: typeof import('vuetify/components')['VNumberInput']
|
|
2869
2872
|
VPagination: typeof import('vuetify/components')['VPagination']
|
|
2870
|
-
|
|
2873
|
+
VRating: typeof import('vuetify/components')['VRating']
|
|
2871
2874
|
VOtpInput: typeof import('vuetify/components')['VOtpInput']
|
|
2872
2875
|
VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
|
|
2873
|
-
VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
|
|
2874
|
-
VOverlay: typeof import('vuetify/components')['VOverlay']
|
|
2875
|
-
VRating: typeof import('vuetify/components')['VRating']
|
|
2876
|
-
VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
|
|
2877
2876
|
VSelect: typeof import('vuetify/components')['VSelect']
|
|
2878
|
-
VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
|
|
2879
|
-
VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
|
|
2880
2877
|
VSheet: typeof import('vuetify/components')['VSheet']
|
|
2881
|
-
|
|
2882
|
-
|
|
2878
|
+
VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
|
|
2879
|
+
VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
|
|
2883
2880
|
VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
|
|
2884
2881
|
VSlider: typeof import('vuetify/components')['VSlider']
|
|
2882
|
+
VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
|
|
2885
2883
|
VSnackbar: typeof import('vuetify/components')['VSnackbar']
|
|
2886
|
-
|
|
2887
|
-
|
|
2888
|
-
VTabs: typeof import('vuetify/components')['VTabs']
|
|
2889
|
-
VTabsWindow: typeof import('vuetify/components')['VTabsWindow']
|
|
2890
|
-
VTabsWindowItem: typeof import('vuetify/components')['VTabsWindowItem']
|
|
2884
|
+
VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
|
|
2885
|
+
VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
|
|
2891
2886
|
VStepper: typeof import('vuetify/components')['VStepper']
|
|
2892
2887
|
VStepperActions: typeof import('vuetify/components')['VStepperActions']
|
|
2893
2888
|
VStepperHeader: typeof import('vuetify/components')['VStepperHeader']
|
|
2894
2889
|
VStepperItem: typeof import('vuetify/components')['VStepperItem']
|
|
2895
2890
|
VStepperWindow: typeof import('vuetify/components')['VStepperWindow']
|
|
2896
2891
|
VStepperWindowItem: typeof import('vuetify/components')['VStepperWindowItem']
|
|
2897
|
-
|
|
2892
|
+
VSwitch: typeof import('vuetify/components')['VSwitch']
|
|
2898
2893
|
VSystemBar: typeof import('vuetify/components')['VSystemBar']
|
|
2894
|
+
VTextarea: typeof import('vuetify/components')['VTextarea']
|
|
2899
2895
|
VTimePicker: typeof import('vuetify/components')['VTimePicker']
|
|
2900
2896
|
VTimePickerClock: typeof import('vuetify/components')['VTimePickerClock']
|
|
2901
2897
|
VTimePickerControls: typeof import('vuetify/components')['VTimePickerControls']
|
|
2902
|
-
|
|
2903
|
-
|
|
2904
|
-
|
|
2905
|
-
|
|
2898
|
+
VTab: typeof import('vuetify/components')['VTab']
|
|
2899
|
+
VTabs: typeof import('vuetify/components')['VTabs']
|
|
2900
|
+
VTabsWindow: typeof import('vuetify/components')['VTabsWindow']
|
|
2901
|
+
VTabsWindowItem: typeof import('vuetify/components')['VTabsWindowItem']
|
|
2906
2902
|
VTextField: typeof import('vuetify/components')['VTextField']
|
|
2907
|
-
VTooltip: typeof import('vuetify/components')['VTooltip']
|
|
2908
2903
|
VTimeline: typeof import('vuetify/components')['VTimeline']
|
|
2909
2904
|
VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
|
|
2910
|
-
|
|
2911
|
-
|
|
2905
|
+
VToolbar: typeof import('vuetify/components')['VToolbar']
|
|
2906
|
+
VToolbarTitle: typeof import('vuetify/components')['VToolbarTitle']
|
|
2907
|
+
VToolbarItems: typeof import('vuetify/components')['VToolbarItems']
|
|
2908
|
+
VTable: typeof import('vuetify/components')['VTable']
|
|
2912
2909
|
VTreeview: typeof import('vuetify/components')['VTreeview']
|
|
2913
2910
|
VTreeviewItem: typeof import('vuetify/components')['VTreeviewItem']
|
|
2914
2911
|
VTreeviewGroup: typeof import('vuetify/components')['VTreeviewGroup']
|
|
2912
|
+
VTooltip: typeof import('vuetify/components')['VTooltip']
|
|
2913
|
+
VWindow: typeof import('vuetify/components')['VWindow']
|
|
2914
|
+
VWindowItem: typeof import('vuetify/components')['VWindowItem']
|
|
2915
2915
|
VConfirmEdit: typeof import('vuetify/components')['VConfirmEdit']
|
|
2916
2916
|
VDataIterator: typeof import('vuetify/components')['VDataIterator']
|
|
2917
2917
|
VDefaultsProvider: typeof import('vuetify/components')['VDefaultsProvider']
|
|
@@ -2921,17 +2921,17 @@ declare module 'vue' {
|
|
|
2921
2921
|
VRow: typeof import('vuetify/components')['VRow']
|
|
2922
2922
|
VSpacer: typeof import('vuetify/components')['VSpacer']
|
|
2923
2923
|
VHover: typeof import('vuetify/components')['VHover']
|
|
2924
|
-
|
|
2924
|
+
VLazy: typeof import('vuetify/components')['VLazy']
|
|
2925
2925
|
VLayout: typeof import('vuetify/components')['VLayout']
|
|
2926
2926
|
VLayoutItem: typeof import('vuetify/components')['VLayoutItem']
|
|
2927
|
-
|
|
2927
|
+
VLocaleProvider: typeof import('vuetify/components')['VLocaleProvider']
|
|
2928
2928
|
VNoSsr: typeof import('vuetify/components')['VNoSsr']
|
|
2929
2929
|
VParallax: typeof import('vuetify/components')['VParallax']
|
|
2930
2930
|
VRadio: typeof import('vuetify/components')['VRadio']
|
|
2931
2931
|
VRangeSlider: typeof import('vuetify/components')['VRangeSlider']
|
|
2932
2932
|
VResponsive: typeof import('vuetify/components')['VResponsive']
|
|
2933
|
-
VSparkline: typeof import('vuetify/components')['VSparkline']
|
|
2934
2933
|
VSnackbarQueue: typeof import('vuetify/components')['VSnackbarQueue']
|
|
2934
|
+
VSparkline: typeof import('vuetify/components')['VSparkline']
|
|
2935
2935
|
VSpeedDial: typeof import('vuetify/components')['VSpeedDial']
|
|
2936
2936
|
VThemeProvider: typeof import('vuetify/components')['VThemeProvider']
|
|
2937
2937
|
VValidation: typeof import('vuetify/components')['VValidation']
|
|
@@ -2952,24 +2952,24 @@ declare module 'vue' {
|
|
|
2952
2952
|
VExpandTransition: typeof import('vuetify/components')['VExpandTransition']
|
|
2953
2953
|
VExpandXTransition: typeof import('vuetify/components')['VExpandXTransition']
|
|
2954
2954
|
VDialogTransition: typeof import('vuetify/components')['VDialogTransition']
|
|
2955
|
+
VFileUpload: typeof import('vuetify/labs/components')['VFileUpload']
|
|
2956
|
+
VFileUploadItem: typeof import('vuetify/labs/components')['VFileUploadItem']
|
|
2955
2957
|
VColorInput: typeof import('vuetify/labs/components')['VColorInput']
|
|
2956
2958
|
VStepperVertical: typeof import('vuetify/labs/components')['VStepperVertical']
|
|
2957
2959
|
VStepperVerticalItem: typeof import('vuetify/labs/components')['VStepperVerticalItem']
|
|
2958
2960
|
VStepperVerticalActions: typeof import('vuetify/labs/components')['VStepperVerticalActions']
|
|
2959
|
-
|
|
2960
|
-
VPieSegment: typeof import('vuetify/labs/components')['VPieSegment']
|
|
2961
|
-
VPieTooltip: typeof import('vuetify/labs/components')['VPieTooltip']
|
|
2961
|
+
VIconBtn: typeof import('vuetify/labs/components')['VIconBtn']
|
|
2962
2962
|
VPicker: typeof import('vuetify/labs/components')['VPicker']
|
|
2963
2963
|
VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
|
|
2964
|
-
VIconBtn: typeof import('vuetify/labs/components')['VIconBtn']
|
|
2965
2964
|
VVideo: typeof import('vuetify/labs/components')['VVideo']
|
|
2966
2965
|
VVideoControls: typeof import('vuetify/labs/components')['VVideoControls']
|
|
2967
2966
|
VVideoVolume: typeof import('vuetify/labs/components')['VVideoVolume']
|
|
2968
|
-
|
|
2969
|
-
|
|
2970
|
-
|
|
2971
|
-
VMaskInput: typeof import('vuetify/labs/components')['VMaskInput']
|
|
2967
|
+
VPie: typeof import('vuetify/labs/components')['VPie']
|
|
2968
|
+
VPieSegment: typeof import('vuetify/labs/components')['VPieSegment']
|
|
2969
|
+
VPieTooltip: typeof import('vuetify/labs/components')['VPieTooltip']
|
|
2972
2970
|
VDateInput: typeof import('vuetify/labs/components')['VDateInput']
|
|
2971
|
+
VMaskInput: typeof import('vuetify/labs/components')['VMaskInput']
|
|
2972
|
+
VPullToRefresh: typeof import('vuetify/labs/components')['VPullToRefresh']
|
|
2973
2973
|
}
|
|
2974
2974
|
export interface GlobalDirectives {
|
|
2975
2975
|
vClickOutside: typeof import('vuetify/directives')['ClickOutside']
|
package/lib/framework.js
CHANGED