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