@vuetify/nightly 3.8.7-master.2025-05-29 → 3.8.7-master.2025-05-31

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.
@@ -2763,18 +2763,6 @@
2763
2763
  "type": "string | (new () => any) | FunctionalComponent\n",
2764
2764
  "description": "Specify a custom tag used on the root element."
2765
2765
  },
2766
- "VCol/order": {
2767
- "type": "string | number\n",
2768
- "description": "Sets the default [order](https://developer.mozilla.org/en-US/docs/Web/CSS/order) for the column."
2769
- },
2770
- "VCol/offset": {
2771
- "type": "string | number\n",
2772
- "description": "Sets the default offset for the column."
2773
- },
2774
- "VCol/cols": {
2775
- "type": "string | number | boolean\n",
2776
- "description": "Sets the default number of columns the component extends. Available options are: **1 -> 12** and **auto**."
2777
- },
2778
2766
  "VCol/sm": {
2779
2767
  "type": "string | number | boolean\n",
2780
2768
  "description": "Changes the number of columns on small and greater breakpoints."
@@ -2795,6 +2783,18 @@
2795
2783
  "type": "string | number | boolean\n",
2796
2784
  "description": "Changes the number of columns on extra extra large and greater breakpoints."
2797
2785
  },
2786
+ "VCol/order": {
2787
+ "type": "string | number\n",
2788
+ "description": "Sets the default [order](https://developer.mozilla.org/en-US/docs/Web/CSS/order) for the column."
2789
+ },
2790
+ "VCol/offset": {
2791
+ "type": "string | number\n",
2792
+ "description": "Sets the default offset for the column."
2793
+ },
2794
+ "VCol/cols": {
2795
+ "type": "string | number | boolean\n",
2796
+ "description": "Sets the default number of columns the component extends. Available options are: **1 -> 12** and **auto**."
2797
+ },
2798
2798
  "VCol/offset-sm": {
2799
2799
  "type": "string | number\n",
2800
2800
  "description": "Changes the offset of the component on small and greater breakpoints."
@@ -2836,109 +2836,45 @@
2836
2836
  "description": "Changes the order of the component on extra extra large and greater breakpoints."
2837
2837
  },
2838
2838
  "VCol/align-self": {
2839
- "type": "'end' | 'start' | 'center' | 'auto' | 'baseline' | 'stretch'\n",
2839
+ "type": "'start' | 'end' | 'center' | 'auto' | 'baseline' | 'stretch'\n",
2840
2840
  "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**."
2841
2841
  },
2842
+ "VColorInput/title": {
2843
+ "type": "string\n",
2844
+ "description": "Specify a title text for the component."
2845
+ },
2842
2846
  "VColorInput/flat": {
2843
2847
  "type": "boolean\n",
2844
2848
  "description": "Removes box shadow when using a variant with elevation."
2845
2849
  },
2846
- "VColorInput/tag": {
2847
- "type": "string | (new () => any) | FunctionalComponent\n",
2848
- "description": "Specify a custom tag used on the root element."
2850
+ "VColorInput/border": {
2851
+ "type": "string | number | boolean\n",
2852
+ "description": "Applies utility border classes to the component. To use it, you need to omit the `border-` prefix, (for example use `border-sm` as `border=\"sm\"`). Find a list of the built-in border classes on the [borders page](/styles/borders)."
2849
2853
  },
2850
2854
  "VColorInput/type": {
2851
2855
  "type": "string\n",
2852
2856
  "description": "Sets input type."
2853
2857
  },
2854
- "VColorInput/reverse": {
2855
- "type": "boolean\n",
2856
- "description": "Reverses the orientation."
2857
- },
2858
- "VColorInput/name": {
2859
- "type": "string\n",
2860
- "description": "Sets the component's name attribute."
2861
- },
2862
- "VColorInput/mode": {
2863
- "type": "'rgb' | 'rgba' | 'hsl' | 'hsla' | 'hex' | 'hexa'\n",
2864
- "description": "The current selected input type. Syncable with `v-model:mode`."
2858
+ "VColorInput/model-value": {
2859
+ "type": "string | Record<string, unknown>\n",
2860
+ "description": "Represents the committed v-model value"
2865
2861
  },
2866
2862
  "VColorInput/error": {
2867
2863
  "type": "boolean\n",
2868
2864
  "description": "Puts the input in a manual error state."
2869
2865
  },
2870
- "VColorInput/label": {
2871
- "type": "string\n",
2872
- "description": "Sets the text of the [v-label](/api/v-label/) or [v-field-label](/api/v-field-label/) component."
2873
- },
2874
- "VColorInput/title": {
2875
- "type": "string\n",
2876
- "description": "Specify a title text for the component."
2877
- },
2878
- "VColorInput/disabled": {
2879
- "type": "boolean\n",
2880
- "description": "Removes the ability to click or target the input."
2881
- },
2882
- "VColorInput/height": {
2883
- "type": "string | number\n",
2884
- "description": "Sets the height for the component."
2885
- },
2886
- "VColorInput/placeholder": {
2887
- "type": "string\n",
2888
- "description": "Sets the input’s placeholder text."
2889
- },
2890
- "VColorInput/width": {
2891
- "type": "string | number\n",
2892
- "description": "Sets the width of the color picker."
2893
- },
2894
- "VColorInput/id": {
2895
- "type": "string\n",
2896
- "description": "Sets the DOM id on the component."
2897
- },
2898
- "VColorInput/prefix": {
2899
- "type": "string\n",
2900
- "description": "Displays prefix text."
2901
- },
2902
- "VColorInput/role": {
2903
- "type": "string\n",
2904
- "description": "The role attribute applied to the input."
2905
- },
2906
- "VColorInput/autofocus": {
2907
- "type": "boolean\n",
2908
- "description": "Enables autofocus."
2909
- },
2910
- "VColorInput/theme": {
2911
- "type": "string\n",
2912
- "description": "Specify a theme for this component and all of its children."
2913
- },
2914
- "VColorInput/active": {
2915
- "type": "boolean\n",
2916
- "description": "Controls the **active** state of the item. This is typically used to highlight the component."
2917
- },
2918
- "VColorInput/base-color": {
2919
- "type": "string\n",
2920
- "description": "Sets the color of the input when it is not focused."
2921
- },
2922
- "VColorInput/prepend-icon": {
2923
- "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
2924
- "description": "Prepends an icon to the outside the component's input, uses the same syntax as `v-icon`."
2925
- },
2926
- "VColorInput/append-icon": {
2927
- "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
2928
- "description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot."
2929
- },
2930
- "VColorInput/readonly": {
2866
+ "VColorInput/reverse": {
2931
2867
  "type": "boolean\n",
2932
- "description": "Puts input in readonly state."
2933
- },
2934
- "VColorInput/border": {
2935
- "type": "string | number | boolean\n",
2936
- "description": "Applies utility border classes to the component. To use it, you need to omit the `border-` prefix, (for example use `border-sm` as `border=\"sm\"`). Find a list of the built-in border classes on the [borders page](/styles/borders)."
2868
+ "description": "Reverses the orientation."
2937
2869
  },
2938
2870
  "VColorInput/density": {
2939
2871
  "type": "'default' | 'comfortable' | 'compact'\n",
2940
2872
  "description": "Adjusts the vertical height used by the component."
2941
2873
  },
2874
+ "VColorInput/height": {
2875
+ "type": "string | number\n",
2876
+ "description": "Sets the height for the component."
2877
+ },
2942
2878
  "VColorInput/max-height": {
2943
2879
  "type": "string | number\n",
2944
2880
  "description": "Sets the maximum height for the component."
@@ -2955,20 +2891,20 @@
2955
2891
  "type": "string | number\n",
2956
2892
  "description": "Sets the minimum width for the component."
2957
2893
  },
2894
+ "VColorInput/width": {
2895
+ "type": "string | number\n",
2896
+ "description": "Sets the width of the color picker."
2897
+ },
2958
2898
  "VColorInput/elevation": {
2959
2899
  "type": "string | number\n",
2960
2900
  "description": "Designates an elevation applied to the component between 0 and 24. You can find more information on the [elevation page](/styles/elevation)."
2961
2901
  },
2962
- "VColorInput/loading": {
2963
- "type": "string | boolean\n",
2964
- "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."
2965
- },
2966
2902
  "VColorInput/location": {
2967
2903
  "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a>\n",
2968
2904
  "description": "Specifies the component's location. Can combine by using a space separated string."
2969
2905
  },
2970
2906
  "VColorInput/position": {
2971
- "type": "'fixed' | 'relative' | 'static' | 'absolute' | 'sticky'\n",
2907
+ "type": "'fixed' | 'static' | 'relative' | 'absolute' | 'sticky'\n",
2972
2908
  "description": "Sets the position for the component."
2973
2909
  },
2974
2910
  "VColorInput/rounded": {
@@ -2979,6 +2915,14 @@
2979
2915
  "type": "boolean\n",
2980
2916
  "description": "Removes any applied **border-radius** from the component."
2981
2917
  },
2918
+ "VColorInput/tag": {
2919
+ "type": "string | (new () => any) | FunctionalComponent\n",
2920
+ "description": "Specify a custom tag used on the root element."
2921
+ },
2922
+ "VColorInput/theme": {
2923
+ "type": "string\n",
2924
+ "description": "Specify a theme for this component and all of its children."
2925
+ },
2982
2926
  "VColorInput/color": {
2983
2927
  "type": "string\n",
2984
2928
  "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)."
@@ -2987,25 +2931,69 @@
2987
2931
  "type": " | 'outlined'\n | 'plain'\n | 'underlined'\n | 'filled'\n | 'solo'\n | 'solo-inverted'\n | 'solo-filled'\n",
2988
2932
  "description": "Applies a distinct style to the component."
2989
2933
  },
2990
- "VColorInput/model-value": {
2991
- "type": "string | Record<string, unknown>\n",
2992
- "description": "Represents the committed v-model value"
2934
+ "VColorInput/name": {
2935
+ "type": "string\n",
2936
+ "description": "Sets the component's name attribute."
2937
+ },
2938
+ "VColorInput/disabled": {
2939
+ "type": "boolean\n",
2940
+ "description": "Removes the ability to click or target the input."
2941
+ },
2942
+ "VColorInput/placeholder": {
2943
+ "type": "string\n",
2944
+ "description": "Sets the input’s placeholder text."
2945
+ },
2946
+ "VColorInput/id": {
2947
+ "type": "string\n",
2948
+ "description": "Sets the DOM id on the component."
2949
+ },
2950
+ "VColorInput/prefix": {
2951
+ "type": "string\n",
2952
+ "description": "Displays prefix text."
2953
+ },
2954
+ "VColorInput/role": {
2955
+ "type": "string\n",
2956
+ "description": "The role attribute applied to the input."
2957
+ },
2958
+ "VColorInput/autofocus": {
2959
+ "type": "boolean\n",
2960
+ "description": "Enables autofocus."
2961
+ },
2962
+ "VColorInput/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."
2965
+ },
2966
+ "VColorInput/base-color": {
2967
+ "type": "string\n",
2968
+ "description": "Sets the color of the input when it is not focused."
2993
2969
  },
2994
2970
  "VColorInput/bg-color": {
2995
2971
  "type": "string\n",
2996
2972
  "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)."
2997
2973
  },
2998
- "VColorInput/divided": {
2974
+ "VColorInput/mode": {
2975
+ "type": "'rgb' | 'rgba' | 'hsl' | 'hsla' | 'hex' | 'hexa'\n",
2976
+ "description": "The current selected input type. Syncable with `v-model:mode`."
2977
+ },
2978
+ "VColorInput/counter": {
2979
+ "type": "string | number | boolean\n",
2980
+ "description": "Creates counter for input length; if no number is specified, it defaults to 25. Does not apply any validation."
2981
+ },
2982
+ "VColorInput/persistent-placeholder": {
2999
2983
  "type": "boolean\n",
3000
- "description": "Adds a divider between the header and controls."
2984
+ "description": "Forces placeholder to always be visible."
3001
2985
  },
3002
- "VColorInput/hide-header": {
2986
+ "VColorInput/persistent-counter": {
3003
2987
  "type": "boolean\n",
3004
- "description": "Hide the picker header."
2988
+ "description": "Forces counter to always be visible."
3005
2989
  },
3006
- "VColorInput/direction": {
3007
- "type": "'horizontal' | 'vertical'\n",
3008
- "description": "Changes the direction of the input."
2990
+ "VColorInput/suffix": {
2991
+ "type": "string\n",
2992
+ "description": "Displays suffix text."
2993
+ },
2994
+ "VColorInput/append-icon": {
2995
+ "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
2996
+ "description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot."
3009
2997
  },
3010
2998
  "VColorInput/center-affix": {
3011
2999
  "type": "boolean\n",
@@ -3019,6 +3007,10 @@
3019
3007
  "type": "string | boolean\n",
3020
3008
  "description": "Sets the color of the prepend/append icons."
3021
3009
  },
3010
+ "VColorInput/prepend-icon": {
3011
+ "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
3012
+ "description": "Prepends an icon to the outside the component's input, uses the same syntax as `v-icon`."
3013
+ },
3022
3014
  "VColorInput/hide-spin-buttons": {
3023
3015
  "type": "boolean\n",
3024
3016
  "description": "Hides spin buttons on the input when type is set to `number`."
@@ -3035,6 +3027,10 @@
3035
3027
  "type": "string | string[]\n",
3036
3028
  "description": "Displays a list of messages or a single message if using a string."
3037
3029
  },
3030
+ "VColorInput/direction": {
3031
+ "type": "'horizontal' | 'vertical'\n",
3032
+ "description": "Changes the direction of the input."
3033
+ },
3038
3034
  "VColorInput/error-messages": {
3039
3035
  "type": "string | string[]\n",
3040
3036
  "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."
@@ -3043,6 +3039,10 @@
3043
3039
  "type": "string | number\n",
3044
3040
  "description": "Control the maximum number of shown errors from validation."
3045
3041
  },
3042
+ "VColorInput/readonly": {
3043
+ "type": "boolean\n",
3044
+ "description": "Puts input in readonly state."
3045
+ },
3046
3046
  "VColorInput/rules": {
3047
3047
  "type": "(\n | string\n | boolean\n | PromiseLike<ValidationResult>\n | ((value: any) => string | false | true)\n | ((value: any) => PromiseLike<ValidationResult>)\n | [string, any, string]\n)[]\n",
3048
3048
  "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`."
@@ -3063,42 +3063,6 @@
3063
3063
  "type": "boolean | 'auto'\n",
3064
3064
  "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."
3065
3065
  },
3066
- "VColorInput/counter": {
3067
- "type": "string | number | boolean\n",
3068
- "description": "Creates counter for input length; if no number is specified, it defaults to 25. Does not apply any validation."
3069
- },
3070
- "VColorInput/pip": {
3071
- "type": "boolean\n",
3072
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VColorInput.json))"
3073
- },
3074
- "VColorInput/pip-icon": {
3075
- "type": "string\n",
3076
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VColorInput.json))"
3077
- },
3078
- "VColorInput/cancel-text": {
3079
- "type": "string\n",
3080
- "description": "Text for the cancel button"
3081
- },
3082
- "VColorInput/ok-text": {
3083
- "type": "string\n",
3084
- "description": "Text for the ok button"
3085
- },
3086
- "VColorInput/hide-actions": {
3087
- "type": "boolean\n",
3088
- "description": "Prevent showing the default actions buttons. Does not affect `<component :is=\"actions\" />`"
3089
- },
3090
- "VColorInput/persistent-placeholder": {
3091
- "type": "boolean\n",
3092
- "description": "Forces placeholder to always be visible."
3093
- },
3094
- "VColorInput/persistent-counter": {
3095
- "type": "boolean\n",
3096
- "description": "Forces counter to always be visible."
3097
- },
3098
- "VColorInput/suffix": {
3099
- "type": "string\n",
3100
- "description": "Displays suffix text."
3101
- },
3102
3066
  "VColorInput/append-inner-icon": {
3103
3067
  "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
3104
3068
  "description": "Creates a [v-icon](/api/v-icon/) component in the **append-inner** slot."
@@ -3111,6 +3075,10 @@
3111
3075
  "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
3112
3076
  "description": "The icon used when the **clearable** prop is set to true."
3113
3077
  },
3078
+ "VColorInput/active": {
3079
+ "type": "boolean\n",
3080
+ "description": "Controls the **active** state of the item. This is typically used to highlight the component."
3081
+ },
3114
3082
  "VColorInput/dirty": {
3115
3083
  "type": "boolean\n",
3116
3084
  "description": "Manually apply the dirty state styling."
@@ -3127,14 +3095,38 @@
3127
3095
  "type": "boolean\n",
3128
3096
  "description": "Label does not move on focus/dirty."
3129
3097
  },
3130
- "VColorInput/counter-value": {
3131
- "type": "number | ((value: any) => number)\n",
3098
+ "VColorInput/loading": {
3099
+ "type": "string | boolean\n",
3100
+ "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."
3101
+ },
3102
+ "VColorInput/counter-value": {
3103
+ "type": "number | ((value: any) => number)\n",
3132
3104
  "description": "Function returns the counter display text."
3133
3105
  },
3134
3106
  "VColorInput/model-modifiers": {
3135
3107
  "type": "unknown\n",
3136
3108
  "description": "**FOR INTERNAL USE ONLY**"
3137
3109
  },
3110
+ "VColorInput/pip": {
3111
+ "type": "boolean\n",
3112
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VColorInput.json))"
3113
+ },
3114
+ "VColorInput/pip-icon": {
3115
+ "type": "string\n",
3116
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VColorInput.json))"
3117
+ },
3118
+ "VColorInput/cancel-text": {
3119
+ "type": "string\n",
3120
+ "description": "Text for the cancel button"
3121
+ },
3122
+ "VColorInput/ok-text": {
3123
+ "type": "string\n",
3124
+ "description": "Text for the ok button"
3125
+ },
3126
+ "VColorInput/hide-actions": {
3127
+ "type": "boolean\n",
3128
+ "description": "Prevent showing the default actions buttons. Does not affect `<component :is=\"actions\" />`"
3129
+ },
3138
3130
  "VColorInput/canvas-height": {
3139
3131
  "type": "string | number\n",
3140
3132
  "description": "Height of canvas."
@@ -3167,30 +3159,54 @@
3167
3159
  "type": "string | number\n",
3168
3160
  "description": "Sets the maximum height of the swatches section."
3169
3161
  },
3162
+ "VColorInput/divided": {
3163
+ "type": "boolean\n",
3164
+ "description": "Adds a divider between the header and controls."
3165
+ },
3170
3166
  "VColorInput/landscape": {
3171
3167
  "type": "boolean\n",
3172
3168
  "description": "Puts the picker into landscape mode."
3173
3169
  },
3170
+ "VColorInput/hide-header": {
3171
+ "type": "boolean\n",
3172
+ "description": "Hide the picker header."
3173
+ },
3174
3174
  "VColorInput/swatches": {
3175
3175
  "type": "(\n | string\n | number\n | {\n readonly h: number\n readonly s: number\n readonly v: number\n readonly a?: number | undefined\n }\n | {\n readonly r: number\n readonly g: number\n readonly b: number\n readonly a?: number | undefined\n }\n | {\n readonly h: number\n readonly s: number\n readonly l: number\n readonly a?: number | undefined\n }\n)[][]\n",
3176
3176
  "description": "Sets the available color swatches to select from. 2D array of rows and columns, accepts any color format the picker does."
3177
3177
  },
3178
+ "VColorPicker/tag": {
3179
+ "type": "string | (new () => any) | FunctionalComponent\n",
3180
+ "description": "Specify a custom tag used on the root element."
3181
+ },
3182
+ "VColorPicker/mode": {
3183
+ "type": "'rgb' | 'rgba' | 'hsl' | 'hsla' | 'hex' | 'hexa'\n",
3184
+ "description": "The current selected input type. Syncable with `v-model:mode`."
3185
+ },
3178
3186
  "VColorPicker/title": {
3179
3187
  "type": "string\n",
3180
3188
  "description": "Specify a title text for the component."
3181
3189
  },
3182
- "VColorPicker/border": {
3183
- "type": "string | number | boolean\n",
3184
- "description": "Applies utility border classes to the component. To use it, you need to omit the `border-` prefix, (for example use `border-sm` as `border=\"sm\"`). Find a list of the built-in border classes on the [borders page](/styles/borders)."
3185
- },
3186
- "VColorPicker/model-value": {
3187
- "type": "string | Record<string, unknown>\n",
3188
- "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
3190
+ "VColorPicker/disabled": {
3191
+ "type": "boolean\n",
3192
+ "description": "Removes the ability to click or target the component."
3189
3193
  },
3190
3194
  "VColorPicker/height": {
3191
3195
  "type": "string | number\n",
3192
3196
  "description": "Sets the height for the component."
3193
3197
  },
3198
+ "VColorPicker/width": {
3199
+ "type": "string | number\n",
3200
+ "description": "Sets the width of the color picker."
3201
+ },
3202
+ "VColorPicker/theme": {
3203
+ "type": "string\n",
3204
+ "description": "Specify a theme for this component and all of its children."
3205
+ },
3206
+ "VColorPicker/border": {
3207
+ "type": "string | number | boolean\n",
3208
+ "description": "Applies utility border classes to the component. To use it, you need to omit the `border-` prefix, (for example use `border-sm` as `border=\"sm\"`). Find a list of the built-in border classes on the [borders page](/styles/borders)."
3209
+ },
3194
3210
  "VColorPicker/max-height": {
3195
3211
  "type": "string | number\n",
3196
3212
  "description": "Sets the maximum height for the component."
@@ -3207,10 +3223,6 @@
3207
3223
  "type": "string | number\n",
3208
3224
  "description": "Sets the minimum width for the component."
3209
3225
  },
3210
- "VColorPicker/width": {
3211
- "type": "string | number\n",
3212
- "description": "Sets the width of the color picker."
3213
- },
3214
3226
  "VColorPicker/elevation": {
3215
3227
  "type": "string | number\n",
3216
3228
  "description": "Designates an elevation applied to the component between 0 and 24. You can find more information on the [elevation page](/styles/elevation)."
@@ -3220,7 +3232,7 @@
3220
3232
  "description": "Specifies the component's location. Can combine by using a space separated string."
3221
3233
  },
3222
3234
  "VColorPicker/position": {
3223
- "type": "'fixed' | 'static' | 'relative' | 'absolute' | 'sticky'\n",
3235
+ "type": "'fixed' | 'relative' | 'static' | 'absolute' | 'sticky'\n",
3224
3236
  "description": "Sets the position for the component."
3225
3237
  },
3226
3238
  "VColorPicker/rounded": {
@@ -3231,29 +3243,25 @@
3231
3243
  "type": "boolean\n",
3232
3244
  "description": "Removes any applied **border-radius** from the component."
3233
3245
  },
3234
- "VColorPicker/tag": {
3235
- "type": "string | (new () => any) | FunctionalComponent\n",
3236
- "description": "Specify a custom tag used on the root element."
3237
- },
3238
- "VColorPicker/theme": {
3239
- "type": "string\n",
3240
- "description": "Specify a theme for this component and all of its children."
3241
- },
3242
3246
  "VColorPicker/color": {
3243
3247
  "type": "string\n",
3244
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)."
3245
3249
  },
3246
- "VColorPicker/disabled": {
3247
- "type": "boolean\n",
3248
- "description": "Removes the ability to click or target the component."
3250
+ "VColorPicker/model-value": {
3251
+ "type": "string | Record<string, unknown>\n",
3252
+ "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
3249
3253
  },
3250
3254
  "VColorPicker/bg-color": {
3251
3255
  "type": "string\n",
3252
3256
  "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)."
3253
3257
  },
3254
- "VColorPicker/mode": {
3255
- "type": "'rgb' | 'rgba' | 'hsl' | 'hsla' | 'hex' | 'hexa'\n",
3256
- "description": "The current selected input type. Syncable with `v-model:mode`."
3258
+ "VColorPicker/divided": {
3259
+ "type": "boolean\n",
3260
+ "description": "Adds a divider between the header and controls."
3261
+ },
3262
+ "VColorPicker/hide-header": {
3263
+ "type": "boolean\n",
3264
+ "description": "Hide the picker header."
3257
3265
  },
3258
3266
  "VColorPicker/canvas-height": {
3259
3267
  "type": "string | number\n",
@@ -3287,18 +3295,10 @@
3287
3295
  "type": "string | number\n",
3288
3296
  "description": "Sets the maximum height of the swatches section."
3289
3297
  },
3290
- "VColorPicker/divided": {
3291
- "type": "boolean\n",
3292
- "description": "Adds a divider between the header and controls."
3293
- },
3294
3298
  "VColorPicker/landscape": {
3295
3299
  "type": "boolean\n",
3296
3300
  "description": "Puts the picker into landscape mode."
3297
3301
  },
3298
- "VColorPicker/hide-header": {
3299
- "type": "boolean\n",
3300
- "description": "Hide the picker header."
3301
- },
3302
3302
  "VColorPicker/swatches": {
3303
3303
  "type": "(\n | string\n | number\n | {\n readonly h: number\n readonly s: number\n readonly v: number\n readonly a?: number | undefined\n }\n | {\n readonly r: number\n readonly g: number\n readonly b: number\n readonly a?: number | undefined\n }\n | {\n readonly h: number\n readonly s: number\n readonly l: number\n readonly a?: number | undefined\n }\n)[][]\n",
3304
3304
  "description": "Sets the available color swatches to select from. 2D array of rows and columns, accepts any color format the picker does."
@@ -3503,50 +3503,6 @@
3503
3503
  "type": "(a: any, b: any) => boolean\n",
3504
3504
  "description": "Apply a custom comparison algorithm to compare **model-value** and values contains in the **items** prop."
3505
3505
  },
3506
- "VCombobox/counter": {
3507
- "type": "string | number | boolean\n",
3508
- "description": "Creates counter for input length; if no number is specified, it defaults to 25. Does not apply any validation."
3509
- },
3510
- "VCombobox/persistent-placeholder": {
3511
- "type": "boolean\n",
3512
- "description": "Forces placeholder to always be visible."
3513
- },
3514
- "VCombobox/persistent-counter": {
3515
- "type": "boolean\n",
3516
- "description": "Forces counter to always be visible."
3517
- },
3518
- "VCombobox/suffix": {
3519
- "type": "string\n",
3520
- "description": "Displays suffix text."
3521
- },
3522
- "VCombobox/clearable": {
3523
- "type": "boolean\n",
3524
- "description": "Allows for the component to be cleared."
3525
- },
3526
- "VCombobox/clear-icon": {
3527
- "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
3528
- "description": "The icon used when the **clearable** prop is set to true."
3529
- },
3530
- "VCombobox/persistent-clear": {
3531
- "type": "boolean\n",
3532
- "description": "Always show the clearable icon when the input is dirty (By default it only shows on hover)."
3533
- },
3534
- "VCombobox/prepend-inner-icon": {
3535
- "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
3536
- "description": "Creates a [v-icon](/api/v-icon/) component in the **prepend-inner** slot."
3537
- },
3538
- "VCombobox/single-line": {
3539
- "type": "boolean\n",
3540
- "description": "Label does not move on focus/dirty."
3541
- },
3542
- "VCombobox/counter-value": {
3543
- "type": "number | ((value: any) => number)\n",
3544
- "description": "Function returns the counter display text."
3545
- },
3546
- "VCombobox/model-modifiers": {
3547
- "type": "unknown\n",
3548
- "description": "**FOR INTERNAL USE ONLY**"
3549
- },
3550
3506
  "VCombobox/auto-select-first": {
3551
3507
  "type": "boolean | 'exact'\n",
3552
3508
  "description": "When searching, will always highlight the first option and select it on blur. `exact` will only highlight and select exact matches."
@@ -3643,6 +3599,50 @@
3643
3599
  "type": "string\n",
3644
3600
  "description": "Sets color of selected items."
3645
3601
  },
3602
+ "VCombobox/counter": {
3603
+ "type": "string | number | boolean\n",
3604
+ "description": "Creates counter for input length; if no number is specified, it defaults to 25. Does not apply any validation."
3605
+ },
3606
+ "VCombobox/persistent-placeholder": {
3607
+ "type": "boolean\n",
3608
+ "description": "Forces placeholder to always be visible."
3609
+ },
3610
+ "VCombobox/persistent-counter": {
3611
+ "type": "boolean\n",
3612
+ "description": "Forces counter to always be visible."
3613
+ },
3614
+ "VCombobox/suffix": {
3615
+ "type": "string\n",
3616
+ "description": "Displays suffix text."
3617
+ },
3618
+ "VCombobox/clearable": {
3619
+ "type": "boolean\n",
3620
+ "description": "Allows for the component to be cleared."
3621
+ },
3622
+ "VCombobox/clear-icon": {
3623
+ "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
3624
+ "description": "The icon used when the **clearable** prop is set to true."
3625
+ },
3626
+ "VCombobox/persistent-clear": {
3627
+ "type": "boolean\n",
3628
+ "description": "Always show the clearable icon when the input is dirty (By default it only shows on hover)."
3629
+ },
3630
+ "VCombobox/prepend-inner-icon": {
3631
+ "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
3632
+ "description": "Creates a [v-icon](/api/v-icon/) component in the **prepend-inner** slot."
3633
+ },
3634
+ "VCombobox/single-line": {
3635
+ "type": "boolean\n",
3636
+ "description": "Label does not move on focus/dirty."
3637
+ },
3638
+ "VCombobox/counter-value": {
3639
+ "type": "number | ((value: any) => number)\n",
3640
+ "description": "Function returns the counter display text."
3641
+ },
3642
+ "VCombobox/model-modifiers": {
3643
+ "type": "unknown\n",
3644
+ "description": "**FOR INTERNAL USE ONLY**"
3645
+ },
3646
3646
  "VComponentIcon/icon": {
3647
3647
  "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
3648
3648
  "description": "Apply a specific icon using the [v-icon](/components/icons/) component."
@@ -3996,7 +3996,7 @@
3996
3996
  "description": "Text shown when the data is loading."
3997
3997
  },
3998
3998
  "VDataTable/mobile-breakpoint": {
3999
- "type": "number | 'sm' | 'md' | 'lg' | 'xl' | 'xxl' | 'xs'\n",
3999
+ "type": "number | 'xs' | 'sm' | 'md' | 'lg' | 'xl' | 'xxl'\n",
4000
4000
  "description": "Overrides the display configuration default screen size that the component should be considered in mobile."
4001
4001
  },
4002
4002
  "VDataTable/row-props": {
@@ -4160,7 +4160,7 @@
4160
4160
  "description": "Toggles rendering of sort button."
4161
4161
  },
4162
4162
  "VDataTableHeaders/mobile-breakpoint": {
4163
- "type": "number | 'sm' | 'md' | 'lg' | 'xl' | 'xxl' | 'xs'\n",
4163
+ "type": "number | 'xs' | 'sm' | 'md' | 'lg' | 'xl' | 'xxl'\n",
4164
4164
  "description": "Overrides the display configuration default screen size that the component should be considered in mobile."
4165
4165
  },
4166
4166
  "VDataTableHeaders/fixed-header": {
@@ -4188,7 +4188,7 @@
4188
4188
  "description": "Props to be applied to the cell."
4189
4189
  },
4190
4190
  "VDataTableRow/mobile-breakpoint": {
4191
- "type": "number | 'sm' | 'md' | 'lg' | 'xl' | 'xxl' | 'xs'\n",
4191
+ "type": "number | 'xs' | 'sm' | 'md' | 'lg' | 'xl' | 'xxl'\n",
4192
4192
  "description": "Overrides the display configuration default screen size that the component should be considered in mobile."
4193
4193
  },
4194
4194
  "VDataTableRow/index": {
@@ -4224,7 +4224,7 @@
4224
4224
  "description": "Text shown when the data is loading."
4225
4225
  },
4226
4226
  "VDataTableRows/mobile-breakpoint": {
4227
- "type": "number | 'sm' | 'md' | 'lg' | 'xl' | 'xxl' | 'xs'\n",
4227
+ "type": "number | 'xs' | 'sm' | 'md' | 'lg' | 'xl' | 'xxl'\n",
4228
4228
  "description": "Overrides the display configuration default screen size that the component should be considered in mobile."
4229
4229
  },
4230
4230
  "VDataTableRows/row-props": {
@@ -4376,7 +4376,7 @@
4376
4376
  "description": "Text shown when the data is loading."
4377
4377
  },
4378
4378
  "VDataTableServer/mobile-breakpoint": {
4379
- "type": "number | 'sm' | 'md' | 'lg' | 'xl' | 'xxl' | 'xs'\n",
4379
+ "type": "number | 'xs' | 'sm' | 'md' | 'lg' | 'xl' | 'xxl'\n",
4380
4380
  "description": "Overrides the display configuration default screen size that the component should be considered in mobile."
4381
4381
  },
4382
4382
  "VDataTableServer/row-props": {
@@ -4616,7 +4616,7 @@
4616
4616
  "description": "Text shown when the data is loading."
4617
4617
  },
4618
4618
  "VDataTableVirtual/mobile-breakpoint": {
4619
- "type": "number | 'sm' | 'md' | 'lg' | 'xl' | 'xxl' | 'xs'\n",
4619
+ "type": "number | 'xs' | 'sm' | 'md' | 'lg' | 'xl' | 'xxl'\n",
4620
4620
  "description": "Overrides the display configuration default screen size that the component should be considered in mobile."
4621
4621
  },
4622
4622
  "VDataTableVirtual/row-props": {
@@ -4955,18 +4955,6 @@
4955
4955
  "type": "boolean\n",
4956
4956
  "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"
4957
4957
  },
4958
- "VDateInput/divided": {
4959
- "type": "boolean\n",
4960
- "description": "Adds a divider between the header and controls."
4961
- },
4962
- "VDateInput/landscape": {
4963
- "type": "boolean\n",
4964
- "description": "Puts the picker into landscape mode."
4965
- },
4966
- "VDateInput/hide-header": {
4967
- "type": "boolean\n",
4968
- "description": "Hide the picker header."
4969
- },
4970
4958
  "VDateInput/cancel-text": {
4971
4959
  "type": "string\n",
4972
4960
  "description": "Text for the cancel button"
@@ -4979,8 +4967,20 @@
4979
4967
  "type": "boolean\n",
4980
4968
  "description": "Hide the Cancel and OK buttons, and automatically update the value when a date is selected."
4981
4969
  },
4970
+ "VDateInput/divided": {
4971
+ "type": "boolean\n",
4972
+ "description": "Adds a divider between the header and controls."
4973
+ },
4974
+ "VDateInput/landscape": {
4975
+ "type": "boolean\n",
4976
+ "description": "Puts the picker into landscape mode."
4977
+ },
4978
+ "VDateInput/hide-header": {
4979
+ "type": "boolean\n",
4980
+ "description": "Hide the picker header."
4981
+ },
4982
4982
  "VDateInput/mobile-breakpoint": {
4983
- "type": "number | 'sm' | 'md' | 'lg' | 'xl' | 'xxl' | 'xs'\n",
4983
+ "type": "number | 'xs' | 'sm' | 'md' | 'lg' | 'xl' | 'xxl'\n",
4984
4984
  "description": "Overrides the display configuration default screen size that the component should be considered in mobile."
4985
4985
  },
4986
4986
  "VDateInput/prev-icon": {
@@ -5867,10 +5867,6 @@
5867
5867
  "type": "boolean\n",
5868
5868
  "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."
5869
5869
  },
5870
- "VExpansionPanel/hide-actions": {
5871
- "type": "boolean\n",
5872
- "description": "Hide the expand icon in the content title."
5873
- },
5874
5870
  "VExpansionPanel/expand-icon": {
5875
5871
  "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
5876
5872
  "description": "Icon used when the expansion panel is in a expandable state."
@@ -5879,6 +5875,10 @@
5879
5875
  "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
5880
5876
  "description": "Icon used when the expansion panel is in a collapsable state."
5881
5877
  },
5878
+ "VExpansionPanel/hide-actions": {
5879
+ "type": "boolean\n",
5880
+ "description": "Hide the expand icon in the content title."
5881
+ },
5882
5882
  "VExpansionPanel/focusable": {
5883
5883
  "type": "boolean\n",
5884
5884
  "description": "Makes the expansion panel content focusable."
@@ -5927,10 +5927,6 @@
5927
5927
  "type": "string\n",
5928
5928
  "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)."
5929
5929
  },
5930
- "VExpansionPanelTitle/hide-actions": {
5931
- "type": "boolean\n",
5932
- "description": "Hide the expand icon in the content title."
5933
- },
5934
5930
  "VExpansionPanelTitle/expand-icon": {
5935
5931
  "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
5936
5932
  "description": "Icon used when the expansion panel is in a expandable state."
@@ -5939,6 +5935,10 @@
5939
5935
  "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
5940
5936
  "description": "Icon used when the expansion panel is in a collapsable state."
5941
5937
  },
5938
+ "VExpansionPanelTitle/hide-actions": {
5939
+ "type": "boolean\n",
5940
+ "description": "Hide the expand icon in the content title."
5941
+ },
5942
5942
  "VExpansionPanelTitle/focusable": {
5943
5943
  "type": "boolean\n",
5944
5944
  "description": "Makes the expansion panel headers focusable."
@@ -6019,10 +6019,6 @@
6019
6019
  "type": "boolean\n",
6020
6020
  "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."
6021
6021
  },
6022
- "VExpansionPanels/hide-actions": {
6023
- "type": "boolean\n",
6024
- "description": "Hide the expand icon in the content title."
6025
- },
6026
6022
  "VExpansionPanels/expand-icon": {
6027
6023
  "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
6028
6024
  "description": "Icon used when the expansion panel is in a expandable state."
@@ -6031,6 +6027,10 @@
6031
6027
  "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
6032
6028
  "description": "Icon used when the expansion panel is in a collapsable state."
6033
6029
  },
6030
+ "VExpansionPanels/hide-actions": {
6031
+ "type": "boolean\n",
6032
+ "description": "Hide the expand icon in the content title."
6033
+ },
6034
6034
  "VExpansionPanels/focusable": {
6035
6035
  "type": "boolean\n",
6036
6036
  "description": "Makes the expansion-panel headers focusable."
@@ -6555,6 +6555,10 @@
6555
6555
  "type": "boolean | 'auto'\n",
6556
6556
  "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."
6557
6557
  },
6558
+ "VFileInput/chips": {
6559
+ "type": "boolean\n",
6560
+ "description": "Changes display of selections to chips."
6561
+ },
6558
6562
  "VFileInput/counter": {
6559
6563
  "type": "boolean\n",
6560
6564
  "description": "Displays the number of selected files."
@@ -6587,10 +6591,6 @@
6587
6591
  "type": "boolean\n",
6588
6592
  "description": "Label does not move on focus/dirty."
6589
6593
  },
6590
- "VFileInput/chips": {
6591
- "type": "boolean\n",
6592
- "description": "Changes display of selections to chips."
6593
- },
6594
6594
  "VFileInput/counter-size-string": {
6595
6595
  "type": "string\n",
6596
6596
  "description": "The text displayed when using the **counter** and **show-size** props. Can also be customized globally on the [internationalization page](/customization/internationalization)."
@@ -6987,30 +6987,10 @@
6987
6987
  "type": "string | number\n",
6988
6988
  "description": "Milliseconds to wait before opening component. Only applies to hover and focus events."
6989
6989
  },
6990
- "VIcon/end": {
6991
- "type": "boolean\n",
6992
- "description": "Applies margin at the start of the component."
6993
- },
6994
- "VIcon/start": {
6995
- "type": "boolean\n",
6996
- "description": "Applies margin at the end of the component."
6997
- },
6998
- "VIcon/icon": {
6999
- "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
7000
- "description": "Apply a specific icon using the [v-icon](/components/icons/) component."
7001
- },
7002
6990
  "VIcon/tag": {
7003
6991
  "type": "string | (new () => any) | FunctionalComponent\n",
7004
6992
  "description": "Specify a custom tag used on the root element."
7005
6993
  },
7006
- "VIcon/theme": {
7007
- "type": "string\n",
7008
- "description": "Specify a theme for this component and all of its children."
7009
- },
7010
- "VIcon/color": {
7011
- "type": "string\n",
7012
- "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)."
7013
- },
7014
6994
  "VIcon/disabled": {
7015
6995
  "type": "boolean\n",
7016
6996
  "description": "Removes the ability to click or target the component."
@@ -7019,45 +6999,29 @@
7019
6999
  "type": "string | number\n",
7020
7000
  "description": "Sets the height and width of the component. Default unit is px. Can also use the following predefined sizes: **x-small**, **small**, **default**, **large**, and **x-large**."
7021
7001
  },
7022
- "VIcon/opacity": {
7023
- "type": "string | number\n",
7024
- "description": "Sets the component's opacity value"
7025
- },
7026
- "VIconBtn/tag": {
7027
- "type": "string | (new () => any) | FunctionalComponent\n",
7028
- "description": "Specify a custom tag used on the root element."
7029
- },
7030
- "VIconBtn/disabled": {
7031
- "type": "boolean\n",
7032
- "description": "Removes the ability to click or target the component."
7033
- },
7034
- "VIconBtn/height": {
7035
- "type": "string | number\n",
7036
- "description": "Sets the height for the component."
7037
- },
7038
- "VIconBtn/size": {
7039
- "type": "string | number\n",
7040
- "description": "Sets the height and width of the component."
7041
- },
7042
- "VIconBtn/width": {
7043
- "type": "string | number\n",
7044
- "description": "Sets the width for the component."
7045
- },
7046
- "VIconBtn/theme": {
7002
+ "VIcon/theme": {
7047
7003
  "type": "string\n",
7048
7004
  "description": "Specify a theme for this component and all of its children."
7049
7005
  },
7050
- "VIconBtn/active": {
7006
+ "VIcon/start": {
7051
7007
  "type": "boolean\n",
7052
- "description": "When undefined (default), the component utilizes its default variant, otherwise it will use the activeVariant if active is true, or the baseVariant if active is false."
7008
+ "description": "Applies margin at the end of the component."
7053
7009
  },
7054
- "VIconBtn/active-color": {
7010
+ "VIcon/end": {
7011
+ "type": "boolean\n",
7012
+ "description": "Applies margin at the start of the component."
7013
+ },
7014
+ "VIcon/color": {
7055
7015
  "type": "string\n",
7056
- "description": "The applied color when the component is in an active state."
7016
+ "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)."
7057
7017
  },
7058
- "VIconBtn/readonly": {
7059
- "type": "boolean\n",
7060
- "description": "Puts the button in a readonly state. Cannot be clicked or navigated to by keyboard."
7018
+ "VIcon/icon": {
7019
+ "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
7020
+ "description": "Apply a specific icon using the [v-icon](/components/icons/) component."
7021
+ },
7022
+ "VIcon/opacity": {
7023
+ "type": "string | number\n",
7024
+ "description": "Sets the component's opacity value"
7061
7025
  },
7062
7026
  "VIconBtn/text": {
7063
7027
  "type": "string | number | boolean\n",
@@ -7067,14 +7031,22 @@
7067
7031
  "type": "string | number | boolean\n",
7068
7032
  "description": "Applies utility border classes to the component. To use it, you need to omit the `border-` prefix, (for example use `border-sm` as `border=\"sm\"`). Find a list of the built-in border classes on the [borders page](/styles/borders)."
7069
7033
  },
7034
+ "VIconBtn/icon": {
7035
+ "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
7036
+ "description": "Apply a specific icon using the [v-icon](/components/icons/) component."
7037
+ },
7038
+ "VIconBtn/height": {
7039
+ "type": "string | number\n",
7040
+ "description": "Sets the height for the component."
7041
+ },
7042
+ "VIconBtn/width": {
7043
+ "type": "string | number\n",
7044
+ "description": "Sets the width for the component."
7045
+ },
7070
7046
  "VIconBtn/elevation": {
7071
7047
  "type": "string | number\n",
7072
7048
  "description": "Designates an elevation applied to the component between 0 and 24. You can find more information on the [elevation page](/styles/elevation)."
7073
7049
  },
7074
- "VIconBtn/loading": {
7075
- "type": "boolean\n",
7076
- "description": "Displays circular progress bar in place of the icon."
7077
- },
7078
7050
  "VIconBtn/rounded": {
7079
7051
  "type": "string | number | boolean\n",
7080
7052
  "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)."
@@ -7083,32 +7055,56 @@
7083
7055
  "type": "boolean\n",
7084
7056
  "description": "Removes any applied **border-radius** from the component."
7085
7057
  },
7058
+ "VIconBtn/tag": {
7059
+ "type": "string | (new () => any) | FunctionalComponent\n",
7060
+ "description": "Specify a custom tag used on the root element."
7061
+ },
7062
+ "VIconBtn/theme": {
7063
+ "type": "string\n",
7064
+ "description": "Specify a theme for this component and all of its children."
7065
+ },
7086
7066
  "VIconBtn/color": {
7087
7067
  "type": "string\n",
7088
7068
  "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)."
7089
7069
  },
7090
7070
  "VIconBtn/variant": {
7091
- "type": "'flat' | 'text' | 'elevated' | 'tonal' | 'outlined' | 'plain'\n",
7071
+ "type": "'text' | 'flat' | 'elevated' | 'tonal' | 'outlined' | 'plain'\n",
7092
7072
  "description": "Applies a distinct style to the component."
7093
7073
  },
7094
- "VIconBtn/icon": {
7095
- "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
7096
- "description": "Apply a specific icon using the [v-icon](/components/icons/) component."
7074
+ "VIconBtn/disabled": {
7075
+ "type": "boolean\n",
7076
+ "description": "Removes the ability to click or target the component."
7077
+ },
7078
+ "VIconBtn/size": {
7079
+ "type": "string | number\n",
7080
+ "description": "Sets the height and width of the component."
7081
+ },
7082
+ "VIconBtn/active-color": {
7083
+ "type": "string\n",
7084
+ "description": "The applied color when the component is in an active state."
7097
7085
  },
7098
7086
  "VIconBtn/opacity": {
7099
7087
  "type": "string | number\n",
7100
7088
  "description": "Sets the component's opacity value"
7101
7089
  },
7102
- "VIconBtn/sizes": {
7103
- "type": "['small' | 'default' | 'x-small' | 'large' | 'x-large', number][]\n",
7104
- "description": "An array of tuples that define the button sizes for each named size."
7105
- },
7106
7090
  "VIconBtn/icon-color": {
7107
7091
  "type": "string\n",
7108
7092
  "description": "Explicit color applied to the icon."
7109
7093
  },
7094
+ "VIconBtn/readonly": {
7095
+ "type": "boolean\n",
7096
+ "description": "Puts the button in a readonly state. Cannot be clicked or navigated to by keyboard."
7097
+ },
7098
+ "VIconBtn/active": {
7099
+ "type": "boolean\n",
7100
+ "description": "When undefined (default), the component utilizes its default variant, otherwise it will use the activeVariant if active is true, or the baseVariant if active is false."
7101
+ },
7102
+ "VIconBtn/loading": {
7103
+ "type": "boolean\n",
7104
+ "description": "Displays circular progress bar in place of the icon."
7105
+ },
7110
7106
  "VIconBtn/base-variant": {
7111
- "type": "'flat' | 'text' | 'elevated' | 'tonal' | 'outlined' | 'plain'\n",
7107
+ "type": "'text' | 'flat' | 'elevated' | 'tonal' | 'outlined' | 'plain'\n",
7112
7108
  "description": "When active is a boolean, this variant is used when active is false."
7113
7109
  },
7114
7110
  "VIconBtn/hide-overlay": {
@@ -7116,19 +7112,23 @@
7116
7112
  "description": "Hides overlay from being displayed when active or focused."
7117
7113
  },
7118
7114
  "VIconBtn/icon-sizes": {
7119
- "type": "['small' | 'default' | 'x-small' | 'large' | 'x-large', number][]\n",
7115
+ "type": "['default' | 'small' | 'x-small' | 'large' | 'x-large', number][]\n",
7120
7116
  "description": "An array of tuples that define the icon sizes for each named size."
7121
7117
  },
7122
7118
  "VIconBtn/rotate": {
7123
7119
  "type": "string | number\n",
7124
7120
  "description": "The rotation of the icon in degrees."
7125
7121
  },
7122
+ "VIconBtn/sizes": {
7123
+ "type": "['default' | 'small' | 'x-small' | 'large' | 'x-large', number][]\n",
7124
+ "description": "An array of tuples that define the button sizes for each named size."
7125
+ },
7126
7126
  "VIconBtn/active-icon": {
7127
7127
  "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
7128
7128
  "description": "When active is a boolean, this icon is used when active is true."
7129
7129
  },
7130
7130
  "VIconBtn/active-variant": {
7131
- "type": "'flat' | 'text' | 'elevated' | 'tonal' | 'outlined' | 'plain'\n",
7131
+ "type": "'text' | 'flat' | 'elevated' | 'tonal' | 'outlined' | 'plain'\n",
7132
7132
  "description": "When active is a boolean, this variant is used when active is true."
7133
7133
  },
7134
7134
  "VIconBtn/icon-size": {
@@ -7207,6 +7207,10 @@
7207
7207
  "type": "IntersectionObserverInit\n",
7208
7208
  "description": "Options that are passed to the [Intersection observer](https://developer.mozilla.org/en-US/docs/Web/API/Intersection_Observer_API) constructor."
7209
7209
  },
7210
+ "VImg/sizes": {
7211
+ "type": "string\n",
7212
+ "description": "For use with `srcset`, see [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/img#attr-sizes)."
7213
+ },
7210
7214
  "VImg/cover": {
7211
7215
  "type": "boolean\n",
7212
7216
  "description": "Resizes the background image to cover the entire container."
@@ -7219,10 +7223,6 @@
7219
7223
  "type": "string\n",
7220
7224
  "description": "Something to show while waiting for the main image to load, typically a small base64-encoded thumbnail. Has a slight blur filter applied. \nNOTE: This prop has no effect unless either `height` or `aspect-ratio` are provided."
7221
7225
  },
7222
- "VImg/sizes": {
7223
- "type": "string\n",
7224
- "description": "For use with `srcset`, see [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/img#attr-sizes)."
7225
- },
7226
7226
  "VImg/srcset": {
7227
7227
  "type": "string\n",
7228
7228
  "description": "A set of alternate images to use based on device size. [Read more...](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/img#attr-srcset)."
@@ -7583,50 +7583,6 @@
7583
7583
  "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
7584
7584
  "description": "Apply a specific icon using the [v-icon](/components/icons/) component."
7585
7585
  },
7586
- "VList/tag": {
7587
- "type": "string | (new () => any) | FunctionalComponent\n",
7588
- "description": "Specify a custom tag used on the root element."
7589
- },
7590
- "VList/nav": {
7591
- "type": "boolean\n",
7592
- "description": "An alternative styling that reduces `v-list-item` width and rounds the corners. Typically used with **[v-navigation-drawer](/components/navigation-drawers)**."
7593
- },
7594
- "VList/activated": {
7595
- "type": "any\n",
7596
- "description": "Array of ids of activated nodes."
7597
- },
7598
- "VList/disabled": {
7599
- "type": "boolean\n",
7600
- "description": "Puts all children inputs into a disabled state."
7601
- },
7602
- "VList/height": {
7603
- "type": "string | number\n",
7604
- "description": "Sets the height for the component."
7605
- },
7606
- "VList/width": {
7607
- "type": "string | number\n",
7608
- "description": "Sets the width for the component."
7609
- },
7610
- "VList/theme": {
7611
- "type": "string\n",
7612
- "description": "Specify a theme for this component and all of its children."
7613
- },
7614
- "VList/items": {
7615
- "type": "any[]\n",
7616
- "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."
7617
- },
7618
- "VList/active-color": {
7619
- "type": "string\n",
7620
- "description": "The applied color when the component is in an active state."
7621
- },
7622
- "VList/base-color": {
7623
- "type": "string\n",
7624
- "description": "Sets the color of component when not focused."
7625
- },
7626
- "VList/slim": {
7627
- "type": "boolean\n",
7628
- "description": "Reduces horizontal spacing for badges, icons, tooltips, and avatars within slim list items to create a more compact visual representation."
7629
- },
7630
7586
  "VList/border": {
7631
7587
  "type": "string | number | boolean\n",
7632
7588
  "description": "Applies utility border classes to the component. To use it, you need to omit the `border-` prefix, (for example use `border-sm` as `border=\"sm\"`). Find a list of the built-in border classes on the [borders page](/styles/borders)."
@@ -7635,6 +7591,10 @@
7635
7591
  "type": "'default' | 'comfortable' | 'compact'\n",
7636
7592
  "description": "Adjusts the vertical height used by the component."
7637
7593
  },
7594
+ "VList/height": {
7595
+ "type": "string | number\n",
7596
+ "description": "Sets the height for the component."
7597
+ },
7638
7598
  "VList/max-height": {
7639
7599
  "type": "string | number\n",
7640
7600
  "description": "Sets the maximum height for the component."
@@ -7651,6 +7611,10 @@
7651
7611
  "type": "string | number\n",
7652
7612
  "description": "Sets the minimum width for the component."
7653
7613
  },
7614
+ "VList/width": {
7615
+ "type": "string | number\n",
7616
+ "description": "Sets the width for the component."
7617
+ },
7654
7618
  "VList/elevation": {
7655
7619
  "type": "string | number\n",
7656
7620
  "description": "Designates an elevation applied to the component between 0 and 24. You can find more information on the [elevation page](/styles/elevation)."
@@ -7663,37 +7627,45 @@
7663
7627
  "type": "boolean\n",
7664
7628
  "description": "Removes any applied **border-radius** from the component."
7665
7629
  },
7630
+ "VList/tag": {
7631
+ "type": "string | (new () => any) | FunctionalComponent\n",
7632
+ "description": "Specify a custom tag used on the root element."
7633
+ },
7634
+ "VList/theme": {
7635
+ "type": "string\n",
7636
+ "description": "Specify a theme for this component and all of its children."
7637
+ },
7666
7638
  "VList/color": {
7667
7639
  "type": "string\n",
7668
7640
  "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)."
7669
7641
  },
7670
7642
  "VList/variant": {
7671
- "type": "'flat' | 'text' | 'elevated' | 'tonal' | 'outlined' | 'plain'\n",
7643
+ "type": "'text' | 'flat' | 'elevated' | 'tonal' | 'outlined' | 'plain'\n",
7672
7644
  "description": "Applies a distinct style to the component."
7673
7645
  },
7674
- "VList/bg-color": {
7675
- "type": "string\n",
7676
- "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)."
7677
- },
7678
- "VList/lines": {
7679
- "type": "false | 'one' | 'two' | 'three'\n",
7680
- "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."
7646
+ "VList/activated": {
7647
+ "type": "any\n",
7648
+ "description": "Array of ids of activated nodes."
7681
7649
  },
7682
- "VList/mandatory": {
7650
+ "VList/disabled": {
7683
7651
  "type": "boolean\n",
7684
- "description": "Forces at least one item to always be selected (if available)."
7652
+ "description": "Puts all children inputs into a disabled state."
7653
+ },
7654
+ "VList/base-color": {
7655
+ "type": "string\n",
7656
+ "description": "Sets the color of component when not focused."
7657
+ },
7658
+ "VList/active-color": {
7659
+ "type": "string\n",
7660
+ "description": "The applied color when the component is in an active state."
7685
7661
  },
7686
7662
  "VList/active-class": {
7687
7663
  "type": "string\n",
7688
7664
  "description": "The class applied to the component when it is in an active state."
7689
7665
  },
7690
- "VList/selected": {
7691
- "type": "unknown\n",
7692
- "description": "An array containing the values of currently selected items. Can be two-way bound with `v-model:selected`."
7693
- },
7694
- "VList/value-comparator": {
7695
- "type": "(a: any, b: any) => boolean\n",
7696
- "description": "Apply a custom comparison algorithm to compare **model-value** and values contains in the **items** prop."
7666
+ "VList/bg-color": {
7667
+ "type": "string\n",
7668
+ "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)."
7697
7669
  },
7698
7670
  "VList/expand-icon": {
7699
7671
  "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
@@ -7703,6 +7675,18 @@
7703
7675
  "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
7704
7676
  "description": "Icon to display when the list item is expanded."
7705
7677
  },
7678
+ "VList/lines": {
7679
+ "type": "false | 'one' | 'two' | 'three'\n",
7680
+ "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."
7681
+ },
7682
+ "VList/slim": {
7683
+ "type": "boolean\n",
7684
+ "description": "Reduces horizontal spacing for badges, icons, tooltips, and avatars within slim list items to create a more compact visual representation."
7685
+ },
7686
+ "VList/nav": {
7687
+ "type": "boolean\n",
7688
+ "description": "An alternative styling that reduces `v-list-item` width and rounds the corners. Typically used with **[v-navigation-drawer](/components/navigation-drawers)**."
7689
+ },
7706
7690
  "VList/activatable": {
7707
7691
  "type": "boolean\n",
7708
7692
  "description": "Designates whether the list items are activatable."
@@ -7715,6 +7699,14 @@
7715
7699
  "type": "unknown\n",
7716
7700
  "description": "An array containing the values of currently opened groups. Can be two-way bound with `v-model:opened`."
7717
7701
  },
7702
+ "VList/selected": {
7703
+ "type": "unknown\n",
7704
+ "description": "An array containing the values of currently selected items. Can be two-way bound with `v-model:selected`."
7705
+ },
7706
+ "VList/mandatory": {
7707
+ "type": "boolean\n",
7708
+ "description": "Forces at least one item to always be selected (if available)."
7709
+ },
7718
7710
  "VList/active-strategy": {
7719
7711
  "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",
7720
7712
  "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."
@@ -7731,6 +7723,10 @@
7731
7723
  "type": "string\n",
7732
7724
  "description": "Designates the key on the supplied items that is used for determining the nodes type."
7733
7725
  },
7726
+ "VList/items": {
7727
+ "type": "any[]\n",
7728
+ "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."
7729
+ },
7734
7730
  "VList/item-title": {
7735
7731
  "type": "SelectItemKey<any>\n",
7736
7732
  "description": "Property on supplied `items` that contains its title."
@@ -7751,29 +7747,41 @@
7751
7747
  "type": "boolean\n",
7752
7748
  "description": "Changes the selection behavior to return the object directly rather than the value specified with **item-value**."
7753
7749
  },
7754
- "VListGroup/title": {
7755
- "type": "string\n",
7756
- "description": "Specify a title text for the component."
7750
+ "VList/value-comparator": {
7751
+ "type": "(a: any, b: any) => boolean\n",
7752
+ "description": "Apply a custom comparison algorithm to compare **model-value** and values contains in the **items** prop."
7757
7753
  },
7758
7754
  "VListGroup/tag": {
7759
7755
  "type": "string | (new () => any) | FunctionalComponent\n",
7760
7756
  "description": "Specify a custom tag used on the root element."
7761
7757
  },
7762
- "VListGroup/color": {
7758
+ "VListGroup/title": {
7763
7759
  "type": "string\n",
7764
- "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)."
7760
+ "description": "Specify a title text for the component."
7765
7761
  },
7766
7762
  "VListGroup/value": {
7767
7763
  "type": "any\n",
7768
7764
  "description": "Expands / Collapse the list-group."
7769
7765
  },
7766
+ "VListGroup/active-color": {
7767
+ "type": "string\n",
7768
+ "description": "The applied color when the component is in an active state."
7769
+ },
7770
7770
  "VListGroup/base-color": {
7771
7771
  "type": "string\n",
7772
7772
  "description": "Sets the color of component when not focused."
7773
7773
  },
7774
- "VListGroup/active-color": {
7774
+ "VListGroup/prepend-icon": {
7775
+ "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
7776
+ "description": "Prepends an icon to the component, uses the same syntax as `v-icon`."
7777
+ },
7778
+ "VListGroup/append-icon": {
7779
+ "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
7780
+ "description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot."
7781
+ },
7782
+ "VListGroup/color": {
7775
7783
  "type": "string\n",
7776
- "description": "The applied color when the component is in an active state."
7784
+ "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)."
7777
7785
  },
7778
7786
  "VListGroup/expand-icon": {
7779
7787
  "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
@@ -7783,14 +7791,6 @@
7783
7791
  "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
7784
7792
  "description": "Icon to display when the list item is expanded."
7785
7793
  },
7786
- "VListGroup/append-icon": {
7787
- "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
7788
- "description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot."
7789
- },
7790
- "VListGroup/prepend-icon": {
7791
- "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
7792
- "description": "Prepends an icon to the component, uses the same syntax as `v-icon`."
7793
- },
7794
7794
  "VListGroup/fluid": {
7795
7795
  "type": "boolean\n",
7796
7796
  "description": "Removes the left padding assigned for action icons from group items."
@@ -7803,73 +7803,17 @@
7803
7803
  "type": "string\n",
7804
7804
  "description": "Specify a custom tag used on the root element."
7805
7805
  },
7806
- "VListItem/replace": {
7807
- "type": "boolean\n",
7808
- "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."
7809
- },
7810
- "VListItem/link": {
7811
- "type": "boolean\n",
7812
- "description": "Designates that the component is a link. This is automatic when using the href or to prop."
7813
- },
7814
- "VListItem/tag": {
7815
- "type": "string | (new () => any) | FunctionalComponent\n",
7816
- "description": "Specify a custom tag used on the root element."
7817
- },
7818
- "VListItem/nav": {
7819
- "type": "boolean\n",
7820
- "description": "Reduces the width v-list-item takes up as well as adding a border radius."
7821
- },
7822
7806
  "VListItem/title": {
7823
7807
  "type": "string | number | boolean\n",
7824
7808
  "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."
7825
7809
  },
7826
- "VListItem/disabled": {
7827
- "type": "boolean\n",
7828
- "description": "Removes the ability to click or target the component."
7829
- },
7830
- "VListItem/height": {
7831
- "type": "string | number\n",
7832
- "description": "Sets the height for the component."
7833
- },
7834
- "VListItem/value": {
7835
- "type": "any\n",
7836
- "description": "The value used for selection. Obtained from [`v-list`](/api/v-list)'s `v-model:selected` when the item is selected."
7837
- },
7838
- "VListItem/width": {
7839
- "type": "string | number\n",
7840
- "description": "Sets the width for the component."
7841
- },
7842
- "VListItem/theme": {
7843
- "type": "string\n",
7844
- "description": "Specify a theme for this component and all of its children."
7845
- },
7846
- "VListItem/active": {
7810
+ "VListItem/replace": {
7847
7811
  "type": "boolean\n",
7848
- "description": "Controls the **active** state of the item. This is typically used to highlight the component."
7849
- },
7850
- "VListItem/active-color": {
7851
- "type": "string\n",
7852
- "description": "The applied color when the component is in an active state."
7853
- },
7854
- "VListItem/base-color": {
7855
- "type": "string\n",
7856
- "description": "Sets the color of component when not focused."
7857
- },
7858
- "VListItem/prepend-icon": {
7859
- "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
7860
- "description": "Creates a [v-icon](/api/v-icon/) component in the **prepend** slot before default content."
7861
- },
7862
- "VListItem/append-icon": {
7863
- "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
7864
- "description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot."
7812
+ "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."
7865
7813
  },
7866
- "VListItem/slim": {
7814
+ "VListItem/link": {
7867
7815
  "type": "boolean\n",
7868
- "description": "Reduces horizontal spacing for badges, icons, tooltips, and avatars to create a more compact visual representation."
7869
- },
7870
- "VListItem/ripple": {
7871
- "type": "boolean | { class: string }\n",
7872
- "description": "Applies the [v-ripple](/directives/ripple) directive."
7816
+ "description": "Designates that the component is a link. This is automatic when using the href or to prop."
7873
7817
  },
7874
7818
  "VListItem/border": {
7875
7819
  "type": "string | number | boolean\n",
@@ -7879,6 +7823,10 @@
7879
7823
  "type": "'default' | 'comfortable' | 'compact'\n",
7880
7824
  "description": "Adjusts the vertical height used by the component."
7881
7825
  },
7826
+ "VListItem/height": {
7827
+ "type": "string | number\n",
7828
+ "description": "Sets the height for the component."
7829
+ },
7882
7830
  "VListItem/max-height": {
7883
7831
  "type": "string | number\n",
7884
7832
  "description": "Sets the maximum height for the component."
@@ -7895,6 +7843,10 @@
7895
7843
  "type": "string | number\n",
7896
7844
  "description": "Sets the minimum width for the component."
7897
7845
  },
7846
+ "VListItem/width": {
7847
+ "type": "string | number\n",
7848
+ "description": "Sets the width for the component."
7849
+ },
7898
7850
  "VListItem/elevation": {
7899
7851
  "type": "string | number\n",
7900
7852
  "description": "Designates an elevation applied to the component between 0 and 24. You can find more information on the [elevation page](/styles/elevation)."
@@ -7907,37 +7859,73 @@
7907
7859
  "type": "boolean\n",
7908
7860
  "description": "Removes any applied **border-radius** from the component."
7909
7861
  },
7910
- "VListItem/href": {
7862
+ "VListItem/tag": {
7863
+ "type": "string | (new () => any) | FunctionalComponent\n",
7864
+ "description": "Specify a custom tag used on the root element."
7865
+ },
7866
+ "VListItem/theme": {
7911
7867
  "type": "string\n",
7912
- "description": "Designates the component as anchor and applies the **href** attribute."
7868
+ "description": "Specify a theme for this component and all of its children."
7869
+ },
7870
+ "VListItem/color": {
7871
+ "type": "string\n",
7872
+ "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),"
7873
+ },
7874
+ "VListItem/variant": {
7875
+ "type": "'text' | 'flat' | 'elevated' | 'tonal' | 'outlined' | 'plain'\n",
7876
+ "description": "Applies a distinct style to the component."
7877
+ },
7878
+ "VListItem/disabled": {
7879
+ "type": "boolean\n",
7880
+ "description": "Removes the ability to click or target the component."
7881
+ },
7882
+ "VListItem/value": {
7883
+ "type": "any\n",
7884
+ "description": "The value used for selection. Obtained from [`v-list`](/api/v-list)'s `v-model:selected` when the item is selected."
7913
7885
  },
7914
7886
  "VListItem/exact": {
7915
7887
  "type": "boolean\n",
7916
7888
  "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."
7917
7889
  },
7918
- "VListItem/to": {
7919
- "type": "string | RouteLocationAsRelativeGeneric | RouteLocationAsPathGeneric\n",
7920
- "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."
7890
+ "VListItem/subtitle": {
7891
+ "type": "string | number | boolean\n",
7892
+ "description": "Specify a subtitle text for the component."
7921
7893
  },
7922
- "VListItem/color": {
7894
+ "VListItem/base-color": {
7923
7895
  "type": "string\n",
7924
- "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),"
7896
+ "description": "Sets the color of component when not focused."
7925
7897
  },
7926
- "VListItem/variant": {
7927
- "type": "'flat' | 'text' | 'elevated' | 'tonal' | 'outlined' | 'plain'\n",
7928
- "description": "Applies a distinct style to the component."
7898
+ "VListItem/active-color": {
7899
+ "type": "string\n",
7900
+ "description": "The applied color when the component is in an active state."
7901
+ },
7902
+ "VListItem/active-class": {
7903
+ "type": "string\n",
7904
+ "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."
7929
7905
  },
7930
7906
  "VListItem/lines": {
7931
7907
  "type": "false | 'one' | 'two' | 'three'\n",
7932
7908
  "description": "The line declaration specifies the minimum height of the item and can also be controlled from v-list with the same prop."
7933
7909
  },
7934
- "VListItem/active-class": {
7935
- "type": "string\n",
7936
- "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."
7910
+ "VListItem/slim": {
7911
+ "type": "boolean\n",
7912
+ "description": "Reduces horizontal spacing for badges, icons, tooltips, and avatars to create a more compact visual representation."
7937
7913
  },
7938
- "VListItem/subtitle": {
7939
- "type": "string | number | boolean\n",
7940
- "description": "Specify a subtitle text for the component."
7914
+ "VListItem/nav": {
7915
+ "type": "boolean\n",
7916
+ "description": "Reduces the width v-list-item takes up as well as adding a border radius."
7917
+ },
7918
+ "VListItem/append-icon": {
7919
+ "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
7920
+ "description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot."
7921
+ },
7922
+ "VListItem/prepend-icon": {
7923
+ "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
7924
+ "description": "Creates a [v-icon](/api/v-icon/) component in the **prepend** slot before default content."
7925
+ },
7926
+ "VListItem/active": {
7927
+ "type": "boolean\n",
7928
+ "description": "Controls the **active** state of the item. This is typically used to highlight the component."
7941
7929
  },
7942
7930
  "VListItem/append-avatar": {
7943
7931
  "type": "string\n",
@@ -7947,30 +7935,42 @@
7947
7935
  "type": "string\n",
7948
7936
  "description": "Prepends a [v-avatar](/components/avatars/) component in the **prepend** slot before default content."
7949
7937
  },
7950
- "VListItemAction/end": {
7951
- "type": "boolean\n",
7952
- "description": "Applies margin at the start of the component."
7938
+ "VListItem/ripple": {
7939
+ "type": "boolean | { class: string }\n",
7940
+ "description": "Applies the [v-ripple](/directives/ripple) directive."
7953
7941
  },
7954
- "VListItemAction/start": {
7955
- "type": "boolean\n",
7956
- "description": "Applies margin at the end of the component."
7942
+ "VListItem/href": {
7943
+ "type": "string\n",
7944
+ "description": "Designates the component as anchor and applies the **href** attribute."
7945
+ },
7946
+ "VListItem/to": {
7947
+ "type": "string | RouteLocationAsRelativeGeneric | RouteLocationAsPathGeneric\n",
7948
+ "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."
7957
7949
  },
7958
7950
  "VListItemAction/tag": {
7959
7951
  "type": "string | (new () => any) | FunctionalComponent\n",
7960
7952
  "description": "Specify a custom tag used on the root element."
7961
7953
  },
7962
- "VListItemMedia/end": {
7954
+ "VListItemAction/start": {
7963
7955
  "type": "boolean\n",
7964
- "description": "Applies margin at the start of the component."
7956
+ "description": "Applies margin at the end of the component."
7965
7957
  },
7966
- "VListItemMedia/start": {
7958
+ "VListItemAction/end": {
7967
7959
  "type": "boolean\n",
7968
- "description": "Applies margin at the end of the component."
7960
+ "description": "Applies margin at the start of the component."
7969
7961
  },
7970
7962
  "VListItemMedia/tag": {
7971
7963
  "type": "string | (new () => any) | FunctionalComponent\n",
7972
7964
  "description": "Specify a custom tag used on the root element."
7973
7965
  },
7966
+ "VListItemMedia/start": {
7967
+ "type": "boolean\n",
7968
+ "description": "Applies margin at the end of the component."
7969
+ },
7970
+ "VListItemMedia/end": {
7971
+ "type": "boolean\n",
7972
+ "description": "Applies margin at the start of the component."
7973
+ },
7974
7974
  "VListItemSubtitle/tag": {
7975
7975
  "type": "string | (new () => any) | FunctionalComponent\n",
7976
7976
  "description": "Specify a custom tag used on the root element."
@@ -7983,10 +7983,6 @@
7983
7983
  "type": "string\n",
7984
7984
  "description": "Specify a custom tag used on the root element."
7985
7985
  },
7986
- "VListSubheader/tag": {
7987
- "type": "string | (new () => any) | FunctionalComponent\n",
7988
- "description": "Specify a custom tag used on the root element."
7989
- },
7990
7986
  "VListSubheader/title": {
7991
7987
  "type": "string\n",
7992
7988
  "description": "Specify a title text for the component."
@@ -7995,6 +7991,10 @@
7995
7991
  "type": "boolean\n",
7996
7992
  "description": "Sticks the header to the top of the table."
7997
7993
  },
7994
+ "VListSubheader/tag": {
7995
+ "type": "string | (new () => any) | FunctionalComponent\n",
7996
+ "description": "Specify a custom tag used on the root element."
7997
+ },
7998
7998
  "VListSubheader/color": {
7999
7999
  "type": "string\n",
8000
8000
  "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)."
@@ -8300,7 +8300,7 @@
8300
8300
  "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"
8301
8301
  },
8302
8302
  "VNavigationDrawer/mobile-breakpoint": {
8303
- "type": "number | 'sm' | 'md' | 'lg' | 'xl' | 'xxl' | 'xs'\n",
8303
+ "type": "number | 'xs' | 'sm' | 'md' | 'lg' | 'xl' | 'xxl'\n",
8304
8304
  "description": "Sets the designated mobile breakpoint for the component. This will apply alternate styles for mobile devices such as the `temporary` prop, or activate the `bottom` prop when the breakpoint value is met. Setting the value to `0` will disable this functionality."
8305
8305
  },
8306
8306
  "VNavigationDrawer/disable-resize-watcher": {
@@ -9231,6 +9231,10 @@
9231
9231
  "type": "boolean\n",
9232
9232
  "description": "Puts children inputs into a row."
9233
9233
  },
9234
+ "VRadio/ripple": {
9235
+ "type": "boolean | { class: string }\n",
9236
+ "description": "Applies the [v-ripple](/directives/ripple) directive."
9237
+ },
9234
9238
  "VRadio/true-value": {
9235
9239
  "type": "any\n",
9236
9240
  "description": "Sets value for truthy state."
@@ -9251,10 +9255,6 @@
9251
9255
  "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
9252
9256
  "description": "The icon used when active."
9253
9257
  },
9254
- "VRadio/ripple": {
9255
- "type": "boolean | { class: string }\n",
9256
- "description": "Applies the [v-ripple](/directives/ripple) directive."
9257
- },
9258
9258
  "VRadioGroup/type": {
9259
9259
  "type": "string\n",
9260
9260
  "description": "Provides the default type for children selection controls."
@@ -9395,6 +9395,10 @@
9395
9395
  "type": "boolean\n",
9396
9396
  "description": "Displays radio buttons in row."
9397
9397
  },
9398
+ "VRadioGroup/ripple": {
9399
+ "type": "boolean | { class: string }\n",
9400
+ "description": "Applies the [v-ripple](/directives/ripple) directive."
9401
+ },
9398
9402
  "VRadioGroup/defaults-target": {
9399
9403
  "type": "string\n",
9400
9404
  "description": "The target component to provide defaults values for."
@@ -9407,10 +9411,6 @@
9407
9411
  "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
9408
9412
  "description": "The icon used when active."
9409
9413
  },
9410
- "VRadioGroup/ripple": {
9411
- "type": "boolean | { class: string }\n",
9412
- "description": "Applies the [v-ripple](/directives/ripple) directive."
9413
- },
9414
9414
  "VRangeSlider/model-value": {
9415
9415
  "type": "(string | number)[]\n",
9416
9416
  "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
@@ -11299,26 +11299,14 @@
11299
11299
  "type": "string | number | boolean\n",
11300
11300
  "description": "Number of px to use as a corner radius. `true` defaults to 8, `false` is 0."
11301
11301
  },
11302
- "VSpeedDial/disabled": {
11302
+ "VSpeedDial/model-value": {
11303
11303
  "type": "boolean\n",
11304
- "description": "Removes the ability to click or target the component."
11304
+ "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
11305
11305
  },
11306
11306
  "VSpeedDial/height": {
11307
11307
  "type": "string | number\n",
11308
11308
  "description": "Sets the height for the component."
11309
11309
  },
11310
- "VSpeedDial/width": {
11311
- "type": "string | number\n",
11312
- "description": "Sets the width for the component."
11313
- },
11314
- "VSpeedDial/id": {
11315
- "type": "string\n",
11316
- "description": "The unique identifier of the component."
11317
- },
11318
- "VSpeedDial/theme": {
11319
- "type": "string\n",
11320
- "description": "Specify a theme for this component and all of its children."
11321
- },
11322
11310
  "VSpeedDial/max-height": {
11323
11311
  "type": "string | number\n",
11324
11312
  "description": "Sets the maximum height for the component."
@@ -11335,22 +11323,38 @@
11335
11323
  "type": "string | number\n",
11336
11324
  "description": "Sets the minimum width for the component."
11337
11325
  },
11326
+ "VSpeedDial/width": {
11327
+ "type": "string | number\n",
11328
+ "description": "Sets the width for the component."
11329
+ },
11338
11330
  "VSpeedDial/location": {
11339
11331
  "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a>\n",
11340
11332
  "description": "Specifies the anchor point for positioning the component, using directional cues to align it either horizontally, vertically, or both.."
11341
11333
  },
11342
- "VSpeedDial/model-value": {
11334
+ "VSpeedDial/theme": {
11335
+ "type": "string\n",
11336
+ "description": "Specify a theme for this component and all of its children."
11337
+ },
11338
+ "VSpeedDial/disabled": {
11343
11339
  "type": "boolean\n",
11344
- "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
11340
+ "description": "Removes the ability to click or target the component."
11345
11341
  },
11346
- "VSpeedDial/transition": {
11347
- "type": " | string\n | boolean\n | (TransitionProps & { component: Component })\n | {\n component: ComponentPublicInstanceConstructor<\n CreateComponentPublicInstanceWithMixins<\n {} & { target?: HTMLElement | [x: number, y: number] | undefined } & {\n $children?:\n | VNodeChild\n | (() => VNodeChild)\n | { default?: (() => VNodeChild) | undefined }\n 'v-slots'?:\n | { default?: false | (() => VNodeChild) | undefined }\n | undefined\n } & { 'v-slot:default'?: false | (() => VNodeChild) | undefined },\n () => any,\n unknown,\n {},\n {},\n ComponentOptionsMixin,\n ComponentOptionsMixin,\n Record<string, any>,\n PublicProps,\n {},\n true,\n {},\n SlotsType<Partial<MakeSlots<{ default: never }>>>,\n GlobalComponents,\n GlobalDirectives,\n string,\n {},\n any,\n ComponentProvideOptions,\n OptionTypesType<{}, {}, {}, {}, {}, {}>,\n {} & { target?: HTMLElement | [x: number, y: number] | undefined } & {\n $children?:\n | VNodeChild\n | (() => VNodeChild)\n | { default?: (() => VNodeChild) | undefined }\n 'v-slots'?:\n | { default?: false | (() => VNodeChild) | undefined }\n | undefined\n } & { 'v-slot:default'?: false | (() => VNodeChild) | undefined },\n () => any,\n {},\n {},\n {},\n {}\n >,\n any,\n any,\n any,\n ComputedOptions,\n MethodOptions\n > &\n ComponentOptionsBase<\n {} & { target?: HTMLElement | [x: number, y: number] | undefined } & {\n $children?:\n | VNodeChild\n | (() => VNodeChild)\n | { default?: (() => VNodeChild) | undefined }\n 'v-slots'?:\n | { default?: false | (() => VNodeChild) | undefined }\n | undefined\n } & { 'v-slot:default'?: false | (() => VNodeChild) | undefined },\n () => any,\n unknown,\n {},\n {},\n ComponentOptionsMixin,\n ComponentOptionsMixin,\n Record<string, any>,\n string,\n {},\n {},\n string,\n SlotsType<Partial<MakeSlots<{ default: never }>>>,\n GlobalComponents,\n GlobalDirectives,\n string,\n ComponentProvideOptions\n > &\n VNodeProps &\n AllowedComponentProps &\n ComponentCustomProps & {\n filterProps: (props: T) => Partial<Pick<T, U>>\n }\n }\n",
11348
- "description": "Sets the component transition. Can be one of the [built in](/styles/transitions/) or custom transition."
11342
+ "VSpeedDial/id": {
11343
+ "type": "string\n",
11344
+ "description": "The unique identifier of the component."
11345
+ },
11346
+ "VSpeedDial/eager": {
11347
+ "type": "boolean\n",
11348
+ "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."
11349
11349
  },
11350
11350
  "VSpeedDial/activator": {
11351
11351
  "type": "Element | (string & {}) | 'parent' | ComponentPublicInstance\n",
11352
11352
  "description": "Explicitly sets the overlay's activator."
11353
11353
  },
11354
+ "VSpeedDial/submenu": {
11355
+ "type": "boolean\n",
11356
+ "description": "Opens with right arrow and closes on left instead of up/down. Implies `location=\"end\"`. Directions are reversed for RTL."
11357
+ },
11354
11358
  "VSpeedDial/close-on-back": {
11355
11359
  "type": "boolean\n",
11356
11360
  "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."
@@ -11419,10 +11423,6 @@
11419
11423
  "type": "string | number\n",
11420
11424
  "description": "Milliseconds to wait before opening component. Only works with the **open-on-hover** prop."
11421
11425
  },
11422
- "VSpeedDial/eager": {
11423
- "type": "boolean\n",
11424
- "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."
11425
- },
11426
11426
  "VSpeedDial/location-strategy": {
11427
11427
  "type": "'static' | 'connected' | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VOverlay/locationStrategies.ts#L38-L42\" target=\"_blank\">LocationStrategyFunction</a>\n",
11428
11428
  "description": "A function used to specifies how the component should position relative to its activator."
@@ -11436,33 +11436,57 @@
11436
11436
  "description": "Increases distance from the target. When passed as a pair of numbers, the second value shifts anchor along the side and away from the target."
11437
11437
  },
11438
11438
  "VSpeedDial/scroll-strategy": {
11439
- "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\">ScrollStrategyFunction</a>\n",
11439
+ "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\">ScrollStrategyFunction</a>\n",
11440
11440
  "description": "Strategy used when the component is activate and user scrolls."
11441
11441
  },
11442
+ "VSpeedDial/transition": {
11443
+ "type": " | string\n | boolean\n | (TransitionProps & { component: Component })\n | {\n component: ComponentPublicInstanceConstructor<\n CreateComponentPublicInstanceWithMixins<\n {} & { target?: HTMLElement | [x: number, y: number] | undefined } & {\n $children?:\n | VNodeChild\n | (() => VNodeChild)\n | { default?: (() => VNodeChild) | undefined }\n 'v-slots'?:\n | { default?: false | (() => VNodeChild) | undefined }\n | undefined\n } & { 'v-slot:default'?: false | (() => VNodeChild) | undefined },\n () => any,\n unknown,\n {},\n {},\n ComponentOptionsMixin,\n ComponentOptionsMixin,\n Record<string, any>,\n PublicProps,\n {},\n true,\n {},\n SlotsType<Partial<MakeSlots<{ default: never }>>>,\n GlobalComponents,\n GlobalDirectives,\n string,\n {},\n any,\n ComponentProvideOptions,\n OptionTypesType<{}, {}, {}, {}, {}, {}>,\n {} & { target?: HTMLElement | [x: number, y: number] | undefined } & {\n $children?:\n | VNodeChild\n | (() => VNodeChild)\n | { default?: (() => VNodeChild) | undefined }\n 'v-slots'?:\n | { default?: false | (() => VNodeChild) | undefined }\n | undefined\n } & { 'v-slot:default'?: false | (() => VNodeChild) | undefined },\n () => any,\n {},\n {},\n {},\n {}\n >,\n any,\n any,\n any,\n ComputedOptions,\n MethodOptions\n > &\n ComponentOptionsBase<\n {} & { target?: HTMLElement | [x: number, y: number] | undefined } & {\n $children?:\n | VNodeChild\n | (() => VNodeChild)\n | { default?: (() => VNodeChild) | undefined }\n 'v-slots'?:\n | { default?: false | (() => VNodeChild) | undefined }\n | undefined\n } & { 'v-slot:default'?: false | (() => VNodeChild) | undefined },\n () => any,\n unknown,\n {},\n {},\n ComponentOptionsMixin,\n ComponentOptionsMixin,\n Record<string, any>,\n string,\n {},\n {},\n string,\n SlotsType<Partial<MakeSlots<{ default: never }>>>,\n GlobalComponents,\n GlobalDirectives,\n string,\n ComponentProvideOptions\n > &\n VNodeProps &\n AllowedComponentProps &\n ComponentCustomProps & {\n filterProps: (props: T) => Partial<Pick<T, U>>\n }\n }\n",
11444
+ "description": "Sets the component transition. Can be one of the [built in](/styles/transitions/) or custom transition."
11445
+ },
11442
11446
  "VSpeedDial/attach": {
11443
11447
  "type": "string | boolean | Element\n",
11444
11448
  "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."
11445
11449
  },
11446
- "VSpeedDial/submenu": {
11447
- "type": "boolean\n",
11448
- "description": "Opens with right arrow and closes on left instead of up/down. Implies `location=\"end\"`. Directions are reversed for RTL."
11449
- },
11450
11450
  "VStepper/flat": {
11451
11451
  "type": "boolean\n",
11452
11452
  "description": "Removes the stepper's elevation."
11453
11453
  },
11454
- "VStepper/border": {
11455
- "type": "string | number | boolean\n",
11456
- "description": "Applies utility border classes to the component. To use it, you need to omit the `border-` prefix, (for example use `border-sm` as `border=\"sm\"`). Find a list of the built-in border classes on the [borders page](/styles/borders)."
11454
+ "VStepper/tag": {
11455
+ "type": "string | (new () => any) | FunctionalComponent\n",
11456
+ "description": "Specify a custom tag used on the root element."
11457
11457
  },
11458
- "VStepper/model-value": {
11459
- "type": "any\n",
11460
- "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
11458
+ "VStepper/disabled": {
11459
+ "type": "boolean\n",
11460
+ "description": "Puts all children components into a disabled state."
11461
11461
  },
11462
11462
  "VStepper/height": {
11463
11463
  "type": "string | number\n",
11464
11464
  "description": "Sets the height for the component."
11465
11465
  },
11466
+ "VStepper/max": {
11467
+ "type": "number\n",
11468
+ "description": "Sets a maximum number of selections that can be made."
11469
+ },
11470
+ "VStepper/multiple": {
11471
+ "type": "boolean\n",
11472
+ "description": "Allows one to select multiple items."
11473
+ },
11474
+ "VStepper/width": {
11475
+ "type": "string | number\n",
11476
+ "description": "Sets the width for the component."
11477
+ },
11478
+ "VStepper/theme": {
11479
+ "type": "string\n",
11480
+ "description": "Specify a theme for this component and all of its children."
11481
+ },
11482
+ "VStepper/items": {
11483
+ "type": "(string | Record<string, any>)[]\n",
11484
+ "description": "An array of strings or objects used for automatically generating children components."
11485
+ },
11486
+ "VStepper/border": {
11487
+ "type": "string | number | boolean\n",
11488
+ "description": "Applies utility border classes to the component. To use it, you need to omit the `border-` prefix, (for example use `border-sm` as `border=\"sm\"`). Find a list of the built-in border classes on the [borders page](/styles/borders)."
11489
+ },
11466
11490
  "VStepper/max-height": {
11467
11491
  "type": "string | number\n",
11468
11492
  "description": "Sets the maximum height for the component."
@@ -11479,20 +11503,20 @@
11479
11503
  "type": "string | number\n",
11480
11504
  "description": "Sets the minimum width for the component."
11481
11505
  },
11482
- "VStepper/width": {
11483
- "type": "string | number\n",
11484
- "description": "Sets the width for the component."
11485
- },
11486
11506
  "VStepper/elevation": {
11487
11507
  "type": "string | number\n",
11488
11508
  "description": "Designates an elevation applied to the component between 0 and 24. You can find more information on the [elevation page](/styles/elevation)."
11489
11509
  },
11510
+ "VStepper/selected-class": {
11511
+ "type": "string\n",
11512
+ "description": "Configure the active CSS class applied when an item is selected."
11513
+ },
11490
11514
  "VStepper/location": {
11491
11515
  "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a>\n",
11492
11516
  "description": "Specifies the component's location. Can combine by using a space separated string."
11493
11517
  },
11494
11518
  "VStepper/position": {
11495
- "type": "'fixed' | 'static' | 'relative' | 'absolute' | 'sticky'\n",
11519
+ "type": "'fixed' | 'relative' | 'static' | 'absolute' | 'sticky'\n",
11496
11520
  "description": "Sets the position for the component."
11497
11521
  },
11498
11522
  "VStepper/rounded": {
@@ -11503,42 +11527,30 @@
11503
11527
  "type": "boolean\n",
11504
11528
  "description": "Removes any applied **border-radius** from the component."
11505
11529
  },
11506
- "VStepper/tag": {
11507
- "type": "string | (new () => any) | FunctionalComponent\n",
11508
- "description": "Specify a custom tag used on the root element."
11509
- },
11510
- "VStepper/theme": {
11511
- "type": "string\n",
11512
- "description": "Specify a theme for this component and all of its children."
11513
- },
11514
11530
  "VStepper/color": {
11515
11531
  "type": "string\n",
11516
11532
  "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)."
11517
11533
  },
11518
- "VStepper/disabled": {
11519
- "type": "boolean\n",
11520
- "description": "Puts all children components into a disabled state."
11521
- },
11522
- "VStepper/max": {
11523
- "type": "number\n",
11524
- "description": "Sets a maximum number of selections that can be made."
11525
- },
11526
- "VStepper/multiple": {
11527
- "type": "boolean\n",
11528
- "description": "Allows one to select multiple items."
11534
+ "VStepper/model-value": {
11535
+ "type": "any\n",
11536
+ "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
11529
11537
  },
11530
11538
  "VStepper/bg-color": {
11531
11539
  "type": "string\n",
11532
11540
  "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)."
11533
11541
  },
11542
+ "VStepper/mobile": {
11543
+ "type": "boolean\n",
11544
+ "description": "Forces the stepper into a mobile state, removing labels from stepper items."
11545
+ },
11546
+ "VStepper/mobile-breakpoint": {
11547
+ "type": "number | 'xs' | 'sm' | 'md' | 'lg' | 'xl' | 'xxl'\n",
11548
+ "description": "Overrides the display configuration default screen size that the component should be considered in mobile."
11549
+ },
11534
11550
  "VStepper/mandatory": {
11535
11551
  "type": "boolean | 'force'\n",
11536
11552
  "description": "Forces at least one item to always be selected (if available)."
11537
11553
  },
11538
- "VStepper/items": {
11539
- "type": "(string | Record<string, any>)[]\n",
11540
- "description": "An array of strings or objects used for automatically generating children components."
11541
- },
11542
11554
  "VStepper/item-title": {
11543
11555
  "type": "string\n",
11544
11556
  "description": "Property on supplied `items` that contains its title."
@@ -11547,22 +11559,10 @@
11547
11559
  "type": "string\n",
11548
11560
  "description": "Property on supplied `items` that contains its value."
11549
11561
  },
11550
- "VStepper/mobile": {
11551
- "type": "boolean\n",
11552
- "description": "Forces the stepper into a mobile state, removing labels from stepper items."
11553
- },
11554
11562
  "VStepper/hide-actions": {
11555
11563
  "type": "boolean\n",
11556
11564
  "description": "Hide actions bar (prev and next buttons)."
11557
11565
  },
11558
- "VStepper/mobile-breakpoint": {
11559
- "type": "number | 'sm' | 'md' | 'lg' | 'xl' | 'xxl' | 'xs'\n",
11560
- "description": "Overrides the display configuration default screen size that the component should be considered in mobile."
11561
- },
11562
- "VStepper/selected-class": {
11563
- "type": "string\n",
11564
- "description": "Configure the active CSS class applied when an item is selected."
11565
- },
11566
11566
  "VStepper/alt-labels": {
11567
11567
  "type": "boolean\n",
11568
11568
  "description": "Places the labels beneath the step."
@@ -11595,14 +11595,14 @@
11595
11595
  "type": "string\n",
11596
11596
  "description": "The text used for the Next button."
11597
11597
  },
11598
- "VStepperActions/disabled": {
11599
- "type": "boolean | 'prev' | 'next'\n",
11600
- "description": "Removes the ability to click or target the component."
11601
- },
11602
11598
  "VStepperActions/color": {
11603
11599
  "type": "string\n",
11604
11600
  "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)."
11605
11601
  },
11602
+ "VStepperActions/disabled": {
11603
+ "type": "boolean | 'next' | 'prev'\n",
11604
+ "description": "Removes the ability to click or target the component."
11605
+ },
11606
11606
  "VStepperActions/prev-text": {
11607
11607
  "type": "string\n",
11608
11608
  "description": "The text used for the Prev button."
@@ -11647,33 +11647,33 @@
11647
11647
  "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VStepper/VStepperItem.tsx#L43-L43\" target=\"_blank\">ValidationRule</a>[]\n",
11648
11648
  "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`."
11649
11649
  },
11650
- "VStepperItem/selected-class": {
11651
- "type": "string\n",
11652
- "description": "Configure the active CSS class applied when an item is selected."
11653
- },
11654
11650
  "VStepperItem/ripple": {
11655
11651
  "type": "boolean | { class: string }\n",
11656
11652
  "description": "Applies the [v-ripple](/directives/ripple) directive."
11657
11653
  },
11654
+ "VStepperItem/complete": {
11655
+ "type": "boolean\n",
11656
+ "description": "Marks step as complete."
11657
+ },
11658
11658
  "VStepperItem/complete-icon": {
11659
11659
  "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
11660
11660
  "description": "Icon to display when step is marked as completed."
11661
11661
  },
11662
- "VStepperItem/edit-icon": {
11663
- "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
11664
- "description": "Icon to display when step is editable."
11665
- },
11666
11662
  "VStepperItem/editable": {
11667
11663
  "type": "boolean\n",
11668
11664
  "description": "Marks step as editable."
11669
11665
  },
11666
+ "VStepperItem/edit-icon": {
11667
+ "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
11668
+ "description": "Icon to display when step is editable."
11669
+ },
11670
11670
  "VStepperItem/error-icon": {
11671
11671
  "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
11672
11672
  "description": "Icon to display when step has an error."
11673
11673
  },
11674
- "VStepperItem/complete": {
11675
- "type": "boolean\n",
11676
- "description": "Marks step as complete."
11674
+ "VStepperItem/selected-class": {
11675
+ "type": "string\n",
11676
+ "description": "Configure the active CSS class applied when an item is selected."
11677
11677
  },
11678
11678
  "VStepperVertical/flat": {
11679
11679
  "type": "boolean\n",
@@ -11759,10 +11759,6 @@
11759
11759
  "type": "boolean\n",
11760
11760
  "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."
11761
11761
  },
11762
- "VStepperVertical/hide-actions": {
11763
- "type": "boolean\n",
11764
- "description": "Hide actions bar (prev and next buttons)."
11765
- },
11766
11762
  "VStepperVertical/expand-icon": {
11767
11763
  "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
11768
11764
  "description": "Icon used when the expansion panel is in a expandable state."
@@ -11779,18 +11775,14 @@
11779
11775
  "type": "string\n",
11780
11776
  "description": "Property on supplied `items` that contains its value."
11781
11777
  },
11778
+ "VStepperVertical/hide-actions": {
11779
+ "type": "boolean\n",
11780
+ "description": "Hide actions bar (prev and next buttons)."
11781
+ },
11782
11782
  "VStepperVertical/focusable": {
11783
11783
  "type": "boolean\n",
11784
11784
  "description": "Makes the expansion-panel headers focusable."
11785
11785
  },
11786
- "VStepperVertical/prev-text": {
11787
- "type": "string\n",
11788
- "description": "The text used for the Prev button."
11789
- },
11790
- "VStepperVertical/next-text": {
11791
- "type": "string\n",
11792
- "description": "The text used for the Next button."
11793
- },
11794
11786
  "VStepperVertical/alt-labels": {
11795
11787
  "type": "boolean\n",
11796
11788
  "description": "Places the labels beneath the step."
@@ -11815,6 +11807,14 @@
11815
11807
  "type": "boolean\n",
11816
11808
  "description": "Allow user to jump to any step."
11817
11809
  },
11810
+ "VStepperVertical/prev-text": {
11811
+ "type": "string\n",
11812
+ "description": "The text used for the Prev button."
11813
+ },
11814
+ "VStepperVertical/next-text": {
11815
+ "type": "string\n",
11816
+ "description": "The text used for the Next button."
11817
+ },
11818
11818
  "VStepperVerticalActions/color": {
11819
11819
  "type": "string\n",
11820
11820
  "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)."
@@ -11935,33 +11935,33 @@
11935
11935
  "type": "boolean\n",
11936
11936
  "description": "Hide the expand icon in the content title."
11937
11937
  },
11938
- "VStepperVerticalItem/selected-class": {
11939
- "type": "string\n",
11940
- "description": "Configure the active CSS class applied when an item is selected."
11941
- },
11942
11938
  "VStepperVerticalItem/ripple": {
11943
11939
  "type": "boolean | { class: string }\n",
11944
11940
  "description": "Applies the [v-ripple](/directives/ripple) directive."
11945
11941
  },
11942
+ "VStepperVerticalItem/complete": {
11943
+ "type": "boolean\n",
11944
+ "description": "Marks step as complete."
11945
+ },
11946
11946
  "VStepperVerticalItem/complete-icon": {
11947
11947
  "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
11948
11948
  "description": "Icon to display when step is marked as completed."
11949
11949
  },
11950
- "VStepperVerticalItem/edit-icon": {
11951
- "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
11952
- "description": "Icon to display when step is editable."
11953
- },
11954
11950
  "VStepperVerticalItem/editable": {
11955
11951
  "type": "boolean\n",
11956
11952
  "description": "Marks step as editable."
11957
11953
  },
11954
+ "VStepperVerticalItem/edit-icon": {
11955
+ "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
11956
+ "description": "Icon to display when step is editable."
11957
+ },
11958
11958
  "VStepperVerticalItem/error-icon": {
11959
11959
  "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
11960
11960
  "description": "Icon to display when step has an error."
11961
11961
  },
11962
- "VStepperVerticalItem/complete": {
11963
- "type": "boolean\n",
11964
- "description": "Marks step as complete."
11962
+ "VStepperVerticalItem/selected-class": {
11963
+ "type": "string\n",
11964
+ "description": "Configure the active CSS class applied when an item is selected."
11965
11965
  },
11966
11966
  "VStepperVerticalItem/focusable": {
11967
11967
  "type": "boolean\n",
@@ -12379,14 +12379,22 @@
12379
12379
  "type": "string | boolean\n",
12380
12380
  "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."
12381
12381
  },
12382
- "VTab/selected-class": {
12383
- "type": "string\n",
12384
- "description": "Configure the active CSS class applied when an item is selected."
12385
- },
12386
12382
  "VTab/ripple": {
12387
12383
  "type": "boolean | { class: string }\n",
12388
12384
  "description": "Applies the [v-ripple](/directives/ripple) directive."
12389
12385
  },
12386
+ "VTab/href": {
12387
+ "type": "string\n",
12388
+ "description": "Designates the component as anchor and applies the **href** attribute."
12389
+ },
12390
+ "VTab/to": {
12391
+ "type": "string | RouteLocationAsRelativeGeneric | RouteLocationAsPathGeneric\n",
12392
+ "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."
12393
+ },
12394
+ "VTab/selected-class": {
12395
+ "type": "string\n",
12396
+ "description": "Configure the active CSS class applied when an item is selected."
12397
+ },
12390
12398
  "VTab/slider-color": {
12391
12399
  "type": "string\n",
12392
12400
  "description": "Applies specified color to the slider when active on that component - 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)."
@@ -12399,14 +12407,6 @@
12399
12407
  "type": "boolean\n",
12400
12408
  "description": "Displays the tab as a flex-column."
12401
12409
  },
12402
- "VTab/href": {
12403
- "type": "string\n",
12404
- "description": "Designates the component as anchor and applies the **href** attribute."
12405
- },
12406
- "VTab/to": {
12407
- "type": "string | RouteLocationAsRelativeGeneric | RouteLocationAsPathGeneric\n",
12408
- "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."
12409
- },
12410
12410
  "VTable/tag": {
12411
12411
  "type": "string | (new () => any) | FunctionalComponent\n",
12412
12412
  "description": "Specify a custom tag used on the root element."
@@ -12439,18 +12439,30 @@
12439
12439
  "type": "any\n",
12440
12440
  "description": "The [Symbol](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Symbol) used to hook into group functionality for components like [v-btn-toggle](/components/btn-toggle) and [v-bottom-navigation](/components/bottom-navigations/)."
12441
12441
  },
12442
+ "VTabs/model-value": {
12443
+ "type": "any\n",
12444
+ "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
12445
+ },
12446
+ "VTabs/density": {
12447
+ "type": "'default' | 'comfortable' | 'compact'\n",
12448
+ "description": "Adjusts the vertical height used by the component."
12449
+ },
12450
+ "VTabs/height": {
12451
+ "type": "string | number\n",
12452
+ "description": "Sets the height of the tabs bar."
12453
+ },
12442
12454
  "VTabs/tag": {
12443
12455
  "type": "string | (new () => any) | FunctionalComponent\n",
12444
12456
  "description": "Specify a custom tag used on the root element."
12445
12457
  },
12458
+ "VTabs/color": {
12459
+ "type": "string\n",
12460
+ "description": "Applies specified color to the selected tab - 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)."
12461
+ },
12446
12462
  "VTabs/disabled": {
12447
12463
  "type": "boolean\n",
12448
12464
  "description": "Puts all children components into a disabled state."
12449
12465
  },
12450
- "VTabs/height": {
12451
- "type": "string | number\n",
12452
- "description": "Sets the height of the tabs bar."
12453
- },
12454
12466
  "VTabs/max": {
12455
12467
  "type": "number\n",
12456
12468
  "description": "Sets a maximum number of selections that can be made."
@@ -12459,114 +12471,102 @@
12459
12471
  "type": "boolean\n",
12460
12472
  "description": "Allows one to select multiple items."
12461
12473
  },
12474
+ "VTabs/bg-color": {
12475
+ "type": "string\n",
12476
+ "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)."
12477
+ },
12478
+ "VTabs/mandatory": {
12479
+ "type": "boolean | 'force'\n",
12480
+ "description": "Forces at least one item to always be selected (if available)."
12481
+ },
12462
12482
  "VTabs/items": {
12463
12483
  "type": "unknown[]\n",
12464
12484
  "description": "The items to display in the component. This can be an array of strings or objects with a property `text`."
12465
12485
  },
12466
- "VTabs/stacked": {
12486
+ "VTabs/direction": {
12487
+ "type": "'horizontal' | 'vertical'\n",
12488
+ "description": "Changes the direction of the tabs. Can be either `horizontal` or `vertical`."
12489
+ },
12490
+ "VTabs/mobile": {
12467
12491
  "type": "boolean\n",
12468
- "description": "Apply the stacked prop to all children v-tab components."
12469
- },
12470
- "VTabs/density": {
12471
- "type": "'default' | 'comfortable' | 'compact'\n",
12472
- "description": "Adjusts the vertical height used by the component."
12473
- },
12474
- "VTabs/selected-class": {
12475
- "type": "string\n",
12476
- "description": "Configure the active CSS class applied when an item is selected."
12477
- },
12478
- "VTabs/color": {
12479
- "type": "string\n",
12480
- "description": "Applies specified color to the selected tab - 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)."
12481
- },
12482
- "VTabs/model-value": {
12483
- "type": "any\n",
12484
- "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
12485
- },
12486
- "VTabs/bg-color": {
12487
- "type": "string\n",
12488
- "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)."
12489
- },
12490
- "VTabs/mobile": {
12491
- "type": "boolean\n",
12492
- "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"
12492
+ "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"
12493
12493
  },
12494
12494
  "VTabs/mobile-breakpoint": {
12495
12495
  "type": "number | 'xs' | 'sm' | 'md' | 'lg' | 'xl' | 'xxl'\n",
12496
12496
  "description": "Sets the designated mobile breakpoint for the component."
12497
12497
  },
12498
- "VTabs/grow": {
12499
- "type": "boolean\n",
12500
- "description": "Force `v-tab`'s to take up all available space."
12501
- },
12502
- "VTabs/mandatory": {
12503
- "type": "boolean | 'force'\n",
12504
- "description": "Forces at least one item to always be selected (if available)."
12498
+ "VTabs/prev-icon": {
12499
+ "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
12500
+ "description": "Left pagination icon."
12505
12501
  },
12506
12502
  "VTabs/next-icon": {
12507
12503
  "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
12508
12504
  "description": "Right pagination icon."
12509
12505
  },
12510
- "VTabs/prev-icon": {
12511
- "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
12512
- "description": "Left pagination icon."
12506
+ "VTabs/selected-class": {
12507
+ "type": "string\n",
12508
+ "description": "Configure the active CSS class applied when an item is selected."
12513
12509
  },
12514
- "VTabs/show-arrows": {
12515
- "type": "string | boolean\n",
12516
- "description": "Show pagination arrows if the tab items overflow their container. For mobile devices, arrows will only display when using this prop."
12510
+ "VTabs/slider-color": {
12511
+ "type": "string\n",
12512
+ "description": "Changes the background color of an auto-generated `v-tabs-slider`."
12517
12513
  },
12518
- "VTabs/direction": {
12519
- "type": "'horizontal' | 'vertical'\n",
12520
- "description": "Changes the direction of the tabs. Can be either `horizontal` or `vertical`."
12514
+ "VTabs/hide-slider": {
12515
+ "type": "boolean\n",
12516
+ "description": "Hide's the generated `v-tabs-slider`."
12521
12517
  },
12522
- "VTabs/center-active": {
12518
+ "VTabs/stacked": {
12523
12519
  "type": "boolean\n",
12524
- "description": "Forces the selected tab to be centered."
12520
+ "description": "Apply the stacked prop to all children v-tab components."
12525
12521
  },
12526
12522
  "VTabs/align-tabs": {
12527
- "type": "'title' | 'start' | 'end' | 'center'\n",
12523
+ "type": "'title' | 'end' | 'start' | 'center'\n",
12528
12524
  "description": "Aligns the tabs to the `start`, `center`, or `end` of container. Also accepts `title` to align with the `v-toolbar-title` component."
12529
12525
  },
12530
12526
  "VTabs/fixed-tabs": {
12531
12527
  "type": "boolean\n",
12532
12528
  "description": "`v-tabs-item` min-width 160px, max-width 360px."
12533
12529
  },
12534
- "VTabs/hide-slider": {
12530
+ "VTabs/grow": {
12535
12531
  "type": "boolean\n",
12536
- "description": "Hide's the generated `v-tabs-slider`."
12537
- },
12538
- "VTabs/slider-color": {
12539
- "type": "string\n",
12540
- "description": "Changes the background color of an auto-generated `v-tabs-slider`."
12541
- },
12542
- "VTabsWindow/model-value": {
12543
- "type": "any\n",
12544
- "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
12532
+ "description": "Force `v-tab`'s to take up all available space."
12545
12533
  },
12546
- "VTabsWindow/reverse": {
12534
+ "VTabs/center-active": {
12547
12535
  "type": "boolean\n",
12548
- "description": "Reverse the normal transition direction."
12536
+ "description": "Forces the selected tab to be centered."
12537
+ },
12538
+ "VTabs/show-arrows": {
12539
+ "type": "string | boolean\n",
12540
+ "description": "Show pagination arrows if the tab items overflow their container. For mobile devices, arrows will only display when using this prop."
12549
12541
  },
12550
12542
  "VTabsWindow/tag": {
12551
12543
  "type": "string | (new () => any) | FunctionalComponent\n",
12552
12544
  "description": "Specify a custom tag used on the root element."
12553
12545
  },
12554
- "VTabsWindow/theme": {
12555
- "type": "string\n",
12556
- "description": "Specify a theme for this component and all of its children."
12546
+ "VTabsWindow/reverse": {
12547
+ "type": "boolean\n",
12548
+ "description": "Reverse the normal transition direction."
12557
12549
  },
12558
12550
  "VTabsWindow/disabled": {
12559
12551
  "type": "boolean\n",
12560
12552
  "description": "Removes the ability to click or target the component."
12561
12553
  },
12562
- "VTabsWindow/direction": {
12563
- "type": "'horizontal' | 'vertical'\n",
12564
- "description": "The transition direction when changing windows."
12554
+ "VTabsWindow/theme": {
12555
+ "type": "string\n",
12556
+ "description": "Specify a theme for this component and all of its children."
12565
12557
  },
12566
12558
  "VTabsWindow/selected-class": {
12567
12559
  "type": "string\n",
12568
12560
  "description": "Configure the active CSS class applied when an item is selected."
12569
12561
  },
12562
+ "VTabsWindow/model-value": {
12563
+ "type": "any\n",
12564
+ "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
12565
+ },
12566
+ "VTabsWindow/direction": {
12567
+ "type": "'horizontal' | 'vertical'\n",
12568
+ "description": "The transition direction when changing windows."
12569
+ },
12570
12570
  "VTabsWindowItem/disabled": {
12571
12571
  "type": "boolean\n",
12572
12572
  "description": "Prevents the item from becoming active when using the \"next\" and \"prev\" buttons or the `toggle` method."
@@ -13067,22 +13067,46 @@
13067
13067
  "type": "boolean\n",
13068
13068
  "description": "Use the current value of `$vuetify.theme.dark` as opposed to the provided one."
13069
13069
  },
13070
+ "VTimePicker/tag": {
13071
+ "type": "string | (new () => any) | FunctionalComponent\n",
13072
+ "description": "Specify a custom tag used on the root element."
13073
+ },
13070
13074
  "VTimePicker/title": {
13071
13075
  "type": "string\n",
13072
13076
  "description": "Specify a title text for the component."
13073
13077
  },
13074
- "VTimePicker/border": {
13075
- "type": "string | number | boolean\n",
13076
- "description": "Applies utility border classes to the component. To use it, you need to omit the `border-` prefix, (for example use `border-sm` as `border=\"sm\"`). Find a list of the built-in border classes on the [borders page](/styles/borders)."
13077
- },
13078
- "VTimePicker/model-value": {
13079
- "type": "any\n",
13080
- "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
13078
+ "VTimePicker/disabled": {
13079
+ "type": "boolean\n",
13080
+ "description": "Removes the ability to click or target the component."
13081
13081
  },
13082
13082
  "VTimePicker/height": {
13083
13083
  "type": "string | number\n",
13084
13084
  "description": "Sets the height for the component."
13085
13085
  },
13086
+ "VTimePicker/max": {
13087
+ "type": "string\n",
13088
+ "description": "Maximum allowed time."
13089
+ },
13090
+ "VTimePicker/min": {
13091
+ "type": "string\n",
13092
+ "description": "Minimum allowed time."
13093
+ },
13094
+ "VTimePicker/width": {
13095
+ "type": "string | number\n",
13096
+ "description": "Width of the picker."
13097
+ },
13098
+ "VTimePicker/theme": {
13099
+ "type": "string\n",
13100
+ "description": "Specify a theme for this component and all of its children."
13101
+ },
13102
+ "VTimePicker/readonly": {
13103
+ "type": "boolean\n",
13104
+ "description": "Puts picker in readonly state."
13105
+ },
13106
+ "VTimePicker/border": {
13107
+ "type": "string | number | boolean\n",
13108
+ "description": "Applies utility border classes to the component. To use it, you need to omit the `border-` prefix, (for example use `border-sm` as `border=\"sm\"`). Find a list of the built-in border classes on the [borders page](/styles/borders)."
13109
+ },
13086
13110
  "VTimePicker/max-height": {
13087
13111
  "type": "string | number\n",
13088
13112
  "description": "Sets the maximum height for the component."
@@ -13099,10 +13123,6 @@
13099
13123
  "type": "string | number\n",
13100
13124
  "description": "Sets the minimum width for the component."
13101
13125
  },
13102
- "VTimePicker/width": {
13103
- "type": "string | number\n",
13104
- "description": "Width of the picker."
13105
- },
13106
13126
  "VTimePicker/elevation": {
13107
13127
  "type": "string | number\n",
13108
13128
  "description": "Designates an elevation applied to the component between 0 and 24. You can find more information on the [elevation page](/styles/elevation)."
@@ -13112,7 +13132,7 @@
13112
13132
  "description": "Specifies the component's location. Can combine by using a space separated string."
13113
13133
  },
13114
13134
  "VTimePicker/position": {
13115
- "type": "'fixed' | 'static' | 'relative' | 'absolute' | 'sticky'\n",
13135
+ "type": "'fixed' | 'relative' | 'static' | 'absolute' | 'sticky'\n",
13116
13136
  "description": "Sets the position for the component."
13117
13137
  },
13118
13138
  "VTimePicker/rounded": {
@@ -13123,37 +13143,21 @@
13123
13143
  "type": "boolean\n",
13124
13144
  "description": "Removes any applied **border-radius** from the component."
13125
13145
  },
13126
- "VTimePicker/tag": {
13127
- "type": "string | (new () => any) | FunctionalComponent\n",
13128
- "description": "Specify a custom tag used on the root element."
13129
- },
13130
- "VTimePicker/theme": {
13131
- "type": "string\n",
13132
- "description": "Specify a theme for this component and all of its children."
13133
- },
13134
13146
  "VTimePicker/color": {
13135
13147
  "type": "string\n",
13136
13148
  "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)."
13137
13149
  },
13138
- "VTimePicker/disabled": {
13139
- "type": "boolean\n",
13140
- "description": "Removes the ability to click or target the component."
13141
- },
13142
- "VTimePicker/max": {
13143
- "type": "string\n",
13144
- "description": "Maximum allowed time."
13145
- },
13146
- "VTimePicker/min": {
13147
- "type": "string\n",
13148
- "description": "Minimum allowed time."
13150
+ "VTimePicker/model-value": {
13151
+ "type": "any\n",
13152
+ "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
13149
13153
  },
13150
13154
  "VTimePicker/bg-color": {
13151
13155
  "type": "string\n",
13152
13156
  "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)."
13153
13157
  },
13154
- "VTimePicker/readonly": {
13158
+ "VTimePicker/scrollable": {
13155
13159
  "type": "boolean\n",
13156
- "description": "Puts picker in readonly state."
13160
+ "description": "Allows changing hour/minute with mouse scroll."
13157
13161
  },
13158
13162
  "VTimePicker/divided": {
13159
13163
  "type": "boolean\n",
@@ -13167,10 +13171,6 @@
13167
13171
  "type": "'hour' | 'minute' | 'second'\n",
13168
13172
  "description": "The current view mode of the picker.`"
13169
13173
  },
13170
- "VTimePicker/scrollable": {
13171
- "type": "boolean\n",
13172
- "description": "Allows changing hour/minute with mouse scroll."
13173
- },
13174
13174
  "VTimePicker/ampm-in-title": {
13175
13175
  "type": "boolean\n",
13176
13176
  "description": "Place AM/PM switch in title, not near the clock."
@@ -13195,6 +13195,14 @@
13195
13195
  "type": "number[] | ((val: number) => boolean)\n",
13196
13196
  "description": "Restricts which seconds can be selected."
13197
13197
  },
13198
+ "VTimePickerClock/model-value": {
13199
+ "type": "number\n",
13200
+ "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
13201
+ },
13202
+ "VTimePickerClock/color": {
13203
+ "type": "string\n",
13204
+ "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)."
13205
+ },
13198
13206
  "VTimePickerClock/disabled": {
13199
13207
  "type": "boolean\n",
13200
13208
  "description": "Removes the ability to click or target the component."
@@ -13215,22 +13223,14 @@
13215
13223
  "type": "boolean\n",
13216
13224
  "description": "When true, the picker is in a read-only state, and users cannot modify the selected time."
13217
13225
  },
13218
- "VTimePickerClock/color": {
13219
- "type": "string\n",
13220
- "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)."
13221
- },
13222
- "VTimePickerClock/model-value": {
13226
+ "VTimePickerClock/rotate": {
13223
13227
  "type": "number\n",
13224
- "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
13228
+ "description": "Controls rotation, specifying the degree of rotation for the clock hands."
13225
13229
  },
13226
13230
  "VTimePickerClock/scrollable": {
13227
13231
  "type": "boolean\n",
13228
13232
  "description": "Allows the time selection to be scrollable, enhancing user experience for devices with scroll inputs."
13229
13233
  },
13230
- "VTimePickerClock/rotate": {
13231
- "type": "number\n",
13232
- "description": "Controls rotation, specifying the degree of rotation for the clock hands."
13233
- },
13234
13234
  "VTimePickerClock/ampm": {
13235
13235
  "type": "boolean\n",
13236
13236
  "description": "Displays time in a 12-hour format."
@@ -13251,10 +13251,6 @@
13251
13251
  "type": "(value: number) => boolean\n",
13252
13252
  "description": "Restricts which hours can be selected."
13253
13253
  },
13254
- "VTimePickerControls/color": {
13255
- "type": "string\n",
13256
- "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)."
13257
- },
13258
13254
  "VTimePickerControls/disabled": {
13259
13255
  "type": "boolean\n",
13260
13256
  "description": "Removes the ability to click or target the component."
@@ -13267,6 +13263,10 @@
13267
13263
  "type": "boolean\n",
13268
13264
  "description": "Makes the timepicker readonly."
13269
13265
  },
13266
+ "VTimePickerControls/color": {
13267
+ "type": "string\n",
13268
+ "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)."
13269
+ },
13270
13270
  "VTimePickerControls/view-mode": {
13271
13271
  "type": "'hour' | 'minute' | 'second'\n",
13272
13272
  "description": "The current view mode of the timepicker. Can be either `hour`, `minute`, or `second`."
@@ -13303,10 +13303,18 @@
13303
13303
  "type": "'am' | 'pm'\n",
13304
13304
  "description": "The current period value. either `am` or `pm`."
13305
13305
  },
13306
+ "VTimeline/density": {
13307
+ "type": "'default' | 'comfortable' | 'compact'\n",
13308
+ "description": "Adjusts the vertical height used by the component."
13309
+ },
13306
13310
  "VTimeline/tag": {
13307
13311
  "type": "string | (new () => any) | FunctionalComponent\n",
13308
13312
  "description": "Specify a custom tag used on the root element."
13309
13313
  },
13314
+ "VTimeline/theme": {
13315
+ "type": "string\n",
13316
+ "description": "Specify a theme for this component and all of its children."
13317
+ },
13310
13318
  "VTimeline/align": {
13311
13319
  "type": "'start' | 'center'\n",
13312
13320
  "description": "Places the timeline dot at the top or center of the timeline item."
@@ -13315,30 +13323,18 @@
13315
13323
  "type": "string | number\n",
13316
13324
  "description": "Sets the height and width of the component. Default unit is px. Can also use the following predefined sizes: **x-small**, **small**, **default**, **large**, and **x-large**."
13317
13325
  },
13318
- "VTimeline/theme": {
13326
+ "VTimeline/icon-color": {
13319
13327
  "type": "string\n",
13320
- "description": "Specify a theme for this component and all of its children."
13321
- },
13322
- "VTimeline/density": {
13323
- "type": "'default' | 'comfortable' | 'compact'\n",
13324
- "description": "Adjusts the vertical height used by the component."
13328
+ "description": "Color of the icon."
13325
13329
  },
13326
13330
  "VTimeline/direction": {
13327
13331
  "type": "'horizontal' | 'vertical'\n",
13328
13332
  "description": "Display timeline in a **vertical** or **horizontal** direction."
13329
13333
  },
13330
- "VTimeline/icon-color": {
13331
- "type": "string\n",
13332
- "description": "Color of the icon."
13333
- },
13334
13334
  "VTimeline/justify": {
13335
13335
  "type": "string\n",
13336
13336
  "description": "Places timeline line at the center or automatically on the left or right side."
13337
13337
  },
13338
- "VTimeline/side": {
13339
- "type": "'start' | 'end'\n",
13340
- "description": "Display all timeline items on one side of the timeline, either **start** or **end**."
13341
- },
13342
13338
  "VTimeline/line-thickness": {
13343
13339
  "type": "string | number\n",
13344
13340
  "description": "Thickness of the timeline line."
@@ -13363,22 +13359,34 @@
13363
13359
  "type": "string | number\n",
13364
13360
  "description": "Specifies the distance between the line and the dot of timeline items."
13365
13361
  },
13362
+ "VTimeline/side": {
13363
+ "type": "'end' | 'start'\n",
13364
+ "description": "Display all timeline items on one side of the timeline, either **start** or **end**."
13365
+ },
13366
13366
  "VTimeline/truncate-line": {
13367
- "type": "'start' | 'end' | 'both'\n",
13367
+ "type": "'end' | 'start' | 'both'\n",
13368
13368
  "description": "Truncate timeline directly at the **start** or **end** of the line, or on **both** ends."
13369
13369
  },
13370
- "VTimelineItem/icon": {
13371
- "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
13372
- "description": "Apply a specific icon to the inside dot using the [v-icon](/components/icons/) component."
13373
- },
13374
- "VTimelineItem/density": {
13375
- "type": "'default' | 'compact'\n",
13376
- "description": "Adjusts the vertical height used by the component."
13370
+ "VTimelineItem/tag": {
13371
+ "type": "string | (new () => any) | FunctionalComponent\n",
13372
+ "description": "Specify a custom tag used on the root element."
13377
13373
  },
13378
13374
  "VTimelineItem/height": {
13379
13375
  "type": "string | number\n",
13380
13376
  "description": "Sets the height for the component."
13381
13377
  },
13378
+ "VTimelineItem/size": {
13379
+ "type": "string | number\n",
13380
+ "description": "Size of the item dot"
13381
+ },
13382
+ "VTimelineItem/width": {
13383
+ "type": "string | number\n",
13384
+ "description": "Sets the width for the component."
13385
+ },
13386
+ "VTimelineItem/density": {
13387
+ "type": "'default' | 'compact'\n",
13388
+ "description": "Adjusts the vertical height used by the component."
13389
+ },
13382
13390
  "VTimelineItem/max-height": {
13383
13391
  "type": "string | number\n",
13384
13392
  "description": "Sets the maximum height for the component."
@@ -13395,10 +13403,6 @@
13395
13403
  "type": "string | number\n",
13396
13404
  "description": "Sets the minimum width for the component."
13397
13405
  },
13398
- "VTimelineItem/width": {
13399
- "type": "string | number\n",
13400
- "description": "Sets the width for the component."
13401
- },
13402
13406
  "VTimelineItem/elevation": {
13403
13407
  "type": "string | number\n",
13404
13408
  "description": "Designates an elevation applied to the component between 0 and 24. You can find more information on the [elevation page](/styles/elevation)."
@@ -13411,18 +13415,18 @@
13411
13415
  "type": "boolean\n",
13412
13416
  "description": "Removes any applied **border-radius** from the component."
13413
13417
  },
13414
- "VTimelineItem/tag": {
13415
- "type": "string | (new () => any) | FunctionalComponent\n",
13416
- "description": "Specify a custom tag used on the root element."
13417
- },
13418
- "VTimelineItem/size": {
13419
- "type": "string | number\n",
13420
- "description": "Size of the item dot"
13418
+ "VTimelineItem/icon": {
13419
+ "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
13420
+ "description": "Apply a specific icon to the inside dot using the [v-icon](/components/icons/) component."
13421
13421
  },
13422
13422
  "VTimelineItem/icon-color": {
13423
13423
  "type": "string\n",
13424
13424
  "description": "Color of the icon."
13425
13425
  },
13426
+ "VTimelineItem/side": {
13427
+ "type": "'start' | 'end'\n",
13428
+ "description": "Show the item either **before** or **after** the timeline. This will override the implicit ordering of items, but will in turn be overridden by the `v-timeline` **single-side** prop."
13429
+ },
13426
13430
  "VTimelineItem/dot-color": {
13427
13431
  "type": "string\n",
13428
13432
  "description": "Color of the item dot."
@@ -13443,38 +13447,26 @@
13443
13447
  "type": "string | number\n",
13444
13448
  "description": "Specifies the distance between the line and the dot of the item."
13445
13449
  },
13446
- "VTimelineItem/side": {
13447
- "type": "'end' | 'start'\n",
13448
- "description": "Show the item either **before** or **after** the timeline. This will override the implicit ordering of items, but will in turn be overridden by the `v-timeline` **single-side** prop."
13449
- },
13450
- "VToolbar/flat": {
13451
- "type": "boolean\n",
13452
- "description": "Removes the toolbar's box-shadow."
13453
- },
13454
- "VToolbar/tag": {
13455
- "type": "string | (new () => any) | FunctionalComponent\n",
13456
- "description": "Specify a custom tag used on the root element."
13457
- },
13458
13450
  "VToolbar/title": {
13459
13451
  "type": "string\n",
13460
13452
  "description": "Specify a title text for the component."
13461
13453
  },
13462
- "VToolbar/height": {
13463
- "type": "string | number\n",
13464
- "description": "Designates a specific height for the toolbar. Overrides the heights imposed by other props, e.g. **prominent**, **dense**, **extended**, etc."
13465
- },
13466
- "VToolbar/theme": {
13467
- "type": "string\n",
13468
- "description": "Specify a theme for this component and all of its children."
13454
+ "VToolbar/flat": {
13455
+ "type": "boolean\n",
13456
+ "description": "Removes the toolbar's box-shadow."
13469
13457
  },
13470
13458
  "VToolbar/border": {
13471
13459
  "type": "string | number | boolean\n",
13472
13460
  "description": "Applies utility border classes to the component. To use it, you need to omit the `border-` prefix, (for example use `border-sm` as `border=\"sm\"`). Find a list of the built-in border classes on the [borders page](/styles/borders)."
13473
13461
  },
13474
13462
  "VToolbar/density": {
13475
- "type": "'default' | 'comfortable' | 'compact' | 'prominent'\n",
13463
+ "type": "'default' | 'prominent' | 'comfortable' | 'compact'\n",
13476
13464
  "description": "Adjusts the vertical height used by the component."
13477
13465
  },
13466
+ "VToolbar/height": {
13467
+ "type": "string | number\n",
13468
+ "description": "Designates a specific height for the toolbar. Overrides the heights imposed by other props, e.g. **prominent**, **dense**, **extended**, etc."
13469
+ },
13478
13470
  "VToolbar/elevation": {
13479
13471
  "type": "string | number\n",
13480
13472
  "description": "Designates an elevation applied to the component between 0 and 24. You can find more information on the [elevation page](/styles/elevation)."
@@ -13491,6 +13483,14 @@
13491
13483
  "type": "boolean\n",
13492
13484
  "description": "Removes any applied **border-radius** from the component."
13493
13485
  },
13486
+ "VToolbar/tag": {
13487
+ "type": "string | (new () => any) | FunctionalComponent\n",
13488
+ "description": "Specify a custom tag used on the root element."
13489
+ },
13490
+ "VToolbar/theme": {
13491
+ "type": "string\n",
13492
+ "description": "Specify a theme for this component and all of its children."
13493
+ },
13494
13494
  "VToolbar/color": {
13495
13495
  "type": "string\n",
13496
13496
  "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)."
@@ -13499,50 +13499,62 @@
13499
13499
  "type": "string\n",
13500
13500
  "description": "Specifies a [v-img](/components/images) as the component's background."
13501
13501
  },
13502
- "VToolbar/floating": {
13502
+ "VToolbar/collapse": {
13503
13503
  "type": "boolean\n",
13504
- "description": "Applies **display: inline-flex** to the component."
13504
+ "description": "Puts the toolbar into a collapsed state reducing its maximum width."
13505
13505
  },
13506
13506
  "VToolbar/extended": {
13507
13507
  "type": "boolean\n",
13508
13508
  "description": "Use this prop to increase the height of the toolbar _without_ using the `extension` slot for adding content. May be used in conjunction with the **extension-height** prop, and any of the other props that affect the height of the toolbar, e.g. **prominent**, **dense**, etc., **WITH THE EXCEPTION** of **height**."
13509
13509
  },
13510
- "VToolbar/collapse": {
13511
- "type": "boolean\n",
13512
- "description": "Puts the toolbar into a collapsed state reducing its maximum width."
13513
- },
13514
13510
  "VToolbar/extension-height": {
13515
13511
  "type": "string | number\n",
13516
13512
  "description": "Specify an explicit height for the `extension` slot."
13517
13513
  },
13514
+ "VToolbar/floating": {
13515
+ "type": "boolean\n",
13516
+ "description": "Applies **display: inline-flex** to the component."
13517
+ },
13518
13518
  "VToolbarItems/color": {
13519
13519
  "type": "string\n",
13520
13520
  "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)."
13521
13521
  },
13522
13522
  "VToolbarItems/variant": {
13523
- "type": "'text' | 'flat' | 'elevated' | 'tonal' | 'outlined' | 'plain'\n",
13523
+ "type": "'flat' | 'text' | 'elevated' | 'tonal' | 'outlined' | 'plain'\n",
13524
13524
  "description": "Applies a distinct style to the component."
13525
13525
  },
13526
- "VToolbarTitle/tag": {
13527
- "type": "string | (new () => any) | FunctionalComponent\n",
13528
- "description": "Specify a custom tag used on the root element."
13529
- },
13530
13526
  "VToolbarTitle/text": {
13531
13527
  "type": "string\n",
13532
13528
  "description": "Specify content text for the component."
13533
13529
  },
13534
- "VTooltip/text": {
13535
- "type": "string\n",
13536
- "description": "Specify content text for the component."
13530
+ "VToolbarTitle/tag": {
13531
+ "type": "string | (new () => any) | FunctionalComponent\n",
13532
+ "description": "Specify a custom tag used on the root element."
13537
13533
  },
13538
- "VTooltip/model-value": {
13534
+ "VTooltip/disabled": {
13539
13535
  "type": "boolean\n",
13540
- "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
13536
+ "description": "Removes the ability to click or target the component."
13541
13537
  },
13542
13538
  "VTooltip/height": {
13543
13539
  "type": "string | number\n",
13544
13540
  "description": "Sets the height for the component."
13545
13541
  },
13542
+ "VTooltip/width": {
13543
+ "type": "string | number\n",
13544
+ "description": "Sets the width for the component."
13545
+ },
13546
+ "VTooltip/id": {
13547
+ "type": "string\n",
13548
+ "description": "HTML id attribute of the tooltip overlay. If not set, a globally unique id will be used."
13549
+ },
13550
+ "VTooltip/theme": {
13551
+ "type": "string\n",
13552
+ "description": "Specify a theme for this component and all of its children."
13553
+ },
13554
+ "VTooltip/text": {
13555
+ "type": "string\n",
13556
+ "description": "Specify content text for the component."
13557
+ },
13546
13558
  "VTooltip/max-height": {
13547
13559
  "type": "string | number\n",
13548
13560
  "description": "Sets the maximum height for the component."
@@ -13559,29 +13571,17 @@
13559
13571
  "type": "string | number\n",
13560
13572
  "description": "Sets the minimum width for the component."
13561
13573
  },
13562
- "VTooltip/width": {
13563
- "type": "string | number\n",
13564
- "description": "Sets the width for the component."
13565
- },
13566
13574
  "VTooltip/location": {
13567
13575
  "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a>\n",
13568
13576
  "description": "Specifies the anchor point for positioning the component, using directional cues to align it either horizontally, vertically, or both.."
13569
13577
  },
13570
- "VTooltip/theme": {
13571
- "type": "string\n",
13572
- "description": "Specify a theme for this component and all of its children."
13573
- },
13574
- "VTooltip/disabled": {
13578
+ "VTooltip/model-value": {
13575
13579
  "type": "boolean\n",
13576
- "description": "Removes the ability to click or target the component."
13577
- },
13578
- "VTooltip/id": {
13579
- "type": "string\n",
13580
- "description": "HTML id attribute of the tooltip overlay. If not set, a globally unique id will be used."
13580
+ "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
13581
13581
  },
13582
- "VTooltip/eager": {
13583
- "type": "boolean\n",
13584
- "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."
13582
+ "VTooltip/transition": {
13583
+ "type": "string | boolean | (TransitionProps & { component: Component })\n",
13584
+ "description": "Sets the component transition. Can be one of the [built in](/styles/transitions/) or custom transition."
13585
13585
  },
13586
13586
  "VTooltip/activator": {
13587
13587
  "type": "Element | (string & {}) | 'parent' | ComponentPublicInstance\n",
@@ -13651,6 +13651,10 @@
13651
13651
  "type": "string | number\n",
13652
13652
  "description": "Delay (in ms) after which tooltip opens (when `open-on-hover` prop is set to **true**)."
13653
13653
  },
13654
+ "VTooltip/eager": {
13655
+ "type": "boolean\n",
13656
+ "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."
13657
+ },
13654
13658
  "VTooltip/location-strategy": {
13655
13659
  "type": "'static' | 'connected' | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VOverlay/locationStrategies.ts#L38-L42\" target=\"_blank\">LocationStrategyFunction</a>\n",
13656
13660
  "description": "A function used to specifies how the component should position relative to its activator."
@@ -13664,13 +13668,9 @@
13664
13668
  "description": "Increases distance from the target. When passed as a pair of numbers, the second value shifts anchor along the side and away from the target."
13665
13669
  },
13666
13670
  "VTooltip/scroll-strategy": {
13667
- "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\">ScrollStrategyFunction</a>\n",
13671
+ "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\">ScrollStrategyFunction</a>\n",
13668
13672
  "description": "Strategy used when the component is activate and user scrolls."
13669
13673
  },
13670
- "VTooltip/transition": {
13671
- "type": "string | boolean | (TransitionProps & { component: Component })\n",
13672
- "description": "Sets the component transition. Can be one of the [built in](/styles/transitions/) or custom transition."
13673
- },
13674
13674
  "VTooltip/attach": {
13675
13675
  "type": "string | boolean | Element\n",
13676
13676
  "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."
@@ -13683,54 +13683,22 @@
13683
13683
  "type": "string\n",
13684
13684
  "description": "The search model for filtering results."
13685
13685
  },
13686
- "VTreeview/tag": {
13687
- "type": "string | (new () => any) | FunctionalComponent\n",
13688
- "description": "Specify a custom tag used on the root element."
13689
- },
13690
- "VTreeview/activated": {
13691
- "type": "any\n",
13692
- "description": "Array of ids of activated nodes."
13693
- },
13694
- "VTreeview/disabled": {
13695
- "type": "boolean\n",
13696
- "description": "Disables selection for all nodes."
13697
- },
13698
- "VTreeview/height": {
13699
- "type": "string | number\n",
13700
- "description": "Sets the height for the component."
13701
- },
13702
- "VTreeview/width": {
13703
- "type": "string | number\n",
13704
- "description": "Sets the width for the component."
13705
- },
13706
- "VTreeview/theme": {
13707
- "type": "string\n",
13708
- "description": "Specify a theme for this component and all of its children."
13709
- },
13710
- "VTreeview/items": {
13711
- "type": "unknown[]\n",
13712
- "description": "An array of items used to build the treeview."
13713
- },
13714
- "VTreeview/active-color": {
13715
- "type": "string\n",
13716
- "description": "The applied color when the component is in an active state."
13717
- },
13718
- "VTreeview/base-color": {
13719
- "type": "string\n",
13720
- "description": "Sets the color of component when not focused."
13721
- },
13722
- "VTreeview/slim": {
13723
- "type": "boolean\n",
13724
- "description": "Reduces horizontal spacing for badges, icons, tooltips, and avatars within slim list items to create a more compact visual representation."
13725
- },
13726
13686
  "VTreeview/border": {
13727
13687
  "type": "string | number | boolean\n",
13728
13688
  "description": "Applies utility border classes to the component. To use it, you need to omit the `border-` prefix, (for example use `border-sm` as `border=\"sm\"`). Find a list of the built-in border classes on the [borders page](/styles/borders)."
13729
13689
  },
13690
+ "VTreeview/model-value": {
13691
+ "type": "unknown[]\n",
13692
+ "description": "Allows one to control which nodes are selected. The array contains the values of currently selected items. It is equivalent to the `v-model:selected`"
13693
+ },
13730
13694
  "VTreeview/density": {
13731
13695
  "type": "'default' | 'comfortable' | 'compact'\n",
13732
13696
  "description": "Adjusts the vertical height used by the component."
13733
13697
  },
13698
+ "VTreeview/height": {
13699
+ "type": "string | number\n",
13700
+ "description": "Sets the height for the component."
13701
+ },
13734
13702
  "VTreeview/max-height": {
13735
13703
  "type": "string | number\n",
13736
13704
  "description": "Sets the maximum height for the component."
@@ -13747,6 +13715,10 @@
13747
13715
  "type": "string | number\n",
13748
13716
  "description": "Sets the minimum width for the component."
13749
13717
  },
13718
+ "VTreeview/width": {
13719
+ "type": "string | number\n",
13720
+ "description": "Sets the width for the component."
13721
+ },
13750
13722
  "VTreeview/elevation": {
13751
13723
  "type": "string | number\n",
13752
13724
  "description": "Designates an elevation applied to the component between 0 and 24. You can find more information on the [elevation page](/styles/elevation)."
@@ -13759,57 +13731,29 @@
13759
13731
  "type": "boolean\n",
13760
13732
  "description": "Removes any applied **border-radius** from the component."
13761
13733
  },
13734
+ "VTreeview/tag": {
13735
+ "type": "string | (new () => any) | FunctionalComponent\n",
13736
+ "description": "Specify a custom tag used on the root element."
13737
+ },
13738
+ "VTreeview/theme": {
13739
+ "type": "string\n",
13740
+ "description": "Specify a theme for this component and all of its children."
13741
+ },
13762
13742
  "VTreeview/color": {
13763
13743
  "type": "string\n",
13764
13744
  "description": "Applies specified color to the active node - 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)."
13765
13745
  },
13766
13746
  "VTreeview/variant": {
13767
- "type": "'flat' | 'text' | 'elevated' | 'tonal' | 'outlined' | 'plain'\n",
13747
+ "type": "'text' | 'flat' | 'elevated' | 'tonal' | 'outlined' | 'plain'\n",
13768
13748
  "description": "Applies a distinct style to the component."
13769
13749
  },
13770
- "VTreeview/model-value": {
13771
- "type": "unknown[]\n",
13772
- "description": "Allows one to control which nodes are selected. The array contains the values of currently selected items. It is equivalent to the `v-model:selected`"
13773
- },
13774
- "VTreeview/bg-color": {
13775
- "type": "string\n",
13776
- "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)."
13777
- },
13778
- "VTreeview/lines": {
13779
- "type": "false | 'one' | 'two' | 'three'\n",
13780
- "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."
13781
- },
13782
- "VTreeview/mandatory": {
13783
- "type": "boolean\n",
13784
- "description": "Forces at least one item to always be selected (if available)."
13785
- },
13786
- "VTreeview/open-on-click": {
13787
- "type": "boolean\n",
13788
- "description": "When `true` will cause nodes to be opened by clicking anywhere on it, instead of only opening by clicking on expand icon. When using this prop with `activatable` you will be unable to mark nodes with children as active."
13789
- },
13790
- "VTreeview/active-class": {
13791
- "type": "string\n",
13792
- "description": "The class applied to the component when it is in an active state."
13793
- },
13794
- "VTreeview/selected": {
13750
+ "VTreeview/activated": {
13795
13751
  "type": "any\n",
13796
- "description": "An array containing the values of currently selected items. Can be two-way bound with `v-model:selected`."
13797
- },
13798
- "VTreeview/indeterminate-icon": {
13799
- "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
13800
- "description": "Icon used when node is in an indeterminate state. Only visible when `selectable` is `true`."
13801
- },
13802
- "VTreeview/false-icon": {
13803
- "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
13804
- "description": "The icon used when inactive."
13805
- },
13806
- "VTreeview/true-icon": {
13807
- "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
13808
- "description": "The icon used when active."
13752
+ "description": "Array of ids of activated nodes."
13809
13753
  },
13810
- "VTreeview/value-comparator": {
13811
- "type": "(a: any, b: any) => boolean\n",
13812
- "description": "Apply a custom comparison algorithm to compare **model-value** and values contains in the **items** prop."
13754
+ "VTreeview/disabled": {
13755
+ "type": "boolean\n",
13756
+ "description": "Disables selection for all nodes."
13813
13757
  },
13814
13758
  "VTreeview/filter-mode": {
13815
13759
  "type": "'every' | 'some' | 'union' | 'intersection'\n",
@@ -13831,6 +13775,22 @@
13831
13775
  "type": "string | string[]\n",
13832
13776
  "description": "Array of specific keys to filter on the item."
13833
13777
  },
13778
+ "VTreeview/base-color": {
13779
+ "type": "string\n",
13780
+ "description": "Sets the color of component when not focused."
13781
+ },
13782
+ "VTreeview/active-color": {
13783
+ "type": "string\n",
13784
+ "description": "The applied color when the component is in an active state."
13785
+ },
13786
+ "VTreeview/active-class": {
13787
+ "type": "string\n",
13788
+ "description": "The class applied to the component when it is in an active state."
13789
+ },
13790
+ "VTreeview/bg-color": {
13791
+ "type": "string\n",
13792
+ "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)."
13793
+ },
13834
13794
  "VTreeview/expand-icon": {
13835
13795
  "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
13836
13796
  "description": "Icon used to indicate that a node can be expanded."
@@ -13839,6 +13799,14 @@
13839
13799
  "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
13840
13800
  "description": "Icon to display when the list item is expanded."
13841
13801
  },
13802
+ "VTreeview/lines": {
13803
+ "type": "false | 'one' | 'two' | 'three'\n",
13804
+ "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."
13805
+ },
13806
+ "VTreeview/slim": {
13807
+ "type": "boolean\n",
13808
+ "description": "Reduces horizontal spacing for badges, icons, tooltips, and avatars within slim list items to create a more compact visual representation."
13809
+ },
13842
13810
  "VTreeview/activatable": {
13843
13811
  "type": "boolean\n",
13844
13812
  "description": "Allows user to mark a node as active by clicking on it."
@@ -13851,14 +13819,26 @@
13851
13819
  "type": "any\n",
13852
13820
  "description": "An array containing the values of currently opened groups. Can be two-way bound with `v-model:opened`."
13853
13821
  },
13854
- "VTreeview/active-strategy": {
13855
- "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",
13856
- "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."
13857
- },
13822
+ "VTreeview/selected": {
13823
+ "type": "any\n",
13824
+ "description": "An array containing the values of currently selected items. Can be two-way bound with `v-model:selected`."
13825
+ },
13826
+ "VTreeview/mandatory": {
13827
+ "type": "boolean\n",
13828
+ "description": "Forces at least one item to always be selected (if available)."
13829
+ },
13830
+ "VTreeview/active-strategy": {
13831
+ "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",
13832
+ "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."
13833
+ },
13858
13834
  "VTreeview/select-strategy": {
13859
13835
  "type": " | 'single-leaf'\n | 'leaf'\n | 'independent'\n | 'single-independent'\n | 'classic'\n | 'trunk'\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",
13860
13836
  "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.\n- **trunk**: Same as classic but if all of a node's children are selected then only that node will be added to the model."
13861
13837
  },
13838
+ "VTreeview/items": {
13839
+ "type": "unknown[]\n",
13840
+ "description": "An array of items used to build the treeview."
13841
+ },
13862
13842
  "VTreeview/item-title": {
13863
13843
  "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L82-L86\" target=\"_blank\">SelectItemKey</a>\n",
13864
13844
  "description": "Property on supplied `items` that contains its title."
@@ -13879,10 +13859,26 @@
13879
13859
  "type": "boolean\n",
13880
13860
  "description": "When `true` will make `v-model`, `active.sync` and `open.sync` return the complete object instead of just the key."
13881
13861
  },
13862
+ "VTreeview/value-comparator": {
13863
+ "type": "(a: any, b: any) => boolean\n",
13864
+ "description": "Apply a custom comparison algorithm to compare **model-value** and values contains in the **items** prop."
13865
+ },
13866
+ "VTreeview/open-on-click": {
13867
+ "type": "boolean\n",
13868
+ "description": "When `true` will cause nodes to be opened by clicking anywhere on it, instead of only opening by clicking on expand icon. When using this prop with `activatable` you will be unable to mark nodes with children as active."
13869
+ },
13882
13870
  "VTreeview/fluid": {
13883
13871
  "type": "boolean\n",
13884
13872
  "description": "Removes indentation from nested items."
13885
13873
  },
13874
+ "VTreeview/false-icon": {
13875
+ "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
13876
+ "description": "The icon used when inactive."
13877
+ },
13878
+ "VTreeview/true-icon": {
13879
+ "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
13880
+ "description": "The icon used when active."
13881
+ },
13886
13882
  "VTreeview/open-all": {
13887
13883
  "type": "boolean\n",
13888
13884
  "description": "When `true` will cause all branch nodes to be opened when component is mounted."
@@ -13891,6 +13887,10 @@
13891
13887
  "type": "string\n",
13892
13888
  "description": "Icon used when node is in a loading state."
13893
13889
  },
13890
+ "VTreeview/indeterminate-icon": {
13891
+ "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
13892
+ "description": "Icon used when node is in an indeterminate state. Only visible when `selectable` is `true`."
13893
+ },
13894
13894
  "VTreeview/selected-color": {
13895
13895
  "type": "string\n",
13896
13896
  "description": "The color of the selection checkbox."
@@ -13899,29 +13899,37 @@
13899
13899
  "type": "(item: unknown) => Promise<void>\n",
13900
13900
  "description": "A function used when dynamically loading children. If this prop is set, then the supplied function will be run if expanding an item that has a `item-children` property that is an empty array. Supports returning a Promise."
13901
13901
  },
13902
- "VTreeviewGroup/title": {
13903
- "type": "string\n",
13904
- "description": "Specify a title text for the component."
13905
- },
13906
13902
  "VTreeviewGroup/tag": {
13907
13903
  "type": "string | (new () => any) | FunctionalComponent\n",
13908
13904
  "description": "Specify a custom tag used on the root element."
13909
13905
  },
13910
- "VTreeviewGroup/color": {
13906
+ "VTreeviewGroup/title": {
13911
13907
  "type": "string\n",
13912
- "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)."
13908
+ "description": "Specify a title text for the component."
13913
13909
  },
13914
13910
  "VTreeviewGroup/value": {
13915
13911
  "type": "any\n",
13916
13912
  "description": "Expands / Collapse the list-group."
13917
13913
  },
13914
+ "VTreeviewGroup/active-color": {
13915
+ "type": "string\n",
13916
+ "description": "The applied color when the component is in an active state."
13917
+ },
13918
13918
  "VTreeviewGroup/base-color": {
13919
13919
  "type": "string\n",
13920
13920
  "description": "Sets the color of component when not focused."
13921
13921
  },
13922
- "VTreeviewGroup/active-color": {
13922
+ "VTreeviewGroup/prepend-icon": {
13923
+ "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
13924
+ "description": "Prepends an icon to the component, uses the same syntax as `v-icon`."
13925
+ },
13926
+ "VTreeviewGroup/append-icon": {
13927
+ "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
13928
+ "description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot."
13929
+ },
13930
+ "VTreeviewGroup/color": {
13923
13931
  "type": "string\n",
13924
- "description": "The applied color when the component is in an active state."
13932
+ "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)."
13925
13933
  },
13926
13934
  "VTreeviewGroup/expand-icon": {
13927
13935
  "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
@@ -13931,85 +13939,21 @@
13931
13939
  "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
13932
13940
  "description": "Icon to display when the list item is expanded."
13933
13941
  },
13934
- "VTreeviewGroup/append-icon": {
13935
- "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
13936
- "description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot."
13937
- },
13938
- "VTreeviewGroup/prepend-icon": {
13939
- "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
13940
- "description": "Prepends an icon to the component, uses the same syntax as `v-icon`."
13941
- },
13942
13942
  "VTreeviewGroup/fluid": {
13943
13943
  "type": "boolean\n",
13944
13944
  "description": "Removes indentation from nested items."
13945
13945
  },
13946
- "VTreeviewItem/replace": {
13947
- "type": "boolean\n",
13948
- "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."
13949
- },
13950
- "VTreeviewItem/link": {
13951
- "type": "boolean\n",
13952
- "description": "Designates that the component is a link. This is automatic when using the href or to prop."
13953
- },
13954
- "VTreeviewItem/tag": {
13955
- "type": "string | (new () => any) | FunctionalComponent\n",
13956
- "description": "Specify a custom tag used on the root element."
13957
- },
13958
- "VTreeviewItem/nav": {
13959
- "type": "boolean\n",
13960
- "description": "Reduces the width of v-list-item takes and adds a border radius."
13961
- },
13962
13946
  "VTreeviewItem/title": {
13963
13947
  "type": "string | number | boolean\n",
13964
13948
  "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."
13965
13949
  },
13966
- "VTreeviewItem/disabled": {
13967
- "type": "boolean\n",
13968
- "description": "Removes the ability to click or target the component."
13969
- },
13970
- "VTreeviewItem/height": {
13971
- "type": "string | number\n",
13972
- "description": "Sets the height for the component."
13973
- },
13974
- "VTreeviewItem/value": {
13975
- "type": "any\n",
13976
- "description": "The value used for selection. Obtained from [`v-list`](/api/v-list)'s `v-model:selected` when the item is selected."
13977
- },
13978
- "VTreeviewItem/width": {
13979
- "type": "string | number\n",
13980
- "description": "Sets the width for the component."
13981
- },
13982
- "VTreeviewItem/theme": {
13983
- "type": "string\n",
13984
- "description": "Specify a theme for this component and all of its children."
13985
- },
13986
- "VTreeviewItem/active": {
13950
+ "VTreeviewItem/replace": {
13987
13951
  "type": "boolean\n",
13988
- "description": "Controls the **active** state of the item. This is typically used to highlight the component."
13989
- },
13990
- "VTreeviewItem/active-color": {
13991
- "type": "string\n",
13992
- "description": "The applied color when the component is in an active state."
13993
- },
13994
- "VTreeviewItem/base-color": {
13995
- "type": "string\n",
13996
- "description": "Sets the color of component when not focused."
13997
- },
13998
- "VTreeviewItem/prepend-icon": {
13999
- "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
14000
- "description": "Creates a [v-icon](/api/v-icon/) component in the **prepend** slot before default content."
14001
- },
14002
- "VTreeviewItem/append-icon": {
14003
- "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
14004
- "description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot."
13952
+ "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."
14005
13953
  },
14006
- "VTreeviewItem/slim": {
13954
+ "VTreeviewItem/link": {
14007
13955
  "type": "boolean\n",
14008
- "description": "Reduces the vertical padding or height of the v-treeview-item, making it more compact."
14009
- },
14010
- "VTreeviewItem/ripple": {
14011
- "type": "boolean | { class: string }\n",
14012
- "description": "Applies the [v-ripple](/directives/ripple) directive."
13956
+ "description": "Designates that the component is a link. This is automatic when using the href or to prop."
14013
13957
  },
14014
13958
  "VTreeviewItem/border": {
14015
13959
  "type": "string | number | boolean\n",
@@ -14019,6 +13963,10 @@
14019
13963
  "type": "'default' | 'comfortable' | 'compact'\n",
14020
13964
  "description": "Adjusts the vertical height used by the component."
14021
13965
  },
13966
+ "VTreeviewItem/height": {
13967
+ "type": "string | number\n",
13968
+ "description": "Sets the height for the component."
13969
+ },
14022
13970
  "VTreeviewItem/max-height": {
14023
13971
  "type": "string | number\n",
14024
13972
  "description": "Sets the maximum height for the component."
@@ -14035,14 +13983,14 @@
14035
13983
  "type": "string | number\n",
14036
13984
  "description": "Sets the minimum width for the component."
14037
13985
  },
13986
+ "VTreeviewItem/width": {
13987
+ "type": "string | number\n",
13988
+ "description": "Sets the width for the component."
13989
+ },
14038
13990
  "VTreeviewItem/elevation": {
14039
13991
  "type": "string | number\n",
14040
13992
  "description": "Designates an elevation applied to the component between 0 and 24. You can find more information on the [elevation page](/styles/elevation)."
14041
13993
  },
14042
- "VTreeviewItem/loading": {
14043
- "type": "boolean\n",
14044
- "description": "Places the v-treeview-item into a loading state."
14045
- },
14046
13994
  "VTreeviewItem/rounded": {
14047
13995
  "type": "string | number | boolean\n",
14048
13996
  "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)."
@@ -14051,37 +13999,77 @@
14051
13999
  "type": "boolean\n",
14052
14000
  "description": "Removes any applied **border-radius** from the component."
14053
14001
  },
14054
- "VTreeviewItem/href": {
14002
+ "VTreeviewItem/tag": {
14003
+ "type": "string | (new () => any) | FunctionalComponent\n",
14004
+ "description": "Specify a custom tag used on the root element."
14005
+ },
14006
+ "VTreeviewItem/theme": {
14055
14007
  "type": "string\n",
14056
- "description": "Designates the component as anchor and applies the **href** attribute."
14008
+ "description": "Specify a theme for this component and all of its children."
14009
+ },
14010
+ "VTreeviewItem/color": {
14011
+ "type": "string\n",
14012
+ "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),"
14013
+ },
14014
+ "VTreeviewItem/variant": {
14015
+ "type": "'text' | 'flat' | 'elevated' | 'tonal' | 'outlined' | 'plain'\n",
14016
+ "description": "Applies a distinct style to the component."
14017
+ },
14018
+ "VTreeviewItem/disabled": {
14019
+ "type": "boolean\n",
14020
+ "description": "Removes the ability to click or target the component."
14021
+ },
14022
+ "VTreeviewItem/value": {
14023
+ "type": "any\n",
14024
+ "description": "The value used for selection. Obtained from [`v-list`](/api/v-list)'s `v-model:selected` when the item is selected."
14057
14025
  },
14058
14026
  "VTreeviewItem/exact": {
14059
14027
  "type": "boolean\n",
14060
14028
  "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."
14061
14029
  },
14062
- "VTreeviewItem/to": {
14063
- "type": "string | RouteLocationAsRelativeGeneric | RouteLocationAsPathGeneric\n",
14064
- "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."
14030
+ "VTreeviewItem/subtitle": {
14031
+ "type": "string | number | boolean\n",
14032
+ "description": "Specify a subtitle text for the component."
14065
14033
  },
14066
- "VTreeviewItem/color": {
14034
+ "VTreeviewItem/base-color": {
14067
14035
  "type": "string\n",
14068
- "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),"
14036
+ "description": "Sets the color of component when not focused."
14069
14037
  },
14070
- "VTreeviewItem/variant": {
14071
- "type": "'flat' | 'text' | 'elevated' | 'tonal' | 'outlined' | 'plain'\n",
14072
- "description": "Applies a distinct style to the component."
14038
+ "VTreeviewItem/active-color": {
14039
+ "type": "string\n",
14040
+ "description": "The applied color when the component is in an active state."
14041
+ },
14042
+ "VTreeviewItem/active-class": {
14043
+ "type": "string\n",
14044
+ "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."
14073
14045
  },
14074
14046
  "VTreeviewItem/lines": {
14075
14047
  "type": "false | 'one' | 'two' | 'three'\n",
14076
14048
  "description": "The line declaration specifies the minimum height of the item and can also be controlled from v-list with the same prop."
14077
14049
  },
14078
- "VTreeviewItem/active-class": {
14079
- "type": "string\n",
14080
- "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."
14050
+ "VTreeviewItem/slim": {
14051
+ "type": "boolean\n",
14052
+ "description": "Reduces the vertical padding or height of the v-treeview-item, making it more compact."
14081
14053
  },
14082
- "VTreeviewItem/subtitle": {
14083
- "type": "string | number | boolean\n",
14084
- "description": "Specify a subtitle text for the component."
14054
+ "VTreeviewItem/nav": {
14055
+ "type": "boolean\n",
14056
+ "description": "Reduces the width of v-list-item takes and adds a border radius."
14057
+ },
14058
+ "VTreeviewItem/append-icon": {
14059
+ "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
14060
+ "description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot."
14061
+ },
14062
+ "VTreeviewItem/prepend-icon": {
14063
+ "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
14064
+ "description": "Creates a [v-icon](/api/v-icon/) component in the **prepend** slot before default content."
14065
+ },
14066
+ "VTreeviewItem/active": {
14067
+ "type": "boolean\n",
14068
+ "description": "Controls the **active** state of the item. This is typically used to highlight the component."
14069
+ },
14070
+ "VTreeviewItem/loading": {
14071
+ "type": "boolean\n",
14072
+ "description": "Places the v-treeview-item into a loading state."
14085
14073
  },
14086
14074
  "VTreeviewItem/append-avatar": {
14087
14075
  "type": "string\n",
@@ -14091,29 +14079,45 @@
14091
14079
  "type": "string\n",
14092
14080
  "description": "Prepends a [v-avatar](/components/avatars/) component in the **prepend** slot before default content."
14093
14081
  },
14082
+ "VTreeviewItem/ripple": {
14083
+ "type": "boolean | { class: string }\n",
14084
+ "description": "Applies the [v-ripple](/directives/ripple) directive."
14085
+ },
14086
+ "VTreeviewItem/href": {
14087
+ "type": "string\n",
14088
+ "description": "Designates the component as anchor and applies the **href** attribute."
14089
+ },
14090
+ "VTreeviewItem/to": {
14091
+ "type": "string | RouteLocationAsRelativeGeneric | RouteLocationAsPathGeneric\n",
14092
+ "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."
14093
+ },
14094
14094
  "VTreeviewItem/toggle-icon": {
14095
14095
  "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
14096
14096
  "description": "Allows customization of the icon used to toggle the expansion and collapse of treeview branches."
14097
14097
  },
14098
- "VValidation/model-value": {
14099
- "type": "unknown\n",
14100
- "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
14098
+ "VValidation/name": {
14099
+ "type": "string\n",
14100
+ "description": "Sets the component's name attribute."
14101
14101
  },
14102
14102
  "VValidation/error": {
14103
14103
  "type": "boolean\n",
14104
14104
  "description": "Puts the input in a manual error state."
14105
14105
  },
14106
- "VValidation/name": {
14106
+ "VValidation/label": {
14107
14107
  "type": "string\n",
14108
- "description": "Sets the component's name attribute."
14108
+ "description": "Sets the text of the [v-label](/api/v-label/) or [v-field-label](/api/v-field-label/) component."
14109
14109
  },
14110
14110
  "VValidation/disabled": {
14111
14111
  "type": "boolean\n",
14112
14112
  "description": "Removes the ability to click or target the component."
14113
14113
  },
14114
- "VValidation/label": {
14115
- "type": "string\n",
14116
- "description": "Sets the text of the [v-label](/api/v-label/) or [v-field-label](/api/v-field-label/) component."
14114
+ "VValidation/readonly": {
14115
+ "type": "boolean\n",
14116
+ "description": "Puts input in readonly state."
14117
+ },
14118
+ "VValidation/model-value": {
14119
+ "type": "unknown\n",
14120
+ "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
14117
14121
  },
14118
14122
  "VValidation/error-messages": {
14119
14123
  "type": "string | string[]\n",
@@ -14123,10 +14127,6 @@
14123
14127
  "type": "string | number\n",
14124
14128
  "description": "Control the maximum number of shown errors from validation."
14125
14129
  },
14126
- "VValidation/readonly": {
14127
- "type": "boolean\n",
14128
- "description": "Puts input in readonly state."
14129
- },
14130
14130
  "VValidation/rules": {
14131
14131
  "type": "(\n | string\n | boolean\n | PromiseLike<ValidationResult>\n | ((value: any) => string | false | true)\n | ((value: any) => PromiseLike<ValidationResult>)\n | [string, any, string]\n)[]\n",
14132
14132
  "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`."
@@ -14147,6 +14147,14 @@
14147
14147
  "type": "string | number\n",
14148
14148
  "description": "Height of the component as a css value/"
14149
14149
  },
14150
+ "VVirtualScroll/width": {
14151
+ "type": "string | number\n",
14152
+ "description": "Sets the width for the component."
14153
+ },
14154
+ "VVirtualScroll/items": {
14155
+ "type": "unknown[]\n",
14156
+ "description": "The array of items to display."
14157
+ },
14150
14158
  "VVirtualScroll/max-height": {
14151
14159
  "type": "string | number\n",
14152
14160
  "description": "Sets the maximum height for the component."
@@ -14163,13 +14171,9 @@
14163
14171
  "type": "string | number\n",
14164
14172
  "description": "Sets the minimum width for the component."
14165
14173
  },
14166
- "VVirtualScroll/width": {
14167
- "type": "string | number\n",
14168
- "description": "Sets the width for the component."
14169
- },
14170
- "VVirtualScroll/items": {
14171
- "type": "unknown[]\n",
14172
- "description": "The array of items to display."
14174
+ "VVirtualScroll/renderless": {
14175
+ "type": "boolean\n",
14176
+ "description": "Disables default component rendering functionality. The parent node must be [a positioned element](https://developer.mozilla.org/en-US/docs/Web/CSS/position#types_of_positioning), e.g. using `position: relative;`"
14173
14177
  },
14174
14178
  "VVirtualScroll/item-height": {
14175
14179
  "type": "string | number\n",
@@ -14179,62 +14183,58 @@
14179
14183
  "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L82-L86\" target=\"_blank\">SelectItemKey</a>\n",
14180
14184
  "description": "Should point to a property with a unique value for each item, if not set then item index will be used as a key which may result in unnecessary re-renders."
14181
14185
  },
14182
- "VVirtualScroll/renderless": {
14183
- "type": "boolean\n",
14184
- "description": "Disables default component rendering functionality. The parent node must be [a positioned element](https://developer.mozilla.org/en-US/docs/Web/CSS/position#types_of_positioning), e.g. using `position: relative;`"
14185
- },
14186
- "VWindow/tag": {
14187
- "type": "string | (new () => any) | FunctionalComponent\n",
14188
- "description": "Specify a custom tag used on the root element."
14186
+ "VWindow/model-value": {
14187
+ "type": "unknown\n",
14188
+ "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
14189
14189
  },
14190
14190
  "VWindow/reverse": {
14191
14191
  "type": "boolean\n",
14192
14192
  "description": "Reverse the normal transition direction."
14193
14193
  },
14194
- "VWindow/disabled": {
14195
- "type": "boolean\n",
14196
- "description": "Removes the ability to click or target the component."
14194
+ "VWindow/tag": {
14195
+ "type": "string | (new () => any) | FunctionalComponent\n",
14196
+ "description": "Specify a custom tag used on the root element."
14197
14197
  },
14198
14198
  "VWindow/theme": {
14199
14199
  "type": "string\n",
14200
14200
  "description": "Specify a theme for this component and all of its children."
14201
14201
  },
14202
- "VWindow/selected-class": {
14203
- "type": "string\n",
14204
- "description": "Configure the active CSS class applied when an item is selected."
14205
- },
14206
- "VWindow/model-value": {
14207
- "type": "unknown\n",
14208
- "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
14202
+ "VWindow/disabled": {
14203
+ "type": "boolean\n",
14204
+ "description": "Removes the ability to click or target the component."
14209
14205
  },
14210
14206
  "VWindow/mandatory": {
14211
14207
  "type": "boolean | 'force'\n",
14212
14208
  "description": "Forces at least one item to always be selected (if available)."
14213
14209
  },
14214
- "VWindow/next-icon": {
14215
- "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
14216
- "description": "Icon used for the \"next\" button if `show-arrows` is `true`."
14210
+ "VWindow/direction": {
14211
+ "type": "'horizontal' | 'vertical'\n",
14212
+ "description": "The transition direction when changing windows."
14217
14213
  },
14218
14214
  "VWindow/prev-icon": {
14219
14215
  "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
14220
14216
  "description": "Icon used for the \"prev\" button if `show-arrows` is `true`."
14221
14217
  },
14222
- "VWindow/continuous": {
14223
- "type": "boolean\n",
14224
- "description": "If `true`, window will \"wrap around\" from the last item to the first, and from the first item to the last."
14218
+ "VWindow/next-icon": {
14219
+ "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
14220
+ "description": "Icon used for the \"next\" button if `show-arrows` is `true`."
14221
+ },
14222
+ "VWindow/selected-class": {
14223
+ "type": "string\n",
14224
+ "description": "Configure the active CSS class applied when an item is selected."
14225
14225
  },
14226
14226
  "VWindow/show-arrows": {
14227
14227
  "type": "string | boolean\n",
14228
14228
  "description": "Display the \"next\" and \"prev\" buttons."
14229
14229
  },
14230
+ "VWindow/continuous": {
14231
+ "type": "boolean\n",
14232
+ "description": "If `true`, window will \"wrap around\" from the last item to the first, and from the first item to the last."
14233
+ },
14230
14234
  "VWindow/touch": {
14231
14235
  "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",
14232
14236
  "description": "Provide a custom **left** and **right** function when swiped left or right."
14233
14237
  },
14234
- "VWindow/direction": {
14235
- "type": "'horizontal' | 'vertical'\n",
14236
- "description": "The transition direction when changing windows."
14237
- },
14238
14238
  "VWindowItem/disabled": {
14239
14239
  "type": "boolean\n",
14240
14240
  "description": "Prevents the item from becoming active when using the \"next\" and \"prev\" buttons or the `toggle` method."
@@ -14243,20 +14243,20 @@
14243
14243
  "type": "any\n",
14244
14244
  "description": "The value used when the component is selected in a group. If not provided, a unique ID will be used."
14245
14245
  },
14246
- "VWindowItem/eager": {
14247
- "type": "boolean\n",
14248
- "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."
14246
+ "VWindowItem/selected-class": {
14247
+ "type": "string\n",
14248
+ "description": "Configure the active CSS class applied when an item is selected."
14249
14249
  },
14250
14250
  "VWindowItem/transition": {
14251
14251
  "type": "string | boolean\n",
14252
14252
  "description": "The transition used when the component progressing through items. Can be one of the [built in](/styles/transitions/) or custom transition."
14253
14253
  },
14254
+ "VWindowItem/eager": {
14255
+ "type": "boolean\n",
14256
+ "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."
14257
+ },
14254
14258
  "VWindowItem/reverse-transition": {
14255
14259
  "type": "string | boolean\n",
14256
14260
  "description": "Sets the reverse transition."
14257
- },
14258
- "VWindowItem/selected-class": {
14259
- "type": "string\n",
14260
- "description": "Configure the active CSS class applied when an item is selected."
14261
14261
  }
14262
14262
  }