@vuetify/nightly 3.8.4-master.2025-05-10 → 3.8.4-master.2025-05-12
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 +9 -3
- package/dist/json/attributes.json +2758 -2758
- package/dist/json/importMap-labs.json +34 -34
- package/dist/json/importMap.json +162 -162
- package/dist/json/web-types.json +5062 -5062
- package/dist/vuetify-labs.cjs +3 -3
- package/dist/vuetify-labs.css +5463 -5463
- 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 +6248 -6248
- 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 -2
package/dist/vuetify.min.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* Vuetify v3.8.4-master.2025-05-
|
2
|
+
* Vuetify v3.8.4-master.2025-05-12
|
3
3
|
* Forged by John Leider
|
4
4
|
* Released under the MIT License.
|
5
5
|
*/
|
@@ -2208,8 +2208,8 @@ if(f.run((()=>{o.install(u)})),u.onUnmount((()=>f.stop())),u.provide(wt,e),u.pro
|
|
2208
2208
|
else{const{mount:e}=u
|
2209
2209
|
u.mount=function(){const a=e(...arguments)
|
2210
2210
|
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:bf.call(this,wt),display:bf.call(this,bn),theme:bf.call(this,ya),icons:bf.call(this,$t),locale:bf.call(this,pa),date:bf.call(this,ku)})}}})},unmount:function(){u.stop()},defaults:e,display:l,theme:o,icons:c,locale:d,date:v,goTo:p}}))}function bf(e){const t=this.$,a=t.parent?.provides??t.vnode.appContext?.provides
|
2211
|
-
if(a&&e in a)return a[e]}yf.version="3.8.4-master.2025-05-
|
2212
|
-
const Vf=function(){return yf({components:uf,directives:hf,...arguments.length>0&&void 0!==arguments[0]?arguments[0]:{}})},wf="3.8.4-master.2025-05-
|
2211
|
+
if(a&&e in a)return a[e]}yf.version="3.8.4-master.2025-05-12"
|
2212
|
+
const Vf=function(){return yf({components:uf,directives:hf,...arguments.length>0&&void 0!==arguments[0]?arguments[0]:{}})},wf="3.8.4-master.2025-05-12"
|
2213
2213
|
Vf.version=wf,e.blueprints=Kt,e.components=uf,e.createVuetify=Vf,e.directives=hf,e.useDate=Nu,e.useDefaults=function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=arguments.length>1?arguments[1]:void 0
|
2214
2214
|
const{props:a,provideSubDefaults:l}=xt(e,t)
|
2215
2215
|
return l(),a},e.useDisplay=Cn,e.useGoTo=Rn,e.useLayout=ta,e.useLocale=ma,e.useRtl=ha,e.useTheme=Ia,e.version=wf}))
|
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.4-master.2025-05-
|
19
|
+
export const version = "3.8.4-master.2025-05-12";
|
20
20
|
createVuetify.version = version;
|
21
21
|
export { blueprints, components, directives };
|
22
22
|
export * from "./composables/index.js";
|
package/lib/framework.d.ts
CHANGED
@@ -2543,21 +2543,34 @@ declare module 'vue' {
|
|
2543
2543
|
VApp: typeof import('vuetify/components')['VApp']
|
2544
2544
|
VAlert: typeof import('vuetify/components')['VAlert']
|
2545
2545
|
VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
|
2546
|
+
VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
|
2547
|
+
VBanner: typeof import('vuetify/components')['VBanner']
|
2548
|
+
VBannerActions: typeof import('vuetify/components')['VBannerActions']
|
2549
|
+
VBannerText: typeof import('vuetify/components')['VBannerText']
|
2546
2550
|
VAvatar: typeof import('vuetify/components')['VAvatar']
|
2547
2551
|
VBadge: typeof import('vuetify/components')['VBadge']
|
2552
|
+
VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
|
2548
2553
|
VBtn: typeof import('vuetify/components')['VBtn']
|
2554
|
+
VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
|
2555
|
+
VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
|
2556
|
+
VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
|
2549
2557
|
VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
|
2550
|
-
VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
|
2551
|
-
VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
|
2552
2558
|
VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
|
2553
|
-
|
2554
|
-
|
2555
|
-
|
2559
|
+
VCard: typeof import('vuetify/components')['VCard']
|
2560
|
+
VCardActions: typeof import('vuetify/components')['VCardActions']
|
2561
|
+
VCardItem: typeof import('vuetify/components')['VCardItem']
|
2562
|
+
VCardSubtitle: typeof import('vuetify/components')['VCardSubtitle']
|
2563
|
+
VCardText: typeof import('vuetify/components')['VCardText']
|
2564
|
+
VCardTitle: typeof import('vuetify/components')['VCardTitle']
|
2556
2565
|
VCarousel: typeof import('vuetify/components')['VCarousel']
|
2557
2566
|
VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
|
2567
|
+
VCheckbox: typeof import('vuetify/components')['VCheckbox']
|
2568
|
+
VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
|
2558
2569
|
VChip: typeof import('vuetify/components')['VChip']
|
2559
2570
|
VChipGroup: typeof import('vuetify/components')['VChipGroup']
|
2560
2571
|
VColorPicker: typeof import('vuetify/components')['VColorPicker']
|
2572
|
+
VCombobox: typeof import('vuetify/components')['VCombobox']
|
2573
|
+
VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
|
2561
2574
|
VCounter: typeof import('vuetify/components')['VCounter']
|
2562
2575
|
VCode: typeof import('vuetify/components')['VCode']
|
2563
2576
|
VDataTable: typeof import('vuetify/components')['VDataTable']
|
@@ -2567,39 +2580,36 @@ declare module 'vue' {
|
|
2567
2580
|
VDataTableRow: typeof import('vuetify/components')['VDataTableRow']
|
2568
2581
|
VDataTableVirtual: typeof import('vuetify/components')['VDataTableVirtual']
|
2569
2582
|
VDataTableServer: typeof import('vuetify/components')['VDataTableServer']
|
2570
|
-
VCombobox: typeof import('vuetify/components')['VCombobox']
|
2571
|
-
VDialog: typeof import('vuetify/components')['VDialog']
|
2572
2583
|
VDatePicker: typeof import('vuetify/components')['VDatePicker']
|
2573
2584
|
VDatePickerControls: typeof import('vuetify/components')['VDatePickerControls']
|
2574
2585
|
VDatePickerHeader: typeof import('vuetify/components')['VDatePickerHeader']
|
2575
2586
|
VDatePickerMonth: typeof import('vuetify/components')['VDatePickerMonth']
|
2576
2587
|
VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
|
2577
2588
|
VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
|
2578
|
-
|
2589
|
+
VDialog: typeof import('vuetify/components')['VDialog']
|
2579
2590
|
VDivider: typeof import('vuetify/components')['VDivider']
|
2580
|
-
|
2581
|
-
VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
|
2591
|
+
VEmptyState: typeof import('vuetify/components')['VEmptyState']
|
2582
2592
|
VExpansionPanels: typeof import('vuetify/components')['VExpansionPanels']
|
2583
2593
|
VExpansionPanel: typeof import('vuetify/components')['VExpansionPanel']
|
2584
2594
|
VExpansionPanelText: typeof import('vuetify/components')['VExpansionPanelText']
|
2585
2595
|
VExpansionPanelTitle: typeof import('vuetify/components')['VExpansionPanelTitle']
|
2586
|
-
|
2587
|
-
|
2588
|
-
VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
|
2589
|
-
VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
|
2596
|
+
VField: typeof import('vuetify/components')['VField']
|
2597
|
+
VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
|
2590
2598
|
VFileInput: typeof import('vuetify/components')['VFileInput']
|
2599
|
+
VFab: typeof import('vuetify/components')['VFab']
|
2600
|
+
VFooter: typeof import('vuetify/components')['VFooter']
|
2591
2601
|
VIcon: typeof import('vuetify/components')['VIcon']
|
2592
2602
|
VComponentIcon: typeof import('vuetify/components')['VComponentIcon']
|
2593
2603
|
VSvgIcon: typeof import('vuetify/components')['VSvgIcon']
|
2594
2604
|
VLigatureIcon: typeof import('vuetify/components')['VLigatureIcon']
|
2595
2605
|
VClassIcon: typeof import('vuetify/components')['VClassIcon']
|
2596
2606
|
VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
|
2597
|
-
|
2598
|
-
VLabel: typeof import('vuetify/components')['VLabel']
|
2607
|
+
VInput: typeof import('vuetify/components')['VInput']
|
2599
2608
|
VItemGroup: typeof import('vuetify/components')['VItemGroup']
|
2600
2609
|
VItem: typeof import('vuetify/components')['VItem']
|
2601
|
-
|
2602
|
-
|
2610
|
+
VKbd: typeof import('vuetify/components')['VKbd']
|
2611
|
+
VLabel: typeof import('vuetify/components')['VLabel']
|
2612
|
+
VImg: typeof import('vuetify/components')['VImg']
|
2603
2613
|
VList: typeof import('vuetify/components')['VList']
|
2604
2614
|
VListGroup: typeof import('vuetify/components')['VListGroup']
|
2605
2615
|
VListImg: typeof import('vuetify/components')['VListImg']
|
@@ -2609,45 +2619,40 @@ declare module 'vue' {
|
|
2609
2619
|
VListItemSubtitle: typeof import('vuetify/components')['VListItemSubtitle']
|
2610
2620
|
VListItemTitle: typeof import('vuetify/components')['VListItemTitle']
|
2611
2621
|
VListSubheader: typeof import('vuetify/components')['VListSubheader']
|
2622
|
+
VMain: typeof import('vuetify/components')['VMain']
|
2623
|
+
VMessages: typeof import('vuetify/components')['VMessages']
|
2612
2624
|
VMenu: typeof import('vuetify/components')['VMenu']
|
2625
|
+
VOverlay: typeof import('vuetify/components')['VOverlay']
|
2626
|
+
VNumberInput: typeof import('vuetify/components')['VNumberInput']
|
2613
2627
|
VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
|
2614
2628
|
VOtpInput: typeof import('vuetify/components')['VOtpInput']
|
2615
|
-
VNumberInput: typeof import('vuetify/components')['VNumberInput']
|
2616
|
-
VOverlay: typeof import('vuetify/components')['VOverlay']
|
2617
|
-
VMessages: typeof import('vuetify/components')['VMessages']
|
2618
|
-
VPagination: typeof import('vuetify/components')['VPagination']
|
2619
|
-
VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
|
2620
2629
|
VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
|
2630
|
+
VPagination: typeof import('vuetify/components')['VPagination']
|
2621
2631
|
VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
|
2622
2632
|
VRating: typeof import('vuetify/components')['VRating']
|
2623
|
-
VCard: typeof import('vuetify/components')['VCard']
|
2624
|
-
VCardActions: typeof import('vuetify/components')['VCardActions']
|
2625
|
-
VCardItem: typeof import('vuetify/components')['VCardItem']
|
2626
|
-
VCardSubtitle: typeof import('vuetify/components')['VCardSubtitle']
|
2627
|
-
VCardText: typeof import('vuetify/components')['VCardText']
|
2628
|
-
VCardTitle: typeof import('vuetify/components')['VCardTitle']
|
2629
|
-
VSelect: typeof import('vuetify/components')['VSelect']
|
2630
2633
|
VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
|
2634
|
+
VSheet: typeof import('vuetify/components')['VSheet']
|
2631
2635
|
VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
|
2632
|
-
VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
|
2633
2636
|
VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
|
2634
2637
|
VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
|
2635
|
-
|
2636
|
-
VSheet: typeof import('vuetify/components')['VSheet']
|
2638
|
+
VSelect: typeof import('vuetify/components')['VSelect']
|
2637
2639
|
VSnackbar: typeof import('vuetify/components')['VSnackbar']
|
2638
|
-
|
2639
|
-
|
2640
|
-
VTabsWindow: typeof import('vuetify/components')['VTabsWindow']
|
2641
|
-
VTabsWindowItem: typeof import('vuetify/components')['VTabsWindowItem']
|
2640
|
+
VSlider: typeof import('vuetify/components')['VSlider']
|
2641
|
+
VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
|
2642
2642
|
VStepper: typeof import('vuetify/components')['VStepper']
|
2643
2643
|
VStepperActions: typeof import('vuetify/components')['VStepperActions']
|
2644
2644
|
VStepperHeader: typeof import('vuetify/components')['VStepperHeader']
|
2645
2645
|
VStepperItem: typeof import('vuetify/components')['VStepperItem']
|
2646
2646
|
VStepperWindow: typeof import('vuetify/components')['VStepperWindow']
|
2647
2647
|
VStepperWindowItem: typeof import('vuetify/components')['VStepperWindowItem']
|
2648
|
-
VTextarea: typeof import('vuetify/components')['VTextarea']
|
2649
2648
|
VSystemBar: typeof import('vuetify/components')['VSystemBar']
|
2649
|
+
VTextField: typeof import('vuetify/components')['VTextField']
|
2650
2650
|
VTable: typeof import('vuetify/components')['VTable']
|
2651
|
+
VTab: typeof import('vuetify/components')['VTab']
|
2652
|
+
VTabs: typeof import('vuetify/components')['VTabs']
|
2653
|
+
VTabsWindow: typeof import('vuetify/components')['VTabsWindow']
|
2654
|
+
VTabsWindowItem: typeof import('vuetify/components')['VTabsWindowItem']
|
2655
|
+
VTextarea: typeof import('vuetify/components')['VTextarea']
|
2651
2656
|
VSwitch: typeof import('vuetify/components')['VSwitch']
|
2652
2657
|
VTimeline: typeof import('vuetify/components')['VTimeline']
|
2653
2658
|
VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
|
@@ -2655,33 +2660,32 @@ declare module 'vue' {
|
|
2655
2660
|
VToolbarTitle: typeof import('vuetify/components')['VToolbarTitle']
|
2656
2661
|
VToolbarItems: typeof import('vuetify/components')['VToolbarItems']
|
2657
2662
|
VTooltip: typeof import('vuetify/components')['VTooltip']
|
2658
|
-
VTextField: typeof import('vuetify/components')['VTextField']
|
2659
2663
|
VWindow: typeof import('vuetify/components')['VWindow']
|
2660
2664
|
VWindowItem: typeof import('vuetify/components')['VWindowItem']
|
2665
|
+
VConfirmEdit: typeof import('vuetify/components')['VConfirmEdit']
|
2661
2666
|
VDataIterator: typeof import('vuetify/components')['VDataIterator']
|
2662
2667
|
VDefaultsProvider: typeof import('vuetify/components')['VDefaultsProvider']
|
2663
|
-
VConfirmEdit: typeof import('vuetify/components')['VConfirmEdit']
|
2664
2668
|
VForm: typeof import('vuetify/components')['VForm']
|
2665
|
-
VHover: typeof import('vuetify/components')['VHover']
|
2666
2669
|
VContainer: typeof import('vuetify/components')['VContainer']
|
2667
2670
|
VCol: typeof import('vuetify/components')['VCol']
|
2668
2671
|
VRow: typeof import('vuetify/components')['VRow']
|
2669
2672
|
VSpacer: typeof import('vuetify/components')['VSpacer']
|
2673
|
+
VHover: typeof import('vuetify/components')['VHover']
|
2670
2674
|
VLayout: typeof import('vuetify/components')['VLayout']
|
2671
2675
|
VLayoutItem: typeof import('vuetify/components')['VLayoutItem']
|
2672
|
-
VLocaleProvider: typeof import('vuetify/components')['VLocaleProvider']
|
2673
2676
|
VLazy: typeof import('vuetify/components')['VLazy']
|
2677
|
+
VLocaleProvider: typeof import('vuetify/components')['VLocaleProvider']
|
2674
2678
|
VNoSsr: typeof import('vuetify/components')['VNoSsr']
|
2675
2679
|
VParallax: typeof import('vuetify/components')['VParallax']
|
2676
2680
|
VRadio: typeof import('vuetify/components')['VRadio']
|
2681
|
+
VRangeSlider: typeof import('vuetify/components')['VRangeSlider']
|
2677
2682
|
VResponsive: typeof import('vuetify/components')['VResponsive']
|
2678
2683
|
VSparkline: typeof import('vuetify/components')['VSparkline']
|
2679
|
-
VSpeedDial: typeof import('vuetify/components')['VSpeedDial']
|
2680
2684
|
VSnackbarQueue: typeof import('vuetify/components')['VSnackbarQueue']
|
2681
|
-
|
2685
|
+
VSpeedDial: typeof import('vuetify/components')['VSpeedDial']
|
2682
2686
|
VThemeProvider: typeof import('vuetify/components')['VThemeProvider']
|
2687
|
+
VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
|
2683
2688
|
VVirtualScroll: typeof import('vuetify/components')['VVirtualScroll']
|
2684
|
-
VKbd: typeof import('vuetify/components')['VKbd']
|
2685
2689
|
VFabTransition: typeof import('vuetify/components')['VFabTransition']
|
2686
2690
|
VDialogBottomTransition: typeof import('vuetify/components')['VDialogBottomTransition']
|
2687
2691
|
VDialogTopTransition: typeof import('vuetify/components')['VDialogTopTransition']
|
@@ -2698,31 +2702,27 @@ declare module 'vue' {
|
|
2698
2702
|
VExpandTransition: typeof import('vuetify/components')['VExpandTransition']
|
2699
2703
|
VExpandXTransition: typeof import('vuetify/components')['VExpandXTransition']
|
2700
2704
|
VDialogTransition: typeof import('vuetify/components')['VDialogTransition']
|
2701
|
-
|
2702
|
-
|
2703
|
-
|
2704
|
-
|
2705
|
-
|
2705
|
+
VValidation: typeof import('vuetify/components')['VValidation']
|
2706
|
+
VIconBtn: typeof import('vuetify/labs/components')['VIconBtn']
|
2707
|
+
VFileUpload: typeof import('vuetify/labs/components')['VFileUpload']
|
2708
|
+
VFileUploadItem: typeof import('vuetify/labs/components')['VFileUploadItem']
|
2709
|
+
VStepperVertical: typeof import('vuetify/labs/components')['VStepperVertical']
|
2710
|
+
VStepperVerticalItem: typeof import('vuetify/labs/components')['VStepperVerticalItem']
|
2711
|
+
VStepperVerticalActions: typeof import('vuetify/labs/components')['VStepperVerticalActions']
|
2706
2712
|
VCalendar: typeof import('vuetify/labs/components')['VCalendar']
|
2707
2713
|
VCalendarDay: typeof import('vuetify/labs/components')['VCalendarDay']
|
2708
2714
|
VCalendarHeader: typeof import('vuetify/labs/components')['VCalendarHeader']
|
2709
2715
|
VCalendarInterval: typeof import('vuetify/labs/components')['VCalendarInterval']
|
2710
2716
|
VCalendarIntervalEvent: typeof import('vuetify/labs/components')['VCalendarIntervalEvent']
|
2711
2717
|
VCalendarMonthDay: typeof import('vuetify/labs/components')['VCalendarMonthDay']
|
2712
|
-
VFileUpload: typeof import('vuetify/labs/components')['VFileUpload']
|
2713
|
-
VFileUploadItem: typeof import('vuetify/labs/components')['VFileUploadItem']
|
2714
|
-
VIconBtn: typeof import('vuetify/labs/components')['VIconBtn']
|
2715
2718
|
VPicker: typeof import('vuetify/labs/components')['VPicker']
|
2716
2719
|
VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
|
2717
|
-
VTreeview: typeof import('vuetify/labs/components')['VTreeview']
|
2718
|
-
VTreeviewItem: typeof import('vuetify/labs/components')['VTreeviewItem']
|
2719
|
-
VTreeviewGroup: typeof import('vuetify/labs/components')['VTreeviewGroup']
|
2720
|
-
VStepperVertical: typeof import('vuetify/labs/components')['VStepperVertical']
|
2721
|
-
VStepperVerticalItem: typeof import('vuetify/labs/components')['VStepperVerticalItem']
|
2722
|
-
VStepperVerticalActions: typeof import('vuetify/labs/components')['VStepperVerticalActions']
|
2723
2720
|
VTimePicker: typeof import('vuetify/labs/components')['VTimePicker']
|
2724
2721
|
VTimePickerClock: typeof import('vuetify/labs/components')['VTimePickerClock']
|
2725
2722
|
VTimePickerControls: typeof import('vuetify/labs/components')['VTimePickerControls']
|
2723
|
+
VTreeview: typeof import('vuetify/labs/components')['VTreeview']
|
2724
|
+
VTreeviewItem: typeof import('vuetify/labs/components')['VTreeviewItem']
|
2725
|
+
VTreeviewGroup: typeof import('vuetify/labs/components')['VTreeviewGroup']
|
2726
2726
|
VPullToRefresh: typeof import('vuetify/labs/components')['VPullToRefresh']
|
2727
2727
|
VDateInput: typeof import('vuetify/labs/components')['VDateInput']
|
2728
2728
|
}
|
package/lib/framework.js
CHANGED
package/package.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"name": "@vuetify/nightly",
|
3
3
|
"description": "Vue Material Component Framework",
|
4
|
-
"version": "3.8.4-master.2025-05-
|
4
|
+
"version": "3.8.4-master.2025-05-12",
|
5
5
|
"author": {
|
6
6
|
"name": "John Leider",
|
7
7
|
"email": "john@vuetifyjs.com"
|
@@ -132,7 +132,6 @@
|
|
132
132
|
"@date-io/dayjs": "^3.2.0",
|
133
133
|
"@date-io/luxon": "^3.2.0",
|
134
134
|
"@date-io/moment": "^3.2.0",
|
135
|
-
"@formatjs/intl": "^2.10.15",
|
136
135
|
"@fortawesome/fontawesome-svg-core": "^6.7.2",
|
137
136
|
"@fortawesome/free-solid-svg-icons": "^6.7.2",
|
138
137
|
"@fortawesome/vue-fontawesome": "^3.0.8",
|