@vuetify/nightly 3.8.4-master.2025-05-09 → 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 +10 -3
- package/dist/json/attributes.json +1380 -1380
- package/dist/json/importMap-labs.json +28 -28
- package/dist/json/importMap.json +136 -136
- package/dist/json/web-types.json +2517 -2517
- package/dist/vuetify-labs.cjs +3 -3
- package/dist/vuetify-labs.css +4585 -4585
- package/dist/vuetify-labs.d.ts +46 -46
- 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 +5410 -5410
- package/dist/vuetify.d.ts +46 -46
- 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 +46 -46
- 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
@@ -2537,28 +2537,25 @@ declare module 'vue' {
|
|
2537
2537
|
$children?: VNodeChild
|
2538
2538
|
}
|
2539
2539
|
export interface GlobalComponents {
|
2540
|
-
VApp: typeof import('vuetify/components')['VApp']
|
2541
|
-
VAlert: typeof import('vuetify/components')['VAlert']
|
2542
|
-
VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
|
2543
2540
|
VAppBar: typeof import('vuetify/components')['VAppBar']
|
2544
2541
|
VAppBarNavIcon: typeof import('vuetify/components')['VAppBarNavIcon']
|
2545
2542
|
VAppBarTitle: typeof import('vuetify/components')['VAppBarTitle']
|
2543
|
+
VApp: typeof import('vuetify/components')['VApp']
|
2544
|
+
VAlert: typeof import('vuetify/components')['VAlert']
|
2545
|
+
VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
|
2546
2546
|
VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
|
2547
2547
|
VBanner: typeof import('vuetify/components')['VBanner']
|
2548
2548
|
VBannerActions: typeof import('vuetify/components')['VBannerActions']
|
2549
2549
|
VBannerText: typeof import('vuetify/components')['VBannerText']
|
2550
2550
|
VAvatar: typeof import('vuetify/components')['VAvatar']
|
2551
|
-
|
2551
|
+
VBadge: typeof import('vuetify/components')['VBadge']
|
2552
|
+
VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
|
2553
|
+
VBtn: typeof import('vuetify/components')['VBtn']
|
2552
2554
|
VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
|
2553
2555
|
VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
|
2554
2556
|
VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
|
2555
|
-
VBadge: typeof import('vuetify/components')['VBadge']
|
2556
|
-
VBtn: typeof import('vuetify/components')['VBtn']
|
2557
2557
|
VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
|
2558
|
-
VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
|
2559
2558
|
VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
|
2560
|
-
VCheckbox: typeof import('vuetify/components')['VCheckbox']
|
2561
|
-
VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
|
2562
2559
|
VCard: typeof import('vuetify/components')['VCard']
|
2563
2560
|
VCardActions: typeof import('vuetify/components')['VCardActions']
|
2564
2561
|
VCardItem: typeof import('vuetify/components')['VCardItem']
|
@@ -2567,11 +2564,15 @@ declare module 'vue' {
|
|
2567
2564
|
VCardTitle: typeof import('vuetify/components')['VCardTitle']
|
2568
2565
|
VCarousel: typeof import('vuetify/components')['VCarousel']
|
2569
2566
|
VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
|
2567
|
+
VCheckbox: typeof import('vuetify/components')['VCheckbox']
|
2568
|
+
VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
|
2570
2569
|
VChip: typeof import('vuetify/components')['VChip']
|
2571
2570
|
VChipGroup: typeof import('vuetify/components')['VChipGroup']
|
2572
|
-
|
2573
|
-
VCounter: typeof import('vuetify/components')['VCounter']
|
2571
|
+
VColorPicker: typeof import('vuetify/components')['VColorPicker']
|
2574
2572
|
VCombobox: typeof import('vuetify/components')['VCombobox']
|
2573
|
+
VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
|
2574
|
+
VCounter: typeof import('vuetify/components')['VCounter']
|
2575
|
+
VCode: typeof import('vuetify/components')['VCode']
|
2575
2576
|
VDataTable: typeof import('vuetify/components')['VDataTable']
|
2576
2577
|
VDataTableHeaders: typeof import('vuetify/components')['VDataTableHeaders']
|
2577
2578
|
VDataTableFooter: typeof import('vuetify/components')['VDataTableFooter']
|
@@ -2579,7 +2580,6 @@ declare module 'vue' {
|
|
2579
2580
|
VDataTableRow: typeof import('vuetify/components')['VDataTableRow']
|
2580
2581
|
VDataTableVirtual: typeof import('vuetify/components')['VDataTableVirtual']
|
2581
2582
|
VDataTableServer: typeof import('vuetify/components')['VDataTableServer']
|
2582
|
-
VColorPicker: typeof import('vuetify/components')['VColorPicker']
|
2583
2583
|
VDatePicker: typeof import('vuetify/components')['VDatePicker']
|
2584
2584
|
VDatePickerControls: typeof import('vuetify/components')['VDatePickerControls']
|
2585
2585
|
VDatePickerHeader: typeof import('vuetify/components')['VDatePickerHeader']
|
@@ -2588,26 +2588,28 @@ declare module 'vue' {
|
|
2588
2588
|
VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
|
2589
2589
|
VDialog: typeof import('vuetify/components')['VDialog']
|
2590
2590
|
VDivider: typeof import('vuetify/components')['VDivider']
|
2591
|
+
VEmptyState: typeof import('vuetify/components')['VEmptyState']
|
2591
2592
|
VExpansionPanels: typeof import('vuetify/components')['VExpansionPanels']
|
2592
2593
|
VExpansionPanel: typeof import('vuetify/components')['VExpansionPanel']
|
2593
2594
|
VExpansionPanelText: typeof import('vuetify/components')['VExpansionPanelText']
|
2594
2595
|
VExpansionPanelTitle: typeof import('vuetify/components')['VExpansionPanelTitle']
|
2595
|
-
VEmptyState: typeof import('vuetify/components')['VEmptyState']
|
2596
|
-
VFab: typeof import('vuetify/components')['VFab']
|
2597
2596
|
VField: typeof import('vuetify/components')['VField']
|
2598
2597
|
VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
|
2598
|
+
VFileInput: typeof import('vuetify/components')['VFileInput']
|
2599
|
+
VFab: typeof import('vuetify/components')['VFab']
|
2600
|
+
VFooter: typeof import('vuetify/components')['VFooter']
|
2599
2601
|
VIcon: typeof import('vuetify/components')['VIcon']
|
2600
2602
|
VComponentIcon: typeof import('vuetify/components')['VComponentIcon']
|
2601
2603
|
VSvgIcon: typeof import('vuetify/components')['VSvgIcon']
|
2602
2604
|
VLigatureIcon: typeof import('vuetify/components')['VLigatureIcon']
|
2603
2605
|
VClassIcon: typeof import('vuetify/components')['VClassIcon']
|
2604
|
-
VFileInput: typeof import('vuetify/components')['VFileInput']
|
2605
|
-
VFooter: typeof import('vuetify/components')['VFooter']
|
2606
2606
|
VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
|
2607
|
-
VImg: typeof import('vuetify/components')['VImg']
|
2608
2607
|
VInput: typeof import('vuetify/components')['VInput']
|
2609
|
-
|
2608
|
+
VItemGroup: typeof import('vuetify/components')['VItemGroup']
|
2609
|
+
VItem: typeof import('vuetify/components')['VItem']
|
2610
2610
|
VKbd: typeof import('vuetify/components')['VKbd']
|
2611
|
+
VLabel: typeof import('vuetify/components')['VLabel']
|
2612
|
+
VImg: typeof import('vuetify/components')['VImg']
|
2611
2613
|
VList: typeof import('vuetify/components')['VList']
|
2612
2614
|
VListGroup: typeof import('vuetify/components')['VListGroup']
|
2613
2615
|
VListImg: typeof import('vuetify/components')['VListImg']
|
@@ -2617,27 +2619,26 @@ declare module 'vue' {
|
|
2617
2619
|
VListItemSubtitle: typeof import('vuetify/components')['VListItemSubtitle']
|
2618
2620
|
VListItemTitle: typeof import('vuetify/components')['VListItemTitle']
|
2619
2621
|
VListSubheader: typeof import('vuetify/components')['VListSubheader']
|
2620
|
-
VItemGroup: typeof import('vuetify/components')['VItemGroup']
|
2621
|
-
VItem: typeof import('vuetify/components')['VItem']
|
2622
|
-
VMenu: typeof import('vuetify/components')['VMenu']
|
2623
2622
|
VMain: typeof import('vuetify/components')['VMain']
|
2624
2623
|
VMessages: typeof import('vuetify/components')['VMessages']
|
2625
|
-
|
2624
|
+
VMenu: typeof import('vuetify/components')['VMenu']
|
2625
|
+
VOverlay: typeof import('vuetify/components')['VOverlay']
|
2626
2626
|
VNumberInput: typeof import('vuetify/components')['VNumberInput']
|
2627
|
+
VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
|
2627
2628
|
VOtpInput: typeof import('vuetify/components')['VOtpInput']
|
2629
|
+
VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
|
2628
2630
|
VPagination: typeof import('vuetify/components')['VPagination']
|
2629
|
-
VOverlay: typeof import('vuetify/components')['VOverlay']
|
2630
|
-
VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
|
2631
2631
|
VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
|
2632
|
-
VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
|
2633
2632
|
VRating: typeof import('vuetify/components')['VRating']
|
2634
|
-
VSelect: typeof import('vuetify/components')['VSelect']
|
2635
|
-
VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
|
2636
2633
|
VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
|
2637
2634
|
VSheet: typeof import('vuetify/components')['VSheet']
|
2638
|
-
VSlider: typeof import('vuetify/components')['VSlider']
|
2639
2635
|
VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
|
2636
|
+
VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
|
2637
|
+
VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
|
2638
|
+
VSelect: typeof import('vuetify/components')['VSelect']
|
2640
2639
|
VSnackbar: typeof import('vuetify/components')['VSnackbar']
|
2640
|
+
VSlider: typeof import('vuetify/components')['VSlider']
|
2641
|
+
VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
|
2641
2642
|
VStepper: typeof import('vuetify/components')['VStepper']
|
2642
2643
|
VStepperActions: typeof import('vuetify/components')['VStepperActions']
|
2643
2644
|
VStepperHeader: typeof import('vuetify/components')['VStepperHeader']
|
@@ -2645,22 +2646,22 @@ declare module 'vue' {
|
|
2645
2646
|
VStepperWindow: typeof import('vuetify/components')['VStepperWindow']
|
2646
2647
|
VStepperWindowItem: typeof import('vuetify/components')['VStepperWindowItem']
|
2647
2648
|
VSystemBar: typeof import('vuetify/components')['VSystemBar']
|
2648
|
-
|
2649
|
+
VTextField: typeof import('vuetify/components')['VTextField']
|
2650
|
+
VTable: typeof import('vuetify/components')['VTable']
|
2649
2651
|
VTab: typeof import('vuetify/components')['VTab']
|
2650
2652
|
VTabs: typeof import('vuetify/components')['VTabs']
|
2651
2653
|
VTabsWindow: typeof import('vuetify/components')['VTabsWindow']
|
2652
2654
|
VTabsWindowItem: typeof import('vuetify/components')['VTabsWindowItem']
|
2653
2655
|
VTextarea: typeof import('vuetify/components')['VTextarea']
|
2654
|
-
|
2655
|
-
VTable: typeof import('vuetify/components')['VTable']
|
2656
|
+
VSwitch: typeof import('vuetify/components')['VSwitch']
|
2656
2657
|
VTimeline: typeof import('vuetify/components')['VTimeline']
|
2657
2658
|
VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
|
2658
|
-
VTooltip: typeof import('vuetify/components')['VTooltip']
|
2659
|
-
VWindow: typeof import('vuetify/components')['VWindow']
|
2660
|
-
VWindowItem: typeof import('vuetify/components')['VWindowItem']
|
2661
2659
|
VToolbar: typeof import('vuetify/components')['VToolbar']
|
2662
2660
|
VToolbarTitle: typeof import('vuetify/components')['VToolbarTitle']
|
2663
2661
|
VToolbarItems: typeof import('vuetify/components')['VToolbarItems']
|
2662
|
+
VTooltip: typeof import('vuetify/components')['VTooltip']
|
2663
|
+
VWindow: typeof import('vuetify/components')['VWindow']
|
2664
|
+
VWindowItem: typeof import('vuetify/components')['VWindowItem']
|
2664
2665
|
VConfirmEdit: typeof import('vuetify/components')['VConfirmEdit']
|
2665
2666
|
VDataIterator: typeof import('vuetify/components')['VDataIterator']
|
2666
2667
|
VDefaultsProvider: typeof import('vuetify/components')['VDefaultsProvider']
|
@@ -2669,9 +2670,9 @@ declare module 'vue' {
|
|
2669
2670
|
VCol: typeof import('vuetify/components')['VCol']
|
2670
2671
|
VRow: typeof import('vuetify/components')['VRow']
|
2671
2672
|
VSpacer: typeof import('vuetify/components')['VSpacer']
|
2673
|
+
VHover: typeof import('vuetify/components')['VHover']
|
2672
2674
|
VLayout: typeof import('vuetify/components')['VLayout']
|
2673
2675
|
VLayoutItem: typeof import('vuetify/components')['VLayoutItem']
|
2674
|
-
VHover: typeof import('vuetify/components')['VHover']
|
2675
2676
|
VLazy: typeof import('vuetify/components')['VLazy']
|
2676
2677
|
VLocaleProvider: typeof import('vuetify/components')['VLocaleProvider']
|
2677
2678
|
VNoSsr: typeof import('vuetify/components')['VNoSsr']
|
@@ -2679,11 +2680,11 @@ declare module 'vue' {
|
|
2679
2680
|
VRadio: typeof import('vuetify/components')['VRadio']
|
2680
2681
|
VRangeSlider: typeof import('vuetify/components')['VRangeSlider']
|
2681
2682
|
VResponsive: typeof import('vuetify/components')['VResponsive']
|
2682
|
-
VSnackbarQueue: typeof import('vuetify/components')['VSnackbarQueue']
|
2683
2683
|
VSparkline: typeof import('vuetify/components')['VSparkline']
|
2684
|
+
VSnackbarQueue: typeof import('vuetify/components')['VSnackbarQueue']
|
2684
2685
|
VSpeedDial: typeof import('vuetify/components')['VSpeedDial']
|
2685
|
-
VValidation: typeof import('vuetify/components')['VValidation']
|
2686
2686
|
VThemeProvider: typeof import('vuetify/components')['VThemeProvider']
|
2687
|
+
VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
|
2687
2688
|
VVirtualScroll: typeof import('vuetify/components')['VVirtualScroll']
|
2688
2689
|
VFabTransition: typeof import('vuetify/components')['VFabTransition']
|
2689
2690
|
VDialogBottomTransition: typeof import('vuetify/components')['VDialogBottomTransition']
|
@@ -2701,29 +2702,28 @@ declare module 'vue' {
|
|
2701
2702
|
VExpandTransition: typeof import('vuetify/components')['VExpandTransition']
|
2702
2703
|
VExpandXTransition: typeof import('vuetify/components')['VExpandXTransition']
|
2703
2704
|
VDialogTransition: typeof import('vuetify/components')['VDialogTransition']
|
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
|
-
VIconBtn: typeof import('vuetify/labs/components')['VIconBtn']
|
2713
|
-
VFileUpload: typeof import('vuetify/labs/components')['VFileUpload']
|
2714
|
-
VFileUploadItem: typeof import('vuetify/labs/components')['VFileUploadItem']
|
2715
2718
|
VPicker: typeof import('vuetify/labs/components')['VPicker']
|
2716
2719
|
VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
|
2717
2720
|
VTimePicker: typeof import('vuetify/labs/components')['VTimePicker']
|
2718
2721
|
VTimePickerClock: typeof import('vuetify/labs/components')['VTimePickerClock']
|
2719
2722
|
VTimePickerControls: typeof import('vuetify/labs/components')['VTimePickerControls']
|
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
2723
|
VTreeview: typeof import('vuetify/labs/components')['VTreeview']
|
2724
2724
|
VTreeviewItem: typeof import('vuetify/labs/components')['VTreeviewItem']
|
2725
2725
|
VTreeviewGroup: typeof import('vuetify/labs/components')['VTreeviewGroup']
|
2726
|
-
VDateInput: typeof import('vuetify/labs/components')['VDateInput']
|
2727
2726
|
VPullToRefresh: typeof import('vuetify/labs/components')['VPullToRefresh']
|
2727
|
+
VDateInput: typeof import('vuetify/labs/components')['VDateInput']
|
2728
2728
|
}
|
2729
2729
|
}
|
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",
|