@vuetify/nightly 3.8.0-master.2025-04-04 → 3.8.0-master.2025-04-06
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 +691 -691
- package/dist/json/importMap-labs.json +26 -26
- package/dist/json/importMap.json +150 -150
- package/dist/json/web-types.json +1273 -1273
- package/dist/vuetify-labs.cjs +3 -3
- package/dist/vuetify-labs.css +4566 -4566
- package/dist/vuetify-labs.d.ts +59 -59
- 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 +5779 -5779
- package/dist/vuetify.d.ts +59 -59
- 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 +59 -59
- 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.0-master.2025-04-
|
2
|
+
* Vuetify v3.8.0-master.2025-04-06
|
3
3
|
* Forged by John Leider
|
4
4
|
* Released under the MIT License.
|
5
5
|
*/
|
@@ -2175,8 +2175,8 @@ if(f.run((()=>{o.install(u)})),u.onUnmount((()=>f.stop())),u.provide(Vt,e),u.pro
|
|
2175
2175
|
else{const{mount:e}=u
|
2176
2176
|
u.mount=function(){const a=e(...arguments)
|
2177
2177
|
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:cf.call(this,Vt),display:cf.call(this,pn),theme:cf.call(this,ha),icons:cf.call(this,Ft),locale:cf.call(this,va),date:cf.call(this,pu)})}}})},unmount:function(){u.stop()},defaults:e,display:l,theme:o,icons:c,locale:d,date:v,goTo:p}}))}function cf(e){const t=this.$,a=t.parent?.provides??t.vnode.appContext?.provides
|
2178
|
-
if(a&&e in a)return a[e]}uf.version="3.8.0-master.2025-04-
|
2179
|
-
const df=function(){return uf({components:Jp,directives:sf,...arguments.length>0&&void 0!==arguments[0]?arguments[0]:{}})},vf="3.8.0-master.2025-04-
|
2178
|
+
if(a&&e in a)return a[e]}uf.version="3.8.0-master.2025-04-06"
|
2179
|
+
const df=function(){return uf({components:Jp,directives:sf,...arguments.length>0&&void 0!==arguments[0]?arguments[0]:{}})},vf="3.8.0-master.2025-04-06"
|
2180
2180
|
df.version=vf,e.blueprints=qt,e.components=Jp,e.createVuetify=df,e.directives=sf,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
|
2181
2181
|
const{props:a,provideSubDefaults:l}=kt(e,t)
|
2182
2182
|
return l(),a},e.useDisplay=Vn,e.useGoTo=Nn,e.useLayout=ea,e.useLocale=fa,e.useRtl=ga,e.useTheme=wa,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.0-master.2025-04-
|
19
|
+
export const version = "3.8.0-master.2025-04-06";
|
20
20
|
createVuetify.version = version;
|
21
21
|
export { blueprints, components, directives };
|
22
22
|
export * from "./composables/index.js";
|
package/lib/framework.d.ts
CHANGED
@@ -2567,18 +2567,22 @@ declare module 'vue' {
|
|
2567
2567
|
$children?: VNodeChild
|
2568
2568
|
}
|
2569
2569
|
export interface GlobalComponents {
|
2570
|
+
VApp: typeof import('vuetify/components')['VApp']
|
2571
|
+
VAlert: typeof import('vuetify/components')['VAlert']
|
2572
|
+
VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
|
2570
2573
|
VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
|
2571
2574
|
VAppBar: typeof import('vuetify/components')['VAppBar']
|
2572
2575
|
VAppBarNavIcon: typeof import('vuetify/components')['VAppBarNavIcon']
|
2573
2576
|
VAppBarTitle: typeof import('vuetify/components')['VAppBarTitle']
|
2574
|
-
VAvatar: typeof import('vuetify/components')['VAvatar']
|
2575
|
-
VApp: typeof import('vuetify/components')['VApp']
|
2576
2577
|
VBadge: typeof import('vuetify/components')['VBadge']
|
2578
|
+
VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
|
2579
|
+
VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
|
2577
2580
|
VBanner: typeof import('vuetify/components')['VBanner']
|
2578
2581
|
VBannerActions: typeof import('vuetify/components')['VBannerActions']
|
2579
2582
|
VBannerText: typeof import('vuetify/components')['VBannerText']
|
2580
|
-
|
2581
|
-
|
2583
|
+
VAvatar: typeof import('vuetify/components')['VAvatar']
|
2584
|
+
VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
|
2585
|
+
VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
|
2582
2586
|
VBtn: typeof import('vuetify/components')['VBtn']
|
2583
2587
|
VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
|
2584
2588
|
VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
|
@@ -2591,21 +2595,14 @@ declare module 'vue' {
|
|
2591
2595
|
VCardTitle: typeof import('vuetify/components')['VCardTitle']
|
2592
2596
|
VCheckbox: typeof import('vuetify/components')['VCheckbox']
|
2593
2597
|
VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
|
2594
|
-
VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
|
2595
|
-
VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
|
2596
2598
|
VCarousel: typeof import('vuetify/components')['VCarousel']
|
2597
2599
|
VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
|
2598
|
-
VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
|
2599
2600
|
VChip: typeof import('vuetify/components')['VChip']
|
2600
|
-
VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
|
2601
|
-
VChipGroup: typeof import('vuetify/components')['VChipGroup']
|
2602
2601
|
VColorPicker: typeof import('vuetify/components')['VColorPicker']
|
2603
|
-
|
2604
|
-
|
2605
|
-
|
2606
|
-
|
2607
|
-
VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
|
2608
|
-
VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
|
2602
|
+
VChipGroup: typeof import('vuetify/components')['VChipGroup']
|
2603
|
+
VCode: typeof import('vuetify/components')['VCode']
|
2604
|
+
VCombobox: typeof import('vuetify/components')['VCombobox']
|
2605
|
+
VCounter: typeof import('vuetify/components')['VCounter']
|
2609
2606
|
VDataTable: typeof import('vuetify/components')['VDataTable']
|
2610
2607
|
VDataTableHeaders: typeof import('vuetify/components')['VDataTableHeaders']
|
2611
2608
|
VDataTableFooter: typeof import('vuetify/components')['VDataTableFooter']
|
@@ -2613,20 +2610,23 @@ declare module 'vue' {
|
|
2613
2610
|
VDataTableRow: typeof import('vuetify/components')['VDataTableRow']
|
2614
2611
|
VDataTableVirtual: typeof import('vuetify/components')['VDataTableVirtual']
|
2615
2612
|
VDataTableServer: typeof import('vuetify/components')['VDataTableServer']
|
2616
|
-
|
2617
|
-
|
2618
|
-
|
2619
|
-
|
2613
|
+
VDatePicker: typeof import('vuetify/components')['VDatePicker']
|
2614
|
+
VDatePickerControls: typeof import('vuetify/components')['VDatePickerControls']
|
2615
|
+
VDatePickerHeader: typeof import('vuetify/components')['VDatePickerHeader']
|
2616
|
+
VDatePickerMonth: typeof import('vuetify/components')['VDatePickerMonth']
|
2617
|
+
VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
|
2618
|
+
VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
|
2620
2619
|
VDivider: typeof import('vuetify/components')['VDivider']
|
2621
|
-
|
2620
|
+
VDialog: typeof import('vuetify/components')['VDialog']
|
2622
2621
|
VFab: typeof import('vuetify/components')['VFab']
|
2622
|
+
VField: typeof import('vuetify/components')['VField']
|
2623
|
+
VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
|
2624
|
+
VFileInput: typeof import('vuetify/components')['VFileInput']
|
2623
2625
|
VEmptyState: typeof import('vuetify/components')['VEmptyState']
|
2624
2626
|
VExpansionPanels: typeof import('vuetify/components')['VExpansionPanels']
|
2625
2627
|
VExpansionPanel: typeof import('vuetify/components')['VExpansionPanel']
|
2626
2628
|
VExpansionPanelText: typeof import('vuetify/components')['VExpansionPanelText']
|
2627
2629
|
VExpansionPanelTitle: typeof import('vuetify/components')['VExpansionPanelTitle']
|
2628
|
-
VField: typeof import('vuetify/components')['VField']
|
2629
|
-
VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
|
2630
2630
|
VFooter: typeof import('vuetify/components')['VFooter']
|
2631
2631
|
VIcon: typeof import('vuetify/components')['VIcon']
|
2632
2632
|
VComponentIcon: typeof import('vuetify/components')['VComponentIcon']
|
@@ -2636,8 +2636,10 @@ declare module 'vue' {
|
|
2636
2636
|
VImg: typeof import('vuetify/components')['VImg']
|
2637
2637
|
VItemGroup: typeof import('vuetify/components')['VItemGroup']
|
2638
2638
|
VItem: typeof import('vuetify/components')['VItem']
|
2639
|
+
VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
|
2639
2640
|
VInput: typeof import('vuetify/components')['VInput']
|
2640
2641
|
VKbd: typeof import('vuetify/components')['VKbd']
|
2642
|
+
VLabel: typeof import('vuetify/components')['VLabel']
|
2641
2643
|
VList: typeof import('vuetify/components')['VList']
|
2642
2644
|
VListGroup: typeof import('vuetify/components')['VListGroup']
|
2643
2645
|
VListImg: typeof import('vuetify/components')['VListImg']
|
@@ -2647,75 +2649,72 @@ declare module 'vue' {
|
|
2647
2649
|
VListItemSubtitle: typeof import('vuetify/components')['VListItemSubtitle']
|
2648
2650
|
VListItemTitle: typeof import('vuetify/components')['VListItemTitle']
|
2649
2651
|
VListSubheader: typeof import('vuetify/components')['VListSubheader']
|
2650
|
-
VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
|
2651
|
-
VLabel: typeof import('vuetify/components')['VLabel']
|
2652
|
-
VMenu: typeof import('vuetify/components')['VMenu']
|
2653
|
-
VNumberInput: typeof import('vuetify/components')['VNumberInput']
|
2654
2652
|
VMain: typeof import('vuetify/components')['VMain']
|
2653
|
+
VMenu: typeof import('vuetify/components')['VMenu']
|
2655
2654
|
VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
|
2656
|
-
VPagination: typeof import('vuetify/components')['VPagination']
|
2657
2655
|
VOtpInput: typeof import('vuetify/components')['VOtpInput']
|
2658
|
-
VOverlay: typeof import('vuetify/components')['VOverlay']
|
2659
|
-
VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
|
2660
|
-
VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
|
2661
2656
|
VMessages: typeof import('vuetify/components')['VMessages']
|
2657
|
+
VNumberInput: typeof import('vuetify/components')['VNumberInput']
|
2658
|
+
VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
|
2659
|
+
VPagination: typeof import('vuetify/components')['VPagination']
|
2660
|
+
VOverlay: typeof import('vuetify/components')['VOverlay']
|
2662
2661
|
VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
|
2663
|
-
|
2662
|
+
VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
|
2664
2663
|
VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
|
2665
2664
|
VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
|
2666
|
-
|
2665
|
+
VRating: typeof import('vuetify/components')['VRating']
|
2666
|
+
VSlider: typeof import('vuetify/components')['VSlider']
|
2667
|
+
VSheet: typeof import('vuetify/components')['VSheet']
|
2667
2668
|
VSelect: typeof import('vuetify/components')['VSelect']
|
2668
2669
|
VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
|
2669
2670
|
VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
|
2670
|
-
|
2671
|
-
|
2672
|
-
VSnackbar: typeof import('vuetify/components')['VSnackbar']
|
2671
|
+
VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
|
2672
|
+
VTextField: typeof import('vuetify/components')['VTextField']
|
2673
2673
|
VSwitch: typeof import('vuetify/components')['VSwitch']
|
2674
|
-
|
2675
|
-
VTab: typeof import('vuetify/components')['VTab']
|
2676
|
-
VTabs: typeof import('vuetify/components')['VTabs']
|
2677
|
-
VTabsWindow: typeof import('vuetify/components')['VTabsWindow']
|
2678
|
-
VTabsWindowItem: typeof import('vuetify/components')['VTabsWindowItem']
|
2674
|
+
VSnackbar: typeof import('vuetify/components')['VSnackbar']
|
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']
|
2685
|
-
|
2681
|
+
VTable: typeof import('vuetify/components')['VTable']
|
2682
|
+
VTab: typeof import('vuetify/components')['VTab']
|
2683
|
+
VTabs: typeof import('vuetify/components')['VTabs']
|
2684
|
+
VTabsWindow: typeof import('vuetify/components')['VTabsWindow']
|
2685
|
+
VTabsWindowItem: typeof import('vuetify/components')['VTabsWindowItem']
|
2686
|
+
VSystemBar: typeof import('vuetify/components')['VSystemBar']
|
2686
2687
|
VToolbar: typeof import('vuetify/components')['VToolbar']
|
2687
2688
|
VToolbarTitle: typeof import('vuetify/components')['VToolbarTitle']
|
2688
2689
|
VToolbarItems: typeof import('vuetify/components')['VToolbarItems']
|
2689
|
-
|
2690
|
+
VTooltip: typeof import('vuetify/components')['VTooltip']
|
2691
|
+
VTextarea: typeof import('vuetify/components')['VTextarea']
|
2690
2692
|
VTimeline: typeof import('vuetify/components')['VTimeline']
|
2691
2693
|
VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
|
2692
|
-
VTooltip: typeof import('vuetify/components')['VTooltip']
|
2693
2694
|
VWindow: typeof import('vuetify/components')['VWindow']
|
2694
2695
|
VWindowItem: typeof import('vuetify/components')['VWindowItem']
|
2695
|
-
VTextField: typeof import('vuetify/components')['VTextField']
|
2696
2696
|
VConfirmEdit: typeof import('vuetify/components')['VConfirmEdit']
|
2697
2697
|
VDataIterator: typeof import('vuetify/components')['VDataIterator']
|
2698
|
-
VHover: typeof import('vuetify/components')['VHover']
|
2699
2698
|
VDefaultsProvider: typeof import('vuetify/components')['VDefaultsProvider']
|
2699
|
+
VForm: typeof import('vuetify/components')['VForm']
|
2700
|
+
VHover: typeof import('vuetify/components')['VHover']
|
2700
2701
|
VContainer: typeof import('vuetify/components')['VContainer']
|
2701
2702
|
VCol: typeof import('vuetify/components')['VCol']
|
2702
2703
|
VRow: typeof import('vuetify/components')['VRow']
|
2703
2704
|
VSpacer: typeof import('vuetify/components')['VSpacer']
|
2704
|
-
VForm: typeof import('vuetify/components')['VForm']
|
2705
2705
|
VLazy: typeof import('vuetify/components')['VLazy']
|
2706
2706
|
VLayout: typeof import('vuetify/components')['VLayout']
|
2707
2707
|
VLayoutItem: typeof import('vuetify/components')['VLayoutItem']
|
2708
|
-
VLocaleProvider: typeof import('vuetify/components')['VLocaleProvider']
|
2709
2708
|
VNoSsr: typeof import('vuetify/components')['VNoSsr']
|
2709
|
+
VLocaleProvider: typeof import('vuetify/components')['VLocaleProvider']
|
2710
2710
|
VParallax: typeof import('vuetify/components')['VParallax']
|
2711
2711
|
VRadio: typeof import('vuetify/components')['VRadio']
|
2712
|
-
VResponsive: typeof import('vuetify/components')['VResponsive']
|
2713
2712
|
VRangeSlider: typeof import('vuetify/components')['VRangeSlider']
|
2713
|
+
VResponsive: typeof import('vuetify/components')['VResponsive']
|
2714
2714
|
VSnackbarQueue: typeof import('vuetify/components')['VSnackbarQueue']
|
2715
2715
|
VSparkline: typeof import('vuetify/components')['VSparkline']
|
2716
2716
|
VSpeedDial: typeof import('vuetify/components')['VSpeedDial']
|
2717
2717
|
VThemeProvider: typeof import('vuetify/components')['VThemeProvider']
|
2718
|
-
VValidation: typeof import('vuetify/components')['VValidation']
|
2719
2718
|
VVirtualScroll: typeof import('vuetify/components')['VVirtualScroll']
|
2720
2719
|
VFabTransition: typeof import('vuetify/components')['VFabTransition']
|
2721
2720
|
VDialogBottomTransition: typeof import('vuetify/components')['VDialogBottomTransition']
|
@@ -2733,27 +2732,28 @@ declare module 'vue' {
|
|
2733
2732
|
VExpandTransition: typeof import('vuetify/components')['VExpandTransition']
|
2734
2733
|
VExpandXTransition: typeof import('vuetify/components')['VExpandXTransition']
|
2735
2734
|
VDialogTransition: typeof import('vuetify/components')['VDialogTransition']
|
2736
|
-
|
2737
|
-
|
2735
|
+
VValidation: typeof import('vuetify/components')['VValidation']
|
2736
|
+
VStepperVertical: typeof import('vuetify/labs/components')['VStepperVertical']
|
2737
|
+
VStepperVerticalItem: typeof import('vuetify/labs/components')['VStepperVerticalItem']
|
2738
|
+
VStepperVerticalActions: typeof import('vuetify/labs/components')['VStepperVerticalActions']
|
2738
2739
|
VCalendar: typeof import('vuetify/labs/components')['VCalendar']
|
2739
2740
|
VCalendarDay: typeof import('vuetify/labs/components')['VCalendarDay']
|
2740
2741
|
VCalendarHeader: typeof import('vuetify/labs/components')['VCalendarHeader']
|
2741
2742
|
VCalendarInterval: typeof import('vuetify/labs/components')['VCalendarInterval']
|
2742
2743
|
VCalendarIntervalEvent: typeof import('vuetify/labs/components')['VCalendarIntervalEvent']
|
2743
2744
|
VCalendarMonthDay: typeof import('vuetify/labs/components')['VCalendarMonthDay']
|
2744
|
-
|
2745
|
-
|
2746
|
-
VTreeviewItem: typeof import('vuetify/labs/components')['VTreeviewItem']
|
2747
|
-
VTreeviewGroup: typeof import('vuetify/labs/components')['VTreeviewGroup']
|
2745
|
+
VFileUpload: typeof import('vuetify/labs/components')['VFileUpload']
|
2746
|
+
VFileUploadItem: typeof import('vuetify/labs/components')['VFileUploadItem']
|
2748
2747
|
VTimePicker: typeof import('vuetify/labs/components')['VTimePicker']
|
2749
2748
|
VTimePickerClock: typeof import('vuetify/labs/components')['VTimePickerClock']
|
2750
2749
|
VTimePickerControls: typeof import('vuetify/labs/components')['VTimePickerControls']
|
2750
|
+
VIconBtn: typeof import('vuetify/labs/components')['VIconBtn']
|
2751
2751
|
VPicker: typeof import('vuetify/labs/components')['VPicker']
|
2752
2752
|
VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
|
2753
|
-
|
2754
|
-
|
2755
|
-
|
2756
|
-
VPullToRefresh: typeof import('vuetify/labs/components')['VPullToRefresh']
|
2753
|
+
VTreeview: typeof import('vuetify/labs/components')['VTreeview']
|
2754
|
+
VTreeviewItem: typeof import('vuetify/labs/components')['VTreeviewItem']
|
2755
|
+
VTreeviewGroup: typeof import('vuetify/labs/components')['VTreeviewGroup']
|
2757
2756
|
VDateInput: typeof import('vuetify/labs/components')['VDateInput']
|
2757
|
+
VPullToRefresh: typeof import('vuetify/labs/components')['VPullToRefresh']
|
2758
2758
|
}
|
2759
2759
|
}
|
package/lib/framework.js
CHANGED