@vuetify/nightly 3.8.10-master.2025-06-18 → 3.8.10-master.2025-06-19
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 +11 -3
- package/dist/json/attributes.json +704 -704
- package/dist/json/importMap-labs.json +24 -24
- package/dist/json/importMap.json +154 -154
- package/dist/json/web-types.json +1296 -1296
- package/dist/vuetify-labs.cjs +3 -3
- package/dist/vuetify-labs.css +5072 -5072
- package/dist/vuetify-labs.d.ts +56 -56
- 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 +2857 -2857
- package/dist/vuetify.d.ts +56 -56
- 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/components/VBtn/VBtn.sass +3 -1
- package/lib/entry-bundler.js +1 -1
- package/lib/framework.d.ts +56 -56
- 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.10-master.2025-06-
|
2
|
+
* Vuetify v3.8.10-master.2025-06-19
|
3
3
|
* Forged by John Leider
|
4
4
|
* Released under the MIT License.
|
5
5
|
*/
|
@@ -2241,8 +2241,8 @@ if(m.run((()=>{o.install(u)})),u.onUnmount((()=>m.stop())),u.provide(wt,e),u.pro
|
|
2241
2241
|
else{const{mount:e}=u
|
2242
2242
|
u.mount=function(){const a=e(...arguments)
|
2243
2243
|
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:km.call(this,wt),display:km.call(this,Vn),theme:km.call(this,ya),icons:km.call(this,zt),locale:km.call(this,pa),date:km.call(this,Nu)})}}})},unmount:function(){u.stop()},defaults:e,display:l,theme:o,icons:c,locale:d,date:v,goTo:p}}))}function km(e){const t=this.$,a=t.parent?.provides??t.vnode.appContext?.provides
|
2244
|
-
if(a&&e in a)return a[e]}Sm.version="3.8.10-master.2025-06-
|
2245
|
-
const xm=function(){return Sm({components:pm,directives:wm,...arguments.length>0&&void 0!==arguments[0]?arguments[0]:{}})},Cm="3.8.10-master.2025-06-
|
2244
|
+
if(a&&e in a)return a[e]}Sm.version="3.8.10-master.2025-06-19"
|
2245
|
+
const xm=function(){return Sm({components:pm,directives:wm,...arguments.length>0&&void 0!==arguments[0]?arguments[0]:{}})},Cm="3.8.10-master.2025-06-19"
|
2246
2246
|
xm.version=Cm,e.blueprints=Kt,e.components=pm,e.createVuetify=xm,e.directives=wm,e.useDate=Iu,e.useDefaults=function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=arguments.length>1?arguments[1]:void 0
|
2247
2247
|
const{props:a,provideSubDefaults:l}=xt(e,t)
|
2248
2248
|
return l(),a},e.useDisplay=En,e.useGoTo=Rn,e.useLayout=ta,e.useLocale=fa,e.useRtl=ha,e.useTheme=Ea,e.version=Cm}))
|
@@ -1,5 +1,6 @@
|
|
1
1
|
@use 'sass:math'
|
2
2
|
@use 'sass:map'
|
3
|
+
@use 'sass:meta'
|
3
4
|
@use '../../styles/settings'
|
4
5
|
@use '../../styles/tools'
|
5
6
|
@use './mixins' as *
|
@@ -30,7 +31,8 @@
|
|
30
31
|
flex-shrink: 0
|
31
32
|
|
32
33
|
.v-locale--is-rtl &
|
33
|
-
|
34
|
+
@if meta.type-of($button-text-letter-spacing) == 'number'
|
35
|
+
text-indent: -1 * $button-text-letter-spacing
|
34
36
|
|
35
37
|
@at-root
|
36
38
|
@include button-sizes()
|
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.10-master.2025-06-
|
19
|
+
export const version = "3.8.10-master.2025-06-19";
|
20
20
|
createVuetify.version = version;
|
21
21
|
export { blueprints, components, directives };
|
22
22
|
export * from "./composables/index.js";
|
package/lib/framework.d.ts
CHANGED
@@ -2545,41 +2545,48 @@ declare module 'vue' {
|
|
2545
2545
|
$children?: VNodeChild
|
2546
2546
|
}
|
2547
2547
|
export interface GlobalComponents {
|
2548
|
-
VApp: typeof import('vuetify/components')['VApp']
|
2549
2548
|
VAlert: typeof import('vuetify/components')['VAlert']
|
2550
2549
|
VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
|
2551
|
-
|
2550
|
+
VApp: typeof import('vuetify/components')['VApp']
|
2551
|
+
VAppBar: typeof import('vuetify/components')['VAppBar']
|
2552
|
+
VAppBarNavIcon: typeof import('vuetify/components')['VAppBarNavIcon']
|
2553
|
+
VAppBarTitle: typeof import('vuetify/components')['VAppBarTitle']
|
2552
2554
|
VAvatar: typeof import('vuetify/components')['VAvatar']
|
2553
2555
|
VBadge: typeof import('vuetify/components')['VBadge']
|
2554
2556
|
VBanner: typeof import('vuetify/components')['VBanner']
|
2555
2557
|
VBannerActions: typeof import('vuetify/components')['VBannerActions']
|
2556
2558
|
VBannerText: typeof import('vuetify/components')['VBannerText']
|
2557
|
-
VAppBar: typeof import('vuetify/components')['VAppBar']
|
2558
|
-
VAppBarNavIcon: typeof import('vuetify/components')['VAppBarNavIcon']
|
2559
|
-
VAppBarTitle: typeof import('vuetify/components')['VAppBarTitle']
|
2560
2559
|
VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
|
2560
|
+
VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
|
2561
2561
|
VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
|
2562
2562
|
VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
|
2563
2563
|
VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
|
2564
2564
|
VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
|
2565
|
+
VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
|
2566
|
+
VBtn: typeof import('vuetify/components')['VBtn']
|
2565
2567
|
VCard: typeof import('vuetify/components')['VCard']
|
2566
2568
|
VCardActions: typeof import('vuetify/components')['VCardActions']
|
2567
2569
|
VCardItem: typeof import('vuetify/components')['VCardItem']
|
2568
2570
|
VCardSubtitle: typeof import('vuetify/components')['VCardSubtitle']
|
2569
2571
|
VCardText: typeof import('vuetify/components')['VCardText']
|
2570
2572
|
VCardTitle: typeof import('vuetify/components')['VCardTitle']
|
2571
|
-
|
2572
|
-
|
2573
|
+
VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
|
2574
|
+
VChipGroup: typeof import('vuetify/components')['VChipGroup']
|
2573
2575
|
VCarousel: typeof import('vuetify/components')['VCarousel']
|
2574
2576
|
VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
|
2575
|
-
|
2576
|
-
|
2577
|
-
VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
|
2578
|
-
VBtn: typeof import('vuetify/components')['VBtn']
|
2577
|
+
VCheckbox: typeof import('vuetify/components')['VCheckbox']
|
2578
|
+
VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
|
2579
2579
|
VColorPicker: typeof import('vuetify/components')['VColorPicker']
|
2580
|
+
VChip: typeof import('vuetify/components')['VChip']
|
2581
|
+
VCode: typeof import('vuetify/components')['VCode']
|
2580
2582
|
VCombobox: typeof import('vuetify/components')['VCombobox']
|
2581
|
-
VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
|
2582
2583
|
VCounter: typeof import('vuetify/components')['VCounter']
|
2584
|
+
VDatePicker: typeof import('vuetify/components')['VDatePicker']
|
2585
|
+
VDatePickerControls: typeof import('vuetify/components')['VDatePickerControls']
|
2586
|
+
VDatePickerHeader: typeof import('vuetify/components')['VDatePickerHeader']
|
2587
|
+
VDatePickerMonth: typeof import('vuetify/components')['VDatePickerMonth']
|
2588
|
+
VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
|
2589
|
+
VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
|
2583
2590
|
VDataTable: typeof import('vuetify/components')['VDataTable']
|
2584
2591
|
VDataTableHeaders: typeof import('vuetify/components')['VDataTableHeaders']
|
2585
2592
|
VDataTableFooter: typeof import('vuetify/components')['VDataTableFooter']
|
@@ -2587,40 +2594,30 @@ declare module 'vue' {
|
|
2587
2594
|
VDataTableRow: typeof import('vuetify/components')['VDataTableRow']
|
2588
2595
|
VDataTableVirtual: typeof import('vuetify/components')['VDataTableVirtual']
|
2589
2596
|
VDataTableServer: typeof import('vuetify/components')['VDataTableServer']
|
2590
|
-
VCode: typeof import('vuetify/components')['VCode']
|
2591
|
-
VDatePicker: typeof import('vuetify/components')['VDatePicker']
|
2592
|
-
VDatePickerControls: typeof import('vuetify/components')['VDatePickerControls']
|
2593
|
-
VDatePickerHeader: typeof import('vuetify/components')['VDatePickerHeader']
|
2594
|
-
VDatePickerMonth: typeof import('vuetify/components')['VDatePickerMonth']
|
2595
|
-
VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
|
2596
|
-
VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
|
2597
|
-
VEmptyState: typeof import('vuetify/components')['VEmptyState']
|
2598
2597
|
VDialog: typeof import('vuetify/components')['VDialog']
|
2598
|
+
VDivider: typeof import('vuetify/components')['VDivider']
|
2599
2599
|
VExpansionPanels: typeof import('vuetify/components')['VExpansionPanels']
|
2600
2600
|
VExpansionPanel: typeof import('vuetify/components')['VExpansionPanel']
|
2601
2601
|
VExpansionPanelText: typeof import('vuetify/components')['VExpansionPanelText']
|
2602
2602
|
VExpansionPanelTitle: typeof import('vuetify/components')['VExpansionPanelTitle']
|
2603
|
-
VFooter: typeof import('vuetify/components')['VFooter']
|
2604
|
-
VDivider: typeof import('vuetify/components')['VDivider']
|
2605
2603
|
VField: typeof import('vuetify/components')['VField']
|
2606
2604
|
VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
|
2607
|
-
VFileInput: typeof import('vuetify/components')['VFileInput']
|
2608
2605
|
VFab: typeof import('vuetify/components')['VFab']
|
2606
|
+
VFileInput: typeof import('vuetify/components')['VFileInput']
|
2607
|
+
VEmptyState: typeof import('vuetify/components')['VEmptyState']
|
2608
|
+
VFooter: typeof import('vuetify/components')['VFooter']
|
2609
|
+
VImg: typeof import('vuetify/components')['VImg']
|
2609
2610
|
VIcon: typeof import('vuetify/components')['VIcon']
|
2610
2611
|
VComponentIcon: typeof import('vuetify/components')['VComponentIcon']
|
2611
2612
|
VSvgIcon: typeof import('vuetify/components')['VSvgIcon']
|
2612
2613
|
VLigatureIcon: typeof import('vuetify/components')['VLigatureIcon']
|
2613
2614
|
VClassIcon: typeof import('vuetify/components')['VClassIcon']
|
2614
|
-
VImg: typeof import('vuetify/components')['VImg']
|
2615
2615
|
VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
|
2616
|
-
VItemGroup: typeof import('vuetify/components')['VItemGroup']
|
2617
|
-
VItem: typeof import('vuetify/components')['VItem']
|
2618
2616
|
VKbd: typeof import('vuetify/components')['VKbd']
|
2619
|
-
VInput: typeof import('vuetify/components')['VInput']
|
2620
2617
|
VLabel: typeof import('vuetify/components')['VLabel']
|
2621
|
-
|
2622
|
-
|
2623
|
-
|
2618
|
+
VInput: typeof import('vuetify/components')['VInput']
|
2619
|
+
VItemGroup: typeof import('vuetify/components')['VItemGroup']
|
2620
|
+
VItem: typeof import('vuetify/components')['VItem']
|
2624
2621
|
VList: typeof import('vuetify/components')['VList']
|
2625
2622
|
VListGroup: typeof import('vuetify/components')['VListGroup']
|
2626
2623
|
VListImg: typeof import('vuetify/components')['VListImg']
|
@@ -2630,19 +2627,26 @@ declare module 'vue' {
|
|
2630
2627
|
VListItemSubtitle: typeof import('vuetify/components')['VListItemSubtitle']
|
2631
2628
|
VListItemTitle: typeof import('vuetify/components')['VListItemTitle']
|
2632
2629
|
VListSubheader: typeof import('vuetify/components')['VListSubheader']
|
2633
|
-
|
2634
|
-
|
2635
|
-
|
2630
|
+
VMain: typeof import('vuetify/components')['VMain']
|
2631
|
+
VMenu: typeof import('vuetify/components')['VMenu']
|
2632
|
+
VMessages: typeof import('vuetify/components')['VMessages']
|
2636
2633
|
VNumberInput: typeof import('vuetify/components')['VNumberInput']
|
2634
|
+
VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
|
2635
|
+
VPagination: typeof import('vuetify/components')['VPagination']
|
2637
2636
|
VOtpInput: typeof import('vuetify/components')['VOtpInput']
|
2638
|
-
|
2637
|
+
VOverlay: typeof import('vuetify/components')['VOverlay']
|
2639
2638
|
VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
|
2639
|
+
VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
|
2640
2640
|
VRating: typeof import('vuetify/components')['VRating']
|
2641
|
-
|
2641
|
+
VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
|
2642
2642
|
VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
|
2643
2643
|
VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
|
2644
|
+
VSelect: typeof import('vuetify/components')['VSelect']
|
2644
2645
|
VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
|
2645
2646
|
VSheet: typeof import('vuetify/components')['VSheet']
|
2647
|
+
VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
|
2648
|
+
VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
|
2649
|
+
VSlider: typeof import('vuetify/components')['VSlider']
|
2646
2650
|
VSnackbar: typeof import('vuetify/components')['VSnackbar']
|
2647
2651
|
VStepper: typeof import('vuetify/components')['VStepper']
|
2648
2652
|
VStepperActions: typeof import('vuetify/components')['VStepperActions']
|
@@ -2650,44 +2654,42 @@ declare module 'vue' {
|
|
2650
2654
|
VStepperItem: typeof import('vuetify/components')['VStepperItem']
|
2651
2655
|
VStepperWindow: typeof import('vuetify/components')['VStepperWindow']
|
2652
2656
|
VStepperWindowItem: typeof import('vuetify/components')['VStepperWindowItem']
|
2653
|
-
VSlider: typeof import('vuetify/components')['VSlider']
|
2654
|
-
VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
|
2655
|
-
VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
|
2656
2657
|
VSwitch: typeof import('vuetify/components')['VSwitch']
|
2657
2658
|
VTab: typeof import('vuetify/components')['VTab']
|
2658
2659
|
VTabs: typeof import('vuetify/components')['VTabs']
|
2659
2660
|
VTabsWindow: typeof import('vuetify/components')['VTabsWindow']
|
2660
2661
|
VTabsWindowItem: typeof import('vuetify/components')['VTabsWindowItem']
|
2661
2662
|
VTable: typeof import('vuetify/components')['VTable']
|
2662
|
-
VTextarea: typeof import('vuetify/components')['VTextarea']
|
2663
2663
|
VSystemBar: typeof import('vuetify/components')['VSystemBar']
|
2664
|
-
|
2665
|
-
VTimeline: typeof import('vuetify/components')['VTimeline']
|
2666
|
-
VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
|
2664
|
+
VTextarea: typeof import('vuetify/components')['VTextarea']
|
2667
2665
|
VToolbar: typeof import('vuetify/components')['VToolbar']
|
2668
2666
|
VToolbarTitle: typeof import('vuetify/components')['VToolbarTitle']
|
2669
2667
|
VToolbarItems: typeof import('vuetify/components')['VToolbarItems']
|
2668
|
+
VTextField: typeof import('vuetify/components')['VTextField']
|
2669
|
+
VTimeline: typeof import('vuetify/components')['VTimeline']
|
2670
|
+
VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
|
2670
2671
|
VTooltip: typeof import('vuetify/components')['VTooltip']
|
2671
2672
|
VWindow: typeof import('vuetify/components')['VWindow']
|
2672
2673
|
VWindowItem: typeof import('vuetify/components')['VWindowItem']
|
2673
|
-
VDataIterator: typeof import('vuetify/components')['VDataIterator']
|
2674
2674
|
VConfirmEdit: typeof import('vuetify/components')['VConfirmEdit']
|
2675
|
+
VDataIterator: typeof import('vuetify/components')['VDataIterator']
|
2676
|
+
VDefaultsProvider: typeof import('vuetify/components')['VDefaultsProvider']
|
2675
2677
|
VForm: typeof import('vuetify/components')['VForm']
|
2676
2678
|
VContainer: typeof import('vuetify/components')['VContainer']
|
2677
2679
|
VCol: typeof import('vuetify/components')['VCol']
|
2678
2680
|
VRow: typeof import('vuetify/components')['VRow']
|
2679
2681
|
VSpacer: typeof import('vuetify/components')['VSpacer']
|
2680
2682
|
VHover: typeof import('vuetify/components')['VHover']
|
2681
|
-
VLazy: typeof import('vuetify/components')['VLazy']
|
2682
|
-
VDefaultsProvider: typeof import('vuetify/components')['VDefaultsProvider']
|
2683
2683
|
VLayout: typeof import('vuetify/components')['VLayout']
|
2684
2684
|
VLayoutItem: typeof import('vuetify/components')['VLayoutItem']
|
2685
|
+
VLazy: typeof import('vuetify/components')['VLazy']
|
2685
2686
|
VLocaleProvider: typeof import('vuetify/components')['VLocaleProvider']
|
2686
2687
|
VNoSsr: typeof import('vuetify/components')['VNoSsr']
|
2687
2688
|
VParallax: typeof import('vuetify/components')['VParallax']
|
2688
2689
|
VRadio: typeof import('vuetify/components')['VRadio']
|
2689
2690
|
VRangeSlider: typeof import('vuetify/components')['VRangeSlider']
|
2690
2691
|
VResponsive: typeof import('vuetify/components')['VResponsive']
|
2692
|
+
VSnackbarQueue: typeof import('vuetify/components')['VSnackbarQueue']
|
2691
2693
|
VSparkline: typeof import('vuetify/components')['VSparkline']
|
2692
2694
|
VSpeedDial: typeof import('vuetify/components')['VSpeedDial']
|
2693
2695
|
VThemeProvider: typeof import('vuetify/components')['VThemeProvider']
|
@@ -2709,30 +2711,28 @@ declare module 'vue' {
|
|
2709
2711
|
VExpandTransition: typeof import('vuetify/components')['VExpandTransition']
|
2710
2712
|
VExpandXTransition: typeof import('vuetify/components')['VExpandXTransition']
|
2711
2713
|
VDialogTransition: typeof import('vuetify/components')['VDialogTransition']
|
2712
|
-
|
2713
|
-
|
2714
|
-
VIconBtn: typeof import('vuetify/labs/components')['VIconBtn']
|
2715
|
-
VColorInput: typeof import('vuetify/labs/components')['VColorInput']
|
2714
|
+
VFileUpload: typeof import('vuetify/labs/components')['VFileUpload']
|
2715
|
+
VFileUploadItem: typeof import('vuetify/labs/components')['VFileUploadItem']
|
2716
2716
|
VCalendar: typeof import('vuetify/labs/components')['VCalendar']
|
2717
2717
|
VCalendarDay: typeof import('vuetify/labs/components')['VCalendarDay']
|
2718
2718
|
VCalendarHeader: typeof import('vuetify/labs/components')['VCalendarHeader']
|
2719
2719
|
VCalendarInterval: typeof import('vuetify/labs/components')['VCalendarInterval']
|
2720
2720
|
VCalendarIntervalEvent: typeof import('vuetify/labs/components')['VCalendarIntervalEvent']
|
2721
2721
|
VCalendarMonthDay: typeof import('vuetify/labs/components')['VCalendarMonthDay']
|
2722
|
-
|
2723
|
-
VTimePickerClock: typeof import('vuetify/labs/components')['VTimePickerClock']
|
2724
|
-
VTimePickerControls: typeof import('vuetify/labs/components')['VTimePickerControls']
|
2722
|
+
VColorInput: typeof import('vuetify/labs/components')['VColorInput']
|
2725
2723
|
VPicker: typeof import('vuetify/labs/components')['VPicker']
|
2726
2724
|
VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
|
2727
|
-
|
2728
|
-
VFileUploadItem: typeof import('vuetify/labs/components')['VFileUploadItem']
|
2725
|
+
VIconBtn: typeof import('vuetify/labs/components')['VIconBtn']
|
2729
2726
|
VTreeview: typeof import('vuetify/labs/components')['VTreeview']
|
2730
2727
|
VTreeviewItem: typeof import('vuetify/labs/components')['VTreeviewItem']
|
2731
2728
|
VTreeviewGroup: typeof import('vuetify/labs/components')['VTreeviewGroup']
|
2732
|
-
|
2733
|
-
|
2729
|
+
VTimePicker: typeof import('vuetify/labs/components')['VTimePicker']
|
2730
|
+
VTimePickerClock: typeof import('vuetify/labs/components')['VTimePickerClock']
|
2731
|
+
VTimePickerControls: typeof import('vuetify/labs/components')['VTimePickerControls']
|
2734
2732
|
VStepperVertical: typeof import('vuetify/labs/components')['VStepperVertical']
|
2735
2733
|
VStepperVerticalItem: typeof import('vuetify/labs/components')['VStepperVerticalItem']
|
2736
2734
|
VStepperVerticalActions: typeof import('vuetify/labs/components')['VStepperVerticalActions']
|
2735
|
+
VDateInput: typeof import('vuetify/labs/components')['VDateInput']
|
2736
|
+
VPullToRefresh: typeof import('vuetify/labs/components')['VPullToRefresh']
|
2737
2737
|
}
|
2738
2738
|
}
|
package/lib/framework.js
CHANGED
@@ -109,7 +109,7 @@ export function createVuetify() {
|
|
109
109
|
};
|
110
110
|
});
|
111
111
|
}
|
112
|
-
export const version = "3.8.10-master.2025-06-
|
112
|
+
export const version = "3.8.10-master.2025-06-19";
|
113
113
|
createVuetify.version = version;
|
114
114
|
|
115
115
|
// Vue's inject() can only be used in setup
|
package/package.json
CHANGED