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