@vuetify/nightly 3.8.3-master.2025-05-02 → 3.8.3-master.2025-05-03
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 +3124 -3124
- package/dist/json/importMap-labs.json +18 -18
- package/dist/json/importMap.json +172 -172
- package/dist/json/web-types.json +5526 -5526
- package/dist/vuetify-labs.cjs +3 -3
- package/dist/vuetify-labs.css +5149 -5149
- package/dist/vuetify-labs.d.ts +58 -58
- 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 +3287 -3287
- package/dist/vuetify.d.ts +58 -58
- 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 +58 -58
- 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.3-master.2025-05-
|
2
|
+
* Vuetify v3.8.3-master.2025-05-03
|
3
3
|
* Forged by John Leider
|
4
4
|
* Released under the MIT License.
|
5
5
|
*/
|
@@ -2205,8 +2205,8 @@ if(f.run((()=>{o.install(u)})),u.onUnmount((()=>f.stop())),u.provide(wt,e),u.pro
|
|
2205
2205
|
else{const{mount:e}=u
|
2206
2206
|
u.mount=function(){const a=e(...arguments)
|
2207
2207
|
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:bf.call(this,wt),display:bf.call(this,bn),theme:bf.call(this,ya),icons:bf.call(this,$t),locale:bf.call(this,pa),date:bf.call(this,ku)})}}})},unmount:function(){u.stop()},defaults:e,display:l,theme:o,icons:c,locale:d,date:v,goTo:p}}))}function bf(e){const t=this.$,a=t.parent?.provides??t.vnode.appContext?.provides
|
2208
|
-
if(a&&e in a)return a[e]}yf.version="3.8.3-master.2025-05-
|
2209
|
-
const Vf=function(){return yf({components:uf,directives:hf,...arguments.length>0&&void 0!==arguments[0]?arguments[0]:{}})},wf="3.8.3-master.2025-05-
|
2208
|
+
if(a&&e in a)return a[e]}yf.version="3.8.3-master.2025-05-03"
|
2209
|
+
const Vf=function(){return yf({components:uf,directives:hf,...arguments.length>0&&void 0!==arguments[0]?arguments[0]:{}})},wf="3.8.3-master.2025-05-03"
|
2210
2210
|
Vf.version=wf,e.blueprints=Kt,e.components=uf,e.createVuetify=Vf,e.directives=hf,e.useDate=Nu,e.useDefaults=function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=arguments.length>1?arguments[1]:void 0
|
2211
2211
|
const{props:a,provideSubDefaults:l}=xt(e,t)
|
2212
2212
|
return l(),a},e.useDisplay=Cn,e.useGoTo=Rn,e.useLayout=ta,e.useLocale=ma,e.useRtl=ha,e.useTheme=Ia,e.version=wf}))
|
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.3-master.2025-05-
|
19
|
+
export const version = "3.8.3-master.2025-05-03";
|
20
20
|
createVuetify.version = version;
|
21
21
|
export { blueprints, components, directives };
|
22
22
|
export * from "./composables/index.js";
|
package/lib/framework.d.ts
CHANGED
@@ -2537,38 +2537,48 @@ declare module 'vue' {
|
|
2537
2537
|
$children?: VNodeChild
|
2538
2538
|
}
|
2539
2539
|
export interface GlobalComponents {
|
2540
|
+
VApp: typeof import('vuetify/components')['VApp']
|
2540
2541
|
VAppBar: typeof import('vuetify/components')['VAppBar']
|
2541
2542
|
VAppBarNavIcon: typeof import('vuetify/components')['VAppBarNavIcon']
|
2542
2543
|
VAppBarTitle: typeof import('vuetify/components')['VAppBarTitle']
|
2543
2544
|
VAlert: typeof import('vuetify/components')['VAlert']
|
2544
2545
|
VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
|
2545
2546
|
VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
|
2546
|
-
VApp: typeof import('vuetify/components')['VApp']
|
2547
2547
|
VAvatar: typeof import('vuetify/components')['VAvatar']
|
2548
|
+
VBadge: typeof import('vuetify/components')['VBadge']
|
2549
|
+
VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
|
2548
2550
|
VBanner: typeof import('vuetify/components')['VBanner']
|
2549
2551
|
VBannerActions: typeof import('vuetify/components')['VBannerActions']
|
2550
2552
|
VBannerText: typeof import('vuetify/components')['VBannerText']
|
2551
2553
|
VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
|
2552
|
-
|
2553
|
-
|
2554
|
+
VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
|
2555
|
+
VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
|
2556
|
+
VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
|
2554
2557
|
VBtn: typeof import('vuetify/components')['VBtn']
|
2558
|
+
VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
|
2559
|
+
VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
|
2555
2560
|
VCard: typeof import('vuetify/components')['VCard']
|
2556
2561
|
VCardActions: typeof import('vuetify/components')['VCardActions']
|
2557
2562
|
VCardItem: typeof import('vuetify/components')['VCardItem']
|
2558
2563
|
VCardSubtitle: typeof import('vuetify/components')['VCardSubtitle']
|
2559
2564
|
VCardText: typeof import('vuetify/components')['VCardText']
|
2560
2565
|
VCardTitle: typeof import('vuetify/components')['VCardTitle']
|
2561
|
-
VChip: typeof import('vuetify/components')['VChip']
|
2562
2566
|
VCheckbox: typeof import('vuetify/components')['VCheckbox']
|
2563
2567
|
VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
|
2564
|
-
VChipGroup: typeof import('vuetify/components')['VChipGroup']
|
2565
|
-
VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
|
2566
|
-
VColorPicker: typeof import('vuetify/components')['VColorPicker']
|
2567
2568
|
VCarousel: typeof import('vuetify/components')['VCarousel']
|
2568
2569
|
VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
|
2569
|
-
|
2570
|
+
VChipGroup: typeof import('vuetify/components')['VChipGroup']
|
2571
|
+
VCode: typeof import('vuetify/components')['VCode']
|
2572
|
+
VColorPicker: typeof import('vuetify/components')['VColorPicker']
|
2570
2573
|
VCombobox: typeof import('vuetify/components')['VCombobox']
|
2571
2574
|
VCounter: typeof import('vuetify/components')['VCounter']
|
2575
|
+
VChip: typeof import('vuetify/components')['VChip']
|
2576
|
+
VDatePicker: typeof import('vuetify/components')['VDatePicker']
|
2577
|
+
VDatePickerControls: typeof import('vuetify/components')['VDatePickerControls']
|
2578
|
+
VDatePickerHeader: typeof import('vuetify/components')['VDatePickerHeader']
|
2579
|
+
VDatePickerMonth: typeof import('vuetify/components')['VDatePickerMonth']
|
2580
|
+
VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
|
2581
|
+
VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
|
2572
2582
|
VDataTable: typeof import('vuetify/components')['VDataTable']
|
2573
2583
|
VDataTableHeaders: typeof import('vuetify/components')['VDataTableHeaders']
|
2574
2584
|
VDataTableFooter: typeof import('vuetify/components')['VDataTableFooter']
|
@@ -2576,32 +2586,30 @@ declare module 'vue' {
|
|
2576
2586
|
VDataTableRow: typeof import('vuetify/components')['VDataTableRow']
|
2577
2587
|
VDataTableVirtual: typeof import('vuetify/components')['VDataTableVirtual']
|
2578
2588
|
VDataTableServer: typeof import('vuetify/components')['VDataTableServer']
|
2579
|
-
|
2580
|
-
|
2581
|
-
VDatePickerHeader: typeof import('vuetify/components')['VDatePickerHeader']
|
2582
|
-
VDatePickerMonth: typeof import('vuetify/components')['VDatePickerMonth']
|
2583
|
-
VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
|
2584
|
-
VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
|
2585
|
-
VCode: typeof import('vuetify/components')['VCode']
|
2586
|
-
VFab: typeof import('vuetify/components')['VFab']
|
2589
|
+
VDialog: typeof import('vuetify/components')['VDialog']
|
2590
|
+
VEmptyState: typeof import('vuetify/components')['VEmptyState']
|
2587
2591
|
VDivider: typeof import('vuetify/components')['VDivider']
|
2588
2592
|
VExpansionPanels: typeof import('vuetify/components')['VExpansionPanels']
|
2589
2593
|
VExpansionPanel: typeof import('vuetify/components')['VExpansionPanel']
|
2590
2594
|
VExpansionPanelText: typeof import('vuetify/components')['VExpansionPanelText']
|
2591
2595
|
VExpansionPanelTitle: typeof import('vuetify/components')['VExpansionPanelTitle']
|
2592
|
-
|
2596
|
+
VFab: typeof import('vuetify/components')['VFab']
|
2593
2597
|
VField: typeof import('vuetify/components')['VField']
|
2594
2598
|
VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
|
2595
|
-
VFileInput: typeof import('vuetify/components')['VFileInput']
|
2596
2599
|
VFooter: typeof import('vuetify/components')['VFooter']
|
2597
|
-
|
2598
|
-
VEmptyState: typeof import('vuetify/components')['VEmptyState']
|
2600
|
+
VFileInput: typeof import('vuetify/components')['VFileInput']
|
2599
2601
|
VIcon: typeof import('vuetify/components')['VIcon']
|
2600
2602
|
VComponentIcon: typeof import('vuetify/components')['VComponentIcon']
|
2601
2603
|
VSvgIcon: typeof import('vuetify/components')['VSvgIcon']
|
2602
2604
|
VLigatureIcon: typeof import('vuetify/components')['VLigatureIcon']
|
2603
2605
|
VClassIcon: typeof import('vuetify/components')['VClassIcon']
|
2606
|
+
VImg: typeof import('vuetify/components')['VImg']
|
2604
2607
|
VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
|
2608
|
+
VItemGroup: typeof import('vuetify/components')['VItemGroup']
|
2609
|
+
VItem: typeof import('vuetify/components')['VItem']
|
2610
|
+
VInput: typeof import('vuetify/components')['VInput']
|
2611
|
+
VKbd: typeof import('vuetify/components')['VKbd']
|
2612
|
+
VLabel: typeof import('vuetify/components')['VLabel']
|
2605
2613
|
VList: typeof import('vuetify/components')['VList']
|
2606
2614
|
VListGroup: typeof import('vuetify/components')['VListGroup']
|
2607
2615
|
VListImg: typeof import('vuetify/components')['VListImg']
|
@@ -2611,35 +2619,27 @@ declare module 'vue' {
|
|
2611
2619
|
VListItemSubtitle: typeof import('vuetify/components')['VListItemSubtitle']
|
2612
2620
|
VListItemTitle: typeof import('vuetify/components')['VListItemTitle']
|
2613
2621
|
VListSubheader: typeof import('vuetify/components')['VListSubheader']
|
2614
|
-
VLabel: typeof import('vuetify/components')['VLabel']
|
2615
|
-
VKbd: typeof import('vuetify/components')['VKbd']
|
2616
|
-
VItemGroup: typeof import('vuetify/components')['VItemGroup']
|
2617
|
-
VItem: typeof import('vuetify/components')['VItem']
|
2618
|
-
VImg: typeof import('vuetify/components')['VImg']
|
2619
|
-
VMenu: typeof import('vuetify/components')['VMenu']
|
2620
2622
|
VMain: typeof import('vuetify/components')['VMain']
|
2623
|
+
VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
|
2624
|
+
VMenu: typeof import('vuetify/components')['VMenu']
|
2621
2625
|
VMessages: typeof import('vuetify/components')['VMessages']
|
2626
|
+
VOtpInput: typeof import('vuetify/components')['VOtpInput']
|
2622
2627
|
VNumberInput: typeof import('vuetify/components')['VNumberInput']
|
2623
2628
|
VOverlay: typeof import('vuetify/components')['VOverlay']
|
2624
|
-
VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
|
2625
|
-
VPagination: typeof import('vuetify/components')['VPagination']
|
2626
2629
|
VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
|
2627
|
-
|
2628
|
-
VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
|
2630
|
+
VPagination: typeof import('vuetify/components')['VPagination']
|
2629
2631
|
VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
|
2632
|
+
VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
|
2630
2633
|
VRating: typeof import('vuetify/components')['VRating']
|
2631
|
-
VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
|
2632
|
-
VSheet: typeof import('vuetify/components')['VSheet']
|
2633
2634
|
VSelect: typeof import('vuetify/components')['VSelect']
|
2634
|
-
|
2635
|
+
VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
|
2636
|
+
VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
|
2635
2637
|
VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
|
2636
2638
|
VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
|
2639
|
+
VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
|
2637
2640
|
VSlider: typeof import('vuetify/components')['VSlider']
|
2641
|
+
VSheet: typeof import('vuetify/components')['VSheet']
|
2638
2642
|
VSnackbar: typeof import('vuetify/components')['VSnackbar']
|
2639
|
-
VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
|
2640
|
-
VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
|
2641
|
-
VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
|
2642
|
-
VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
|
2643
2643
|
VStepper: typeof import('vuetify/components')['VStepper']
|
2644
2644
|
VStepperActions: typeof import('vuetify/components')['VStepperActions']
|
2645
2645
|
VStepperHeader: typeof import('vuetify/components')['VStepperHeader']
|
@@ -2648,44 +2648,45 @@ declare module 'vue' {
|
|
2648
2648
|
VStepperWindowItem: typeof import('vuetify/components')['VStepperWindowItem']
|
2649
2649
|
VSwitch: typeof import('vuetify/components')['VSwitch']
|
2650
2650
|
VSystemBar: typeof import('vuetify/components')['VSystemBar']
|
2651
|
-
VTooltip: typeof import('vuetify/components')['VTooltip']
|
2652
|
-
VTextField: typeof import('vuetify/components')['VTextField']
|
2653
2651
|
VTab: typeof import('vuetify/components')['VTab']
|
2654
2652
|
VTabs: typeof import('vuetify/components')['VTabs']
|
2655
2653
|
VTabsWindow: typeof import('vuetify/components')['VTabsWindow']
|
2656
2654
|
VTabsWindowItem: typeof import('vuetify/components')['VTabsWindowItem']
|
2657
2655
|
VTable: typeof import('vuetify/components')['VTable']
|
2658
|
-
VToolbar: typeof import('vuetify/components')['VToolbar']
|
2659
|
-
VToolbarTitle: typeof import('vuetify/components')['VToolbarTitle']
|
2660
|
-
VToolbarItems: typeof import('vuetify/components')['VToolbarItems']
|
2661
2656
|
VTextarea: typeof import('vuetify/components')['VTextarea']
|
2657
|
+
VTextField: typeof import('vuetify/components')['VTextField']
|
2662
2658
|
VTimeline: typeof import('vuetify/components')['VTimeline']
|
2663
2659
|
VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
|
2664
|
-
|
2660
|
+
VToolbar: typeof import('vuetify/components')['VToolbar']
|
2661
|
+
VToolbarTitle: typeof import('vuetify/components')['VToolbarTitle']
|
2662
|
+
VToolbarItems: typeof import('vuetify/components')['VToolbarItems']
|
2663
|
+
VTooltip: typeof import('vuetify/components')['VTooltip']
|
2664
|
+
VWindow: typeof import('vuetify/components')['VWindow']
|
2665
|
+
VWindowItem: typeof import('vuetify/components')['VWindowItem']
|
2665
2666
|
VConfirmEdit: typeof import('vuetify/components')['VConfirmEdit']
|
2667
|
+
VDataIterator: typeof import('vuetify/components')['VDataIterator']
|
2666
2668
|
VDefaultsProvider: typeof import('vuetify/components')['VDefaultsProvider']
|
2667
|
-
VForm: typeof import('vuetify/components')['VForm']
|
2668
2669
|
VContainer: typeof import('vuetify/components')['VContainer']
|
2669
2670
|
VCol: typeof import('vuetify/components')['VCol']
|
2670
2671
|
VRow: typeof import('vuetify/components')['VRow']
|
2671
2672
|
VSpacer: typeof import('vuetify/components')['VSpacer']
|
2673
|
+
VForm: typeof import('vuetify/components')['VForm']
|
2672
2674
|
VHover: typeof import('vuetify/components')['VHover']
|
2673
|
-
VLazy: typeof import('vuetify/components')['VLazy']
|
2674
|
-
VWindow: typeof import('vuetify/components')['VWindow']
|
2675
|
-
VWindowItem: typeof import('vuetify/components')['VWindowItem']
|
2676
|
-
VLocaleProvider: typeof import('vuetify/components')['VLocaleProvider']
|
2677
2675
|
VLayout: typeof import('vuetify/components')['VLayout']
|
2678
2676
|
VLayoutItem: typeof import('vuetify/components')['VLayoutItem']
|
2677
|
+
VLazy: typeof import('vuetify/components')['VLazy']
|
2678
|
+
VLocaleProvider: typeof import('vuetify/components')['VLocaleProvider']
|
2679
2679
|
VNoSsr: typeof import('vuetify/components')['VNoSsr']
|
2680
2680
|
VParallax: typeof import('vuetify/components')['VParallax']
|
2681
2681
|
VRadio: typeof import('vuetify/components')['VRadio']
|
2682
|
-
VRangeSlider: typeof import('vuetify/components')['VRangeSlider']
|
2683
2682
|
VResponsive: typeof import('vuetify/components')['VResponsive']
|
2684
|
-
|
2683
|
+
VRangeSlider: typeof import('vuetify/components')['VRangeSlider']
|
2685
2684
|
VSpeedDial: typeof import('vuetify/components')['VSpeedDial']
|
2685
|
+
VSnackbarQueue: typeof import('vuetify/components')['VSnackbarQueue']
|
2686
|
+
VSparkline: typeof import('vuetify/components')['VSparkline']
|
2686
2687
|
VThemeProvider: typeof import('vuetify/components')['VThemeProvider']
|
2687
|
-
VValidation: typeof import('vuetify/components')['VValidation']
|
2688
2688
|
VVirtualScroll: typeof import('vuetify/components')['VVirtualScroll']
|
2689
|
+
VValidation: typeof import('vuetify/components')['VValidation']
|
2689
2690
|
VFabTransition: typeof import('vuetify/components')['VFabTransition']
|
2690
2691
|
VDialogBottomTransition: typeof import('vuetify/components')['VDialogBottomTransition']
|
2691
2692
|
VDialogTopTransition: typeof import('vuetify/components')['VDialogTopTransition']
|
@@ -2702,27 +2703,26 @@ declare module 'vue' {
|
|
2702
2703
|
VExpandTransition: typeof import('vuetify/components')['VExpandTransition']
|
2703
2704
|
VExpandXTransition: typeof import('vuetify/components')['VExpandXTransition']
|
2704
2705
|
VDialogTransition: typeof import('vuetify/components')['VDialogTransition']
|
2705
|
-
VSnackbarQueue: typeof import('vuetify/components')['VSnackbarQueue']
|
2706
2706
|
VCalendar: typeof import('vuetify/labs/components')['VCalendar']
|
2707
2707
|
VCalendarDay: typeof import('vuetify/labs/components')['VCalendarDay']
|
2708
2708
|
VCalendarHeader: typeof import('vuetify/labs/components')['VCalendarHeader']
|
2709
2709
|
VCalendarInterval: typeof import('vuetify/labs/components')['VCalendarInterval']
|
2710
2710
|
VCalendarIntervalEvent: typeof import('vuetify/labs/components')['VCalendarIntervalEvent']
|
2711
2711
|
VCalendarMonthDay: typeof import('vuetify/labs/components')['VCalendarMonthDay']
|
2712
|
-
VPicker: typeof import('vuetify/labs/components')['VPicker']
|
2713
|
-
VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
|
2714
2712
|
VFileUpload: typeof import('vuetify/labs/components')['VFileUpload']
|
2715
2713
|
VFileUploadItem: typeof import('vuetify/labs/components')['VFileUploadItem']
|
2716
|
-
|
2714
|
+
VTimePicker: typeof import('vuetify/labs/components')['VTimePicker']
|
2715
|
+
VTimePickerClock: typeof import('vuetify/labs/components')['VTimePickerClock']
|
2716
|
+
VTimePickerControls: typeof import('vuetify/labs/components')['VTimePickerControls']
|
2717
2717
|
VStepperVertical: typeof import('vuetify/labs/components')['VStepperVertical']
|
2718
2718
|
VStepperVerticalItem: typeof import('vuetify/labs/components')['VStepperVerticalItem']
|
2719
2719
|
VStepperVerticalActions: typeof import('vuetify/labs/components')['VStepperVerticalActions']
|
2720
|
+
VIconBtn: typeof import('vuetify/labs/components')['VIconBtn']
|
2720
2721
|
VTreeview: typeof import('vuetify/labs/components')['VTreeview']
|
2721
2722
|
VTreeviewItem: typeof import('vuetify/labs/components')['VTreeviewItem']
|
2722
2723
|
VTreeviewGroup: typeof import('vuetify/labs/components')['VTreeviewGroup']
|
2723
|
-
|
2724
|
-
|
2725
|
-
VTimePickerControls: typeof import('vuetify/labs/components')['VTimePickerControls']
|
2724
|
+
VPicker: typeof import('vuetify/labs/components')['VPicker']
|
2725
|
+
VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
|
2726
2726
|
VDateInput: typeof import('vuetify/labs/components')['VDateInput']
|
2727
2727
|
VPullToRefresh: typeof import('vuetify/labs/components')['VPullToRefresh']
|
2728
2728
|
}
|
package/lib/framework.js
CHANGED