@vuetify/nightly 3.8.1-master.2025-04-08 → 3.8.1-master.2025-04-09
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 +2917 -2917
- package/dist/json/importMap-labs.json +36 -36
- package/dist/json/importMap.json +168 -168
- package/dist/json/web-types.json +5277 -5277
- package/dist/vuetify-labs.cjs +3 -3
- package/dist/vuetify-labs.css +3726 -3726
- package/dist/vuetify-labs.d.ts +63 -63
- 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 +3636 -3636
- package/dist/vuetify.d.ts +63 -63
- 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 +63 -63
- 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.8.1-master.2025-04-
|
2
|
+
* Vuetify v3.8.1-master.2025-04-09
|
3
3
|
* Forged by John Leider
|
4
4
|
* Released under the MIT License.
|
5
5
|
*/
|
@@ -2190,8 +2190,8 @@ if(f.run((()=>{o.install(u)})),u.onUnmount((()=>f.stop())),u.provide(Vt,e),u.pro
|
|
2190
2190
|
else{const{mount:e}=u
|
2191
2191
|
u.mount=function(){const a=e(...arguments)
|
2192
2192
|
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:hf.call(this,Vt),display:hf.call(this,hn),theme:hf.call(this,ha),icons:hf.call(this,Ft),locale:hf.call(this,va),date:hf.call(this,wu)})}}})},unmount:function(){u.stop()},defaults:e,display:l,theme:o,icons:c,locale:d,date:v,goTo:p}}))}function hf(e){const t=this.$,a=t.parent?.provides??t.vnode.appContext?.provides
|
2193
|
-
if(a&&e in a)return a[e]}gf.version="3.8.1-master.2025-04-
|
2194
|
-
const yf=function(){return gf({components:rf,directives:mf,...arguments.length>0&&void 0!==arguments[0]?arguments[0]:{}})},bf="3.8.1-master.2025-04-
|
2193
|
+
if(a&&e in a)return a[e]}gf.version="3.8.1-master.2025-04-09"
|
2194
|
+
const yf=function(){return gf({components:rf,directives:mf,...arguments.length>0&&void 0!==arguments[0]?arguments[0]:{}})},bf="3.8.1-master.2025-04-09"
|
2195
2195
|
yf.version=bf,e.blueprints=qt,e.components=rf,e.createVuetify=yf,e.directives=mf,e.useDate=ku,e.useDefaults=function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=arguments.length>1?arguments[1]:void 0
|
2196
2196
|
const{props:a,provideSubDefaults:l}=kt(e,t)
|
2197
2197
|
return l(),a},e.useDisplay=xn,e.useGoTo=Pn,e.useLayout=ea,e.useLocale=fa,e.useRtl=ga,e.useTheme=Ca,e.version=bf}))
|
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.8.1-master.2025-04-
|
19
|
+
export const version = "3.8.1-master.2025-04-09";
|
20
20
|
createVuetify.version = version;
|
21
21
|
export { blueprints, components, directives };
|
22
22
|
export * from "./composables/index.js";
|
package/lib/framework.d.ts
CHANGED
@@ -2569,50 +2569,42 @@ declare module 'vue' {
|
|
2569
2569
|
$children?: VNodeChild
|
2570
2570
|
}
|
2571
2571
|
export interface GlobalComponents {
|
2572
|
-
VApp: typeof import('vuetify/components')['VApp']
|
2573
2572
|
VAppBar: typeof import('vuetify/components')['VAppBar']
|
2574
2573
|
VAppBarNavIcon: typeof import('vuetify/components')['VAppBarNavIcon']
|
2575
2574
|
VAppBarTitle: typeof import('vuetify/components')['VAppBarTitle']
|
2576
|
-
|
2575
|
+
VApp: typeof import('vuetify/components')['VApp']
|
2576
|
+
VAvatar: typeof import('vuetify/components')['VAvatar']
|
2577
|
+
VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
|
2577
2578
|
VAlert: typeof import('vuetify/components')['VAlert']
|
2578
2579
|
VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
|
2579
|
-
VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
|
2580
|
-
VAvatar: typeof import('vuetify/components')['VAvatar']
|
2581
|
-
VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
|
2582
|
-
VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
|
2583
|
-
VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
|
2584
|
-
VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
|
2585
|
-
VBtn: typeof import('vuetify/components')['VBtn']
|
2586
2580
|
VBanner: typeof import('vuetify/components')['VBanner']
|
2587
2581
|
VBannerActions: typeof import('vuetify/components')['VBannerActions']
|
2588
2582
|
VBannerText: typeof import('vuetify/components')['VBannerText']
|
2589
|
-
|
2590
|
-
|
2591
|
-
|
2592
|
-
VCarousel: typeof import('vuetify/components')['VCarousel']
|
2593
|
-
VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
|
2583
|
+
VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
|
2584
|
+
VBadge: typeof import('vuetify/components')['VBadge']
|
2585
|
+
VBtn: typeof import('vuetify/components')['VBtn']
|
2594
2586
|
VCard: typeof import('vuetify/components')['VCard']
|
2595
2587
|
VCardActions: typeof import('vuetify/components')['VCardActions']
|
2596
2588
|
VCardItem: typeof import('vuetify/components')['VCardItem']
|
2597
2589
|
VCardSubtitle: typeof import('vuetify/components')['VCardSubtitle']
|
2598
2590
|
VCardText: typeof import('vuetify/components')['VCardText']
|
2599
2591
|
VCardTitle: typeof import('vuetify/components')['VCardTitle']
|
2600
|
-
|
2592
|
+
VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
|
2593
|
+
VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
|
2594
|
+
VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
|
2595
|
+
VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
|
2596
|
+
VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
|
2597
|
+
VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
|
2601
2598
|
VCheckbox: typeof import('vuetify/components')['VCheckbox']
|
2602
2599
|
VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
|
2603
2600
|
VChip: typeof import('vuetify/components')['VChip']
|
2604
|
-
VColorPicker: typeof import('vuetify/components')['VColorPicker']
|
2605
|
-
VCode: typeof import('vuetify/components')['VCode']
|
2606
2601
|
VCounter: typeof import('vuetify/components')['VCounter']
|
2602
|
+
VCarousel: typeof import('vuetify/components')['VCarousel']
|
2603
|
+
VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
|
2604
|
+
VChipGroup: typeof import('vuetify/components')['VChipGroup']
|
2605
|
+
VColorPicker: typeof import('vuetify/components')['VColorPicker']
|
2607
2606
|
VCombobox: typeof import('vuetify/components')['VCombobox']
|
2608
|
-
|
2609
|
-
VDatePicker: typeof import('vuetify/components')['VDatePicker']
|
2610
|
-
VDatePickerControls: typeof import('vuetify/components')['VDatePickerControls']
|
2611
|
-
VDatePickerHeader: typeof import('vuetify/components')['VDatePickerHeader']
|
2612
|
-
VDatePickerMonth: typeof import('vuetify/components')['VDatePickerMonth']
|
2613
|
-
VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
|
2614
|
-
VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
|
2615
|
-
VDivider: typeof import('vuetify/components')['VDivider']
|
2607
|
+
VCode: typeof import('vuetify/components')['VCode']
|
2616
2608
|
VDataTable: typeof import('vuetify/components')['VDataTable']
|
2617
2609
|
VDataTableHeaders: typeof import('vuetify/components')['VDataTableHeaders']
|
2618
2610
|
VDataTableFooter: typeof import('vuetify/components')['VDataTableFooter']
|
@@ -2620,28 +2612,38 @@ declare module 'vue' {
|
|
2620
2612
|
VDataTableRow: typeof import('vuetify/components')['VDataTableRow']
|
2621
2613
|
VDataTableVirtual: typeof import('vuetify/components')['VDataTableVirtual']
|
2622
2614
|
VDataTableServer: typeof import('vuetify/components')['VDataTableServer']
|
2623
|
-
|
2615
|
+
VDatePicker: typeof import('vuetify/components')['VDatePicker']
|
2616
|
+
VDatePickerControls: typeof import('vuetify/components')['VDatePickerControls']
|
2617
|
+
VDatePickerHeader: typeof import('vuetify/components')['VDatePickerHeader']
|
2618
|
+
VDatePickerMonth: typeof import('vuetify/components')['VDatePickerMonth']
|
2619
|
+
VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
|
2620
|
+
VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
|
2621
|
+
VDialog: typeof import('vuetify/components')['VDialog']
|
2622
|
+
VDivider: typeof import('vuetify/components')['VDivider']
|
2624
2623
|
VEmptyState: typeof import('vuetify/components')['VEmptyState']
|
2624
|
+
VFab: typeof import('vuetify/components')['VFab']
|
2625
|
+
VIcon: typeof import('vuetify/components')['VIcon']
|
2626
|
+
VComponentIcon: typeof import('vuetify/components')['VComponentIcon']
|
2627
|
+
VSvgIcon: typeof import('vuetify/components')['VSvgIcon']
|
2628
|
+
VLigatureIcon: typeof import('vuetify/components')['VLigatureIcon']
|
2629
|
+
VClassIcon: typeof import('vuetify/components')['VClassIcon']
|
2625
2630
|
VField: typeof import('vuetify/components')['VField']
|
2626
2631
|
VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
|
2627
|
-
VFileInput: typeof import('vuetify/components')['VFileInput']
|
2628
2632
|
VExpansionPanels: typeof import('vuetify/components')['VExpansionPanels']
|
2629
2633
|
VExpansionPanel: typeof import('vuetify/components')['VExpansionPanel']
|
2630
2634
|
VExpansionPanelText: typeof import('vuetify/components')['VExpansionPanelText']
|
2631
2635
|
VExpansionPanelTitle: typeof import('vuetify/components')['VExpansionPanelTitle']
|
2632
2636
|
VFooter: typeof import('vuetify/components')['VFooter']
|
2637
|
+
VFileInput: typeof import('vuetify/components')['VFileInput']
|
2633
2638
|
VImg: typeof import('vuetify/components')['VImg']
|
2634
|
-
VIcon: typeof import('vuetify/components')['VIcon']
|
2635
|
-
VComponentIcon: typeof import('vuetify/components')['VComponentIcon']
|
2636
|
-
VSvgIcon: typeof import('vuetify/components')['VSvgIcon']
|
2637
|
-
VLigatureIcon: typeof import('vuetify/components')['VLigatureIcon']
|
2638
|
-
VClassIcon: typeof import('vuetify/components')['VClassIcon']
|
2639
|
-
VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
|
2640
|
-
VKbd: typeof import('vuetify/components')['VKbd']
|
2641
2639
|
VItemGroup: typeof import('vuetify/components')['VItemGroup']
|
2642
2640
|
VItem: typeof import('vuetify/components')['VItem']
|
2643
2641
|
VInput: typeof import('vuetify/components')['VInput']
|
2642
|
+
VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
|
2643
|
+
VLabel: typeof import('vuetify/components')['VLabel']
|
2644
|
+
VKbd: typeof import('vuetify/components')['VKbd']
|
2644
2645
|
VMain: typeof import('vuetify/components')['VMain']
|
2646
|
+
VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
|
2645
2647
|
VList: typeof import('vuetify/components')['VList']
|
2646
2648
|
VListGroup: typeof import('vuetify/components')['VListGroup']
|
2647
2649
|
VListImg: typeof import('vuetify/components')['VListImg']
|
@@ -2651,74 +2653,72 @@ declare module 'vue' {
|
|
2651
2653
|
VListItemSubtitle: typeof import('vuetify/components')['VListItemSubtitle']
|
2652
2654
|
VListItemTitle: typeof import('vuetify/components')['VListItemTitle']
|
2653
2655
|
VListSubheader: typeof import('vuetify/components')['VListSubheader']
|
2654
|
-
VLabel: typeof import('vuetify/components')['VLabel']
|
2655
2656
|
VMenu: typeof import('vuetify/components')['VMenu']
|
2656
|
-
VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
|
2657
|
-
VNumberInput: typeof import('vuetify/components')['VNumberInput']
|
2658
2657
|
VMessages: typeof import('vuetify/components')['VMessages']
|
2659
|
-
|
2658
|
+
VNumberInput: typeof import('vuetify/components')['VNumberInput']
|
2660
2659
|
VOtpInput: typeof import('vuetify/components')['VOtpInput']
|
2660
|
+
VOverlay: typeof import('vuetify/components')['VOverlay']
|
2661
2661
|
VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
|
2662
|
-
VPagination: typeof import('vuetify/components')['VPagination']
|
2663
|
-
VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
|
2664
2662
|
VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
|
2663
|
+
VPagination: typeof import('vuetify/components')['VPagination']
|
2665
2664
|
VRating: typeof import('vuetify/components')['VRating']
|
2665
|
+
VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
|
2666
2666
|
VSelect: typeof import('vuetify/components')['VSelect']
|
2667
|
+
VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
|
2667
2668
|
VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
|
2668
2669
|
VSheet: typeof import('vuetify/components')['VSheet']
|
2669
|
-
VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
|
2670
2670
|
VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
|
2671
2671
|
VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
|
2672
|
-
|
2673
|
-
VSlider: typeof import('vuetify/components')['VSlider']
|
2672
|
+
VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
|
2674
2673
|
VSnackbar: typeof import('vuetify/components')['VSnackbar']
|
2674
|
+
VSlider: typeof import('vuetify/components')['VSlider']
|
2675
2675
|
VStepper: typeof import('vuetify/components')['VStepper']
|
2676
2676
|
VStepperActions: typeof import('vuetify/components')['VStepperActions']
|
2677
2677
|
VStepperHeader: typeof import('vuetify/components')['VStepperHeader']
|
2678
2678
|
VStepperItem: typeof import('vuetify/components')['VStepperItem']
|
2679
2679
|
VStepperWindow: typeof import('vuetify/components')['VStepperWindow']
|
2680
2680
|
VStepperWindowItem: typeof import('vuetify/components')['VStepperWindowItem']
|
2681
|
+
VTextarea: typeof import('vuetify/components')['VTextarea']
|
2682
|
+
VSwitch: typeof import('vuetify/components')['VSwitch']
|
2683
|
+
VSystemBar: typeof import('vuetify/components')['VSystemBar']
|
2681
2684
|
VTab: typeof import('vuetify/components')['VTab']
|
2682
2685
|
VTabs: typeof import('vuetify/components')['VTabs']
|
2683
2686
|
VTabsWindow: typeof import('vuetify/components')['VTabsWindow']
|
2684
2687
|
VTabsWindowItem: typeof import('vuetify/components')['VTabsWindowItem']
|
2685
|
-
VSwitch: typeof import('vuetify/components')['VSwitch']
|
2686
2688
|
VTable: typeof import('vuetify/components')['VTable']
|
2687
2689
|
VTextField: typeof import('vuetify/components')['VTextField']
|
2688
|
-
VSystemBar: typeof import('vuetify/components')['VSystemBar']
|
2689
|
-
VTextarea: typeof import('vuetify/components')['VTextarea']
|
2690
|
-
VTooltip: typeof import('vuetify/components')['VTooltip']
|
2691
2690
|
VTimeline: typeof import('vuetify/components')['VTimeline']
|
2692
2691
|
VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
|
2693
2692
|
VToolbar: typeof import('vuetify/components')['VToolbar']
|
2694
2693
|
VToolbarTitle: typeof import('vuetify/components')['VToolbarTitle']
|
2695
2694
|
VToolbarItems: typeof import('vuetify/components')['VToolbarItems']
|
2695
|
+
VTooltip: typeof import('vuetify/components')['VTooltip']
|
2696
2696
|
VWindow: typeof import('vuetify/components')['VWindow']
|
2697
2697
|
VWindowItem: typeof import('vuetify/components')['VWindowItem']
|
2698
2698
|
VConfirmEdit: typeof import('vuetify/components')['VConfirmEdit']
|
2699
2699
|
VDataIterator: typeof import('vuetify/components')['VDataIterator']
|
2700
2700
|
VDefaultsProvider: typeof import('vuetify/components')['VDefaultsProvider']
|
2701
|
+
VHover: typeof import('vuetify/components')['VHover']
|
2701
2702
|
VForm: typeof import('vuetify/components')['VForm']
|
2702
2703
|
VContainer: typeof import('vuetify/components')['VContainer']
|
2703
2704
|
VCol: typeof import('vuetify/components')['VCol']
|
2704
2705
|
VRow: typeof import('vuetify/components')['VRow']
|
2705
2706
|
VSpacer: typeof import('vuetify/components')['VSpacer']
|
2706
|
-
VHover: typeof import('vuetify/components')['VHover']
|
2707
|
-
VLazy: typeof import('vuetify/components')['VLazy']
|
2708
2707
|
VLayout: typeof import('vuetify/components')['VLayout']
|
2709
2708
|
VLayoutItem: typeof import('vuetify/components')['VLayoutItem']
|
2709
|
+
VLazy: typeof import('vuetify/components')['VLazy']
|
2710
2710
|
VLocaleProvider: typeof import('vuetify/components')['VLocaleProvider']
|
2711
2711
|
VNoSsr: typeof import('vuetify/components')['VNoSsr']
|
2712
2712
|
VParallax: typeof import('vuetify/components')['VParallax']
|
2713
2713
|
VRangeSlider: typeof import('vuetify/components')['VRangeSlider']
|
2714
|
-
VRadio: typeof import('vuetify/components')['VRadio']
|
2715
2714
|
VResponsive: typeof import('vuetify/components')['VResponsive']
|
2715
|
+
VRadio: typeof import('vuetify/components')['VRadio']
|
2716
2716
|
VSnackbarQueue: typeof import('vuetify/components')['VSnackbarQueue']
|
2717
2717
|
VSparkline: typeof import('vuetify/components')['VSparkline']
|
2718
2718
|
VSpeedDial: typeof import('vuetify/components')['VSpeedDial']
|
2719
2719
|
VThemeProvider: typeof import('vuetify/components')['VThemeProvider']
|
2720
|
-
VVirtualScroll: typeof import('vuetify/components')['VVirtualScroll']
|
2721
2720
|
VValidation: typeof import('vuetify/components')['VValidation']
|
2721
|
+
VVirtualScroll: typeof import('vuetify/components')['VVirtualScroll']
|
2722
2722
|
VFabTransition: typeof import('vuetify/components')['VFabTransition']
|
2723
2723
|
VDialogBottomTransition: typeof import('vuetify/components')['VDialogBottomTransition']
|
2724
2724
|
VDialogTopTransition: typeof import('vuetify/components')['VDialogTopTransition']
|
@@ -2735,26 +2735,26 @@ declare module 'vue' {
|
|
2735
2735
|
VExpandTransition: typeof import('vuetify/components')['VExpandTransition']
|
2736
2736
|
VExpandXTransition: typeof import('vuetify/components')['VExpandXTransition']
|
2737
2737
|
VDialogTransition: typeof import('vuetify/components')['VDialogTransition']
|
2738
|
+
VCalendar: typeof import('vuetify/labs/components')['VCalendar']
|
2739
|
+
VCalendarDay: typeof import('vuetify/labs/components')['VCalendarDay']
|
2740
|
+
VCalendarHeader: typeof import('vuetify/labs/components')['VCalendarHeader']
|
2741
|
+
VCalendarInterval: typeof import('vuetify/labs/components')['VCalendarInterval']
|
2742
|
+
VCalendarIntervalEvent: typeof import('vuetify/labs/components')['VCalendarIntervalEvent']
|
2743
|
+
VCalendarMonthDay: typeof import('vuetify/labs/components')['VCalendarMonthDay']
|
2744
|
+
VIconBtn: typeof import('vuetify/labs/components')['VIconBtn']
|
2738
2745
|
VFileUpload: typeof import('vuetify/labs/components')['VFileUpload']
|
2739
2746
|
VFileUploadItem: typeof import('vuetify/labs/components')['VFileUploadItem']
|
2740
|
-
VPicker: typeof import('vuetify/labs/components')['VPicker']
|
2741
|
-
VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
|
2742
|
-
VIconBtn: typeof import('vuetify/labs/components')['VIconBtn']
|
2743
|
-
VStepperVertical: typeof import('vuetify/labs/components')['VStepperVertical']
|
2744
|
-
VStepperVerticalItem: typeof import('vuetify/labs/components')['VStepperVerticalItem']
|
2745
|
-
VStepperVerticalActions: typeof import('vuetify/labs/components')['VStepperVerticalActions']
|
2746
2747
|
VTreeview: typeof import('vuetify/labs/components')['VTreeview']
|
2747
2748
|
VTreeviewItem: typeof import('vuetify/labs/components')['VTreeviewItem']
|
2748
2749
|
VTreeviewGroup: typeof import('vuetify/labs/components')['VTreeviewGroup']
|
2750
|
+
VStepperVertical: typeof import('vuetify/labs/components')['VStepperVertical']
|
2751
|
+
VStepperVerticalItem: typeof import('vuetify/labs/components')['VStepperVerticalItem']
|
2752
|
+
VStepperVerticalActions: typeof import('vuetify/labs/components')['VStepperVerticalActions']
|
2753
|
+
VPicker: typeof import('vuetify/labs/components')['VPicker']
|
2754
|
+
VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
|
2749
2755
|
VTimePicker: typeof import('vuetify/labs/components')['VTimePicker']
|
2750
2756
|
VTimePickerClock: typeof import('vuetify/labs/components')['VTimePickerClock']
|
2751
2757
|
VTimePickerControls: typeof import('vuetify/labs/components')['VTimePickerControls']
|
2752
|
-
VCalendar: typeof import('vuetify/labs/components')['VCalendar']
|
2753
|
-
VCalendarDay: typeof import('vuetify/labs/components')['VCalendarDay']
|
2754
|
-
VCalendarHeader: typeof import('vuetify/labs/components')['VCalendarHeader']
|
2755
|
-
VCalendarInterval: typeof import('vuetify/labs/components')['VCalendarInterval']
|
2756
|
-
VCalendarIntervalEvent: typeof import('vuetify/labs/components')['VCalendarIntervalEvent']
|
2757
|
-
VCalendarMonthDay: typeof import('vuetify/labs/components')['VCalendarMonthDay']
|
2758
2758
|
VDateInput: typeof import('vuetify/labs/components')['VDateInput']
|
2759
2759
|
VPullToRefresh: typeof import('vuetify/labs/components')['VPullToRefresh']
|
2760
2760
|
}
|
package/lib/framework.js
CHANGED