@vuetify/nightly 3.8.1-dev.2025-04-12 → 3.8.1-dev.2025-04-13
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 +2879 -2879
- package/dist/json/importMap-labs.json +30 -30
- package/dist/json/importMap.json +142 -142
- package/dist/json/web-types.json +5585 -5585
- package/dist/vuetify-labs.cjs +3 -3
- package/dist/vuetify-labs.css +5194 -5194
- package/dist/vuetify-labs.d.ts +54 -54
- 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 +3343 -3343
- package/dist/vuetify.d.ts +54 -54
- 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/VOverlay/VOverlay.css +1 -1
- package/lib/components/VOverlay/_variables.scss +1 -1
- package/lib/entry-bundler.js +1 -1
- package/lib/framework.d.ts +54 -54
- 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.1-dev.2025-04-
|
2
|
+
* Vuetify v3.8.1-dev.2025-04-13
|
3
3
|
* Forged by John Leider
|
4
4
|
* Released under the MIT License.
|
5
5
|
*/
|
@@ -2182,8 +2182,8 @@ if(f.run((()=>{o.install(u)})),u.onUnmount((()=>f.stop())),u.provide(St,e),u.pro
|
|
2182
2182
|
else{const{mount:e}=u
|
2183
2183
|
u.mount=function(){const a=e(...arguments)
|
2184
2184
|
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:hf.call(this,St),display:hf.call(this,Vn),theme:hf.call(this,ba),icons:hf.call(this,Mt),locale:hf.call(this,fa),date:hf.call(this,Vu)})}}})},unmount:function(){u.stop()},defaults:e,display:l,theme:o,icons:c,locale:d,date:v,goTo:p}}))}function hf(e){const t=this.$,a=t.parent?.provides??t.vnode.appContext?.provides
|
2185
|
-
if(a&&e in a)return a[e]}gf.version="3.8.1-dev.2025-04-
|
2186
|
-
const yf=function(){return gf({components:rf,directives:mf,...arguments.length>0&&void 0!==arguments[0]?arguments[0]:{}})},bf="3.8.1-dev.2025-04-
|
2185
|
+
if(a&&e in a)return a[e]}gf.version="3.8.1-dev.2025-04-13"
|
2186
|
+
const yf=function(){return gf({components:rf,directives:mf,...arguments.length>0&&void 0!==arguments[0]?arguments[0]:{}})},bf="3.8.1-dev.2025-04-13"
|
2187
2187
|
yf.version=bf,e.blueprints=Xt,e.components=rf,e.createVuetify=yf,e.directives=mf,e.useDate=Su,e.useDefaults=function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=arguments.length>1?arguments[1]:void 0
|
2188
2188
|
const{props:a,provideSubDefaults:l}=Nt(e,t)
|
2189
2189
|
return l(),a},e.useDisplay=In,e.useGoTo=Rn,e.useLayout=aa,e.useLocale=ga,e.useRtl=ya,e.useTheme=Pa,e.version=bf}))
|
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.1-dev.2025-04-
|
19
|
+
export const version = "3.8.1-dev.2025-04-13";
|
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,43 +2572,40 @@ declare module 'vue' {
|
|
2572
2572
|
$children?: VNodeChild
|
2573
2573
|
}
|
2574
2574
|
export interface GlobalComponents {
|
2575
|
-
VAlert: typeof import('vuetify/components')['VAlert']
|
2576
|
-
VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
|
2577
|
-
VApp: typeof import('vuetify/components')['VApp']
|
2578
|
-
VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
|
2579
2575
|
VAppBar: typeof import('vuetify/components')['VAppBar']
|
2580
2576
|
VAppBarNavIcon: typeof import('vuetify/components')['VAppBarNavIcon']
|
2581
2577
|
VAppBarTitle: typeof import('vuetify/components')['VAppBarTitle']
|
2582
|
-
|
2578
|
+
VApp: typeof import('vuetify/components')['VApp']
|
2579
|
+
VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
|
2580
|
+
VAlert: typeof import('vuetify/components')['VAlert']
|
2581
|
+
VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
|
2583
2582
|
VAvatar: typeof import('vuetify/components')['VAvatar']
|
2583
|
+
VBadge: typeof import('vuetify/components')['VBadge']
|
2584
2584
|
VBanner: typeof import('vuetify/components')['VBanner']
|
2585
2585
|
VBannerActions: typeof import('vuetify/components')['VBannerActions']
|
2586
2586
|
VBannerText: typeof import('vuetify/components')['VBannerText']
|
2587
2587
|
VBtn: typeof import('vuetify/components')['VBtn']
|
2588
|
-
VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
|
2589
|
-
VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
|
2590
|
-
VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
|
2591
2588
|
VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
|
2592
2589
|
VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
|
2593
2590
|
VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
|
2594
|
-
|
2591
|
+
VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
|
2592
|
+
VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
|
2593
|
+
VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
|
2595
2594
|
VCarousel: typeof import('vuetify/components')['VCarousel']
|
2596
2595
|
VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
|
2597
2596
|
VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
|
2598
|
-
|
2599
|
-
|
2597
|
+
VChip: typeof import('vuetify/components')['VChip']
|
2598
|
+
VColorPicker: typeof import('vuetify/components')['VColorPicker']
|
2600
2599
|
VCard: typeof import('vuetify/components')['VCard']
|
2601
2600
|
VCardActions: typeof import('vuetify/components')['VCardActions']
|
2602
2601
|
VCardItem: typeof import('vuetify/components')['VCardItem']
|
2603
2602
|
VCardSubtitle: typeof import('vuetify/components')['VCardSubtitle']
|
2604
2603
|
VCardText: typeof import('vuetify/components')['VCardText']
|
2605
2604
|
VCardTitle: typeof import('vuetify/components')['VCardTitle']
|
2605
|
+
VChipGroup: typeof import('vuetify/components')['VChipGroup']
|
2606
2606
|
VCombobox: typeof import('vuetify/components')['VCombobox']
|
2607
2607
|
VCheckbox: typeof import('vuetify/components')['VCheckbox']
|
2608
2608
|
VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
|
2609
|
-
VDialog: typeof import('vuetify/components')['VDialog']
|
2610
|
-
VCounter: typeof import('vuetify/components')['VCounter']
|
2611
|
-
VColorPicker: typeof import('vuetify/components')['VColorPicker']
|
2612
2609
|
VDataTable: typeof import('vuetify/components')['VDataTable']
|
2613
2610
|
VDataTableHeaders: typeof import('vuetify/components')['VDataTableHeaders']
|
2614
2611
|
VDataTableFooter: typeof import('vuetify/components')['VDataTableFooter']
|
@@ -2616,34 +2613,39 @@ declare module 'vue' {
|
|
2616
2613
|
VDataTableRow: typeof import('vuetify/components')['VDataTableRow']
|
2617
2614
|
VDataTableVirtual: typeof import('vuetify/components')['VDataTableVirtual']
|
2618
2615
|
VDataTableServer: typeof import('vuetify/components')['VDataTableServer']
|
2616
|
+
VCounter: typeof import('vuetify/components')['VCounter']
|
2619
2617
|
VDatePicker: typeof import('vuetify/components')['VDatePicker']
|
2620
2618
|
VDatePickerControls: typeof import('vuetify/components')['VDatePickerControls']
|
2621
2619
|
VDatePickerHeader: typeof import('vuetify/components')['VDatePickerHeader']
|
2622
2620
|
VDatePickerMonth: typeof import('vuetify/components')['VDatePickerMonth']
|
2623
2621
|
VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
|
2624
2622
|
VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
|
2625
|
-
|
2626
|
-
|
2627
|
-
VExpansionPanelText: typeof import('vuetify/components')['VExpansionPanelText']
|
2628
|
-
VExpansionPanelTitle: typeof import('vuetify/components')['VExpansionPanelTitle']
|
2629
|
-
VDivider: typeof import('vuetify/components')['VDivider']
|
2623
|
+
VDialog: typeof import('vuetify/components')['VDialog']
|
2624
|
+
VCode: typeof import('vuetify/components')['VCode']
|
2630
2625
|
VEmptyState: typeof import('vuetify/components')['VEmptyState']
|
2631
|
-
VField: typeof import('vuetify/components')['VField']
|
2632
|
-
VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
|
2633
|
-
VFileInput: typeof import('vuetify/components')['VFileInput']
|
2634
|
-
VFooter: typeof import('vuetify/components')['VFooter']
|
2635
2626
|
VFab: typeof import('vuetify/components')['VFab']
|
2627
|
+
VDivider: typeof import('vuetify/components')['VDivider']
|
2636
2628
|
VIcon: typeof import('vuetify/components')['VIcon']
|
2637
2629
|
VComponentIcon: typeof import('vuetify/components')['VComponentIcon']
|
2638
2630
|
VSvgIcon: typeof import('vuetify/components')['VSvgIcon']
|
2639
2631
|
VLigatureIcon: typeof import('vuetify/components')['VLigatureIcon']
|
2640
2632
|
VClassIcon: typeof import('vuetify/components')['VClassIcon']
|
2633
|
+
VExpansionPanels: typeof import('vuetify/components')['VExpansionPanels']
|
2634
|
+
VExpansionPanel: typeof import('vuetify/components')['VExpansionPanel']
|
2635
|
+
VExpansionPanelText: typeof import('vuetify/components')['VExpansionPanelText']
|
2636
|
+
VExpansionPanelTitle: typeof import('vuetify/components')['VExpansionPanelTitle']
|
2637
|
+
VField: typeof import('vuetify/components')['VField']
|
2638
|
+
VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
|
2639
|
+
VInput: typeof import('vuetify/components')['VInput']
|
2640
|
+
VFooter: typeof import('vuetify/components')['VFooter']
|
2641
2641
|
VImg: typeof import('vuetify/components')['VImg']
|
2642
|
+
VFileInput: typeof import('vuetify/components')['VFileInput']
|
2642
2643
|
VItemGroup: typeof import('vuetify/components')['VItemGroup']
|
2643
2644
|
VItem: typeof import('vuetify/components')['VItem']
|
2644
|
-
|
2645
|
+
VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
|
2645
2646
|
VKbd: typeof import('vuetify/components')['VKbd']
|
2646
2647
|
VLabel: typeof import('vuetify/components')['VLabel']
|
2648
|
+
VMenu: typeof import('vuetify/components')['VMenu']
|
2647
2649
|
VList: typeof import('vuetify/components')['VList']
|
2648
2650
|
VListGroup: typeof import('vuetify/components')['VListGroup']
|
2649
2651
|
VListImg: typeof import('vuetify/components')['VListImg']
|
@@ -2653,65 +2655,63 @@ declare module 'vue' {
|
|
2653
2655
|
VListItemSubtitle: typeof import('vuetify/components')['VListItemSubtitle']
|
2654
2656
|
VListItemTitle: typeof import('vuetify/components')['VListItemTitle']
|
2655
2657
|
VListSubheader: typeof import('vuetify/components')['VListSubheader']
|
2656
|
-
VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
|
2657
2658
|
VMain: typeof import('vuetify/components')['VMain']
|
2658
2659
|
VMessages: typeof import('vuetify/components')['VMessages']
|
2659
|
-
VMenu: typeof import('vuetify/components')['VMenu']
|
2660
2660
|
VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
|
2661
|
-
VNumberInput: typeof import('vuetify/components')['VNumberInput']
|
2662
2661
|
VOtpInput: typeof import('vuetify/components')['VOtpInput']
|
2663
|
-
VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
|
2664
|
-
VPagination: typeof import('vuetify/components')['VPagination']
|
2665
2662
|
VOverlay: typeof import('vuetify/components')['VOverlay']
|
2663
|
+
VPagination: typeof import('vuetify/components')['VPagination']
|
2664
|
+
VNumberInput: typeof import('vuetify/components')['VNumberInput']
|
2666
2665
|
VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
|
2667
2666
|
VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
|
2668
2667
|
VRating: typeof import('vuetify/components')['VRating']
|
2669
|
-
|
2668
|
+
VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
|
2669
|
+
VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
|
2670
2670
|
VSheet: typeof import('vuetify/components')['VSheet']
|
2671
2671
|
VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
|
2672
|
-
VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
|
2673
|
-
VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
|
2674
2672
|
VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
|
2675
2673
|
VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
|
2676
|
-
|
2677
|
-
VSnackbar: typeof import('vuetify/components')['VSnackbar']
|
2678
|
-
VSwitch: typeof import('vuetify/components')['VSwitch']
|
2674
|
+
VSelect: typeof import('vuetify/components')['VSelect']
|
2679
2675
|
VStepper: typeof import('vuetify/components')['VStepper']
|
2680
2676
|
VStepperActions: typeof import('vuetify/components')['VStepperActions']
|
2681
2677
|
VStepperHeader: typeof import('vuetify/components')['VStepperHeader']
|
2682
2678
|
VStepperItem: typeof import('vuetify/components')['VStepperItem']
|
2683
2679
|
VStepperWindow: typeof import('vuetify/components')['VStepperWindow']
|
2684
2680
|
VStepperWindowItem: typeof import('vuetify/components')['VStepperWindowItem']
|
2681
|
+
VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
|
2682
|
+
VSlider: typeof import('vuetify/components')['VSlider']
|
2683
|
+
VSwitch: typeof import('vuetify/components')['VSwitch']
|
2684
|
+
VSnackbar: typeof import('vuetify/components')['VSnackbar']
|
2685
|
+
VSystemBar: typeof import('vuetify/components')['VSystemBar']
|
2685
2686
|
VTable: typeof import('vuetify/components')['VTable']
|
2687
|
+
VTextField: typeof import('vuetify/components')['VTextField']
|
2688
|
+
VTextarea: typeof import('vuetify/components')['VTextarea']
|
2686
2689
|
VTab: typeof import('vuetify/components')['VTab']
|
2687
2690
|
VTabs: typeof import('vuetify/components')['VTabs']
|
2688
2691
|
VTabsWindow: typeof import('vuetify/components')['VTabsWindow']
|
2689
2692
|
VTabsWindowItem: typeof import('vuetify/components')['VTabsWindowItem']
|
2690
|
-
VTimeline: typeof import('vuetify/components')['VTimeline']
|
2691
|
-
VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
|
2692
|
-
VTextField: typeof import('vuetify/components')['VTextField']
|
2693
2693
|
VToolbar: typeof import('vuetify/components')['VToolbar']
|
2694
2694
|
VToolbarTitle: typeof import('vuetify/components')['VToolbarTitle']
|
2695
2695
|
VToolbarItems: typeof import('vuetify/components')['VToolbarItems']
|
2696
|
-
VTextarea: typeof import('vuetify/components')['VTextarea']
|
2697
|
-
VTooltip: typeof import('vuetify/components')['VTooltip']
|
2698
2696
|
VWindow: typeof import('vuetify/components')['VWindow']
|
2699
2697
|
VWindowItem: typeof import('vuetify/components')['VWindowItem']
|
2700
|
-
|
2698
|
+
VTooltip: typeof import('vuetify/components')['VTooltip']
|
2699
|
+
VTimeline: typeof import('vuetify/components')['VTimeline']
|
2700
|
+
VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
|
2701
2701
|
VConfirmEdit: typeof import('vuetify/components')['VConfirmEdit']
|
2702
2702
|
VDataIterator: typeof import('vuetify/components')['VDataIterator']
|
2703
2703
|
VDefaultsProvider: typeof import('vuetify/components')['VDefaultsProvider']
|
2704
|
-
VForm: typeof import('vuetify/components')['VForm']
|
2705
2704
|
VContainer: typeof import('vuetify/components')['VContainer']
|
2706
2705
|
VCol: typeof import('vuetify/components')['VCol']
|
2707
2706
|
VRow: typeof import('vuetify/components')['VRow']
|
2708
2707
|
VSpacer: typeof import('vuetify/components')['VSpacer']
|
2708
|
+
VForm: typeof import('vuetify/components')['VForm']
|
2709
2709
|
VHover: typeof import('vuetify/components')['VHover']
|
2710
2710
|
VLayout: typeof import('vuetify/components')['VLayout']
|
2711
2711
|
VLayoutItem: typeof import('vuetify/components')['VLayoutItem']
|
2712
2712
|
VLazy: typeof import('vuetify/components')['VLazy']
|
2713
|
-
VLocaleProvider: typeof import('vuetify/components')['VLocaleProvider']
|
2714
2713
|
VNoSsr: typeof import('vuetify/components')['VNoSsr']
|
2714
|
+
VLocaleProvider: typeof import('vuetify/components')['VLocaleProvider']
|
2715
2715
|
VRadio: typeof import('vuetify/components')['VRadio']
|
2716
2716
|
VParallax: typeof import('vuetify/components')['VParallax']
|
2717
2717
|
VRangeSlider: typeof import('vuetify/components')['VRangeSlider']
|
@@ -2738,26 +2738,26 @@ 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
|
-
|
2741
|
+
VStepperVertical: typeof import('vuetify/labs/components')['VStepperVertical']
|
2742
|
+
VStepperVerticalItem: typeof import('vuetify/labs/components')['VStepperVerticalItem']
|
2743
|
+
VStepperVerticalActions: typeof import('vuetify/labs/components')['VStepperVerticalActions']
|
2744
|
+
VPicker: typeof import('vuetify/labs/components')['VPicker']
|
2745
|
+
VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
|
2742
2746
|
VCalendar: typeof import('vuetify/labs/components')['VCalendar']
|
2743
2747
|
VCalendarDay: typeof import('vuetify/labs/components')['VCalendarDay']
|
2744
2748
|
VCalendarHeader: typeof import('vuetify/labs/components')['VCalendarHeader']
|
2745
2749
|
VCalendarInterval: typeof import('vuetify/labs/components')['VCalendarInterval']
|
2746
2750
|
VCalendarIntervalEvent: typeof import('vuetify/labs/components')['VCalendarIntervalEvent']
|
2747
2751
|
VCalendarMonthDay: typeof import('vuetify/labs/components')['VCalendarMonthDay']
|
2748
|
-
VFileUpload: typeof import('vuetify/labs/components')['VFileUpload']
|
2749
|
-
VFileUploadItem: typeof import('vuetify/labs/components')['VFileUploadItem']
|
2750
|
-
VStepperVertical: typeof import('vuetify/labs/components')['VStepperVertical']
|
2751
|
-
VStepperVerticalItem: typeof import('vuetify/labs/components')['VStepperVerticalItem']
|
2752
|
-
VStepperVerticalActions: typeof import('vuetify/labs/components')['VStepperVerticalActions']
|
2753
|
-
VPicker: typeof import('vuetify/labs/components')['VPicker']
|
2754
|
-
VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
|
2755
|
-
VTreeview: typeof import('vuetify/labs/components')['VTreeview']
|
2756
|
-
VTreeviewItem: typeof import('vuetify/labs/components')['VTreeviewItem']
|
2757
|
-
VTreeviewGroup: typeof import('vuetify/labs/components')['VTreeviewGroup']
|
2758
2752
|
VTimePicker: typeof import('vuetify/labs/components')['VTimePicker']
|
2759
2753
|
VTimePickerClock: typeof import('vuetify/labs/components')['VTimePickerClock']
|
2760
2754
|
VTimePickerControls: typeof import('vuetify/labs/components')['VTimePickerControls']
|
2755
|
+
VIconBtn: typeof import('vuetify/labs/components')['VIconBtn']
|
2756
|
+
VTreeview: typeof import('vuetify/labs/components')['VTreeview']
|
2757
|
+
VTreeviewItem: typeof import('vuetify/labs/components')['VTreeviewItem']
|
2758
|
+
VTreeviewGroup: typeof import('vuetify/labs/components')['VTreeviewGroup']
|
2759
|
+
VFileUpload: typeof import('vuetify/labs/components')['VFileUpload']
|
2760
|
+
VFileUploadItem: typeof import('vuetify/labs/components')['VFileUploadItem']
|
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