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