@vuetify/nightly 3.8.7-dev.2025-05-27 → 3.8.7-dev.2025-06-03

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 (91) hide show
  1. package/CHANGELOG.md +12 -3
  2. package/dist/json/attributes.json +3213 -3189
  3. package/dist/json/importMap-labs.json +20 -20
  4. package/dist/json/importMap.json +176 -176
  5. package/dist/json/tags.json +6 -0
  6. package/dist/json/web-types.json +5962 -5902
  7. package/dist/vuetify-labs.cjs +52 -19
  8. package/dist/vuetify-labs.css +5727 -5721
  9. package/dist/vuetify-labs.d.ts +677 -402
  10. package/dist/vuetify-labs.esm.js +52 -19
  11. package/dist/vuetify-labs.esm.js.map +1 -1
  12. package/dist/vuetify-labs.js +52 -19
  13. package/dist/vuetify-labs.min.css +2 -2
  14. package/dist/vuetify.cjs +52 -19
  15. package/dist/vuetify.cjs.map +1 -1
  16. package/dist/vuetify.css +4233 -4227
  17. package/dist/vuetify.d.ts +621 -378
  18. package/dist/vuetify.esm.js +52 -19
  19. package/dist/vuetify.esm.js.map +1 -1
  20. package/dist/vuetify.js +52 -19
  21. package/dist/vuetify.js.map +1 -1
  22. package/dist/vuetify.min.css +2 -2
  23. package/dist/vuetify.min.js +29 -24
  24. package/dist/vuetify.min.js.map +1 -1
  25. package/lib/components/VAppBar/VAppBar.d.ts +15 -3
  26. package/lib/components/VAppBar/VAppBarNavIcon.d.ts +20 -10
  27. package/lib/components/VAutocomplete/VAutocomplete.d.ts +21 -7
  28. package/lib/components/VAutocomplete/VAutocomplete.js +2 -1
  29. package/lib/components/VAutocomplete/VAutocomplete.js.map +1 -1
  30. package/lib/components/VBtn/VBtn.d.ts +20 -10
  31. package/lib/components/VCard/VCard.d.ts +20 -10
  32. package/lib/components/VCheckbox/VCheckbox.d.ts +20 -10
  33. package/lib/components/VCheckbox/VCheckboxBtn.d.ts +20 -10
  34. package/lib/components/VChip/VChip.d.ts +20 -10
  35. package/lib/components/VCombobox/VCombobox.d.ts +21 -7
  36. package/lib/components/VCombobox/VCombobox.js +2 -1
  37. package/lib/components/VCombobox/VCombobox.js.map +1 -1
  38. package/lib/components/VDataTable/VDataTable.d.ts +42 -0
  39. package/lib/components/VDataTable/VDataTableServer.d.ts +29 -0
  40. package/lib/components/VDataTable/VDataTableVirtual.d.ts +29 -0
  41. package/lib/components/VExpansionPanel/VExpansionPanel.d.ts +20 -10
  42. package/lib/components/VExpansionPanel/VExpansionPanelTitle.d.ts +20 -10
  43. package/lib/components/VExpansionPanel/VExpansionPanels.d.ts +20 -10
  44. package/lib/components/VFab/VFab.d.ts +20 -10
  45. package/lib/components/VList/VList.d.ts +13 -0
  46. package/lib/components/VList/VList.js +4 -1
  47. package/lib/components/VList/VList.js.map +1 -1
  48. package/lib/components/VList/VListItem.d.ts +23 -10
  49. package/lib/components/VList/VListItem.js +7 -3
  50. package/lib/components/VList/VListItem.js.map +1 -1
  51. package/lib/components/VList/list.d.ts +9 -2
  52. package/lib/components/VList/list.js +7 -0
  53. package/lib/components/VList/list.js.map +1 -1
  54. package/lib/components/VRadio/VRadio.d.ts +20 -10
  55. package/lib/components/VRadioGroup/VRadioGroup.d.ts +20 -10
  56. package/lib/components/VSelect/VSelect.d.ts +33 -11
  57. package/lib/components/VSelectionControl/VSelectionControl.d.ts +20 -10
  58. package/lib/components/VSelectionControlGroup/VSelectionControlGroup.d.ts +28 -14
  59. package/lib/components/VSlider/VSliderThumb.d.ts +20 -10
  60. package/lib/components/VStepper/VStepperItem.d.ts +28 -14
  61. package/lib/components/VSwitch/VSwitch.d.ts +20 -10
  62. package/lib/components/VTable/VTable.css +6 -0
  63. package/lib/components/VTable/VTable.d.ts +55 -24
  64. package/lib/components/VTable/VTable.js +9 -2
  65. package/lib/components/VTable/VTable.js.map +1 -1
  66. package/lib/components/VTable/VTable.sass +14 -0
  67. package/lib/components/VTable/_variables.scss +1 -0
  68. package/lib/components/VTabs/VTab.d.ts +56 -28
  69. package/lib/components/VToolbar/VToolbar.d.ts +15 -3
  70. package/lib/components/VToolbar/VToolbar.js +6 -3
  71. package/lib/components/VToolbar/VToolbar.js.map +1 -1
  72. package/lib/composables/date/DateAdapter.d.ts +2 -2
  73. package/lib/composables/date/DateAdapter.js.map +1 -1
  74. package/lib/composables/date/adapters/string.d.ts +54 -0
  75. package/lib/composables/date/adapters/string.js +153 -0
  76. package/lib/composables/date/adapters/string.js.map +1 -0
  77. package/lib/composables/date/date.d.ts +2 -2
  78. package/lib/directives/ripple/index.d.ts +2 -1
  79. package/lib/directives/ripple/index.js +12 -7
  80. package/lib/directives/ripple/index.js.map +1 -1
  81. package/lib/entry-bundler.d.ts +2 -2
  82. package/lib/entry-bundler.js +1 -1
  83. package/lib/framework.d.ts +75 -65
  84. package/lib/framework.js +1 -1
  85. package/lib/labs/VFileUpload/VFileUploadItem.d.ts +20 -10
  86. package/lib/labs/VStepperVertical/VStepperVertical.d.ts +20 -10
  87. package/lib/labs/VStepperVertical/VStepperVerticalItem.d.ts +20 -10
  88. package/lib/labs/VTreeview/VTreeview.d.ts +13 -0
  89. package/lib/labs/VTreeview/VTreeviewItem.d.ts +20 -10
  90. package/lib/labs/entry-bundler.d.ts +2 -2
  91. package/package.json +1 -1
@@ -67,10 +67,10 @@ interface DateAdapter<T = unknown> {
67
67
  startOfYear(date: T): T;
68
68
  endOfYear(date: T): T;
69
69
  isAfter(date: T, comparing: T): boolean;
70
- isAfterDay(value: T, comparing: T): boolean;
70
+ isAfterDay(date: T, comparing: T): boolean;
71
71
  isSameDay(date: T, comparing: T): boolean;
72
72
  isSameMonth(date: T, comparing: T): boolean;
73
- isSameYear(value: T, comparing: T): boolean;
73
+ isSameYear(date: T, comparing: T): boolean;
74
74
  isBefore(date: T, comparing: T): boolean;
75
75
  isEqual(date: T, comparing: T): boolean;
76
76
  isValid(date: any): boolean;
@@ -2468,10 +2468,10 @@ declare function createVuetify(vuetify?: VuetifyOptions): {
2468
2468
  startOfYear: (date: unknown) => unknown;
2469
2469
  endOfYear: (date: unknown) => unknown;
2470
2470
  isAfter: (date: unknown, comparing: unknown) => boolean;
2471
- isAfterDay: (value: unknown, comparing: unknown) => boolean;
2471
+ isAfterDay: (date: unknown, comparing: unknown) => boolean;
2472
2472
  isSameDay: (date: unknown, comparing: unknown) => boolean;
2473
2473
  isSameMonth: (date: unknown, comparing: unknown) => boolean;
2474
- isSameYear: (value: unknown, comparing: unknown) => boolean;
2474
+ isSameYear: (date: unknown, comparing: unknown) => boolean;
2475
2475
  isBefore: (date: unknown, comparing: unknown) => boolean;
2476
2476
  isEqual: (date: unknown, comparing: unknown) => boolean;
2477
2477
  isValid: (date: any) => boolean;
@@ -2545,34 +2545,38 @@ declare module 'vue' {
2545
2545
  }
2546
2546
  export interface GlobalComponents {
2547
2547
  VApp: typeof import('vuetify/components')['VApp']
2548
+ VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
2548
2549
  VAppBar: typeof import('vuetify/components')['VAppBar']
2549
2550
  VAppBarNavIcon: typeof import('vuetify/components')['VAppBarNavIcon']
2550
2551
  VAppBarTitle: typeof import('vuetify/components')['VAppBarTitle']
2552
+ VBadge: typeof import('vuetify/components')['VBadge']
2551
2553
  VAlert: typeof import('vuetify/components')['VAlert']
2552
2554
  VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
2553
- VBadge: typeof import('vuetify/components')['VBadge']
2554
- VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
2555
+ VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
2556
+ VAvatar: typeof import('vuetify/components')['VAvatar']
2557
+ VBtn: typeof import('vuetify/components')['VBtn']
2555
2558
  VBanner: typeof import('vuetify/components')['VBanner']
2556
2559
  VBannerActions: typeof import('vuetify/components')['VBannerActions']
2557
2560
  VBannerText: typeof import('vuetify/components')['VBannerText']
2558
- VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
2559
- VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
2560
- VBtn: typeof import('vuetify/components')['VBtn']
2561
2561
  VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
2562
- VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
2563
- VAvatar: typeof import('vuetify/components')['VAvatar']
2562
+ VCheckbox: typeof import('vuetify/components')['VCheckbox']
2563
+ VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
2564
2564
  VCard: typeof import('vuetify/components')['VCard']
2565
2565
  VCardActions: typeof import('vuetify/components')['VCardActions']
2566
2566
  VCardItem: typeof import('vuetify/components')['VCardItem']
2567
2567
  VCardSubtitle: typeof import('vuetify/components')['VCardSubtitle']
2568
2568
  VCardText: typeof import('vuetify/components')['VCardText']
2569
2569
  VCardTitle: typeof import('vuetify/components')['VCardTitle']
2570
- VCheckbox: typeof import('vuetify/components')['VCheckbox']
2571
- VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
2570
+ VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
2571
+ VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
2572
+ VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
2573
+ VChipGroup: typeof import('vuetify/components')['VChipGroup']
2572
2574
  VCarousel: typeof import('vuetify/components')['VCarousel']
2573
2575
  VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
2576
+ VChip: typeof import('vuetify/components')['VChip']
2577
+ VCode: typeof import('vuetify/components')['VCode']
2574
2578
  VColorPicker: typeof import('vuetify/components')['VColorPicker']
2575
- VChipGroup: typeof import('vuetify/components')['VChipGroup']
2579
+ VCombobox: typeof import('vuetify/components')['VCombobox']
2576
2580
  VDataTable: typeof import('vuetify/components')['VDataTable']
2577
2581
  VDataTableHeaders: typeof import('vuetify/components')['VDataTableHeaders']
2578
2582
  VDataTableFooter: typeof import('vuetify/components')['VDataTableFooter']
@@ -2580,43 +2584,39 @@ declare module 'vue' {
2580
2584
  VDataTableRow: typeof import('vuetify/components')['VDataTableRow']
2581
2585
  VDataTableVirtual: typeof import('vuetify/components')['VDataTableVirtual']
2582
2586
  VDataTableServer: typeof import('vuetify/components')['VDataTableServer']
2583
- VCode: typeof import('vuetify/components')['VCode']
2584
- VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
2585
- VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
2586
- VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
2587
2587
  VCounter: typeof import('vuetify/components')['VCounter']
2588
- VCombobox: typeof import('vuetify/components')['VCombobox']
2589
- VDialog: typeof import('vuetify/components')['VDialog']
2590
2588
  VDatePicker: typeof import('vuetify/components')['VDatePicker']
2591
2589
  VDatePickerControls: typeof import('vuetify/components')['VDatePickerControls']
2592
2590
  VDatePickerHeader: typeof import('vuetify/components')['VDatePickerHeader']
2593
2591
  VDatePickerMonth: typeof import('vuetify/components')['VDatePickerMonth']
2594
2592
  VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
2595
2593
  VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
2596
- VEmptyState: typeof import('vuetify/components')['VEmptyState']
2594
+ VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
2597
2595
  VDivider: typeof import('vuetify/components')['VDivider']
2596
+ VDialog: typeof import('vuetify/components')['VDialog']
2597
+ VEmptyState: typeof import('vuetify/components')['VEmptyState']
2598
+ VField: typeof import('vuetify/components')['VField']
2599
+ VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
2598
2600
  VExpansionPanels: typeof import('vuetify/components')['VExpansionPanels']
2599
2601
  VExpansionPanel: typeof import('vuetify/components')['VExpansionPanel']
2600
2602
  VExpansionPanelText: typeof import('vuetify/components')['VExpansionPanelText']
2601
2603
  VExpansionPanelTitle: typeof import('vuetify/components')['VExpansionPanelTitle']
2602
- VFileInput: typeof import('vuetify/components')['VFileInput']
2604
+ VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
2603
2605
  VFab: typeof import('vuetify/components')['VFab']
2606
+ VFileInput: typeof import('vuetify/components')['VFileInput']
2604
2607
  VFooter: typeof import('vuetify/components')['VFooter']
2605
- VField: typeof import('vuetify/components')['VField']
2606
- VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
2607
- VChip: typeof import('vuetify/components')['VChip']
2608
+ VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
2609
+ VImg: typeof import('vuetify/components')['VImg']
2608
2610
  VIcon: typeof import('vuetify/components')['VIcon']
2609
2611
  VComponentIcon: typeof import('vuetify/components')['VComponentIcon']
2610
2612
  VSvgIcon: typeof import('vuetify/components')['VSvgIcon']
2611
2613
  VLigatureIcon: typeof import('vuetify/components')['VLigatureIcon']
2612
2614
  VClassIcon: typeof import('vuetify/components')['VClassIcon']
2613
- VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
2615
+ VKbd: typeof import('vuetify/components')['VKbd']
2616
+ VMain: typeof import('vuetify/components')['VMain']
2617
+ VInput: typeof import('vuetify/components')['VInput']
2614
2618
  VItemGroup: typeof import('vuetify/components')['VItemGroup']
2615
2619
  VItem: typeof import('vuetify/components')['VItem']
2616
- VInput: typeof import('vuetify/components')['VInput']
2617
- VImg: typeof import('vuetify/components')['VImg']
2618
- VKbd: typeof import('vuetify/components')['VKbd']
2619
- VLabel: typeof import('vuetify/components')['VLabel']
2620
2620
  VList: typeof import('vuetify/components')['VList']
2621
2621
  VListGroup: typeof import('vuetify/components')['VListGroup']
2622
2622
  VListImg: typeof import('vuetify/components')['VListImg']
@@ -2626,73 +2626,69 @@ declare module 'vue' {
2626
2626
  VListItemSubtitle: typeof import('vuetify/components')['VListItemSubtitle']
2627
2627
  VListItemTitle: typeof import('vuetify/components')['VListItemTitle']
2628
2628
  VListSubheader: typeof import('vuetify/components')['VListSubheader']
2629
- VMain: typeof import('vuetify/components')['VMain']
2630
- VMenu: typeof import('vuetify/components')['VMenu']
2629
+ VLabel: typeof import('vuetify/components')['VLabel']
2631
2630
  VMessages: typeof import('vuetify/components')['VMessages']
2632
- VOverlay: typeof import('vuetify/components')['VOverlay']
2631
+ VMenu: typeof import('vuetify/components')['VMenu']
2632
+ VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
2633
2633
  VNumberInput: typeof import('vuetify/components')['VNumberInput']
2634
- VPagination: typeof import('vuetify/components')['VPagination']
2634
+ VOverlay: typeof import('vuetify/components')['VOverlay']
2635
2635
  VOtpInput: typeof import('vuetify/components')['VOtpInput']
2636
- VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
2637
- VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
2638
2636
  VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
2637
+ VPagination: typeof import('vuetify/components')['VPagination']
2638
+ VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
2639
+ VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
2639
2640
  VRating: typeof import('vuetify/components')['VRating']
2640
- VSelect: typeof import('vuetify/components')['VSelect']
2641
2641
  VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
2642
- VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
2643
- VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
2644
2642
  VSheet: typeof import('vuetify/components')['VSheet']
2645
- VSlider: typeof import('vuetify/components')['VSlider']
2646
2643
  VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
2647
2644
  VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
2648
- VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
2649
2645
  VSnackbar: typeof import('vuetify/components')['VSnackbar']
2646
+ VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
2647
+ VSwitch: typeof import('vuetify/components')['VSwitch']
2648
+ VSelect: typeof import('vuetify/components')['VSelect']
2650
2649
  VStepper: typeof import('vuetify/components')['VStepper']
2651
2650
  VStepperActions: typeof import('vuetify/components')['VStepperActions']
2652
2651
  VStepperHeader: typeof import('vuetify/components')['VStepperHeader']
2653
2652
  VStepperItem: typeof import('vuetify/components')['VStepperItem']
2654
2653
  VStepperWindow: typeof import('vuetify/components')['VStepperWindow']
2655
2654
  VStepperWindowItem: typeof import('vuetify/components')['VStepperWindowItem']
2656
- VSwitch: typeof import('vuetify/components')['VSwitch']
2655
+ VSlider: typeof import('vuetify/components')['VSlider']
2656
+ VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
2657
+ VTable: typeof import('vuetify/components')['VTable']
2657
2658
  VSystemBar: typeof import('vuetify/components')['VSystemBar']
2658
- VTab: typeof import('vuetify/components')['VTab']
2659
- VTabs: typeof import('vuetify/components')['VTabs']
2660
- VTabsWindow: typeof import('vuetify/components')['VTabsWindow']
2661
- VTabsWindowItem: typeof import('vuetify/components')['VTabsWindowItem']
2662
2659
  VTextarea: typeof import('vuetify/components')['VTextarea']
2663
- VTable: typeof import('vuetify/components')['VTable']
2664
- VTimeline: typeof import('vuetify/components')['VTimeline']
2665
- VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
2666
- VTextField: typeof import('vuetify/components')['VTextField']
2667
2660
  VToolbar: typeof import('vuetify/components')['VToolbar']
2668
2661
  VToolbarTitle: typeof import('vuetify/components')['VToolbarTitle']
2669
2662
  VToolbarItems: typeof import('vuetify/components')['VToolbarItems']
2670
2663
  VTooltip: typeof import('vuetify/components')['VTooltip']
2664
+ VTextField: typeof import('vuetify/components')['VTextField']
2665
+ VTimeline: typeof import('vuetify/components')['VTimeline']
2666
+ VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
2671
2667
  VWindow: typeof import('vuetify/components')['VWindow']
2672
2668
  VWindowItem: typeof import('vuetify/components')['VWindowItem']
2673
2669
  VDataIterator: typeof import('vuetify/components')['VDataIterator']
2674
- VConfirmEdit: typeof import('vuetify/components')['VConfirmEdit']
2675
2670
  VDefaultsProvider: typeof import('vuetify/components')['VDefaultsProvider']
2676
- VForm: typeof import('vuetify/components')['VForm']
2677
- VHover: typeof import('vuetify/components')['VHover']
2678
- VLayout: typeof import('vuetify/components')['VLayout']
2679
- VLayoutItem: typeof import('vuetify/components')['VLayoutItem']
2680
- VLazy: typeof import('vuetify/components')['VLazy']
2681
2671
  VContainer: typeof import('vuetify/components')['VContainer']
2682
2672
  VCol: typeof import('vuetify/components')['VCol']
2683
2673
  VRow: typeof import('vuetify/components')['VRow']
2684
2674
  VSpacer: typeof import('vuetify/components')['VSpacer']
2675
+ VForm: typeof import('vuetify/components')['VForm']
2676
+ VHover: typeof import('vuetify/components')['VHover']
2677
+ VConfirmEdit: typeof import('vuetify/components')['VConfirmEdit']
2678
+ VLayout: typeof import('vuetify/components')['VLayout']
2679
+ VLayoutItem: typeof import('vuetify/components')['VLayoutItem']
2685
2680
  VLocaleProvider: typeof import('vuetify/components')['VLocaleProvider']
2686
- VNoSsr: typeof import('vuetify/components')['VNoSsr']
2681
+ VLazy: typeof import('vuetify/components')['VLazy']
2687
2682
  VParallax: typeof import('vuetify/components')['VParallax']
2688
2683
  VRadio: typeof import('vuetify/components')['VRadio']
2689
2684
  VRangeSlider: typeof import('vuetify/components')['VRangeSlider']
2690
2685
  VResponsive: typeof import('vuetify/components')['VResponsive']
2691
- VSparkline: typeof import('vuetify/components')['VSparkline']
2692
- VSnackbarQueue: typeof import('vuetify/components')['VSnackbarQueue']
2686
+ VNoSsr: typeof import('vuetify/components')['VNoSsr']
2693
2687
  VSpeedDial: typeof import('vuetify/components')['VSpeedDial']
2688
+ VSparkline: typeof import('vuetify/components')['VSparkline']
2694
2689
  VThemeProvider: typeof import('vuetify/components')['VThemeProvider']
2695
2690
  VValidation: typeof import('vuetify/components')['VValidation']
2691
+ VSnackbarQueue: typeof import('vuetify/components')['VSnackbarQueue']
2696
2692
  VVirtualScroll: typeof import('vuetify/components')['VVirtualScroll']
2697
2693
  VFabTransition: typeof import('vuetify/components')['VFabTransition']
2698
2694
  VDialogBottomTransition: typeof import('vuetify/components')['VDialogBottomTransition']
@@ -2710,28 +2706,42 @@ declare module 'vue' {
2710
2706
  VExpandTransition: typeof import('vuetify/components')['VExpandTransition']
2711
2707
  VExpandXTransition: typeof import('vuetify/components')['VExpandXTransition']
2712
2708
  VDialogTransition: typeof import('vuetify/components')['VDialogTransition']
2709
+ VTab: typeof import('vuetify/components')['VTab']
2710
+ VTabs: typeof import('vuetify/components')['VTabs']
2711
+ VTabsWindow: typeof import('vuetify/components')['VTabsWindow']
2712
+ VTabsWindowItem: typeof import('vuetify/components')['VTabsWindowItem']
2713
2713
  VCalendar: typeof import('vuetify/labs/components')['VCalendar']
2714
2714
  VCalendarDay: typeof import('vuetify/labs/components')['VCalendarDay']
2715
2715
  VCalendarHeader: typeof import('vuetify/labs/components')['VCalendarHeader']
2716
2716
  VCalendarInterval: typeof import('vuetify/labs/components')['VCalendarInterval']
2717
2717
  VCalendarIntervalEvent: typeof import('vuetify/labs/components')['VCalendarIntervalEvent']
2718
2718
  VCalendarMonthDay: typeof import('vuetify/labs/components')['VCalendarMonthDay']
2719
+ VIconBtn: typeof import('vuetify/labs/components')['VIconBtn']
2720
+ VStepperVertical: typeof import('vuetify/labs/components')['VStepperVertical']
2721
+ VStepperVerticalItem: typeof import('vuetify/labs/components')['VStepperVerticalItem']
2722
+ VStepperVerticalActions: typeof import('vuetify/labs/components')['VStepperVerticalActions']
2719
2723
  VFileUpload: typeof import('vuetify/labs/components')['VFileUpload']
2720
2724
  VFileUploadItem: typeof import('vuetify/labs/components')['VFileUploadItem']
2721
2725
  VPicker: typeof import('vuetify/labs/components')['VPicker']
2722
2726
  VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
2723
- VColorInput: typeof import('vuetify/labs/components')['VColorInput']
2724
- VIconBtn: typeof import('vuetify/labs/components')['VIconBtn']
2725
2727
  VTimePicker: typeof import('vuetify/labs/components')['VTimePicker']
2726
2728
  VTimePickerClock: typeof import('vuetify/labs/components')['VTimePickerClock']
2727
2729
  VTimePickerControls: typeof import('vuetify/labs/components')['VTimePickerControls']
2728
2730
  VTreeview: typeof import('vuetify/labs/components')['VTreeview']
2729
2731
  VTreeviewItem: typeof import('vuetify/labs/components')['VTreeviewItem']
2730
2732
  VTreeviewGroup: typeof import('vuetify/labs/components')['VTreeviewGroup']
2731
- VStepperVertical: typeof import('vuetify/labs/components')['VStepperVertical']
2732
- VStepperVerticalItem: typeof import('vuetify/labs/components')['VStepperVerticalItem']
2733
- VStepperVerticalActions: typeof import('vuetify/labs/components')['VStepperVerticalActions']
2734
- VDateInput: typeof import('vuetify/labs/components')['VDateInput']
2733
+ VColorInput: typeof import('vuetify/labs/components')['VColorInput']
2735
2734
  VPullToRefresh: typeof import('vuetify/labs/components')['VPullToRefresh']
2735
+ VDateInput: typeof import('vuetify/labs/components')['VDateInput']
2736
+ }
2737
+ export interface GlobalDirectives {
2738
+ vClickOutside: typeof import('vuetify/directives')['ClickOutside']
2739
+ vIntersect: typeof import('vuetify/directives')['Intersect']
2740
+ vMutate: typeof import('vuetify/directives')['Mutate']
2741
+ vResize: typeof import('vuetify/directives')['Resize']
2742
+ vRipple: typeof import('vuetify/directives')['Ripple']
2743
+ vScroll: typeof import('vuetify/directives')['Scroll']
2744
+ vTouch: typeof import('vuetify/directives')['Touch']
2745
+ vTooltip: typeof import('vuetify/directives')['Tooltip']
2736
2746
  }
2737
2747
  }
package/lib/framework.js CHANGED
@@ -109,7 +109,7 @@ export function createVuetify() {
109
109
  };
110
110
  });
111
111
  }
112
- export const version = "3.8.7-dev.2025-05-27";
112
+ export const version = "3.8.7-dev.2025-06-03";
113
113
  createVuetify.version = version;
114
114
 
115
115
  // Vue's inject() can only be used in setup
@@ -269,14 +269,18 @@ export declare const makeVFileUploadItemProps: <Defaults extends {
269
269
  default: boolean;
270
270
  }, "type" | "default"> & {
271
271
  type: PropType<unknown extends Defaults["ripple"] ? boolean | {
272
- class: string;
272
+ class?: string;
273
+ keys?: number[];
273
274
  } | undefined : boolean | {
274
- class: string;
275
+ class?: string;
276
+ keys?: number[];
275
277
  } | Defaults["ripple"] | undefined>;
276
278
  default: unknown extends Defaults["ripple"] ? boolean | {
277
- class: string;
279
+ class?: string;
280
+ keys?: number[];
278
281
  } | undefined : NonNullable<boolean | {
279
- class: string;
282
+ class?: string;
283
+ keys?: number[];
280
284
  } | undefined> | Defaults["ripple"];
281
285
  };
282
286
  slim: unknown extends Defaults["slim"] ? BooleanConstructor : {
@@ -361,7 +365,8 @@ export declare const VFileUploadItem: {
361
365
  tile: boolean;
362
366
  slim: boolean;
363
367
  ripple: boolean | {
364
- class: string;
368
+ class?: string;
369
+ keys?: number[];
365
370
  } | undefined;
366
371
  clearable: boolean;
367
372
  showSize: boolean;
@@ -454,7 +459,8 @@ export declare const VFileUploadItem: {
454
459
  tile: boolean;
455
460
  slim: boolean;
456
461
  ripple: boolean | {
457
- class: string;
462
+ class?: string;
463
+ keys?: number[];
458
464
  } | undefined;
459
465
  subtitle: string | number | boolean;
460
466
  clearable: boolean;
@@ -494,7 +500,8 @@ export declare const VFileUploadItem: {
494
500
  tile: boolean;
495
501
  slim: boolean;
496
502
  ripple: boolean | {
497
- class: string;
503
+ class?: string;
504
+ keys?: number[];
498
505
  } | undefined;
499
506
  clearable: boolean;
500
507
  showSize: boolean;
@@ -584,7 +591,8 @@ export declare const VFileUploadItem: {
584
591
  tile: boolean;
585
592
  slim: boolean;
586
593
  ripple: boolean | {
587
- class: string;
594
+ class?: string;
595
+ keys?: number[];
588
596
  } | undefined;
589
597
  subtitle: string | number | boolean;
590
598
  clearable: boolean;
@@ -610,7 +618,8 @@ export declare const VFileUploadItem: {
610
618
  tile: boolean;
611
619
  slim: boolean;
612
620
  ripple: boolean | {
613
- class: string;
621
+ class?: string;
622
+ keys?: number[];
614
623
  } | undefined;
615
624
  clearable: boolean;
616
625
  showSize: boolean;
@@ -703,7 +712,8 @@ export declare const VFileUploadItem: {
703
712
  tile: boolean;
704
713
  slim: boolean;
705
714
  ripple: boolean | {
706
- class: string;
715
+ class?: string;
716
+ keys?: number[];
707
717
  } | undefined;
708
718
  subtitle: string | number | boolean;
709
719
  clearable: boolean;
@@ -193,14 +193,18 @@ export declare const makeVStepperVerticalProps: <Defaults extends {
193
193
  default: boolean;
194
194
  }, "type" | "default"> & {
195
195
  type: import("vue").PropType<unknown extends Defaults["ripple"] ? boolean | {
196
- class: string;
196
+ class?: string;
197
+ keys?: number[];
197
198
  } | undefined : boolean | {
198
- class: string;
199
+ class?: string;
200
+ keys?: number[];
199
201
  } | Defaults["ripple"] | undefined>;
200
202
  default: unknown extends Defaults["ripple"] ? boolean | {
201
- class: string;
203
+ class?: string;
204
+ keys?: number[];
202
205
  } | undefined : NonNullable<boolean | {
203
- class: string;
206
+ class?: string;
207
+ keys?: number[];
204
208
  } | undefined> | Defaults["ripple"];
205
209
  };
206
210
  collapseIcon: unknown extends Defaults["collapseIcon"] ? {
@@ -333,7 +337,8 @@ export declare const VStepperVertical: {
333
337
  itemValue: string;
334
338
  tile: boolean;
335
339
  ripple: boolean | {
336
- class: string;
340
+ class?: string;
341
+ keys?: number[];
337
342
  } | undefined;
338
343
  collapseIcon: import("../../composables/icons.js").IconValue;
339
344
  expandIcon: import("../../composables/icons.js").IconValue;
@@ -376,7 +381,8 @@ export declare const VStepperVertical: {
376
381
  rounded: string | number | boolean;
377
382
  tile: boolean;
378
383
  ripple: boolean | {
379
- class: string;
384
+ class?: string;
385
+ keys?: number[];
380
386
  } | undefined;
381
387
  collapseIcon: import("../../composables/icons.js").IconValue;
382
388
  expandIcon: import("../../composables/icons.js").IconValue;
@@ -422,7 +428,8 @@ export declare const VStepperVertical: {
422
428
  itemValue: string;
423
429
  tile: boolean;
424
430
  ripple: boolean | {
425
- class: string;
431
+ class?: string;
432
+ keys?: number[];
426
433
  } | undefined;
427
434
  collapseIcon: import("../../composables/icons.js").IconValue;
428
435
  expandIcon: import("../../composables/icons.js").IconValue;
@@ -463,7 +470,8 @@ export declare const VStepperVertical: {
463
470
  rounded: string | number | boolean;
464
471
  tile: boolean;
465
472
  ripple: boolean | {
466
- class: string;
473
+ class?: string;
474
+ keys?: number[];
467
475
  } | undefined;
468
476
  collapseIcon: import("../../composables/icons.js").IconValue;
469
477
  expandIcon: import("../../composables/icons.js").IconValue;
@@ -494,7 +502,8 @@ export declare const VStepperVertical: {
494
502
  itemValue: string;
495
503
  tile: boolean;
496
504
  ripple: boolean | {
497
- class: string;
505
+ class?: string;
506
+ keys?: number[];
498
507
  } | undefined;
499
508
  collapseIcon: import("../../composables/icons.js").IconValue;
500
509
  expandIcon: import("../../composables/icons.js").IconValue;
@@ -537,7 +546,8 @@ export declare const VStepperVertical: {
537
546
  rounded: string | number | boolean;
538
547
  tile: boolean;
539
548
  ripple: boolean | {
540
- class: string;
549
+ class?: string;
550
+ keys?: number[];
541
551
  } | undefined;
542
552
  collapseIcon: import("../../composables/icons.js").IconValue;
543
553
  expandIcon: import("../../composables/icons.js").IconValue;
@@ -175,14 +175,18 @@ export declare const makeVStepperVerticalItemProps: <Defaults extends {
175
175
  default: boolean;
176
176
  }, "type" | "default"> & {
177
177
  type: import("vue").PropType<unknown extends Defaults["ripple"] ? boolean | {
178
- class: string;
178
+ class?: string;
179
+ keys?: number[];
179
180
  } | undefined : boolean | {
180
- class: string;
181
+ class?: string;
182
+ keys?: number[];
181
183
  } | Defaults["ripple"] | undefined>;
182
184
  default: unknown extends Defaults["ripple"] ? boolean | {
183
- class: string;
185
+ class?: string;
186
+ keys?: number[];
184
187
  } | undefined : NonNullable<boolean | {
185
- class: string;
188
+ class?: string;
189
+ keys?: number[];
186
190
  } | undefined> | Defaults["ripple"];
187
191
  };
188
192
  collapseIcon: unknown extends Defaults["collapseIcon"] ? Omit<{
@@ -296,7 +300,8 @@ export declare const VStepperVerticalItem: {
296
300
  rules: readonly import("../../components/VStepper/VStepperItem.js").ValidationRule[];
297
301
  tile: boolean;
298
302
  ripple: boolean | {
299
- class: string;
303
+ class?: string;
304
+ keys?: number[];
300
305
  } | undefined;
301
306
  collapseIcon: import("../../composables/icons.js").IconValue;
302
307
  expandIcon: import("../../composables/icons.js").IconValue;
@@ -375,7 +380,8 @@ export declare const VStepperVerticalItem: {
375
380
  rounded: string | number | boolean;
376
381
  tile: boolean;
377
382
  ripple: boolean | {
378
- class: string;
383
+ class?: string;
384
+ keys?: number[];
379
385
  } | undefined;
380
386
  collapseIcon: import("../../composables/icons.js").IconValue;
381
387
  expandIcon: import("../../composables/icons.js").IconValue;
@@ -413,7 +419,8 @@ export declare const VStepperVerticalItem: {
413
419
  rules: readonly import("../../components/VStepper/VStepperItem.js").ValidationRule[];
414
420
  tile: boolean;
415
421
  ripple: boolean | {
416
- class: string;
422
+ class?: string;
423
+ keys?: number[];
417
424
  } | undefined;
418
425
  collapseIcon: import("../../composables/icons.js").IconValue;
419
426
  expandIcon: import("../../composables/icons.js").IconValue;
@@ -488,7 +495,8 @@ export declare const VStepperVerticalItem: {
488
495
  rounded: string | number | boolean;
489
496
  tile: boolean;
490
497
  ripple: boolean | {
491
- class: string;
498
+ class?: string;
499
+ keys?: number[];
492
500
  } | undefined;
493
501
  collapseIcon: import("../../composables/icons.js").IconValue;
494
502
  expandIcon: import("../../composables/icons.js").IconValue;
@@ -514,7 +522,8 @@ export declare const VStepperVerticalItem: {
514
522
  rules: readonly import("../../components/VStepper/VStepperItem.js").ValidationRule[];
515
523
  tile: boolean;
516
524
  ripple: boolean | {
517
- class: string;
525
+ class?: string;
526
+ keys?: number[];
518
527
  } | undefined;
519
528
  collapseIcon: import("../../composables/icons.js").IconValue;
520
529
  expandIcon: import("../../composables/icons.js").IconValue;
@@ -593,7 +602,8 @@ export declare const VStepperVerticalItem: {
593
602
  rounded: string | number | boolean;
594
603
  tile: boolean;
595
604
  ripple: boolean | {
596
- class: string;
605
+ class?: string;
606
+ keys?: number[];
597
607
  } | undefined;
598
608
  collapseIcon: import("../../composables/icons.js").IconValue;
599
609
  expandIcon: import("../../composables/icons.js").IconValue;
@@ -36,6 +36,7 @@ export declare const makeVTreeviewProps: <Defaults extends {
36
36
  activeColor?: unknown;
37
37
  slim?: unknown;
38
38
  activeClass?: unknown;
39
+ filterable?: unknown;
39
40
  activatable?: unknown;
40
41
  selectable?: unknown;
41
42
  activeStrategy?: unknown;
@@ -281,6 +282,10 @@ export declare const makeVTreeviewProps: <Defaults extends {
281
282
  type: import("vue").PropType<unknown extends Defaults["activeClass"] ? string : string | Defaults["activeClass"]>;
282
283
  default: unknown extends Defaults["activeClass"] ? string : string | Defaults["activeClass"];
283
284
  };
285
+ filterable: unknown extends Defaults["filterable"] ? BooleanConstructor : {
286
+ type: import("vue").PropType<unknown extends Defaults["filterable"] ? boolean : boolean | Defaults["filterable"]>;
287
+ default: unknown extends Defaults["filterable"] ? boolean : boolean | Defaults["filterable"];
288
+ };
284
289
  activatable: unknown extends Defaults["activatable"] ? BooleanConstructor : {
285
290
  type: import("vue").PropType<unknown extends Defaults["activatable"] ? boolean : boolean | Defaults["activatable"]>;
286
291
  default: unknown extends Defaults["activatable"] ? boolean : boolean | Defaults["activatable"];
@@ -505,6 +510,7 @@ export declare const VTreeview: {
505
510
  tile: boolean;
506
511
  slim: boolean;
507
512
  indeterminateIcon: import("../../composables/icons.js").IconValue;
513
+ filterable: boolean;
508
514
  activatable: boolean;
509
515
  selectable: boolean;
510
516
  collapseIcon: import("../../composables/icons.js").IconValue;
@@ -606,6 +612,7 @@ export declare const VTreeview: {
606
612
  slim: boolean;
607
613
  openOnClick: boolean;
608
614
  indeterminateIcon: import("../../composables/icons.js").IconValue;
615
+ filterable: boolean;
609
616
  activatable: boolean;
610
617
  selectable: boolean;
611
618
  collapseIcon: import("../../composables/icons.js").IconValue;
@@ -667,6 +674,7 @@ export declare const VTreeview: {
667
674
  tile: boolean;
668
675
  slim: boolean;
669
676
  indeterminateIcon: import("../../composables/icons.js").IconValue;
677
+ filterable: boolean;
670
678
  activatable: boolean;
671
679
  selectable: boolean;
672
680
  collapseIcon: import("../../composables/icons.js").IconValue;
@@ -753,6 +761,7 @@ export declare const VTreeview: {
753
761
  slim: boolean;
754
762
  openOnClick: boolean;
755
763
  indeterminateIcon: import("../../composables/icons.js").IconValue;
764
+ filterable: boolean;
756
765
  activatable: boolean;
757
766
  selectable: boolean;
758
767
  collapseIcon: import("../../composables/icons.js").IconValue;
@@ -785,6 +794,7 @@ export declare const VTreeview: {
785
794
  tile: boolean;
786
795
  slim: boolean;
787
796
  indeterminateIcon: import("../../composables/icons.js").IconValue;
797
+ filterable: boolean;
788
798
  activatable: boolean;
789
799
  selectable: boolean;
790
800
  collapseIcon: import("../../composables/icons.js").IconValue;
@@ -886,6 +896,7 @@ export declare const VTreeview: {
886
896
  slim: boolean;
887
897
  openOnClick: boolean;
888
898
  indeterminateIcon: import("../../composables/icons.js").IconValue;
899
+ filterable: boolean;
889
900
  activatable: boolean;
890
901
  selectable: boolean;
891
902
  collapseIcon: import("../../composables/icons.js").IconValue;
@@ -1000,6 +1011,7 @@ export declare const VTreeview: {
1000
1011
  default: boolean;
1001
1012
  };
1002
1013
  activeClass: StringConstructor;
1014
+ filterable: BooleanConstructor;
1003
1015
  activatable: BooleanConstructor;
1004
1016
  selectable: BooleanConstructor;
1005
1017
  activeStrategy: import("vue").PropType<import("../../composables/nested/nested.js").ActiveStrategyProp>;
@@ -1140,6 +1152,7 @@ export declare const VTreeview: {
1140
1152
  default: boolean;
1141
1153
  };
1142
1154
  activeClass: StringConstructor;
1155
+ filterable: BooleanConstructor;
1143
1156
  activatable: BooleanConstructor;
1144
1157
  selectable: BooleanConstructor;
1145
1158
  activeStrategy: import("vue").PropType<import("../../composables/nested/nested.js").ActiveStrategyProp>;