@vuetify/nightly 3.8.5-dev.2025-05-18 → 3.8.5-dev.2025-05-20

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.
Files changed (44) hide show
  1. package/CHANGELOG.md +5 -3
  2. package/dist/json/attributes.json +1597 -1593
  3. package/dist/json/importMap-labs.json +22 -22
  4. package/dist/json/importMap.json +176 -176
  5. package/dist/json/tags.json +1 -0
  6. package/dist/json/web-types.json +3310 -3210
  7. package/dist/vuetify-labs.cjs +135 -69
  8. package/dist/vuetify-labs.css +5912 -5912
  9. package/dist/vuetify-labs.d.ts +161 -75
  10. package/dist/vuetify-labs.esm.js +135 -69
  11. package/dist/vuetify-labs.esm.js.map +1 -1
  12. package/dist/vuetify-labs.js +135 -69
  13. package/dist/vuetify-labs.min.css +2 -2
  14. package/dist/vuetify.cjs +135 -69
  15. package/dist/vuetify.cjs.map +1 -1
  16. package/dist/vuetify.css +1708 -1708
  17. package/dist/vuetify.d.ts +158 -72
  18. package/dist/vuetify.esm.js +135 -69
  19. package/dist/vuetify.esm.js.map +1 -1
  20. package/dist/vuetify.js +135 -69
  21. package/dist/vuetify.js.map +1 -1
  22. package/dist/vuetify.min.css +2 -2
  23. package/dist/vuetify.min.js +71 -69
  24. package/dist/vuetify.min.js.map +1 -1
  25. package/lib/components/VAutocomplete/VAutocomplete.d.ts +26 -2
  26. package/lib/components/VAutocomplete/VAutocomplete.js +18 -1
  27. package/lib/components/VAutocomplete/VAutocomplete.js.map +1 -1
  28. package/lib/components/VCombobox/VCombobox.d.ts +26 -2
  29. package/lib/components/VCombobox/VCombobox.js +18 -1
  30. package/lib/components/VCombobox/VCombobox.js.map +1 -1
  31. package/lib/components/VList/VListChildren.js.map +1 -1
  32. package/lib/components/VNumberInput/VNumberInput.d.ts +14 -0
  33. package/lib/components/VNumberInput/VNumberInput.js +19 -4
  34. package/lib/components/VNumberInput/VNumberInput.js.map +1 -1
  35. package/lib/components/VSelect/VSelect.d.ts +26 -2
  36. package/lib/components/VSelect/VSelect.js +18 -1
  37. package/lib/components/VSelect/VSelect.js.map +1 -1
  38. package/lib/composables/filter.js +3 -0
  39. package/lib/composables/filter.js.map +1 -1
  40. package/lib/entry-bundler.js +1 -1
  41. package/lib/framework.d.ts +66 -66
  42. package/lib/framework.js +1 -1
  43. package/lib/labs/VFileUpload/VFileUpload.d.ts +3 -3
  44. package/package.json +1 -1
@@ -2549,35 +2549,36 @@ declare module 'vue' {
2549
2549
  VAppBarTitle: typeof import('vuetify/components')['VAppBarTitle']
2550
2550
  VAlert: typeof import('vuetify/components')['VAlert']
2551
2551
  VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
2552
+ VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
2553
+ VApp: typeof import('vuetify/components')['VApp']
2552
2554
  VBadge: typeof import('vuetify/components')['VBadge']
2553
2555
  VAvatar: typeof import('vuetify/components')['VAvatar']
2554
- VBanner: typeof import('vuetify/components')['VBanner']
2555
- VBannerActions: typeof import('vuetify/components')['VBannerActions']
2556
- VBannerText: typeof import('vuetify/components')['VBannerText']
2557
- VApp: typeof import('vuetify/components')['VApp']
2558
- VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
2559
- VBtn: typeof import('vuetify/components')['VBtn']
2556
+ VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
2557
+ VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
2560
2558
  VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
2561
2559
  VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
2562
2560
  VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
2563
- VCheckbox: typeof import('vuetify/components')['VCheckbox']
2564
- VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
2561
+ VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
2562
+ VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
2563
+ VBtn: typeof import('vuetify/components')['VBtn']
2564
+ VBanner: typeof import('vuetify/components')['VBanner']
2565
+ VBannerActions: typeof import('vuetify/components')['VBannerActions']
2566
+ VBannerText: typeof import('vuetify/components')['VBannerText']
2565
2567
  VCard: typeof import('vuetify/components')['VCard']
2566
2568
  VCardActions: typeof import('vuetify/components')['VCardActions']
2567
2569
  VCardItem: typeof import('vuetify/components')['VCardItem']
2568
2570
  VCardSubtitle: typeof import('vuetify/components')['VCardSubtitle']
2569
2571
  VCardText: typeof import('vuetify/components')['VCardText']
2570
2572
  VCardTitle: typeof import('vuetify/components')['VCardTitle']
2571
- VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
2572
- VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
2573
- VColorPicker: typeof import('vuetify/components')['VColorPicker']
2574
- VCode: typeof import('vuetify/components')['VCode']
2575
- VChip: typeof import('vuetify/components')['VChip']
2576
2573
  VCarousel: typeof import('vuetify/components')['VCarousel']
2577
2574
  VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
2578
- VCombobox: typeof import('vuetify/components')['VCombobox']
2575
+ VCheckbox: typeof import('vuetify/components')['VCheckbox']
2576
+ VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
2577
+ VChip: typeof import('vuetify/components')['VChip']
2579
2578
  VChipGroup: typeof import('vuetify/components')['VChipGroup']
2580
- VCounter: typeof import('vuetify/components')['VCounter']
2579
+ VCode: typeof import('vuetify/components')['VCode']
2580
+ VColorPicker: typeof import('vuetify/components')['VColorPicker']
2581
+ VCombobox: typeof import('vuetify/components')['VCombobox']
2581
2582
  VDataTable: typeof import('vuetify/components')['VDataTable']
2582
2583
  VDataTableHeaders: typeof import('vuetify/components')['VDataTableHeaders']
2583
2584
  VDataTableFooter: typeof import('vuetify/components')['VDataTableFooter']
@@ -2585,6 +2586,9 @@ declare module 'vue' {
2585
2586
  VDataTableRow: typeof import('vuetify/components')['VDataTableRow']
2586
2587
  VDataTableVirtual: typeof import('vuetify/components')['VDataTableVirtual']
2587
2588
  VDataTableServer: typeof import('vuetify/components')['VDataTableServer']
2589
+ VCounter: typeof import('vuetify/components')['VCounter']
2590
+ VDialog: typeof import('vuetify/components')['VDialog']
2591
+ VDivider: typeof import('vuetify/components')['VDivider']
2588
2592
  VDatePicker: typeof import('vuetify/components')['VDatePicker']
2589
2593
  VDatePickerControls: typeof import('vuetify/components')['VDatePickerControls']
2590
2594
  VDatePickerHeader: typeof import('vuetify/components')['VDatePickerHeader']
@@ -2592,23 +2596,27 @@ declare module 'vue' {
2592
2596
  VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
2593
2597
  VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
2594
2598
  VEmptyState: typeof import('vuetify/components')['VEmptyState']
2595
- VDivider: typeof import('vuetify/components')['VDivider']
2596
- VFab: typeof import('vuetify/components')['VFab']
2597
- VField: typeof import('vuetify/components')['VField']
2598
- VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
2599
- VFileInput: typeof import('vuetify/components')['VFileInput']
2600
- VFooter: typeof import('vuetify/components')['VFooter']
2601
2599
  VExpansionPanels: typeof import('vuetify/components')['VExpansionPanels']
2602
2600
  VExpansionPanel: typeof import('vuetify/components')['VExpansionPanel']
2603
2601
  VExpansionPanelText: typeof import('vuetify/components')['VExpansionPanelText']
2604
2602
  VExpansionPanelTitle: typeof import('vuetify/components')['VExpansionPanelTitle']
2603
+ VFileInput: typeof import('vuetify/components')['VFileInput']
2604
+ VFab: typeof import('vuetify/components')['VFab']
2605
+ VFooter: typeof import('vuetify/components')['VFooter']
2606
+ VField: typeof import('vuetify/components')['VField']
2607
+ VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
2608
+ VIcon: typeof import('vuetify/components')['VIcon']
2609
+ VComponentIcon: typeof import('vuetify/components')['VComponentIcon']
2610
+ VSvgIcon: typeof import('vuetify/components')['VSvgIcon']
2611
+ VLigatureIcon: typeof import('vuetify/components')['VLigatureIcon']
2612
+ VClassIcon: typeof import('vuetify/components')['VClassIcon']
2605
2613
  VImg: typeof import('vuetify/components')['VImg']
2606
- VDialog: typeof import('vuetify/components')['VDialog']
2614
+ VInput: typeof import('vuetify/components')['VInput']
2607
2615
  VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
2616
+ VKbd: typeof import('vuetify/components')['VKbd']
2608
2617
  VItemGroup: typeof import('vuetify/components')['VItemGroup']
2609
2618
  VItem: typeof import('vuetify/components')['VItem']
2610
2619
  VLabel: typeof import('vuetify/components')['VLabel']
2611
- VKbd: typeof import('vuetify/components')['VKbd']
2612
2620
  VList: typeof import('vuetify/components')['VList']
2613
2621
  VListGroup: typeof import('vuetify/components')['VListGroup']
2614
2622
  VListImg: typeof import('vuetify/components')['VListImg']
@@ -2619,77 +2627,69 @@ declare module 'vue' {
2619
2627
  VListItemTitle: typeof import('vuetify/components')['VListItemTitle']
2620
2628
  VListSubheader: typeof import('vuetify/components')['VListSubheader']
2621
2629
  VMessages: typeof import('vuetify/components')['VMessages']
2622
- VInput: typeof import('vuetify/components')['VInput']
2623
- VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
2624
- VMenu: typeof import('vuetify/components')['VMenu']
2625
2630
  VMain: typeof import('vuetify/components')['VMain']
2626
- VOtpInput: typeof import('vuetify/components')['VOtpInput']
2627
- VOverlay: typeof import('vuetify/components')['VOverlay']
2631
+ VMenu: typeof import('vuetify/components')['VMenu']
2628
2632
  VNumberInput: typeof import('vuetify/components')['VNumberInput']
2633
+ VOverlay: typeof import('vuetify/components')['VOverlay']
2634
+ VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
2635
+ VOtpInput: typeof import('vuetify/components')['VOtpInput']
2629
2636
  VPagination: typeof import('vuetify/components')['VPagination']
2630
2637
  VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
2631
2638
  VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
2632
2639
  VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
2633
- VRating: typeof import('vuetify/components')['VRating']
2634
- VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
2635
- VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
2636
- VSelect: typeof import('vuetify/components')['VSelect']
2637
2640
  VSheet: typeof import('vuetify/components')['VSheet']
2641
+ VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
2638
2642
  VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
2639
2643
  VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
2640
2644
  VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
2641
- VSlider: typeof import('vuetify/components')['VSlider']
2642
- VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
2643
2645
  VSnackbar: typeof import('vuetify/components')['VSnackbar']
2644
- VSwitch: typeof import('vuetify/components')['VSwitch']
2646
+ VSlider: typeof import('vuetify/components')['VSlider']
2645
2647
  VStepper: typeof import('vuetify/components')['VStepper']
2646
2648
  VStepperActions: typeof import('vuetify/components')['VStepperActions']
2647
2649
  VStepperHeader: typeof import('vuetify/components')['VStepperHeader']
2648
2650
  VStepperItem: typeof import('vuetify/components')['VStepperItem']
2649
2651
  VStepperWindow: typeof import('vuetify/components')['VStepperWindow']
2650
2652
  VStepperWindowItem: typeof import('vuetify/components')['VStepperWindowItem']
2653
+ VSwitch: typeof import('vuetify/components')['VSwitch']
2654
+ VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
2651
2655
  VSystemBar: typeof import('vuetify/components')['VSystemBar']
2656
+ VSelect: typeof import('vuetify/components')['VSelect']
2657
+ VTextField: typeof import('vuetify/components')['VTextField']
2652
2658
  VTable: typeof import('vuetify/components')['VTable']
2653
- VTab: typeof import('vuetify/components')['VTab']
2654
- VTabs: typeof import('vuetify/components')['VTabs']
2655
- VTabsWindow: typeof import('vuetify/components')['VTabsWindow']
2656
- VTabsWindowItem: typeof import('vuetify/components')['VTabsWindowItem']
2659
+ VTooltip: typeof import('vuetify/components')['VTooltip']
2657
2660
  VTimeline: typeof import('vuetify/components')['VTimeline']
2658
2661
  VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
2662
+ VWindow: typeof import('vuetify/components')['VWindow']
2663
+ VWindowItem: typeof import('vuetify/components')['VWindowItem']
2659
2664
  VToolbar: typeof import('vuetify/components')['VToolbar']
2660
2665
  VToolbarTitle: typeof import('vuetify/components')['VToolbarTitle']
2661
2666
  VToolbarItems: typeof import('vuetify/components')['VToolbarItems']
2662
- VTooltip: typeof import('vuetify/components')['VTooltip']
2663
- VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
2664
2667
  VTextarea: typeof import('vuetify/components')['VTextarea']
2665
- VWindow: typeof import('vuetify/components')['VWindow']
2666
- VWindowItem: typeof import('vuetify/components')['VWindowItem']
2667
- VTextField: typeof import('vuetify/components')['VTextField']
2668
- VIcon: typeof import('vuetify/components')['VIcon']
2669
- VComponentIcon: typeof import('vuetify/components')['VComponentIcon']
2670
- VSvgIcon: typeof import('vuetify/components')['VSvgIcon']
2671
- VLigatureIcon: typeof import('vuetify/components')['VLigatureIcon']
2672
- VClassIcon: typeof import('vuetify/components')['VClassIcon']
2673
- VConfirmEdit: typeof import('vuetify/components')['VConfirmEdit']
2668
+ VTab: typeof import('vuetify/components')['VTab']
2669
+ VTabs: typeof import('vuetify/components')['VTabs']
2670
+ VTabsWindow: typeof import('vuetify/components')['VTabsWindow']
2671
+ VTabsWindowItem: typeof import('vuetify/components')['VTabsWindowItem']
2674
2672
  VDataIterator: typeof import('vuetify/components')['VDataIterator']
2675
2673
  VDefaultsProvider: typeof import('vuetify/components')['VDefaultsProvider']
2676
- VForm: typeof import('vuetify/components')['VForm']
2677
- VHover: typeof import('vuetify/components')['VHover']
2678
2674
  VContainer: typeof import('vuetify/components')['VContainer']
2679
2675
  VCol: typeof import('vuetify/components')['VCol']
2680
2676
  VRow: typeof import('vuetify/components')['VRow']
2681
2677
  VSpacer: typeof import('vuetify/components')['VSpacer']
2678
+ VHover: typeof import('vuetify/components')['VHover']
2679
+ VForm: typeof import('vuetify/components')['VForm']
2682
2680
  VLayout: typeof import('vuetify/components')['VLayout']
2683
2681
  VLayoutItem: typeof import('vuetify/components')['VLayoutItem']
2684
- VLazy: typeof import('vuetify/components')['VLazy']
2685
- VLocaleProvider: typeof import('vuetify/components')['VLocaleProvider']
2686
2682
  VNoSsr: typeof import('vuetify/components')['VNoSsr']
2683
+ VLazy: typeof import('vuetify/components')['VLazy']
2687
2684
  VRadio: typeof import('vuetify/components')['VRadio']
2688
2685
  VParallax: typeof import('vuetify/components')['VParallax']
2689
2686
  VRangeSlider: typeof import('vuetify/components')['VRangeSlider']
2690
2687
  VResponsive: typeof import('vuetify/components')['VResponsive']
2691
- VSparkline: typeof import('vuetify/components')['VSparkline']
2692
2688
  VSpeedDial: typeof import('vuetify/components')['VSpeedDial']
2689
+ VSnackbarQueue: typeof import('vuetify/components')['VSnackbarQueue']
2690
+ VSparkline: typeof import('vuetify/components')['VSparkline']
2691
+ VThemeProvider: typeof import('vuetify/components')['VThemeProvider']
2692
+ VValidation: typeof import('vuetify/components')['VValidation']
2693
2693
  VFabTransition: typeof import('vuetify/components')['VFabTransition']
2694
2694
  VDialogBottomTransition: typeof import('vuetify/components')['VDialogBottomTransition']
2695
2695
  VDialogTopTransition: typeof import('vuetify/components')['VDialogTopTransition']
@@ -2706,10 +2706,11 @@ declare module 'vue' {
2706
2706
  VExpandTransition: typeof import('vuetify/components')['VExpandTransition']
2707
2707
  VExpandXTransition: typeof import('vuetify/components')['VExpandXTransition']
2708
2708
  VDialogTransition: typeof import('vuetify/components')['VDialogTransition']
2709
- VValidation: typeof import('vuetify/components')['VValidation']
2710
- VSnackbarQueue: typeof import('vuetify/components')['VSnackbarQueue']
2711
2709
  VVirtualScroll: typeof import('vuetify/components')['VVirtualScroll']
2712
- VThemeProvider: typeof import('vuetify/components')['VThemeProvider']
2710
+ VLocaleProvider: typeof import('vuetify/components')['VLocaleProvider']
2711
+ VConfirmEdit: typeof import('vuetify/components')['VConfirmEdit']
2712
+ VRating: typeof import('vuetify/components')['VRating']
2713
+ VColorInput: typeof import('vuetify/labs/components')['VColorInput']
2713
2714
  VFileUpload: typeof import('vuetify/labs/components')['VFileUpload']
2714
2715
  VFileUploadItem: typeof import('vuetify/labs/components')['VFileUploadItem']
2715
2716
  VCalendar: typeof import('vuetify/labs/components')['VCalendar']
@@ -2718,20 +2719,19 @@ declare module 'vue' {
2718
2719
  VCalendarInterval: typeof import('vuetify/labs/components')['VCalendarInterval']
2719
2720
  VCalendarIntervalEvent: typeof import('vuetify/labs/components')['VCalendarIntervalEvent']
2720
2721
  VCalendarMonthDay: typeof import('vuetify/labs/components')['VCalendarMonthDay']
2721
- VTimePicker: typeof import('vuetify/labs/components')['VTimePicker']
2722
- VTimePickerClock: typeof import('vuetify/labs/components')['VTimePickerClock']
2723
- VTimePickerControls: typeof import('vuetify/labs/components')['VTimePickerControls']
2724
- VColorInput: typeof import('vuetify/labs/components')['VColorInput']
2725
- VIconBtn: typeof import('vuetify/labs/components')['VIconBtn']
2722
+ VPicker: typeof import('vuetify/labs/components')['VPicker']
2723
+ VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
2726
2724
  VStepperVertical: typeof import('vuetify/labs/components')['VStepperVertical']
2727
2725
  VStepperVerticalItem: typeof import('vuetify/labs/components')['VStepperVerticalItem']
2728
2726
  VStepperVerticalActions: typeof import('vuetify/labs/components')['VStepperVerticalActions']
2729
- VPicker: typeof import('vuetify/labs/components')['VPicker']
2730
- VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
2727
+ VTimePicker: typeof import('vuetify/labs/components')['VTimePicker']
2728
+ VTimePickerClock: typeof import('vuetify/labs/components')['VTimePickerClock']
2729
+ VTimePickerControls: typeof import('vuetify/labs/components')['VTimePickerControls']
2731
2730
  VTreeview: typeof import('vuetify/labs/components')['VTreeview']
2732
2731
  VTreeviewItem: typeof import('vuetify/labs/components')['VTreeviewItem']
2733
2732
  VTreeviewGroup: typeof import('vuetify/labs/components')['VTreeviewGroup']
2734
- VDateInput: typeof import('vuetify/labs/components')['VDateInput']
2733
+ VIconBtn: typeof import('vuetify/labs/components')['VIconBtn']
2735
2734
  VPullToRefresh: typeof import('vuetify/labs/components')['VPullToRefresh']
2735
+ VDateInput: typeof import('vuetify/labs/components')['VDateInput']
2736
2736
  }
2737
2737
  }
package/lib/framework.js CHANGED
@@ -109,7 +109,7 @@ export function createVuetify() {
109
109
  };
110
110
  });
111
111
  }
112
- export const version = "3.8.5-dev.2025-05-18";
112
+ export const version = "3.8.5-dev.2025-05-20";
113
113
  createVuetify.version = version;
114
114
 
115
115
  // Vue's inject() can only be used in setup
@@ -322,8 +322,8 @@ export declare const VFileUpload: {
322
322
  rounded?: string | number | boolean | undefined;
323
323
  closeDelay?: string | number | undefined;
324
324
  openDelay?: string | number | undefined;
325
- subtitle?: string | undefined;
326
325
  thickness?: string | number | undefined;
326
+ subtitle?: string | undefined;
327
327
  } & {
328
328
  $children?: import("vue").VNodeChild | (() => import("vue").VNodeChild) | {
329
329
  browse?: ((arg: {
@@ -468,8 +468,8 @@ export declare const VFileUpload: {
468
468
  rounded?: string | number | boolean | undefined;
469
469
  closeDelay?: string | number | undefined;
470
470
  openDelay?: string | number | undefined;
471
- subtitle?: string | undefined;
472
471
  thickness?: string | number | undefined;
472
+ subtitle?: string | undefined;
473
473
  } & {
474
474
  $children?: import("vue").VNodeChild | (() => import("vue").VNodeChild) | {
475
475
  browse?: ((arg: {
@@ -590,8 +590,8 @@ export declare const VFileUpload: {
590
590
  rounded?: string | number | boolean | undefined;
591
591
  closeDelay?: string | number | undefined;
592
592
  openDelay?: string | number | undefined;
593
- subtitle?: string | undefined;
594
593
  thickness?: string | number | undefined;
594
+ subtitle?: string | undefined;
595
595
  } & {
596
596
  $children?: import("vue").VNodeChild | (() => import("vue").VNodeChild) | {
597
597
  browse?: ((arg: {
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.5-dev.2025-05-18",
4
+ "version": "3.8.5-dev.2025-05-20",
5
5
  "author": {
6
6
  "name": "John Leider",
7
7
  "email": "john@vuetifyjs.com"