@vuetify/nightly 3.9.0-master.2025-07-14 → 3.9.0-master.2025-07-15
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 +2464 -2464
- package/dist/json/importMap-labs.json +34 -34
- package/dist/json/importMap.json +150 -150
- package/dist/json/web-types.json +4444 -4444
- package/dist/vuetify-labs.cjs +3 -3
- package/dist/vuetify-labs.css +4331 -4331
- 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 +4368 -4368
- 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/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.9.0-master.2025-07-
|
2
|
+
* Vuetify v3.9.0-master.2025-07-15
|
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(Nt,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:of.call(this,Nt),display:of.call(this,Bn),theme:of.call(this,xa),icons:of.call(this,jt),locale:of.call(this,ba),date:of.call(this,Fu)})}}})},unmount:function(){u.stop()},defaults:e,display:l,theme:o,icons:c,locale:d,date:v,goTo:p}}))}function of(e){const t=this.$,a=t.parent?.provides??t.vnode.appContext?.provides
|
2383
|
-
if(a&&e in a)return a[e]}lf.version="3.9.0-master.2025-07-
|
2384
|
-
const nf=function(){return lf({components:qm,directives:af,...arguments.length>0&&void 0!==arguments[0]?arguments[0]:{}})},rf="3.9.0-master.2025-07-
|
2383
|
+
if(a&&e in a)return a[e]}lf.version="3.9.0-master.2025-07-15"
|
2384
|
+
const nf=function(){return lf({components:qm,directives:af,...arguments.length>0&&void 0!==arguments[0]?arguments[0]:{}})},rf="3.9.0-master.2025-07-15"
|
2385
2385
|
nf.version=rf,e.blueprints=ea,e.components=qm,e.createVuetify=nf,e.directives=af,e.useDate=Mu,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}=It(e,t)
|
2387
2387
|
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-master.2025-07-
|
19
|
+
export const version = "3.9.0-master.2025-07-15";
|
20
20
|
createVuetify.version = version;
|
21
21
|
export { blueprints, components, directives };
|
22
22
|
export * from "./composables/index.js";
|
package/lib/framework.d.ts
CHANGED
@@ -2580,38 +2580,39 @@ declare module 'vue' {
|
|
2580
2580
|
VAppBar: typeof import('vuetify/components')['VAppBar']
|
2581
2581
|
VAppBarNavIcon: typeof import('vuetify/components')['VAppBarNavIcon']
|
2582
2582
|
VAppBarTitle: typeof import('vuetify/components')['VAppBarTitle']
|
2583
|
+
VApp: typeof import('vuetify/components')['VApp']
|
2583
2584
|
VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
|
2584
2585
|
VAlert: typeof import('vuetify/components')['VAlert']
|
2585
2586
|
VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
|
2586
|
-
VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
|
2587
2587
|
VAvatar: typeof import('vuetify/components')['VAvatar']
|
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
|
+
VBadge: typeof import('vuetify/components')['VBadge']
|
2592
|
+
VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
|
2593
|
+
VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
|
2591
2594
|
VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
|
2592
2595
|
VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
|
2593
2596
|
VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
|
2594
|
-
VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
|
2595
|
-
VBadge: typeof import('vuetify/components')['VBadge']
|
2596
|
-
VBtn: typeof import('vuetify/components')['VBtn']
|
2597
|
-
VCarousel: typeof import('vuetify/components')['VCarousel']
|
2598
|
-
VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
|
2599
|
-
VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
|
2600
|
-
VCheckbox: typeof import('vuetify/components')['VCheckbox']
|
2601
|
-
VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
|
2602
2597
|
VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
|
2603
|
-
VCode: typeof import('vuetify/components')['VCode']
|
2604
|
-
VChip: typeof import('vuetify/components')['VChip']
|
2605
|
-
VChipGroup: typeof import('vuetify/components')['VChipGroup']
|
2606
|
-
VColorPicker: typeof import('vuetify/components')['VColorPicker']
|
2607
2598
|
VCard: typeof import('vuetify/components')['VCard']
|
2608
2599
|
VCardActions: typeof import('vuetify/components')['VCardActions']
|
2609
2600
|
VCardItem: typeof import('vuetify/components')['VCardItem']
|
2610
2601
|
VCardSubtitle: typeof import('vuetify/components')['VCardSubtitle']
|
2611
2602
|
VCardText: typeof import('vuetify/components')['VCardText']
|
2612
2603
|
VCardTitle: typeof import('vuetify/components')['VCardTitle']
|
2604
|
+
VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
|
2605
|
+
VChip: typeof import('vuetify/components')['VChip']
|
2606
|
+
VBtn: typeof import('vuetify/components')['VBtn']
|
2607
|
+
VChipGroup: typeof import('vuetify/components')['VChipGroup']
|
2608
|
+
VCode: typeof import('vuetify/components')['VCode']
|
2613
2609
|
VCombobox: typeof import('vuetify/components')['VCombobox']
|
2614
2610
|
VCounter: typeof import('vuetify/components')['VCounter']
|
2611
|
+
VColorPicker: typeof import('vuetify/components')['VColorPicker']
|
2612
|
+
VCarousel: typeof import('vuetify/components')['VCarousel']
|
2613
|
+
VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
|
2614
|
+
VCheckbox: typeof import('vuetify/components')['VCheckbox']
|
2615
|
+
VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
|
2615
2616
|
VDataTable: typeof import('vuetify/components')['VDataTable']
|
2616
2617
|
VDataTableHeaders: typeof import('vuetify/components')['VDataTableHeaders']
|
2617
2618
|
VDataTableFooter: typeof import('vuetify/components')['VDataTableFooter']
|
@@ -2626,27 +2627,27 @@ declare module 'vue' {
|
|
2626
2627
|
VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
|
2627
2628
|
VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
|
2628
2629
|
VDialog: typeof import('vuetify/components')['VDialog']
|
2629
|
-
VEmptyState: typeof import('vuetify/components')['VEmptyState']
|
2630
2630
|
VDivider: typeof import('vuetify/components')['VDivider']
|
2631
|
+
VEmptyState: typeof import('vuetify/components')['VEmptyState']
|
2632
|
+
VField: typeof import('vuetify/components')['VField']
|
2633
|
+
VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
|
2631
2634
|
VExpansionPanels: typeof import('vuetify/components')['VExpansionPanels']
|
2632
2635
|
VExpansionPanel: typeof import('vuetify/components')['VExpansionPanel']
|
2633
2636
|
VExpansionPanelText: typeof import('vuetify/components')['VExpansionPanelText']
|
2634
2637
|
VExpansionPanelTitle: typeof import('vuetify/components')['VExpansionPanelTitle']
|
2635
|
-
VField: typeof import('vuetify/components')['VField']
|
2636
|
-
VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
|
2637
2638
|
VFooter: typeof import('vuetify/components')['VFooter']
|
2639
|
+
VFileInput: typeof import('vuetify/components')['VFileInput']
|
2638
2640
|
VFab: typeof import('vuetify/components')['VFab']
|
2639
2641
|
VIcon: typeof import('vuetify/components')['VIcon']
|
2640
2642
|
VComponentIcon: typeof import('vuetify/components')['VComponentIcon']
|
2641
2643
|
VSvgIcon: typeof import('vuetify/components')['VSvgIcon']
|
2642
2644
|
VLigatureIcon: typeof import('vuetify/components')['VLigatureIcon']
|
2643
2645
|
VClassIcon: typeof import('vuetify/components')['VClassIcon']
|
2644
|
-
VFileInput: typeof import('vuetify/components')['VFileInput']
|
2645
2646
|
VImg: typeof import('vuetify/components')['VImg']
|
2647
|
+
VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
|
2648
|
+
VInput: typeof import('vuetify/components')['VInput']
|
2646
2649
|
VItemGroup: typeof import('vuetify/components')['VItemGroup']
|
2647
2650
|
VItem: typeof import('vuetify/components')['VItem']
|
2648
|
-
VInput: typeof import('vuetify/components')['VInput']
|
2649
|
-
VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
|
2650
2651
|
VLabel: typeof import('vuetify/components')['VLabel']
|
2651
2652
|
VKbd: typeof import('vuetify/components')['VKbd']
|
2652
2653
|
VList: typeof import('vuetify/components')['VList']
|
@@ -2659,26 +2660,27 @@ declare module 'vue' {
|
|
2659
2660
|
VListItemTitle: typeof import('vuetify/components')['VListItemTitle']
|
2660
2661
|
VListSubheader: typeof import('vuetify/components')['VListSubheader']
|
2661
2662
|
VMenu: typeof import('vuetify/components')['VMenu']
|
2662
|
-
VMessages: typeof import('vuetify/components')['VMessages']
|
2663
2663
|
VMain: typeof import('vuetify/components')['VMain']
|
2664
2664
|
VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
|
2665
|
-
|
2665
|
+
VOtpInput: typeof import('vuetify/components')['VOtpInput']
|
2666
2666
|
VPagination: typeof import('vuetify/components')['VPagination']
|
2667
|
+
VNumberInput: typeof import('vuetify/components')['VNumberInput']
|
2667
2668
|
VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
|
2669
|
+
VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
|
2670
|
+
VMessages: typeof import('vuetify/components')['VMessages']
|
2668
2671
|
VOverlay: typeof import('vuetify/components')['VOverlay']
|
2669
|
-
VOtpInput: typeof import('vuetify/components')['VOtpInput']
|
2670
|
-
VRating: typeof import('vuetify/components')['VRating']
|
2671
2672
|
VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
|
2672
|
-
|
2673
|
+
VRating: typeof import('vuetify/components')['VRating']
|
2673
2674
|
VSelect: typeof import('vuetify/components')['VSelect']
|
2674
|
-
|
2675
|
-
VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
|
2675
|
+
VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
|
2676
2676
|
VSheet: typeof import('vuetify/components')['VSheet']
|
2677
2677
|
VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
|
2678
2678
|
VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
|
2679
|
+
VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
|
2679
2680
|
VSlider: typeof import('vuetify/components')['VSlider']
|
2681
|
+
VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
|
2680
2682
|
VSnackbar: typeof import('vuetify/components')['VSnackbar']
|
2681
|
-
|
2683
|
+
VSystemBar: typeof import('vuetify/components')['VSystemBar']
|
2682
2684
|
VStepper: typeof import('vuetify/components')['VStepper']
|
2683
2685
|
VStepperActions: typeof import('vuetify/components')['VStepperActions']
|
2684
2686
|
VStepperHeader: typeof import('vuetify/components')['VStepperHeader']
|
@@ -2689,47 +2691,41 @@ declare module 'vue' {
|
|
2689
2691
|
VTabs: typeof import('vuetify/components')['VTabs']
|
2690
2692
|
VTabsWindow: typeof import('vuetify/components')['VTabsWindow']
|
2691
2693
|
VTabsWindowItem: typeof import('vuetify/components')['VTabsWindowItem']
|
2692
|
-
|
2694
|
+
VSwitch: typeof import('vuetify/components')['VSwitch']
|
2693
2695
|
VTable: typeof import('vuetify/components')['VTable']
|
2694
|
-
VTimePicker: typeof import('vuetify/components')['VTimePicker']
|
2695
|
-
VTimePickerClock: typeof import('vuetify/components')['VTimePickerClock']
|
2696
|
-
VTimePickerControls: typeof import('vuetify/components')['VTimePickerControls']
|
2697
|
-
VTextField: typeof import('vuetify/components')['VTextField']
|
2698
2696
|
VTimeline: typeof import('vuetify/components')['VTimeline']
|
2699
2697
|
VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
|
2698
|
+
VTextField: typeof import('vuetify/components')['VTextField']
|
2700
2699
|
VTextarea: typeof import('vuetify/components')['VTextarea']
|
2701
|
-
VToolbar: typeof import('vuetify/components')['VToolbar']
|
2702
|
-
VToolbarTitle: typeof import('vuetify/components')['VToolbarTitle']
|
2703
|
-
VToolbarItems: typeof import('vuetify/components')['VToolbarItems']
|
2704
2700
|
VTooltip: typeof import('vuetify/components')['VTooltip']
|
2705
2701
|
VTreeview: typeof import('vuetify/components')['VTreeview']
|
2706
2702
|
VTreeviewItem: typeof import('vuetify/components')['VTreeviewItem']
|
2707
2703
|
VTreeviewGroup: typeof import('vuetify/components')['VTreeviewGroup']
|
2704
|
+
VToolbar: typeof import('vuetify/components')['VToolbar']
|
2705
|
+
VToolbarTitle: typeof import('vuetify/components')['VToolbarTitle']
|
2706
|
+
VToolbarItems: typeof import('vuetify/components')['VToolbarItems']
|
2708
2707
|
VWindow: typeof import('vuetify/components')['VWindow']
|
2709
2708
|
VWindowItem: typeof import('vuetify/components')['VWindowItem']
|
2710
|
-
|
2709
|
+
VConfirmEdit: typeof import('vuetify/components')['VConfirmEdit']
|
2711
2710
|
VDataIterator: typeof import('vuetify/components')['VDataIterator']
|
2712
2711
|
VDefaultsProvider: typeof import('vuetify/components')['VDefaultsProvider']
|
2713
|
-
VForm: typeof import('vuetify/components')['VForm']
|
2714
2712
|
VContainer: typeof import('vuetify/components')['VContainer']
|
2715
2713
|
VCol: typeof import('vuetify/components')['VCol']
|
2716
2714
|
VRow: typeof import('vuetify/components')['VRow']
|
2717
2715
|
VSpacer: typeof import('vuetify/components')['VSpacer']
|
2716
|
+
VForm: typeof import('vuetify/components')['VForm']
|
2718
2717
|
VHover: typeof import('vuetify/components')['VHover']
|
2719
|
-
VLazy: typeof import('vuetify/components')['VLazy']
|
2720
2718
|
VLayout: typeof import('vuetify/components')['VLayout']
|
2721
2719
|
VLayoutItem: typeof import('vuetify/components')['VLayoutItem']
|
2722
|
-
VApp: typeof import('vuetify/components')['VApp']
|
2723
2720
|
VLocaleProvider: typeof import('vuetify/components')['VLocaleProvider']
|
2724
2721
|
VNoSsr: typeof import('vuetify/components')['VNoSsr']
|
2722
|
+
VParallax: typeof import('vuetify/components')['VParallax']
|
2723
|
+
VRangeSlider: typeof import('vuetify/components')['VRangeSlider']
|
2725
2724
|
VRadio: typeof import('vuetify/components')['VRadio']
|
2726
2725
|
VResponsive: typeof import('vuetify/components')['VResponsive']
|
2727
|
-
VParallax: typeof import('vuetify/components')['VParallax']
|
2728
|
-
VSnackbarQueue: typeof import('vuetify/components')['VSnackbarQueue']
|
2729
2726
|
VSparkline: typeof import('vuetify/components')['VSparkline']
|
2730
|
-
|
2727
|
+
VSnackbarQueue: typeof import('vuetify/components')['VSnackbarQueue']
|
2731
2728
|
VThemeProvider: typeof import('vuetify/components')['VThemeProvider']
|
2732
|
-
VConfirmEdit: typeof import('vuetify/components')['VConfirmEdit']
|
2733
2729
|
VValidation: typeof import('vuetify/components')['VValidation']
|
2734
2730
|
VSpeedDial: typeof import('vuetify/components')['VSpeedDial']
|
2735
2731
|
VVirtualScroll: typeof import('vuetify/components')['VVirtualScroll']
|
@@ -2749,25 +2745,29 @@ declare module 'vue' {
|
|
2749
2745
|
VExpandTransition: typeof import('vuetify/components')['VExpandTransition']
|
2750
2746
|
VExpandXTransition: typeof import('vuetify/components')['VExpandXTransition']
|
2751
2747
|
VDialogTransition: typeof import('vuetify/components')['VDialogTransition']
|
2752
|
-
|
2753
|
-
|
2754
|
-
|
2755
|
-
|
2756
|
-
|
2757
|
-
|
2748
|
+
VTimePicker: typeof import('vuetify/components')['VTimePicker']
|
2749
|
+
VTimePickerClock: typeof import('vuetify/components')['VTimePickerClock']
|
2750
|
+
VTimePickerControls: typeof import('vuetify/components')['VTimePickerControls']
|
2751
|
+
VLazy: typeof import('vuetify/components')['VLazy']
|
2752
|
+
VStepperVertical: typeof import('vuetify/labs/components')['VStepperVertical']
|
2753
|
+
VStepperVerticalItem: typeof import('vuetify/labs/components')['VStepperVerticalItem']
|
2754
|
+
VStepperVerticalActions: typeof import('vuetify/labs/components')['VStepperVerticalActions']
|
2758
2755
|
VColorInput: typeof import('vuetify/labs/components')['VColorInput']
|
2756
|
+
VIconBtn: typeof import('vuetify/labs/components')['VIconBtn']
|
2759
2757
|
VFileUpload: typeof import('vuetify/labs/components')['VFileUpload']
|
2760
2758
|
VFileUploadItem: typeof import('vuetify/labs/components')['VFileUploadItem']
|
2761
2759
|
VPicker: typeof import('vuetify/labs/components')['VPicker']
|
2762
2760
|
VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
|
2763
|
-
VIconBtn: typeof import('vuetify/labs/components')['VIconBtn']
|
2764
2761
|
VHotkey: typeof import('vuetify/labs/components')['VHotkey']
|
2765
|
-
VStepperVertical: typeof import('vuetify/labs/components')['VStepperVertical']
|
2766
|
-
VStepperVerticalItem: typeof import('vuetify/labs/components')['VStepperVerticalItem']
|
2767
|
-
VStepperVerticalActions: typeof import('vuetify/labs/components')['VStepperVerticalActions']
|
2768
|
-
VDateInput: typeof import('vuetify/labs/components')['VDateInput']
|
2769
2762
|
VMaskInput: typeof import('vuetify/labs/components')['VMaskInput']
|
2763
|
+
VDateInput: typeof import('vuetify/labs/components')['VDateInput']
|
2770
2764
|
VPullToRefresh: typeof import('vuetify/labs/components')['VPullToRefresh']
|
2765
|
+
VCalendar: typeof import('vuetify/labs/components')['VCalendar']
|
2766
|
+
VCalendarDay: typeof import('vuetify/labs/components')['VCalendarDay']
|
2767
|
+
VCalendarHeader: typeof import('vuetify/labs/components')['VCalendarHeader']
|
2768
|
+
VCalendarInterval: typeof import('vuetify/labs/components')['VCalendarInterval']
|
2769
|
+
VCalendarIntervalEvent: typeof import('vuetify/labs/components')['VCalendarIntervalEvent']
|
2770
|
+
VCalendarMonthDay: typeof import('vuetify/labs/components')['VCalendarMonthDay']
|
2771
2771
|
}
|
2772
2772
|
export interface GlobalDirectives {
|
2773
2773
|
vClickOutside: typeof import('vuetify/directives')['ClickOutside']
|
package/lib/framework.js
CHANGED