@vuetify/nightly 3.8.2-master.2025-04-26 → 3.8.2-master.2025-04-27
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 +7 -3
- package/dist/json/attributes.json +3537 -3537
- package/dist/json/importMap-labs.json +30 -30
- package/dist/json/importMap.json +146 -146
- package/dist/json/web-types.json +6454 -6454
- package/dist/vuetify-labs.cjs +3 -3
- package/dist/vuetify-labs.css +3661 -3661
- package/dist/vuetify-labs.d.ts +55 -55
- 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 +2824 -2824
- package/dist/vuetify.d.ts +55 -55
- 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 +55 -55
- 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.2-master.2025-04-
|
2
|
+
* Vuetify v3.8.2-master.2025-04-27
|
3
3
|
* Forged by John Leider
|
4
4
|
* Released under the MIT License.
|
5
5
|
*/
|
@@ -2198,8 +2198,8 @@ if(f.run((()=>{o.install(u)})),u.onUnmount((()=>f.stop())),u.provide(Vt,e),u.pro
|
|
2198
2198
|
else{const{mount:e}=u
|
2199
2199
|
u.mount=function(){const a=e(...arguments)
|
2200
2200
|
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:yf.call(this,Vt),display:yf.call(this,yn),theme:yf.call(this,ha),icons:yf.call(this,Ft),locale:yf.call(this,va),date:yf.call(this,Su)})}}})},unmount:function(){u.stop()},defaults:e,display:l,theme:o,icons:c,locale:d,date:v,goTo:p}}))}function yf(e){const t=this.$,a=t.parent?.provides??t.vnode.appContext?.provides
|
2201
|
-
if(a&&e in a)return a[e]}hf.version="3.8.2-master.2025-04-
|
2202
|
-
const bf=function(){return hf({components:sf,directives:gf,...arguments.length>0&&void 0!==arguments[0]?arguments[0]:{}})},Vf="3.8.2-master.2025-04-
|
2201
|
+
if(a&&e in a)return a[e]}hf.version="3.8.2-master.2025-04-27"
|
2202
|
+
const bf=function(){return hf({components:sf,directives:gf,...arguments.length>0&&void 0!==arguments[0]?arguments[0]:{}})},Vf="3.8.2-master.2025-04-27"
|
2203
2203
|
bf.version=Vf,e.blueprints=qt,e.components=sf,e.createVuetify=bf,e.directives=gf,e.useDate=xu,e.useDefaults=function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=arguments.length>1?arguments[1]:void 0
|
2204
2204
|
const{props:a,provideSubDefaults:l}=kt(e,t)
|
2205
2205
|
return l(),a},e.useDisplay=Nn,e.useGoTo=Bn,e.useLayout=ea,e.useLocale=fa,e.useRtl=ga,e.useTheme=Ca,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.2-master.2025-04-
|
19
|
+
export const version = "3.8.2-master.2025-04-27";
|
20
20
|
createVuetify.version = version;
|
21
21
|
export { blueprints, components, directives };
|
22
22
|
export * from "./composables/index.js";
|
package/lib/framework.d.ts
CHANGED
@@ -2578,19 +2578,17 @@ declare module 'vue' {
|
|
2578
2578
|
VAlert: typeof import('vuetify/components')['VAlert']
|
2579
2579
|
VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
|
2580
2580
|
VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
|
2581
|
-
VApp: typeof import('vuetify/components')['VApp']
|
2582
|
-
VBadge: typeof import('vuetify/components')['VBadge']
|
2583
|
-
VAvatar: typeof import('vuetify/components')['VAvatar']
|
2584
2581
|
VBanner: typeof import('vuetify/components')['VBanner']
|
2585
2582
|
VBannerActions: typeof import('vuetify/components')['VBannerActions']
|
2586
2583
|
VBannerText: typeof import('vuetify/components')['VBannerText']
|
2587
|
-
|
2584
|
+
VBadge: typeof import('vuetify/components')['VBadge']
|
2588
2585
|
VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
|
2586
|
+
VAvatar: typeof import('vuetify/components')['VAvatar']
|
2587
|
+
VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
|
2589
2588
|
VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
|
2590
2589
|
VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
|
2591
2590
|
VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
|
2592
2591
|
VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
|
2593
|
-
VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
|
2594
2592
|
VBtn: typeof import('vuetify/components')['VBtn']
|
2595
2593
|
VCard: typeof import('vuetify/components')['VCard']
|
2596
2594
|
VCardActions: typeof import('vuetify/components')['VCardActions']
|
@@ -2598,14 +2596,17 @@ declare module 'vue' {
|
|
2598
2596
|
VCardSubtitle: typeof import('vuetify/components')['VCardSubtitle']
|
2599
2597
|
VCardText: typeof import('vuetify/components')['VCardText']
|
2600
2598
|
VCardTitle: typeof import('vuetify/components')['VCardTitle']
|
2599
|
+
VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
|
2601
2600
|
VCheckbox: typeof import('vuetify/components')['VCheckbox']
|
2602
2601
|
VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
|
2603
|
-
|
2604
|
-
|
2602
|
+
VCarousel: typeof import('vuetify/components')['VCarousel']
|
2603
|
+
VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
|
2604
|
+
VChip: typeof import('vuetify/components')['VChip']
|
2605
2605
|
VColorPicker: typeof import('vuetify/components')['VColorPicker']
|
2606
2606
|
VCombobox: typeof import('vuetify/components')['VCombobox']
|
2607
2607
|
VCounter: typeof import('vuetify/components')['VCounter']
|
2608
|
-
|
2608
|
+
VChipGroup: typeof import('vuetify/components')['VChipGroup']
|
2609
|
+
VCode: typeof import('vuetify/components')['VCode']
|
2609
2610
|
VDataTable: typeof import('vuetify/components')['VDataTable']
|
2610
2611
|
VDataTableHeaders: typeof import('vuetify/components')['VDataTableHeaders']
|
2611
2612
|
VDataTableFooter: typeof import('vuetify/components')['VDataTableFooter']
|
@@ -2613,38 +2614,36 @@ declare module 'vue' {
|
|
2613
2614
|
VDataTableRow: typeof import('vuetify/components')['VDataTableRow']
|
2614
2615
|
VDataTableVirtual: typeof import('vuetify/components')['VDataTableVirtual']
|
2615
2616
|
VDataTableServer: typeof import('vuetify/components')['VDataTableServer']
|
2617
|
+
VDatePicker: typeof import('vuetify/components')['VDatePicker']
|
2618
|
+
VDatePickerControls: typeof import('vuetify/components')['VDatePickerControls']
|
2619
|
+
VDatePickerHeader: typeof import('vuetify/components')['VDatePickerHeader']
|
2620
|
+
VDatePickerMonth: typeof import('vuetify/components')['VDatePickerMonth']
|
2621
|
+
VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
|
2622
|
+
VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
|
2623
|
+
VDivider: typeof import('vuetify/components')['VDivider']
|
2624
|
+
VDialog: typeof import('vuetify/components')['VDialog']
|
2616
2625
|
VExpansionPanels: typeof import('vuetify/components')['VExpansionPanels']
|
2617
2626
|
VExpansionPanel: typeof import('vuetify/components')['VExpansionPanel']
|
2618
2627
|
VExpansionPanelText: typeof import('vuetify/components')['VExpansionPanelText']
|
2619
2628
|
VExpansionPanelTitle: typeof import('vuetify/components')['VExpansionPanelTitle']
|
2620
2629
|
VEmptyState: typeof import('vuetify/components')['VEmptyState']
|
2621
|
-
VChip: typeof import('vuetify/components')['VChip']
|
2622
|
-
VDivider: typeof import('vuetify/components')['VDivider']
|
2623
|
-
VCarousel: typeof import('vuetify/components')['VCarousel']
|
2624
|
-
VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
|
2625
2630
|
VField: typeof import('vuetify/components')['VField']
|
2626
2631
|
VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
|
2627
|
-
|
2632
|
+
VFileInput: typeof import('vuetify/components')['VFileInput']
|
2628
2633
|
VFooter: typeof import('vuetify/components')['VFooter']
|
2629
|
-
|
2630
|
-
VDatePickerControls: typeof import('vuetify/components')['VDatePickerControls']
|
2631
|
-
VDatePickerHeader: typeof import('vuetify/components')['VDatePickerHeader']
|
2632
|
-
VDatePickerMonth: typeof import('vuetify/components')['VDatePickerMonth']
|
2633
|
-
VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
|
2634
|
-
VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
|
2634
|
+
VFab: typeof import('vuetify/components')['VFab']
|
2635
2635
|
VIcon: typeof import('vuetify/components')['VIcon']
|
2636
2636
|
VComponentIcon: typeof import('vuetify/components')['VComponentIcon']
|
2637
2637
|
VSvgIcon: typeof import('vuetify/components')['VSvgIcon']
|
2638
2638
|
VLigatureIcon: typeof import('vuetify/components')['VLigatureIcon']
|
2639
2639
|
VClassIcon: typeof import('vuetify/components')['VClassIcon']
|
2640
|
-
VFileInput: typeof import('vuetify/components')['VFileInput']
|
2641
2640
|
VImg: typeof import('vuetify/components')['VImg']
|
2642
|
-
VKbd: typeof import('vuetify/components')['VKbd']
|
2643
2641
|
VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
|
2644
|
-
VInput: typeof import('vuetify/components')['VInput']
|
2645
2642
|
VItemGroup: typeof import('vuetify/components')['VItemGroup']
|
2646
2643
|
VItem: typeof import('vuetify/components')['VItem']
|
2647
2644
|
VLabel: typeof import('vuetify/components')['VLabel']
|
2645
|
+
VKbd: typeof import('vuetify/components')['VKbd']
|
2646
|
+
VInput: typeof import('vuetify/components')['VInput']
|
2648
2647
|
VList: typeof import('vuetify/components')['VList']
|
2649
2648
|
VListGroup: typeof import('vuetify/components')['VListGroup']
|
2650
2649
|
VListImg: typeof import('vuetify/components')['VListImg']
|
@@ -2654,72 +2653,71 @@ declare module 'vue' {
|
|
2654
2653
|
VListItemSubtitle: typeof import('vuetify/components')['VListItemSubtitle']
|
2655
2654
|
VListItemTitle: typeof import('vuetify/components')['VListItemTitle']
|
2656
2655
|
VListSubheader: typeof import('vuetify/components')['VListSubheader']
|
2657
|
-
VMenu: typeof import('vuetify/components')['VMenu']
|
2658
2656
|
VMain: typeof import('vuetify/components')['VMain']
|
2659
2657
|
VMessages: typeof import('vuetify/components')['VMessages']
|
2660
|
-
|
2658
|
+
VMenu: typeof import('vuetify/components')['VMenu']
|
2659
|
+
VApp: typeof import('vuetify/components')['VApp']
|
2661
2660
|
VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
|
2661
|
+
VNumberInput: typeof import('vuetify/components')['VNumberInput']
|
2662
2662
|
VOverlay: typeof import('vuetify/components')['VOverlay']
|
2663
|
-
VPagination: typeof import('vuetify/components')['VPagination']
|
2664
2663
|
VOtpInput: typeof import('vuetify/components')['VOtpInput']
|
2665
2664
|
VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
|
2665
|
+
VPagination: typeof import('vuetify/components')['VPagination']
|
2666
2666
|
VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
|
2667
|
-
VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
|
2668
2667
|
VRating: typeof import('vuetify/components')['VRating']
|
2669
2668
|
VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
|
2670
|
-
|
2669
|
+
VSheet: typeof import('vuetify/components')['VSheet']
|
2671
2670
|
VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
|
2672
2671
|
VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
|
2673
2672
|
VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
|
2674
|
-
|
2675
|
-
|
2673
|
+
VSnackbar: typeof import('vuetify/components')['VSnackbar']
|
2674
|
+
VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
|
2675
|
+
VSelect: typeof import('vuetify/components')['VSelect']
|
2676
2676
|
VSlider: typeof import('vuetify/components')['VSlider']
|
2677
|
+
VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
|
2678
|
+
VSwitch: typeof import('vuetify/components')['VSwitch']
|
2677
2679
|
VStepper: typeof import('vuetify/components')['VStepper']
|
2678
2680
|
VStepperActions: typeof import('vuetify/components')['VStepperActions']
|
2679
2681
|
VStepperHeader: typeof import('vuetify/components')['VStepperHeader']
|
2680
2682
|
VStepperItem: typeof import('vuetify/components')['VStepperItem']
|
2681
2683
|
VStepperWindow: typeof import('vuetify/components')['VStepperWindow']
|
2682
2684
|
VStepperWindowItem: typeof import('vuetify/components')['VStepperWindowItem']
|
2683
|
-
|
2685
|
+
VSystemBar: typeof import('vuetify/components')['VSystemBar']
|
2684
2686
|
VTab: typeof import('vuetify/components')['VTab']
|
2685
2687
|
VTabs: typeof import('vuetify/components')['VTabs']
|
2686
2688
|
VTabsWindow: typeof import('vuetify/components')['VTabsWindow']
|
2687
2689
|
VTabsWindowItem: typeof import('vuetify/components')['VTabsWindowItem']
|
2688
|
-
VSystemBar: typeof import('vuetify/components')['VSystemBar']
|
2689
2690
|
VTextarea: typeof import('vuetify/components')['VTextarea']
|
2690
|
-
VTable: typeof import('vuetify/components')['VTable']
|
2691
2691
|
VTextField: typeof import('vuetify/components')['VTextField']
|
2692
|
-
|
2693
|
-
VWindowItem: typeof import('vuetify/components')['VWindowItem']
|
2694
|
-
VTooltip: typeof import('vuetify/components')['VTooltip']
|
2692
|
+
VTable: typeof import('vuetify/components')['VTable']
|
2695
2693
|
VToolbar: typeof import('vuetify/components')['VToolbar']
|
2696
2694
|
VToolbarTitle: typeof import('vuetify/components')['VToolbarTitle']
|
2697
2695
|
VToolbarItems: typeof import('vuetify/components')['VToolbarItems']
|
2696
|
+
VTooltip: typeof import('vuetify/components')['VTooltip']
|
2698
2697
|
VTimeline: typeof import('vuetify/components')['VTimeline']
|
2699
2698
|
VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
|
2700
|
-
|
2699
|
+
VWindow: typeof import('vuetify/components')['VWindow']
|
2700
|
+
VWindowItem: typeof import('vuetify/components')['VWindowItem']
|
2701
2701
|
VDataIterator: typeof import('vuetify/components')['VDataIterator']
|
2702
|
+
VDefaultsProvider: typeof import('vuetify/components')['VDefaultsProvider']
|
2702
2703
|
VForm: typeof import('vuetify/components')['VForm']
|
2703
2704
|
VContainer: typeof import('vuetify/components')['VContainer']
|
2704
2705
|
VCol: typeof import('vuetify/components')['VCol']
|
2705
2706
|
VRow: typeof import('vuetify/components')['VRow']
|
2706
2707
|
VSpacer: typeof import('vuetify/components')['VSpacer']
|
2707
|
-
|
2708
|
+
VLazy: typeof import('vuetify/components')['VLazy']
|
2708
2709
|
VLayout: typeof import('vuetify/components')['VLayout']
|
2709
2710
|
VLayoutItem: typeof import('vuetify/components')['VLayoutItem']
|
2710
|
-
VLazy: typeof import('vuetify/components')['VLazy']
|
2711
|
-
VLocaleProvider: typeof import('vuetify/components')['VLocaleProvider']
|
2712
|
-
VConfirmEdit: typeof import('vuetify/components')['VConfirmEdit']
|
2713
2711
|
VNoSsr: typeof import('vuetify/components')['VNoSsr']
|
2712
|
+
VLocaleProvider: typeof import('vuetify/components')['VLocaleProvider']
|
2713
|
+
VParallax: typeof import('vuetify/components')['VParallax']
|
2714
2714
|
VRangeSlider: typeof import('vuetify/components')['VRangeSlider']
|
2715
|
-
VSnackbar: typeof import('vuetify/components')['VSnackbar']
|
2716
2715
|
VRadio: typeof import('vuetify/components')['VRadio']
|
2717
|
-
VParallax: typeof import('vuetify/components')['VParallax']
|
2718
2716
|
VResponsive: typeof import('vuetify/components')['VResponsive']
|
2719
|
-
VSnackbarQueue: typeof import('vuetify/components')['VSnackbarQueue']
|
2720
|
-
VSparkline: typeof import('vuetify/components')['VSparkline']
|
2721
2717
|
VSpeedDial: typeof import('vuetify/components')['VSpeedDial']
|
2718
|
+
VSnackbarQueue: typeof import('vuetify/components')['VSnackbarQueue']
|
2722
2719
|
VThemeProvider: typeof import('vuetify/components')['VThemeProvider']
|
2720
|
+
VVirtualScroll: typeof import('vuetify/components')['VVirtualScroll']
|
2723
2721
|
VFabTransition: typeof import('vuetify/components')['VFabTransition']
|
2724
2722
|
VDialogBottomTransition: typeof import('vuetify/components')['VDialogBottomTransition']
|
2725
2723
|
VDialogTopTransition: typeof import('vuetify/components')['VDialogTopTransition']
|
@@ -2736,13 +2734,10 @@ declare module 'vue' {
|
|
2736
2734
|
VExpandTransition: typeof import('vuetify/components')['VExpandTransition']
|
2737
2735
|
VExpandXTransition: typeof import('vuetify/components')['VExpandXTransition']
|
2738
2736
|
VDialogTransition: typeof import('vuetify/components')['VDialogTransition']
|
2739
|
-
VVirtualScroll: typeof import('vuetify/components')['VVirtualScroll']
|
2740
2737
|
VValidation: typeof import('vuetify/components')['VValidation']
|
2741
|
-
|
2742
|
-
|
2743
|
-
|
2744
|
-
VFileUpload: typeof import('vuetify/labs/components')['VFileUpload']
|
2745
|
-
VFileUploadItem: typeof import('vuetify/labs/components')['VFileUploadItem']
|
2738
|
+
VHover: typeof import('vuetify/components')['VHover']
|
2739
|
+
VConfirmEdit: typeof import('vuetify/components')['VConfirmEdit']
|
2740
|
+
VSparkline: typeof import('vuetify/components')['VSparkline']
|
2746
2741
|
VCalendar: typeof import('vuetify/labs/components')['VCalendar']
|
2747
2742
|
VCalendarDay: typeof import('vuetify/labs/components')['VCalendarDay']
|
2748
2743
|
VCalendarHeader: typeof import('vuetify/labs/components')['VCalendarHeader']
|
@@ -2750,14 +2745,19 @@ declare module 'vue' {
|
|
2750
2745
|
VCalendarIntervalEvent: typeof import('vuetify/labs/components')['VCalendarIntervalEvent']
|
2751
2746
|
VCalendarMonthDay: typeof import('vuetify/labs/components')['VCalendarMonthDay']
|
2752
2747
|
VIconBtn: typeof import('vuetify/labs/components')['VIconBtn']
|
2753
|
-
|
2754
|
-
|
2755
|
-
|
2748
|
+
VStepperVertical: typeof import('vuetify/labs/components')['VStepperVertical']
|
2749
|
+
VStepperVerticalItem: typeof import('vuetify/labs/components')['VStepperVerticalItem']
|
2750
|
+
VStepperVerticalActions: typeof import('vuetify/labs/components')['VStepperVerticalActions']
|
2751
|
+
VPicker: typeof import('vuetify/labs/components')['VPicker']
|
2752
|
+
VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
|
2756
2753
|
VTimePicker: typeof import('vuetify/labs/components')['VTimePicker']
|
2757
2754
|
VTimePickerClock: typeof import('vuetify/labs/components')['VTimePickerClock']
|
2758
2755
|
VTimePickerControls: typeof import('vuetify/labs/components')['VTimePickerControls']
|
2759
|
-
|
2760
|
-
|
2756
|
+
VFileUpload: typeof import('vuetify/labs/components')['VFileUpload']
|
2757
|
+
VFileUploadItem: typeof import('vuetify/labs/components')['VFileUploadItem']
|
2758
|
+
VTreeview: typeof import('vuetify/labs/components')['VTreeview']
|
2759
|
+
VTreeviewItem: typeof import('vuetify/labs/components')['VTreeviewItem']
|
2760
|
+
VTreeviewGroup: typeof import('vuetify/labs/components')['VTreeviewGroup']
|
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