@vuetify/nightly 3.10.0-dev.2025-09-10 → 3.10.0-dev.2025-09-11
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 +3406 -3406
- package/dist/json/importMap-labs.json +30 -30
- package/dist/json/importMap.json +164 -164
- package/dist/json/web-types.json +6145 -6145
- package/dist/vuetify-labs.cjs +3 -3
- package/dist/vuetify-labs.css +4998 -4998
- package/dist/vuetify-labs.d.ts +61 -61
- 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 +5114 -5114
- package/dist/vuetify.d.ts +61 -61
- 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 +61 -61
- 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.10.0-dev.2025-09-
|
|
2
|
+
* Vuetify v3.10.0-dev.2025-09-11
|
|
3
3
|
* Forged by John Leider
|
|
4
4
|
* Released under the MIT License.
|
|
5
5
|
*/
|
|
@@ -2430,8 +2430,8 @@ if(m.run((()=>{o.install(u)})),u.onUnmount((()=>m.stop())),u.provide(Nt,e),u.pro
|
|
|
2430
2430
|
else{const{mount:e}=u
|
|
2431
2431
|
u.mount=function(){const a=e(...arguments)
|
|
2432
2432
|
return t.nextTick((()=>l.update())),u.mount=e,a}}("boolean"!=typeof __VUE_OPTIONS_API__||__VUE_OPTIONS_API__)&&u.mixin({computed:{$vuetify(){return t.reactive({defaults:wf.call(this,Nt),display:wf.call(this,Dn),theme:wf.call(this,Ea),icons:wf.call(this,Ut),locale:wf.call(this,Sa),date:wf.call(this,Ku)})}}})},unmount:function(){u.stop()},defaults:e,display:l,theme:o,icons:c,locale:d,date:v,goTo:p}}))}function wf(e){const t=this.$,a=t.parent?.provides??t.vnode.appContext?.provides
|
|
2433
|
-
if(a&&e in a)return a[e]}Vf.version="3.10.0-dev.2025-09-
|
|
2434
|
-
const Sf=function(){return Vf({components:df,directives:bf,...arguments.length>0&&void 0!==arguments[0]?arguments[0]:{}})},kf="3.10.0-dev.2025-09-
|
|
2433
|
+
if(a&&e in a)return a[e]}Vf.version="3.10.0-dev.2025-09-11"
|
|
2434
|
+
const Sf=function(){return Vf({components:df,directives:bf,...arguments.length>0&&void 0!==arguments[0]?arguments[0]:{}})},kf="3.10.0-dev.2025-09-11"
|
|
2435
2435
|
Sf.version=kf,e.blueprints=la,e.components=df,e.createVuetify=Sf,e.directives=bf,e.useDate=Xu,e.useDefaults=function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=arguments.length>1?arguments[1]:void 0
|
|
2436
2436
|
const{props:a,provideSubDefaults:l}=_t(e,t)
|
|
2437
2437
|
return l(),a},e.useDisplay=jn,e.useGoTo=Kn,e.useHotkey=function(e,l){let o=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.10.0-dev.2025-09-
|
|
19
|
+
export const version = "3.10.0-dev.2025-09-11";
|
|
20
20
|
createVuetify.version = version;
|
|
21
21
|
export { blueprints, components, directives };
|
|
22
22
|
export * from "./composables/index.js";
|
package/lib/framework.d.ts
CHANGED
|
@@ -2648,27 +2648,23 @@ declare module 'vue' {
|
|
|
2648
2648
|
$children?: VNodeChild
|
|
2649
2649
|
}
|
|
2650
2650
|
export interface GlobalComponents {
|
|
2651
|
-
VApp: typeof import('vuetify/components')['VApp']
|
|
2652
2651
|
VAppBar: typeof import('vuetify/components')['VAppBar']
|
|
2653
2652
|
VAppBarNavIcon: typeof import('vuetify/components')['VAppBarNavIcon']
|
|
2654
2653
|
VAppBarTitle: typeof import('vuetify/components')['VAppBarTitle']
|
|
2654
|
+
VApp: typeof import('vuetify/components')['VApp']
|
|
2655
|
+
VAvatar: typeof import('vuetify/components')['VAvatar']
|
|
2655
2656
|
VAlert: typeof import('vuetify/components')['VAlert']
|
|
2656
2657
|
VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
|
|
2657
|
-
VAvatar: typeof import('vuetify/components')['VAvatar']
|
|
2658
2658
|
VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
|
|
2659
2659
|
VBadge: typeof import('vuetify/components')['VBadge']
|
|
2660
|
-
VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
|
|
2661
2660
|
VBanner: typeof import('vuetify/components')['VBanner']
|
|
2662
2661
|
VBannerActions: typeof import('vuetify/components')['VBannerActions']
|
|
2663
2662
|
VBannerText: typeof import('vuetify/components')['VBannerText']
|
|
2664
|
-
VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
|
|
2665
|
-
VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
|
|
2666
2663
|
VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
|
|
2667
2664
|
VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
|
|
2668
2665
|
VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
|
|
2669
|
-
|
|
2670
|
-
|
|
2671
|
-
VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
|
|
2666
|
+
VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
|
|
2667
|
+
VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
|
|
2672
2668
|
VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
|
|
2673
2669
|
VCard: typeof import('vuetify/components')['VCard']
|
|
2674
2670
|
VCardActions: typeof import('vuetify/components')['VCardActions']
|
|
@@ -2676,13 +2672,25 @@ declare module 'vue' {
|
|
|
2676
2672
|
VCardSubtitle: typeof import('vuetify/components')['VCardSubtitle']
|
|
2677
2673
|
VCardText: typeof import('vuetify/components')['VCardText']
|
|
2678
2674
|
VCardTitle: typeof import('vuetify/components')['VCardTitle']
|
|
2679
|
-
|
|
2680
|
-
|
|
2681
|
-
|
|
2675
|
+
VCheckbox: typeof import('vuetify/components')['VCheckbox']
|
|
2676
|
+
VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
|
|
2677
|
+
VBtn: typeof import('vuetify/components')['VBtn']
|
|
2678
|
+
VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
|
|
2682
2679
|
VCarousel: typeof import('vuetify/components')['VCarousel']
|
|
2683
2680
|
VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
|
|
2681
|
+
VChipGroup: typeof import('vuetify/components')['VChipGroup']
|
|
2682
|
+
VCode: typeof import('vuetify/components')['VCode']
|
|
2684
2683
|
VCombobox: typeof import('vuetify/components')['VCombobox']
|
|
2684
|
+
VDatePicker: typeof import('vuetify/components')['VDatePicker']
|
|
2685
|
+
VDatePickerControls: typeof import('vuetify/components')['VDatePickerControls']
|
|
2686
|
+
VDatePickerHeader: typeof import('vuetify/components')['VDatePickerHeader']
|
|
2687
|
+
VDatePickerMonth: typeof import('vuetify/components')['VDatePickerMonth']
|
|
2688
|
+
VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
|
|
2689
|
+
VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
|
|
2685
2690
|
VColorPicker: typeof import('vuetify/components')['VColorPicker']
|
|
2691
|
+
VChip: typeof import('vuetify/components')['VChip']
|
|
2692
|
+
VDialog: typeof import('vuetify/components')['VDialog']
|
|
2693
|
+
VCounter: typeof import('vuetify/components')['VCounter']
|
|
2686
2694
|
VDataTable: typeof import('vuetify/components')['VDataTable']
|
|
2687
2695
|
VDataTableHeaders: typeof import('vuetify/components')['VDataTableHeaders']
|
|
2688
2696
|
VDataTableFooter: typeof import('vuetify/components')['VDataTableFooter']
|
|
@@ -2690,29 +2698,23 @@ declare module 'vue' {
|
|
|
2690
2698
|
VDataTableRow: typeof import('vuetify/components')['VDataTableRow']
|
|
2691
2699
|
VDataTableVirtual: typeof import('vuetify/components')['VDataTableVirtual']
|
|
2692
2700
|
VDataTableServer: typeof import('vuetify/components')['VDataTableServer']
|
|
2693
|
-
VDialog: typeof import('vuetify/components')['VDialog']
|
|
2694
|
-
VCounter: typeof import('vuetify/components')['VCounter']
|
|
2695
2701
|
VDivider: typeof import('vuetify/components')['VDivider']
|
|
2696
|
-
VEmptyState: typeof import('vuetify/components')['VEmptyState']
|
|
2697
2702
|
VFab: typeof import('vuetify/components')['VFab']
|
|
2703
|
+
VEmptyState: typeof import('vuetify/components')['VEmptyState']
|
|
2698
2704
|
VField: typeof import('vuetify/components')['VField']
|
|
2699
2705
|
VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
|
|
2706
|
+
VFileInput: typeof import('vuetify/components')['VFileInput']
|
|
2700
2707
|
VExpansionPanels: typeof import('vuetify/components')['VExpansionPanels']
|
|
2701
2708
|
VExpansionPanel: typeof import('vuetify/components')['VExpansionPanel']
|
|
2702
2709
|
VExpansionPanelText: typeof import('vuetify/components')['VExpansionPanelText']
|
|
2703
2710
|
VExpansionPanelTitle: typeof import('vuetify/components')['VExpansionPanelTitle']
|
|
2704
|
-
VFooter: typeof import('vuetify/components')['VFooter']
|
|
2705
|
-
VFileInput: typeof import('vuetify/components')['VFileInput']
|
|
2706
2711
|
VIcon: typeof import('vuetify/components')['VIcon']
|
|
2707
2712
|
VComponentIcon: typeof import('vuetify/components')['VComponentIcon']
|
|
2708
2713
|
VSvgIcon: typeof import('vuetify/components')['VSvgIcon']
|
|
2709
2714
|
VLigatureIcon: typeof import('vuetify/components')['VLigatureIcon']
|
|
2710
2715
|
VClassIcon: typeof import('vuetify/components')['VClassIcon']
|
|
2711
|
-
VKbd: typeof import('vuetify/components')['VKbd']
|
|
2712
|
-
VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
|
|
2713
|
-
VInput: typeof import('vuetify/components')['VInput']
|
|
2714
2716
|
VImg: typeof import('vuetify/components')['VImg']
|
|
2715
|
-
|
|
2717
|
+
VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
|
|
2716
2718
|
VList: typeof import('vuetify/components')['VList']
|
|
2717
2719
|
VListGroup: typeof import('vuetify/components')['VListGroup']
|
|
2718
2720
|
VListImg: typeof import('vuetify/components')['VListImg']
|
|
@@ -2722,77 +2724,73 @@ declare module 'vue' {
|
|
|
2722
2724
|
VListItemSubtitle: typeof import('vuetify/components')['VListItemSubtitle']
|
|
2723
2725
|
VListItemTitle: typeof import('vuetify/components')['VListItemTitle']
|
|
2724
2726
|
VListSubheader: typeof import('vuetify/components')['VListSubheader']
|
|
2727
|
+
VInput: typeof import('vuetify/components')['VInput']
|
|
2725
2728
|
VItemGroup: typeof import('vuetify/components')['VItemGroup']
|
|
2726
2729
|
VItem: typeof import('vuetify/components')['VItem']
|
|
2727
|
-
|
|
2730
|
+
VKbd: typeof import('vuetify/components')['VKbd']
|
|
2731
|
+
VLabel: typeof import('vuetify/components')['VLabel']
|
|
2728
2732
|
VMenu: typeof import('vuetify/components')['VMenu']
|
|
2729
|
-
|
|
2730
|
-
VNumberInput: typeof import('vuetify/components')['VNumberInput']
|
|
2731
|
-
VOverlay: typeof import('vuetify/components')['VOverlay']
|
|
2733
|
+
VMain: typeof import('vuetify/components')['VMain']
|
|
2732
2734
|
VMessages: typeof import('vuetify/components')['VMessages']
|
|
2733
|
-
|
|
2735
|
+
VNumberInput: typeof import('vuetify/components')['VNumberInput']
|
|
2736
|
+
VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
|
|
2734
2737
|
VPagination: typeof import('vuetify/components')['VPagination']
|
|
2735
|
-
|
|
2738
|
+
VOtpInput: typeof import('vuetify/components')['VOtpInput']
|
|
2736
2739
|
VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
|
|
2740
|
+
VOverlay: typeof import('vuetify/components')['VOverlay']
|
|
2737
2741
|
VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
|
|
2742
|
+
VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
|
|
2738
2743
|
VRating: typeof import('vuetify/components')['VRating']
|
|
2739
2744
|
VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
|
|
2740
2745
|
VSelect: typeof import('vuetify/components')['VSelect']
|
|
2741
|
-
VSlider: typeof import('vuetify/components')['VSlider']
|
|
2742
|
-
VSheet: typeof import('vuetify/components')['VSheet']
|
|
2743
2746
|
VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
|
|
2744
2747
|
VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
|
|
2745
|
-
|
|
2746
|
-
|
|
2747
|
-
VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
|
|
2748
|
-
VSwitch: typeof import('vuetify/components')['VSwitch']
|
|
2748
|
+
VSheet: typeof import('vuetify/components')['VSheet']
|
|
2749
|
+
VSlider: typeof import('vuetify/components')['VSlider']
|
|
2749
2750
|
VStepper: typeof import('vuetify/components')['VStepper']
|
|
2750
2751
|
VStepperActions: typeof import('vuetify/components')['VStepperActions']
|
|
2751
2752
|
VStepperHeader: typeof import('vuetify/components')['VStepperHeader']
|
|
2752
2753
|
VStepperItem: typeof import('vuetify/components')['VStepperItem']
|
|
2753
2754
|
VStepperWindow: typeof import('vuetify/components')['VStepperWindow']
|
|
2754
2755
|
VStepperWindowItem: typeof import('vuetify/components')['VStepperWindowItem']
|
|
2755
|
-
|
|
2756
|
-
|
|
2757
|
-
|
|
2756
|
+
VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
|
|
2757
|
+
VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
|
|
2758
|
+
VSnackbar: typeof import('vuetify/components')['VSnackbar']
|
|
2758
2759
|
VTab: typeof import('vuetify/components')['VTab']
|
|
2759
2760
|
VTabs: typeof import('vuetify/components')['VTabs']
|
|
2760
2761
|
VTabsWindow: typeof import('vuetify/components')['VTabsWindow']
|
|
2761
2762
|
VTabsWindowItem: typeof import('vuetify/components')['VTabsWindowItem']
|
|
2762
|
-
|
|
2763
|
-
|
|
2764
|
-
|
|
2763
|
+
VSwitch: typeof import('vuetify/components')['VSwitch']
|
|
2764
|
+
VTextarea: typeof import('vuetify/components')['VTextarea']
|
|
2765
|
+
VTable: typeof import('vuetify/components')['VTable']
|
|
2765
2766
|
VTextField: typeof import('vuetify/components')['VTextField']
|
|
2766
|
-
|
|
2767
|
-
VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
|
|
2767
|
+
VSystemBar: typeof import('vuetify/components')['VSystemBar']
|
|
2768
2768
|
VToolbar: typeof import('vuetify/components')['VToolbar']
|
|
2769
2769
|
VToolbarTitle: typeof import('vuetify/components')['VToolbarTitle']
|
|
2770
2770
|
VToolbarItems: typeof import('vuetify/components')['VToolbarItems']
|
|
2771
|
-
VTooltip: typeof import('vuetify/components')['VTooltip']
|
|
2772
|
-
VDatePicker: typeof import('vuetify/components')['VDatePicker']
|
|
2773
|
-
VDatePickerControls: typeof import('vuetify/components')['VDatePickerControls']
|
|
2774
|
-
VDatePickerHeader: typeof import('vuetify/components')['VDatePickerHeader']
|
|
2775
|
-
VDatePickerMonth: typeof import('vuetify/components')['VDatePickerMonth']
|
|
2776
|
-
VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
|
|
2777
|
-
VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
|
|
2778
2771
|
VTreeview: typeof import('vuetify/components')['VTreeview']
|
|
2779
2772
|
VTreeviewItem: typeof import('vuetify/components')['VTreeviewItem']
|
|
2780
2773
|
VTreeviewGroup: typeof import('vuetify/components')['VTreeviewGroup']
|
|
2774
|
+
VTimePicker: typeof import('vuetify/components')['VTimePicker']
|
|
2775
|
+
VTimePickerClock: typeof import('vuetify/components')['VTimePickerClock']
|
|
2776
|
+
VTimePickerControls: typeof import('vuetify/components')['VTimePickerControls']
|
|
2777
|
+
VTimeline: typeof import('vuetify/components')['VTimeline']
|
|
2778
|
+
VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
|
|
2781
2779
|
VWindow: typeof import('vuetify/components')['VWindow']
|
|
2782
2780
|
VWindowItem: typeof import('vuetify/components')['VWindowItem']
|
|
2781
|
+
VFooter: typeof import('vuetify/components')['VFooter']
|
|
2782
|
+
VTooltip: typeof import('vuetify/components')['VTooltip']
|
|
2783
2783
|
VConfirmEdit: typeof import('vuetify/components')['VConfirmEdit']
|
|
2784
2784
|
VDataIterator: typeof import('vuetify/components')['VDataIterator']
|
|
2785
2785
|
VDefaultsProvider: typeof import('vuetify/components')['VDefaultsProvider']
|
|
2786
2786
|
VForm: typeof import('vuetify/components')['VForm']
|
|
2787
|
+
VHover: typeof import('vuetify/components')['VHover']
|
|
2787
2788
|
VContainer: typeof import('vuetify/components')['VContainer']
|
|
2788
2789
|
VCol: typeof import('vuetify/components')['VCol']
|
|
2789
2790
|
VRow: typeof import('vuetify/components')['VRow']
|
|
2790
2791
|
VSpacer: typeof import('vuetify/components')['VSpacer']
|
|
2791
|
-
VHover: typeof import('vuetify/components')['VHover']
|
|
2792
|
-
VLayout: typeof import('vuetify/components')['VLayout']
|
|
2793
|
-
VLayoutItem: typeof import('vuetify/components')['VLayoutItem']
|
|
2794
|
-
VLocaleProvider: typeof import('vuetify/components')['VLocaleProvider']
|
|
2795
2792
|
VLazy: typeof import('vuetify/components')['VLazy']
|
|
2793
|
+
VLocaleProvider: typeof import('vuetify/components')['VLocaleProvider']
|
|
2796
2794
|
VNoSsr: typeof import('vuetify/components')['VNoSsr']
|
|
2797
2795
|
VParallax: typeof import('vuetify/components')['VParallax']
|
|
2798
2796
|
VRadio: typeof import('vuetify/components')['VRadio']
|
|
@@ -2802,8 +2800,8 @@ declare module 'vue' {
|
|
|
2802
2800
|
VSparkline: typeof import('vuetify/components')['VSparkline']
|
|
2803
2801
|
VSpeedDial: typeof import('vuetify/components')['VSpeedDial']
|
|
2804
2802
|
VThemeProvider: typeof import('vuetify/components')['VThemeProvider']
|
|
2805
|
-
VValidation: typeof import('vuetify/components')['VValidation']
|
|
2806
2803
|
VVirtualScroll: typeof import('vuetify/components')['VVirtualScroll']
|
|
2804
|
+
VValidation: typeof import('vuetify/components')['VValidation']
|
|
2807
2805
|
VFabTransition: typeof import('vuetify/components')['VFabTransition']
|
|
2808
2806
|
VDialogBottomTransition: typeof import('vuetify/components')['VDialogBottomTransition']
|
|
2809
2807
|
VDialogTopTransition: typeof import('vuetify/components')['VDialogTopTransition']
|
|
@@ -2820,26 +2818,28 @@ declare module 'vue' {
|
|
|
2820
2818
|
VExpandTransition: typeof import('vuetify/components')['VExpandTransition']
|
|
2821
2819
|
VExpandXTransition: typeof import('vuetify/components')['VExpandXTransition']
|
|
2822
2820
|
VDialogTransition: typeof import('vuetify/components')['VDialogTransition']
|
|
2823
|
-
|
|
2824
|
-
|
|
2821
|
+
VLayout: typeof import('vuetify/components')['VLayout']
|
|
2822
|
+
VLayoutItem: typeof import('vuetify/components')['VLayoutItem']
|
|
2825
2823
|
VCalendar: typeof import('vuetify/labs/components')['VCalendar']
|
|
2824
|
+
VColorInput: typeof import('vuetify/labs/components')['VColorInput']
|
|
2825
|
+
VPicker: typeof import('vuetify/labs/components')['VPicker']
|
|
2826
|
+
VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
|
|
2827
|
+
VPie: typeof import('vuetify/labs/components')['VPie']
|
|
2828
|
+
VPieSegment: typeof import('vuetify/labs/components')['VPieSegment']
|
|
2829
|
+
VPieTooltip: typeof import('vuetify/labs/components')['VPieTooltip']
|
|
2826
2830
|
VStepperVertical: typeof import('vuetify/labs/components')['VStepperVertical']
|
|
2827
2831
|
VStepperVerticalItem: typeof import('vuetify/labs/components')['VStepperVerticalItem']
|
|
2828
2832
|
VStepperVerticalActions: typeof import('vuetify/labs/components')['VStepperVerticalActions']
|
|
2829
2833
|
VIconBtn: typeof import('vuetify/labs/components')['VIconBtn']
|
|
2830
|
-
|
|
2831
|
-
|
|
2832
|
-
VPieTooltip: typeof import('vuetify/labs/components')['VPieTooltip']
|
|
2833
|
-
VPicker: typeof import('vuetify/labs/components')['VPicker']
|
|
2834
|
-
VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
|
|
2834
|
+
VFileUpload: typeof import('vuetify/labs/components')['VFileUpload']
|
|
2835
|
+
VFileUploadItem: typeof import('vuetify/labs/components')['VFileUploadItem']
|
|
2835
2836
|
VHotkey: typeof import('vuetify/labs/components')['VHotkey']
|
|
2836
2837
|
VVideo: typeof import('vuetify/labs/components')['VVideo']
|
|
2837
2838
|
VVideoControls: typeof import('vuetify/labs/components')['VVideoControls']
|
|
2838
2839
|
VVideoVolume: typeof import('vuetify/labs/components')['VVideoVolume']
|
|
2839
|
-
VMaskInput: typeof import('vuetify/labs/components')['VMaskInput']
|
|
2840
2840
|
VDateInput: typeof import('vuetify/labs/components')['VDateInput']
|
|
2841
|
+
VMaskInput: typeof import('vuetify/labs/components')['VMaskInput']
|
|
2841
2842
|
VPullToRefresh: typeof import('vuetify/labs/components')['VPullToRefresh']
|
|
2842
|
-
VColorInput: typeof import('vuetify/labs/components')['VColorInput']
|
|
2843
2843
|
}
|
|
2844
2844
|
export interface GlobalDirectives {
|
|
2845
2845
|
vClickOutside: typeof import('vuetify/directives')['ClickOutside']
|
package/lib/framework.js
CHANGED