@vuetify/nightly 3.9.0-beta.1-dev.2025-07-04 → 3.9.0-beta.1-dev.2025-07-05
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 +2627 -2627
- package/dist/json/importMap-labs.json +12 -12
- package/dist/json/importMap.json +172 -172
- package/dist/json/web-types.json +4650 -4650
- package/dist/vuetify-labs.cjs +3 -3
- package/dist/vuetify-labs.css +4889 -4889
- package/dist/vuetify-labs.d.ts +60 -60
- 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 +3651 -3651
- package/dist/vuetify.d.ts +60 -60
- 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 +60 -60
- 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.9.0-beta.1-dev.2025-07-
|
2
|
+
* Vuetify v3.9.0-beta.1-dev.2025-07-05
|
3
3
|
* Forged by John Leider
|
4
4
|
* Released under the MIT License.
|
5
5
|
*/
|
@@ -2368,8 +2368,8 @@ if(m.run((()=>{o.install(u)})),u.onUnmount((()=>m.stop())),u.provide(Ct,e),u.pro
|
|
2368
2368
|
else{const{mount:e}=u
|
2369
2369
|
u.mount=function(){const a=e(...arguments)
|
2370
2370
|
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:tf.call(this,Ct),display:tf.call(this,Pn),theme:tf.call(this,ka),icons:tf.call(this,Lt),locale:tf.call(this,ya),date:tf.call(this,Tu)})}}})},unmount:function(){u.stop()},defaults:e,display:l,theme:o,icons:c,locale:d,date:v,goTo:p}}))}function tf(e){const t=this.$,a=t.parent?.provides??t.vnode.appContext?.provides
|
2371
|
-
if(a&&e in a)return a[e]}ef.version="3.9.0-beta.1-dev.2025-07-
|
2372
|
-
const af=function(){return ef({components:Um,directives:Jm,...arguments.length>0&&void 0!==arguments[0]?arguments[0]:{}})},lf="3.9.0-beta.1-dev.2025-07-
|
2371
|
+
if(a&&e in a)return a[e]}ef.version="3.9.0-beta.1-dev.2025-07-05"
|
2372
|
+
const af=function(){return ef({components:Um,directives:Jm,...arguments.length>0&&void 0!==arguments[0]?arguments[0]:{}})},lf="3.9.0-beta.1-dev.2025-07-05"
|
2373
2373
|
af.version=lf,e.blueprints=Jt,e.components=Um,e.createVuetify=af,e.directives=Jm,e.useDate=$u,e.useDefaults=function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=arguments.length>1?arguments[1]:void 0
|
2374
2374
|
const{props:a,provideSubDefaults:l}=_t(e,t)
|
2375
2375
|
return l(),a},e.useDisplay=Fn,e.useGoTo=jn,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.9.0-beta.1-dev.2025-07-
|
19
|
+
export const version = "3.9.0-beta.1-dev.2025-07-05";
|
20
20
|
createVuetify.version = version;
|
21
21
|
export { blueprints, components, directives };
|
22
22
|
export * from "./composables/index.js";
|
package/lib/framework.d.ts
CHANGED
@@ -2576,41 +2576,47 @@ declare module 'vue' {
|
|
2576
2576
|
$children?: VNodeChild
|
2577
2577
|
}
|
2578
2578
|
export interface GlobalComponents {
|
2579
|
-
VApp: typeof import('vuetify/components')['VApp']
|
2580
2579
|
VAppBar: typeof import('vuetify/components')['VAppBar']
|
2581
2580
|
VAppBarNavIcon: typeof import('vuetify/components')['VAppBarNavIcon']
|
2582
2581
|
VAppBarTitle: typeof import('vuetify/components')['VAppBarTitle']
|
2583
|
-
|
2584
|
-
VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
|
2585
|
-
VBadge: typeof import('vuetify/components')['VBadge']
|
2582
|
+
VApp: typeof import('vuetify/components')['VApp']
|
2586
2583
|
VAlert: typeof import('vuetify/components')['VAlert']
|
2587
2584
|
VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
|
2588
|
-
|
2585
|
+
VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
|
2586
|
+
VAvatar: typeof import('vuetify/components')['VAvatar']
|
2587
|
+
VBadge: typeof import('vuetify/components')['VBadge']
|
2589
2588
|
VBanner: typeof import('vuetify/components')['VBanner']
|
2590
2589
|
VBannerActions: typeof import('vuetify/components')['VBannerActions']
|
2591
2590
|
VBannerText: typeof import('vuetify/components')['VBannerText']
|
2592
|
-
|
2593
|
-
VBtn: typeof import('vuetify/components')['VBtn']
|
2591
|
+
VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
|
2594
2592
|
VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
|
2595
2593
|
VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
|
2596
2594
|
VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
|
2597
|
-
|
2598
|
-
|
2595
|
+
VBtn: typeof import('vuetify/components')['VBtn']
|
2596
|
+
VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
|
2599
2597
|
VCard: typeof import('vuetify/components')['VCard']
|
2600
2598
|
VCardActions: typeof import('vuetify/components')['VCardActions']
|
2601
2599
|
VCardItem: typeof import('vuetify/components')['VCardItem']
|
2602
2600
|
VCardSubtitle: typeof import('vuetify/components')['VCardSubtitle']
|
2603
2601
|
VCardText: typeof import('vuetify/components')['VCardText']
|
2604
2602
|
VCardTitle: typeof import('vuetify/components')['VCardTitle']
|
2605
|
-
|
2606
|
-
|
2603
|
+
VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
|
2604
|
+
VChip: typeof import('vuetify/components')['VChip']
|
2605
|
+
VChipGroup: typeof import('vuetify/components')['VChipGroup']
|
2607
2606
|
VCarousel: typeof import('vuetify/components')['VCarousel']
|
2608
2607
|
VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
|
2609
|
-
|
2608
|
+
VCheckbox: typeof import('vuetify/components')['VCheckbox']
|
2609
|
+
VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
|
2610
2610
|
VCode: typeof import('vuetify/components')['VCode']
|
2611
|
-
VChipGroup: typeof import('vuetify/components')['VChipGroup']
|
2612
2611
|
VCombobox: typeof import('vuetify/components')['VCombobox']
|
2612
|
+
VCounter: typeof import('vuetify/components')['VCounter']
|
2613
2613
|
VColorPicker: typeof import('vuetify/components')['VColorPicker']
|
2614
|
+
VDatePicker: typeof import('vuetify/components')['VDatePicker']
|
2615
|
+
VDatePickerControls: typeof import('vuetify/components')['VDatePickerControls']
|
2616
|
+
VDatePickerHeader: typeof import('vuetify/components')['VDatePickerHeader']
|
2617
|
+
VDatePickerMonth: typeof import('vuetify/components')['VDatePickerMonth']
|
2618
|
+
VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
|
2619
|
+
VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
|
2614
2620
|
VDataTable: typeof import('vuetify/components')['VDataTable']
|
2615
2621
|
VDataTableHeaders: typeof import('vuetify/components')['VDataTableHeaders']
|
2616
2622
|
VDataTableFooter: typeof import('vuetify/components')['VDataTableFooter']
|
@@ -2618,36 +2624,30 @@ declare module 'vue' {
|
|
2618
2624
|
VDataTableRow: typeof import('vuetify/components')['VDataTableRow']
|
2619
2625
|
VDataTableVirtual: typeof import('vuetify/components')['VDataTableVirtual']
|
2620
2626
|
VDataTableServer: typeof import('vuetify/components')['VDataTableServer']
|
2621
|
-
|
2622
|
-
VDatePicker: typeof import('vuetify/components')['VDatePicker']
|
2623
|
-
VDatePickerControls: typeof import('vuetify/components')['VDatePickerControls']
|
2624
|
-
VDatePickerHeader: typeof import('vuetify/components')['VDatePickerHeader']
|
2625
|
-
VDatePickerMonth: typeof import('vuetify/components')['VDatePickerMonth']
|
2626
|
-
VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
|
2627
|
-
VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
|
2628
|
-
VDivider: typeof import('vuetify/components')['VDivider']
|
2627
|
+
VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
|
2629
2628
|
VDialog: typeof import('vuetify/components')['VDialog']
|
2629
|
+
VEmptyState: typeof import('vuetify/components')['VEmptyState']
|
2630
2630
|
VExpansionPanels: typeof import('vuetify/components')['VExpansionPanels']
|
2631
2631
|
VExpansionPanel: typeof import('vuetify/components')['VExpansionPanel']
|
2632
2632
|
VExpansionPanelText: typeof import('vuetify/components')['VExpansionPanelText']
|
2633
2633
|
VExpansionPanelTitle: typeof import('vuetify/components')['VExpansionPanelTitle']
|
2634
|
-
VEmptyState: typeof import('vuetify/components')['VEmptyState']
|
2635
|
-
VFab: typeof import('vuetify/components')['VFab']
|
2636
2634
|
VFileInput: typeof import('vuetify/components')['VFileInput']
|
2637
2635
|
VField: typeof import('vuetify/components')['VField']
|
2638
2636
|
VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
|
2639
|
-
|
2640
|
-
|
2637
|
+
VDivider: typeof import('vuetify/components')['VDivider']
|
2638
|
+
VFab: typeof import('vuetify/components')['VFab']
|
2639
|
+
VItemGroup: typeof import('vuetify/components')['VItemGroup']
|
2640
|
+
VItem: typeof import('vuetify/components')['VItem']
|
2641
|
+
VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
|
2641
2642
|
VIcon: typeof import('vuetify/components')['VIcon']
|
2642
2643
|
VComponentIcon: typeof import('vuetify/components')['VComponentIcon']
|
2643
2644
|
VSvgIcon: typeof import('vuetify/components')['VSvgIcon']
|
2644
2645
|
VLigatureIcon: typeof import('vuetify/components')['VLigatureIcon']
|
2645
2646
|
VClassIcon: typeof import('vuetify/components')['VClassIcon']
|
2647
|
+
VImg: typeof import('vuetify/components')['VImg']
|
2646
2648
|
VInput: typeof import('vuetify/components')['VInput']
|
2647
|
-
VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
|
2648
|
-
VItemGroup: typeof import('vuetify/components')['VItemGroup']
|
2649
|
-
VItem: typeof import('vuetify/components')['VItem']
|
2650
2649
|
VLabel: typeof import('vuetify/components')['VLabel']
|
2650
|
+
VKbd: typeof import('vuetify/components')['VKbd']
|
2651
2651
|
VList: typeof import('vuetify/components')['VList']
|
2652
2652
|
VListGroup: typeof import('vuetify/components')['VListGroup']
|
2653
2653
|
VListImg: typeof import('vuetify/components')['VListImg']
|
@@ -2657,75 +2657,77 @@ declare module 'vue' {
|
|
2657
2657
|
VListItemSubtitle: typeof import('vuetify/components')['VListItemSubtitle']
|
2658
2658
|
VListItemTitle: typeof import('vuetify/components')['VListItemTitle']
|
2659
2659
|
VListSubheader: typeof import('vuetify/components')['VListSubheader']
|
2660
|
-
VKbd: typeof import('vuetify/components')['VKbd']
|
2661
|
-
VMessages: typeof import('vuetify/components')['VMessages']
|
2662
2660
|
VMenu: typeof import('vuetify/components')['VMenu']
|
2661
|
+
VMain: typeof import('vuetify/components')['VMain']
|
2663
2662
|
VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
|
2663
|
+
VMessages: typeof import('vuetify/components')['VMessages']
|
2664
2664
|
VOtpInput: typeof import('vuetify/components')['VOtpInput']
|
2665
|
-
VMain: typeof import('vuetify/components')['VMain']
|
2666
|
-
VPagination: typeof import('vuetify/components')['VPagination']
|
2667
|
-
VNumberInput: typeof import('vuetify/components')['VNumberInput']
|
2668
|
-
VOverlay: typeof import('vuetify/components')['VOverlay']
|
2669
|
-
VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
|
2670
|
-
VRating: typeof import('vuetify/components')['VRating']
|
2671
2665
|
VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
|
2666
|
+
VOverlay: typeof import('vuetify/components')['VOverlay']
|
2667
|
+
VNumberInput: typeof import('vuetify/components')['VNumberInput']
|
2672
2668
|
VSelect: typeof import('vuetify/components')['VSelect']
|
2669
|
+
VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
|
2670
|
+
VPagination: typeof import('vuetify/components')['VPagination']
|
2673
2671
|
VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
|
2672
|
+
VRating: typeof import('vuetify/components')['VRating']
|
2673
|
+
VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
|
2674
|
+
VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
|
2675
|
+
VSlider: typeof import('vuetify/components')['VSlider']
|
2674
2676
|
VSheet: typeof import('vuetify/components')['VSheet']
|
2675
|
-
VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
|
2676
2677
|
VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
|
2677
2678
|
VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
|
2678
|
-
VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
|
2679
2679
|
VStepper: typeof import('vuetify/components')['VStepper']
|
2680
2680
|
VStepperActions: typeof import('vuetify/components')['VStepperActions']
|
2681
2681
|
VStepperHeader: typeof import('vuetify/components')['VStepperHeader']
|
2682
2682
|
VStepperItem: typeof import('vuetify/components')['VStepperItem']
|
2683
2683
|
VStepperWindow: typeof import('vuetify/components')['VStepperWindow']
|
2684
2684
|
VStepperWindowItem: typeof import('vuetify/components')['VStepperWindowItem']
|
2685
|
-
VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
|
2686
|
-
VSnackbar: typeof import('vuetify/components')['VSnackbar']
|
2687
|
-
VSlider: typeof import('vuetify/components')['VSlider']
|
2688
2685
|
VSwitch: typeof import('vuetify/components')['VSwitch']
|
2689
|
-
|
2686
|
+
VSystemBar: typeof import('vuetify/components')['VSystemBar']
|
2687
|
+
VSnackbar: typeof import('vuetify/components')['VSnackbar']
|
2688
|
+
VTimePicker: typeof import('vuetify/components')['VTimePicker']
|
2689
|
+
VTimePickerClock: typeof import('vuetify/components')['VTimePickerClock']
|
2690
|
+
VTimePickerControls: typeof import('vuetify/components')['VTimePickerControls']
|
2691
|
+
VTextField: typeof import('vuetify/components')['VTextField']
|
2690
2692
|
VTab: typeof import('vuetify/components')['VTab']
|
2691
2693
|
VTabs: typeof import('vuetify/components')['VTabs']
|
2692
2694
|
VTabsWindow: typeof import('vuetify/components')['VTabsWindow']
|
2693
2695
|
VTabsWindowItem: typeof import('vuetify/components')['VTabsWindowItem']
|
2696
|
+
VTextarea: typeof import('vuetify/components')['VTextarea']
|
2697
|
+
VTable: typeof import('vuetify/components')['VTable']
|
2694
2698
|
VTimeline: typeof import('vuetify/components')['VTimeline']
|
2695
2699
|
VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
|
2696
|
-
|
2697
|
-
|
2698
|
-
|
2700
|
+
VToolbar: typeof import('vuetify/components')['VToolbar']
|
2701
|
+
VToolbarTitle: typeof import('vuetify/components')['VToolbarTitle']
|
2702
|
+
VToolbarItems: typeof import('vuetify/components')['VToolbarItems']
|
2699
2703
|
VTooltip: typeof import('vuetify/components')['VTooltip']
|
2700
2704
|
VTreeview: typeof import('vuetify/components')['VTreeview']
|
2701
2705
|
VTreeviewItem: typeof import('vuetify/components')['VTreeviewItem']
|
2702
2706
|
VTreeviewGroup: typeof import('vuetify/components')['VTreeviewGroup']
|
2703
|
-
VTimePicker: typeof import('vuetify/components')['VTimePicker']
|
2704
|
-
VTimePickerClock: typeof import('vuetify/components')['VTimePickerClock']
|
2705
|
-
VTimePickerControls: typeof import('vuetify/components')['VTimePickerControls']
|
2706
2707
|
VWindow: typeof import('vuetify/components')['VWindow']
|
2707
2708
|
VWindowItem: typeof import('vuetify/components')['VWindowItem']
|
2708
2709
|
VConfirmEdit: typeof import('vuetify/components')['VConfirmEdit']
|
2709
2710
|
VDataIterator: typeof import('vuetify/components')['VDataIterator']
|
2710
2711
|
VDefaultsProvider: typeof import('vuetify/components')['VDefaultsProvider']
|
2711
|
-
VForm: typeof import('vuetify/components')['VForm']
|
2712
2712
|
VContainer: typeof import('vuetify/components')['VContainer']
|
2713
2713
|
VCol: typeof import('vuetify/components')['VCol']
|
2714
2714
|
VRow: typeof import('vuetify/components')['VRow']
|
2715
2715
|
VSpacer: typeof import('vuetify/components')['VSpacer']
|
2716
|
+
VForm: typeof import('vuetify/components')['VForm']
|
2716
2717
|
VLayout: typeof import('vuetify/components')['VLayout']
|
2717
2718
|
VLayoutItem: typeof import('vuetify/components')['VLayoutItem']
|
2719
|
+
VHover: typeof import('vuetify/components')['VHover']
|
2718
2720
|
VLazy: typeof import('vuetify/components')['VLazy']
|
2719
2721
|
VLocaleProvider: typeof import('vuetify/components')['VLocaleProvider']
|
2720
2722
|
VNoSsr: typeof import('vuetify/components')['VNoSsr']
|
2721
|
-
VParallax: typeof import('vuetify/components')['VParallax']
|
2722
2723
|
VRadio: typeof import('vuetify/components')['VRadio']
|
2723
2724
|
VRangeSlider: typeof import('vuetify/components')['VRangeSlider']
|
2725
|
+
VParallax: typeof import('vuetify/components')['VParallax']
|
2726
|
+
VSparkline: typeof import('vuetify/components')['VSparkline']
|
2724
2727
|
VResponsive: typeof import('vuetify/components')['VResponsive']
|
2725
2728
|
VSnackbarQueue: typeof import('vuetify/components')['VSnackbarQueue']
|
2726
|
-
VSparkline: typeof import('vuetify/components')['VSparkline']
|
2727
|
-
VSpeedDial: typeof import('vuetify/components')['VSpeedDial']
|
2728
2729
|
VThemeProvider: typeof import('vuetify/components')['VThemeProvider']
|
2730
|
+
VSpeedDial: typeof import('vuetify/components')['VSpeedDial']
|
2729
2731
|
VValidation: typeof import('vuetify/components')['VValidation']
|
2730
2732
|
VVirtualScroll: typeof import('vuetify/components')['VVirtualScroll']
|
2731
2733
|
VFabTransition: typeof import('vuetify/components')['VFabTransition']
|
@@ -2744,11 +2746,8 @@ declare module 'vue' {
|
|
2744
2746
|
VExpandTransition: typeof import('vuetify/components')['VExpandTransition']
|
2745
2747
|
VExpandXTransition: typeof import('vuetify/components')['VExpandXTransition']
|
2746
2748
|
VDialogTransition: typeof import('vuetify/components')['VDialogTransition']
|
2747
|
-
|
2748
|
-
|
2749
|
-
VToolbarItems: typeof import('vuetify/components')['VToolbarItems']
|
2750
|
-
VHover: typeof import('vuetify/components')['VHover']
|
2751
|
-
VColorInput: typeof import('vuetify/labs/components')['VColorInput']
|
2749
|
+
VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
|
2750
|
+
VFooter: typeof import('vuetify/components')['VFooter']
|
2752
2751
|
VFileUpload: typeof import('vuetify/labs/components')['VFileUpload']
|
2753
2752
|
VFileUploadItem: typeof import('vuetify/labs/components')['VFileUploadItem']
|
2754
2753
|
VCalendar: typeof import('vuetify/labs/components')['VCalendar']
|
@@ -2759,14 +2758,15 @@ declare module 'vue' {
|
|
2759
2758
|
VCalendarMonthDay: typeof import('vuetify/labs/components')['VCalendarMonthDay']
|
2760
2759
|
VPicker: typeof import('vuetify/labs/components')['VPicker']
|
2761
2760
|
VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
|
2762
|
-
VIconBtn: typeof import('vuetify/labs/components')['VIconBtn']
|
2763
2761
|
VStepperVertical: typeof import('vuetify/labs/components')['VStepperVertical']
|
2764
2762
|
VStepperVerticalItem: typeof import('vuetify/labs/components')['VStepperVerticalItem']
|
2765
2763
|
VStepperVerticalActions: typeof import('vuetify/labs/components')['VStepperVerticalActions']
|
2766
|
-
|
2764
|
+
VColorInput: typeof import('vuetify/labs/components')['VColorInput']
|
2765
|
+
VIconBtn: typeof import('vuetify/labs/components')['VIconBtn']
|
2767
2766
|
VDateInput: typeof import('vuetify/labs/components')['VDateInput']
|
2768
|
-
|
2767
|
+
VHotkey: typeof import('vuetify/labs/components')['VHotkey']
|
2769
2768
|
VPullToRefresh: typeof import('vuetify/labs/components')['VPullToRefresh']
|
2769
|
+
VMaskInput: typeof import('vuetify/labs/components')['VMaskInput']
|
2770
2770
|
}
|
2771
2771
|
export interface GlobalDirectives {
|
2772
2772
|
vClickOutside: typeof import('vuetify/directives')['ClickOutside']
|
package/lib/framework.js
CHANGED
@@ -109,7 +109,7 @@ export function createVuetify() {
|
|
109
109
|
};
|
110
110
|
});
|
111
111
|
}
|
112
|
-
export const version = "3.9.0-beta.1-dev.2025-07-
|
112
|
+
export const version = "3.9.0-beta.1-dev.2025-07-05";
|
113
113
|
createVuetify.version = version;
|
114
114
|
|
115
115
|
// Vue's inject() can only be used in setup
|
package/package.json
CHANGED