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

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 (70) hide show
  1. package/CHANGELOG.md +8 -3
  2. package/dist/json/attributes.json +1893 -1885
  3. package/dist/json/importMap-labs.json +34 -34
  4. package/dist/json/importMap.json +140 -140
  5. package/dist/json/tags.json +2 -0
  6. package/dist/json/web-types.json +3286 -3266
  7. package/dist/vuetify-labs.cjs +36 -15
  8. package/dist/vuetify-labs.css +5222 -5222
  9. package/dist/vuetify-labs.d.ts +401 -213
  10. package/dist/vuetify-labs.esm.js +36 -15
  11. package/dist/vuetify-labs.esm.js.map +1 -1
  12. package/dist/vuetify-labs.js +36 -15
  13. package/dist/vuetify-labs.min.css +2 -2
  14. package/dist/vuetify.cjs +36 -15
  15. package/dist/vuetify.cjs.map +1 -1
  16. package/dist/vuetify.css +5419 -5419
  17. package/dist/vuetify.d.ts +345 -189
  18. package/dist/vuetify.esm.js +36 -15
  19. package/dist/vuetify.esm.js.map +1 -1
  20. package/dist/vuetify.js +36 -15
  21. package/dist/vuetify.js.map +1 -1
  22. package/dist/vuetify.min.css +2 -2
  23. package/dist/vuetify.min.js +24 -19
  24. package/dist/vuetify.min.js.map +1 -1
  25. package/lib/components/VAppBar/VAppBarNavIcon.d.ts +20 -10
  26. package/lib/components/VAutocomplete/VAutocomplete.d.ts +21 -7
  27. package/lib/components/VAutocomplete/VAutocomplete.js +2 -1
  28. package/lib/components/VAutocomplete/VAutocomplete.js.map +1 -1
  29. package/lib/components/VBtn/VBtn.d.ts +20 -10
  30. package/lib/components/VCard/VCard.d.ts +20 -10
  31. package/lib/components/VCheckbox/VCheckbox.d.ts +20 -10
  32. package/lib/components/VCheckbox/VCheckboxBtn.d.ts +20 -10
  33. package/lib/components/VChip/VChip.d.ts +20 -10
  34. package/lib/components/VCombobox/VCombobox.d.ts +21 -7
  35. package/lib/components/VCombobox/VCombobox.js +2 -1
  36. package/lib/components/VCombobox/VCombobox.js.map +1 -1
  37. package/lib/components/VExpansionPanel/VExpansionPanel.d.ts +20 -10
  38. package/lib/components/VExpansionPanel/VExpansionPanelTitle.d.ts +20 -10
  39. package/lib/components/VExpansionPanel/VExpansionPanels.d.ts +20 -10
  40. package/lib/components/VFab/VFab.d.ts +20 -10
  41. package/lib/components/VList/VList.d.ts +13 -0
  42. package/lib/components/VList/VList.js +4 -1
  43. package/lib/components/VList/VList.js.map +1 -1
  44. package/lib/components/VList/VListItem.d.ts +23 -10
  45. package/lib/components/VList/VListItem.js +7 -3
  46. package/lib/components/VList/VListItem.js.map +1 -1
  47. package/lib/components/VList/list.d.ts +9 -2
  48. package/lib/components/VList/list.js +7 -0
  49. package/lib/components/VList/list.js.map +1 -1
  50. package/lib/components/VRadio/VRadio.d.ts +20 -10
  51. package/lib/components/VRadioGroup/VRadioGroup.d.ts +20 -10
  52. package/lib/components/VSelect/VSelect.d.ts +33 -11
  53. package/lib/components/VSelectionControl/VSelectionControl.d.ts +20 -10
  54. package/lib/components/VSelectionControlGroup/VSelectionControlGroup.d.ts +28 -14
  55. package/lib/components/VSlider/VSliderThumb.d.ts +20 -10
  56. package/lib/components/VStepper/VStepperItem.d.ts +28 -14
  57. package/lib/components/VSwitch/VSwitch.d.ts +20 -10
  58. package/lib/components/VTabs/VTab.d.ts +56 -28
  59. package/lib/directives/ripple/index.d.ts +2 -1
  60. package/lib/directives/ripple/index.js +12 -7
  61. package/lib/directives/ripple/index.js.map +1 -1
  62. package/lib/entry-bundler.js +1 -1
  63. package/lib/framework.d.ts +53 -53
  64. package/lib/framework.js +1 -1
  65. package/lib/labs/VFileUpload/VFileUploadItem.d.ts +20 -10
  66. package/lib/labs/VStepperVertical/VStepperVertical.d.ts +20 -10
  67. package/lib/labs/VStepperVertical/VStepperVerticalItem.d.ts +20 -10
  68. package/lib/labs/VTreeview/VTreeview.d.ts +13 -0
  69. package/lib/labs/VTreeview/VTreeviewItem.d.ts +20 -10
  70. package/package.json +1 -1
@@ -2545,34 +2545,38 @@ declare module 'vue' {
2545
2545
  }
2546
2546
  export interface GlobalComponents {
2547
2547
  VApp: typeof import('vuetify/components')['VApp']
2548
- VAppBar: typeof import('vuetify/components')['VAppBar']
2549
- VAppBarNavIcon: typeof import('vuetify/components')['VAppBarNavIcon']
2550
- VAppBarTitle: typeof import('vuetify/components')['VAppBarTitle']
2548
+ VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
2549
+ VAvatar: typeof import('vuetify/components')['VAvatar']
2551
2550
  VAlert: typeof import('vuetify/components')['VAlert']
2552
2551
  VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
2553
2552
  VBadge: typeof import('vuetify/components')['VBadge']
2554
- VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
2555
2553
  VBanner: typeof import('vuetify/components')['VBanner']
2556
2554
  VBannerActions: typeof import('vuetify/components')['VBannerActions']
2557
2555
  VBannerText: typeof import('vuetify/components')['VBannerText']
2558
- VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
2559
2556
  VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
2560
- VBtn: typeof import('vuetify/components')['VBtn']
2557
+ VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
2561
2558
  VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
2559
+ VCarousel: typeof import('vuetify/components')['VCarousel']
2560
+ VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
2561
+ VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
2562
+ VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
2563
+ VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
2562
2564
  VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
2563
- VAvatar: typeof import('vuetify/components')['VAvatar']
2565
+ VBtn: typeof import('vuetify/components')['VBtn']
2566
+ VChip: typeof import('vuetify/components')['VChip']
2564
2567
  VCard: typeof import('vuetify/components')['VCard']
2565
2568
  VCardActions: typeof import('vuetify/components')['VCardActions']
2566
2569
  VCardItem: typeof import('vuetify/components')['VCardItem']
2567
2570
  VCardSubtitle: typeof import('vuetify/components')['VCardSubtitle']
2568
2571
  VCardText: typeof import('vuetify/components')['VCardText']
2569
2572
  VCardTitle: typeof import('vuetify/components')['VCardTitle']
2573
+ VCode: typeof import('vuetify/components')['VCode']
2570
2574
  VCheckbox: typeof import('vuetify/components')['VCheckbox']
2571
2575
  VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
2572
- VCarousel: typeof import('vuetify/components')['VCarousel']
2573
- VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
2574
2576
  VColorPicker: typeof import('vuetify/components')['VColorPicker']
2575
2577
  VChipGroup: typeof import('vuetify/components')['VChipGroup']
2578
+ VCombobox: typeof import('vuetify/components')['VCombobox']
2579
+ VCounter: typeof import('vuetify/components')['VCounter']
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,36 @@ 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
- VCounter: typeof import('vuetify/components')['VCounter']
2588
- VCombobox: typeof import('vuetify/components')['VCombobox']
2589
- VDialog: typeof import('vuetify/components')['VDialog']
2590
2587
  VDatePicker: typeof import('vuetify/components')['VDatePicker']
2591
2588
  VDatePickerControls: typeof import('vuetify/components')['VDatePickerControls']
2592
2589
  VDatePickerHeader: typeof import('vuetify/components')['VDatePickerHeader']
2593
2590
  VDatePickerMonth: typeof import('vuetify/components')['VDatePickerMonth']
2594
2591
  VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
2595
2592
  VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
2596
- VEmptyState: typeof import('vuetify/components')['VEmptyState']
2593
+ VDialog: typeof import('vuetify/components')['VDialog']
2597
2594
  VDivider: typeof import('vuetify/components')['VDivider']
2595
+ VField: typeof import('vuetify/components')['VField']
2596
+ VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
2597
+ VEmptyState: typeof import('vuetify/components')['VEmptyState']
2598
+ VFab: typeof import('vuetify/components')['VFab']
2598
2599
  VExpansionPanels: typeof import('vuetify/components')['VExpansionPanels']
2599
2600
  VExpansionPanel: typeof import('vuetify/components')['VExpansionPanel']
2600
2601
  VExpansionPanelText: typeof import('vuetify/components')['VExpansionPanelText']
2601
2602
  VExpansionPanelTitle: typeof import('vuetify/components')['VExpansionPanelTitle']
2602
2603
  VFileInput: typeof import('vuetify/components')['VFileInput']
2603
- VFab: typeof import('vuetify/components')['VFab']
2604
- 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
2604
  VIcon: typeof import('vuetify/components')['VIcon']
2609
2605
  VComponentIcon: typeof import('vuetify/components')['VComponentIcon']
2610
2606
  VSvgIcon: typeof import('vuetify/components')['VSvgIcon']
2611
2607
  VLigatureIcon: typeof import('vuetify/components')['VLigatureIcon']
2612
2608
  VClassIcon: typeof import('vuetify/components')['VClassIcon']
2609
+ VFooter: typeof import('vuetify/components')['VFooter']
2613
2610
  VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
2614
- VItemGroup: typeof import('vuetify/components')['VItemGroup']
2615
- VItem: typeof import('vuetify/components')['VItem']
2616
2611
  VInput: typeof import('vuetify/components')['VInput']
2617
2612
  VImg: typeof import('vuetify/components')['VImg']
2618
- VKbd: typeof import('vuetify/components')['VKbd']
2613
+ VItemGroup: typeof import('vuetify/components')['VItemGroup']
2614
+ VItem: typeof import('vuetify/components')['VItem']
2619
2615
  VLabel: typeof import('vuetify/components')['VLabel']
2616
+ VKbd: typeof import('vuetify/components')['VKbd']
2620
2617
  VList: typeof import('vuetify/components')['VList']
2621
2618
  VListGroup: typeof import('vuetify/components')['VListGroup']
2622
2619
  VListImg: typeof import('vuetify/components')['VListImg']
@@ -2626,62 +2623,64 @@ declare module 'vue' {
2626
2623
  VListItemSubtitle: typeof import('vuetify/components')['VListItemSubtitle']
2627
2624
  VListItemTitle: typeof import('vuetify/components')['VListItemTitle']
2628
2625
  VListSubheader: typeof import('vuetify/components')['VListSubheader']
2629
- VMain: typeof import('vuetify/components')['VMain']
2630
2626
  VMenu: typeof import('vuetify/components')['VMenu']
2631
2627
  VMessages: typeof import('vuetify/components')['VMessages']
2632
- VOverlay: typeof import('vuetify/components')['VOverlay']
2628
+ VMain: typeof import('vuetify/components')['VMain']
2633
2629
  VNumberInput: typeof import('vuetify/components')['VNumberInput']
2634
- VPagination: typeof import('vuetify/components')['VPagination']
2635
- VOtpInput: typeof import('vuetify/components')['VOtpInput']
2636
- VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
2637
2630
  VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
2631
+ VOtpInput: typeof import('vuetify/components')['VOtpInput']
2632
+ VPagination: typeof import('vuetify/components')['VPagination']
2633
+ VOverlay: typeof import('vuetify/components')['VOverlay']
2634
+ VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
2638
2635
  VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
2636
+ VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
2639
2637
  VRating: typeof import('vuetify/components')['VRating']
2640
2638
  VSelect: typeof import('vuetify/components')['VSelect']
2641
2639
  VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
2642
- VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
2640
+ VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
2643
2641
  VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
2644
2642
  VSheet: typeof import('vuetify/components')['VSheet']
2645
- VSlider: typeof import('vuetify/components')['VSlider']
2643
+ VSnackbar: typeof import('vuetify/components')['VSnackbar']
2646
2644
  VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
2647
2645
  VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
2648
- VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
2649
- VSnackbar: typeof import('vuetify/components')['VSnackbar']
2646
+ VSlider: typeof import('vuetify/components')['VSlider']
2647
+ VSwitch: typeof import('vuetify/components')['VSwitch']
2648
+ VSystemBar: typeof import('vuetify/components')['VSystemBar']
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']
2657
- VSystemBar: typeof import('vuetify/components')['VSystemBar']
2658
2655
  VTab: typeof import('vuetify/components')['VTab']
2659
2656
  VTabs: typeof import('vuetify/components')['VTabs']
2660
2657
  VTabsWindow: typeof import('vuetify/components')['VTabsWindow']
2661
2658
  VTabsWindowItem: typeof import('vuetify/components')['VTabsWindowItem']
2659
+ VTextField: typeof import('vuetify/components')['VTextField']
2662
2660
  VTextarea: typeof import('vuetify/components')['VTextarea']
2663
- VTable: typeof import('vuetify/components')['VTable']
2661
+ VAppBar: typeof import('vuetify/components')['VAppBar']
2662
+ VAppBarNavIcon: typeof import('vuetify/components')['VAppBarNavIcon']
2663
+ VAppBarTitle: typeof import('vuetify/components')['VAppBarTitle']
2664
2664
  VTimeline: typeof import('vuetify/components')['VTimeline']
2665
2665
  VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
2666
- VTextField: typeof import('vuetify/components')['VTextField']
2666
+ VTooltip: typeof import('vuetify/components')['VTooltip']
2667
2667
  VToolbar: typeof import('vuetify/components')['VToolbar']
2668
2668
  VToolbarTitle: typeof import('vuetify/components')['VToolbarTitle']
2669
2669
  VToolbarItems: typeof import('vuetify/components')['VToolbarItems']
2670
- VTooltip: typeof import('vuetify/components')['VTooltip']
2671
2670
  VWindow: typeof import('vuetify/components')['VWindow']
2672
2671
  VWindowItem: typeof import('vuetify/components')['VWindowItem']
2673
2672
  VDataIterator: typeof import('vuetify/components')['VDataIterator']
2674
2673
  VConfirmEdit: typeof import('vuetify/components')['VConfirmEdit']
2675
2674
  VDefaultsProvider: typeof import('vuetify/components')['VDefaultsProvider']
2675
+ VContainer: typeof import('vuetify/components')['VContainer']
2676
+ VCol: typeof import('vuetify/components')['VCol']
2677
+ VRow: typeof import('vuetify/components')['VRow']
2678
+ VSpacer: typeof import('vuetify/components')['VSpacer']
2676
2679
  VForm: typeof import('vuetify/components')['VForm']
2677
2680
  VHover: typeof import('vuetify/components')['VHover']
2678
2681
  VLayout: typeof import('vuetify/components')['VLayout']
2679
2682
  VLayoutItem: typeof import('vuetify/components')['VLayoutItem']
2680
2683
  VLazy: typeof import('vuetify/components')['VLazy']
2681
- VContainer: typeof import('vuetify/components')['VContainer']
2682
- VCol: typeof import('vuetify/components')['VCol']
2683
- VRow: typeof import('vuetify/components')['VRow']
2684
- VSpacer: typeof import('vuetify/components')['VSpacer']
2685
2684
  VLocaleProvider: typeof import('vuetify/components')['VLocaleProvider']
2686
2685
  VNoSsr: typeof import('vuetify/components')['VNoSsr']
2687
2686
  VParallax: typeof import('vuetify/components')['VParallax']
@@ -2689,6 +2688,7 @@ declare module 'vue' {
2689
2688
  VRangeSlider: typeof import('vuetify/components')['VRangeSlider']
2690
2689
  VResponsive: typeof import('vuetify/components')['VResponsive']
2691
2690
  VSparkline: typeof import('vuetify/components')['VSparkline']
2691
+ VTable: typeof import('vuetify/components')['VTable']
2692
2692
  VSnackbarQueue: typeof import('vuetify/components')['VSnackbarQueue']
2693
2693
  VSpeedDial: typeof import('vuetify/components')['VSpeedDial']
2694
2694
  VThemeProvider: typeof import('vuetify/components')['VThemeProvider']
@@ -2710,27 +2710,27 @@ declare module 'vue' {
2710
2710
  VExpandTransition: typeof import('vuetify/components')['VExpandTransition']
2711
2711
  VExpandXTransition: typeof import('vuetify/components')['VExpandXTransition']
2712
2712
  VDialogTransition: typeof import('vuetify/components')['VDialogTransition']
2713
+ VColorInput: typeof import('vuetify/labs/components')['VColorInput']
2714
+ VFileUpload: typeof import('vuetify/labs/components')['VFileUpload']
2715
+ VFileUploadItem: typeof import('vuetify/labs/components')['VFileUploadItem']
2716
+ VStepperVertical: typeof import('vuetify/labs/components')['VStepperVertical']
2717
+ VStepperVerticalItem: typeof import('vuetify/labs/components')['VStepperVerticalItem']
2718
+ VStepperVerticalActions: typeof import('vuetify/labs/components')['VStepperVerticalActions']
2713
2719
  VCalendar: typeof import('vuetify/labs/components')['VCalendar']
2714
2720
  VCalendarDay: typeof import('vuetify/labs/components')['VCalendarDay']
2715
2721
  VCalendarHeader: typeof import('vuetify/labs/components')['VCalendarHeader']
2716
2722
  VCalendarInterval: typeof import('vuetify/labs/components')['VCalendarInterval']
2717
2723
  VCalendarIntervalEvent: typeof import('vuetify/labs/components')['VCalendarIntervalEvent']
2718
2724
  VCalendarMonthDay: typeof import('vuetify/labs/components')['VCalendarMonthDay']
2719
- VFileUpload: typeof import('vuetify/labs/components')['VFileUpload']
2720
- 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
- VTimePicker: typeof import('vuetify/labs/components')['VTimePicker']
2726
- VTimePickerClock: typeof import('vuetify/labs/components')['VTimePickerClock']
2727
- VTimePickerControls: typeof import('vuetify/labs/components')['VTimePickerControls']
2728
2727
  VTreeview: typeof import('vuetify/labs/components')['VTreeview']
2729
2728
  VTreeviewItem: typeof import('vuetify/labs/components')['VTreeviewItem']
2730
2729
  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']
2730
+ VTimePicker: typeof import('vuetify/labs/components')['VTimePicker']
2731
+ VTimePickerClock: typeof import('vuetify/labs/components')['VTimePickerClock']
2732
+ VTimePickerControls: typeof import('vuetify/labs/components')['VTimePickerControls']
2733
+ VIconBtn: typeof import('vuetify/labs/components')['VIconBtn']
2734
2734
  VDateInput: typeof import('vuetify/labs/components')['VDateInput']
2735
2735
  VPullToRefresh: typeof import('vuetify/labs/components')['VPullToRefresh']
2736
2736
  }
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-05-30";
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>;
@@ -241,14 +241,18 @@ export declare const makeVTreeviewItemProps: <Defaults extends {
241
241
  default: boolean;
242
242
  }, "type" | "default"> & {
243
243
  type: import("vue").PropType<unknown extends Defaults["ripple"] ? boolean | {
244
- class: string;
244
+ class?: string;
245
+ keys?: number[];
245
246
  } | undefined : boolean | {
246
- class: string;
247
+ class?: string;
248
+ keys?: number[];
247
249
  } | Defaults["ripple"] | undefined>;
248
250
  default: unknown extends Defaults["ripple"] ? boolean | {
249
- class: string;
251
+ class?: string;
252
+ keys?: number[];
250
253
  } | undefined : NonNullable<boolean | {
251
- class: string;
254
+ class?: string;
255
+ keys?: number[];
252
256
  } | undefined> | Defaults["ripple"];
253
257
  };
254
258
  slim: unknown extends Defaults["slim"] ? {
@@ -316,7 +320,8 @@ export declare const VTreeviewItem: {
316
320
  tile: boolean;
317
321
  slim: boolean;
318
322
  ripple: boolean | {
319
- class: string;
323
+ class?: string;
324
+ keys?: number[];
320
325
  } | undefined;
321
326
  } & {
322
327
  link?: boolean | undefined;
@@ -391,7 +396,8 @@ export declare const VTreeviewItem: {
391
396
  tile: boolean;
392
397
  slim: boolean;
393
398
  ripple: boolean | {
394
- class: string;
399
+ class?: string;
400
+ keys?: number[];
395
401
  } | undefined;
396
402
  subtitle: string | number | boolean;
397
403
  }, true, {}, import("vue").SlotsType<Partial<{
@@ -420,7 +426,8 @@ export declare const VTreeviewItem: {
420
426
  tile: boolean;
421
427
  slim: boolean;
422
428
  ripple: boolean | {
423
- class: string;
429
+ class?: string;
430
+ keys?: number[];
424
431
  } | undefined;
425
432
  } & {
426
433
  link?: boolean | undefined;
@@ -493,7 +500,8 @@ export declare const VTreeviewItem: {
493
500
  tile: boolean;
494
501
  slim: boolean;
495
502
  ripple: boolean | {
496
- class: string;
503
+ class?: string;
504
+ keys?: number[];
497
505
  } | undefined;
498
506
  subtitle: string | number | boolean;
499
507
  }>;
@@ -513,7 +521,8 @@ export declare const VTreeviewItem: {
513
521
  tile: boolean;
514
522
  slim: boolean;
515
523
  ripple: boolean | {
516
- class: string;
524
+ class?: string;
525
+ keys?: number[];
517
526
  } | undefined;
518
527
  } & {
519
528
  link?: boolean | undefined;
@@ -588,7 +597,8 @@ export declare const VTreeviewItem: {
588
597
  tile: boolean;
589
598
  slim: boolean;
590
599
  ripple: boolean | {
591
- class: string;
600
+ class?: string;
601
+ keys?: number[];
592
602
  } | undefined;
593
603
  subtitle: string | number | boolean;
594
604
  }, {}, string, import("vue").SlotsType<Partial<{