@vuetify/nightly 3.9.2-master.2025-07-18 → 3.9.2-master.2025-07-22
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 +16 -3
- package/dist/json/attributes.json +3106 -3106
- package/dist/json/importMap-labs.json +18 -18
- package/dist/json/importMap.json +142 -142
- package/dist/json/web-types.json +5839 -5839
- package/dist/vuetify-labs.cjs +3 -3
- package/dist/vuetify-labs.css +3514 -3514
- package/dist/vuetify-labs.d.ts +47 -47
- 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 +2332 -2332
- package/dist/vuetify.d.ts +47 -47
- 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 +47 -47
- 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.2-master.2025-07-
|
2
|
+
* Vuetify v3.9.2-master.2025-07-22
|
3
3
|
* Forged by John Leider
|
4
4
|
* Released under the MIT License.
|
5
5
|
*/
|
@@ -2380,8 +2380,8 @@ if(m.run((()=>{o.install(u)})),u.onUnmount((()=>m.stop())),u.provide(Ct,e),u.pro
|
|
2380
2380
|
else{const{mount:e}=u
|
2381
2381
|
u.mount=function(){const a=e(...arguments)
|
2382
2382
|
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:lf.call(this,Ct),display:lf.call(this,Pn),theme:lf.call(this,ka),icons:lf.call(this,Ot),locale:lf.call(this,ya),date:lf.call(this,$u)})}}})},unmount:function(){u.stop()},defaults:e,display:l,theme:o,icons:c,locale:d,date:v,goTo:p}}))}function lf(e){const t=this.$,a=t.parent?.provides??t.vnode.appContext?.provides
|
2383
|
-
if(a&&e in a)return a[e]}af.version="3.9.2-master.2025-07-
|
2384
|
-
const of=function(){return af({components:Gm,directives:tf,...arguments.length>0&&void 0!==arguments[0]?arguments[0]:{}})},nf="3.9.2-master.2025-07-
|
2383
|
+
if(a&&e in a)return a[e]}af.version="3.9.2-master.2025-07-22"
|
2384
|
+
const of=function(){return af({components:Gm,directives:tf,...arguments.length>0&&void 0!==arguments[0]?arguments[0]:{}})},nf="3.9.2-master.2025-07-22"
|
2385
2385
|
of.version=nf,e.blueprints=Jt,e.components=Gm,e.createVuetify=of,e.directives=tf,e.useDate=zu,e.useDefaults=function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=arguments.length>1?arguments[1]:void 0
|
2386
2386
|
const{props:a,provideSubDefaults:l}=_t(e,t)
|
2387
2387
|
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.2-master.2025-07-
|
19
|
+
export const version = "3.9.2-master.2025-07-22";
|
20
20
|
createVuetify.version = version;
|
21
21
|
export { blueprints, components, directives };
|
22
22
|
export * from "./composables/index.js";
|
package/lib/framework.d.ts
CHANGED
@@ -2601,11 +2601,10 @@ declare module 'vue' {
|
|
2601
2601
|
$children?: VNodeChild
|
2602
2602
|
}
|
2603
2603
|
export interface GlobalComponents {
|
2604
|
-
VApp: typeof import('vuetify/components')['VApp']
|
2605
2604
|
VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
|
2606
|
-
VAvatar: typeof import('vuetify/components')['VAvatar']
|
2607
2605
|
VAlert: typeof import('vuetify/components')['VAlert']
|
2608
2606
|
VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
|
2607
|
+
VApp: typeof import('vuetify/components')['VApp']
|
2609
2608
|
VAppBar: typeof import('vuetify/components')['VAppBar']
|
2610
2609
|
VAppBarNavIcon: typeof import('vuetify/components')['VAppBarNavIcon']
|
2611
2610
|
VAppBarTitle: typeof import('vuetify/components')['VAppBarTitle']
|
@@ -2613,28 +2612,30 @@ declare module 'vue' {
|
|
2613
2612
|
VBanner: typeof import('vuetify/components')['VBanner']
|
2614
2613
|
VBannerActions: typeof import('vuetify/components')['VBannerActions']
|
2615
2614
|
VBannerText: typeof import('vuetify/components')['VBannerText']
|
2615
|
+
VAvatar: typeof import('vuetify/components')['VAvatar']
|
2616
|
+
VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
|
2617
|
+
VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
|
2618
|
+
VBtn: typeof import('vuetify/components')['VBtn']
|
2616
2619
|
VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
|
2620
|
+
VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
|
2617
2621
|
VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
|
2618
2622
|
VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
|
2619
2623
|
VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
|
2620
|
-
VBtn: typeof import('vuetify/components')['VBtn']
|
2621
|
-
VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
|
2622
|
-
VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
|
2623
|
-
VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
|
2624
|
-
VCheckbox: typeof import('vuetify/components')['VCheckbox']
|
2625
|
-
VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
|
2626
2624
|
VCard: typeof import('vuetify/components')['VCard']
|
2627
2625
|
VCardActions: typeof import('vuetify/components')['VCardActions']
|
2628
2626
|
VCardItem: typeof import('vuetify/components')['VCardItem']
|
2629
2627
|
VCardSubtitle: typeof import('vuetify/components')['VCardSubtitle']
|
2630
2628
|
VCardText: typeof import('vuetify/components')['VCardText']
|
2631
2629
|
VCardTitle: typeof import('vuetify/components')['VCardTitle']
|
2632
|
-
VChip: typeof import('vuetify/components')['VChip']
|
2633
2630
|
VCarousel: typeof import('vuetify/components')['VCarousel']
|
2634
2631
|
VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
|
2632
|
+
VCheckbox: typeof import('vuetify/components')['VCheckbox']
|
2633
|
+
VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
|
2635
2634
|
VColorPicker: typeof import('vuetify/components')['VColorPicker']
|
2635
|
+
VChip: typeof import('vuetify/components')['VChip']
|
2636
2636
|
VCounter: typeof import('vuetify/components')['VCounter']
|
2637
2637
|
VCode: typeof import('vuetify/components')['VCode']
|
2638
|
+
VChipGroup: typeof import('vuetify/components')['VChipGroup']
|
2638
2639
|
VCombobox: typeof import('vuetify/components')['VCombobox']
|
2639
2640
|
VDataTable: typeof import('vuetify/components')['VDataTable']
|
2640
2641
|
VDataTableHeaders: typeof import('vuetify/components')['VDataTableHeaders']
|
@@ -2649,31 +2650,29 @@ declare module 'vue' {
|
|
2649
2650
|
VDatePickerMonth: typeof import('vuetify/components')['VDatePickerMonth']
|
2650
2651
|
VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
|
2651
2652
|
VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
|
2652
|
-
|
2653
|
+
VDialog: typeof import('vuetify/components')['VDialog']
|
2653
2654
|
VDivider: typeof import('vuetify/components')['VDivider']
|
2655
|
+
VFab: typeof import('vuetify/components')['VFab']
|
2656
|
+
VEmptyState: typeof import('vuetify/components')['VEmptyState']
|
2657
|
+
VFileInput: typeof import('vuetify/components')['VFileInput']
|
2654
2658
|
VField: typeof import('vuetify/components')['VField']
|
2655
2659
|
VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
|
2656
2660
|
VExpansionPanels: typeof import('vuetify/components')['VExpansionPanels']
|
2657
2661
|
VExpansionPanel: typeof import('vuetify/components')['VExpansionPanel']
|
2658
2662
|
VExpansionPanelText: typeof import('vuetify/components')['VExpansionPanelText']
|
2659
2663
|
VExpansionPanelTitle: typeof import('vuetify/components')['VExpansionPanelTitle']
|
2660
|
-
VFab: typeof import('vuetify/components')['VFab']
|
2661
|
-
VDialog: typeof import('vuetify/components')['VDialog']
|
2662
2664
|
VFooter: typeof import('vuetify/components')['VFooter']
|
2663
|
-
VFileInput: typeof import('vuetify/components')['VFileInput']
|
2664
2665
|
VIcon: typeof import('vuetify/components')['VIcon']
|
2665
2666
|
VComponentIcon: typeof import('vuetify/components')['VComponentIcon']
|
2666
2667
|
VSvgIcon: typeof import('vuetify/components')['VSvgIcon']
|
2667
2668
|
VLigatureIcon: typeof import('vuetify/components')['VLigatureIcon']
|
2668
2669
|
VClassIcon: typeof import('vuetify/components')['VClassIcon']
|
2669
2670
|
VInput: typeof import('vuetify/components')['VInput']
|
2670
|
-
VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
|
2671
|
-
VImg: typeof import('vuetify/components')['VImg']
|
2672
|
-
VKbd: typeof import('vuetify/components')['VKbd']
|
2673
2671
|
VItemGroup: typeof import('vuetify/components')['VItemGroup']
|
2674
2672
|
VItem: typeof import('vuetify/components')['VItem']
|
2673
|
+
VKbd: typeof import('vuetify/components')['VKbd']
|
2674
|
+
VImg: typeof import('vuetify/components')['VImg']
|
2675
2675
|
VLabel: typeof import('vuetify/components')['VLabel']
|
2676
|
-
VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
|
2677
2676
|
VList: typeof import('vuetify/components')['VList']
|
2678
2677
|
VListGroup: typeof import('vuetify/components')['VListGroup']
|
2679
2678
|
VListImg: typeof import('vuetify/components')['VListImg']
|
@@ -2683,25 +2682,28 @@ declare module 'vue' {
|
|
2683
2682
|
VListItemSubtitle: typeof import('vuetify/components')['VListItemSubtitle']
|
2684
2683
|
VListItemTitle: typeof import('vuetify/components')['VListItemTitle']
|
2685
2684
|
VListSubheader: typeof import('vuetify/components')['VListSubheader']
|
2685
|
+
VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
|
2686
2686
|
VMain: typeof import('vuetify/components')['VMain']
|
2687
2687
|
VMenu: typeof import('vuetify/components')['VMenu']
|
2688
2688
|
VOtpInput: typeof import('vuetify/components')['VOtpInput']
|
2689
2689
|
VMessages: typeof import('vuetify/components')['VMessages']
|
2690
2690
|
VNumberInput: typeof import('vuetify/components')['VNumberInput']
|
2691
|
-
|
2691
|
+
VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
|
2692
2692
|
VPagination: typeof import('vuetify/components')['VPagination']
|
2693
|
-
VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
|
2694
2693
|
VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
|
2694
|
+
VOverlay: typeof import('vuetify/components')['VOverlay']
|
2695
|
+
VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
|
2696
|
+
VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
|
2695
2697
|
VRating: typeof import('vuetify/components')['VRating']
|
2696
2698
|
VSelect: typeof import('vuetify/components')['VSelect']
|
2697
|
-
VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
|
2698
|
-
VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
|
2699
|
-
VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
|
2700
2699
|
VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
|
2701
2700
|
VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
|
2702
|
-
|
2701
|
+
VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
|
2703
2702
|
VSlider: typeof import('vuetify/components')['VSlider']
|
2703
|
+
VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
|
2704
|
+
VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
|
2704
2705
|
VSnackbar: typeof import('vuetify/components')['VSnackbar']
|
2706
|
+
VSheet: typeof import('vuetify/components')['VSheet']
|
2705
2707
|
VStepper: typeof import('vuetify/components')['VStepper']
|
2706
2708
|
VStepperActions: typeof import('vuetify/components')['VStepperActions']
|
2707
2709
|
VStepperHeader: typeof import('vuetify/components')['VStepperHeader']
|
@@ -2709,54 +2711,52 @@ declare module 'vue' {
|
|
2709
2711
|
VStepperWindow: typeof import('vuetify/components')['VStepperWindow']
|
2710
2712
|
VStepperWindowItem: typeof import('vuetify/components')['VStepperWindowItem']
|
2711
2713
|
VSwitch: typeof import('vuetify/components')['VSwitch']
|
2712
|
-
VTab: typeof import('vuetify/components')['VTab']
|
2713
|
-
VTabs: typeof import('vuetify/components')['VTabs']
|
2714
|
-
VTabsWindow: typeof import('vuetify/components')['VTabsWindow']
|
2715
|
-
VTabsWindowItem: typeof import('vuetify/components')['VTabsWindowItem']
|
2716
|
-
VTextField: typeof import('vuetify/components')['VTextField']
|
2717
|
-
VTable: typeof import('vuetify/components')['VTable']
|
2718
2714
|
VSystemBar: typeof import('vuetify/components')['VSystemBar']
|
2715
|
+
VTextField: typeof import('vuetify/components')['VTextField']
|
2719
2716
|
VTextarea: typeof import('vuetify/components')['VTextarea']
|
2720
2717
|
VTimeline: typeof import('vuetify/components')['VTimeline']
|
2721
2718
|
VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
|
2722
|
-
VTooltip: typeof import('vuetify/components')['VTooltip']
|
2723
2719
|
VTimePicker: typeof import('vuetify/components')['VTimePicker']
|
2724
2720
|
VTimePickerClock: typeof import('vuetify/components')['VTimePickerClock']
|
2725
2721
|
VTimePickerControls: typeof import('vuetify/components')['VTimePickerControls']
|
2726
|
-
|
2727
|
-
|
2728
|
-
|
2722
|
+
VTable: typeof import('vuetify/components')['VTable']
|
2723
|
+
VTab: typeof import('vuetify/components')['VTab']
|
2724
|
+
VTabs: typeof import('vuetify/components')['VTabs']
|
2725
|
+
VTabsWindow: typeof import('vuetify/components')['VTabsWindow']
|
2726
|
+
VTabsWindowItem: typeof import('vuetify/components')['VTabsWindowItem']
|
2729
2727
|
VToolbar: typeof import('vuetify/components')['VToolbar']
|
2730
2728
|
VToolbarTitle: typeof import('vuetify/components')['VToolbarTitle']
|
2731
2729
|
VToolbarItems: typeof import('vuetify/components')['VToolbarItems']
|
2730
|
+
VTooltip: typeof import('vuetify/components')['VTooltip']
|
2731
|
+
VTreeview: typeof import('vuetify/components')['VTreeview']
|
2732
|
+
VTreeviewItem: typeof import('vuetify/components')['VTreeviewItem']
|
2733
|
+
VTreeviewGroup: typeof import('vuetify/components')['VTreeviewGroup']
|
2732
2734
|
VWindow: typeof import('vuetify/components')['VWindow']
|
2733
2735
|
VWindowItem: typeof import('vuetify/components')['VWindowItem']
|
2734
|
-
|
2736
|
+
VConfirmEdit: typeof import('vuetify/components')['VConfirmEdit']
|
2735
2737
|
VDataIterator: typeof import('vuetify/components')['VDataIterator']
|
2738
|
+
VDefaultsProvider: typeof import('vuetify/components')['VDefaultsProvider']
|
2739
|
+
VForm: typeof import('vuetify/components')['VForm']
|
2740
|
+
VHover: typeof import('vuetify/components')['VHover']
|
2736
2741
|
VContainer: typeof import('vuetify/components')['VContainer']
|
2737
2742
|
VCol: typeof import('vuetify/components')['VCol']
|
2738
2743
|
VRow: typeof import('vuetify/components')['VRow']
|
2739
2744
|
VSpacer: typeof import('vuetify/components')['VSpacer']
|
2740
|
-
VConfirmEdit: typeof import('vuetify/components')['VConfirmEdit']
|
2741
|
-
VForm: typeof import('vuetify/components')['VForm']
|
2742
|
-
VHover: typeof import('vuetify/components')['VHover']
|
2743
|
-
VLazy: typeof import('vuetify/components')['VLazy']
|
2744
2745
|
VLayout: typeof import('vuetify/components')['VLayout']
|
2745
2746
|
VLayoutItem: typeof import('vuetify/components')['VLayoutItem']
|
2747
|
+
VLazy: typeof import('vuetify/components')['VLazy']
|
2746
2748
|
VLocaleProvider: typeof import('vuetify/components')['VLocaleProvider']
|
2747
2749
|
VNoSsr: typeof import('vuetify/components')['VNoSsr']
|
2748
|
-
VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
|
2749
|
-
VEmptyState: typeof import('vuetify/components')['VEmptyState']
|
2750
2750
|
VParallax: typeof import('vuetify/components')['VParallax']
|
2751
|
-
VRadio: typeof import('vuetify/components')['VRadio']
|
2752
2751
|
VRangeSlider: typeof import('vuetify/components')['VRangeSlider']
|
2752
|
+
VRadio: typeof import('vuetify/components')['VRadio']
|
2753
2753
|
VResponsive: typeof import('vuetify/components')['VResponsive']
|
2754
2754
|
VSparkline: typeof import('vuetify/components')['VSparkline']
|
2755
2755
|
VSnackbarQueue: typeof import('vuetify/components')['VSnackbarQueue']
|
2756
2756
|
VSpeedDial: typeof import('vuetify/components')['VSpeedDial']
|
2757
|
+
VValidation: typeof import('vuetify/components')['VValidation']
|
2757
2758
|
VThemeProvider: typeof import('vuetify/components')['VThemeProvider']
|
2758
2759
|
VVirtualScroll: typeof import('vuetify/components')['VVirtualScroll']
|
2759
|
-
VValidation: typeof import('vuetify/components')['VValidation']
|
2760
2760
|
VFabTransition: typeof import('vuetify/components')['VFabTransition']
|
2761
2761
|
VDialogBottomTransition: typeof import('vuetify/components')['VDialogBottomTransition']
|
2762
2762
|
VDialogTopTransition: typeof import('vuetify/components')['VDialogTopTransition']
|
@@ -2773,25 +2773,25 @@ declare module 'vue' {
|
|
2773
2773
|
VExpandTransition: typeof import('vuetify/components')['VExpandTransition']
|
2774
2774
|
VExpandXTransition: typeof import('vuetify/components')['VExpandXTransition']
|
2775
2775
|
VDialogTransition: typeof import('vuetify/components')['VDialogTransition']
|
2776
|
-
VFileUpload: typeof import('vuetify/labs/components')['VFileUpload']
|
2777
|
-
VFileUploadItem: typeof import('vuetify/labs/components')['VFileUploadItem']
|
2778
2776
|
VCalendar: typeof import('vuetify/labs/components')['VCalendar']
|
2779
2777
|
VCalendarDay: typeof import('vuetify/labs/components')['VCalendarDay']
|
2780
2778
|
VCalendarHeader: typeof import('vuetify/labs/components')['VCalendarHeader']
|
2781
2779
|
VCalendarInterval: typeof import('vuetify/labs/components')['VCalendarInterval']
|
2782
2780
|
VCalendarIntervalEvent: typeof import('vuetify/labs/components')['VCalendarIntervalEvent']
|
2783
2781
|
VCalendarMonthDay: typeof import('vuetify/labs/components')['VCalendarMonthDay']
|
2784
|
-
VPicker: typeof import('vuetify/labs/components')['VPicker']
|
2785
|
-
VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
|
2786
2782
|
VStepperVertical: typeof import('vuetify/labs/components')['VStepperVertical']
|
2787
2783
|
VStepperVerticalItem: typeof import('vuetify/labs/components')['VStepperVerticalItem']
|
2788
2784
|
VStepperVerticalActions: typeof import('vuetify/labs/components')['VStepperVerticalActions']
|
2789
2785
|
VColorInput: typeof import('vuetify/labs/components')['VColorInput']
|
2790
|
-
VHotkey: typeof import('vuetify/labs/components')['VHotkey']
|
2791
2786
|
VIconBtn: typeof import('vuetify/labs/components')['VIconBtn']
|
2787
|
+
VHotkey: typeof import('vuetify/labs/components')['VHotkey']
|
2788
|
+
VPicker: typeof import('vuetify/labs/components')['VPicker']
|
2789
|
+
VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
|
2792
2790
|
VDateInput: typeof import('vuetify/labs/components')['VDateInput']
|
2793
2791
|
VMaskInput: typeof import('vuetify/labs/components')['VMaskInput']
|
2794
2792
|
VPullToRefresh: typeof import('vuetify/labs/components')['VPullToRefresh']
|
2793
|
+
VFileUpload: typeof import('vuetify/labs/components')['VFileUpload']
|
2794
|
+
VFileUploadItem: typeof import('vuetify/labs/components')['VFileUploadItem']
|
2795
2795
|
}
|
2796
2796
|
export interface GlobalDirectives {
|
2797
2797
|
vClickOutside: typeof import('vuetify/directives')['ClickOutside']
|
package/lib/framework.js
CHANGED