@vuetify/nightly 3.8.8-master.2025-06-04 → 3.8.8-master.2025-06-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 +3179 -3179
- package/dist/json/importMap-labs.json +28 -28
- package/dist/json/importMap.json +162 -162
- package/dist/json/web-types.json +5921 -5921
- package/dist/vuetify-labs.cjs +3 -3
- package/dist/vuetify-labs.css +4406 -4406
- package/dist/vuetify-labs.d.ts +60 -60
- 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 +1955 -1955
- package/dist/vuetify.d.ts +60 -60
- 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 +60 -60
- 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.8-master.2025-06-
|
2
|
+
* Vuetify v3.8.8-master.2025-06-06
|
3
3
|
* Forged by John Leider
|
4
4
|
* Released under the MIT License.
|
5
5
|
*/
|
@@ -2232,8 +2232,8 @@ if(m.run((()=>{o.install(u)})),u.onUnmount((()=>m.stop())),u.provide(St,e),u.pro
|
|
2232
2232
|
else{const{mount:e}=u
|
2233
2233
|
u.mount=function(){const a=e(...arguments)
|
2234
2234
|
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:Vm.call(this,St),display:Vm.call(this,wn),theme:Vm.call(this,ba),icons:Vm.call(this,$t),locale:Vm.call(this,ma),date:Vm.call(this,Cu)})}}})},unmount:function(){u.stop()},defaults:e,display:l,theme:o,icons:c,locale:d,date:v,goTo:p}}))}function Vm(e){const t=this.$,a=t.parent?.provides??t.vnode.appContext?.provides
|
2235
|
-
if(a&&e in a)return a[e]}bm.version="3.8.8-master.2025-06-
|
2236
|
-
const wm=function(){return bm({components:cm,directives:ym,...arguments.length>0&&void 0!==arguments[0]?arguments[0]:{}})},Sm="3.8.8-master.2025-06-
|
2235
|
+
if(a&&e in a)return a[e]}bm.version="3.8.8-master.2025-06-06"
|
2236
|
+
const wm=function(){return bm({components:cm,directives:ym,...arguments.length>0&&void 0!==arguments[0]?arguments[0]:{}})},Sm="3.8.8-master.2025-06-06"
|
2237
2237
|
wm.version=Sm,e.blueprints=Xt,e.components=cm,e.createVuetify=wm,e.directives=ym,e.useDate=Eu,e.useDefaults=function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=arguments.length>1?arguments[1]:void 0
|
2238
2238
|
const{props:a,provideSubDefaults:l}=Ct(e,t)
|
2239
2239
|
return l(),a},e.useDisplay=In,e.useGoTo=An,e.useLayout=aa,e.useLocale=ga,e.useRtl=ya,e.useTheme=Ia,e.version=Sm}))
|
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.8-master.2025-06-
|
19
|
+
export const version = "3.8.8-master.2025-06-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
@@ -2550,24 +2550,22 @@ declare module 'vue' {
|
|
2550
2550
|
}
|
2551
2551
|
export interface GlobalComponents {
|
2552
2552
|
VApp: typeof import('vuetify/components')['VApp']
|
2553
|
-
VAlert: typeof import('vuetify/components')['VAlert']
|
2554
|
-
VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
|
2555
2553
|
VAppBar: typeof import('vuetify/components')['VAppBar']
|
2556
2554
|
VAppBarNavIcon: typeof import('vuetify/components')['VAppBarNavIcon']
|
2557
2555
|
VAppBarTitle: typeof import('vuetify/components')['VAppBarTitle']
|
2556
|
+
VAlert: typeof import('vuetify/components')['VAlert']
|
2557
|
+
VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
|
2558
2558
|
VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
|
2559
2559
|
VAvatar: typeof import('vuetify/components')['VAvatar']
|
2560
|
+
VBadge: typeof import('vuetify/components')['VBadge']
|
2560
2561
|
VBanner: typeof import('vuetify/components')['VBanner']
|
2561
2562
|
VBannerActions: typeof import('vuetify/components')['VBannerActions']
|
2562
2563
|
VBannerText: typeof import('vuetify/components')['VBannerText']
|
2563
|
-
|
2564
|
+
VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
|
2564
2565
|
VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
|
2565
2566
|
VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
|
2566
2567
|
VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
|
2567
2568
|
VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
|
2568
|
-
VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
|
2569
|
-
VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
|
2570
|
-
VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
|
2571
2569
|
VBtn: typeof import('vuetify/components')['VBtn']
|
2572
2570
|
VCard: typeof import('vuetify/components')['VCard']
|
2573
2571
|
VCardActions: typeof import('vuetify/components')['VCardActions']
|
@@ -2577,21 +2575,15 @@ declare module 'vue' {
|
|
2577
2575
|
VCardTitle: typeof import('vuetify/components')['VCardTitle']
|
2578
2576
|
VCarousel: typeof import('vuetify/components')['VCarousel']
|
2579
2577
|
VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
|
2578
|
+
VChipGroup: typeof import('vuetify/components')['VChipGroup']
|
2579
|
+
VCode: typeof import('vuetify/components')['VCode']
|
2580
|
+
VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
|
2580
2581
|
VCheckbox: typeof import('vuetify/components')['VCheckbox']
|
2581
2582
|
VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
|
2582
|
-
VChipGroup: typeof import('vuetify/components')['VChipGroup']
|
2583
|
-
VChip: typeof import('vuetify/components')['VChip']
|
2584
2583
|
VCombobox: typeof import('vuetify/components')['VCombobox']
|
2585
|
-
VCode: typeof import('vuetify/components')['VCode']
|
2586
|
-
VColorPicker: typeof import('vuetify/components')['VColorPicker']
|
2587
2584
|
VCounter: typeof import('vuetify/components')['VCounter']
|
2588
|
-
|
2589
|
-
|
2590
|
-
VDatePickerControls: typeof import('vuetify/components')['VDatePickerControls']
|
2591
|
-
VDatePickerHeader: typeof import('vuetify/components')['VDatePickerHeader']
|
2592
|
-
VDatePickerMonth: typeof import('vuetify/components')['VDatePickerMonth']
|
2593
|
-
VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
|
2594
|
-
VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
|
2585
|
+
VColorPicker: typeof import('vuetify/components')['VColorPicker']
|
2586
|
+
VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
|
2595
2587
|
VDataTable: typeof import('vuetify/components')['VDataTable']
|
2596
2588
|
VDataTableHeaders: typeof import('vuetify/components')['VDataTableHeaders']
|
2597
2589
|
VDataTableFooter: typeof import('vuetify/components')['VDataTableFooter']
|
@@ -2599,24 +2591,35 @@ declare module 'vue' {
|
|
2599
2591
|
VDataTableRow: typeof import('vuetify/components')['VDataTableRow']
|
2600
2592
|
VDataTableVirtual: typeof import('vuetify/components')['VDataTableVirtual']
|
2601
2593
|
VDataTableServer: typeof import('vuetify/components')['VDataTableServer']
|
2602
|
-
|
2594
|
+
VChip: typeof import('vuetify/components')['VChip']
|
2603
2595
|
VEmptyState: typeof import('vuetify/components')['VEmptyState']
|
2604
|
-
|
2605
|
-
|
2596
|
+
VDatePicker: typeof import('vuetify/components')['VDatePicker']
|
2597
|
+
VDatePickerControls: typeof import('vuetify/components')['VDatePickerControls']
|
2598
|
+
VDatePickerHeader: typeof import('vuetify/components')['VDatePickerHeader']
|
2599
|
+
VDatePickerMonth: typeof import('vuetify/components')['VDatePickerMonth']
|
2600
|
+
VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
|
2601
|
+
VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
|
2602
|
+
VDivider: typeof import('vuetify/components')['VDivider']
|
2603
|
+
VFab: typeof import('vuetify/components')['VFab']
|
2606
2604
|
VExpansionPanels: typeof import('vuetify/components')['VExpansionPanels']
|
2607
2605
|
VExpansionPanel: typeof import('vuetify/components')['VExpansionPanel']
|
2608
2606
|
VExpansionPanelText: typeof import('vuetify/components')['VExpansionPanelText']
|
2609
2607
|
VExpansionPanelTitle: typeof import('vuetify/components')['VExpansionPanelTitle']
|
2610
|
-
|
2608
|
+
VDialog: typeof import('vuetify/components')['VDialog']
|
2609
|
+
VField: typeof import('vuetify/components')['VField']
|
2610
|
+
VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
|
2611
|
+
VFileInput: typeof import('vuetify/components')['VFileInput']
|
2612
|
+
VFooter: typeof import('vuetify/components')['VFooter']
|
2613
|
+
VInput: typeof import('vuetify/components')['VInput']
|
2611
2614
|
VIcon: typeof import('vuetify/components')['VIcon']
|
2612
2615
|
VComponentIcon: typeof import('vuetify/components')['VComponentIcon']
|
2613
2616
|
VSvgIcon: typeof import('vuetify/components')['VSvgIcon']
|
2614
2617
|
VLigatureIcon: typeof import('vuetify/components')['VLigatureIcon']
|
2615
2618
|
VClassIcon: typeof import('vuetify/components')['VClassIcon']
|
2616
|
-
VImg: typeof import('vuetify/components')['VImg']
|
2617
2619
|
VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
|
2618
2620
|
VItemGroup: typeof import('vuetify/components')['VItemGroup']
|
2619
2621
|
VItem: typeof import('vuetify/components')['VItem']
|
2622
|
+
VImg: typeof import('vuetify/components')['VImg']
|
2620
2623
|
VLabel: typeof import('vuetify/components')['VLabel']
|
2621
2624
|
VKbd: typeof import('vuetify/components')['VKbd']
|
2622
2625
|
VList: typeof import('vuetify/components')['VList']
|
@@ -2631,71 +2634,68 @@ declare module 'vue' {
|
|
2631
2634
|
VMain: typeof import('vuetify/components')['VMain']
|
2632
2635
|
VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
|
2633
2636
|
VMenu: typeof import('vuetify/components')['VMenu']
|
2634
|
-
VNumberInput: typeof import('vuetify/components')['VNumberInput']
|
2635
2637
|
VMessages: typeof import('vuetify/components')['VMessages']
|
2636
|
-
VOverlay: typeof import('vuetify/components')['VOverlay']
|
2637
|
-
VPagination: typeof import('vuetify/components')['VPagination']
|
2638
|
-
VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
|
2639
2638
|
VOtpInput: typeof import('vuetify/components')['VOtpInput']
|
2639
|
+
VNumberInput: typeof import('vuetify/components')['VNumberInput']
|
2640
|
+
VPagination: typeof import('vuetify/components')['VPagination']
|
2640
2641
|
VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
|
2642
|
+
VOverlay: typeof import('vuetify/components')['VOverlay']
|
2643
|
+
VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
|
2641
2644
|
VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
|
2642
|
-
VSelect: typeof import('vuetify/components')['VSelect']
|
2643
|
-
VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
|
2644
2645
|
VRating: typeof import('vuetify/components')['VRating']
|
2645
|
-
|
2646
|
+
VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
|
2646
2647
|
VSheet: typeof import('vuetify/components')['VSheet']
|
2648
|
+
VSelect: typeof import('vuetify/components')['VSelect']
|
2647
2649
|
VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
|
2650
|
+
VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
|
2648
2651
|
VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
|
2649
2652
|
VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
|
2650
|
-
VSnackbar: typeof import('vuetify/components')['VSnackbar']
|
2651
2653
|
VSlider: typeof import('vuetify/components')['VSlider']
|
2652
|
-
|
2653
|
-
VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
|
2654
|
-
VSwitch: typeof import('vuetify/components')['VSwitch']
|
2655
|
-
VSystemBar: typeof import('vuetify/components')['VSystemBar']
|
2656
|
-
VTab: typeof import('vuetify/components')['VTab']
|
2657
|
-
VTabs: typeof import('vuetify/components')['VTabs']
|
2658
|
-
VTabsWindow: typeof import('vuetify/components')['VTabsWindow']
|
2659
|
-
VTabsWindowItem: typeof import('vuetify/components')['VTabsWindowItem']
|
2654
|
+
VTextField: typeof import('vuetify/components')['VTextField']
|
2660
2655
|
VStepper: typeof import('vuetify/components')['VStepper']
|
2661
2656
|
VStepperActions: typeof import('vuetify/components')['VStepperActions']
|
2662
2657
|
VStepperHeader: typeof import('vuetify/components')['VStepperHeader']
|
2663
2658
|
VStepperItem: typeof import('vuetify/components')['VStepperItem']
|
2664
2659
|
VStepperWindow: typeof import('vuetify/components')['VStepperWindow']
|
2665
2660
|
VStepperWindowItem: typeof import('vuetify/components')['VStepperWindowItem']
|
2666
|
-
|
2667
|
-
|
2661
|
+
VSystemBar: typeof import('vuetify/components')['VSystemBar']
|
2662
|
+
VSnackbar: typeof import('vuetify/components')['VSnackbar']
|
2663
|
+
VTab: typeof import('vuetify/components')['VTab']
|
2664
|
+
VTabs: typeof import('vuetify/components')['VTabs']
|
2665
|
+
VTabsWindow: typeof import('vuetify/components')['VTabsWindow']
|
2666
|
+
VTabsWindowItem: typeof import('vuetify/components')['VTabsWindowItem']
|
2668
2667
|
VTextarea: typeof import('vuetify/components')['VTextarea']
|
2669
|
-
|
2670
|
-
|
2671
|
-
|
2668
|
+
VTable: typeof import('vuetify/components')['VTable']
|
2669
|
+
VWindow: typeof import('vuetify/components')['VWindow']
|
2670
|
+
VWindowItem: typeof import('vuetify/components')['VWindowItem']
|
2672
2671
|
VToolbar: typeof import('vuetify/components')['VToolbar']
|
2673
2672
|
VToolbarTitle: typeof import('vuetify/components')['VToolbarTitle']
|
2674
2673
|
VToolbarItems: typeof import('vuetify/components')['VToolbarItems']
|
2675
|
-
|
2676
|
-
|
2674
|
+
VTooltip: typeof import('vuetify/components')['VTooltip']
|
2675
|
+
VSwitch: typeof import('vuetify/components')['VSwitch']
|
2677
2676
|
VConfirmEdit: typeof import('vuetify/components')['VConfirmEdit']
|
2678
2677
|
VDataIterator: typeof import('vuetify/components')['VDataIterator']
|
2679
|
-
|
2678
|
+
VDefaultsProvider: typeof import('vuetify/components')['VDefaultsProvider']
|
2680
2679
|
VContainer: typeof import('vuetify/components')['VContainer']
|
2681
2680
|
VCol: typeof import('vuetify/components')['VCol']
|
2682
2681
|
VRow: typeof import('vuetify/components')['VRow']
|
2683
2682
|
VSpacer: typeof import('vuetify/components')['VSpacer']
|
2684
2683
|
VHover: typeof import('vuetify/components')['VHover']
|
2684
|
+
VForm: typeof import('vuetify/components')['VForm']
|
2685
|
+
VLazy: typeof import('vuetify/components')['VLazy']
|
2685
2686
|
VLayout: typeof import('vuetify/components')['VLayout']
|
2686
2687
|
VLayoutItem: typeof import('vuetify/components')['VLayoutItem']
|
2687
|
-
VLazy: typeof import('vuetify/components')['VLazy']
|
2688
2688
|
VLocaleProvider: typeof import('vuetify/components')['VLocaleProvider']
|
2689
2689
|
VNoSsr: typeof import('vuetify/components')['VNoSsr']
|
2690
2690
|
VParallax: typeof import('vuetify/components')['VParallax']
|
2691
2691
|
VRangeSlider: typeof import('vuetify/components')['VRangeSlider']
|
2692
|
-
VRadio: typeof import('vuetify/components')['VRadio']
|
2693
2692
|
VResponsive: typeof import('vuetify/components')['VResponsive']
|
2693
|
+
VRadio: typeof import('vuetify/components')['VRadio']
|
2694
2694
|
VSparkline: typeof import('vuetify/components')['VSparkline']
|
2695
|
-
VSnackbarQueue: typeof import('vuetify/components')['VSnackbarQueue']
|
2696
2695
|
VSpeedDial: typeof import('vuetify/components')['VSpeedDial']
|
2697
2696
|
VThemeProvider: typeof import('vuetify/components')['VThemeProvider']
|
2698
2697
|
VValidation: typeof import('vuetify/components')['VValidation']
|
2698
|
+
VVirtualScroll: typeof import('vuetify/components')['VVirtualScroll']
|
2699
2699
|
VFabTransition: typeof import('vuetify/components')['VFabTransition']
|
2700
2700
|
VDialogBottomTransition: typeof import('vuetify/components')['VDialogBottomTransition']
|
2701
2701
|
VDialogTopTransition: typeof import('vuetify/components')['VDialogTopTransition']
|
@@ -2712,31 +2712,31 @@ declare module 'vue' {
|
|
2712
2712
|
VExpandTransition: typeof import('vuetify/components')['VExpandTransition']
|
2713
2713
|
VExpandXTransition: typeof import('vuetify/components')['VExpandXTransition']
|
2714
2714
|
VDialogTransition: typeof import('vuetify/components')['VDialogTransition']
|
2715
|
-
|
2716
|
-
|
2717
|
-
|
2715
|
+
VTimeline: typeof import('vuetify/components')['VTimeline']
|
2716
|
+
VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
|
2717
|
+
VSnackbarQueue: typeof import('vuetify/components')['VSnackbarQueue']
|
2718
2718
|
VCalendar: typeof import('vuetify/labs/components')['VCalendar']
|
2719
2719
|
VCalendarDay: typeof import('vuetify/labs/components')['VCalendarDay']
|
2720
2720
|
VCalendarHeader: typeof import('vuetify/labs/components')['VCalendarHeader']
|
2721
2721
|
VCalendarInterval: typeof import('vuetify/labs/components')['VCalendarInterval']
|
2722
2722
|
VCalendarIntervalEvent: typeof import('vuetify/labs/components')['VCalendarIntervalEvent']
|
2723
2723
|
VCalendarMonthDay: typeof import('vuetify/labs/components')['VCalendarMonthDay']
|
2724
|
-
VFileUpload: typeof import('vuetify/labs/components')['VFileUpload']
|
2725
|
-
VFileUploadItem: typeof import('vuetify/labs/components')['VFileUploadItem']
|
2726
|
-
VColorInput: typeof import('vuetify/labs/components')['VColorInput']
|
2727
2724
|
VPicker: typeof import('vuetify/labs/components')['VPicker']
|
2728
2725
|
VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
|
2726
|
+
VIconBtn: typeof import('vuetify/labs/components')['VIconBtn']
|
2729
2727
|
VStepperVertical: typeof import('vuetify/labs/components')['VStepperVertical']
|
2730
2728
|
VStepperVerticalItem: typeof import('vuetify/labs/components')['VStepperVerticalItem']
|
2731
2729
|
VStepperVerticalActions: typeof import('vuetify/labs/components')['VStepperVerticalActions']
|
2732
|
-
VIconBtn: typeof import('vuetify/labs/components')['VIconBtn']
|
2733
|
-
VTimePicker: typeof import('vuetify/labs/components')['VTimePicker']
|
2734
|
-
VTimePickerClock: typeof import('vuetify/labs/components')['VTimePickerClock']
|
2735
|
-
VTimePickerControls: typeof import('vuetify/labs/components')['VTimePickerControls']
|
2736
2730
|
VTreeview: typeof import('vuetify/labs/components')['VTreeview']
|
2737
2731
|
VTreeviewItem: typeof import('vuetify/labs/components')['VTreeviewItem']
|
2738
2732
|
VTreeviewGroup: typeof import('vuetify/labs/components')['VTreeviewGroup']
|
2739
|
-
|
2733
|
+
VColorInput: typeof import('vuetify/labs/components')['VColorInput']
|
2734
|
+
VFileUpload: typeof import('vuetify/labs/components')['VFileUpload']
|
2735
|
+
VFileUploadItem: typeof import('vuetify/labs/components')['VFileUploadItem']
|
2736
|
+
VTimePicker: typeof import('vuetify/labs/components')['VTimePicker']
|
2737
|
+
VTimePickerClock: typeof import('vuetify/labs/components')['VTimePickerClock']
|
2738
|
+
VTimePickerControls: typeof import('vuetify/labs/components')['VTimePickerControls']
|
2740
2739
|
VPullToRefresh: typeof import('vuetify/labs/components')['VPullToRefresh']
|
2740
|
+
VDateInput: typeof import('vuetify/labs/components')['VDateInput']
|
2741
2741
|
}
|
2742
2742
|
}
|
package/lib/framework.js
CHANGED