vuetify 3.7.9 → 3.7.10

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 (54) hide show
  1. package/dist/json/attributes.json +1041 -1037
  2. package/dist/json/importMap-labs.json +14 -14
  3. package/dist/json/importMap.json +154 -154
  4. package/dist/json/tags.json +1 -0
  5. package/dist/json/web-types.json +2437 -2427
  6. package/dist/vuetify-labs.css +4911 -4911
  7. package/dist/vuetify-labs.d.ts +41 -118
  8. package/dist/vuetify-labs.esm.js +72 -9
  9. package/dist/vuetify-labs.esm.js.map +1 -1
  10. package/dist/vuetify-labs.js +71 -8
  11. package/dist/vuetify-labs.min.css +2 -2
  12. package/dist/vuetify.css +4741 -4741
  13. package/dist/vuetify.d.ts +81 -173
  14. package/dist/vuetify.esm.js +61 -8
  15. package/dist/vuetify.esm.js.map +1 -1
  16. package/dist/vuetify.js +60 -7
  17. package/dist/vuetify.js.map +1 -1
  18. package/dist/vuetify.min.css +2 -2
  19. package/dist/vuetify.min.js +462 -459
  20. package/dist/vuetify.min.js.map +1 -1
  21. package/lib/components/VAutocomplete/VAutocomplete.mjs +10 -1
  22. package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
  23. package/lib/components/VCombobox/VCombobox.mjs +11 -1
  24. package/lib/components/VCombobox/VCombobox.mjs.map +1 -1
  25. package/lib/components/VDatePicker/VDatePicker.mjs +2 -1
  26. package/lib/components/VDatePicker/VDatePicker.mjs.map +1 -1
  27. package/lib/components/VSelect/VSelect.mjs +5 -1
  28. package/lib/components/VSelect/VSelect.mjs.map +1 -1
  29. package/lib/components/VTabs/VTabs.mjs +1 -1
  30. package/lib/components/VTabs/VTabs.mjs.map +1 -1
  31. package/lib/components/VTabs/index.d.mts +52 -119
  32. package/lib/components/index.d.mts +26 -118
  33. package/lib/components/transitions/expand-transition.mjs +2 -0
  34. package/lib/components/transitions/expand-transition.mjs.map +1 -1
  35. package/lib/composables/mousedown.mjs +30 -0
  36. package/lib/composables/mousedown.mjs.map +1 -0
  37. package/lib/entry-bundler.mjs +1 -1
  38. package/lib/entry-bundler.mjs.map +1 -1
  39. package/lib/framework.mjs +1 -1
  40. package/lib/framework.mjs.map +1 -1
  41. package/lib/index.d.mts +55 -55
  42. package/lib/labs/VTreeview/VTreeview.mjs +1 -1
  43. package/lib/labs/VTreeview/VTreeview.mjs.map +1 -1
  44. package/lib/labs/VTreeview/VTreeviewChildren.mjs +13 -2
  45. package/lib/labs/VTreeview/VTreeviewChildren.mjs.map +1 -1
  46. package/lib/labs/VTreeview/index.d.mts +15 -0
  47. package/lib/labs/components.d.mts +15 -0
  48. package/lib/locale/da.mjs +5 -5
  49. package/lib/locale/da.mjs.map +1 -1
  50. package/lib/locale/de.mjs +3 -3
  51. package/lib/locale/de.mjs.map +1 -1
  52. package/lib/locale/fi.mjs +5 -5
  53. package/lib/locale/fi.mjs.map +1 -1
  54. package/package.json +2 -2
@@ -1795,6 +1795,10 @@
1795
1795
  "type": "number\n",
1796
1796
  "description": "Index or position of the interval in the day view."
1797
1797
  },
1798
+ "VCalendarIntervalEvent/event": {
1799
+ "type": "unknown\n",
1800
+ "description": "The event object associated with this calendar interval."
1801
+ },
1798
1802
  "VCalendarIntervalEvent/interval-divisions": {
1799
1803
  "type": "number\n",
1800
1804
  "description": "Number of subdivisions within the interval for this event."
@@ -1815,10 +1819,6 @@
1815
1819
  "type": "unknown\n",
1816
1820
  "description": "The specific time interval this event is associated with."
1817
1821
  },
1818
- "VCalendarIntervalEvent/event": {
1819
- "type": "unknown\n",
1820
- "description": "The event object associated with this calendar interval."
1821
- },
1822
1822
  "VCalendarMonthDay/title": {
1823
1823
  "type": "string | number\n",
1824
1824
  "description": "Specify a title text for the component."
@@ -2503,33 +2503,57 @@
2503
2503
  "type": "(a: any, b: any) => boolean\n",
2504
2504
  "description": "Apply a custom comparison algorithm to compare **model-value** and values contains in the **items** prop."
2505
2505
  },
2506
- "VChip/text": {
2507
- "type": "string\n",
2508
- "description": "Specify content text for the component."
2509
- },
2510
2506
  "VChip/filter": {
2511
2507
  "type": "boolean\n",
2512
2508
  "description": "Displays a selection icon when selected."
2513
2509
  },
2514
- "VChip/border": {
2515
- "type": "string | number | boolean\n",
2516
- "description": "Designates the **border-radius** applied to the component. This can be **xs**, **sm**, **md**, **lg**, **xl**."
2510
+ "VChip/tag": {
2511
+ "type": "string\n",
2512
+ "description": "Specify a custom tag used on the root element."
2517
2513
  },
2518
- "VChip/closable": {
2514
+ "VChip/label": {
2519
2515
  "type": "boolean\n",
2520
- "description": "Adds remove button and then a chip can be closed."
2516
+ "description": "Applies a medium size border radius."
2521
2517
  },
2522
- "VChip/close-icon": {
2518
+ "VChip/link": {
2519
+ "type": "boolean\n",
2520
+ "description": "Designates that the component is a link. This is automatic when using the href or to prop."
2521
+ },
2522
+ "VChip/replace": {
2523
+ "type": "boolean\n",
2524
+ "description": "Setting **replace** prop will call `router.replace()` instead of `router.push()` when clicked, so the navigation will not leave a history record. You can find more information about the [replace](https://router.vuejs.org/api/#replace) prop on the vue-router documentation."
2525
+ },
2526
+ "VChip/theme": {
2527
+ "type": "string\n",
2528
+ "description": "Specify a theme for this component and all of its children."
2529
+ },
2530
+ "VChip/size": {
2531
+ "type": "string | number\n",
2532
+ "description": "Sets the height, padding and the font size of the component. Accepts only predefined options: **x-small**, **small**, **default**, **large**, and **x-large**."
2533
+ },
2534
+ "VChip/value": {
2535
+ "type": "any\n",
2536
+ "description": "The value used when a child of a [v-chip-group](/components/chip-groups)."
2537
+ },
2538
+ "VChip/prepend-icon": {
2523
2539
  "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
2524
- "description": "Change the default icon used for **close** chips."
2540
+ "description": "Creates a [v-icon](/api/v-icon/) component in the **prepend** slot before default content."
2525
2541
  },
2526
- "VChip/close-label": {
2542
+ "VChip/append-icon": {
2543
+ "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
2544
+ "description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot."
2545
+ },
2546
+ "VChip/ripple": {
2547
+ "type": "boolean | { class: string }\n",
2548
+ "description": "Applies the [v-ripple](/directives/ripple) directive."
2549
+ },
2550
+ "VChip/text": {
2527
2551
  "type": "string\n",
2528
- "description": "Text used for *aria-label* on the close button in **close** chips. Can also be customized globally in [Internationalization](/customization/internationalization)."
2552
+ "description": "Specify content text for the component."
2529
2553
  },
2530
- "VChip/model-value": {
2531
- "type": "boolean\n",
2532
- "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
2554
+ "VChip/border": {
2555
+ "type": "string | number | boolean\n",
2556
+ "description": "Designates the **border-radius** applied to the component. This can be **xs**, **sm**, **md**, **lg**, **xl**."
2533
2557
  },
2534
2558
  "VChip/density": {
2535
2559
  "type": "'default' | 'comfortable' | 'compact'\n",
@@ -2539,6 +2563,14 @@
2539
2563
  "type": "string | number\n",
2540
2564
  "description": "Designates an elevation applied to the component between 0 and 24. You can find more information on the [elevation page](/styles/elevation)."
2541
2565
  },
2566
+ "VChip/disabled": {
2567
+ "type": "boolean\n",
2568
+ "description": "Removes the ability to click or target the component."
2569
+ },
2570
+ "VChip/selected-class": {
2571
+ "type": "string\n",
2572
+ "description": "Configure the active CSS class applied when an item is selected."
2573
+ },
2542
2574
  "VChip/rounded": {
2543
2575
  "type": "string | number | boolean\n",
2544
2576
  "description": "Designates the **border-radius** applied to the component. This can be **0**, **xs**, **sm**, true, **lg**, **xl**, **pill**, **circle**, and **shaped**. Find more information on available border radius classes on the [Border Radius page](/styles/border-radius)."
@@ -2547,66 +2579,34 @@
2547
2579
  "type": "boolean\n",
2548
2580
  "description": "Removes any applied **border-radius** from the component."
2549
2581
  },
2550
- "VChip/tag": {
2582
+ "VChip/href": {
2551
2583
  "type": "string\n",
2552
- "description": "Specify a custom tag used on the root element."
2584
+ "description": "Designates the component as anchor and applies the **href** attribute."
2553
2585
  },
2554
- "VChip/theme": {
2555
- "type": "string\n",
2556
- "description": "Specify a theme for this component and all of its children."
2586
+ "VChip/exact": {
2587
+ "type": "boolean\n",
2588
+ "description": "Exactly match the link. Without this, '/' will match every route. You can find more information about the [**exact** prop](https://router.vuejs.org/api/#exact) on the vue-router documentation."
2589
+ },
2590
+ "VChip/to": {
2591
+ "type": "RouteLocationRaw\n",
2592
+ "description": "Denotes the target route of the link. You can find more information about the [**to** prop](https://router.vuejs.org/api/#to) on the vue-router documentation."
2557
2593
  },
2558
2594
  "VChip/color": {
2559
2595
  "type": "string\n",
2560
2596
  "description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors)."
2561
2597
  },
2562
2598
  "VChip/variant": {
2563
- "type": "'text' | 'flat' | 'elevated' | 'tonal' | 'outlined' | 'plain'\n",
2599
+ "type": "'flat' | 'text' | 'elevated' | 'tonal' | 'outlined' | 'plain'\n",
2564
2600
  "description": "Applies a distinct style to the component."
2565
2601
  },
2566
- "VChip/replace": {
2567
- "type": "boolean\n",
2568
- "description": "Setting **replace** prop will call `router.replace()` instead of `router.push()` when clicked, so the navigation will not leave a history record. You can find more information about the [replace](https://router.vuejs.org/api/#replace) prop on the vue-router documentation."
2569
- },
2570
- "VChip/link": {
2571
- "type": "boolean\n",
2572
- "description": "Designates that the component is a link. This is automatic when using the href or to prop."
2573
- },
2574
- "VChip/label": {
2575
- "type": "boolean\n",
2576
- "description": "Applies a medium size border radius."
2577
- },
2578
- "VChip/exact": {
2602
+ "VChip/model-value": {
2579
2603
  "type": "boolean\n",
2580
- "description": "Exactly match the link. Without this, '/' will match every route. You can find more information about the [**exact** prop](https://router.vuejs.org/api/#exact) on the vue-router documentation."
2604
+ "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
2581
2605
  },
2582
2606
  "VChip/active-class": {
2583
2607
  "type": "string\n",
2584
2608
  "description": "The class applied to the component when it matches the current route. Find more information about the [active-class prop](https://router.vuejs.org/api/#active-class) on the [vue-router](https://router.vuejs.org/) documentation."
2585
2609
  },
2586
- "VChip/disabled": {
2587
- "type": "boolean\n",
2588
- "description": "Removes the ability to click or target the component."
2589
- },
2590
- "VChip/value": {
2591
- "type": "any\n",
2592
- "description": "The value used when a child of a [v-chip-group](/components/chip-groups)."
2593
- },
2594
- "VChip/size": {
2595
- "type": "string | number\n",
2596
- "description": "Sets the height, padding and the font size of the component. Accepts only predefined options: **x-small**, **small**, **default**, **large**, and **x-large**."
2597
- },
2598
- "VChip/append-icon": {
2599
- "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
2600
- "description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot."
2601
- },
2602
- "VChip/prepend-icon": {
2603
- "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
2604
- "description": "Creates a [v-icon](/api/v-icon/) component in the **prepend** slot before default content."
2605
- },
2606
- "VChip/selected-class": {
2607
- "type": "string\n",
2608
- "description": "Configure the active CSS class applied when an item is selected."
2609
- },
2610
2610
  "VChip/append-avatar": {
2611
2611
  "type": "string\n",
2612
2612
  "description": "Appends a [v-avatar](/components/avatars/) component after default content in the **append** slot."
@@ -2615,17 +2615,17 @@
2615
2615
  "type": "string\n",
2616
2616
  "description": "Prepends a [v-avatar](/components/avatars/) component in the **prepend** slot before default content."
2617
2617
  },
2618
- "VChip/ripple": {
2619
- "type": "boolean | { class: string }\n",
2620
- "description": "Applies the [v-ripple](/directives/ripple) directive."
2618
+ "VChip/closable": {
2619
+ "type": "boolean\n",
2620
+ "description": "Adds remove button and then a chip can be closed."
2621
2621
  },
2622
- "VChip/href": {
2623
- "type": "string\n",
2624
- "description": "Designates the component as anchor and applies the **href** attribute."
2622
+ "VChip/close-icon": {
2623
+ "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
2624
+ "description": "Change the default icon used for **close** chips."
2625
2625
  },
2626
- "VChip/to": {
2627
- "type": "RouteLocationRaw\n",
2628
- "description": "Denotes the target route of the link. You can find more information about the [**to** prop](https://router.vuejs.org/api/#to) on the vue-router documentation."
2626
+ "VChip/close-label": {
2627
+ "type": "string\n",
2628
+ "description": "Text used for *aria-label* on the close button in **close** chips. Can also be customized globally in [Internationalization](/customization/internationalization)."
2629
2629
  },
2630
2630
  "VChip/draggable": {
2631
2631
  "type": "boolean\n",
@@ -2647,6 +2647,10 @@
2647
2647
  "type": "boolean\n",
2648
2648
  "description": "Applies an checkmark icon in front of every chip for using it like a filter."
2649
2649
  },
2650
+ "VChipGroup/model-value": {
2651
+ "type": "unknown\n",
2652
+ "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
2653
+ },
2650
2654
  "VChipGroup/tag": {
2651
2655
  "type": "string\n",
2652
2656
  "description": "Specify a custom tag used on the root element."
@@ -2655,37 +2659,17 @@
2655
2659
  "type": "string\n",
2656
2660
  "description": "Specify a theme for this component and all of its children."
2657
2661
  },
2658
- "VChipGroup/disabled": {
2659
- "type": "boolean\n",
2660
- "description": "Puts all children components into a disabled state."
2661
- },
2662
- "VChipGroup/selected-class": {
2663
- "type": "string\n",
2664
- "description": "Configure the active CSS class applied when an item is selected."
2665
- },
2666
2662
  "VChipGroup/color": {
2667
2663
  "type": "string\n",
2668
2664
  "description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors)."
2669
2665
  },
2670
2666
  "VChipGroup/variant": {
2671
- "type": "'flat' | 'text' | 'elevated' | 'tonal' | 'outlined' | 'plain'\n",
2667
+ "type": "'text' | 'flat' | 'elevated' | 'tonal' | 'outlined' | 'plain'\n",
2672
2668
  "description": "Applies a distinct style to the component."
2673
2669
  },
2674
- "VChipGroup/max": {
2675
- "type": "number\n",
2676
- "description": "Sets a maximum number of selections that can be made."
2677
- },
2678
- "VChipGroup/model-value": {
2679
- "type": "unknown\n",
2680
- "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
2681
- },
2682
- "VChipGroup/mobile": {
2670
+ "VChipGroup/disabled": {
2683
2671
  "type": "boolean\n",
2684
- "description": "Determines the display mode of the component. If true, the component will be displayed in mobile mode. If false, the component will be displayed in desktop mode. If null, will be based on the current mobile-breakpoint"
2685
- },
2686
- "VChipGroup/mobile-breakpoint": {
2687
- "type": "number | 'xs' | 'sm' | 'md' | 'lg' | 'xl' | 'xxl'\n",
2688
- "description": "Sets the designated mobile breakpoint for the component."
2672
+ "description": "Puts all children components into a disabled state."
2689
2673
  },
2690
2674
  "VChipGroup/multiple": {
2691
2675
  "type": "boolean\n",
@@ -2695,6 +2679,22 @@
2695
2679
  "type": "boolean | 'force'\n",
2696
2680
  "description": "Forces at least one item to always be selected (if available)."
2697
2681
  },
2682
+ "VChipGroup/value-comparator": {
2683
+ "type": "(a: any, b: any) => boolean\n",
2684
+ "description": "Apply a custom comparison algorithm to compare **model-value** and values contains in the **items** prop."
2685
+ },
2686
+ "VChipGroup/direction": {
2687
+ "type": "'horizontal' | 'vertical'\n",
2688
+ "description": "Switch between horizontal and vertical modes."
2689
+ },
2690
+ "VChipGroup/max": {
2691
+ "type": "number\n",
2692
+ "description": "Sets a maximum number of selections that can be made."
2693
+ },
2694
+ "VChipGroup/selected-class": {
2695
+ "type": "string\n",
2696
+ "description": "Configure the active CSS class applied when an item is selected."
2697
+ },
2698
2698
  "VChipGroup/next-icon": {
2699
2699
  "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
2700
2700
  "description": "Specify the icon to use for the next icon."
@@ -2703,18 +2703,6 @@
2703
2703
  "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
2704
2704
  "description": "Specify the icon to use for the prev icon."
2705
2705
  },
2706
- "VChipGroup/show-arrows": {
2707
- "type": "string | boolean\n",
2708
- "description": "Force the display of the pagination arrows."
2709
- },
2710
- "VChipGroup/direction": {
2711
- "type": "'horizontal' | 'vertical'\n",
2712
- "description": "Switch between horizontal and vertical modes."
2713
- },
2714
- "VChipGroup/value-comparator": {
2715
- "type": "(a: any, b: any) => boolean\n",
2716
- "description": "Apply a custom comparison algorithm to compare **model-value** and values contains in the **items** prop."
2717
- },
2718
2706
  "VChipGroup/column": {
2719
2707
  "type": "boolean\n",
2720
2708
  "description": "Remove horizontal pagination and wrap items as needed."
@@ -2723,14 +2711,26 @@
2723
2711
  "type": "boolean\n",
2724
2712
  "description": "Forces the selected chip to be centered."
2725
2713
  },
2726
- "VClassIcon/tag": {
2727
- "type": "string\n",
2728
- "description": "Specify a custom tag used on the root element."
2714
+ "VChipGroup/show-arrows": {
2715
+ "type": "string | boolean\n",
2716
+ "description": "Force the display of the pagination arrows."
2717
+ },
2718
+ "VChipGroup/mobile": {
2719
+ "type": "boolean\n",
2720
+ "description": "Determines the display mode of the component. If true, the component will be displayed in mobile mode. If false, the component will be displayed in desktop mode. If null, will be based on the current mobile-breakpoint"
2721
+ },
2722
+ "VChipGroup/mobile-breakpoint": {
2723
+ "type": "number | 'xs' | 'sm' | 'md' | 'lg' | 'xl' | 'xxl'\n",
2724
+ "description": "Sets the designated mobile breakpoint for the component."
2729
2725
  },
2730
2726
  "VClassIcon/icon": {
2731
2727
  "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
2732
2728
  "description": "Apply a specific icon using the [v-icon](/components/icons/) component."
2733
2729
  },
2730
+ "VClassIcon/tag": {
2731
+ "type": "string\n",
2732
+ "description": "Specify a custom tag used on the root element."
2733
+ },
2734
2734
  "VCode/tag": {
2735
2735
  "type": "string\n",
2736
2736
  "description": "Specify a custom tag used on the root element."
@@ -2739,18 +2739,6 @@
2739
2739
  "type": "string\n",
2740
2740
  "description": "Specify a custom tag used on the root element."
2741
2741
  },
2742
- "VCol/order": {
2743
- "type": "string | number\n",
2744
- "description": "Sets the default [order](https://developer.mozilla.org/en-US/docs/Web/CSS/order) for the column."
2745
- },
2746
- "VCol/offset": {
2747
- "type": "string | number\n",
2748
- "description": "Sets the default offset for the column."
2749
- },
2750
- "VCol/cols": {
2751
- "type": "string | number | boolean\n",
2752
- "description": "Sets the default number of columns the component extends. Available options are: **1 -> 12** and **auto**."
2753
- },
2754
2742
  "VCol/sm": {
2755
2743
  "type": "string | number | boolean\n",
2756
2744
  "description": "Changes the number of columns on small and greater breakpoints."
@@ -2771,6 +2759,18 @@
2771
2759
  "type": "string | number | boolean\n",
2772
2760
  "description": "Changes the number of columns on extra extra large and greater breakpoints."
2773
2761
  },
2762
+ "VCol/order": {
2763
+ "type": "string | number\n",
2764
+ "description": "Sets the default [order](https://developer.mozilla.org/en-US/docs/Web/CSS/order) for the column."
2765
+ },
2766
+ "VCol/offset": {
2767
+ "type": "string | number\n",
2768
+ "description": "Sets the default offset for the column."
2769
+ },
2770
+ "VCol/cols": {
2771
+ "type": "string | number | boolean\n",
2772
+ "description": "Sets the default number of columns the component extends. Available options are: **1 -> 12** and **auto**."
2773
+ },
2774
2774
  "VCol/offset-sm": {
2775
2775
  "type": "string | number\n",
2776
2776
  "description": "Changes the offset of the component on small and greater breakpoints."
@@ -2812,16 +2812,24 @@
2812
2812
  "description": "Changes the order of the component on extra extra large and greater breakpoints."
2813
2813
  },
2814
2814
  "VCol/align-self": {
2815
- "type": "'end' | 'start' | 'center' | 'auto' | 'baseline' | 'stretch'\n",
2815
+ "type": "'start' | 'end' | 'center' | 'auto' | 'baseline' | 'stretch'\n",
2816
2816
  "description": "Applies the [align-items](https://developer.mozilla.org/en-US/docs/Web/CSS/align-items) css property. Available options are: **start**, **center**, **end**, **auto**, **baseline** and **stretch**."
2817
2817
  },
2818
- "VColorPicker/border": {
2819
- "type": "string | number | boolean\n",
2820
- "description": "Designates the **border-radius** applied to the component. This can be **xs**, **sm**, **md**, **lg**, **xl**."
2821
- },
2822
- "VColorPicker/model-value": {
2823
- "type": "string | Record<string, unknown>\n",
2824
- "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
2818
+ "VColorPicker/tag": {
2819
+ "type": "string\n",
2820
+ "description": "Specify a custom tag used on the root element."
2821
+ },
2822
+ "VColorPicker/mode": {
2823
+ "type": "'rgb' | 'rgba' | 'hsl' | 'hsla' | 'hex' | 'hexa'\n",
2824
+ "description": "The current selected input type. Syncable with `v-model:mode`."
2825
+ },
2826
+ "VColorPicker/theme": {
2827
+ "type": "string\n",
2828
+ "description": "Specify a theme for this component and all of its children."
2829
+ },
2830
+ "VColorPicker/border": {
2831
+ "type": "string | number | boolean\n",
2832
+ "description": "Designates the **border-radius** applied to the component. This can be **xs**, **sm**, **md**, **lg**, **xl**."
2825
2833
  },
2826
2834
  "VColorPicker/width": {
2827
2835
  "type": "string | number\n",
@@ -2831,8 +2839,12 @@
2831
2839
  "type": "string | number\n",
2832
2840
  "description": "Designates an elevation applied to the component between 0 and 24. You can find more information on the [elevation page](/styles/elevation)."
2833
2841
  },
2842
+ "VColorPicker/disabled": {
2843
+ "type": "boolean\n",
2844
+ "description": "Removes the ability to click or target the component."
2845
+ },
2834
2846
  "VColorPicker/position": {
2835
- "type": "'static' | 'relative' | 'fixed' | 'absolute' | 'sticky'\n",
2847
+ "type": "'fixed' | 'relative' | 'static' | 'absolute' | 'sticky'\n",
2836
2848
  "description": "Sets the position for the component."
2837
2849
  },
2838
2850
  "VColorPicker/rounded": {
@@ -2843,25 +2855,13 @@
2843
2855
  "type": "boolean\n",
2844
2856
  "description": "Removes any applied **border-radius** from the component."
2845
2857
  },
2846
- "VColorPicker/tag": {
2847
- "type": "string\n",
2848
- "description": "Specify a custom tag used on the root element."
2849
- },
2850
- "VColorPicker/theme": {
2851
- "type": "string\n",
2852
- "description": "Specify a theme for this component and all of its children."
2853
- },
2854
2858
  "VColorPicker/color": {
2855
2859
  "type": "string\n",
2856
2860
  "description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors)."
2857
2861
  },
2858
- "VColorPicker/disabled": {
2859
- "type": "boolean\n",
2860
- "description": "Removes the ability to click or target the component."
2861
- },
2862
- "VColorPicker/mode": {
2863
- "type": "'rgb' | 'rgba' | 'hsl' | 'hsla' | 'hex' | 'hexa'\n",
2864
- "description": "The current selected input type. Syncable with `v-model:mode`."
2862
+ "VColorPicker/model-value": {
2863
+ "type": "string | Record<string, unknown>\n",
2864
+ "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
2865
2865
  },
2866
2866
  "VColorPicker/canvas-height": {
2867
2867
  "type": "string | number\n",
@@ -2907,57 +2907,17 @@
2907
2907
  "type": "string\n",
2908
2908
  "description": "Sets input type."
2909
2909
  },
2910
- "VCombobox/reverse": {
2911
- "type": "boolean\n",
2912
- "description": "Reverses the orientation."
2913
- },
2914
- "VCombobox/name": {
2915
- "type": "string\n",
2916
- "description": "Sets the component's name attribute."
2910
+ "VCombobox/model-value": {
2911
+ "type": "any\n",
2912
+ "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
2917
2913
  },
2918
2914
  "VCombobox/error": {
2919
2915
  "type": "boolean\n",
2920
2916
  "description": "Puts the input in a manual error state."
2921
2917
  },
2922
- "VCombobox/label": {
2923
- "type": "string\n",
2924
- "description": "Sets the text of the [v-label](/api/v-label/) or [v-field-label](/api/v-field-label/) component."
2925
- },
2926
- "VCombobox/menu": {
2927
- "type": "boolean\n",
2928
- "description": "Renders with the menu open by default."
2929
- },
2930
- "VCombobox/theme": {
2931
- "type": "string\n",
2932
- "description": "Specify a theme for this component and all of its children."
2933
- },
2934
- "VCombobox/items": {
2935
- "type": "any[]\n",
2936
- "description": "Can be an array of objects or strings. By default objects should have **title** and **value** properties, and can optionally have a **props** property containing any [VListItem props](/api/v-list-item/#props). Keys to use for these can be changed with the **item-title**, **item-value**, and **item-props** props."
2937
- },
2938
- "VCombobox/id": {
2939
- "type": "string\n",
2940
- "description": "Sets the DOM id on the component."
2941
- },
2942
- "VCombobox/active": {
2943
- "type": "boolean\n",
2944
- "description": "Controls the **active** state of the item. This is typically used to highlight the component."
2945
- },
2946
- "VCombobox/base-color": {
2947
- "type": "string\n",
2948
- "description": "Sets the color of the input when it is not focused."
2949
- },
2950
- "VCombobox/prepend-icon": {
2951
- "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
2952
- "description": "Prepends an icon to the outnside the component's input, uses the same syntax as `v-icon`."
2953
- },
2954
- "VCombobox/append-icon": {
2955
- "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
2956
- "description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot."
2957
- },
2958
- "VCombobox/readonly": {
2918
+ "VCombobox/reverse": {
2959
2919
  "type": "boolean\n",
2960
- "description": "Puts input in readonly state."
2920
+ "description": "Reverses the orientation."
2961
2921
  },
2962
2922
  "VCombobox/density": {
2963
2923
  "type": "'default' | 'comfortable' | 'compact'\n",
@@ -2975,14 +2935,6 @@
2975
2935
  "type": "string | number\n",
2976
2936
  "description": "Sets the width for the component."
2977
2937
  },
2978
- "VCombobox/disabled": {
2979
- "type": "boolean\n",
2980
- "description": "Removes the ability to click or target the input."
2981
- },
2982
- "VCombobox/loading": {
2983
- "type": "string | boolean\n",
2984
- "description": "Displays linear progress bar. Can either be a String which specifies which color is applied to the progress bar (any material color or theme color - **primary**, **secondary**, **success**, **info**, **warning**, **error**) or a Boolean which uses the component **color** (set by color prop - if it's supported by the component) or the primary color."
2985
- },
2986
2938
  "VCombobox/rounded": {
2987
2939
  "type": "string | number | boolean\n",
2988
2940
  "description": "Adds a border radius to the input."
@@ -2991,6 +2943,10 @@
2991
2943
  "type": "boolean\n",
2992
2944
  "description": "Removes any applied **border-radius** from the component."
2993
2945
  },
2946
+ "VCombobox/theme": {
2947
+ "type": "string\n",
2948
+ "description": "Specify a theme for this component and all of its children."
2949
+ },
2994
2950
  "VCombobox/color": {
2995
2951
  "type": "string\n",
2996
2952
  "description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors)."
@@ -2999,33 +2955,13 @@
2999
2955
  "type": " | 'outlined'\n | 'plain'\n | 'underlined'\n | 'filled'\n | 'solo'\n | 'solo-inverted'\n | 'solo-filled'\n",
3000
2956
  "description": "Applies a distinct style to the component."
3001
2957
  },
3002
- "VCombobox/model-value": {
3003
- "type": "any\n",
3004
- "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
3005
- },
3006
- "VCombobox/transition": {
3007
- "type": "string | boolean | (TransitionProps & { component: Component })\n",
3008
- "description": "Sets the component transition. Can be one of the [built in](/styles/transitions/) or custom transition."
3009
- },
3010
- "VCombobox/bg-color": {
2958
+ "VCombobox/name": {
3011
2959
  "type": "string\n",
3012
- "description": "Applies specified color to the control's background. Used on components that also support the **color** prop. - supports utility colors (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors)."
3013
- },
3014
- "VCombobox/multiple": {
3015
- "type": "boolean\n",
3016
- "description": "Changes select to multiple. Accepts array for value."
3017
- },
3018
- "VCombobox/eager": {
3019
- "type": "boolean\n",
3020
- "description": "Forces the component's content to render when it mounts. This is useful if you have content that will not be rendered in the DOM that you want crawled for SEO."
3021
- },
3022
- "VCombobox/direction": {
3023
- "type": "'horizontal' | 'vertical'\n",
3024
- "description": "Changes the direction of the input."
2960
+ "description": "Sets the component's name attribute."
3025
2961
  },
3026
- "VCombobox/value-comparator": {
3027
- "type": "(a: any, b: any) => boolean\n",
3028
- "description": "Apply a custom comparison algorithm to compare **model-value** and values contains in the **items** prop."
2962
+ "VCombobox/label": {
2963
+ "type": "string\n",
2964
+ "description": "Sets the text of the [v-label](/api/v-label/) or [v-field-label](/api/v-field-label/) component."
3029
2965
  },
3030
2966
  "VCombobox/auto-select-first": {
3031
2967
  "type": "boolean | 'exact'\n",
@@ -3071,6 +3007,10 @@
3071
3007
  "type": "string\n",
3072
3008
  "description": "Text set to the inputs **aria-label** and **title** when input menu is open."
3073
3009
  },
3010
+ "VCombobox/eager": {
3011
+ "type": "boolean\n",
3012
+ "description": "Forces the component's content to render when it mounts. This is useful if you have content that will not be rendered in the DOM that you want crawled for SEO."
3013
+ },
3074
3014
  "VCombobox/hide-no-data": {
3075
3015
  "type": "boolean\n",
3076
3016
  "description": "Hides the menu when there are no options to show. Useful for preventing the menu from opening before results are fetched asynchronously. Also has the effect of opening the menu when the `items` array changes if not already open."
@@ -3083,6 +3023,26 @@
3083
3023
  "type": "unknown\n",
3084
3024
  "description": "Pass props through to the `v-list` component. Accepts an object with anything from [v-list](/api/v-list/#props) props, camelCase keys are recommended."
3085
3025
  },
3026
+ "VCombobox/base-color": {
3027
+ "type": "string\n",
3028
+ "description": "Sets the color of the input when it is not focused."
3029
+ },
3030
+ "VCombobox/bg-color": {
3031
+ "type": "string\n",
3032
+ "description": "Applies specified color to the control's background. Used on components that also support the **color** prop. - supports utility colors (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors)."
3033
+ },
3034
+ "VCombobox/disabled": {
3035
+ "type": "boolean\n",
3036
+ "description": "Removes the ability to click or target the input."
3037
+ },
3038
+ "VCombobox/multiple": {
3039
+ "type": "boolean\n",
3040
+ "description": "Changes select to multiple. Accepts array for value."
3041
+ },
3042
+ "VCombobox/items": {
3043
+ "type": "any[]\n",
3044
+ "description": "Can be an array of objects or strings. By default objects should have **title** and **value** properties, and can optionally have a **props** property containing any [VListItem props](/api/v-list-item/#props). Keys to use for these can be changed with the **item-title**, **item-value**, and **item-props** props."
3045
+ },
3086
3046
  "VCombobox/item-title": {
3087
3047
  "type": "SelectItemKey<any>\n",
3088
3048
  "description": "Property on supplied `items` that contains its title."
@@ -3103,6 +3063,14 @@
3103
3063
  "type": "boolean\n",
3104
3064
  "description": "Changes the selection behavior to return the object directly rather than the value specified with **item-value**."
3105
3065
  },
3066
+ "VCombobox/value-comparator": {
3067
+ "type": "(a: any, b: any) => boolean\n",
3068
+ "description": "Apply a custom comparison algorithm to compare **model-value** and values contains in the **items** prop."
3069
+ },
3070
+ "VCombobox/menu": {
3071
+ "type": "boolean\n",
3072
+ "description": "Renders with the menu open by default."
3073
+ },
3106
3074
  "VCombobox/menu-icon": {
3107
3075
  "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
3108
3076
  "description": "Sets the the spin icon."
@@ -3111,6 +3079,14 @@
3111
3079
  "type": "unknown\n",
3112
3080
  "description": "Pass props through to the `v-menu` component. Accepts an object with anything from [v-menu](/api/v-menu/#props) props, camelCase keys are recommended."
3113
3081
  },
3082
+ "VCombobox/id": {
3083
+ "type": "string\n",
3084
+ "description": "Sets the DOM id on the component."
3085
+ },
3086
+ "VCombobox/transition": {
3087
+ "type": "string | boolean | (TransitionProps & { component: Component })\n",
3088
+ "description": "Sets the component transition. Can be one of the [built in](/styles/transitions/) or custom transition."
3089
+ },
3114
3090
  "VCombobox/no-data-text": {
3115
3091
  "type": "string\n",
3116
3092
  "description": "Text shown when no items are provided to the component."
@@ -3155,10 +3131,18 @@
3155
3131
  "type": "string\n",
3156
3132
  "description": "The role attribute applied to the input."
3157
3133
  },
3134
+ "VCombobox/append-icon": {
3135
+ "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
3136
+ "description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot."
3137
+ },
3158
3138
  "VCombobox/center-affix": {
3159
3139
  "type": "boolean\n",
3160
3140
  "description": "Vertically align **appendInner**, **prependInner**, **clearIcon** and **label** in the center."
3161
3141
  },
3142
+ "VCombobox/prepend-icon": {
3143
+ "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
3144
+ "description": "Prepends an icon to the outnside the component's input, uses the same syntax as `v-icon`."
3145
+ },
3162
3146
  "VCombobox/hide-spin-buttons": {
3163
3147
  "type": "boolean\n",
3164
3148
  "description": "Hides spin buttons on the input when type is set to `number`."
@@ -3175,6 +3159,10 @@
3175
3159
  "type": "string | string[]\n",
3176
3160
  "description": "Displays a list of messages or a single message if using a string."
3177
3161
  },
3162
+ "VCombobox/direction": {
3163
+ "type": "'horizontal' | 'vertical'\n",
3164
+ "description": "Changes the direction of the input."
3165
+ },
3178
3166
  "VCombobox/error-messages": {
3179
3167
  "type": "string | string[]\n",
3180
3168
  "description": "Puts the input in an error state and passes through custom error messages. Will be combined with any validations that occur from the **rules** prop. This field will not trigger validation."
@@ -3183,6 +3171,10 @@
3183
3171
  "type": "string | number\n",
3184
3172
  "description": "Control the maximum number of shown errors from validation."
3185
3173
  },
3174
+ "VCombobox/readonly": {
3175
+ "type": "boolean\n",
3176
+ "description": "Puts input in readonly state."
3177
+ },
3186
3178
  "VCombobox/rules": {
3187
3179
  "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/validation.ts#L16-L20\" target=\"_blank\">ValidationRule</a>[]\n",
3188
3180
  "description": "Accepts a mixed array of types `function`, `boolean` and `string`. Functions pass an input value as an argument and must return either `true` / `false` or a `string` containing an error message. The input field will enter an error state if a function returns (or any value in the array contains) `false` or is a `string`."
@@ -3207,6 +3199,10 @@
3207
3199
  "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
3208
3200
  "description": "The icon used when the **clearable** prop is set to true."
3209
3201
  },
3202
+ "VCombobox/active": {
3203
+ "type": "boolean\n",
3204
+ "description": "Controls the **active** state of the item. This is typically used to highlight the component."
3205
+ },
3210
3206
  "VCombobox/persistent-clear": {
3211
3207
  "type": "boolean\n",
3212
3208
  "description": "Always show the clearable icon when the input is dirty (By default it only shows on hover)."
@@ -3219,6 +3215,10 @@
3219
3215
  "type": "boolean\n",
3220
3216
  "description": "Label does not move on focus/dirty."
3221
3217
  },
3218
+ "VCombobox/loading": {
3219
+ "type": "string | boolean\n",
3220
+ "description": "Displays linear progress bar. Can either be a String which specifies which color is applied to the progress bar (any material color or theme color - **primary**, **secondary**, **success**, **info**, **warning**, **error**) or a Boolean which uses the component **color** (set by color prop - if it's supported by the component) or the primary color."
3221
+ },
3222
3222
  "VCombobox/counter-value": {
3223
3223
  "type": "number | ((value: any) => number)\n",
3224
3224
  "description": "Function returns the counter display text."
@@ -3231,22 +3231,22 @@
3231
3231
  "type": "string[]\n",
3232
3232
  "description": "Accepts an array of strings that will trigger a new tag when typing. Does not replace the normal Tab and Enter keys."
3233
3233
  },
3234
+ "VComponentIcon/tag": {
3235
+ "type": "string\n",
3236
+ "description": "Specify a custom tag used on the root element."
3237
+ },
3234
3238
  "VComponentIcon/icon": {
3235
3239
  "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
3236
3240
  "description": "Apply a specific icon using the [v-icon](/components/icons/) component."
3237
3241
  },
3238
- "VComponentIcon/tag": {
3242
+ "VConfirmEdit/color": {
3239
3243
  "type": "string\n",
3240
- "description": "Specify a custom tag used on the root element."
3244
+ "description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors)."
3241
3245
  },
3242
3246
  "VConfirmEdit/model-value": {
3243
3247
  "type": "unknown\n",
3244
3248
  "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
3245
3249
  },
3246
- "VConfirmEdit/color": {
3247
- "type": "string\n",
3248
- "description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors)."
3249
- },
3250
3250
  "VConfirmEdit/cancel-text": {
3251
3251
  "type": "string\n",
3252
3252
  "description": "Text for the cancel button"
@@ -3255,6 +3255,10 @@
3255
3255
  "type": "string\n",
3256
3256
  "description": "Text for the ok button"
3257
3257
  },
3258
+ "VContainer/tag": {
3259
+ "type": "string\n",
3260
+ "description": "Specify a custom tag used on the root element."
3261
+ },
3258
3262
  "VContainer/height": {
3259
3263
  "type": "string | number\n",
3260
3264
  "description": "Sets the height for the component."
@@ -3279,34 +3283,30 @@
3279
3283
  "type": "string | number\n",
3280
3284
  "description": "Sets the width for the component."
3281
3285
  },
3282
- "VContainer/tag": {
3283
- "type": "string\n",
3284
- "description": "Specify a custom tag used on the root element."
3285
- },
3286
3286
  "VContainer/fluid": {
3287
3287
  "type": "boolean\n",
3288
3288
  "description": "Removes viewport maximum-width size breakpoints."
3289
3289
  },
3290
- "VCounter/disabled": {
3291
- "type": "boolean\n",
3292
- "description": "Removes the ability to click or target the component."
3293
- },
3294
3290
  "VCounter/value": {
3295
3291
  "type": "string | number\n",
3296
3292
  "description": "Sets the current counter value."
3297
3293
  },
3298
- "VCounter/transition": {
3299
- "type": " | string\n | boolean\n | (TransitionProps & { component: Component })\n | { component: Component }\n",
3300
- "description": "Sets the component transition. Can be one of the [built in](/styles/transitions/) or custom transition."
3301
- },
3302
3294
  "VCounter/active": {
3303
3295
  "type": "boolean\n",
3304
3296
  "description": "Determines whether the counter is visible or not."
3305
3297
  },
3298
+ "VCounter/disabled": {
3299
+ "type": "boolean\n",
3300
+ "description": "Removes the ability to click or target the component."
3301
+ },
3306
3302
  "VCounter/max": {
3307
3303
  "type": "string | number\n",
3308
3304
  "description": "Sets the maximum allowed value."
3309
3305
  },
3306
+ "VCounter/transition": {
3307
+ "type": " | string\n | boolean\n | (TransitionProps & { component: Component })\n | { component: Component }\n",
3308
+ "description": "Sets the component transition. Can be one of the [built in](/styles/transitions/) or custom transition."
3309
+ },
3310
3310
  "VDataIterator/model-value": {
3311
3311
  "type": "any[]\n",
3312
3312
  "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
@@ -3483,57 +3483,17 @@
3483
3483
  "type": "(a: any, b: any) => boolean\n",
3484
3484
  "description": "Apply a custom comparison algorithm to compare **model-value** and values contains in the **items** prop."
3485
3485
  },
3486
- "VDataTable/filter-mode": {
3487
- "type": "'every' | 'some' | 'union' | 'intersection'\n",
3488
- "description": "Controls how the results of `customFilter` and `customKeyFilter` are combined. All modes only apply `customFilter` to columns not specified in `customKeyFilter`.\n\n- **some**: There is at least one match from either the custom filter or the custom key filter.\n- **every**: All columns match either the custom filter or the custom key filter.\n- **union**: There is at least one match from the custom filter, or all columns match the custom key filters.\n- **intersection**: There is at least one match from the custom filter, and all columns match the custom key filters."
3489
- },
3490
- "VDataTable/no-filter": {
3491
- "type": "boolean\n",
3492
- "description": "Disables all item filtering."
3493
- },
3494
- "VDataTable/custom-filter": {
3495
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/filter.ts#L19-L19\" target=\"_blank\">FilterFunction</a>\n",
3496
- "description": "Function to filter items."
3497
- },
3498
- "VDataTable/custom-key-filter": {
3486
+ "VDataTable/header-props": {
3499
3487
  "type": "unknown\n",
3500
- "description": "Function used on specific keys within the item object. `customFilter` is skipped for columns with `customKeyFilter` specified."
3488
+ "description": "Pass props to the default header. See [`v-data-table-headers` API](/api/v-data-table-headers) for more information."
3501
3489
  },
3502
- "VDataTable/filter-keys": {
3503
- "type": "string | string[]\n",
3504
- "description": "Array of specific keys to filter on the item."
3490
+ "VDataTable/cell-props": {
3491
+ "type": " | Record<string, any>\n | ((\n data: Pick<\n ItemKeySlot<any>,\n 'value' | 'item' | 'index' | 'internalItem' | 'column'\n >,\n ) => Record<string, any>)\n",
3492
+ "description": "An object of additional props to be passed to each `<td>` in the table body. Also accepts a function that will be called for each cell. If the same prop is defined both here and in `cellProps` in a headers object, the value from the headers object will be used."
3505
3493
  },
3506
- "VDataTable/hide-no-data": {
3507
- "type": "boolean\n",
3508
- "description": "Hides the menu when there are no options to show. Useful for preventing the menu from opening before results are fetched asynchronously. Also has the effect of opening the menu when the `items` array changes if not already open."
3509
- },
3510
- "VDataTable/select-strategy": {
3511
- "type": "'single' | 'page' | 'all'\n",
3512
- "description": "Defines the strategy of selecting items in the list. Possible values are: 'single' (only one item can be selected at a time), 'page' ('Select all' button will select only items on the current page), 'all' ('Select all' button will select all items in the list)."
3513
- },
3514
- "VDataTable/item-value": {
3515
- "type": "SelectItemKey<any>\n",
3516
- "description": "Property on supplied `items` that contains its value."
3517
- },
3518
- "VDataTable/return-object": {
3519
- "type": "boolean\n",
3520
- "description": "Changes the selection behavior to return the object directly rather than the value specified with **item-value**."
3521
- },
3522
- "VDataTable/no-data-text": {
3523
- "type": "string\n",
3524
- "description": "Text shown when no items are provided to the component."
3525
- },
3526
- "VDataTable/header-props": {
3527
- "type": "unknown\n",
3528
- "description": "Pass props to the default header. See [`v-data-table-headers` API](/api/v-data-table-headers) for more information."
3529
- },
3530
- "VDataTable/cell-props": {
3531
- "type": " | Record<string, any>\n | ((\n data: Pick<\n ItemKeySlot<any>,\n 'value' | 'item' | 'index' | 'column' | 'internalItem'\n >,\n ) => Record<string, any>)\n",
3532
- "description": "An object of additional props to be passed to each `<td>` in the table body. Also accepts a function that will be called for each cell. If the same prop is defined both here and in `cellProps` in a headers object, the value from the headers object will be used."
3533
- },
3534
- "VDataTable/headers": {
3535
- "type": "{\n readonly key?:\n | (string & {})\n | 'data-table-group'\n | 'data-table-select'\n | 'data-table-expand'\n | undefined\n readonly value?: SelectItemKey<any>\n readonly title?: string | undefined\n readonly fixed?: boolean | undefined\n readonly align?: 'start' | 'end' | 'center' | undefined\n readonly width?: string | number | undefined\n readonly minWidth?: string | undefined\n readonly maxWidth?: string | undefined\n readonly nowrap?: boolean | undefined\n readonly headerProps?: { readonly [x: string]: any } | undefined\n readonly cellProps?:\n | { readonly [x: string]: any }\n | ((\n data: Pick<\n ItemKeySlot<any>,\n 'value' | 'item' | 'index' | 'internalItem'\n >,\n ) => Record<string, any>)\n | undefined\n readonly sortable?: boolean | undefined\n readonly sort?: DataTableCompareFunction<any> | undefined\n readonly sortRaw?: DataTableCompareFunction<any> | undefined\n readonly filter?: FilterFunction | undefined\n readonly children?: readonly any[] | undefined\n}[]\n",
3536
- "description": "An array of objects that each describe a header column. See the example below for a definition of all properties."
3494
+ "VDataTable/headers": {
3495
+ "type": "{\n readonly key?:\n | (string & {})\n | 'data-table-group'\n | 'data-table-select'\n | 'data-table-expand'\n | undefined\n readonly value?: SelectItemKey<any>\n readonly title?: string | undefined\n readonly fixed?: boolean | undefined\n readonly align?: 'start' | 'end' | 'center' | undefined\n readonly width?: string | number | undefined\n readonly minWidth?: string | undefined\n readonly maxWidth?: string | undefined\n readonly nowrap?: boolean | undefined\n readonly headerProps?: { readonly [x: string]: any } | undefined\n readonly cellProps?:\n | { readonly [x: string]: any }\n | ((\n data: Pick<\n ItemKeySlot<any>,\n 'value' | 'item' | 'index' | 'internalItem'\n >,\n ) => Record<string, any>)\n | undefined\n readonly sortable?: boolean | undefined\n readonly sort?: DataTableCompareFunction<any> | undefined\n readonly sortRaw?: DataTableCompareFunction<any> | undefined\n readonly filter?: FilterFunction | undefined\n readonly children?: readonly any[] | undefined\n}[]\n",
3496
+ "description": "An array of objects that each describe a header column. See the example below for a definition of all properties."
3537
3497
  },
3538
3498
  "VDataTable/page": {
3539
3499
  "type": "string | number\n",
@@ -3547,6 +3507,14 @@
3547
3507
  "type": "string\n",
3548
3508
  "description": "Text shown when the data is loading."
3549
3509
  },
3510
+ "VDataTable/hide-no-data": {
3511
+ "type": "boolean\n",
3512
+ "description": "Hides the menu when there are no options to show. Useful for preventing the menu from opening before results are fetched asynchronously. Also has the effect of opening the menu when the `items` array changes if not already open."
3513
+ },
3514
+ "VDataTable/no-data-text": {
3515
+ "type": "string\n",
3516
+ "description": "Text shown when no items are provided to the component."
3517
+ },
3550
3518
  "VDataTable/row-props": {
3551
3519
  "type": " | Record<string, any>\n | ((\n data: Pick<ItemKeySlot<any>, 'item' | 'index' | 'internalItem'>,\n ) => Record<string, any>)\n",
3552
3520
  "description": "An object of additional props to be passed to each `<tr>` in the table body. Also accepts a function that will be called for each row."
@@ -3579,14 +3547,26 @@
3579
3547
  "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/composables/sort.ts#L30-L30\" target=\"_blank\">SortItem</a>[]\n",
3580
3548
  "description": "Changes which item property should be used for grouping items. Currently only supports a single grouping in the format: `group` or `['group']`. When using an array, only the first element is considered. Can be used with `.sync` modifier."
3581
3549
  },
3550
+ "VDataTable/item-value": {
3551
+ "type": "SelectItemKey<any>\n",
3552
+ "description": "Property on supplied `items` that contains its value."
3553
+ },
3582
3554
  "VDataTable/item-selectable": {
3583
3555
  "type": "SelectItemKey<any>\n",
3584
3556
  "description": "Property on supplied `items` that indicates whether the item is selectable."
3585
3557
  },
3558
+ "VDataTable/return-object": {
3559
+ "type": "boolean\n",
3560
+ "description": "Changes the selection behavior to return the object directly rather than the value specified with **item-value**."
3561
+ },
3586
3562
  "VDataTable/show-select": {
3587
3563
  "type": "boolean\n",
3588
3564
  "description": "Shows the select checkboxes in both the header and rows (if using default rows)."
3589
3565
  },
3566
+ "VDataTable/select-strategy": {
3567
+ "type": "'page' | 'single' | 'all'\n",
3568
+ "description": "Defines the strategy of selecting items in the list. Possible values are: 'single' (only one item can be selected at a time), 'page' ('Select all' button will select only items on the current page), 'all' ('Select all' button will select all items in the list)."
3569
+ },
3590
3570
  "VDataTable/sort-by": {
3591
3571
  "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/composables/sort.ts#L30-L30\" target=\"_blank\">SortItem</a>[]\n",
3592
3572
  "description": "Changes which item property (or properties) should be used for sort order. Can be used with `.sync` modifier."
@@ -3623,6 +3603,26 @@
3623
3603
  "type": "boolean\n",
3624
3604
  "description": "Use the fixed-footer prop together with the height prop to fix the footer to the bottom of the table."
3625
3605
  },
3606
+ "VDataTable/filter-mode": {
3607
+ "type": "'every' | 'some' | 'union' | 'intersection'\n",
3608
+ "description": "Controls how the results of `customFilter` and `customKeyFilter` are combined. All modes only apply `customFilter` to columns not specified in `customKeyFilter`.\n\n- **some**: There is at least one match from either the custom filter or the custom key filter.\n- **every**: All columns match either the custom filter or the custom key filter.\n- **union**: There is at least one match from the custom filter, or all columns match the custom key filters.\n- **intersection**: There is at least one match from the custom filter, and all columns match the custom key filters."
3609
+ },
3610
+ "VDataTable/no-filter": {
3611
+ "type": "boolean\n",
3612
+ "description": "Disables all item filtering."
3613
+ },
3614
+ "VDataTable/custom-filter": {
3615
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/filter.ts#L19-L19\" target=\"_blank\">FilterFunction</a>\n",
3616
+ "description": "Function to filter items."
3617
+ },
3618
+ "VDataTable/custom-key-filter": {
3619
+ "type": "unknown\n",
3620
+ "description": "Function used on specific keys within the item object. `customFilter` is skipped for columns with `customKeyFilter` specified."
3621
+ },
3622
+ "VDataTable/filter-keys": {
3623
+ "type": "string | string[]\n",
3624
+ "description": "Array of specific keys to filter on the item."
3625
+ },
3626
3626
  "VDataTable/first-icon": {
3627
3627
  "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
3628
3628
  "description": "First icon."
@@ -3723,6 +3723,14 @@
3723
3723
  "type": "string | boolean\n",
3724
3724
  "description": "Displays linear progress bar. Can either be a String which specifies which color is applied to the progress bar (any material color or theme color - **primary**, **secondary**, **success**, **info**, **warning**, **error**) or a Boolean which uses the component **color** (set by color prop - if it's supported by the component) or the primary color."
3725
3725
  },
3726
+ "VDataTableHeaders/mobile": {
3727
+ "type": "boolean\n",
3728
+ "description": "Determines the display mode of the component. If true, the component will be displayed in mobile mode. If false, the component will be displayed in desktop mode. If null, will be based on the current mobile-breakpoint"
3729
+ },
3730
+ "VDataTableHeaders/mobile-breakpoint": {
3731
+ "type": "number | 'xs' | 'sm' | 'md' | 'lg' | 'xl' | 'xxl'\n",
3732
+ "description": "Overrides the display configuration default screen size that the component should be considered in mobile."
3733
+ },
3726
3734
  "VDataTableHeaders/multi-sort": {
3727
3735
  "type": "boolean\n",
3728
3736
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VDataTableHeaders.json))"
@@ -3747,33 +3755,25 @@
3747
3755
  "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
3748
3756
  "description": "Icon used for descending sort button."
3749
3757
  },
3750
- "VDataTableHeaders/mobile": {
3751
- "type": "boolean\n",
3752
- "description": "Determines the display mode of the component. If true, the component will be displayed in mobile mode. If false, the component will be displayed in desktop mode. If null, will be based on the current mobile-breakpoint"
3753
- },
3754
- "VDataTableHeaders/mobile-breakpoint": {
3755
- "type": "number | 'sm' | 'md' | 'lg' | 'xl' | 'xxl' | 'xs'\n",
3756
- "description": "Overrides the display configuration default screen size that the component should be considered in mobile."
3757
- },
3758
3758
  "VDataTableRow/item": {
3759
3759
  "type": "unknown\n",
3760
3760
  "description": "Data (key, index and column values) of the displayed item."
3761
3761
  },
3762
- "VDataTableRow/cell-props": {
3763
- "type": " | Record<string, any>\n | ((\n data: Pick<\n ItemKeySlot<unknown>,\n 'item' | 'value' | 'index' | 'internalItem' | 'column'\n >,\n ) => Record<string, any>)\n",
3764
- "description": "Props to be applied to the cell."
3762
+ "VDataTableRow/index": {
3763
+ "type": "number\n",
3764
+ "description": "Row index."
3765
3765
  },
3766
3766
  "VDataTableRow/mobile": {
3767
3767
  "type": "boolean\n",
3768
3768
  "description": "Determines the display mode of the component. If true, the component will be displayed in mobile mode. If false, the component will be displayed in desktop mode. If null, will be based on the current mobile-breakpoint"
3769
3769
  },
3770
3770
  "VDataTableRow/mobile-breakpoint": {
3771
- "type": "number | 'sm' | 'md' | 'lg' | 'xl' | 'xxl' | 'xs'\n",
3771
+ "type": "number | 'xs' | 'sm' | 'md' | 'lg' | 'xl' | 'xxl'\n",
3772
3772
  "description": "Overrides the display configuration default screen size that the component should be considered in mobile."
3773
3773
  },
3774
- "VDataTableRow/index": {
3775
- "type": "number\n",
3776
- "description": "Row index."
3774
+ "VDataTableRow/cell-props": {
3775
+ "type": " | Record<string, any>\n | ((\n data: Pick<\n ItemKeySlot<unknown>,\n 'item' | 'value' | 'index' | 'column' | 'internalItem'\n >,\n ) => Record<string, any>)\n",
3776
+ "description": "Props to be applied to the cell."
3777
3777
  },
3778
3778
  "VDataTableRows/hide-no-data": {
3779
3779
  "type": "boolean\n",
@@ -3791,18 +3791,18 @@
3791
3791
  "type": "string | boolean\n",
3792
3792
  "description": "Displays `loading` slot if set to `true`"
3793
3793
  },
3794
- "VDataTableRows/cell-props": {
3795
- "type": " | Record<string, any>\n | ((\n data: Pick<\n ItemKeySlot<any>,\n 'item' | 'value' | 'index' | 'internalItem' | 'column'\n >,\n ) => Record<string, any>)\n",
3796
- "description": "An object of additional props to be passed to each `<td>` in the table body. Also accepts a function that will be called for each cell. If the same prop is defined both here and in `cellProps` in a headers object, the value from the headers object will be used."
3797
- },
3798
3794
  "VDataTableRows/mobile": {
3799
3795
  "type": "boolean\n",
3800
3796
  "description": "Determines the display mode of the component. If true, the component will be displayed in mobile mode. If false, the component will be displayed in desktop mode. If null, will be based on the current mobile-breakpoint"
3801
3797
  },
3802
3798
  "VDataTableRows/mobile-breakpoint": {
3803
- "type": "number | 'sm' | 'md' | 'lg' | 'xl' | 'xxl' | 'xs'\n",
3799
+ "type": "number | 'xs' | 'sm' | 'md' | 'lg' | 'xl' | 'xxl'\n",
3804
3800
  "description": "Overrides the display configuration default screen size that the component should be considered in mobile."
3805
3801
  },
3802
+ "VDataTableRows/cell-props": {
3803
+ "type": " | Record<string, any>\n | ((\n data: Pick<\n ItemKeySlot<any>,\n 'item' | 'value' | 'index' | 'column' | 'internalItem'\n >,\n ) => Record<string, any>)\n",
3804
+ "description": "An object of additional props to be passed to each `<td>` in the table body. Also accepts a function that will be called for each cell. If the same prop is defined both here and in `cellProps` in a headers object, the value from the headers object will be used."
3805
+ },
3806
3806
  "VDataTableRows/loading-text": {
3807
3807
  "type": "string\n",
3808
3808
  "description": "Text shown when the data is loading."
@@ -3811,9 +3811,21 @@
3811
3811
  "type": " | Record<string, any>\n | ((\n data: Pick<ItemKeySlot<any>, 'item' | 'index' | 'internalItem'>,\n ) => Record<string, any>)\n",
3812
3812
  "description": "An object of additional props to be passed to each `<tr>` in the table body. Also accepts a function that will be called for each row."
3813
3813
  },
3814
- "VDataTableServer/model-value": {
3815
- "type": "unknown\n",
3816
- "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
3814
+ "VDataTableServer/tag": {
3815
+ "type": "string\n",
3816
+ "description": "Specify a custom tag used on the root element."
3817
+ },
3818
+ "VDataTableServer/search": {
3819
+ "type": "string\n",
3820
+ "description": "Text input used to filter items."
3821
+ },
3822
+ "VDataTableServer/theme": {
3823
+ "type": "string\n",
3824
+ "description": "Specify a theme for this component and all of its children."
3825
+ },
3826
+ "VDataTableServer/items": {
3827
+ "type": "any[]\n",
3828
+ "description": "An array of strings or objects used for automatically generating children components."
3817
3829
  },
3818
3830
  "VDataTableServer/density": {
3819
3831
  "type": "'default' | 'comfortable' | 'compact'\n",
@@ -3827,81 +3839,129 @@
3827
3839
  "type": "string | number\n",
3828
3840
  "description": "Sets the width for the component."
3829
3841
  },
3842
+ "VDataTableServer/loading": {
3843
+ "type": "string | boolean\n",
3844
+ "description": "Displays linear progress bar. Can either be a String which specifies which color is applied to the progress bar (any material color or theme color - **primary**, **secondary**, **success**, **info**, **warning**, **error**) or a Boolean which uses the component **color** (set by color prop - if it's supported by the component) or the primary color."
3845
+ },
3830
3846
  "VDataTableServer/sticky": {
3831
3847
  "type": "boolean\n",
3832
3848
  "description": "Deprecated, use `fixed-header` instead."
3833
3849
  },
3834
- "VDataTableServer/tag": {
3835
- "type": "string\n",
3836
- "description": "Specify a custom tag used on the root element."
3837
- },
3838
- "VDataTableServer/theme": {
3839
- "type": "string\n",
3840
- "description": "Specify a theme for this component and all of its children."
3841
- },
3842
3850
  "VDataTableServer/color": {
3843
3851
  "type": "string\n",
3844
3852
  "description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors)."
3845
3853
  },
3846
- "VDataTableServer/search": {
3847
- "type": "string\n",
3848
- "description": "Text input used to filter items."
3854
+ "VDataTableServer/model-value": {
3855
+ "type": "unknown\n",
3856
+ "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
3849
3857
  },
3850
- "VDataTableServer/hide-no-data": {
3858
+ "VDataTableServer/mobile": {
3851
3859
  "type": "boolean\n",
3852
- "description": "Hides the menu when there are no options to show. Useful for preventing the menu from opening before results are fetched asynchronously. Also has the effect of opening the menu when the `items` array changes if not already open."
3860
+ "description": "Determines the display mode of the component. If true, the component will be displayed in mobile mode. If false, the component will be displayed in desktop mode. If null, will be based on the current mobile-breakpoint"
3853
3861
  },
3854
- "VDataTableServer/select-strategy": {
3855
- "type": "'single' | 'page' | 'all'\n",
3856
- "description": "Defines the strategy of selecting items in the list. Possible values are: 'single' (only one item can be selected at a time), 'page' ('Select all' button will select only items on the current page), 'all' ('Select all' button will select all items in the list)."
3862
+ "VDataTableServer/mobile-breakpoint": {
3863
+ "type": "number | 'xs' | 'sm' | 'md' | 'lg' | 'xl' | 'xxl'\n",
3864
+ "description": "Overrides the display configuration default screen size that the component should be considered in mobile."
3857
3865
  },
3858
- "VDataTableServer/items": {
3859
- "type": "any[]\n",
3860
- "description": "An array of strings or objects used for automatically generating children components."
3866
+ "VDataTableServer/next-icon": {
3867
+ "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
3868
+ "description": "Next icon."
3861
3869
  },
3862
- "VDataTableServer/item-value": {
3863
- "type": "SelectItemKey<any>\n",
3864
- "description": "Property on supplied `items` that contains its value."
3870
+ "VDataTableServer/prev-icon": {
3871
+ "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
3872
+ "description": "Previous icon."
3865
3873
  },
3866
- "VDataTableServer/return-object": {
3874
+ "VDataTableServer/hover": {
3867
3875
  "type": "boolean\n",
3868
- "description": "Changes the selection behavior to return the object directly rather than the value specified with **item-value**."
3876
+ "description": "Will add a hover effect to a table's row when the mouse is over it."
3869
3877
  },
3870
3878
  "VDataTableServer/value-comparator": {
3871
3879
  "type": "(a: any, b: any) => boolean\n",
3872
3880
  "description": "Apply a custom comparison algorithm to compare **model-value** and values contains in the **items** prop."
3873
3881
  },
3882
+ "VDataTableServer/header-props": {
3883
+ "type": "unknown\n",
3884
+ "description": "Pass props to the default header. See [`v-data-table-server` API](/api/v-data-table-server) for more information."
3885
+ },
3886
+ "VDataTableServer/cell-props": {
3887
+ "type": " | Record<string, any>\n | ((\n data: Pick<\n ItemKeySlot<any>,\n 'value' | 'item' | 'index' | 'internalItem' | 'column'\n >,\n ) => Record<string, any>)\n",
3888
+ "description": "An object of additional props to be passed to each `<td>` in the table body. Also accepts a function that will be called for each cell. If the same prop is defined both here and in `cellProps` in a headers object, the value from the headers object will be used."
3889
+ },
3890
+ "VDataTableServer/headers": {
3891
+ "type": "{\n readonly key?:\n | (string & {})\n | 'data-table-group'\n | 'data-table-select'\n | 'data-table-expand'\n | undefined\n readonly value?: SelectItemKey<Record<string, any>>\n readonly title?: string | undefined\n readonly fixed?: boolean | undefined\n readonly align?: 'start' | 'end' | 'center' | undefined\n readonly width?: string | number | undefined\n readonly minWidth?: string | undefined\n readonly maxWidth?: string | undefined\n readonly nowrap?: boolean | undefined\n readonly headerProps?: { readonly [x: string]: any } | undefined\n readonly cellProps?:\n | { readonly [x: string]: any }\n | ((\n data: Pick<\n ItemKeySlot<any>,\n 'value' | 'item' | 'index' | 'internalItem'\n >,\n ) => Record<string, any>)\n | undefined\n readonly sortable?: boolean | undefined\n readonly sort?: DataTableCompareFunction<any> | undefined\n readonly sortRaw?: DataTableCompareFunction<any> | undefined\n readonly filter?: FilterFunction | undefined\n readonly children?:\n | readonly {\n readonly key?:\n | (string & {})\n | 'data-table-group'\n | 'data-table-select'\n | 'data-table-expand'\n | undefined\n readonly value?: SelectItemKey<Record<string, any>>\n readonly title?: string | undefined\n readonly fixed?: boolean | undefined\n readonly align?: 'start' | 'end' | 'center' | undefined\n readonly width?: string | number | undefined\n readonly minWidth?: string | undefined\n readonly maxWidth?: string | undefined\n readonly nowrap?: boolean | undefined\n readonly headerProps?: { readonly [x: string]: any } | undefined\n readonly cellProps?:\n | { readonly [x: string]: any }\n | ((\n data: Pick<\n ItemKeySlot<any>,\n 'value' | 'item' | 'index' | 'internalItem'\n >,\n ) => Record<string, any>)\n | undefined\n readonly sortable?: boolean | undefined\n readonly sort?: DataTableCompareFunction<any> | undefined\n readonly sortRaw?: DataTableCompareFunction<any> | undefined\n readonly filter?: FilterFunction | undefined\n readonly children?: readonly any[] | undefined\n }[]\n | undefined\n}[]\n",
3892
+ "description": "An array of objects that each describe a header column."
3893
+ },
3894
+ "VDataTableServer/page": {
3895
+ "type": "string | number\n",
3896
+ "description": "The current displayed page number (1-indexed)."
3897
+ },
3898
+ "VDataTableServer/items-per-page": {
3899
+ "type": "string | number\n",
3900
+ "description": "The number of items to display on each page."
3901
+ },
3902
+ "VDataTableServer/loading-text": {
3903
+ "type": "string\n",
3904
+ "description": "Text shown when the data is loading."
3905
+ },
3906
+ "VDataTableServer/hide-no-data": {
3907
+ "type": "boolean\n",
3908
+ "description": "Hides the menu when there are no options to show. Useful for preventing the menu from opening before results are fetched asynchronously. Also has the effect of opening the menu when the `items` array changes if not already open."
3909
+ },
3874
3910
  "VDataTableServer/no-data-text": {
3875
3911
  "type": "string\n",
3876
3912
  "description": "Text shown when no items are provided to the component."
3877
3913
  },
3878
- "VDataTableServer/loading": {
3879
- "type": "string | boolean\n",
3880
- "description": "Displays `loading` slot if set to `true`"
3914
+ "VDataTableServer/row-props": {
3915
+ "type": " | Record<string, any>\n | ((\n data: Pick<ItemKeySlot<any>, 'item' | 'index' | 'internalItem'>,\n ) => Record<string, any>)\n",
3916
+ "description": "An object of additional props to be passed to each `<tr>` in the table body. Also accepts a function that will be called for each row."
3881
3917
  },
3882
- "VDataTableServer/next-icon": {
3883
- "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
3884
- "description": "Next icon."
3918
+ "VDataTableServer/hide-default-body": {
3919
+ "type": "boolean\n",
3920
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/DataTable.json))"
3885
3921
  },
3886
- "VDataTableServer/prev-icon": {
3887
- "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
3888
- "description": "Previous icon."
3922
+ "VDataTableServer/hide-default-footer": {
3923
+ "type": "boolean\n",
3924
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/DataTable.json))"
3889
3925
  },
3890
- "VDataTableServer/hover": {
3926
+ "VDataTableServer/hide-default-header": {
3891
3927
  "type": "boolean\n",
3892
- "description": "Will add a hover effect to a table's row when the mouse is over it."
3928
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/DataTable.json))"
3929
+ },
3930
+ "VDataTableServer/expand-on-click": {
3931
+ "type": "boolean\n",
3932
+ "description": "Expands item when the row is clicked."
3933
+ },
3934
+ "VDataTableServer/show-expand": {
3935
+ "type": "boolean\n",
3936
+ "description": "Shows the expand icon."
3937
+ },
3938
+ "VDataTableServer/expanded": {
3939
+ "type": "string[]\n",
3940
+ "description": "Whether the item is expanded or not."
3941
+ },
3942
+ "VDataTableServer/group-by": {
3943
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/composables/sort.ts#L30-L30\" target=\"_blank\">SortItem</a>[]\n",
3944
+ "description": "Defines the grouping of the table items."
3945
+ },
3946
+ "VDataTableServer/item-value": {
3947
+ "type": "SelectItemKey<any>\n",
3948
+ "description": "Property on supplied `items` that contains its value."
3893
3949
  },
3894
3950
  "VDataTableServer/item-selectable": {
3895
3951
  "type": "SelectItemKey<any>\n",
3896
3952
  "description": "Property on supplied `items` that indicates whether the item is selectable."
3897
3953
  },
3954
+ "VDataTableServer/return-object": {
3955
+ "type": "boolean\n",
3956
+ "description": "Changes the selection behavior to return the object directly rather than the value specified with **item-value**."
3957
+ },
3898
3958
  "VDataTableServer/show-select": {
3899
3959
  "type": "boolean\n",
3900
3960
  "description": "Shows the column with checkboxes for selecting items in the list."
3901
3961
  },
3902
- "VDataTableServer/page": {
3903
- "type": "string | number\n",
3904
- "description": "The current displayed page number (1-indexed)."
3962
+ "VDataTableServer/select-strategy": {
3963
+ "type": "'page' | 'single' | 'all'\n",
3964
+ "description": "Defines the strategy of selecting items in the list. Possible values are: 'single' (only one item can be selected at a time), 'page' ('Select all' button will select only items on the current page), 'all' ('Select all' button will select all items in the list)."
3905
3965
  },
3906
3966
  "VDataTableServer/sort-by": {
3907
3967
  "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/composables/sort.ts#L30-L30\" target=\"_blank\">SortItem</a>[]\n",
@@ -3919,41 +3979,25 @@
3919
3979
  "type": "unknown\n",
3920
3980
  "description": "Function used on specific keys within the item object. `customSort` is skipped for columns with `customKeySort` specified."
3921
3981
  },
3922
- "VDataTableServer/items-per-page": {
3923
- "type": "string | number\n",
3924
- "description": "The number of items to display on each page."
3925
- },
3926
- "VDataTableServer/expand-on-click": {
3982
+ "VDataTableServer/disable-sort": {
3927
3983
  "type": "boolean\n",
3928
- "description": "Expands item when the row is clicked."
3984
+ "description": "Toggles rendering of sort button."
3929
3985
  },
3930
- "VDataTableServer/show-expand": {
3986
+ "VDataTableServer/fixed-header": {
3931
3987
  "type": "boolean\n",
3932
- "description": "Shows the expand icon."
3933
- },
3934
- "VDataTableServer/expanded": {
3935
- "type": "string[]\n",
3936
- "description": "Whether the item is expanded or not."
3937
- },
3938
- "VDataTableServer/group-by": {
3939
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/composables/sort.ts#L30-L30\" target=\"_blank\">SortItem</a>[]\n",
3940
- "description": "Defines the grouping of the table items."
3941
- },
3942
- "VDataTableServer/header-props": {
3943
- "type": "unknown\n",
3944
- "description": "Pass props to the default header. See [`v-data-table-server` API](/api/v-data-table-server) for more information."
3988
+ "description": "Use the fixed-header prop together with the height prop to fix the header to the top of the table."
3945
3989
  },
3946
- "VDataTableServer/cell-props": {
3947
- "type": " | Record<string, any>\n | ((\n data: Pick<\n ItemKeySlot<any>,\n 'item' | 'value' | 'index' | 'internalItem' | 'column'\n >,\n ) => Record<string, any>)\n",
3948
- "description": "An object of additional props to be passed to each `<td>` in the table body. Also accepts a function that will be called for each cell. If the same prop is defined both here and in `cellProps` in a headers object, the value from the headers object will be used."
3990
+ "VDataTableServer/sort-asc-icon": {
3991
+ "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
3992
+ "description": "Icon used for ascending sort button."
3949
3993
  },
3950
- "VDataTableServer/items-length": {
3951
- "type": "string | number\n",
3952
- "description": "Number of all items."
3994
+ "VDataTableServer/sort-desc-icon": {
3995
+ "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
3996
+ "description": "Icon used for descending sort button."
3953
3997
  },
3954
- "VDataTableServer/disable-sort": {
3998
+ "VDataTableServer/fixed-footer": {
3955
3999
  "type": "boolean\n",
3956
- "description": "Toggles rendering of sort button."
4000
+ "description": "Use the fixed-footer prop together with the height prop to fix the footer to the bottom of the table."
3957
4001
  },
3958
4002
  "VDataTableServer/first-icon": {
3959
4003
  "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
@@ -3995,69 +4039,13 @@
3995
4039
  "type": "boolean\n",
3996
4040
  "description": "Show current page number between prev/next icons."
3997
4041
  },
3998
- "VDataTableServer/headers": {
3999
- "type": "{\n readonly key?:\n | (string & {})\n | 'data-table-expand'\n | 'data-table-select'\n | 'data-table-group'\n | undefined\n readonly value?: SelectItemKey<Record<string, any>>\n readonly title?: string | undefined\n readonly fixed?: boolean | undefined\n readonly align?: 'end' | 'start' | 'center' | undefined\n readonly width?: string | number | undefined\n readonly minWidth?: string | undefined\n readonly maxWidth?: string | undefined\n readonly nowrap?: boolean | undefined\n readonly headerProps?: { readonly [x: string]: any } | undefined\n readonly cellProps?:\n | ((\n data: Pick<\n ItemKeySlot<any>,\n 'item' | 'value' | 'index' | 'internalItem'\n >,\n ) => Record<string, any>)\n | { readonly [x: string]: any }\n | undefined\n readonly sortable?: boolean | undefined\n readonly sort?: DataTableCompareFunction<any> | undefined\n readonly sortRaw?: DataTableCompareFunction<any> | undefined\n readonly filter?: FilterFunction | undefined\n readonly children?:\n | readonly {\n readonly key?:\n | (string & {})\n | 'data-table-expand'\n | 'data-table-select'\n | 'data-table-group'\n | undefined\n readonly value?: SelectItemKey<Record<string, any>>\n readonly title?: string | undefined\n readonly fixed?: boolean | undefined\n readonly align?: 'end' | 'start' | 'center' | undefined\n readonly width?: string | number | undefined\n readonly minWidth?: string | undefined\n readonly maxWidth?: string | undefined\n readonly nowrap?: boolean | undefined\n readonly headerProps?: { readonly [x: string]: any } | undefined\n readonly cellProps?:\n | ((\n data: Pick<\n ItemKeySlot<any>,\n 'item' | 'value' | 'index' | 'internalItem'\n >,\n ) => Record<string, any>)\n | { readonly [x: string]: any }\n | undefined\n readonly sortable?: boolean | undefined\n readonly sort?: DataTableCompareFunction<any> | undefined\n readonly sortRaw?: DataTableCompareFunction<any> | undefined\n readonly filter?: FilterFunction | undefined\n readonly children?: readonly any[] | undefined\n }[]\n | undefined\n}[]\n",
4000
- "description": "An array of objects that each describe a header column."
4001
- },
4002
- "VDataTableServer/fixed-header": {
4003
- "type": "boolean\n",
4004
- "description": "Use the fixed-header prop together with the height prop to fix the header to the top of the table."
4005
- },
4006
- "VDataTableServer/sort-asc-icon": {
4007
- "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
4008
- "description": "Icon used for ascending sort button."
4009
- },
4010
- "VDataTableServer/sort-desc-icon": {
4011
- "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
4012
- "description": "Icon used for descending sort button."
4013
- },
4014
- "VDataTableServer/mobile": {
4015
- "type": "boolean\n",
4016
- "description": "Determines the display mode of the component. If true, the component will be displayed in mobile mode. If false, the component will be displayed in desktop mode. If null, will be based on the current mobile-breakpoint"
4017
- },
4018
- "VDataTableServer/mobile-breakpoint": {
4019
- "type": "number | 'sm' | 'md' | 'lg' | 'xl' | 'xxl' | 'xs'\n",
4020
- "description": "Overrides the display configuration default screen size that the component should be considered in mobile."
4021
- },
4022
- "VDataTableServer/loading-text": {
4023
- "type": "string\n",
4024
- "description": "Text shown when the data is loading."
4025
- },
4026
- "VDataTableServer/row-props": {
4027
- "type": " | Record<string, any>\n | ((\n data: Pick<ItemKeySlot<any>, 'item' | 'index' | 'internalItem'>,\n ) => Record<string, any>)\n",
4028
- "description": "An object of additional props to be passed to each `<tr>` in the table body. Also accepts a function that will be called for each row."
4029
- },
4030
- "VDataTableServer/hide-default-body": {
4031
- "type": "boolean\n",
4032
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/DataTable.json))"
4033
- },
4034
- "VDataTableServer/hide-default-footer": {
4035
- "type": "boolean\n",
4036
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/DataTable.json))"
4037
- },
4038
- "VDataTableServer/hide-default-header": {
4039
- "type": "boolean\n",
4040
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/DataTable.json))"
4041
- },
4042
- "VDataTableServer/fixed-footer": {
4043
- "type": "boolean\n",
4044
- "description": "Use the fixed-footer prop together with the height prop to fix the footer to the bottom of the table."
4045
- },
4046
- "VDataTableVirtual/tag": {
4047
- "type": "string\n",
4048
- "description": "Specify a custom tag used on the root element."
4049
- },
4050
- "VDataTableVirtual/search": {
4051
- "type": "string\n",
4052
- "description": "Text input used to filter items."
4053
- },
4054
- "VDataTableVirtual/theme": {
4055
- "type": "string\n",
4056
- "description": "Specify a theme for this component and all of its children."
4042
+ "VDataTableServer/items-length": {
4043
+ "type": "string | number\n",
4044
+ "description": "Number of all items."
4057
4045
  },
4058
- "VDataTableVirtual/items": {
4059
- "type": "any[]\n",
4060
- "description": "An array of strings or objects used for automatically generating children components."
4046
+ "VDataTableVirtual/model-value": {
4047
+ "type": "unknown\n",
4048
+ "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
4061
4049
  },
4062
4050
  "VDataTableVirtual/density": {
4063
4051
  "type": "'default' | 'comfortable' | 'compact'\n",
@@ -4071,37 +4059,25 @@
4071
4059
  "type": "string | number\n",
4072
4060
  "description": "Sets the width for the component."
4073
4061
  },
4074
- "VDataTableVirtual/loading": {
4075
- "type": "string | boolean\n",
4076
- "description": "Displays linear progress bar. Can either be a String which specifies which color is applied to the progress bar (any material color or theme color - **primary**, **secondary**, **success**, **info**, **warning**, **error**) or a Boolean which uses the component **color** (set by color prop - if it's supported by the component) or the primary color."
4077
- },
4078
4062
  "VDataTableVirtual/sticky": {
4079
4063
  "type": "boolean\n",
4080
4064
  "description": "Deprecated, use `fixed-header` instead."
4081
4065
  },
4082
- "VDataTableVirtual/color": {
4066
+ "VDataTableVirtual/tag": {
4083
4067
  "type": "string\n",
4084
- "description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors)."
4085
- },
4086
- "VDataTableVirtual/model-value": {
4087
- "type": "unknown\n",
4088
- "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
4089
- },
4090
- "VDataTableVirtual/mobile": {
4091
- "type": "boolean\n",
4092
- "description": "Determines the display mode of the component. If true, the component will be displayed in mobile mode. If false, the component will be displayed in desktop mode. If null, will be based on the current mobile-breakpoint"
4068
+ "description": "Specify a custom tag used on the root element."
4093
4069
  },
4094
- "VDataTableVirtual/mobile-breakpoint": {
4095
- "type": "number | 'xs' | 'sm' | 'md' | 'lg' | 'xl' | 'xxl'\n",
4096
- "description": "Overrides the display configuration default screen size that the component should be considered in mobile."
4070
+ "VDataTableVirtual/theme": {
4071
+ "type": "string\n",
4072
+ "description": "Specify a theme for this component and all of its children."
4097
4073
  },
4098
- "VDataTableVirtual/hover": {
4099
- "type": "boolean\n",
4100
- "description": "Will add a hover effect to a table's row when the mouse is over it."
4074
+ "VDataTableVirtual/color": {
4075
+ "type": "string\n",
4076
+ "description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors)."
4101
4077
  },
4102
- "VDataTableVirtual/value-comparator": {
4103
- "type": "(a: any, b: any) => boolean\n",
4104
- "description": "Apply a custom comparison algorithm to compare **model-value** and values contains in the **items** prop."
4078
+ "VDataTableVirtual/search": {
4079
+ "type": "string\n",
4080
+ "description": "Text input used to filter items."
4105
4081
  },
4106
4082
  "VDataTableVirtual/filter-mode": {
4107
4083
  "type": "'every' | 'some' | 'union' | 'intersection'\n",
@@ -4131,6 +4107,10 @@
4131
4107
  "type": "'single' | 'page' | 'all'\n",
4132
4108
  "description": "Defines the strategy of selecting items in the list. Possible values are: 'single' (only one item can be selected at a time), 'page' ('Select all' button will select only items on the current page), 'all' ('Select all' button will select all items in the list)."
4133
4109
  },
4110
+ "VDataTableVirtual/items": {
4111
+ "type": "any[]\n",
4112
+ "description": "An array of strings or objects used for automatically generating children components."
4113
+ },
4134
4114
  "VDataTableVirtual/item-value": {
4135
4115
  "type": "SelectItemKey<any>\n",
4136
4116
  "description": "Property on supplied `items` that contains its value."
@@ -4139,57 +4119,29 @@
4139
4119
  "type": "boolean\n",
4140
4120
  "description": "Changes the selection behavior to return the object directly rather than the value specified with **item-value**."
4141
4121
  },
4122
+ "VDataTableVirtual/value-comparator": {
4123
+ "type": "(a: any, b: any) => boolean\n",
4124
+ "description": "Apply a custom comparison algorithm to compare **model-value** and values contains in the **items** prop."
4125
+ },
4142
4126
  "VDataTableVirtual/no-data-text": {
4143
4127
  "type": "string\n",
4144
4128
  "description": "Text shown when no items are provided to the component."
4145
4129
  },
4146
- "VDataTableVirtual/header-props": {
4147
- "type": "unknown\n",
4148
- "description": "Pass props to the default header."
4149
- },
4150
- "VDataTableVirtual/cell-props": {
4151
- "type": " | Record<string, any>\n | ((\n data: Pick<\n ItemKeySlot<any>,\n 'value' | 'item' | 'index' | 'column' | 'internalItem'\n >,\n ) => Record<string, any>)\n",
4152
- "description": "An object of additional props to be passed to each `<td>` in the table body. Also accepts a function that will be called for each cell. If the same prop is defined both here and in `cellProps` in a headers object, the value from the headers object will be used."
4153
- },
4154
- "VDataTableVirtual/headers": {
4155
- "type": "{\n readonly key?:\n | (string & {})\n | 'data-table-group'\n | 'data-table-select'\n | 'data-table-expand'\n | undefined\n readonly value?: SelectItemKey<Record<string, any>>\n readonly title?: string | undefined\n readonly fixed?: boolean | undefined\n readonly align?: 'start' | 'end' | 'center' | undefined\n readonly width?: string | number | undefined\n readonly minWidth?: string | undefined\n readonly maxWidth?: string | undefined\n readonly nowrap?: boolean | undefined\n readonly headerProps?: { readonly [x: string]: any } | undefined\n readonly cellProps?:\n | { readonly [x: string]: any }\n | ((\n data: Pick<\n ItemKeySlot<any>,\n 'value' | 'item' | 'index' | 'internalItem'\n >,\n ) => Record<string, any>)\n | undefined\n readonly sortable?: boolean | undefined\n readonly sort?: DataTableCompareFunction<any> | undefined\n readonly sortRaw?: DataTableCompareFunction<any> | undefined\n readonly filter?: FilterFunction | undefined\n readonly children?:\n | readonly {\n readonly key?:\n | (string & {})\n | 'data-table-group'\n | 'data-table-select'\n | 'data-table-expand'\n | undefined\n readonly value?: SelectItemKey<Record<string, any>>\n readonly title?: string | undefined\n readonly fixed?: boolean | undefined\n readonly align?: 'start' | 'end' | 'center' | undefined\n readonly width?: string | number | undefined\n readonly minWidth?: string | undefined\n readonly maxWidth?: string | undefined\n readonly nowrap?: boolean | undefined\n readonly headerProps?: { readonly [x: string]: any } | undefined\n readonly cellProps?:\n | { readonly [x: string]: any }\n | ((\n data: Pick<\n ItemKeySlot<any>,\n 'value' | 'item' | 'index' | 'internalItem'\n >,\n ) => Record<string, any>)\n | undefined\n readonly sortable?: boolean | undefined\n readonly sort?: DataTableCompareFunction<any> | undefined\n readonly sortRaw?: DataTableCompareFunction<any> | undefined\n readonly filter?: FilterFunction | undefined\n readonly children?: readonly any[] | undefined\n }[]\n | undefined\n}[]\n",
4156
- "description": "An array of objects that each describe a header column."
4157
- },
4158
- "VDataTableVirtual/loading-text": {
4159
- "type": "string\n",
4160
- "description": "Text shown when the data is loading."
4161
- },
4162
- "VDataTableVirtual/row-props": {
4163
- "type": " | Record<string, any>\n | ((\n data: Pick<ItemKeySlot<any>, 'item' | 'index' | 'internalItem'>,\n ) => Record<string, any>)\n",
4164
- "description": "An object of additional props to be passed to each `<tr>` in the table body. Also accepts a function that will be called for each row."
4165
- },
4166
- "VDataTableVirtual/hide-default-body": {
4167
- "type": "boolean\n",
4168
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/DataTable.json))"
4169
- },
4170
- "VDataTableVirtual/hide-default-footer": {
4171
- "type": "boolean\n",
4172
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/DataTable.json))"
4173
- },
4174
- "VDataTableVirtual/hide-default-header": {
4175
- "type": "boolean\n",
4176
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/DataTable.json))"
4130
+ "VDataTableVirtual/loading": {
4131
+ "type": "string | boolean\n",
4132
+ "description": "Displays `loading` slot if set to `true`"
4177
4133
  },
4178
- "VDataTableVirtual/expand-on-click": {
4134
+ "VDataTableVirtual/hover": {
4179
4135
  "type": "boolean\n",
4180
- "description": "Expands item when the row is clicked."
4136
+ "description": "Will add a hover effect to a table's row when the mouse is over it."
4181
4137
  },
4182
- "VDataTableVirtual/show-expand": {
4138
+ "VDataTableVirtual/mobile": {
4183
4139
  "type": "boolean\n",
4184
- "description": "Shows the expand icon."
4185
- },
4186
- "VDataTableVirtual/expanded": {
4187
- "type": "string[]\n",
4188
- "description": "Whether the item is expanded or not."
4140
+ "description": "Determines the display mode of the component. If true, the component will be displayed in mobile mode. If false, the component will be displayed in desktop mode. If null, will be based on the current mobile-breakpoint"
4189
4141
  },
4190
- "VDataTableVirtual/group-by": {
4191
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/composables/sort.ts#L30-L30\" target=\"_blank\">SortItem</a>[]\n",
4192
- "description": "Defines the grouping of the table items."
4142
+ "VDataTableVirtual/mobile-breakpoint": {
4143
+ "type": "number | 'xs' | 'sm' | 'md' | 'lg' | 'xl' | 'xxl'\n",
4144
+ "description": "Overrides the display configuration default screen size that the component should be considered in mobile."
4193
4145
  },
4194
4146
  "VDataTableVirtual/item-selectable": {
4195
4147
  "type": "SelectItemKey<any>\n",
@@ -4215,10 +4167,38 @@
4215
4167
  "type": "unknown\n",
4216
4168
  "description": "Function used on specific keys within the item object. `customSort` is skipped for columns with `customKeySort` specified."
4217
4169
  },
4170
+ "VDataTableVirtual/expand-on-click": {
4171
+ "type": "boolean\n",
4172
+ "description": "Expands item when the row is clicked."
4173
+ },
4174
+ "VDataTableVirtual/show-expand": {
4175
+ "type": "boolean\n",
4176
+ "description": "Shows the expand icon."
4177
+ },
4178
+ "VDataTableVirtual/expanded": {
4179
+ "type": "string[]\n",
4180
+ "description": "Whether the item is expanded or not."
4181
+ },
4182
+ "VDataTableVirtual/group-by": {
4183
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/composables/sort.ts#L30-L30\" target=\"_blank\">SortItem</a>[]\n",
4184
+ "description": "Defines the grouping of the table items."
4185
+ },
4186
+ "VDataTableVirtual/header-props": {
4187
+ "type": "unknown\n",
4188
+ "description": "Pass props to the default header."
4189
+ },
4190
+ "VDataTableVirtual/cell-props": {
4191
+ "type": " | Record<string, any>\n | ((\n data: Pick<\n ItemKeySlot<any>,\n 'item' | 'value' | 'index' | 'column' | 'internalItem'\n >,\n ) => Record<string, any>)\n",
4192
+ "description": "An object of additional props to be passed to each `<td>` in the table body. Also accepts a function that will be called for each cell. If the same prop is defined both here and in `cellProps` in a headers object, the value from the headers object will be used."
4193
+ },
4218
4194
  "VDataTableVirtual/disable-sort": {
4219
4195
  "type": "boolean\n",
4220
4196
  "description": "Toggles rendering of sort button."
4221
4197
  },
4198
+ "VDataTableVirtual/headers": {
4199
+ "type": "{\n readonly key?:\n | (string & {})\n | 'data-table-expand'\n | 'data-table-select'\n | 'data-table-group'\n | undefined\n readonly value?: SelectItemKey<Record<string, any>>\n readonly title?: string | undefined\n readonly fixed?: boolean | undefined\n readonly align?: 'end' | 'start' | 'center' | undefined\n readonly width?: string | number | undefined\n readonly minWidth?: string | undefined\n readonly maxWidth?: string | undefined\n readonly nowrap?: boolean | undefined\n readonly headerProps?: { readonly [x: string]: any } | undefined\n readonly cellProps?:\n | ((\n data: Pick<\n ItemKeySlot<any>,\n 'item' | 'value' | 'index' | 'internalItem'\n >,\n ) => Record<string, any>)\n | { readonly [x: string]: any }\n | undefined\n readonly sortable?: boolean | undefined\n readonly sort?: DataTableCompareFunction<any> | undefined\n readonly sortRaw?: DataTableCompareFunction<any> | undefined\n readonly filter?: FilterFunction | undefined\n readonly children?:\n | readonly {\n readonly key?:\n | (string & {})\n | 'data-table-expand'\n | 'data-table-select'\n | 'data-table-group'\n | undefined\n readonly value?: SelectItemKey<Record<string, any>>\n readonly title?: string | undefined\n readonly fixed?: boolean | undefined\n readonly align?: 'end' | 'start' | 'center' | undefined\n readonly width?: string | number | undefined\n readonly minWidth?: string | undefined\n readonly maxWidth?: string | undefined\n readonly nowrap?: boolean | undefined\n readonly headerProps?: { readonly [x: string]: any } | undefined\n readonly cellProps?:\n | ((\n data: Pick<\n ItemKeySlot<any>,\n 'item' | 'value' | 'index' | 'internalItem'\n >,\n ) => Record<string, any>)\n | { readonly [x: string]: any }\n | undefined\n readonly sortable?: boolean | undefined\n readonly sort?: DataTableCompareFunction<any> | undefined\n readonly sortRaw?: DataTableCompareFunction<any> | undefined\n readonly filter?: FilterFunction | undefined\n readonly children?: readonly any[] | undefined\n }[]\n | undefined\n}[]\n",
4200
+ "description": "An array of objects that each describe a header column."
4201
+ },
4222
4202
  "VDataTableVirtual/fixed-header": {
4223
4203
  "type": "boolean\n",
4224
4204
  "description": "Sticks the header to the top of the table."
@@ -4231,6 +4211,26 @@
4231
4211
  "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
4232
4212
  "description": "Icon used for descending sort button."
4233
4213
  },
4214
+ "VDataTableVirtual/loading-text": {
4215
+ "type": "string\n",
4216
+ "description": "Text shown when the data is loading."
4217
+ },
4218
+ "VDataTableVirtual/row-props": {
4219
+ "type": " | Record<string, any>\n | ((\n data: Pick<ItemKeySlot<any>, 'item' | 'index' | 'internalItem'>,\n ) => Record<string, any>)\n",
4220
+ "description": "An object of additional props to be passed to each `<tr>` in the table body. Also accepts a function that will be called for each row."
4221
+ },
4222
+ "VDataTableVirtual/hide-default-body": {
4223
+ "type": "boolean\n",
4224
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/DataTable.json))"
4225
+ },
4226
+ "VDataTableVirtual/hide-default-footer": {
4227
+ "type": "boolean\n",
4228
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/DataTable.json))"
4229
+ },
4230
+ "VDataTableVirtual/hide-default-header": {
4231
+ "type": "boolean\n",
4232
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/DataTable.json))"
4233
+ },
4234
4234
  "VDataTableVirtual/fixed-footer": {
4235
4235
  "type": "boolean\n",
4236
4236
  "description": "Use the fixed-footer prop together with the height prop to fix the footer to the bottom of the table."
@@ -4451,6 +4451,22 @@
4451
4451
  "type": "'horizontal' | 'vertical'\n",
4452
4452
  "description": "Changes the direction of the input."
4453
4453
  },
4454
+ "VDateInput/cancel-text": {
4455
+ "type": "string\n",
4456
+ "description": "Text for the cancel button"
4457
+ },
4458
+ "VDateInput/ok-text": {
4459
+ "type": "string\n",
4460
+ "description": "Text for the ok button"
4461
+ },
4462
+ "VDateInput/hide-actions": {
4463
+ "type": "boolean\n",
4464
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VDateInput.json))"
4465
+ },
4466
+ "VDateInput/focused": {
4467
+ "type": "boolean\n",
4468
+ "description": "Forces a focused state styling on the component."
4469
+ },
4454
4470
  "VDateInput/autofocus": {
4455
4471
  "type": "boolean\n",
4456
4472
  "description": "Enables autofocus."
@@ -4523,10 +4539,6 @@
4523
4539
  "type": "any\n",
4524
4540
  "description": "The value used when applying validation rules."
4525
4541
  },
4526
- "VDateInput/focused": {
4527
- "type": "boolean\n",
4528
- "description": "Forces a focused state styling on the component."
4529
- },
4530
4542
  "VDateInput/hide-details": {
4531
4543
  "type": "boolean | 'auto'\n",
4532
4544
  "description": "Hides hint and validation errors. When set to `auto` messages will be rendered only if there's a message (hint, error message, counter value etc) to display."
@@ -4564,20 +4576,8 @@
4564
4576
  "description": "Function returns the counter display text."
4565
4577
  },
4566
4578
  "VDateInput/model-modifiers": {
4567
- "type": "unknown\n",
4568
- "description": "**FOR INTERNAL USE ONLY**"
4569
- },
4570
- "VDateInput/hide-actions": {
4571
- "type": "boolean\n",
4572
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VDateInput.json))"
4573
- },
4574
- "VDateInput/cancel-text": {
4575
- "type": "string\n",
4576
- "description": "Text for the cancel button"
4577
- },
4578
- "VDateInput/ok-text": {
4579
- "type": "string\n",
4580
- "description": "Text for the ok button"
4579
+ "type": "unknown\n",
4580
+ "description": "**FOR INTERNAL USE ONLY**"
4581
4581
  },
4582
4582
  "VDateInput/mode-icon": {
4583
4583
  "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
@@ -4771,6 +4771,10 @@
4771
4771
  "type": "boolean\n",
4772
4772
  "description": "Hides the header."
4773
4773
  },
4774
+ "VDatePickerControls/active": {
4775
+ "type": "string | string[]\n",
4776
+ "description": "Controls the **active** state of the item. This is typically used to highlight the component."
4777
+ },
4774
4778
  "VDatePickerControls/text": {
4775
4779
  "type": "string\n",
4776
4780
  "description": "Specify content text for the component."
@@ -4779,10 +4783,6 @@
4779
4783
  "type": "string | boolean | string[]\n",
4780
4784
  "description": "Removes the ability to click or target the component."
4781
4785
  },
4782
- "VDatePickerControls/active": {
4783
- "type": "string | string[]\n",
4784
- "description": "Controls the **active** state of the item. This is typically used to highlight the component."
4785
- },
4786
4786
  "VDatePickerControls/next-icon": {
4787
4787
  "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
4788
4788
  "description": "Icon used for the next button."
@@ -4792,77 +4792,65 @@
4792
4792
  "description": "Icon used for the previous button."
4793
4793
  },
4794
4794
  "VDatePickerControls/view-mode": {
4795
- "type": "'month' | 'months' | 'year'\n",
4795
+ "type": "'month' | 'year' | 'months'\n",
4796
4796
  "description": "Sets the view mode of the date picker."
4797
4797
  },
4798
4798
  "VDatePickerControls/mode-icon": {
4799
4799
  "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
4800
4800
  "description": "Icon used for the mode button."
4801
4801
  },
4802
+ "VDatePickerHeader/color": {
4803
+ "type": "string\n",
4804
+ "description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors)."
4805
+ },
4802
4806
  "VDatePickerHeader/header": {
4803
4807
  "type": "string\n",
4804
4808
  "description": "Sets the header content."
4805
4809
  },
4810
+ "VDatePickerHeader/transition": {
4811
+ "type": "string\n",
4812
+ "description": "Sets the transition when the header changes."
4813
+ },
4806
4814
  "VDatePickerHeader/append-icon": {
4807
4815
  "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
4808
4816
  "description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot."
4809
4817
  },
4810
- "VDatePickerHeader/color": {
4818
+ "VDatePickerMonth/disabled": {
4819
+ "type": "boolean\n",
4820
+ "description": "Removes the ability to click or target the component."
4821
+ },
4822
+ "VDatePickerMonth/color": {
4811
4823
  "type": "string\n",
4812
4824
  "description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors)."
4813
4825
  },
4814
- "VDatePickerHeader/transition": {
4815
- "type": "string\n",
4816
- "description": "Sets the transition when the header changes."
4826
+ "VDatePickerMonth/max": {
4827
+ "type": "unknown\n",
4828
+ "description": "Sets the maximum date of the month."
4817
4829
  },
4818
4830
  "VDatePickerMonth/model-value": {
4819
4831
  "type": "unknown[]\n",
4820
4832
  "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
4821
4833
  },
4822
- "VDatePickerMonth/color": {
4834
+ "VDatePickerMonth/transition": {
4823
4835
  "type": "string\n",
4824
- "description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors)."
4825
- },
4826
- "VDatePickerMonth/disabled": {
4827
- "type": "boolean\n",
4828
- "description": "Removes the ability to click or target the component."
4836
+ "description": "The transition used when changing months into the future"
4829
4837
  },
4830
4838
  "VDatePickerMonth/multiple": {
4831
4839
  "type": "number | boolean | (string & {}) | 'range'\n",
4832
4840
  "description": "Sets the multiple of the month."
4833
4841
  },
4834
- "VDatePickerMonth/transition": {
4835
- "type": "string\n",
4836
- "description": "The transition used when changing months into the future"
4837
- },
4838
- "VDatePickerMonth/max": {
4839
- "type": "unknown\n",
4840
- "description": "Sets the maximum date of the month."
4841
- },
4842
4842
  "VDatePickerMonth/month": {
4843
4843
  "type": "string | number\n",
4844
4844
  "description": "Sets the month."
4845
4845
  },
4846
- "VDatePickerMonth/reverse-transition": {
4847
- "type": "string\n",
4848
- "description": "The transition used when changing months into the past"
4846
+ "VDatePickerMonth/show-adjacent-months": {
4847
+ "type": "boolean\n",
4848
+ "description": "Show adjacent months."
4849
4849
  },
4850
4850
  "VDatePickerMonth/year": {
4851
4851
  "type": "string | number\n",
4852
4852
  "description": "Sets the year."
4853
4853
  },
4854
- "VDatePickerMonth/hide-weekdays": {
4855
- "type": "boolean\n",
4856
- "description": "Hide the days of the week letters."
4857
- },
4858
- "VDatePickerMonth/show-week": {
4859
- "type": "boolean\n",
4860
- "description": "Show the week number."
4861
- },
4862
- "VDatePickerMonth/show-adjacent-months": {
4863
- "type": "boolean\n",
4864
- "description": "Show adjacent months."
4865
- },
4866
4854
  "VDatePickerMonth/weekdays": {
4867
4855
  "type": "number[]\n",
4868
4856
  "description": "Sets the weekdays of the month."
@@ -4887,6 +4875,22 @@
4887
4875
  "type": "unknown\n",
4888
4876
  "description": "Sets the minimum date of the month."
4889
4877
  },
4878
+ "VDatePickerMonth/hide-weekdays": {
4879
+ "type": "boolean\n",
4880
+ "description": "Hide the days of the week letters."
4881
+ },
4882
+ "VDatePickerMonth/show-week": {
4883
+ "type": "boolean\n",
4884
+ "description": "Show the week number."
4885
+ },
4886
+ "VDatePickerMonth/reverse-transition": {
4887
+ "type": "string\n",
4888
+ "description": "The transition used when changing months into the past"
4889
+ },
4890
+ "VDatePickerMonths/model-value": {
4891
+ "type": "number\n",
4892
+ "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
4893
+ },
4890
4894
  "VDatePickerMonths/height": {
4891
4895
  "type": "string | number\n",
4892
4896
  "description": "Sets the height for the component."
@@ -4899,10 +4903,6 @@
4899
4903
  "type": "unknown\n",
4900
4904
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VDatePickerMonths.json))"
4901
4905
  },
4902
- "VDatePickerMonths/model-value": {
4903
- "type": "number\n",
4904
- "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
4905
- },
4906
4906
  "VDatePickerMonths/year": {
4907
4907
  "type": "number\n",
4908
4908
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VDatePickerMonths.json))"
@@ -4911,6 +4911,10 @@
4911
4911
  "type": "unknown\n",
4912
4912
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VDatePickerMonths.json))"
4913
4913
  },
4914
+ "VDatePickerYears/model-value": {
4915
+ "type": "number\n",
4916
+ "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
4917
+ },
4914
4918
  "VDatePickerYears/height": {
4915
4919
  "type": "string | number\n",
4916
4920
  "description": "Sets the height for the component."
@@ -4923,14 +4927,14 @@
4923
4927
  "type": "unknown\n",
4924
4928
  "description": "Sets the maximum date of the month."
4925
4929
  },
4926
- "VDatePickerYears/model-value": {
4927
- "type": "number\n",
4928
- "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
4929
- },
4930
4930
  "VDatePickerYears/min": {
4931
4931
  "type": "unknown\n",
4932
4932
  "description": "Sets the minimum date of the month."
4933
4933
  },
4934
+ "VDefaultsProvider/reset": {
4935
+ "type": "string | number\n",
4936
+ "description": "Reset the default values up the nested chain by {n} amount."
4937
+ },
4934
4938
  "VDefaultsProvider/disabled": {
4935
4939
  "type": "boolean\n",
4936
4940
  "description": "Turns off all calculations of new default values for improved performance in situations where defaults propagation isn't necessary."
@@ -4939,10 +4943,6 @@
4939
4943
  "type": "string | boolean\n",
4940
4944
  "description": "Force current defaults to match the application root defaults."
4941
4945
  },
4942
- "VDefaultsProvider/reset": {
4943
- "type": "string | number\n",
4944
- "description": "Reset the default values up the nested chain by {n} amount."
4945
- },
4946
4946
  "VDefaultsProvider/scoped": {
4947
4947
  "type": "boolean\n",
4948
4948
  "description": "Prevents the ability for default values to be inherited from parent components."
@@ -4951,9 +4951,9 @@
4951
4951
  "type": "{\n global: Record<string, unknown>\n [string]: Record<string, unknown>\n}\n",
4952
4952
  "description": "Specify new default prop values for components. Keep in mind that this will be merged with previously defined values."
4953
4953
  },
4954
- "VDialog/theme": {
4955
- "type": "string\n",
4956
- "description": "Specify a theme for this component and all of its children."
4954
+ "VDialog/model-value": {
4955
+ "type": "boolean\n",
4956
+ "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
4957
4957
  },
4958
4958
  "VDialog/height": {
4959
4959
  "type": "string | number\n",
@@ -4979,10 +4979,6 @@
4979
4979
  "type": "string | number\n",
4980
4980
  "description": "Sets the width for the component."
4981
4981
  },
4982
- "VDialog/disabled": {
4983
- "type": "boolean\n",
4984
- "description": "Removes the ability to click or target the component."
4985
- },
4986
4982
  "VDialog/location": {
4987
4983
  "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a>\n",
4988
4984
  "description": "Specifies the anchor point for positioning the component, using directional cues to align it either horizontally, vertically, or both.."
@@ -4991,30 +4987,22 @@
4991
4987
  "type": "boolean\n",
4992
4988
  "description": "Applies **position: absolute** to the content element."
4993
4989
  },
4994
- "VDialog/model-value": {
4990
+ "VDialog/theme": {
4991
+ "type": "string\n",
4992
+ "description": "Specify a theme for this component and all of its children."
4993
+ },
4994
+ "VDialog/eager": {
4995
4995
  "type": "boolean\n",
4996
- "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
4996
+ "description": "Forces the component's content to render when it mounts. This is useful if you have content that will not be rendered in the DOM that you want crawled for SEO."
4997
4997
  },
4998
- "VDialog/transition": {
4999
- "type": " | string\n | boolean\n | (TransitionProps & { component: Component })\n | { component: Component }\n",
5000
- "description": "Sets the component transition. Can be one of the [built in](/styles/transitions/) or custom transition."
4998
+ "VDialog/disabled": {
4999
+ "type": "boolean\n",
5000
+ "description": "Removes the ability to click or target the component."
5001
5001
  },
5002
5002
  "VDialog/activator": {
5003
5003
  "type": "(string & {}) | Element | 'parent' | ComponentPublicInstance\n",
5004
5004
  "description": "Explicitly sets the overlay's activator."
5005
5005
  },
5006
- "VDialog/fullscreen": {
5007
- "type": "boolean\n",
5008
- "description": "Changes layout for fullscreen display."
5009
- },
5010
- "VDialog/retain-focus": {
5011
- "type": "boolean\n",
5012
- "description": "Tab focus will return to the first child of the dialog by default. Disable this when using external tools that require focus such as TinyMCE or vue-clipboard."
5013
- },
5014
- "VDialog/scrollable": {
5015
- "type": "boolean\n",
5016
- "description": "When set to true, expects a `v-card` and a `v-card-text` component with a designated height. For more information, check out the [scrollable example](/components/dialogs#scrollable)."
5017
- },
5018
5006
  "VDialog/close-on-back": {
5019
5007
  "type": "boolean\n",
5020
5008
  "description": "Closes the overlay content when the browser's back button is pressed or `$router.back()` is called, cancelling the original navigation. `persistent` overlays will cancel navigation and animate as if they were clicked outside instead of closing."
@@ -5083,10 +5071,6 @@
5083
5071
  "type": "string | number\n",
5084
5072
  "description": "Milliseconds to wait before opening component. Only applies to hover and focus events."
5085
5073
  },
5086
- "VDialog/eager": {
5087
- "type": "boolean\n",
5088
- "description": "Forces the component's content to render when it mounts. This is useful if you have content that will not be rendered in the DOM that you want crawled for SEO."
5089
- },
5090
5074
  "VDialog/location-strategy": {
5091
5075
  "type": "'static' | 'connected' | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VOverlay/locationStrategies.ts#L36-L40\" target=\"_blank\">LocationStrategyFn</a>\n",
5092
5076
  "description": "A function used to specifies how the component should position relative to its activator."
@@ -5100,29 +5084,45 @@
5100
5084
  "description": "A single value that offsets content away from the target based upon what side it is on."
5101
5085
  },
5102
5086
  "VDialog/scroll-strategy": {
5103
- "type": "'close' | 'block' | 'none' | 'reposition' | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VOverlay/scrollStrategies.ts#L17-L17\" target=\"_blank\">ScrollStrategyFn</a>\n",
5087
+ "type": "'close' | 'none' | 'block' | 'reposition' | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VOverlay/scrollStrategies.ts#L17-L17\" target=\"_blank\">ScrollStrategyFn</a>\n",
5104
5088
  "description": "Strategy used when the component is activate and user scrolls."
5105
5089
  },
5090
+ "VDialog/transition": {
5091
+ "type": " | string\n | boolean\n | (TransitionProps & { component: Component })\n | { component: Component }\n",
5092
+ "description": "Sets the component transition. Can be one of the [built in](/styles/transitions/) or custom transition."
5093
+ },
5106
5094
  "VDialog/attach": {
5107
5095
  "type": "string | boolean | Element\n",
5108
5096
  "description": "Specifies which DOM element the overlay content should teleport to. Can be a direct element reference, querySelector string, or `true` to disable teleporting. Uses `body` by default."
5109
5097
  },
5110
- "VDialogBottomTransition/disabled": {
5098
+ "VDialog/fullscreen": {
5111
5099
  "type": "boolean\n",
5112
- "description": "Removes the ability to click or target the component."
5100
+ "description": "Changes layout for fullscreen display."
5101
+ },
5102
+ "VDialog/retain-focus": {
5103
+ "type": "boolean\n",
5104
+ "description": "Tab focus will return to the first child of the dialog by default. Disable this when using external tools that require focus such as TinyMCE or vue-clipboard."
5105
+ },
5106
+ "VDialog/scrollable": {
5107
+ "type": "boolean\n",
5108
+ "description": "When set to true, expects a `v-card` and a `v-card-text` component with a designated height. For more information, check out the [scrollable example](/components/dialogs#scrollable)."
5113
5109
  },
5114
5110
  "VDialogBottomTransition/mode": {
5115
5111
  "type": "string\n",
5116
5112
  "description": "Sets the transition mode (does not apply to transition-group). You can find more information on the Vue documentation [for transition modes](https://vuejs.org/api/built-in-components.html#transition)."
5117
5113
  },
5118
- "VDialogBottomTransition/origin": {
5119
- "type": "string\n",
5120
- "description": "Sets the transition origin on the element. You can find more information on the MDN documentation [for transition origin](https://developer.mozilla.org/en-US/docs/Web/CSS/transform-origin)."
5114
+ "VDialogBottomTransition/disabled": {
5115
+ "type": "boolean\n",
5116
+ "description": "Removes the ability to click or target the component."
5121
5117
  },
5122
5118
  "VDialogBottomTransition/group": {
5123
5119
  "type": "boolean\n",
5124
5120
  "description": "Creates a `transition-group` component. You can find more information in the [vue docs](https://vuejs.org/api/built-in-components.html#transitiongroup)."
5125
5121
  },
5122
+ "VDialogBottomTransition/origin": {
5123
+ "type": "string\n",
5124
+ "description": "Sets the transition origin on the element. You can find more information on the MDN documentation [for transition origin](https://developer.mozilla.org/en-US/docs/Web/CSS/transform-origin)."
5125
+ },
5126
5126
  "VDialogBottomTransition/hide-on-leave": {
5127
5127
  "type": "boolean\n",
5128
5128
  "description": "Hides the leaving element (no exit animation)."
@@ -5131,22 +5131,22 @@
5131
5131
  "type": "boolean\n",
5132
5132
  "description": "Absolutely positions the leaving element (useful for [FLIP](https://aerotwist.com/blog/flip-your-animations/))."
5133
5133
  },
5134
- "VDialogTopTransition/disabled": {
5135
- "type": "boolean\n",
5136
- "description": "Removes the ability to click or target the component."
5137
- },
5138
5134
  "VDialogTopTransition/mode": {
5139
5135
  "type": "string\n",
5140
5136
  "description": "Sets the transition mode (does not apply to transition-group). You can find more information on the Vue documentation [for transition modes](https://vuejs.org/api/built-in-components.html#transition)."
5141
5137
  },
5142
- "VDialogTopTransition/origin": {
5143
- "type": "string\n",
5144
- "description": "Sets the transition origin on the element. You can find more information on the MDN documentation [for transition origin](https://developer.mozilla.org/en-US/docs/Web/CSS/transform-origin)."
5138
+ "VDialogTopTransition/disabled": {
5139
+ "type": "boolean\n",
5140
+ "description": "Removes the ability to click or target the component."
5145
5141
  },
5146
5142
  "VDialogTopTransition/group": {
5147
5143
  "type": "boolean\n",
5148
5144
  "description": "Creates a `transition-group` component. You can find more information in the [vue docs](https://vuejs.org/api/built-in-components.html#transitiongroup)."
5149
5145
  },
5146
+ "VDialogTopTransition/origin": {
5147
+ "type": "string\n",
5148
+ "description": "Sets the transition origin on the element. You can find more information on the MDN documentation [for transition origin](https://developer.mozilla.org/en-US/docs/Web/CSS/transform-origin)."
5149
+ },
5150
5150
  "VDialogTopTransition/hide-on-leave": {
5151
5151
  "type": "boolean\n",
5152
5152
  "description": "Hides the leaving element (no exit animation)."
@@ -5171,6 +5171,10 @@
5171
5171
  "type": "string\n",
5172
5172
  "description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors)."
5173
5173
  },
5174
+ "VDivider/inset": {
5175
+ "type": "boolean\n",
5176
+ "description": "Adds indentation (72px) for **normal** dividers, reduces max height for **vertical**."
5177
+ },
5174
5178
  "VDivider/opacity": {
5175
5179
  "type": "string | number\n",
5176
5180
  "description": "Sets the component's opacity value"
@@ -5179,10 +5183,6 @@
5179
5183
  "type": "boolean\n",
5180
5184
  "description": "Displays dividers vertically."
5181
5185
  },
5182
- "VDivider/inset": {
5183
- "type": "boolean\n",
5184
- "description": "Adds indentation (72px) for **normal** dividers, reduces max height for **vertical**."
5185
- },
5186
5186
  "VDivider/thickness": {
5187
5187
  "type": "string | number\n",
5188
5188
  "description": "Sets the dividers thickness. Default unit is px."
@@ -5191,14 +5191,18 @@
5191
5191
  "type": "string\n",
5192
5192
  "description": "Specify a title text for the component."
5193
5193
  },
5194
+ "VEmptyState/theme": {
5195
+ "type": "string\n",
5196
+ "description": "Specify a theme for this component and all of its children."
5197
+ },
5198
+ "VEmptyState/size": {
5199
+ "type": "string | number\n",
5200
+ "description": "The size used to control the dimensions of the media element inside the component. Can be specified as a number or a string (e.g., '50%', '100px')."
5201
+ },
5194
5202
  "VEmptyState/text": {
5195
5203
  "type": "string\n",
5196
5204
  "description": "Specify content text for the component."
5197
5205
  },
5198
- "VEmptyState/icon": {
5199
- "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
5200
- "description": "Apply a specific icon using the [v-icon](/components/icons/) component."
5201
- },
5202
5206
  "VEmptyState/height": {
5203
5207
  "type": "string | number\n",
5204
5208
  "description": "Sets the height for the component."
@@ -5223,14 +5227,22 @@
5223
5227
  "type": "string | number\n",
5224
5228
  "description": "Sets the width for the component."
5225
5229
  },
5226
- "VEmptyState/theme": {
5230
+ "VEmptyState/href": {
5227
5231
  "type": "string\n",
5228
- "description": "Specify a theme for this component and all of its children."
5232
+ "description": "The URL the action button links to."
5233
+ },
5234
+ "VEmptyState/to": {
5235
+ "type": "string\n",
5236
+ "description": "The URL the action button links to."
5229
5237
  },
5230
5238
  "VEmptyState/color": {
5231
5239
  "type": "string\n",
5232
5240
  "description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors)."
5233
5241
  },
5242
+ "VEmptyState/icon": {
5243
+ "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
5244
+ "description": "Apply a specific icon using the [v-icon](/components/icons/) component."
5245
+ },
5234
5246
  "VEmptyState/image": {
5235
5247
  "type": "string\n",
5236
5248
  "description": "Apply a specific image using [v-img](/components/images/)."
@@ -5239,18 +5251,6 @@
5239
5251
  "type": "string\n",
5240
5252
  "description": "Applies specified color to the control's background. Used on components that also support the **color** prop. - supports utility colors (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors)."
5241
5253
  },
5242
- "VEmptyState/size": {
5243
- "type": "string | number\n",
5244
- "description": "The size used to control the dimensions of the media element inside the component. Can be specified as a number or a string (e.g., '50%', '100px')."
5245
- },
5246
- "VEmptyState/href": {
5247
- "type": "string\n",
5248
- "description": "The URL the action button links to."
5249
- },
5250
- "VEmptyState/to": {
5251
- "type": "string\n",
5252
- "description": "The URL the action button links to."
5253
- },
5254
5254
  "VEmptyState/headline": {
5255
5255
  "type": "string\n",
5256
5256
  "description": "A large headline often used for 404 pages."
@@ -5260,33 +5260,33 @@
5260
5260
  "description": "The text used for the action button."
5261
5261
  },
5262
5262
  "VEmptyState/justify": {
5263
- "type": "'end' | 'start' | 'center'\n",
5263
+ "type": "'start' | 'end' | 'center'\n",
5264
5264
  "description": "Control the justification of the text."
5265
5265
  },
5266
5266
  "VEmptyState/text-width": {
5267
5267
  "type": "string | number\n",
5268
5268
  "description": "Sets the width of the text container."
5269
5269
  },
5270
- "VExpandTransition/mode": {
5271
- "type": "'default' | 'in-out' | 'out-in'\n",
5272
- "description": "Sets the transition mode (does not apply to transition-group). You can find more information on the Vue documentation [for transition modes](https://vuejs.org/api/built-in-components.html#transition)."
5273
- },
5274
5270
  "VExpandTransition/disabled": {
5275
5271
  "type": "boolean\n",
5276
5272
  "description": "Removes the ability to click or target the component."
5277
5273
  },
5274
+ "VExpandTransition/mode": {
5275
+ "type": "'default' | 'in-out' | 'out-in'\n",
5276
+ "description": "Sets the transition mode (does not apply to transition-group). You can find more information on the Vue documentation [for transition modes](https://vuejs.org/api/built-in-components.html#transition)."
5277
+ },
5278
5278
  "VExpandTransition/group": {
5279
5279
  "type": "boolean\n",
5280
5280
  "description": "Creates a `transition-group` component. You can find more information in the [vue docs](https://vuejs.org/api/built-in-components.html#transitiongroup)."
5281
5281
  },
5282
- "VExpandXTransition/mode": {
5283
- "type": "'default' | 'in-out' | 'out-in'\n",
5284
- "description": "Sets the transition mode (does not apply to transition-group). You can find more information on the Vue documentation [for transition modes](https://vuejs.org/api/built-in-components.html#transition)."
5285
- },
5286
5282
  "VExpandXTransition/disabled": {
5287
5283
  "type": "boolean\n",
5288
5284
  "description": "Removes the ability to click or target the component."
5289
5285
  },
5286
+ "VExpandXTransition/mode": {
5287
+ "type": "'default' | 'in-out' | 'out-in'\n",
5288
+ "description": "Sets the transition mode (does not apply to transition-group). You can find more information on the Vue documentation [for transition modes](https://vuejs.org/api/built-in-components.html#transition)."
5289
+ },
5290
5290
  "VExpandXTransition/group": {
5291
5291
  "type": "boolean\n",
5292
5292
  "description": "Creates a `transition-group` component. You can find more information in the [vue docs](https://vuejs.org/api/built-in-components.html#transitiongroup)."
@@ -5375,6 +5375,10 @@
5375
5375
  "type": "boolean\n",
5376
5376
  "description": "Forces the component's content to render when it mounts. This is useful if you have content that will not be rendered in the DOM that you want crawled for SEO."
5377
5377
  },
5378
+ "VExpansionPanel/hide-actions": {
5379
+ "type": "boolean\n",
5380
+ "description": "Hide the expand icon in the content title."
5381
+ },
5378
5382
  "VExpansionPanel/expand-icon": {
5379
5383
  "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
5380
5384
  "description": "Icon used when the expansion panel is in a expandable state."
@@ -5383,10 +5387,6 @@
5383
5387
  "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
5384
5388
  "description": "Icon used when the expansion panel is in a collapsable state."
5385
5389
  },
5386
- "VExpansionPanel/hide-actions": {
5387
- "type": "boolean\n",
5388
- "description": "Hide the expand icon in the content title."
5389
- },
5390
5390
  "VExpansionPanel/focusable": {
5391
5391
  "type": "boolean\n",
5392
5392
  "description": "Makes the expansion panel content focusable."
@@ -5525,7 +5525,11 @@
5525
5525
  },
5526
5526
  "VExpansionPanels/eager": {
5527
5527
  "type": "boolean\n",
5528
- "description": "Forces the component's content to render when it mounts. This is useful if you have content that will not be rendered in the DOM that you want crawled for SEO."
5528
+ "description": "Forces the component's content to render when it mounts. This is useful if you have content that will not be rendered in the DOM that you want crawled for SEO."
5529
+ },
5530
+ "VExpansionPanels/hide-actions": {
5531
+ "type": "boolean\n",
5532
+ "description": "Hide the expand icon in the content title."
5529
5533
  },
5530
5534
  "VExpansionPanels/expand-icon": {
5531
5535
  "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
@@ -5535,10 +5539,6 @@
5535
5539
  "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
5536
5540
  "description": "Icon used when the expansion panel is in a collapsable state."
5537
5541
  },
5538
- "VExpansionPanels/hide-actions": {
5539
- "type": "boolean\n",
5540
- "description": "Hide the expand icon in the content title."
5541
- },
5542
5542
  "VExpansionPanels/focusable": {
5543
5543
  "type": "boolean\n",
5544
5544
  "description": "Makes the expansion-panel headers focusable."
@@ -5855,14 +5855,14 @@
5855
5855
  "type": "string\n",
5856
5856
  "description": "Applies specified color to the control's background. Used on components that also support the **color** prop. - supports utility colors (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors)."
5857
5857
  },
5858
- "VField/center-affix": {
5859
- "type": "boolean\n",
5860
- "description": "Vertically align **appendInner**, **prependInner**, **clearIcon** and **label** in the center."
5861
- },
5862
5858
  "VField/focused": {
5863
5859
  "type": "boolean\n",
5864
5860
  "description": "Forces a focused state styling on the component."
5865
5861
  },
5862
+ "VField/center-affix": {
5863
+ "type": "boolean\n",
5864
+ "description": "Vertically align **appendInner**, **prependInner**, **clearIcon** and **label** in the center."
5865
+ },
5866
5866
  "VField/append-inner-icon": {
5867
5867
  "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
5868
5868
  "description": "Creates a [v-icon](/api/v-icon/) component in the **append-inner** slot."
@@ -6215,6 +6215,10 @@
6215
6215
  "type": "boolean\n",
6216
6216
  "description": "Allows for the component to be cleared."
6217
6217
  },
6218
+ "VFileUpload/thickness": {
6219
+ "type": "string | number\n",
6220
+ "description": "Sets the dividers thickness. Default unit is px."
6221
+ },
6218
6222
  "VFileUpload/browse-text": {
6219
6223
  "type": "string\n",
6220
6224
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VFileUpload.json))"
@@ -6231,10 +6235,6 @@
6231
6235
  "type": "boolean\n",
6232
6236
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VFileUpload.json))"
6233
6237
  },
6234
- "VFileUpload/thickness": {
6235
- "type": "string | number\n",
6236
- "description": "Sets the dividers thickness. Default unit is px."
6237
- },
6238
6238
  "VFileUploadItem/tag": {
6239
6239
  "type": "string\n",
6240
6240
  "description": "Specify a custom tag used on the root element."
@@ -6675,14 +6675,38 @@
6675
6675
  "type": "string\n",
6676
6676
  "description": "Text shown when there is no more content to load."
6677
6677
  },
6678
- "VInput/model-value": {
6679
- "type": "unknown\n",
6680
- "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
6678
+ "VInput/name": {
6679
+ "type": "string\n",
6680
+ "description": "Sets the component's name attribute."
6681
6681
  },
6682
6682
  "VInput/error": {
6683
6683
  "type": "boolean\n",
6684
6684
  "description": "Puts the input in a manual error state."
6685
6685
  },
6686
+ "VInput/label": {
6687
+ "type": "string\n",
6688
+ "description": "Sets the text of the [v-label](/api/v-label/) or [v-field-label](/api/v-field-label/) component."
6689
+ },
6690
+ "VInput/theme": {
6691
+ "type": "string\n",
6692
+ "description": "Specify a theme for this component and all of its children."
6693
+ },
6694
+ "VInput/id": {
6695
+ "type": "string\n",
6696
+ "description": "Sets the DOM id on the component."
6697
+ },
6698
+ "VInput/prepend-icon": {
6699
+ "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
6700
+ "description": "Prepends an icon to the component, uses the same syntax as `v-icon`."
6701
+ },
6702
+ "VInput/append-icon": {
6703
+ "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
6704
+ "description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot."
6705
+ },
6706
+ "VInput/readonly": {
6707
+ "type": "boolean\n",
6708
+ "description": "Puts input in readonly state."
6709
+ },
6686
6710
  "VInput/density": {
6687
6711
  "type": "'default' | 'comfortable' | 'compact'\n",
6688
6712
  "description": "Adjusts the vertical height used by the component."
@@ -6699,38 +6723,26 @@
6699
6723
  "type": "string | number\n",
6700
6724
  "description": "Sets the width for the component."
6701
6725
  },
6702
- "VInput/theme": {
6703
- "type": "string\n",
6704
- "description": "Specify a theme for this component and all of its children."
6705
- },
6706
- "VInput/name": {
6707
- "type": "string\n",
6708
- "description": "Sets the component's name attribute."
6709
- },
6710
- "VInput/label": {
6711
- "type": "string\n",
6712
- "description": "Sets the text of the [v-label](/api/v-label/) or [v-field-label](/api/v-field-label/) component."
6713
- },
6714
6726
  "VInput/disabled": {
6715
6727
  "type": "boolean\n",
6716
6728
  "description": "Removes the ability to click or target the component."
6717
6729
  },
6718
- "VInput/id": {
6719
- "type": "string\n",
6720
- "description": "Sets the DOM id on the component."
6730
+ "VInput/model-value": {
6731
+ "type": "unknown\n",
6732
+ "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
6721
6733
  },
6722
- "VInput/append-icon": {
6723
- "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
6724
- "description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot."
6734
+ "VInput/direction": {
6735
+ "type": "'horizontal' | 'vertical'\n",
6736
+ "description": "Changes the direction of the input."
6737
+ },
6738
+ "VInput/focused": {
6739
+ "type": "boolean\n",
6740
+ "description": "Forces a focused state styling on the component."
6725
6741
  },
6726
6742
  "VInput/center-affix": {
6727
6743
  "type": "boolean\n",
6728
6744
  "description": "Vertically align **appendInner**, **prependInner**, **clearIcon** and **label** in the center."
6729
6745
  },
6730
- "VInput/prepend-icon": {
6731
- "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
6732
- "description": "Prepends an icon to the component, uses the same syntax as `v-icon`."
6733
- },
6734
6746
  "VInput/hide-spin-buttons": {
6735
6747
  "type": "boolean\n",
6736
6748
  "description": "Hides spin buttons on the input when type is set to `number`."
@@ -6747,10 +6759,6 @@
6747
6759
  "type": "string | string[]\n",
6748
6760
  "description": "Displays a list of messages or a single message if using a string."
6749
6761
  },
6750
- "VInput/direction": {
6751
- "type": "'horizontal' | 'vertical'\n",
6752
- "description": "Changes the direction of the input."
6753
- },
6754
6762
  "VInput/error-messages": {
6755
6763
  "type": "string | string[]\n",
6756
6764
  "description": "Puts the input in an error state and passes through custom error messages. Will be combined with any validations that occur from the **rules** prop. This field will not trigger validation."
@@ -6759,10 +6767,6 @@
6759
6767
  "type": "string | number\n",
6760
6768
  "description": "Control the maximum number of shown errors from validation."
6761
6769
  },
6762
- "VInput/readonly": {
6763
- "type": "boolean\n",
6764
- "description": "Puts input in readonly state."
6765
- },
6766
6770
  "VInput/rules": {
6767
6771
  "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/validation.ts#L16-L20\" target=\"_blank\">ValidationRule</a>[]\n",
6768
6772
  "description": "Accepts a mixed array of types `function`, `boolean` and `string`. Functions pass an input value as an argument and must return either `true` / `false` or a `string` containing an error message. The input field will enter an error state if a function returns (or any value in the array contains) `false` or is a `string`."
@@ -6775,26 +6779,26 @@
6775
6779
  "type": "any\n",
6776
6780
  "description": "The value used when applying validation rules."
6777
6781
  },
6778
- "VInput/focused": {
6779
- "type": "boolean\n",
6780
- "description": "Forces a focused state styling on the component."
6781
- },
6782
6782
  "VInput/hide-details": {
6783
6783
  "type": "boolean | 'auto'\n",
6784
6784
  "description": "Hides hint and validation errors. When set to `auto` messages will be rendered only if there's a message (hint, error message, counter value etc) to display."
6785
6785
  },
6786
- "VItem/value": {
6787
- "type": "any\n",
6788
- "description": "The value used when the component is selected in a group. If not provided, a unique ID will be used."
6789
- },
6790
6786
  "VItem/disabled": {
6791
6787
  "type": "boolean\n",
6792
6788
  "description": "Removes the ability to click or target the component."
6793
6789
  },
6790
+ "VItem/value": {
6791
+ "type": "any\n",
6792
+ "description": "The value used when the component is selected in a group. If not provided, a unique ID will be used."
6793
+ },
6794
6794
  "VItem/selected-class": {
6795
6795
  "type": "string\n",
6796
6796
  "description": "Configure the active CSS class applied when an item is selected."
6797
6797
  },
6798
+ "VItemGroup/model-value": {
6799
+ "type": "unknown\n",
6800
+ "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
6801
+ },
6798
6802
  "VItemGroup/tag": {
6799
6803
  "type": "string\n",
6800
6804
  "description": "Specify a custom tag used on the root element."
@@ -6807,18 +6811,6 @@
6807
6811
  "type": "boolean\n",
6808
6812
  "description": "Puts all children components into a disabled state."
6809
6813
  },
6810
- "VItemGroup/selected-class": {
6811
- "type": "string\n",
6812
- "description": "Configure the selected CSS class. This class will be available in `v-item` default scoped slot."
6813
- },
6814
- "VItemGroup/max": {
6815
- "type": "number\n",
6816
- "description": "Sets a maximum number of selections that can be made."
6817
- },
6818
- "VItemGroup/model-value": {
6819
- "type": "unknown\n",
6820
- "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
6821
- },
6822
6814
  "VItemGroup/multiple": {
6823
6815
  "type": "boolean\n",
6824
6816
  "description": "Allows one to select multiple items."
@@ -6827,6 +6819,14 @@
6827
6819
  "type": "boolean | 'force'\n",
6828
6820
  "description": "Forces at least one item to always be selected (if available)."
6829
6821
  },
6822
+ "VItemGroup/max": {
6823
+ "type": "number\n",
6824
+ "description": "Sets a maximum number of selections that can be made."
6825
+ },
6826
+ "VItemGroup/selected-class": {
6827
+ "type": "string\n",
6828
+ "description": "Configure the selected CSS class. This class will be available in `v-item` default scoped slot."
6829
+ },
6830
6830
  "VKbd/tag": {
6831
6831
  "type": "string\n",
6832
6832
  "description": "Specify a custom tag used on the root element."
@@ -6943,6 +6943,34 @@
6943
6943
  "type": "string\n",
6944
6944
  "description": "Specify a custom tag used on the root element."
6945
6945
  },
6946
+ "VList/tag": {
6947
+ "type": "string\n",
6948
+ "description": "Specify a custom tag used on the root element."
6949
+ },
6950
+ "VList/nav": {
6951
+ "type": "boolean\n",
6952
+ "description": "An alternative styling that reduces `v-list-item` width and rounds the corners. Typically used with **[v-navigation-drawer](/components/navigation-drawers)**."
6953
+ },
6954
+ "VList/theme": {
6955
+ "type": "string\n",
6956
+ "description": "Specify a theme for this component and all of its children."
6957
+ },
6958
+ "VList/items": {
6959
+ "type": "any[]\n",
6960
+ "description": "Can be an array of objects or strings. By default objects should have a **title** property, and can optionally have a **props** property containing any [VListItem props](/api/v-list-item/#props), a **value** property to allow selection, and a **children** property containing more item objects. Keys to use for these can be changed with the **item-title**, **item-value**, **item-props**, and **item-children** props."
6961
+ },
6962
+ "VList/active-color": {
6963
+ "type": "string\n",
6964
+ "description": "The applied color when the component is in an active state."
6965
+ },
6966
+ "VList/base-color": {
6967
+ "type": "string\n",
6968
+ "description": "Sets the color of component when not focused."
6969
+ },
6970
+ "VList/slim": {
6971
+ "type": "boolean\n",
6972
+ "description": "Reduces horizontal spacing for badges, icons, tooltips, and avatars within slim list items to create a more compact visual representation."
6973
+ },
6946
6974
  "VList/border": {
6947
6975
  "type": "string | number | boolean\n",
6948
6976
  "description": "Designates the **border-radius** applied to the component. This can be **xs**, **sm**, **md**, **lg**, **xl**."
@@ -6979,6 +7007,10 @@
6979
7007
  "type": "string | number\n",
6980
7008
  "description": "Designates an elevation applied to the component between 0 and 24. You can find more information on the [elevation page](/styles/elevation)."
6981
7009
  },
7010
+ "VList/disabled": {
7011
+ "type": "boolean\n",
7012
+ "description": "Puts all children inputs into a disabled state."
7013
+ },
6982
7014
  "VList/rounded": {
6983
7015
  "type": "string | number | boolean\n",
6984
7016
  "description": "Designates the **border-radius** applied to the component. This can be **0**, **xs**, **sm**, true, **lg**, **xl**, **pill**, **circle**, and **shaped**. Find more information on available border radius classes on the [Border Radius page](/styles/border-radius)."
@@ -6987,41 +7019,49 @@
6987
7019
  "type": "boolean\n",
6988
7020
  "description": "Removes any applied **border-radius** from the component."
6989
7021
  },
6990
- "VList/tag": {
6991
- "type": "string\n",
6992
- "description": "Specify a custom tag used on the root element."
6993
- },
6994
- "VList/theme": {
6995
- "type": "string\n",
6996
- "description": "Specify a theme for this component and all of its children."
6997
- },
6998
7022
  "VList/color": {
6999
7023
  "type": "string\n",
7000
7024
  "description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors)."
7001
7025
  },
7002
7026
  "VList/variant": {
7003
- "type": "'text' | 'flat' | 'elevated' | 'tonal' | 'outlined' | 'plain'\n",
7027
+ "type": "'flat' | 'text' | 'elevated' | 'tonal' | 'outlined' | 'plain'\n",
7004
7028
  "description": "Applies a distinct style to the component."
7005
7029
  },
7006
- "VList/base-color": {
7030
+ "VList/bg-color": {
7007
7031
  "type": "string\n",
7008
- "description": "Sets the color of component when not focused."
7032
+ "description": "Applies specified color to the control's background. Used on components that also support the **color** prop. - supports utility colors (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors)."
7009
7033
  },
7010
- "VList/active-color": {
7011
- "type": "string\n",
7012
- "description": "The applied color when the component is in an active state."
7034
+ "VList/lines": {
7035
+ "type": "false | 'one' | 'two' | 'three'\n",
7036
+ "description": "Designates a **minimum-height** for all children `v-list-item` components. This prop uses [line-clamp](https://developer.mozilla.org/en-US/docs/Web/CSS/-webkit-line-clamp) and is not supported in all browsers."
7037
+ },
7038
+ "VList/mandatory": {
7039
+ "type": "boolean\n",
7040
+ "description": "Forces at least one item to always be selected (if available)."
7013
7041
  },
7014
7042
  "VList/active-class": {
7015
7043
  "type": "string\n",
7016
7044
  "description": "The class applied to the component when it is in an active state."
7017
7045
  },
7018
- "VList/bg-color": {
7019
- "type": "string\n",
7020
- "description": "Applies specified color to the control's background. Used on components that also support the **color** prop. - supports utility colors (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors)."
7046
+ "VList/selected": {
7047
+ "type": "unknown\n",
7048
+ "description": "An array containing the values of currently selected items. Can be two-way bound with `v-model:selected`."
7021
7049
  },
7022
- "VList/disabled": {
7050
+ "VList/value-comparator": {
7051
+ "type": "(a: any, b: any) => boolean\n",
7052
+ "description": "Apply a custom comparison algorithm to compare **model-value** and values contains in the **items** prop."
7053
+ },
7054
+ "VList/item-value": {
7055
+ "type": "SelectItemKey<any>\n",
7056
+ "description": "Property on supplied `items` that contains its value."
7057
+ },
7058
+ "VList/return-object": {
7023
7059
  "type": "boolean\n",
7024
- "description": "Puts all children inputs into a disabled state."
7060
+ "description": "Changes the selection behavior to return the object directly rather than the value specified with **item-value**."
7061
+ },
7062
+ "VList/select-strategy": {
7063
+ "type": " | 'single-leaf'\n | 'leaf'\n | 'independent'\n | 'single-independent'\n | 'classic'\n | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/nested/selectStrategies.ts#L26-L30\" target=\"_blank\">SelectStrategy</a>\n | ((mandatory: boolean) => <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/nested/selectStrategies.ts#L26-L30\" target=\"_blank\">SelectStrategy</a>)\n",
7064
+ "description": "Affects how items with children behave when selected.\n- **leaf:** Only leaf nodes (items without children) can be selected.\n- **independent:** All nodes can be selected whether they have children or not.\n- **classic:** Selecting a parent node will cause all children to be selected, parent nodes will be displayed as selected if all their descendants are selected. Only leaf nodes will be added to the model."
7025
7065
  },
7026
7066
  "VList/expand-icon": {
7027
7067
  "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
@@ -7031,17 +7071,9 @@
7031
7071
  "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
7032
7072
  "description": "Icon to display when the list item is expanded."
7033
7073
  },
7034
- "VList/lines": {
7035
- "type": "false | 'one' | 'two' | 'three'\n",
7036
- "description": "Designates a **minimum-height** for all children `v-list-item` components. This prop uses [line-clamp](https://developer.mozilla.org/en-US/docs/Web/CSS/-webkit-line-clamp) and is not supported in all browsers."
7037
- },
7038
- "VList/slim": {
7039
- "type": "boolean\n",
7040
- "description": "Reduces horizontal spacing for badges, icons, tooltips, and avatars within slim list items to create a more compact visual representation."
7041
- },
7042
- "VList/nav": {
7043
- "type": "boolean\n",
7044
- "description": "An alternative styling that reduces `v-list-item` width and rounds the corners. Typically used with **[v-navigation-drawer](/components/navigation-drawers)**."
7074
+ "VList/activated": {
7075
+ "type": "any\n",
7076
+ "description": "Array of ids of activated nodes."
7045
7077
  },
7046
7078
  "VList/activatable": {
7047
7079
  "type": "boolean\n",
@@ -7055,93 +7087,49 @@
7055
7087
  "type": "unknown\n",
7056
7088
  "description": "An array containing the values of currently opened groups. Can be two-way bound with `v-model:opened`."
7057
7089
  },
7058
- "VList/activated": {
7059
- "type": "any\n",
7060
- "description": "Array of ids of activated nodes."
7061
- },
7062
- "VList/selected": {
7063
- "type": "unknown\n",
7064
- "description": "An array containing the values of currently selected items. Can be two-way bound with `v-model:selected`."
7065
- },
7066
- "VList/mandatory": {
7067
- "type": "boolean\n",
7068
- "description": "Forces at least one item to always be selected (if available)."
7069
- },
7070
7090
  "VList/active-strategy": {
7071
7091
  "type": " | 'single-leaf'\n | 'leaf'\n | 'independent'\n | 'single-independent'\n | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/nested/activeStrategies.ts#L27-L31\" target=\"_blank\">ActiveStrategy</a>\n | ((mandatory: boolean) => <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/nested/activeStrategies.ts#L27-L31\" target=\"_blank\">ActiveStrategy</a>)\n",
7072
7092
  "description": "Affects how items with children behave when activated.\n- **leaf:** Only leaf nodes (items without children) can be activated.\n- **independent:** All nodes can be activated whether they have children or not.\n- **classic:** Activating a parent node will cause all children to be activated."
7073
7093
  },
7074
- "VList/select-strategy": {
7075
- "type": " | 'single-leaf'\n | 'leaf'\n | 'independent'\n | 'single-independent'\n | 'classic'\n | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/nested/selectStrategies.ts#L26-L30\" target=\"_blank\">SelectStrategy</a>\n | ((mandatory: boolean) => <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/nested/selectStrategies.ts#L26-L30\" target=\"_blank\">SelectStrategy</a>)\n",
7076
- "description": "Affects how items with children behave when selected.\n- **leaf:** Only leaf nodes (items without children) can be selected.\n- **independent:** All nodes can be selected whether they have children or not.\n- **classic:** Selecting a parent node will cause all children to be selected, parent nodes will be displayed as selected if all their descendants are selected. Only leaf nodes will be added to the model."
7077
- },
7078
7094
  "VList/open-strategy": {
7079
- "type": "'single' | 'multiple' | 'list' | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/nested/openStrategies.ts#L20-L23\" target=\"_blank\">OpenStrategy</a>\n",
7095
+ "type": "'multiple' | 'single' | 'list' | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/nested/openStrategies.ts#L20-L23\" target=\"_blank\">OpenStrategy</a>\n",
7080
7096
  "description": "Affects how items with children behave when expanded.\n- **multiple:** Any number of groups can be open at once.\n- **single:** Only one group at each level can be open, opening a group will cause others to close.\n- **list:** Multiple, but all other groups will close when an item is selected."
7081
7097
  },
7082
7098
  "VList/item-type": {
7083
7099
  "type": "string\n",
7084
7100
  "description": "Designates the key on the supplied items that is used for determining the nodes type."
7085
7101
  },
7086
- "VList/items": {
7087
- "type": "any[]\n",
7088
- "description": "Can be an array of objects or strings. By default objects should have a **title** property, and can optionally have a **props** property containing any [VListItem props](/api/v-list-item/#props), a **value** property to allow selection, and a **children** property containing more item objects. Keys to use for these can be changed with the **item-title**, **item-value**, **item-props**, and **item-children** props."
7089
- },
7090
7102
  "VList/item-title": {
7091
7103
  "type": "SelectItemKey<any>\n",
7092
7104
  "description": "Property on supplied `items` that contains its title."
7093
7105
  },
7094
- "VList/item-value": {
7095
- "type": "SelectItemKey<any>\n",
7096
- "description": "Property on supplied `items` that contains its value."
7097
- },
7098
7106
  "VList/item-children": {
7099
7107
  "type": "SelectItemKey<any>\n",
7100
7108
  "description": "Property on supplied `items` that contains its children."
7101
7109
  },
7102
- "VList/item-props": {
7103
- "type": "SelectItemKey<any>\n",
7104
- "description": "Props object that will be applied to each item component. `true` will treat the original object as raw props and pass it directly to the component."
7105
- },
7106
- "VList/return-object": {
7107
- "type": "boolean\n",
7108
- "description": "Changes the selection behavior to return the object directly rather than the value specified with **item-value**."
7109
- },
7110
- "VList/value-comparator": {
7111
- "type": "(a: any, b: any) => boolean\n",
7112
- "description": "Apply a custom comparison algorithm to compare **model-value** and values contains in the **items** prop."
7113
- },
7114
- "VListGroup/tag": {
7115
- "type": "string\n",
7116
- "description": "Specify a custom tag used on the root element."
7110
+ "VList/item-props": {
7111
+ "type": "SelectItemKey<any>\n",
7112
+ "description": "Props object that will be applied to each item component. `true` will treat the original object as raw props and pass it directly to the component."
7117
7113
  },
7118
7114
  "VListGroup/title": {
7119
7115
  "type": "string\n",
7120
7116
  "description": "Specify a title text for the component."
7121
7117
  },
7122
- "VListGroup/value": {
7123
- "type": "any\n",
7124
- "description": "Expands / Collapse the list-group."
7118
+ "VListGroup/tag": {
7119
+ "type": "string\n",
7120
+ "description": "Specify a custom tag used on the root element."
7125
7121
  },
7126
- "VListGroup/active-color": {
7122
+ "VListGroup/color": {
7127
7123
  "type": "string\n",
7128
- "description": "The applied color when the component is in an active state."
7124
+ "description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors)."
7129
7125
  },
7130
7126
  "VListGroup/base-color": {
7131
7127
  "type": "string\n",
7132
7128
  "description": "Sets the color of component when not focused."
7133
7129
  },
7134
- "VListGroup/prepend-icon": {
7135
- "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
7136
- "description": "Prepends an icon to the component, uses the same syntax as `v-icon`."
7137
- },
7138
- "VListGroup/append-icon": {
7139
- "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
7140
- "description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot."
7141
- },
7142
- "VListGroup/color": {
7130
+ "VListGroup/active-color": {
7143
7131
  "type": "string\n",
7144
- "description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors)."
7132
+ "description": "The applied color when the component is in an active state."
7145
7133
  },
7146
7134
  "VListGroup/expand-icon": {
7147
7135
  "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
@@ -7151,6 +7139,18 @@
7151
7139
  "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
7152
7140
  "description": "Icon to display when the list item is expanded."
7153
7141
  },
7142
+ "VListGroup/value": {
7143
+ "type": "any\n",
7144
+ "description": "Expands / Collapse the list-group."
7145
+ },
7146
+ "VListGroup/append-icon": {
7147
+ "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
7148
+ "description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot."
7149
+ },
7150
+ "VListGroup/prepend-icon": {
7151
+ "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
7152
+ "description": "Prepends an icon to the component, uses the same syntax as `v-icon`."
7153
+ },
7154
7154
  "VListGroup/fluid": {
7155
7155
  "type": "boolean\n",
7156
7156
  "description": "Removes the left padding assigned for action icons from group items."
@@ -7163,62 +7163,10 @@
7163
7163
  "type": "string\n",
7164
7164
  "description": "Specify a custom tag used on the root element."
7165
7165
  },
7166
- "VListItem/tag": {
7167
- "type": "string\n",
7168
- "description": "Specify a custom tag used on the root element."
7169
- },
7170
- "VListItem/link": {
7171
- "type": "boolean\n",
7172
- "description": "Designates that the component is a link. This is automatic when using the href or to prop."
7173
- },
7174
- "VListItem/nav": {
7175
- "type": "boolean\n",
7176
- "description": "Reduces the width v-list-item takes up as well as adding a border radius."
7177
- },
7178
7166
  "VListItem/title": {
7179
7167
  "type": "string | number\n",
7180
7168
  "description": "Generates a `v-list-item-title` component with the supplied value. Note that this overrides the native [`title`](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/title) attribute, that must be set with `v-bind:title.attr` instead."
7181
7169
  },
7182
- "VListItem/replace": {
7183
- "type": "boolean\n",
7184
- "description": "Setting **replace** prop will call `router.replace()` instead of `router.push()` when clicked, so the navigation will not leave a history record. You can find more information about the [replace](https://router.vuejs.org/api/#replace) prop on the vue-router documentation."
7185
- },
7186
- "VListItem/theme": {
7187
- "type": "string\n",
7188
- "description": "Specify a theme for this component and all of its children."
7189
- },
7190
- "VListItem/value": {
7191
- "type": "any\n",
7192
- "description": "The value used for selection. Obtained from [`v-list`](/api/v-list)'s `v-model:selected` when the item is selected."
7193
- },
7194
- "VListItem/active": {
7195
- "type": "boolean\n",
7196
- "description": "Controls the **active** state of the item. This is typically used to highlight the component."
7197
- },
7198
- "VListItem/active-color": {
7199
- "type": "string\n",
7200
- "description": "The applied color when the component is in an active state."
7201
- },
7202
- "VListItem/base-color": {
7203
- "type": "string\n",
7204
- "description": "Sets the color of component when not focused."
7205
- },
7206
- "VListItem/prepend-icon": {
7207
- "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
7208
- "description": "Creates a [v-icon](/api/v-icon/) component in the **prepend** slot before default content."
7209
- },
7210
- "VListItem/append-icon": {
7211
- "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
7212
- "description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot."
7213
- },
7214
- "VListItem/slim": {
7215
- "type": "boolean\n",
7216
- "description": "Reduces horizontal spacing for badges, icons, tooltips, and avatars to create a more compact visual representation."
7217
- },
7218
- "VListItem/ripple": {
7219
- "type": "boolean | { class: string }\n",
7220
- "description": "Applies the [v-ripple](/directives/ripple) directive."
7221
- },
7222
7170
  "VListItem/border": {
7223
7171
  "type": "string | number | boolean\n",
7224
7172
  "description": "Designates the **border-radius** applied to the component. This can be **xs**, **sm**, **md**, **lg**, **xl**."
@@ -7255,10 +7203,6 @@
7255
7203
  "type": "string | number\n",
7256
7204
  "description": "Designates an elevation applied to the component between 0 and 24. You can find more information on the [elevation page](/styles/elevation)."
7257
7205
  },
7258
- "VListItem/disabled": {
7259
- "type": "boolean\n",
7260
- "description": "Removes the ability to click or target the component."
7261
- },
7262
7206
  "VListItem/rounded": {
7263
7207
  "type": "string | number | boolean\n",
7264
7208
  "description": "Designates the **border-radius** applied to the component. This can be **0**, **xs**, **sm**, true, **lg**, **xl**, **pill**, **circle**, and **shaped**. Find more information on available border radius classes on the [Border Radius page](/styles/border-radius)."
@@ -7267,38 +7211,82 @@
7267
7211
  "type": "boolean\n",
7268
7212
  "description": "Removes any applied **border-radius** from the component."
7269
7213
  },
7270
- "VListItem/href": {
7214
+ "VListItem/tag": {
7271
7215
  "type": "string\n",
7272
- "description": "Designates the component as anchor and applies the **href** attribute."
7273
- },
7274
- "VListItem/exact": {
7275
- "type": "boolean\n",
7276
- "description": "Exactly match the link. Without this, '/' will match every route. You can find more information about the [**exact** prop](https://router.vuejs.org/api/#exact) on the vue-router documentation."
7216
+ "description": "Specify a custom tag used on the root element."
7277
7217
  },
7278
- "VListItem/to": {
7279
- "type": "RouteLocationRaw\n",
7280
- "description": "Denotes the target route of the link. You can find more information about the [**to** prop](https://router.vuejs.org/api/#to) on the vue-router documentation."
7218
+ "VListItem/theme": {
7219
+ "type": "string\n",
7220
+ "description": "Specify a theme for this component and all of its children."
7281
7221
  },
7282
7222
  "VListItem/color": {
7283
7223
  "type": "string\n",
7284
7224
  "description": "Applies specified color to the control when in an **active** state or **input-value** is **true** - supports utility colors (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors),"
7285
7225
  },
7286
7226
  "VListItem/variant": {
7287
- "type": "'flat' | 'text' | 'elevated' | 'tonal' | 'outlined' | 'plain'\n",
7227
+ "type": "'text' | 'flat' | 'elevated' | 'tonal' | 'outlined' | 'plain'\n",
7288
7228
  "description": "Applies a distinct style to the component."
7289
7229
  },
7290
- "VListItem/lines": {
7291
- "type": "false | 'one' | 'two' | 'three'\n",
7292
- "description": "The line declaration specifies the minimum height of the item and can also be controlled from v-list with the same prop."
7230
+ "VListItem/replace": {
7231
+ "type": "boolean\n",
7232
+ "description": "Setting **replace** prop will call `router.replace()` instead of `router.push()` when clicked, so the navigation will not leave a history record. You can find more information about the [replace](https://router.vuejs.org/api/#replace) prop on the vue-router documentation."
7293
7233
  },
7294
- "VListItem/active-class": {
7295
- "type": "string\n",
7296
- "description": "The class applied to the component when it matches the current route. Find more information about the [active-class prop](https://router.vuejs.org/api/#active-class) on the [vue-router](https://router.vuejs.org/) documentation."
7234
+ "VListItem/link": {
7235
+ "type": "boolean\n",
7236
+ "description": "Designates that the component is a link. This is automatic when using the href or to prop."
7237
+ },
7238
+ "VListItem/exact": {
7239
+ "type": "boolean\n",
7240
+ "description": "Exactly match the link. Without this, '/' will match every route. You can find more information about the [**exact** prop](https://router.vuejs.org/api/#exact) on the vue-router documentation."
7297
7241
  },
7298
7242
  "VListItem/subtitle": {
7299
7243
  "type": "string | number\n",
7300
7244
  "description": "Specify a subtitle text for the component."
7301
7245
  },
7246
+ "VListItem/base-color": {
7247
+ "type": "string\n",
7248
+ "description": "Sets the color of component when not focused."
7249
+ },
7250
+ "VListItem/active-color": {
7251
+ "type": "string\n",
7252
+ "description": "The applied color when the component is in an active state."
7253
+ },
7254
+ "VListItem/active-class": {
7255
+ "type": "string\n",
7256
+ "description": "The class applied to the component when it matches the current route. Find more information about the [active-class prop](https://router.vuejs.org/api/#active-class) on the [vue-router](https://router.vuejs.org/) documentation."
7257
+ },
7258
+ "VListItem/disabled": {
7259
+ "type": "boolean\n",
7260
+ "description": "Removes the ability to click or target the component."
7261
+ },
7262
+ "VListItem/lines": {
7263
+ "type": "false | 'one' | 'two' | 'three'\n",
7264
+ "description": "The line declaration specifies the minimum height of the item and can also be controlled from v-list with the same prop."
7265
+ },
7266
+ "VListItem/slim": {
7267
+ "type": "boolean\n",
7268
+ "description": "Reduces horizontal spacing for badges, icons, tooltips, and avatars to create a more compact visual representation."
7269
+ },
7270
+ "VListItem/nav": {
7271
+ "type": "boolean\n",
7272
+ "description": "Reduces the width v-list-item takes up as well as adding a border radius."
7273
+ },
7274
+ "VListItem/value": {
7275
+ "type": "any\n",
7276
+ "description": "The value used for selection. Obtained from [`v-list`](/api/v-list)'s `v-model:selected` when the item is selected."
7277
+ },
7278
+ "VListItem/append-icon": {
7279
+ "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
7280
+ "description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot."
7281
+ },
7282
+ "VListItem/prepend-icon": {
7283
+ "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
7284
+ "description": "Creates a [v-icon](/api/v-icon/) component in the **prepend** slot before default content."
7285
+ },
7286
+ "VListItem/active": {
7287
+ "type": "boolean\n",
7288
+ "description": "Controls the **active** state of the item. This is typically used to highlight the component."
7289
+ },
7302
7290
  "VListItem/append-avatar": {
7303
7291
  "type": "string\n",
7304
7292
  "description": "Appends a [v-avatar](/components/avatars/) component after default content in the **append** slot."
@@ -7307,18 +7295,30 @@
7307
7295
  "type": "string\n",
7308
7296
  "description": "Prepends a [v-avatar](/components/avatars/) component in the **prepend** slot before default content."
7309
7297
  },
7310
- "VListItemAction/end": {
7311
- "type": "boolean\n",
7312
- "description": "Applies margin at the start of the component."
7298
+ "VListItem/ripple": {
7299
+ "type": "boolean | { class: string }\n",
7300
+ "description": "Applies the [v-ripple](/directives/ripple) directive."
7313
7301
  },
7314
- "VListItemAction/start": {
7315
- "type": "boolean\n",
7316
- "description": "Applies margin at the end of the component."
7302
+ "VListItem/href": {
7303
+ "type": "string\n",
7304
+ "description": "Designates the component as anchor and applies the **href** attribute."
7305
+ },
7306
+ "VListItem/to": {
7307
+ "type": "RouteLocationRaw\n",
7308
+ "description": "Denotes the target route of the link. You can find more information about the [**to** prop](https://router.vuejs.org/api/#to) on the vue-router documentation."
7317
7309
  },
7318
7310
  "VListItemAction/tag": {
7319
7311
  "type": "string\n",
7320
7312
  "description": "Specify a custom tag used on the root element."
7321
7313
  },
7314
+ "VListItemAction/start": {
7315
+ "type": "boolean\n",
7316
+ "description": "Applies margin at the end of the component."
7317
+ },
7318
+ "VListItemAction/end": {
7319
+ "type": "boolean\n",
7320
+ "description": "Applies margin at the start of the component."
7321
+ },
7322
7322
  "VListItemMedia/end": {
7323
7323
  "type": "boolean\n",
7324
7324
  "description": "Applies margin at the start of the component."
@@ -7915,10 +7915,6 @@
7915
7915
  "type": "number\n",
7916
7916
  "description": "Specifies the minimum allowable value for the input."
7917
7917
  },
7918
- "VNumberInput/inset": {
7919
- "type": "boolean\n",
7920
- "description": "Applies an indentation to the dividers used in the stepper buttons."
7921
- },
7922
7918
  "VNumberInput/hide-input": {
7923
7919
  "type": "boolean\n",
7924
7920
  "description": "Hide the input field."
@@ -7931,6 +7927,10 @@
7931
7927
  "type": "'default' | 'split' | 'stacked'\n",
7932
7928
  "description": "The color of the control. It defaults to the value of `variant` prop."
7933
7929
  },
7930
+ "VNumberInput/inset": {
7931
+ "type": "boolean\n",
7932
+ "description": "Applies an indentation to the dividers used in the stepper buttons."
7933
+ },
7934
7934
  "VOtpInput/length": {
7935
7935
  "type": "string | number\n",
7936
7936
  "description": "The OTP field's length."
@@ -8011,6 +8011,10 @@
8011
8011
  "type": "string\n",
8012
8012
  "description": "Specifies the dividing character between items."
8013
8013
  },
8014
+ "VOtpInput/focused": {
8015
+ "type": "boolean\n",
8016
+ "description": "Forces a focused state styling on the component."
8017
+ },
8014
8018
  "VOtpInput/autofocus": {
8015
8019
  "type": "boolean\n",
8016
8020
  "description": "Automatically focuses the first input on page load"
@@ -8019,10 +8023,6 @@
8019
8023
  "type": "string\n",
8020
8024
  "description": "Sets the input’s placeholder text."
8021
8025
  },
8022
- "VOtpInput/focused": {
8023
- "type": "boolean\n",
8024
- "description": "Forces a focused state styling on the component."
8025
- },
8026
8026
  "VOtpInput/focus-all": {
8027
8027
  "type": "boolean\n",
8028
8028
  "description": "Puts all inputs into a focus state when any are focused"
@@ -8691,6 +8691,10 @@
8691
8691
  "type": "(a: any, b: any) => boolean\n",
8692
8692
  "description": "Apply a custom comparison algorithm to compare **model-value** and values contains in the **items** prop."
8693
8693
  },
8694
+ "VRadioGroup/focused": {
8695
+ "type": "boolean\n",
8696
+ "description": "Forces a focused state styling on the component."
8697
+ },
8694
8698
  "VRadioGroup/center-affix": {
8695
8699
  "type": "boolean\n",
8696
8700
  "description": "Vertically align **appendInner**, **prependInner**, **clearIcon** and **label** in the center."
@@ -8731,10 +8735,6 @@
8731
8735
  "type": "any\n",
8732
8736
  "description": "The value used when applying validation rules."
8733
8737
  },
8734
- "VRadioGroup/focused": {
8735
- "type": "boolean\n",
8736
- "description": "Forces a focused state styling on the component."
8737
- },
8738
8738
  "VRadioGroup/hide-details": {
8739
8739
  "type": "boolean | 'auto'\n",
8740
8740
  "description": "Hides hint and validation errors. When set to `auto` messages will be rendered only if there's a message (hint, error message, counter value etc) to display."
@@ -8835,6 +8835,10 @@
8835
8835
  "type": "'horizontal' | 'vertical'\n",
8836
8836
  "description": "Changes the direction of the input."
8837
8837
  },
8838
+ "VRangeSlider/focused": {
8839
+ "type": "boolean\n",
8840
+ "description": "Forces a focused state styling on the component."
8841
+ },
8838
8842
  "VRangeSlider/center-affix": {
8839
8843
  "type": "boolean\n",
8840
8844
  "description": "Vertically align **appendInner**, **prependInner**, **clearIcon** and **label** in the center."
@@ -8875,10 +8879,6 @@
8875
8879
  "type": "any\n",
8876
8880
  "description": "The value used when applying validation rules."
8877
8881
  },
8878
- "VRangeSlider/focused": {
8879
- "type": "boolean\n",
8880
- "description": "Forces a focused state styling on the component."
8881
- },
8882
8882
  "VRangeSlider/hide-details": {
8883
8883
  "type": "boolean | 'auto'\n",
8884
8884
  "description": "Hides hint and validation errors. When set to `auto` messages will be rendered only if there's a message (hint, error message, counter value etc) to display."
@@ -9047,6 +9047,10 @@
9047
9047
  "type": "'start' | 'end' | 'center' | 'baseline' | 'stretch'\n",
9048
9048
  "description": "Applies the [align-items](https://developer.mozilla.org/en-US/docs/Web/CSS/align-items) css property. Available options are: **start**, **center**, **end**, **baseline** and **stretch**."
9049
9049
  },
9050
+ "VRow/justify": {
9051
+ "type": " | 'start'\n | 'end'\n | 'center'\n | 'stretch'\n | 'space-between'\n | 'space-around'\n | 'space-evenly'\n",
9052
+ "description": "Applies the [justify-content](https://developer.mozilla.org/en-US/docs/Web/CSS/justify-content) css property. Available options are: **start**, **center**, **end**, **space-between** and **space-around**."
9053
+ },
9050
9054
  "VRow/dense": {
9051
9055
  "type": "boolean\n",
9052
9056
  "description": "Reduces the gutter between `v-col`s."
@@ -9115,10 +9119,6 @@
9115
9119
  "type": " | 'start'\n | 'end'\n | 'center'\n | 'stretch'\n | 'space-between'\n | 'space-around'\n | 'space-evenly'\n",
9116
9120
  "description": "Changes the **align-content** property on extra extra large and greater breakpoints."
9117
9121
  },
9118
- "VRow/justify": {
9119
- "type": " | 'start'\n | 'end'\n | 'center'\n | 'stretch'\n | 'space-between'\n | 'space-around'\n | 'space-evenly'\n",
9120
- "description": "Applies the [justify-content](https://developer.mozilla.org/en-US/docs/Web/CSS/justify-content) css property. Available options are: **start**, **center**, **end**, **space-between** and **space-around**."
9121
- },
9122
9122
  "VRow/align-content": {
9123
9123
  "type": " | 'start'\n | 'end'\n | 'center'\n | 'stretch'\n | 'space-between'\n | 'space-around'\n | 'space-evenly'\n",
9124
9124
  "description": "Applies the [align-content](https://developer.mozilla.org/en-US/docs/Web/CSS/align-content) css property. Available options are: **start**, **center**, **end**, **space-between**, **space-around** and **stretch**."
@@ -9367,77 +9367,29 @@
9367
9367
  "type": "'horizontal' | 'vertical'\n",
9368
9368
  "description": "Changes the direction of the input."
9369
9369
  },
9370
- "VSelect/value-comparator": {
9371
- "type": "(a: any, b: any) => boolean\n",
9372
- "description": "Apply a custom comparison algorithm to compare **model-value** and values contains in the **items** prop."
9373
- },
9374
- "VSelect/chips": {
9375
- "type": "boolean\n",
9376
- "description": "Changes display of selections to chips."
9377
- },
9378
- "VSelect/closable-chips": {
9379
- "type": "boolean\n",
9380
- "description": "Enables the [closable](/api/v-chip/#props-closable) prop on all [v-chip](/components/chips/) components."
9381
- },
9382
- "VSelect/close-text": {
9383
- "type": "string\n",
9384
- "description": "Text set to the inputs `aria-label` and `title` when input menu is closed."
9385
- },
9386
- "VSelect/open-text": {
9387
- "type": "string\n",
9388
- "description": "Text set to the inputs **aria-label** and **title** when input menu is open."
9389
- },
9370
+ "VSelect/value-comparator": {
9371
+ "type": "(a: any, b: any) => boolean\n",
9372
+ "description": "Apply a custom comparison algorithm to compare **model-value** and values contains in the **items** prop."
9373
+ },
9390
9374
  "VSelect/hide-no-data": {
9391
9375
  "type": "boolean\n",
9392
9376
  "description": "Hides the menu when there are no options to show. Useful for preventing the menu from opening before results are fetched asynchronously. Also has the effect of opening the menu when the `items` array changes if not already open."
9393
9377
  },
9394
- "VSelect/hide-selected": {
9395
- "type": "boolean\n",
9396
- "description": "Do not display in the select menu items that are already selected."
9397
- },
9398
- "VSelect/list-props": {
9399
- "type": "unknown\n",
9400
- "description": "Pass props through to the `v-list` component. Accepts an object with anything from [v-list](/api/v-list/#props) props, camelCase keys are recommended."
9401
- },
9402
- "VSelect/item-title": {
9403
- "type": "SelectItemKey<any>\n",
9404
- "description": "Property on supplied `items` that contains its title."
9378
+ "VSelect/no-data-text": {
9379
+ "type": "string\n",
9380
+ "description": "Text shown when no items are provided to the component."
9405
9381
  },
9406
9382
  "VSelect/item-value": {
9407
9383
  "type": "SelectItemKey<any>\n",
9408
9384
  "description": "Set property of **items**'s value - **must be primitive**. Dot notation is supported. **Note:** This is currently not supported with `v-combobox` [GitHub Issue](https://github.com/vuetifyjs/vuetify/issues/5479)."
9409
9385
  },
9410
- "VSelect/item-children": {
9411
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L73-L77\" target=\"_blank\">SelectItemKey</a>\n",
9412
- "description": "This property currently has **no effect**."
9413
- },
9414
- "VSelect/item-props": {
9415
- "type": "SelectItemKey<any>\n",
9416
- "description": "Props object that will be applied to each item component. `true` will treat the original object as raw props and pass it directly to the component."
9417
- },
9418
9386
  "VSelect/return-object": {
9419
9387
  "type": "boolean\n",
9420
9388
  "description": "Changes the selection behavior to return the object directly rather than the value specified with **item-value**."
9421
9389
  },
9422
- "VSelect/menu-icon": {
9423
- "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
9424
- "description": "Sets the the spin icon."
9425
- },
9426
- "VSelect/menu-props": {
9427
- "type": "unknown\n",
9428
- "description": "Pass props through to the `v-menu` component. Accepts an object with anything from [v-menu](/api/v-menu/#props) props, camelCase keys are recommended."
9429
- },
9430
- "VSelect/no-data-text": {
9431
- "type": "string\n",
9432
- "description": "Text shown when no items are provided to the component."
9433
- },
9434
- "VSelect/open-on-clear": {
9390
+ "VSelect/focused": {
9435
9391
  "type": "boolean\n",
9436
- "description": "When using the **clearable** prop, once cleared, the select menu will either open or stay open, depending on the current state."
9437
- },
9438
- "VSelect/item-color": {
9439
- "type": "string\n",
9440
- "description": "Sets color of selected items."
9392
+ "description": "Forces a focused state styling on the component."
9441
9393
  },
9442
9394
  "VSelect/autofocus": {
9443
9395
  "type": "boolean\n",
@@ -9507,10 +9459,6 @@
9507
9459
  "type": " | 'eager'\n | 'lazy'\n | 'blur'\n | 'input'\n | 'submit'\n | 'invalid-input'\n | 'blur lazy'\n | 'input lazy'\n | 'submit lazy'\n | 'invalid-input lazy'\n | 'blur eager'\n | 'input eager'\n | 'submit eager'\n | 'invalid-input eager'\n | 'lazy blur'\n | 'lazy input'\n | 'lazy submit'\n | 'lazy invalid-input'\n | 'eager blur'\n | 'eager input'\n | 'eager submit'\n | 'eager invalid-input'\n",
9508
9460
  "description": "Change what type of event triggers validation to run."
9509
9461
  },
9510
- "VSelect/focused": {
9511
- "type": "boolean\n",
9512
- "description": "Forces a focused state styling on the component."
9513
- },
9514
9462
  "VSelect/hide-details": {
9515
9463
  "type": "boolean | 'auto'\n",
9516
9464
  "description": "Hides hint and validation errors. When set to `auto` messages will be rendered only if there's a message (hint, error message, counter value etc) to display."
@@ -9543,6 +9491,58 @@
9543
9491
  "type": "unknown\n",
9544
9492
  "description": "**FOR INTERNAL USE ONLY**"
9545
9493
  },
9494
+ "VSelect/item-title": {
9495
+ "type": "SelectItemKey<any>\n",
9496
+ "description": "Property on supplied `items` that contains its title."
9497
+ },
9498
+ "VSelect/item-children": {
9499
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L73-L77\" target=\"_blank\">SelectItemKey</a>\n",
9500
+ "description": "This property currently has **no effect**."
9501
+ },
9502
+ "VSelect/item-props": {
9503
+ "type": "SelectItemKey<any>\n",
9504
+ "description": "Props object that will be applied to each item component. `true` will treat the original object as raw props and pass it directly to the component."
9505
+ },
9506
+ "VSelect/chips": {
9507
+ "type": "boolean\n",
9508
+ "description": "Changes display of selections to chips."
9509
+ },
9510
+ "VSelect/closable-chips": {
9511
+ "type": "boolean\n",
9512
+ "description": "Enables the [closable](/api/v-chip/#props-closable) prop on all [v-chip](/components/chips/) components."
9513
+ },
9514
+ "VSelect/close-text": {
9515
+ "type": "string\n",
9516
+ "description": "Text set to the inputs `aria-label` and `title` when input menu is closed."
9517
+ },
9518
+ "VSelect/open-text": {
9519
+ "type": "string\n",
9520
+ "description": "Text set to the inputs **aria-label** and **title** when input menu is open."
9521
+ },
9522
+ "VSelect/hide-selected": {
9523
+ "type": "boolean\n",
9524
+ "description": "Do not display in the select menu items that are already selected."
9525
+ },
9526
+ "VSelect/list-props": {
9527
+ "type": "unknown\n",
9528
+ "description": "Pass props through to the `v-list` component. Accepts an object with anything from [v-list](/api/v-list/#props) props, camelCase keys are recommended."
9529
+ },
9530
+ "VSelect/menu-icon": {
9531
+ "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
9532
+ "description": "Sets the the spin icon."
9533
+ },
9534
+ "VSelect/menu-props": {
9535
+ "type": "unknown\n",
9536
+ "description": "Pass props through to the `v-menu` component. Accepts an object with anything from [v-menu](/api/v-menu/#props) props, camelCase keys are recommended."
9537
+ },
9538
+ "VSelect/open-on-clear": {
9539
+ "type": "boolean\n",
9540
+ "description": "When using the **clearable** prop, once cleared, the select menu will either open or stay open, depending on the current state."
9541
+ },
9542
+ "VSelect/item-color": {
9543
+ "type": "string\n",
9544
+ "description": "Sets color of selected items."
9545
+ },
9546
9546
  "VSelectionControl/type": {
9547
9547
  "type": "string\n",
9548
9548
  "description": "Provides the default type for children selection controls."
@@ -10071,6 +10071,10 @@
10071
10071
  "type": "'horizontal' | 'vertical'\n",
10072
10072
  "description": "Changes the direction of the input."
10073
10073
  },
10074
+ "VSlider/focused": {
10075
+ "type": "boolean\n",
10076
+ "description": "Forces a focused state styling on the component."
10077
+ },
10074
10078
  "VSlider/center-affix": {
10075
10079
  "type": "boolean\n",
10076
10080
  "description": "Vertically align **appendInner**, **prependInner**, **clearIcon** and **label** in the center."
@@ -10111,10 +10115,6 @@
10111
10115
  "type": "any\n",
10112
10116
  "description": "The value used when applying validation rules."
10113
10117
  },
10114
- "VSlider/focused": {
10115
- "type": "boolean\n",
10116
- "description": "Forces a focused state styling on the component."
10117
- },
10118
10118
  "VSlider/hide-details": {
10119
10119
  "type": "boolean | 'auto'\n",
10120
10120
  "description": "Hides hint and validation errors. When set to `auto` messages will be rendered only if there's a message (hint, error message, counter value etc) to display."
@@ -10483,6 +10483,10 @@
10483
10483
  "type": "boolean\n",
10484
10484
  "description": "Stacks snackbar content on top of the actions (button)."
10485
10485
  },
10486
+ "VSnackbarQueue/closable": {
10487
+ "type": "string | boolean\n",
10488
+ "description": "Adds a dismiss button that closes the active snackbar."
10489
+ },
10486
10490
  "VSnackbarQueue/close-text": {
10487
10491
  "type": "string\n",
10488
10492
  "description": "The text used in the close button when using the **closable** prop."
@@ -10499,10 +10503,6 @@
10499
10503
  "type": "string | number\n",
10500
10504
  "description": "Time (in milliseconds) to wait until snackbar is automatically hidden. Use `-1` to keep open indefinitely (`0` in version < 2.3 ). It is recommended for this number to be between `4000` and `10000`. Changes to this property will reset the timeout."
10501
10505
  },
10502
- "VSnackbarQueue/closable": {
10503
- "type": "string | boolean\n",
10504
- "description": "Adds a dismiss button that closes the active snackbar."
10505
- },
10506
10506
  "VSpacer/tag": {
10507
10507
  "type": "string\n",
10508
10508
  "description": "Specify a custom tag used on the root element."
@@ -10847,10 +10847,6 @@
10847
10847
  "type": "boolean | 'force'\n",
10848
10848
  "description": "Forces at least one item to always be selected (if available)."
10849
10849
  },
10850
- "VStepper/item-title": {
10851
- "type": "string\n",
10852
- "description": "Property on supplied `items` that contains its title."
10853
- },
10854
10850
  "VStepper/item-value": {
10855
10851
  "type": "string\n",
10856
10852
  "description": "Property on supplied `items` that contains its value."
@@ -10859,6 +10855,10 @@
10859
10855
  "type": "boolean\n",
10860
10856
  "description": "Hide actions bar (prev and next buttons)."
10861
10857
  },
10858
+ "VStepper/item-title": {
10859
+ "type": "string\n",
10860
+ "description": "Property on supplied `items` that contains its title."
10861
+ },
10862
10862
  "VStepper/alt-labels": {
10863
10863
  "type": "boolean\n",
10864
10864
  "description": "Places the labels beneath the step."
@@ -11055,18 +11055,6 @@
11055
11055
  "type": "boolean\n",
11056
11056
  "description": "Forces the component's content to render when it mounts. This is useful if you have content that will not be rendered in the DOM that you want crawled for SEO."
11057
11057
  },
11058
- "VStepperVertical/expand-icon": {
11059
- "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
11060
- "description": "Icon used when the expansion panel is in a expandable state."
11061
- },
11062
- "VStepperVertical/collapse-icon": {
11063
- "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
11064
- "description": "Icon used when the expansion panel is in a collapsable state."
11065
- },
11066
- "VStepperVertical/item-title": {
11067
- "type": "string\n",
11068
- "description": "Property on supplied `items` that contains its title."
11069
- },
11070
11058
  "VStepperVertical/item-value": {
11071
11059
  "type": "string\n",
11072
11060
  "description": "Property on supplied `items` that contains its value."
@@ -11075,10 +11063,22 @@
11075
11063
  "type": "boolean\n",
11076
11064
  "description": "Hide actions bar (prev and next buttons)."
11077
11065
  },
11066
+ "VStepperVertical/expand-icon": {
11067
+ "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
11068
+ "description": "Icon used when the expansion panel is in a expandable state."
11069
+ },
11070
+ "VStepperVertical/collapse-icon": {
11071
+ "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
11072
+ "description": "Icon used when the expansion panel is in a collapsable state."
11073
+ },
11078
11074
  "VStepperVertical/focusable": {
11079
11075
  "type": "boolean\n",
11080
11076
  "description": "Makes the expansion-panel headers focusable."
11081
11077
  },
11078
+ "VStepperVertical/item-title": {
11079
+ "type": "string\n",
11080
+ "description": "Property on supplied `items` that contains its title."
11081
+ },
11082
11082
  "VStepperVertical/alt-labels": {
11083
11083
  "type": "boolean\n",
11084
11084
  "description": "Places the labels beneath the step."
@@ -11223,6 +11223,14 @@
11223
11223
  "type": "string\n",
11224
11224
  "description": "Specify a subtitle text for the component."
11225
11225
  },
11226
+ "VStepperVerticalItem/hide-actions": {
11227
+ "type": "boolean\n",
11228
+ "description": "Hide the expand icon in the content title."
11229
+ },
11230
+ "VStepperVerticalItem/rules": {
11231
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VStepper/VStepperItem.tsx#L43-L43\" target=\"_blank\">ValidationRule</a>[]\n",
11232
+ "description": "Accepts a mixed array of types `function`, `boolean` and `string`. Functions pass an input value as an argument and must return either `true` / `false` or a `string` containing an error message. The input field will enter an error state if a function returns (or any value in the array contains) `false` or is a `string`."
11233
+ },
11226
11234
  "VStepperVerticalItem/expand-icon": {
11227
11235
  "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
11228
11236
  "description": "Icon used when the expansion panel is in a expandable state."
@@ -11231,14 +11239,6 @@
11231
11239
  "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
11232
11240
  "description": "Icon used when the expansion panel is in a collapsable state."
11233
11241
  },
11234
- "VStepperVerticalItem/rules": {
11235
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VStepper/VStepperItem.tsx#L43-L43\" target=\"_blank\">ValidationRule</a>[]\n",
11236
- "description": "Accepts a mixed array of types `function`, `boolean` and `string`. Functions pass an input value as an argument and must return either `true` / `false` or a `string` containing an error message. The input field will enter an error state if a function returns (or any value in the array contains) `false` or is a `string`."
11237
- },
11238
- "VStepperVerticalItem/hide-actions": {
11239
- "type": "boolean\n",
11240
- "description": "Hide the expand icon in the content title."
11241
- },
11242
11242
  "VStepperVerticalItem/focusable": {
11243
11243
  "type": "boolean\n",
11244
11244
  "description": "Makes the expansion panel content focusable."
@@ -11451,6 +11451,10 @@
11451
11451
  "type": "(a: any, b: any) => boolean\n",
11452
11452
  "description": "Apply a custom comparison algorithm to compare **model-value** and values contains in the **items** prop."
11453
11453
  },
11454
+ "VSwitch/focused": {
11455
+ "type": "boolean\n",
11456
+ "description": "Forces a focused state styling on the component."
11457
+ },
11454
11458
  "VSwitch/center-affix": {
11455
11459
  "type": "boolean\n",
11456
11460
  "description": "Vertically align **appendInner**, **prependInner**, **clearIcon** and **label** in the center."
@@ -11491,10 +11495,6 @@
11491
11495
  "type": "any\n",
11492
11496
  "description": "The value used when applying validation rules."
11493
11497
  },
11494
- "VSwitch/focused": {
11495
- "type": "boolean\n",
11496
- "description": "Forces a focused state styling on the component."
11497
- },
11498
11498
  "VSwitch/hide-details": {
11499
11499
  "type": "boolean | 'auto'\n",
11500
11500
  "description": "Hides hint and validation errors. When set to `auto` messages will be rendered only if there's a message (hint, error message, counter value etc) to display."
@@ -11732,7 +11732,7 @@
11732
11732
  "description": "Specify a custom tag used on the root element."
11733
11733
  },
11734
11734
  "VTabs/items": {
11735
- "type": "(string | number | Record<string, any>)[]\n",
11735
+ "type": "unknown\n",
11736
11736
  "description": "The items to display in the component. This can be an array of strings or objects with a property `text`."
11737
11737
  },
11738
11738
  "VTabs/stacked": {
@@ -11983,6 +11983,10 @@
11983
11983
  "type": "'horizontal' | 'vertical'\n",
11984
11984
  "description": "Changes the direction of the input."
11985
11985
  },
11986
+ "VTextField/focused": {
11987
+ "type": "boolean\n",
11988
+ "description": "Forces a focused state styling on the component."
11989
+ },
11986
11990
  "VTextField/autofocus": {
11987
11991
  "type": "boolean\n",
11988
11992
  "description": "Enables autofocus."
@@ -12055,10 +12059,6 @@
12055
12059
  "type": "any\n",
12056
12060
  "description": "The value used when applying validation rules."
12057
12061
  },
12058
- "VTextField/focused": {
12059
- "type": "boolean\n",
12060
- "description": "Forces a focused state styling on the component."
12061
- },
12062
12062
  "VTextField/hide-details": {
12063
12063
  "type": "boolean | 'auto'\n",
12064
12064
  "description": "Hides hint and validation errors. When set to `auto` messages will be rendered only if there's a message (hint, error message, counter value etc) to display."
@@ -12199,6 +12199,10 @@
12199
12199
  "type": "'horizontal' | 'vertical'\n",
12200
12200
  "description": "Changes the direction of the input."
12201
12201
  },
12202
+ "VTextarea/focused": {
12203
+ "type": "boolean\n",
12204
+ "description": "Forces a focused state styling on the component."
12205
+ },
12202
12206
  "VTextarea/autofocus": {
12203
12207
  "type": "boolean\n",
12204
12208
  "description": "The element should be focused as soon as the page loads."
@@ -12267,10 +12271,6 @@
12267
12271
  "type": "any\n",
12268
12272
  "description": "The value used when applying validation rules."
12269
12273
  },
12270
- "VTextarea/focused": {
12271
- "type": "boolean\n",
12272
- "description": "Forces a focused state styling on the component."
12273
- },
12274
12274
  "VTextarea/hide-details": {
12275
12275
  "type": "boolean | 'auto'\n",
12276
12276
  "description": "Hides hint and validation errors. When set to `auto` messages will be rendered only if there's a message (hint, error message, counter value etc) to display."
@@ -12591,14 +12591,14 @@
12591
12591
  "type": "'start' | 'center'\n",
12592
12592
  "description": "Places the timeline dot at the top or center of the timeline item."
12593
12593
  },
12594
- "VTimeline/side": {
12595
- "type": "'start' | 'end'\n",
12596
- "description": "Display all timeline items on one side of the timeline, either **before** or **after**."
12597
- },
12598
12594
  "VTimeline/justify": {
12599
12595
  "type": "string\n",
12600
12596
  "description": "Places timeline line at the center or automatically on the left or right side."
12601
12597
  },
12598
+ "VTimeline/side": {
12599
+ "type": "'start' | 'end'\n",
12600
+ "description": "Display all timeline items on one side of the timeline, either **before** or **after**."
12601
+ },
12602
12602
  "VTimeline/line-thickness": {
12603
12603
  "type": "string | number\n",
12604
12604
  "description": "Thickness of the timeline line."
@@ -13063,6 +13063,18 @@
13063
13063
  "type": "(a: any, b: any) => boolean\n",
13064
13064
  "description": "Apply a custom comparison algorithm to compare **model-value** and values contains in the **items** prop."
13065
13065
  },
13066
+ "VTreeview/item-value": {
13067
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L73-L77\" target=\"_blank\">SelectItemKey</a>\n",
13068
+ "description": "Property on supplied `items` that contains its value."
13069
+ },
13070
+ "VTreeview/return-object": {
13071
+ "type": "boolean\n",
13072
+ "description": "When `true` will make `v-model`, `active.sync` and `open.sync` return the complete object instead of just the key."
13073
+ },
13074
+ "VTreeview/select-strategy": {
13075
+ "type": " | 'single-leaf'\n | 'leaf'\n | 'independent'\n | 'single-independent'\n | 'classic'\n | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/nested/selectStrategies.ts#L26-L30\" target=\"_blank\">SelectStrategy</a>\n | ((mandatory: boolean) => <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/nested/selectStrategies.ts#L26-L30\" target=\"_blank\">SelectStrategy</a>)\n",
13076
+ "description": "Affects how items with children behave when selected.\n- **leaf:** Only leaf nodes (items without children) can be selected.\n- **independent:** All nodes can be selected whether they have children or not.\n- **classic:** Selecting a parent node will cause all children to be selected, parent nodes will be displayed as selected if all their descendants are selected. Only leaf nodes will be added to the model."
13077
+ },
13066
13078
  "VTreeview/filter-mode": {
13067
13079
  "type": "'every' | 'some' | 'union' | 'intersection'\n",
13068
13080
  "description": "Controls how the results of `customFilter` and `customKeyFilter` are combined. All modes only apply `customFilter` to columns not specified in `customKeyFilter`.\n\n- **some**: There is at least one match from either the custom filter or the custom key filter.\n- **every**: All columns match either the custom filter or the custom key filter.\n- **union**: There is at least one match from the custom filter, or all columns match the custom key filters.\n- **intersection**: There is at least one match from the custom filter, and all columns match the custom key filters."
@@ -13091,6 +13103,10 @@
13091
13103
  "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
13092
13104
  "description": "Icon to display when the list item is expanded."
13093
13105
  },
13106
+ "VTreeview/activated": {
13107
+ "type": "any\n",
13108
+ "description": "Array of ids of activated nodes."
13109
+ },
13094
13110
  "VTreeview/activatable": {
13095
13111
  "type": "boolean\n",
13096
13112
  "description": "Allows user to mark a node as active by clicking on it."
@@ -13103,26 +13119,18 @@
13103
13119
  "type": "any\n",
13104
13120
  "description": "An array containing the values of currently opened groups. Can be two-way bound with `v-model:opened`."
13105
13121
  },
13106
- "VTreeview/activated": {
13107
- "type": "any\n",
13108
- "description": "Array of ids of activated nodes."
13109
- },
13110
13122
  "VTreeview/active-strategy": {
13111
13123
  "type": " | 'single-leaf'\n | 'leaf'\n | 'independent'\n | 'single-independent'\n | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/nested/activeStrategies.ts#L27-L31\" target=\"_blank\">ActiveStrategy</a>\n | ((mandatory: boolean) => <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/nested/activeStrategies.ts#L27-L31\" target=\"_blank\">ActiveStrategy</a>)\n",
13112
13124
  "description": "Affects how items with children behave when activated.\n- **leaf:** Only leaf nodes (items without children) can be activated.\n- **independent:** All nodes can be activated whether they have children or not.\n- **classic:** Activating a parent node will cause all children to be activated."
13113
13125
  },
13114
- "VTreeview/select-strategy": {
13115
- "type": " | 'single-leaf'\n | 'leaf'\n | 'independent'\n | 'single-independent'\n | 'classic'\n | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/nested/selectStrategies.ts#L26-L30\" target=\"_blank\">SelectStrategy</a>\n | ((mandatory: boolean) => <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/nested/selectStrategies.ts#L26-L30\" target=\"_blank\">SelectStrategy</a>)\n",
13116
- "description": "Affects how items with children behave when selected.\n- **leaf:** Only leaf nodes (items without children) can be selected.\n- **independent:** All nodes can be selected whether they have children or not.\n- **classic:** Selecting a parent node will cause all children to be selected, parent nodes will be displayed as selected if all their descendants are selected. Only leaf nodes will be added to the model."
13126
+ "VTreeview/item-type": {
13127
+ "type": "string\n",
13128
+ "description": "Designates the key on the supplied items that is used for determining the nodes type."
13117
13129
  },
13118
13130
  "VTreeview/item-title": {
13119
13131
  "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L73-L77\" target=\"_blank\">SelectItemKey</a>\n",
13120
13132
  "description": "Property on supplied `items` that contains its title."
13121
13133
  },
13122
- "VTreeview/item-value": {
13123
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L73-L77\" target=\"_blank\">SelectItemKey</a>\n",
13124
- "description": "Property on supplied `items` that contains its value."
13125
- },
13126
13134
  "VTreeview/item-children": {
13127
13135
  "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L73-L77\" target=\"_blank\">SelectItemKey</a>\n",
13128
13136
  "description": "Property on supplied `items` that contains its children."
@@ -13131,10 +13139,6 @@
13131
13139
  "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L73-L77\" target=\"_blank\">SelectItemKey</a>\n",
13132
13140
  "description": "Props object that will be applied to each item component. `true` will treat the original object as raw props and pass it directly to the component."
13133
13141
  },
13134
- "VTreeview/return-object": {
13135
- "type": "boolean\n",
13136
- "description": "When `true` will make `v-model`, `active.sync` and `open.sync` return the complete object instead of just the key."
13137
- },
13138
13142
  "VTreeview/open-all": {
13139
13143
  "type": "boolean\n",
13140
13144
  "description": "When `true` will cause all branch nodes to be opened when component is mounted."
@@ -13183,6 +13187,10 @@
13183
13187
  "type": "string\n",
13184
13188
  "description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors)."
13185
13189
  },
13190
+ "VTreeviewGroup/fluid": {
13191
+ "type": "boolean\n",
13192
+ "description": "Removes viewport maximum-width size breakpoints."
13193
+ },
13186
13194
  "VTreeviewGroup/expand-icon": {
13187
13195
  "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
13188
13196
  "description": "Icon to display when the list item is collapsed."
@@ -13191,10 +13199,6 @@
13191
13199
  "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
13192
13200
  "description": "Icon to display when the list item is expanded."
13193
13201
  },
13194
- "VTreeviewGroup/fluid": {
13195
- "type": "boolean\n",
13196
- "description": "Removes viewport maximum-width size breakpoints."
13197
- },
13198
13202
  "VTreeviewItem/tag": {
13199
13203
  "type": "string\n",
13200
13204
  "description": "Specify a custom tag used on the root element."
@@ -13423,14 +13427,14 @@
13423
13427
  "type": "string | number\n",
13424
13428
  "description": "Sets the width for the component."
13425
13429
  },
13426
- "VVirtualScroll/item-height": {
13427
- "type": "string | number\n",
13428
- "description": "Height in pixels of each item to display."
13429
- },
13430
13430
  "VVirtualScroll/renderless": {
13431
13431
  "type": "boolean\n",
13432
13432
  "description": "Disables default component rendering functionality."
13433
13433
  },
13434
+ "VVirtualScroll/item-height": {
13435
+ "type": "string | number\n",
13436
+ "description": "Height in pixels of each item to display."
13437
+ },
13434
13438
  "VWindow/model-value": {
13435
13439
  "type": "unknown\n",
13436
13440
  "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
@@ -13471,14 +13475,14 @@
13471
13475
  "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
13472
13476
  "description": "Icon used for the \"prev\" button if `show-arrows` is `true`."
13473
13477
  },
13474
- "VWindow/continuous": {
13475
- "type": "boolean\n",
13476
- "description": "If `true`, window will \"wrap around\" from the last item to the first, and from the first item to the last."
13477
- },
13478
13478
  "VWindow/show-arrows": {
13479
13479
  "type": "string | boolean\n",
13480
13480
  "description": "Display the \"next\" and \"prev\" buttons."
13481
13481
  },
13482
+ "VWindow/continuous": {
13483
+ "type": "boolean\n",
13484
+ "description": "If `true`, window will \"wrap around\" from the last item to the first, and from the first item to the last."
13485
+ },
13482
13486
  "VWindow/touch": {
13483
13487
  "type": "boolean | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/directives/touch/index.ts#L9-L17\" target=\"_blank\">TouchHandlers</a>\n",
13484
13488
  "description": "Provide a custom **left** and **right** function when swiped left or right."