@vuetify/nightly 3.8.8-master.2025-06-10 → 3.8.9-master.2025-06-11
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.
- package/CHANGELOG.md +3 -23
- package/dist/json/attributes.json +948 -948
- package/dist/json/importMap-labs.json +28 -28
- package/dist/json/importMap.json +158 -158
- package/dist/json/web-types.json +1917 -1917
- package/dist/vuetify-labs.cjs +3 -3
- package/dist/vuetify-labs.css +4483 -4483
- package/dist/vuetify-labs.d.ts +58 -58
- package/dist/vuetify-labs.esm.js +3 -3
- package/dist/vuetify-labs.js +3 -3
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.cjs +3 -3
- package/dist/vuetify.css +2721 -2721
- package/dist/vuetify.d.ts +58 -58
- package/dist/vuetify.esm.js +3 -3
- package/dist/vuetify.js +3 -3
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +3 -3
- package/lib/entry-bundler.js +1 -1
- package/lib/framework.d.ts +58 -58
- package/lib/framework.js +1 -1
- package/package.json +1 -1
@@ -2839,94 +2839,42 @@
|
|
2839
2839
|
"type": "'end' | 'start' | '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/
|
2847
|
-
"type": "string |
|
2848
|
-
"description": "
|
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/
|
2855
|
-
"type": "
|
2856
|
-
"description": "
|
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/
|
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": {
|
2866
|
+
"VColorInput/reverse": {
|
2907
2867
|
"type": "boolean\n",
|
2908
|
-
"description": "
|
2909
|
-
},
|
2910
|
-
"VColorInput/theme": {
|
2911
|
-
"type": "string\n",
|
2912
|
-
"description": "Specify a theme for this component and all of its children."
|
2913
|
-
},
|
2914
|
-
"VColorInput/base-color": {
|
2915
|
-
"type": "string\n",
|
2916
|
-
"description": "Sets the color of the input when it is not focused."
|
2917
|
-
},
|
2918
|
-
"VColorInput/bg-color": {
|
2919
|
-
"type": "string\n",
|
2920
|
-
"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)."
|
2921
|
-
},
|
2922
|
-
"VColorInput/border": {
|
2923
|
-
"type": "string | number | boolean\n",
|
2924
|
-
"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."
|
2925
2869
|
},
|
2926
2870
|
"VColorInput/density": {
|
2927
2871
|
"type": "'default' | 'comfortable' | 'compact'\n",
|
2928
2872
|
"description": "Adjusts the vertical height used by the component."
|
2929
2873
|
},
|
2874
|
+
"VColorInput/height": {
|
2875
|
+
"type": "string | number\n",
|
2876
|
+
"description": "Sets the height for the component."
|
2877
|
+
},
|
2930
2878
|
"VColorInput/max-height": {
|
2931
2879
|
"type": "string | number\n",
|
2932
2880
|
"description": "Sets the maximum height for the component."
|
@@ -2943,10 +2891,22 @@
|
|
2943
2891
|
"type": "string | number\n",
|
2944
2892
|
"description": "Sets the minimum width for the component."
|
2945
2893
|
},
|
2894
|
+
"VColorInput/width": {
|
2895
|
+
"type": "string | number\n",
|
2896
|
+
"description": "Sets the width of the color picker."
|
2897
|
+
},
|
2946
2898
|
"VColorInput/elevation": {
|
2947
2899
|
"type": "string | number\n",
|
2948
2900
|
"description": "Designates an elevation applied to the component between 0 and 24. You can find more information on the [elevation page](/styles/elevation)."
|
2949
2901
|
},
|
2902
|
+
"VColorInput/location": {
|
2903
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a>\n",
|
2904
|
+
"description": "Specifies the component's location. Can combine by using a space separated string."
|
2905
|
+
},
|
2906
|
+
"VColorInput/position": {
|
2907
|
+
"type": "'fixed' | 'static' | 'relative' | 'absolute' | 'sticky'\n",
|
2908
|
+
"description": "Sets the position for the component."
|
2909
|
+
},
|
2950
2910
|
"VColorInput/rounded": {
|
2951
2911
|
"type": "string | number | boolean\n",
|
2952
2912
|
"description": "Adds a border radius to the input."
|
@@ -2955,6 +2915,14 @@
|
|
2955
2915
|
"type": "boolean\n",
|
2956
2916
|
"description": "Removes any applied **border-radius** from the component."
|
2957
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
|
+
},
|
2958
2926
|
"VColorInput/color": {
|
2959
2927
|
"type": "string\n",
|
2960
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)."
|
@@ -2963,34 +2931,82 @@
|
|
2963
2931
|
"type": " | 'outlined'\n | 'plain'\n | 'underlined'\n | 'filled'\n | 'solo'\n | 'solo-inverted'\n | 'solo-filled'\n",
|
2964
2932
|
"description": "Applies a distinct style to the component."
|
2965
2933
|
},
|
2966
|
-
"VColorInput/
|
2967
|
-
"type": "string
|
2968
|
-
"description": "
|
2934
|
+
"VColorInput/name": {
|
2935
|
+
"type": "string\n",
|
2936
|
+
"description": "Sets the component's name attribute."
|
2969
2937
|
},
|
2970
|
-
"VColorInput/
|
2971
|
-
"type": "
|
2972
|
-
"description": "
|
2938
|
+
"VColorInput/disabled": {
|
2939
|
+
"type": "boolean\n",
|
2940
|
+
"description": "Removes the ability to click or target the input."
|
2973
2941
|
},
|
2974
|
-
"VColorInput/
|
2975
|
-
"type": "string
|
2976
|
-
"description": "
|
2942
|
+
"VColorInput/placeholder": {
|
2943
|
+
"type": "string\n",
|
2944
|
+
"description": "Sets the input’s placeholder text."
|
2977
2945
|
},
|
2978
|
-
"VColorInput/
|
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": {
|
2979
2959
|
"type": "boolean\n",
|
2980
|
-
"description": "
|
2960
|
+
"description": "Enables autofocus."
|
2981
2961
|
},
|
2982
|
-
"VColorInput/
|
2962
|
+
"VColorInput/active": {
|
2983
2963
|
"type": "boolean\n",
|
2984
|
-
"description": "
|
2964
|
+
"description": "Controls the **active** state of the item. This is typically used to highlight the component."
|
2985
2965
|
},
|
2986
|
-
"VColorInput/
|
2966
|
+
"VColorInput/base-color": {
|
2987
2967
|
"type": "string\n",
|
2988
|
-
"description": "
|
2968
|
+
"description": "Sets the color of the input when it is not focused."
|
2969
|
+
},
|
2970
|
+
"VColorInput/prepend-icon": {
|
2971
|
+
"type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
|
2972
|
+
"description": "Prepends an icon to the outside the component's input, uses the same syntax as `v-icon`."
|
2989
2973
|
},
|
2990
2974
|
"VColorInput/append-icon": {
|
2991
|
-
"type": " | string\n | (new () => any)\n | FunctionalComponent\n
|
2975
|
+
"type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
|
2992
2976
|
"description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot."
|
2993
2977
|
},
|
2978
|
+
"VColorInput/readonly": {
|
2979
|
+
"type": "boolean\n",
|
2980
|
+
"description": "Puts input in readonly state."
|
2981
|
+
},
|
2982
|
+
"VColorInput/loading": {
|
2983
|
+
"type": "string | boolean\n",
|
2984
|
+
"description": "Displays linear progress bar. Can either be a String which specifies which color is applied to the progress bar (any material color or theme color - **primary**, **secondary**, **success**, **info**, **warning**, **error**) or a Boolean which uses the component **color** (set by color prop - if it's supported by the component) or the primary color."
|
2985
|
+
},
|
2986
|
+
"VColorInput/label": {
|
2987
|
+
"type": "string\n",
|
2988
|
+
"description": "Sets the text of the [v-label](/api/v-label/) or [v-field-label](/api/v-field-label/) component."
|
2989
|
+
},
|
2990
|
+
"VColorInput/bg-color": {
|
2991
|
+
"type": "string\n",
|
2992
|
+
"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)."
|
2993
|
+
},
|
2994
|
+
"VColorInput/mode": {
|
2995
|
+
"type": "'rgb' | 'rgba' | 'hsl' | 'hsla' | 'hex' | 'hexa'\n",
|
2996
|
+
"description": "The current selected input type. Syncable with `v-model:mode`."
|
2997
|
+
},
|
2998
|
+
"VColorInput/divided": {
|
2999
|
+
"type": "boolean\n",
|
3000
|
+
"description": "Adds a divider between the header and controls."
|
3001
|
+
},
|
3002
|
+
"VColorInput/hide-header": {
|
3003
|
+
"type": "boolean\n",
|
3004
|
+
"description": "Hide the picker header."
|
3005
|
+
},
|
3006
|
+
"VColorInput/direction": {
|
3007
|
+
"type": "'horizontal' | 'vertical'\n",
|
3008
|
+
"description": "Changes the direction of the input."
|
3009
|
+
},
|
2994
3010
|
"VColorInput/center-affix": {
|
2995
3011
|
"type": "boolean\n",
|
2996
3012
|
"description": "Vertically align **appendInner**, **prependInner**, **clearIcon** and **label** in the center."
|
@@ -3003,10 +3019,6 @@
|
|
3003
3019
|
"type": "string | boolean\n",
|
3004
3020
|
"description": "Sets the color of the prepend/append icons."
|
3005
3021
|
},
|
3006
|
-
"VColorInput/prepend-icon": {
|
3007
|
-
"type": " | string\n | (new () => any)\n | FunctionalComponent\n | (string | [string, number])[]\n",
|
3008
|
-
"description": "Prepends an icon to the outside the component's input, uses the same syntax as `v-icon`."
|
3009
|
-
},
|
3010
3022
|
"VColorInput/hide-spin-buttons": {
|
3011
3023
|
"type": "boolean\n",
|
3012
3024
|
"description": "Hides spin buttons on the input when type is set to `number`."
|
@@ -3023,10 +3035,6 @@
|
|
3023
3035
|
"type": "string | string[]\n",
|
3024
3036
|
"description": "Displays a list of messages or a single message if using a string."
|
3025
3037
|
},
|
3026
|
-
"VColorInput/direction": {
|
3027
|
-
"type": "'horizontal' | 'vertical'\n",
|
3028
|
-
"description": "Changes the direction of the input."
|
3029
|
-
},
|
3030
3038
|
"VColorInput/error-messages": {
|
3031
3039
|
"type": "string | string[]\n",
|
3032
3040
|
"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."
|
@@ -3035,10 +3043,6 @@
|
|
3035
3043
|
"type": "string | number\n",
|
3036
3044
|
"description": "Control the maximum number of shown errors from validation."
|
3037
3045
|
},
|
3038
|
-
"VColorInput/readonly": {
|
3039
|
-
"type": "boolean\n",
|
3040
|
-
"description": "Puts input in readonly state."
|
3041
|
-
},
|
3042
3046
|
"VColorInput/rules": {
|
3043
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",
|
3044
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`."
|
@@ -3059,8 +3063,44 @@
|
|
3059
3063
|
"type": "boolean | 'auto'\n",
|
3060
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."
|
3061
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
|
+
},
|
3062
3102
|
"VColorInput/append-inner-icon": {
|
3063
|
-
"type": " | string\n | (new () => any)\n | FunctionalComponent\n
|
3103
|
+
"type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
|
3064
3104
|
"description": "Creates a [v-icon](/api/v-icon/) component in the **append-inner** slot."
|
3065
3105
|
},
|
3066
3106
|
"VColorInput/clearable": {
|
@@ -3068,13 +3108,9 @@
|
|
3068
3108
|
"description": "Allows for the component to be cleared."
|
3069
3109
|
},
|
3070
3110
|
"VColorInput/clear-icon": {
|
3071
|
-
"type": " | string\n | (new () => any)\n | FunctionalComponent\n
|
3111
|
+
"type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
|
3072
3112
|
"description": "The icon used when the **clearable** prop is set to true."
|
3073
3113
|
},
|
3074
|
-
"VColorInput/active": {
|
3075
|
-
"type": "boolean\n",
|
3076
|
-
"description": "Controls the **active** state of the item. This is typically used to highlight the component."
|
3077
|
-
},
|
3078
3114
|
"VColorInput/dirty": {
|
3079
3115
|
"type": "boolean\n",
|
3080
3116
|
"description": "Manually apply the dirty state styling."
|
@@ -3084,17 +3120,13 @@
|
|
3084
3120
|
"description": "Always show the clearable icon when the input is dirty (By default it only shows on hover)."
|
3085
3121
|
},
|
3086
3122
|
"VColorInput/prepend-inner-icon": {
|
3087
|
-
"type": " | string\n | (new () => any)\n | FunctionalComponent\n
|
3123
|
+
"type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
|
3088
3124
|
"description": "Creates a [v-icon](/api/v-icon/) component in the **prepend-inner** slot."
|
3089
3125
|
},
|
3090
3126
|
"VColorInput/single-line": {
|
3091
3127
|
"type": "boolean\n",
|
3092
3128
|
"description": "Label does not move on focus/dirty."
|
3093
3129
|
},
|
3094
|
-
"VColorInput/loading": {
|
3095
|
-
"type": "string | boolean\n",
|
3096
|
-
"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."
|
3097
|
-
},
|
3098
3130
|
"VColorInput/counter-value": {
|
3099
3131
|
"type": "number | ((value: any) => number)\n",
|
3100
3132
|
"description": "Function returns the counter display text."
|
@@ -3103,26 +3135,6 @@
|
|
3103
3135
|
"type": "unknown\n",
|
3104
3136
|
"description": "**FOR INTERNAL USE ONLY**"
|
3105
3137
|
},
|
3106
|
-
"VColorInput/pip": {
|
3107
|
-
"type": "boolean\n",
|
3108
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VColorInput.json))"
|
3109
|
-
},
|
3110
|
-
"VColorInput/pip-icon": {
|
3111
|
-
"type": "string\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/cancel-text": {
|
3115
|
-
"type": "string\n",
|
3116
|
-
"description": "Text for the cancel button"
|
3117
|
-
},
|
3118
|
-
"VColorInput/ok-text": {
|
3119
|
-
"type": "string\n",
|
3120
|
-
"description": "Text for the ok button"
|
3121
|
-
},
|
3122
|
-
"VColorInput/hide-actions": {
|
3123
|
-
"type": "boolean\n",
|
3124
|
-
"description": "Prevent showing the default actions buttons. Does not affect `<component :is=\"actions\" />`"
|
3125
|
-
},
|
3126
3138
|
"VColorInput/canvas-height": {
|
3127
3139
|
"type": "string | number\n",
|
3128
3140
|
"description": "Height of canvas."
|
@@ -3155,42 +3167,50 @@
|
|
3155
3167
|
"type": "string | number\n",
|
3156
3168
|
"description": "Sets the maximum height of the swatches section."
|
3157
3169
|
},
|
3158
|
-
"VColorInput/divided": {
|
3159
|
-
"type": "boolean\n",
|
3160
|
-
"description": "Adds a divider between the header and controls."
|
3161
|
-
},
|
3162
3170
|
"VColorInput/landscape": {
|
3163
3171
|
"type": "boolean\n",
|
3164
3172
|
"description": "Puts the picker into landscape mode."
|
3165
3173
|
},
|
3166
|
-
"VColorInput/hide-header": {
|
3167
|
-
"type": "boolean\n",
|
3168
|
-
"description": "Hide the picker header."
|
3169
|
-
},
|
3170
|
-
"VColorInput/position": {
|
3171
|
-
"type": "'fixed' | 'relative' | 'absolute' | 'static' | 'sticky'\n",
|
3172
|
-
"description": "Sets the position for the component."
|
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/
|
3183
|
-
"type": "
|
3184
|
-
"description": "
|
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/bg-color": {
|
3207
|
+
"type": "string\n",
|
3208
|
+
"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)."
|
3209
|
+
},
|
3210
|
+
"VColorPicker/border": {
|
3211
|
+
"type": "string | number | boolean\n",
|
3212
|
+
"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)."
|
3213
|
+
},
|
3194
3214
|
"VColorPicker/max-height": {
|
3195
3215
|
"type": "string | number\n",
|
3196
3216
|
"description": "Sets the maximum height for the component."
|
@@ -3207,61 +3227,29 @@
|
|
3207
3227
|
"type": "string | number\n",
|
3208
3228
|
"description": "Sets the minimum width for the component."
|
3209
3229
|
},
|
3210
|
-
"VColorPicker/width": {
|
3211
|
-
"type": "string | number\n",
|
3212
|
-
"description": "Sets the width of the color picker."
|
3213
|
-
},
|
3214
3230
|
"VColorPicker/elevation": {
|
3215
3231
|
"type": "string | number\n",
|
3216
3232
|
"description": "Designates an elevation applied to the component between 0 and 24. You can find more information on the [elevation page](/styles/elevation)."
|
3217
3233
|
},
|
3218
|
-
"VColorPicker/location": {
|
3219
|
-
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a>\n",
|
3220
|
-
"description": "Specifies the component's location. Can combine by using a space separated string."
|
3221
|
-
},
|
3222
|
-
"VColorPicker/position": {
|
3223
|
-
"type": "'fixed' | 'static' | 'relative' | 'absolute' | 'sticky'\n",
|
3224
|
-
"description": "Sets the position for the component."
|
3225
|
-
},
|
3226
3234
|
"VColorPicker/rounded": {
|
3227
3235
|
"type": "string | number | boolean\n",
|
3228
|
-
"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)."
|
3229
|
-
},
|
3230
|
-
"VColorPicker/tile": {
|
3231
|
-
"type": "boolean\n",
|
3232
|
-
"description": "Removes any applied **border-radius** from the component."
|
3233
|
-
},
|
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
|
-
"VColorPicker/color": {
|
3243
|
-
"type": "string\n",
|
3244
|
-
"description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors)."
|
3245
|
-
},
|
3246
|
-
"VColorPicker/disabled": {
|
3247
|
-
"type": "boolean\n",
|
3248
|
-
"description": "Removes the ability to click or target the component."
|
3249
|
-
},
|
3250
|
-
"VColorPicker/bg-color": {
|
3251
|
-
"type": "string\n",
|
3252
|
-
"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
|
-
},
|
3254
|
-
"VColorPicker/mode": {
|
3255
|
-
"type": "'rgb' | 'rgba' | 'hsl' | 'hsla' | 'hex' | 'hexa'\n",
|
3256
|
-
"description": "The current selected input type. Syncable with `v-model:mode`."
|
3236
|
+
"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)."
|
3257
3237
|
},
|
3258
|
-
"VColorPicker/
|
3238
|
+
"VColorPicker/tile": {
|
3259
3239
|
"type": "boolean\n",
|
3260
|
-
"description": "
|
3240
|
+
"description": "Removes any applied **border-radius** from the component."
|
3261
3241
|
},
|
3262
|
-
"VColorPicker/
|
3263
|
-
"type": "
|
3264
|
-
"description": "
|
3242
|
+
"VColorPicker/color": {
|
3243
|
+
"type": "string\n",
|
3244
|
+
"description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors)."
|
3245
|
+
},
|
3246
|
+
"VColorPicker/model-value": {
|
3247
|
+
"type": "string | Record<string, unknown>\n",
|
3248
|
+
"description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
|
3249
|
+
},
|
3250
|
+
"VColorPicker/location": {
|
3251
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a>\n",
|
3252
|
+
"description": "Specifies the component's location. Can combine by using a space separated string."
|
3265
3253
|
},
|
3266
3254
|
"VColorPicker/canvas-height": {
|
3267
3255
|
"type": "string | number\n",
|
@@ -3295,10 +3283,22 @@
|
|
3295
3283
|
"type": "string | number\n",
|
3296
3284
|
"description": "Sets the maximum height of the swatches section."
|
3297
3285
|
},
|
3286
|
+
"VColorPicker/divided": {
|
3287
|
+
"type": "boolean\n",
|
3288
|
+
"description": "Adds a divider between the header and controls."
|
3289
|
+
},
|
3298
3290
|
"VColorPicker/landscape": {
|
3299
3291
|
"type": "boolean\n",
|
3300
3292
|
"description": "Puts the picker into landscape mode."
|
3301
3293
|
},
|
3294
|
+
"VColorPicker/hide-header": {
|
3295
|
+
"type": "boolean\n",
|
3296
|
+
"description": "Hide the picker header."
|
3297
|
+
},
|
3298
|
+
"VColorPicker/position": {
|
3299
|
+
"type": "'fixed' | 'relative' | 'absolute' | 'static' | 'sticky'\n",
|
3300
|
+
"description": "Sets the position for the component."
|
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,6 +3503,50 @@
|
|
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
|
+
},
|
3506
3550
|
"VCombobox/auto-select-first": {
|
3507
3551
|
"type": "boolean | 'exact'\n",
|
3508
3552
|
"description": "When searching, will always highlight the first option and select it on blur. `exact` will only highlight and select exact matches."
|
@@ -3599,50 +3643,6 @@
|
|
3599
3643
|
"type": "string\n",
|
3600
3644
|
"description": "Sets color of selected items."
|
3601
3645
|
},
|
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/tag": {
|
3647
3647
|
"type": "string | (new () => any) | FunctionalComponent\n",
|
3648
3648
|
"description": "Specify a custom tag used on the root element."
|
@@ -4951,18 +4951,6 @@
|
|
4951
4951
|
"type": "boolean\n",
|
4952
4952
|
"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"
|
4953
4953
|
},
|
4954
|
-
"VDateInput/cancel-text": {
|
4955
|
-
"type": "string\n",
|
4956
|
-
"description": "Text for the cancel button"
|
4957
|
-
},
|
4958
|
-
"VDateInput/ok-text": {
|
4959
|
-
"type": "string\n",
|
4960
|
-
"description": "Text for the ok button"
|
4961
|
-
},
|
4962
|
-
"VDateInput/hide-actions": {
|
4963
|
-
"type": "boolean\n",
|
4964
|
-
"description": "Hide the Cancel and OK buttons, and automatically update the value when a date is selected."
|
4965
|
-
},
|
4966
4954
|
"VDateInput/divided": {
|
4967
4955
|
"type": "boolean\n",
|
4968
4956
|
"description": "Adds a divider between the header and controls."
|
@@ -4979,6 +4967,18 @@
|
|
4979
4967
|
"type": "'fixed' | 'relative' | 'absolute' | 'static' | 'sticky'\n",
|
4980
4968
|
"description": "Sets the position for the component."
|
4981
4969
|
},
|
4970
|
+
"VDateInput/cancel-text": {
|
4971
|
+
"type": "string\n",
|
4972
|
+
"description": "Text for the cancel button"
|
4973
|
+
},
|
4974
|
+
"VDateInput/ok-text": {
|
4975
|
+
"type": "string\n",
|
4976
|
+
"description": "Text for the ok button"
|
4977
|
+
},
|
4978
|
+
"VDateInput/hide-actions": {
|
4979
|
+
"type": "boolean\n",
|
4980
|
+
"description": "Hide the Cancel and OK buttons, and automatically update the value when a date is selected."
|
4981
|
+
},
|
4982
4982
|
"VDateInput/mobile-breakpoint": {
|
4983
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."
|
@@ -5867,6 +5867,10 @@
|
|
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
|
+
},
|
5870
5874
|
"VExpansionPanel/expand-icon": {
|
5871
5875
|
"type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
|
5872
5876
|
"description": "Icon used when the expansion panel is in a expandable state."
|
@@ -5875,10 +5879,6 @@
|
|
5875
5879
|
"type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
|
5876
5880
|
"description": "Icon used when the expansion panel is in a collapsable state."
|
5877
5881
|
},
|
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,6 +5927,10 @@
|
|
5927
5927
|
"type": "boolean | { class: string }\n",
|
5928
5928
|
"description": "Applies the [v-ripple](/directives/ripple) directive."
|
5929
5929
|
},
|
5930
|
+
"VExpansionPanelTitle/hide-actions": {
|
5931
|
+
"type": "boolean\n",
|
5932
|
+
"description": "Hide the expand icon in the content title."
|
5933
|
+
},
|
5930
5934
|
"VExpansionPanelTitle/expand-icon": {
|
5931
5935
|
"type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
|
5932
5936
|
"description": "Icon used when the expansion panel is in a expandable state."
|
@@ -5935,10 +5939,6 @@
|
|
5935
5939
|
"type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
|
5936
5940
|
"description": "Icon used when the expansion panel is in a collapsable state."
|
5937
5941
|
},
|
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,6 +6019,10 @@
|
|
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
|
+
},
|
6022
6026
|
"VExpansionPanels/expand-icon": {
|
6023
6027
|
"type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
|
6024
6028
|
"description": "Icon used when the expansion panel is in a expandable state."
|
@@ -6027,10 +6031,6 @@
|
|
6027
6031
|
"type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
|
6028
6032
|
"description": "Icon used when the expansion panel is in a collapsable state."
|
6029
6033
|
},
|
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,10 +6555,6 @@
|
|
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
|
-
},
|
6562
6558
|
"VFileInput/counter": {
|
6563
6559
|
"type": "boolean\n",
|
6564
6560
|
"description": "Displays the number of selected files."
|
@@ -6591,6 +6587,10 @@
|
|
6591
6587
|
"type": "boolean\n",
|
6592
6588
|
"description": "Label does not move on focus/dirty."
|
6593
6589
|
},
|
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)."
|
@@ -7023,26 +7023,42 @@
|
|
7023
7023
|
"type": "string | number\n",
|
7024
7024
|
"description": "Sets the component's opacity value"
|
7025
7025
|
},
|
7026
|
-
"VIconBtn/
|
7027
|
-
"type": "string |
|
7028
|
-
"description": "Specify
|
7029
|
-
},
|
7030
|
-
"VIconBtn/border": {
|
7031
|
-
"type": "string | number | boolean\n",
|
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)."
|
7026
|
+
"VIconBtn/tag": {
|
7027
|
+
"type": "string | (new () => any) | FunctionalComponent\n",
|
7028
|
+
"description": "Specify a custom tag used on the root element."
|
7033
7029
|
},
|
7034
|
-
"VIconBtn/
|
7035
|
-
"type": "
|
7036
|
-
"description": "
|
7030
|
+
"VIconBtn/disabled": {
|
7031
|
+
"type": "boolean\n",
|
7032
|
+
"description": "Removes the ability to click or target the component."
|
7037
7033
|
},
|
7038
7034
|
"VIconBtn/height": {
|
7039
7035
|
"type": "string | number\n",
|
7040
7036
|
"description": "Sets the height for the component."
|
7041
7037
|
},
|
7038
|
+
"VIconBtn/size": {
|
7039
|
+
"type": "string | number\n",
|
7040
|
+
"description": "Sets the height and width of the component."
|
7041
|
+
},
|
7042
7042
|
"VIconBtn/width": {
|
7043
7043
|
"type": "string | number\n",
|
7044
7044
|
"description": "Sets the width for the component."
|
7045
7045
|
},
|
7046
|
+
"VIconBtn/theme": {
|
7047
|
+
"type": "string\n",
|
7048
|
+
"description": "Specify a theme for this component and all of its children."
|
7049
|
+
},
|
7050
|
+
"VIconBtn/text": {
|
7051
|
+
"type": "string | number | boolean\n",
|
7052
|
+
"description": "Specify content text for the component."
|
7053
|
+
},
|
7054
|
+
"VIconBtn/active-color": {
|
7055
|
+
"type": "string\n",
|
7056
|
+
"description": "The applied color when the component is in an active state."
|
7057
|
+
},
|
7058
|
+
"VIconBtn/border": {
|
7059
|
+
"type": "string | number | boolean\n",
|
7060
|
+
"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)."
|
7061
|
+
},
|
7046
7062
|
"VIconBtn/elevation": {
|
7047
7063
|
"type": "string | number\n",
|
7048
7064
|
"description": "Designates an elevation applied to the component between 0 and 24. You can find more information on the [elevation page](/styles/elevation)."
|
@@ -7055,60 +7071,40 @@
|
|
7055
7071
|
"type": "boolean\n",
|
7056
7072
|
"description": "Removes any applied **border-radius** from the component."
|
7057
7073
|
},
|
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
|
-
},
|
7066
7074
|
"VIconBtn/color": {
|
7067
7075
|
"type": "string\n",
|
7068
7076
|
"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)."
|
7069
7077
|
},
|
7070
7078
|
"VIconBtn/variant": {
|
7071
|
-
"type": "'
|
7079
|
+
"type": "'flat' | 'text' | 'elevated' | 'tonal' | 'outlined' | 'plain'\n",
|
7072
7080
|
"description": "Applies a distinct style to the component."
|
7073
7081
|
},
|
7074
|
-
"VIconBtn/
|
7075
|
-
"type": "boolean\n",
|
7076
|
-
"description": "Removes the ability to click or target the component."
|
7077
|
-
},
|
7078
|
-
"VIconBtn/size": {
|
7082
|
+
"VIconBtn/opacity": {
|
7079
7083
|
"type": "string | number\n",
|
7080
|
-
"description": "Sets the
|
7081
|
-
},
|
7082
|
-
"VIconBtn/active": {
|
7083
|
-
"type": "boolean\n",
|
7084
|
-
"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."
|
7084
|
+
"description": "Sets the component's opacity value"
|
7085
7085
|
},
|
7086
|
-
"VIconBtn/
|
7086
|
+
"VIconBtn/icon-color": {
|
7087
7087
|
"type": "string\n",
|
7088
|
-
"description": "
|
7088
|
+
"description": "Explicit color applied to the icon."
|
7089
7089
|
},
|
7090
7090
|
"VIconBtn/readonly": {
|
7091
7091
|
"type": "boolean\n",
|
7092
7092
|
"description": "Puts the button in a readonly state. Cannot be clicked or navigated to by keyboard."
|
7093
7093
|
},
|
7094
|
+
"VIconBtn/active": {
|
7095
|
+
"type": "boolean\n",
|
7096
|
+
"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."
|
7097
|
+
},
|
7094
7098
|
"VIconBtn/loading": {
|
7095
7099
|
"type": "boolean\n",
|
7096
7100
|
"description": "Displays circular progress bar in place of the icon."
|
7097
7101
|
},
|
7098
|
-
"VIconBtn/
|
7099
|
-
"type": "string | number\n",
|
7100
|
-
"description": "
|
7101
|
-
},
|
7102
|
-
"VIconBtn/sizes": {
|
7103
|
-
"type": "['default' | 'small' | 'x-small' | 'large' | 'x-large', number][]\n",
|
7104
|
-
"description": "An array of tuples that define the button sizes for each named size."
|
7105
|
-
},
|
7106
|
-
"VIconBtn/icon-color": {
|
7107
|
-
"type": "string\n",
|
7108
|
-
"description": "Explicit color applied to the icon."
|
7102
|
+
"VIconBtn/icon": {
|
7103
|
+
"type": " | string\n | (new () => any)\n | FunctionalComponent\n | (string | [string, number])[]\n",
|
7104
|
+
"description": "Apply a specific icon using the [v-icon](/components/icons/) component."
|
7109
7105
|
},
|
7110
7106
|
"VIconBtn/base-variant": {
|
7111
|
-
"type": "'
|
7107
|
+
"type": "'flat' | 'text' | '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": "['
|
7115
|
+
"type": "['small' | 'default' | '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": "['small' | 'default' | '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
|
-
"type": " | string\n | (
|
7127
|
+
"type": " | string\n | (new () => any)\n | FunctionalComponent\n | (string | [string, number])[]\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": "'
|
7131
|
+
"type": "'flat' | 'text' | '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": {
|
@@ -7243,22 +7243,10 @@
|
|
7243
7243
|
"type": " | 'origin'\n | 'no-referrer'\n | 'no-referrer-when-downgrade'\n | 'origin-when-cross-origin'\n | 'same-origin'\n | 'strict-origin'\n | 'strict-origin-when-cross-origin'\n | 'unsafe-url'\n",
|
7244
7244
|
"description": "Define which referrer is sent when fetching the resource [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/img#referrerpolicy)"
|
7245
7245
|
},
|
7246
|
-
"VInfiniteScroll/tag": {
|
7247
|
-
"type": "string | (new () => any) | FunctionalComponent\n",
|
7248
|
-
"description": "Specify a custom tag used on the root element."
|
7249
|
-
},
|
7250
|
-
"VInfiniteScroll/mode": {
|
7251
|
-
"type": "'intersect' | 'manual'\n",
|
7252
|
-
"description": "Specifies if content should load automatically when scrolling (**intersect**) or manually (**manual**)."
|
7253
|
-
},
|
7254
7246
|
"VInfiniteScroll/height": {
|
7255
7247
|
"type": "string | number\n",
|
7256
7248
|
"description": "Sets the height for the component."
|
7257
7249
|
},
|
7258
|
-
"VInfiniteScroll/width": {
|
7259
|
-
"type": "string | number\n",
|
7260
|
-
"description": "Sets the width for the component."
|
7261
|
-
},
|
7262
7250
|
"VInfiniteScroll/max-height": {
|
7263
7251
|
"type": "string | number\n",
|
7264
7252
|
"description": "Sets the maximum height for the component."
|
@@ -7275,16 +7263,28 @@
|
|
7275
7263
|
"type": "string | number\n",
|
7276
7264
|
"description": "Sets the minimum width for the component."
|
7277
7265
|
},
|
7266
|
+
"VInfiniteScroll/width": {
|
7267
|
+
"type": "string | number\n",
|
7268
|
+
"description": "Sets the width for the component."
|
7269
|
+
},
|
7270
|
+
"VInfiniteScroll/tag": {
|
7271
|
+
"type": "string | (new () => any) | FunctionalComponent\n",
|
7272
|
+
"description": "Specify a custom tag used on the root element."
|
7273
|
+
},
|
7278
7274
|
"VInfiniteScroll/color": {
|
7279
7275
|
"type": "string\n",
|
7280
7276
|
"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)."
|
7281
7277
|
},
|
7278
|
+
"VInfiniteScroll/mode": {
|
7279
|
+
"type": "'intersect' | 'manual'\n",
|
7280
|
+
"description": "Specifies if content should load automatically when scrolling (**intersect**) or manually (**manual**)."
|
7281
|
+
},
|
7282
7282
|
"VInfiniteScroll/direction": {
|
7283
7283
|
"type": "'horizontal' | 'vertical'\n",
|
7284
7284
|
"description": "Specifies if scroller is **vertical** or **horizontal**."
|
7285
7285
|
},
|
7286
7286
|
"VInfiniteScroll/side": {
|
7287
|
-
"type": "'
|
7287
|
+
"type": "'end' | 'start' | 'both'\n",
|
7288
7288
|
"description": "Specifies the side where new content should appear. Either the **start**, **end**, or **both** sides."
|
7289
7289
|
},
|
7290
7290
|
"VInfiniteScroll/margin": {
|
@@ -7299,74 +7299,62 @@
|
|
7299
7299
|
"type": "string\n",
|
7300
7300
|
"description": "Text shown when there is no more content to load."
|
7301
7301
|
},
|
7302
|
-
"VInput/
|
7303
|
-
"type": "
|
7304
|
-
"description": "
|
7302
|
+
"VInput/name": {
|
7303
|
+
"type": "string\n",
|
7304
|
+
"description": "Sets the component's name attribute."
|
7305
7305
|
},
|
7306
7306
|
"VInput/error": {
|
7307
7307
|
"type": "boolean\n",
|
7308
7308
|
"description": "Puts the input in a manual error state."
|
7309
7309
|
},
|
7310
|
-
"VInput/
|
7311
|
-
"type": "
|
7312
|
-
"description": "
|
7313
|
-
},
|
7314
|
-
"VInput/max-width": {
|
7315
|
-
"type": "string | number\n",
|
7316
|
-
"description": "Sets the maximum width for the component."
|
7310
|
+
"VInput/label": {
|
7311
|
+
"type": "string\n",
|
7312
|
+
"description": "Sets the text of the [v-label](/api/v-label/) or [v-field-label](/api/v-field-label/) component."
|
7317
7313
|
},
|
7318
|
-
"VInput/
|
7319
|
-
"type": "
|
7320
|
-
"description": "
|
7314
|
+
"VInput/disabled": {
|
7315
|
+
"type": "boolean\n",
|
7316
|
+
"description": "Removes the ability to click or target the component."
|
7321
7317
|
},
|
7322
7318
|
"VInput/width": {
|
7323
7319
|
"type": "string | number\n",
|
7324
7320
|
"description": "Sets the width for the component."
|
7325
7321
|
},
|
7322
|
+
"VInput/id": {
|
7323
|
+
"type": "string\n",
|
7324
|
+
"description": "Sets the DOM id on the component."
|
7325
|
+
},
|
7326
7326
|
"VInput/theme": {
|
7327
7327
|
"type": "string\n",
|
7328
7328
|
"description": "Specify a theme for this component and all of its children."
|
7329
7329
|
},
|
7330
|
-
"VInput/color": {
|
7330
|
+
"VInput/base-color": {
|
7331
7331
|
"type": "string\n",
|
7332
|
-
"description": "
|
7332
|
+
"description": "Sets the color of the input when it is not focused."
|
7333
7333
|
},
|
7334
|
-
"VInput/
|
7335
|
-
"type": "
|
7336
|
-
"description": "
|
7334
|
+
"VInput/density": {
|
7335
|
+
"type": "'default' | 'comfortable' | 'compact'\n",
|
7336
|
+
"description": "Adjusts the vertical height used by the component."
|
7337
7337
|
},
|
7338
|
-
"VInput/
|
7339
|
-
"type": "
|
7340
|
-
"description": "
|
7338
|
+
"VInput/max-width": {
|
7339
|
+
"type": "string | number\n",
|
7340
|
+
"description": "Sets the maximum width for the component."
|
7341
7341
|
},
|
7342
|
-
"VInput/
|
7343
|
-
"type": "string\n",
|
7344
|
-
"description": "Sets the
|
7342
|
+
"VInput/min-width": {
|
7343
|
+
"type": "string | number\n",
|
7344
|
+
"description": "Sets the minimum width for the component."
|
7345
7345
|
},
|
7346
|
-
"VInput/
|
7346
|
+
"VInput/color": {
|
7347
7347
|
"type": "string\n",
|
7348
|
-
"description": "
|
7348
|
+
"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)."
|
7349
7349
|
},
|
7350
|
-
"VInput/
|
7351
|
-
"type": "
|
7352
|
-
"description": "
|
7350
|
+
"VInput/model-value": {
|
7351
|
+
"type": "unknown\n",
|
7352
|
+
"description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
|
7353
7353
|
},
|
7354
7354
|
"VInput/append-icon": {
|
7355
|
-
"type": " | string\n | (
|
7355
|
+
"type": " | string\n | (new () => any)\n | FunctionalComponent\n | (string | [string, number])[]\n",
|
7356
7356
|
"description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot."
|
7357
7357
|
},
|
7358
|
-
"VInput/readonly": {
|
7359
|
-
"type": "boolean\n",
|
7360
|
-
"description": "Puts input in readonly state."
|
7361
|
-
},
|
7362
|
-
"VInput/label": {
|
7363
|
-
"type": "string\n",
|
7364
|
-
"description": "Sets the text of the [v-label](/api/v-label/) or [v-field-label](/api/v-field-label/) component."
|
7365
|
-
},
|
7366
|
-
"VInput/direction": {
|
7367
|
-
"type": "'horizontal' | 'vertical'\n",
|
7368
|
-
"description": "Changes the direction of the input."
|
7369
|
-
},
|
7370
7358
|
"VInput/center-affix": {
|
7371
7359
|
"type": "boolean\n",
|
7372
7360
|
"description": "Vertically align **appendInner**, **prependInner**, **clearIcon** and **label** in the center."
|
@@ -7379,6 +7367,10 @@
|
|
7379
7367
|
"type": "string | boolean\n",
|
7380
7368
|
"description": "Sets the color of the prepend/append icons."
|
7381
7369
|
},
|
7370
|
+
"VInput/prepend-icon": {
|
7371
|
+
"type": " | string\n | (new () => any)\n | FunctionalComponent\n | (string | [string, number])[]\n",
|
7372
|
+
"description": "Prepends an icon to the component, uses the same syntax as `v-icon`."
|
7373
|
+
},
|
7382
7374
|
"VInput/hide-spin-buttons": {
|
7383
7375
|
"type": "boolean\n",
|
7384
7376
|
"description": "Hides spin buttons on the input when type is set to `number`."
|
@@ -7395,6 +7387,10 @@
|
|
7395
7387
|
"type": "string | string[]\n",
|
7396
7388
|
"description": "Displays a list of messages or a single message if using a string."
|
7397
7389
|
},
|
7390
|
+
"VInput/direction": {
|
7391
|
+
"type": "'horizontal' | 'vertical'\n",
|
7392
|
+
"description": "Changes the direction of the input."
|
7393
|
+
},
|
7398
7394
|
"VInput/error-messages": {
|
7399
7395
|
"type": "string | string[]\n",
|
7400
7396
|
"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."
|
@@ -7403,6 +7399,10 @@
|
|
7403
7399
|
"type": "string | number\n",
|
7404
7400
|
"description": "Control the maximum number of shown errors from validation."
|
7405
7401
|
},
|
7402
|
+
"VInput/readonly": {
|
7403
|
+
"type": "boolean\n",
|
7404
|
+
"description": "Puts input in readonly state."
|
7405
|
+
},
|
7406
7406
|
"VInput/rules": {
|
7407
7407
|
"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",
|
7408
7408
|
"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`."
|
@@ -7471,30 +7471,18 @@
|
|
7471
7471
|
"type": "string\n",
|
7472
7472
|
"description": "Specify a custom tag used on the root element."
|
7473
7473
|
},
|
7474
|
-
"VLabel/text": {
|
7475
|
-
"type": "string\n",
|
7476
|
-
"description": "Specify content text for the component."
|
7477
|
-
},
|
7478
7474
|
"VLabel/theme": {
|
7479
7475
|
"type": "string\n",
|
7480
7476
|
"description": "Specify a theme for this component and all of its children."
|
7481
7477
|
},
|
7478
|
+
"VLabel/text": {
|
7479
|
+
"type": "string\n",
|
7480
|
+
"description": "Specify content text for the component."
|
7481
|
+
},
|
7482
7482
|
"VLayout/height": {
|
7483
7483
|
"type": "string | number\n",
|
7484
7484
|
"description": "Sets the height for the component."
|
7485
7485
|
},
|
7486
|
-
"VLayout/width": {
|
7487
|
-
"type": "string | number\n",
|
7488
|
-
"description": "Sets the width for the component."
|
7489
|
-
},
|
7490
|
-
"VLayout/full-height": {
|
7491
|
-
"type": "boolean\n",
|
7492
|
-
"description": "Sets the component height to 100%."
|
7493
|
-
},
|
7494
|
-
"VLayout/overlaps": {
|
7495
|
-
"type": "string[]\n",
|
7496
|
-
"description": "**FOR INTERNAL USE ONLY**"
|
7497
|
-
},
|
7498
7486
|
"VLayout/max-height": {
|
7499
7487
|
"type": "string | number\n",
|
7500
7488
|
"description": "Sets the maximum height for the component."
|
@@ -7511,17 +7499,17 @@
|
|
7511
7499
|
"type": "string | number\n",
|
7512
7500
|
"description": "Sets the minimum width for the component."
|
7513
7501
|
},
|
7514
|
-
"
|
7515
|
-
"type": "
|
7516
|
-
"description": "
|
7517
|
-
},
|
7518
|
-
"VLayoutItem/position": {
|
7519
|
-
"type": "'top' | 'bottom' | 'left' | 'right'\n",
|
7520
|
-
"description": "The position of the item."
|
7502
|
+
"VLayout/width": {
|
7503
|
+
"type": "string | number\n",
|
7504
|
+
"description": "Sets the width for the component."
|
7521
7505
|
},
|
7522
|
-
"
|
7506
|
+
"VLayout/full-height": {
|
7523
7507
|
"type": "boolean\n",
|
7524
|
-
"description": "
|
7508
|
+
"description": "Sets the component height to 100%."
|
7509
|
+
},
|
7510
|
+
"VLayout/overlaps": {
|
7511
|
+
"type": "string[]\n",
|
7512
|
+
"description": "**FOR INTERNAL USE ONLY**"
|
7525
7513
|
},
|
7526
7514
|
"VLayoutItem/name": {
|
7527
7515
|
"type": "string\n",
|
@@ -7531,22 +7519,30 @@
|
|
7531
7519
|
"type": "string | number\n",
|
7532
7520
|
"description": "Sets the height and width of the component."
|
7533
7521
|
},
|
7522
|
+
"VLayoutItem/absolute": {
|
7523
|
+
"type": "boolean\n",
|
7524
|
+
"description": "Applies **position: absolute** to the component."
|
7525
|
+
},
|
7526
|
+
"VLayoutItem/model-value": {
|
7527
|
+
"type": "boolean\n",
|
7528
|
+
"description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
|
7529
|
+
},
|
7530
|
+
"VLayoutItem/position": {
|
7531
|
+
"type": "'top' | 'left' | 'right' | 'bottom'\n",
|
7532
|
+
"description": "The position of the item."
|
7533
|
+
},
|
7534
7534
|
"VLayoutItem/order": {
|
7535
7535
|
"type": "string | number\n",
|
7536
7536
|
"description": "Adjust the order of the component in relation to its registration order."
|
7537
7537
|
},
|
7538
|
-
"VLazy/
|
7539
|
-
"type": "
|
7540
|
-
"description": "
|
7538
|
+
"VLazy/model-value": {
|
7539
|
+
"type": "boolean\n",
|
7540
|
+
"description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
|
7541
7541
|
},
|
7542
7542
|
"VLazy/height": {
|
7543
7543
|
"type": "string | number\n",
|
7544
7544
|
"description": "Sets the height for the component."
|
7545
7545
|
},
|
7546
|
-
"VLazy/width": {
|
7547
|
-
"type": "string | number\n",
|
7548
|
-
"description": "Sets the width for the component."
|
7549
|
-
},
|
7550
7546
|
"VLazy/max-height": {
|
7551
7547
|
"type": "string | number\n",
|
7552
7548
|
"description": "Sets the maximum height for the component."
|
@@ -7563,9 +7559,13 @@
|
|
7563
7559
|
"type": "string | number\n",
|
7564
7560
|
"description": "Sets the minimum width for the component."
|
7565
7561
|
},
|
7566
|
-
"VLazy/
|
7567
|
-
"type": "
|
7568
|
-
"description": "
|
7562
|
+
"VLazy/width": {
|
7563
|
+
"type": "string | number\n",
|
7564
|
+
"description": "Sets the width for the component."
|
7565
|
+
},
|
7566
|
+
"VLazy/tag": {
|
7567
|
+
"type": "string | (new () => any) | FunctionalComponent\n",
|
7568
|
+
"description": "Specify a custom tag used on the root element."
|
7569
7569
|
},
|
7570
7570
|
"VLazy/transition": {
|
7571
7571
|
"type": "string | boolean | (TransitionProps & { component: Component })\n",
|
@@ -7575,14 +7575,14 @@
|
|
7575
7575
|
"type": "IntersectionObserverInit\n",
|
7576
7576
|
"description": "Options that are passed to the [Intersection observer](https://developer.mozilla.org/en-US/docs/Web/API/Intersection_Observer_API) constructor."
|
7577
7577
|
},
|
7578
|
-
"VLigatureIcon/icon": {
|
7579
|
-
"type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
|
7580
|
-
"description": "Apply a specific icon using the [v-icon](/components/icons/) component."
|
7581
|
-
},
|
7582
7578
|
"VLigatureIcon/tag": {
|
7583
7579
|
"type": "string | (new () => any) | FunctionalComponent\n",
|
7584
7580
|
"description": "Specify a custom tag used on the root element."
|
7585
7581
|
},
|
7582
|
+
"VLigatureIcon/icon": {
|
7583
|
+
"type": " | string\n | (new () => any)\n | FunctionalComponent\n | (string | [string, number])[]\n",
|
7584
|
+
"description": "Apply a specific icon using the [v-icon](/components/icons/) component."
|
7585
|
+
},
|
7586
7586
|
"VList/border": {
|
7587
7587
|
"type": "string | number | boolean\n",
|
7588
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)."
|
@@ -8295,6 +8295,10 @@
|
|
8295
8295
|
"type": "number | 'xs' | 'sm' | 'md' | 'lg' | 'xl' | 'xxl'\n",
|
8296
8296
|
"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."
|
8297
8297
|
},
|
8298
|
+
"VNavigationDrawer/order": {
|
8299
|
+
"type": "string | number\n",
|
8300
|
+
"description": "Adjust the order of the component in relation to its registration order."
|
8301
|
+
},
|
8298
8302
|
"VNavigationDrawer/disable-resize-watcher": {
|
8299
8303
|
"type": "boolean\n",
|
8300
8304
|
"description": "Prevents the automatic opening or closing of the drawer when resized, based on whether the device is mobile or desktop."
|
@@ -8331,10 +8335,6 @@
|
|
8331
8335
|
"type": "boolean\n",
|
8332
8336
|
"description": "Disable mobile touch functionality."
|
8333
8337
|
},
|
8334
|
-
"VNavigationDrawer/order": {
|
8335
|
-
"type": "string | number\n",
|
8336
|
-
"description": "Adjust the order of the component in relation to its registration order."
|
8337
|
-
},
|
8338
8338
|
"VNumberInput/flat": {
|
8339
8339
|
"type": "boolean\n",
|
8340
8340
|
"description": "Removes box shadow when using a variant with elevation."
|
@@ -11551,6 +11551,10 @@
|
|
11551
11551
|
"type": "(string | Record<string, any>)[]\n",
|
11552
11552
|
"description": "An array of strings or objects used for automatically generating children components."
|
11553
11553
|
},
|
11554
|
+
"VStepper/hide-actions": {
|
11555
|
+
"type": "boolean\n",
|
11556
|
+
"description": "Hide actions bar (prev and next buttons)."
|
11557
|
+
},
|
11554
11558
|
"VStepper/item-title": {
|
11555
11559
|
"type": "string\n",
|
11556
11560
|
"description": "Property on supplied `items` that contains its title."
|
@@ -11559,10 +11563,6 @@
|
|
11559
11563
|
"type": "string\n",
|
11560
11564
|
"description": "Property on supplied `items` that contains its value."
|
11561
11565
|
},
|
11562
|
-
"VStepper/hide-actions": {
|
11563
|
-
"type": "boolean\n",
|
11564
|
-
"description": "Hide actions bar (prev and next buttons)."
|
11565
|
-
},
|
11566
11566
|
"VStepper/alt-labels": {
|
11567
11567
|
"type": "boolean\n",
|
11568
11568
|
"description": "Places the labels beneath the step."
|
@@ -11615,21 +11615,13 @@
|
|
11615
11615
|
"type": "string\n",
|
11616
11616
|
"description": "Specify a custom tag used on the root element."
|
11617
11617
|
},
|
11618
|
-
"VStepperItem/title": {
|
11619
|
-
"type": "string\n",
|
11620
|
-
"description": "Specify a title text for the component."
|
11621
|
-
},
|
11622
|
-
"VStepperItem/icon": {
|
11623
|
-
"type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
|
11624
|
-
"description": "Apply a specific icon using the [v-icon](/components/icons/) component."
|
11625
|
-
},
|
11626
11618
|
"VStepperItem/error": {
|
11627
11619
|
"type": "boolean\n",
|
11628
11620
|
"description": "Puts the stepper item in a manual error state."
|
11629
11621
|
},
|
11630
|
-
"VStepperItem/
|
11622
|
+
"VStepperItem/title": {
|
11631
11623
|
"type": "string\n",
|
11632
|
-
"description": "
|
11624
|
+
"description": "Specify a title text for the component."
|
11633
11625
|
},
|
11634
11626
|
"VStepperItem/disabled": {
|
11635
11627
|
"type": "boolean\n",
|
@@ -11639,42 +11631,50 @@
|
|
11639
11631
|
"type": "any\n",
|
11640
11632
|
"description": "The value used when the component is selected in a group. If not provided, a unique ID will be used."
|
11641
11633
|
},
|
11642
|
-
"VStepperItem/ripple": {
|
11643
|
-
"type": "boolean | { class: string }\n",
|
11644
|
-
"description": "Applies the [v-ripple](/directives/ripple) directive."
|
11645
|
-
},
|
11646
|
-
"VStepperItem/selected-class": {
|
11647
|
-
"type": "string\n",
|
11648
|
-
"description": "Configure the active CSS class applied when an item is selected."
|
11649
|
-
},
|
11650
11634
|
"VStepperItem/subtitle": {
|
11651
11635
|
"type": "string\n",
|
11652
11636
|
"description": "Specify a subtitle text for the component."
|
11653
11637
|
},
|
11638
|
+
"VStepperItem/color": {
|
11639
|
+
"type": "string\n",
|
11640
|
+
"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)."
|
11641
|
+
},
|
11654
11642
|
"VStepperItem/rules": {
|
11655
11643
|
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VStepper/VStepperItem.tsx#L43-L43\" target=\"_blank\">ValidationRule</a>[]\n",
|
11656
11644
|
"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`."
|
11657
11645
|
},
|
11658
|
-
"VStepperItem/
|
11659
|
-
"type": " | string\n | (
|
11660
|
-
"description": "
|
11646
|
+
"VStepperItem/icon": {
|
11647
|
+
"type": " | string\n | (new () => any)\n | FunctionalComponent\n | (string | [string, number])[]\n",
|
11648
|
+
"description": "Apply a specific icon using the [v-icon](/components/icons/) component."
|
11661
11649
|
},
|
11662
|
-
"VStepperItem/
|
11663
|
-
"type": "
|
11664
|
-
"description": "
|
11650
|
+
"VStepperItem/selected-class": {
|
11651
|
+
"type": "string\n",
|
11652
|
+
"description": "Configure the active CSS class applied when an item is selected."
|
11653
|
+
},
|
11654
|
+
"VStepperItem/ripple": {
|
11655
|
+
"type": "boolean | { class: string }\n",
|
11656
|
+
"description": "Applies the [v-ripple](/directives/ripple) directive."
|
11657
|
+
},
|
11658
|
+
"VStepperItem/complete": {
|
11659
|
+
"type": "boolean\n",
|
11660
|
+
"description": "Marks step as complete."
|
11661
|
+
},
|
11662
|
+
"VStepperItem/complete-icon": {
|
11663
|
+
"type": " | string\n | (new () => any)\n | FunctionalComponent\n | (string | [string, number])[]\n",
|
11664
|
+
"description": "Icon to display when step is marked as completed."
|
11665
11665
|
},
|
11666
11666
|
"VStepperItem/editable": {
|
11667
11667
|
"type": "boolean\n",
|
11668
11668
|
"description": "Marks step as editable."
|
11669
11669
|
},
|
11670
|
+
"VStepperItem/edit-icon": {
|
11671
|
+
"type": " | string\n | (new () => any)\n | FunctionalComponent\n | (string | [string, number])[]\n",
|
11672
|
+
"description": "Icon to display when step is editable."
|
11673
|
+
},
|
11670
11674
|
"VStepperItem/error-icon": {
|
11671
|
-
"type": " | string\n | (
|
11675
|
+
"type": " | string\n | (new () => any)\n | FunctionalComponent\n | (string | [string, number])[]\n",
|
11672
11676
|
"description": "Icon to display when step has an error."
|
11673
11677
|
},
|
11674
|
-
"VStepperItem/complete": {
|
11675
|
-
"type": "boolean\n",
|
11676
|
-
"description": "Marks step as complete."
|
11677
|
-
},
|
11678
11678
|
"VStepperVertical/flat": {
|
11679
11679
|
"type": "boolean\n",
|
11680
11680
|
"description": "Removes the expansion-panel's elevation and borders."
|
@@ -11787,26 +11787,26 @@
|
|
11787
11787
|
"type": "string\n",
|
11788
11788
|
"description": "The text used for the Next button."
|
11789
11789
|
},
|
11790
|
-
"VStepperVertical/alt-labels": {
|
11791
|
-
"type": "boolean\n",
|
11792
|
-
"description": "Places the labels beneath the step."
|
11793
|
-
},
|
11794
11790
|
"VStepperVertical/complete-icon": {
|
11795
11791
|
"type": " | string\n | (new () => any)\n | FunctionalComponent\n | (string | [string, number])[]\n",
|
11796
11792
|
"description": "Icon to display when step is marked as completed."
|
11797
11793
|
},
|
11798
|
-
"VStepperVertical/edit-icon": {
|
11799
|
-
"type": " | string\n | (new () => any)\n | FunctionalComponent\n | (string | [string, number])[]\n",
|
11800
|
-
"description": "Icon to display when step is editable."
|
11801
|
-
},
|
11802
11794
|
"VStepperVertical/editable": {
|
11803
11795
|
"type": "boolean\n",
|
11804
11796
|
"description": "Marks step as editable."
|
11805
11797
|
},
|
11798
|
+
"VStepperVertical/edit-icon": {
|
11799
|
+
"type": " | string\n | (new () => any)\n | FunctionalComponent\n | (string | [string, number])[]\n",
|
11800
|
+
"description": "Icon to display when step is editable."
|
11801
|
+
},
|
11806
11802
|
"VStepperVertical/error-icon": {
|
11807
11803
|
"type": " | string\n | (new () => any)\n | FunctionalComponent\n | (string | [string, number])[]\n",
|
11808
11804
|
"description": "Icon to display when step has an error."
|
11809
11805
|
},
|
11806
|
+
"VStepperVertical/alt-labels": {
|
11807
|
+
"type": "boolean\n",
|
11808
|
+
"description": "Places the labels beneath the step."
|
11809
|
+
},
|
11810
11810
|
"VStepperVertical/non-linear": {
|
11811
11811
|
"type": "boolean\n",
|
11812
11812
|
"description": "Allow user to jump to any step."
|
@@ -11831,25 +11831,57 @@
|
|
11831
11831
|
"type": "string\n",
|
11832
11832
|
"description": "The text used for the Next button."
|
11833
11833
|
},
|
11834
|
+
"VStepperVerticalItem/tag": {
|
11835
|
+
"type": "string | (new () => any) | FunctionalComponent\n",
|
11836
|
+
"description": "Specify a custom tag used on the root element."
|
11837
|
+
},
|
11838
|
+
"VStepperVerticalItem/error": {
|
11839
|
+
"type": "boolean\n",
|
11840
|
+
"description": "Puts the stepper item in a manual error state."
|
11841
|
+
},
|
11834
11842
|
"VStepperVerticalItem/title": {
|
11835
11843
|
"type": "string\n",
|
11836
11844
|
"description": "Specify a title text for the component."
|
11837
11845
|
},
|
11846
|
+
"VStepperVerticalItem/disabled": {
|
11847
|
+
"type": "boolean\n",
|
11848
|
+
"description": "Disables the expansion-panel content."
|
11849
|
+
},
|
11850
|
+
"VStepperVerticalItem/height": {
|
11851
|
+
"type": "string | number\n",
|
11852
|
+
"description": "Sets the height for the component."
|
11853
|
+
},
|
11854
|
+
"VStepperVerticalItem/value": {
|
11855
|
+
"type": "any\n",
|
11856
|
+
"description": "Controls the opened/closed state of content."
|
11857
|
+
},
|
11858
|
+
"VStepperVerticalItem/width": {
|
11859
|
+
"type": "string | number\n",
|
11860
|
+
"description": "Sets the width for the component."
|
11861
|
+
},
|
11838
11862
|
"VStepperVerticalItem/text": {
|
11839
11863
|
"type": "string\n",
|
11840
11864
|
"description": "Specify content text for the component."
|
11841
11865
|
},
|
11842
|
-
"VStepperVerticalItem/
|
11843
|
-
"type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
|
11844
|
-
"description": "Apply a specific icon using the [v-icon](/components/icons/) component."
|
11845
|
-
},
|
11846
|
-
"VStepperVerticalItem/error": {
|
11866
|
+
"VStepperVerticalItem/eager": {
|
11847
11867
|
"type": "boolean\n",
|
11848
|
-
"description": "
|
11868
|
+
"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."
|
11849
11869
|
},
|
11850
|
-
"VStepperVerticalItem/
|
11851
|
-
"type": "string
|
11852
|
-
"description": "
|
11870
|
+
"VStepperVerticalItem/subtitle": {
|
11871
|
+
"type": "string\n",
|
11872
|
+
"description": "Specify a subtitle text for the component."
|
11873
|
+
},
|
11874
|
+
"VStepperVerticalItem/bg-color": {
|
11875
|
+
"type": "string\n",
|
11876
|
+
"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)."
|
11877
|
+
},
|
11878
|
+
"VStepperVerticalItem/expand-icon": {
|
11879
|
+
"type": " | string\n | (new () => any)\n | FunctionalComponent\n | (string | [string, number])[]\n",
|
11880
|
+
"description": "Icon used when the expansion panel is in a expandable state."
|
11881
|
+
},
|
11882
|
+
"VStepperVerticalItem/collapse-icon": {
|
11883
|
+
"type": " | string\n | (new () => any)\n | FunctionalComponent\n | (string | [string, number])[]\n",
|
11884
|
+
"description": "Icon used when the expansion panel is in a collapsable state."
|
11853
11885
|
},
|
11854
11886
|
"VStepperVerticalItem/max-height": {
|
11855
11887
|
"type": "string | number\n",
|
@@ -11867,18 +11899,10 @@
|
|
11867
11899
|
"type": "string | number\n",
|
11868
11900
|
"description": "Sets the minimum width for the component."
|
11869
11901
|
},
|
11870
|
-
"VStepperVerticalItem/width": {
|
11871
|
-
"type": "string | number\n",
|
11872
|
-
"description": "Sets the width for the component."
|
11873
|
-
},
|
11874
11902
|
"VStepperVerticalItem/elevation": {
|
11875
11903
|
"type": "string | number\n",
|
11876
11904
|
"description": "Designates an elevation applied to the component between 0 and 24. You can find more information on the [elevation page](/styles/elevation)."
|
11877
11905
|
},
|
11878
|
-
"VStepperVerticalItem/static": {
|
11879
|
-
"type": "boolean\n",
|
11880
|
-
"description": "Remove title size expansion when selected."
|
11881
|
-
},
|
11882
11906
|
"VStepperVerticalItem/rounded": {
|
11883
11907
|
"type": "string | number | boolean\n",
|
11884
11908
|
"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)."
|
@@ -11887,114 +11911,90 @@
|
|
11887
11911
|
"type": "boolean\n",
|
11888
11912
|
"description": "Removes any applied **border-radius** from the component."
|
11889
11913
|
},
|
11890
|
-
"VStepperVerticalItem/tag": {
|
11891
|
-
"type": "string | (new () => any) | FunctionalComponent\n",
|
11892
|
-
"description": "Specify a custom tag used on the root element."
|
11893
|
-
},
|
11894
11914
|
"VStepperVerticalItem/color": {
|
11895
11915
|
"type": "string\n",
|
11896
11916
|
"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)."
|
11897
11917
|
},
|
11898
|
-
"VStepperVerticalItem/
|
11918
|
+
"VStepperVerticalItem/static": {
|
11899
11919
|
"type": "boolean\n",
|
11900
|
-
"description": "
|
11901
|
-
},
|
11902
|
-
"VStepperVerticalItem/value": {
|
11903
|
-
"type": "any\n",
|
11904
|
-
"description": "Controls the opened/closed state of content."
|
11920
|
+
"description": "Remove title size expansion when selected."
|
11905
11921
|
},
|
11906
11922
|
"VStepperVerticalItem/readonly": {
|
11907
11923
|
"type": "boolean\n",
|
11908
11924
|
"description": "Makes the expansion panel content read only."
|
11909
11925
|
},
|
11910
|
-
"VStepperVerticalItem/ripple": {
|
11911
|
-
"type": "boolean | { class: string }\n",
|
11912
|
-
"description": "Applies the [v-ripple](/directives/ripple) directive."
|
11913
|
-
},
|
11914
|
-
"VStepperVerticalItem/selected-class": {
|
11915
|
-
"type": "string\n",
|
11916
|
-
"description": "Configure the active CSS class applied when an item is selected."
|
11917
|
-
},
|
11918
|
-
"VStepperVerticalItem/bg-color": {
|
11919
|
-
"type": "string\n",
|
11920
|
-
"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)."
|
11921
|
-
},
|
11922
|
-
"VStepperVerticalItem/eager": {
|
11923
|
-
"type": "boolean\n",
|
11924
|
-
"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."
|
11925
|
-
},
|
11926
|
-
"VStepperVerticalItem/subtitle": {
|
11927
|
-
"type": "string\n",
|
11928
|
-
"description": "Specify a subtitle text for the component."
|
11929
|
-
},
|
11930
11926
|
"VStepperVerticalItem/rules": {
|
11931
11927
|
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VStepper/VStepperItem.tsx#L43-L43\" target=\"_blank\">ValidationRule</a>[]\n",
|
11932
11928
|
"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`."
|
11933
11929
|
},
|
11934
|
-
"VStepperVerticalItem/
|
11935
|
-
"type": " | string\n | (
|
11936
|
-
"description": "
|
11937
|
-
},
|
11938
|
-
"VStepperVerticalItem/collapse-icon": {
|
11939
|
-
"type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
|
11940
|
-
"description": "Icon used when the expansion panel is in a collapsable state."
|
11930
|
+
"VStepperVerticalItem/icon": {
|
11931
|
+
"type": " | string\n | (new () => any)\n | FunctionalComponent\n | (string | [string, number])[]\n",
|
11932
|
+
"description": "Apply a specific icon using the [v-icon](/components/icons/) component."
|
11941
11933
|
},
|
11942
11934
|
"VStepperVerticalItem/hide-actions": {
|
11943
11935
|
"type": "boolean\n",
|
11944
11936
|
"description": "Hide the expand icon in the content title."
|
11945
11937
|
},
|
11946
|
-
"VStepperVerticalItem/
|
11938
|
+
"VStepperVerticalItem/selected-class": {
|
11939
|
+
"type": "string\n",
|
11940
|
+
"description": "Configure the active CSS class applied when an item is selected."
|
11941
|
+
},
|
11942
|
+
"VStepperVerticalItem/ripple": {
|
11943
|
+
"type": "boolean | { class: string }\n",
|
11944
|
+
"description": "Applies the [v-ripple](/directives/ripple) directive."
|
11945
|
+
},
|
11946
|
+
"VStepperVerticalItem/complete": {
|
11947
11947
|
"type": "boolean\n",
|
11948
|
-
"description": "
|
11948
|
+
"description": "Marks step as complete."
|
11949
11949
|
},
|
11950
11950
|
"VStepperVerticalItem/complete-icon": {
|
11951
|
-
"type": " | string\n | (
|
11951
|
+
"type": " | string\n | (new () => any)\n | FunctionalComponent\n | (string | [string, number])[]\n",
|
11952
11952
|
"description": "Icon to display when step is marked as completed."
|
11953
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
11954
|
"VStepperVerticalItem/editable": {
|
11959
11955
|
"type": "boolean\n",
|
11960
11956
|
"description": "Marks step as editable."
|
11961
11957
|
},
|
11958
|
+
"VStepperVerticalItem/edit-icon": {
|
11959
|
+
"type": " | string\n | (new () => any)\n | FunctionalComponent\n | (string | [string, number])[]\n",
|
11960
|
+
"description": "Icon to display when step is editable."
|
11961
|
+
},
|
11962
11962
|
"VStepperVerticalItem/error-icon": {
|
11963
|
-
"type": " | string\n | (
|
11963
|
+
"type": " | string\n | (new () => any)\n | FunctionalComponent\n | (string | [string, number])[]\n",
|
11964
11964
|
"description": "Icon to display when step has an error."
|
11965
11965
|
},
|
11966
|
-
"VStepperVerticalItem/
|
11966
|
+
"VStepperVerticalItem/focusable": {
|
11967
11967
|
"type": "boolean\n",
|
11968
|
-
"description": "
|
11968
|
+
"description": "Makes the expansion panel content focusable."
|
11969
11969
|
},
|
11970
|
-
"VStepperWindow/
|
11971
|
-
"type": "
|
11972
|
-
"description": "
|
11970
|
+
"VStepperWindow/model-value": {
|
11971
|
+
"type": "any\n",
|
11972
|
+
"description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
|
11973
11973
|
},
|
11974
11974
|
"VStepperWindow/reverse": {
|
11975
11975
|
"type": "boolean\n",
|
11976
11976
|
"description": "Reverse the normal transition direction."
|
11977
11977
|
},
|
11978
|
-
"VStepperWindow/
|
11979
|
-
"type": "
|
11980
|
-
"description": "
|
11978
|
+
"VStepperWindow/tag": {
|
11979
|
+
"type": "string | (new () => any) | FunctionalComponent\n",
|
11980
|
+
"description": "Specify a custom tag used on the root element."
|
11981
11981
|
},
|
11982
11982
|
"VStepperWindow/theme": {
|
11983
11983
|
"type": "string\n",
|
11984
11984
|
"description": "Specify a theme for this component and all of its children."
|
11985
11985
|
},
|
11986
|
-
"VStepperWindow/
|
11987
|
-
"type": "
|
11988
|
-
"description": "
|
11989
|
-
},
|
11990
|
-
"VStepperWindow/direction": {
|
11991
|
-
"type": "'horizontal' | 'vertical'\n",
|
11992
|
-
"description": "The transition direction when changing windows."
|
11986
|
+
"VStepperWindow/disabled": {
|
11987
|
+
"type": "boolean\n",
|
11988
|
+
"description": "Removes the ability to click or target the component."
|
11993
11989
|
},
|
11994
11990
|
"VStepperWindow/selected-class": {
|
11995
11991
|
"type": "string\n",
|
11996
11992
|
"description": "Configure the active CSS class applied when an item is selected."
|
11997
11993
|
},
|
11994
|
+
"VStepperWindow/direction": {
|
11995
|
+
"type": "'horizontal' | 'vertical'\n",
|
11996
|
+
"description": "The transition direction when changing windows."
|
11997
|
+
},
|
11998
11998
|
"VStepperWindowItem/disabled": {
|
11999
11999
|
"type": "boolean\n",
|
12000
12000
|
"description": "Prevents the item from becoming active when using the \"next\" and \"prev\" buttons or the `toggle` method."
|
@@ -12003,30 +12003,30 @@
|
|
12003
12003
|
"type": "any\n",
|
12004
12004
|
"description": "The value used when the component is selected in a group. If not provided, a unique ID will be used."
|
12005
12005
|
},
|
12006
|
-
"VStepperWindowItem/
|
12007
|
-
"type": "
|
12008
|
-
"description": "
|
12006
|
+
"VStepperWindowItem/selected-class": {
|
12007
|
+
"type": "string\n",
|
12008
|
+
"description": "Configure the active CSS class applied when an item is selected."
|
12009
12009
|
},
|
12010
12010
|
"VStepperWindowItem/transition": {
|
12011
12011
|
"type": "string | boolean\n",
|
12012
12012
|
"description": "The transition used when the component progressing through items. Can be one of the [built in](/styles/transitions/) or custom transition."
|
12013
12013
|
},
|
12014
|
+
"VStepperWindowItem/eager": {
|
12015
|
+
"type": "boolean\n",
|
12016
|
+
"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."
|
12017
|
+
},
|
12014
12018
|
"VStepperWindowItem/reverse-transition": {
|
12015
12019
|
"type": "string | boolean\n",
|
12016
12020
|
"description": "Sets the reverse transition."
|
12017
12021
|
},
|
12018
|
-
"VStepperWindowItem/selected-class": {
|
12019
|
-
"type": "string\n",
|
12020
|
-
"description": "Configure the active CSS class applied when an item is selected."
|
12021
|
-
},
|
12022
|
-
"VSvgIcon/icon": {
|
12023
|
-
"type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
|
12024
|
-
"description": "Apply a specific icon using the [v-icon](/components/icons/) component."
|
12025
|
-
},
|
12026
12022
|
"VSvgIcon/tag": {
|
12027
12023
|
"type": "string | (new () => any) | FunctionalComponent\n",
|
12028
12024
|
"description": "Specify a custom tag used on the root element."
|
12029
12025
|
},
|
12026
|
+
"VSvgIcon/icon": {
|
12027
|
+
"type": " | string\n | (new () => any)\n | FunctionalComponent\n | (string | [string, number])[]\n",
|
12028
|
+
"description": "Apply a specific icon using the [v-icon](/components/icons/) component."
|
12029
|
+
},
|
12030
12030
|
"VSwitch/flat": {
|
12031
12031
|
"type": "boolean\n",
|
12032
12032
|
"description": "Display component without elevation. Default elevation for thumb is 4dp, `flat` resets it."
|
@@ -12035,17 +12035,41 @@
|
|
12035
12035
|
"type": "string\n",
|
12036
12036
|
"description": "Provides the default type for children selection controls."
|
12037
12037
|
},
|
12038
|
-
"VSwitch/
|
12039
|
-
"type": "
|
12040
|
-
"description": "
|
12038
|
+
"VSwitch/model-value": {
|
12039
|
+
"type": "unknown\n",
|
12040
|
+
"description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
|
12041
12041
|
},
|
12042
12042
|
"VSwitch/error": {
|
12043
12043
|
"type": "boolean\n",
|
12044
12044
|
"description": "Puts the input in a manual error state."
|
12045
12045
|
},
|
12046
|
-
"VSwitch/
|
12046
|
+
"VSwitch/density": {
|
12047
|
+
"type": "'default' | 'comfortable' | 'compact'\n",
|
12048
|
+
"description": "Adjusts the vertical height used by the component."
|
12049
|
+
},
|
12050
|
+
"VSwitch/max-width": {
|
12051
|
+
"type": "string | number\n",
|
12052
|
+
"description": "Sets the maximum width for the component."
|
12053
|
+
},
|
12054
|
+
"VSwitch/min-width": {
|
12055
|
+
"type": "string | number\n",
|
12056
|
+
"description": "Sets the minimum width for the component."
|
12057
|
+
},
|
12058
|
+
"VSwitch/width": {
|
12059
|
+
"type": "string | number\n",
|
12060
|
+
"description": "Sets the width for the component."
|
12061
|
+
},
|
12062
|
+
"VSwitch/theme": {
|
12047
12063
|
"type": "string\n",
|
12048
|
-
"description": "
|
12064
|
+
"description": "Specify a theme for this component and all of its children."
|
12065
|
+
},
|
12066
|
+
"VSwitch/color": {
|
12067
|
+
"type": "string\n",
|
12068
|
+
"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)."
|
12069
|
+
},
|
12070
|
+
"VSwitch/name": {
|
12071
|
+
"type": "string\n",
|
12072
|
+
"description": "Sets the component's name attribute."
|
12049
12073
|
},
|
12050
12074
|
"VSwitch/disabled": {
|
12051
12075
|
"type": "boolean\n",
|
@@ -12063,49 +12087,49 @@
|
|
12063
12087
|
"type": "any\n",
|
12064
12088
|
"description": "The value used when the component is selected in a group. If not provided, a unique ID will be used."
|
12065
12089
|
},
|
12066
|
-
"VSwitch/width": {
|
12067
|
-
"type": "string | number\n",
|
12068
|
-
"description": "Sets the width for the component."
|
12069
|
-
},
|
12070
12090
|
"VSwitch/id": {
|
12071
12091
|
"type": "string\n",
|
12072
12092
|
"description": "Sets the DOM id on the component."
|
12073
12093
|
},
|
12074
|
-
"VSwitch/theme": {
|
12075
|
-
"type": "string\n",
|
12076
|
-
"description": "Specify a theme for this component and all of its children."
|
12077
|
-
},
|
12078
12094
|
"VSwitch/base-color": {
|
12079
12095
|
"type": "string\n",
|
12080
12096
|
"description": "Sets the color of the input when it is not focused."
|
12081
12097
|
},
|
12082
|
-
"VSwitch/
|
12083
|
-
"type": "
|
12084
|
-
"description": "
|
12098
|
+
"VSwitch/prepend-icon": {
|
12099
|
+
"type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
|
12100
|
+
"description": "Prepends an icon to the component, uses the same syntax as `v-icon`."
|
12101
|
+
},
|
12102
|
+
"VSwitch/append-icon": {
|
12103
|
+
"type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
|
12104
|
+
"description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot."
|
12105
|
+
},
|
12106
|
+
"VSwitch/readonly": {
|
12107
|
+
"type": "boolean\n",
|
12108
|
+
"description": "Puts input in readonly state."
|
12085
12109
|
},
|
12086
|
-
"VSwitch/
|
12087
|
-
"type": "
|
12088
|
-
"description": "
|
12110
|
+
"VSwitch/ripple": {
|
12111
|
+
"type": "boolean | { class: string }\n",
|
12112
|
+
"description": "Applies the [v-ripple](/directives/ripple) directive."
|
12089
12113
|
},
|
12090
|
-
"VSwitch/
|
12091
|
-
"type": "string |
|
12092
|
-
"description": "
|
12114
|
+
"VSwitch/loading": {
|
12115
|
+
"type": "string | boolean\n",
|
12116
|
+
"description": "Displays circular 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."
|
12093
12117
|
},
|
12094
|
-
"VSwitch/
|
12095
|
-
"type": "
|
12096
|
-
"description": "
|
12118
|
+
"VSwitch/inline": {
|
12119
|
+
"type": "boolean\n",
|
12120
|
+
"description": "Puts children inputs into a row."
|
12097
12121
|
},
|
12098
|
-
"VSwitch/
|
12122
|
+
"VSwitch/label": {
|
12099
12123
|
"type": "string\n",
|
12100
|
-
"description": "
|
12124
|
+
"description": "Sets the text of the [v-label](/api/v-label/) or [v-field-label](/api/v-field-label/) component."
|
12101
12125
|
},
|
12102
|
-
"VSwitch/
|
12103
|
-
"type": "
|
12104
|
-
"description": "
|
12126
|
+
"VSwitch/inset": {
|
12127
|
+
"type": "boolean\n",
|
12128
|
+
"description": "Enlarge the `v-switch` track to encompass the thumb."
|
12105
12129
|
},
|
12106
|
-
"VSwitch/
|
12107
|
-
"type": "
|
12108
|
-
"description": "
|
12130
|
+
"VSwitch/direction": {
|
12131
|
+
"type": "'horizontal' | 'vertical'\n",
|
12132
|
+
"description": "Changes the direction of the input."
|
12109
12133
|
},
|
12110
12134
|
"VSwitch/center-affix": {
|
12111
12135
|
"type": "boolean\n",
|
@@ -12119,10 +12143,6 @@
|
|
12119
12143
|
"type": "string | boolean\n",
|
12120
12144
|
"description": "Sets the color of the prepend/append icons."
|
12121
12145
|
},
|
12122
|
-
"VSwitch/prepend-icon": {
|
12123
|
-
"type": " | string\n | (new () => any)\n | FunctionalComponent\n | (string | [string, number])[]\n",
|
12124
|
-
"description": "Prepends an icon to the component, uses the same syntax as `v-icon`."
|
12125
|
-
},
|
12126
12146
|
"VSwitch/hide-spin-buttons": {
|
12127
12147
|
"type": "boolean\n",
|
12128
12148
|
"description": "Hides spin buttons on the input when type is set to `number`."
|
@@ -12139,10 +12159,6 @@
|
|
12139
12159
|
"type": "string | string[]\n",
|
12140
12160
|
"description": "Displays a list of messages or a single message if using a string."
|
12141
12161
|
},
|
12142
|
-
"VSwitch/direction": {
|
12143
|
-
"type": "'horizontal' | 'vertical'\n",
|
12144
|
-
"description": "Changes the direction of the input."
|
12145
|
-
},
|
12146
12162
|
"VSwitch/error-messages": {
|
12147
12163
|
"type": "string | string[]\n",
|
12148
12164
|
"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."
|
@@ -12151,10 +12167,6 @@
|
|
12151
12167
|
"type": "string | number\n",
|
12152
12168
|
"description": "Control the maximum number of shown errors from validation."
|
12153
12169
|
},
|
12154
|
-
"VSwitch/readonly": {
|
12155
|
-
"type": "boolean\n",
|
12156
|
-
"description": "Puts input in readonly state."
|
12157
|
-
},
|
12158
12170
|
"VSwitch/rules": {
|
12159
12171
|
"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",
|
12160
12172
|
"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`."
|
@@ -12175,14 +12187,6 @@
|
|
12175
12187
|
"type": "boolean | 'auto'\n",
|
12176
12188
|
"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."
|
12177
12189
|
},
|
12178
|
-
"VSwitch/loading": {
|
12179
|
-
"type": "string | boolean\n",
|
12180
|
-
"description": "Displays circular 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."
|
12181
|
-
},
|
12182
|
-
"VSwitch/inset": {
|
12183
|
-
"type": "boolean\n",
|
12184
|
-
"description": "Enlarge the `v-switch` track to encompass the thumb."
|
12185
|
-
},
|
12186
12190
|
"VSwitch/true-value": {
|
12187
12191
|
"type": "any\n",
|
12188
12192
|
"description": "Sets value for truthy state."
|
@@ -12195,34 +12199,38 @@
|
|
12195
12199
|
"type": "string\n",
|
12196
12200
|
"description": "The target component to provide defaults values for."
|
12197
12201
|
},
|
12198
|
-
"VSwitch/inline": {
|
12199
|
-
"type": "boolean\n",
|
12200
|
-
"description": "Puts children inputs into a row."
|
12201
|
-
},
|
12202
12202
|
"VSwitch/false-icon": {
|
12203
|
-
"type": " | string\n | (new () => any)\n | FunctionalComponent\n
|
12203
|
+
"type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
|
12204
12204
|
"description": "The icon used when inactive."
|
12205
12205
|
},
|
12206
12206
|
"VSwitch/true-icon": {
|
12207
|
-
"type": " | string\n | (new () => any)\n | FunctionalComponent\n
|
12207
|
+
"type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
|
12208
12208
|
"description": "The icon used when active."
|
12209
12209
|
},
|
12210
|
-
"VSwitch/
|
12211
|
-
"type": "
|
12212
|
-
"description": "
|
12210
|
+
"VSwitch/value-comparator": {
|
12211
|
+
"type": "(a: any, b: any) => boolean\n",
|
12212
|
+
"description": "Apply a custom comparison algorithm to compare **model-value** and values contains in the **items** prop."
|
12213
|
+
},
|
12214
|
+
"VSystemBar/tag": {
|
12215
|
+
"type": "string | (new () => any) | FunctionalComponent\n",
|
12216
|
+
"description": "Specify a custom tag used on the root element."
|
12217
|
+
},
|
12218
|
+
"VSystemBar/name": {
|
12219
|
+
"type": "string\n",
|
12220
|
+
"description": "Assign a specific name for layout registration."
|
12213
12221
|
},
|
12214
12222
|
"VSystemBar/height": {
|
12215
12223
|
"type": "string | number\n",
|
12216
12224
|
"description": "Sets the height for the component."
|
12217
12225
|
},
|
12226
|
+
"VSystemBar/theme": {
|
12227
|
+
"type": "string\n",
|
12228
|
+
"description": "Specify a theme for this component and all of its children."
|
12229
|
+
},
|
12218
12230
|
"VSystemBar/elevation": {
|
12219
12231
|
"type": "string | number\n",
|
12220
12232
|
"description": "Designates an elevation applied to the component between 0 and 24. You can find more information on the [elevation page](/styles/elevation)."
|
12221
12233
|
},
|
12222
|
-
"VSystemBar/absolute": {
|
12223
|
-
"type": "boolean\n",
|
12224
|
-
"description": "Applies **position: absolute** to the component."
|
12225
|
-
},
|
12226
12234
|
"VSystemBar/rounded": {
|
12227
12235
|
"type": "string | number | boolean\n",
|
12228
12236
|
"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)."
|
@@ -12231,21 +12239,13 @@
|
|
12231
12239
|
"type": "boolean\n",
|
12232
12240
|
"description": "Removes any applied **border-radius** from the component."
|
12233
12241
|
},
|
12234
|
-
"VSystemBar/tag": {
|
12235
|
-
"type": "string | (new () => any) | FunctionalComponent\n",
|
12236
|
-
"description": "Specify a custom tag used on the root element."
|
12237
|
-
},
|
12238
|
-
"VSystemBar/theme": {
|
12239
|
-
"type": "string\n",
|
12240
|
-
"description": "Specify a theme for this component and all of its children."
|
12241
|
-
},
|
12242
12242
|
"VSystemBar/color": {
|
12243
12243
|
"type": "string\n",
|
12244
12244
|
"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)."
|
12245
12245
|
},
|
12246
|
-
"VSystemBar/
|
12247
|
-
"type": "
|
12248
|
-
"description": "
|
12246
|
+
"VSystemBar/absolute": {
|
12247
|
+
"type": "boolean\n",
|
12248
|
+
"description": "Applies **position: absolute** to the component."
|
12249
12249
|
},
|
12250
12250
|
"VSystemBar/order": {
|
12251
12251
|
"type": "string | number\n",
|
@@ -12255,10 +12255,6 @@
|
|
12255
12255
|
"type": "boolean\n",
|
12256
12256
|
"description": "Increases the system bar height to 32px (24px default)."
|
12257
12257
|
},
|
12258
|
-
"VTab/text": {
|
12259
|
-
"type": "string | number | boolean\n",
|
12260
|
-
"description": "Specify content text for the component."
|
12261
|
-
},
|
12262
12258
|
"VTab/replace": {
|
12263
12259
|
"type": "boolean\n",
|
12264
12260
|
"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."
|
@@ -12267,22 +12263,62 @@
|
|
12267
12263
|
"type": "boolean\n",
|
12268
12264
|
"description": "Forces component to take up all available space up to their maximum width (300px), and centers it."
|
12269
12265
|
},
|
12266
|
+
"VTab/tag": {
|
12267
|
+
"type": "string | (new () => any) | FunctionalComponent\n",
|
12268
|
+
"description": "Specify a custom tag used on the root element."
|
12269
|
+
},
|
12270
|
+
"VTab/disabled": {
|
12271
|
+
"type": "boolean\n",
|
12272
|
+
"description": "Removes the ability to click or target the component."
|
12273
|
+
},
|
12274
|
+
"VTab/height": {
|
12275
|
+
"type": "string | number\n",
|
12276
|
+
"description": "Sets the height for the component."
|
12277
|
+
},
|
12278
|
+
"VTab/size": {
|
12279
|
+
"type": "string | number\n",
|
12280
|
+
"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**."
|
12281
|
+
},
|
12282
|
+
"VTab/value": {
|
12283
|
+
"type": "any\n",
|
12284
|
+
"description": "The value used when the component is selected in a group. If not provided, a unique ID will be used."
|
12285
|
+
},
|
12286
|
+
"VTab/width": {
|
12287
|
+
"type": "string | number\n",
|
12288
|
+
"description": "Sets the width for the component."
|
12289
|
+
},
|
12290
|
+
"VTab/theme": {
|
12291
|
+
"type": "string\n",
|
12292
|
+
"description": "Specify a theme for this component and all of its children."
|
12293
|
+
},
|
12294
|
+
"VTab/text": {
|
12295
|
+
"type": "string | number | boolean\n",
|
12296
|
+
"description": "Specify content text for the component."
|
12297
|
+
},
|
12298
|
+
"VTab/exact": {
|
12299
|
+
"type": "boolean\n",
|
12300
|
+
"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."
|
12301
|
+
},
|
12302
|
+
"VTab/base-color": {
|
12303
|
+
"type": "string\n",
|
12304
|
+
"description": "Sets the color of component when not focused."
|
12305
|
+
},
|
12306
|
+
"VTab/active-color": {
|
12307
|
+
"type": "string\n",
|
12308
|
+
"description": "The applied color when the component is in an active state."
|
12309
|
+
},
|
12310
|
+
"VTab/slim": {
|
12311
|
+
"type": "boolean\n",
|
12312
|
+
"description": "Reduces padding to 0 8px."
|
12313
|
+
},
|
12270
12314
|
"VTab/border": {
|
12271
12315
|
"type": "string | number | boolean\n",
|
12272
12316
|
"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)."
|
12273
12317
|
},
|
12274
|
-
"VTab/icon": {
|
12275
|
-
"type": " | boolean\n | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
|
12276
|
-
"description": "Apply a specific icon using the [v-icon](/components/icons/) component. The button will become _round_."
|
12277
|
-
},
|
12278
12318
|
"VTab/density": {
|
12279
12319
|
"type": "'default' | 'comfortable' | 'compact'\n",
|
12280
12320
|
"description": "Adjusts the vertical height used by the component."
|
12281
12321
|
},
|
12282
|
-
"VTab/height": {
|
12283
|
-
"type": "string | number\n",
|
12284
|
-
"description": "Sets the height for the component."
|
12285
|
-
},
|
12286
12322
|
"VTab/max-height": {
|
12287
12323
|
"type": "string | number\n",
|
12288
12324
|
"description": "Sets the maximum height for the component."
|
@@ -12299,10 +12335,6 @@
|
|
12299
12335
|
"type": "string | number\n",
|
12300
12336
|
"description": "Sets the minimum width for the component."
|
12301
12337
|
},
|
12302
|
-
"VTab/width": {
|
12303
|
-
"type": "string | number\n",
|
12304
|
-
"description": "Sets the width for the component."
|
12305
|
-
},
|
12306
12338
|
"VTab/elevation": {
|
12307
12339
|
"type": "string | number\n",
|
12308
12340
|
"description": "Designates an elevation applied to the component between 0 and 24. You can find more information on the [elevation page](/styles/elevation)."
|
@@ -12315,113 +12347,85 @@
|
|
12315
12347
|
"type": "boolean\n",
|
12316
12348
|
"description": "Removes any applied **border-radius** from the component."
|
12317
12349
|
},
|
12318
|
-
"VTab/tag": {
|
12319
|
-
"type": "string | (new () => any) | FunctionalComponent\n",
|
12320
|
-
"description": "Specify a custom tag used on the root element."
|
12321
|
-
},
|
12322
|
-
"VTab/theme": {
|
12323
|
-
"type": "string\n",
|
12324
|
-
"description": "Specify a theme for this component and all of its children."
|
12325
|
-
},
|
12326
12350
|
"VTab/color": {
|
12327
12351
|
"type": "string\n",
|
12328
12352
|
"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)."
|
12329
12353
|
},
|
12330
12354
|
"VTab/variant": {
|
12331
|
-
"type": "'
|
12355
|
+
"type": "'flat' | 'text' | 'elevated' | 'tonal' | 'outlined' | 'plain'\n",
|
12332
12356
|
"description": "Applies a distinct style to the component."
|
12333
12357
|
},
|
12334
|
-
"VTab/
|
12335
|
-
"type": "
|
12336
|
-
"description": "
|
12337
|
-
},
|
12338
|
-
"VTab/size": {
|
12339
|
-
"type": "string | number\n",
|
12340
|
-
"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**."
|
12341
|
-
},
|
12342
|
-
"VTab/value": {
|
12343
|
-
"type": "any\n",
|
12344
|
-
"description": "The value used when the component is selected in a group. If not provided, a unique ID will be used."
|
12345
|
-
},
|
12346
|
-
"VTab/active-color": {
|
12347
|
-
"type": "string\n",
|
12348
|
-
"description": "The applied color when the component is in an active state."
|
12349
|
-
},
|
12350
|
-
"VTab/base-color": {
|
12351
|
-
"type": "string\n",
|
12352
|
-
"description": "Sets the color of component when not focused."
|
12358
|
+
"VTab/append-icon": {
|
12359
|
+
"type": " | string\n | (new () => any)\n | FunctionalComponent\n | (string | [string, number])[]\n",
|
12360
|
+
"description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot."
|
12353
12361
|
},
|
12354
12362
|
"VTab/prepend-icon": {
|
12355
|
-
"type": " | string\n | (
|
12363
|
+
"type": " | string\n | (new () => any)\n | FunctionalComponent\n | (string | [string, number])[]\n",
|
12356
12364
|
"description": "Creates a [v-icon](/api/v-icon/) component in the **prepend** slot before default content."
|
12357
12365
|
},
|
12358
|
-
"VTab/
|
12359
|
-
"type": "
|
12360
|
-
"description": "
|
12366
|
+
"VTab/direction": {
|
12367
|
+
"type": "'horizontal' | 'vertical'\n",
|
12368
|
+
"description": "Changes the direction of the tabs. Can be either `horizontal` or `vertical`."
|
12361
12369
|
},
|
12362
12370
|
"VTab/readonly": {
|
12363
12371
|
"type": "boolean\n",
|
12364
12372
|
"description": "Puts the button in a readonly state. Cannot be clicked or navigated to by keyboard."
|
12365
12373
|
},
|
12366
|
-
"VTab/
|
12367
|
-
"type": "boolean\n",
|
12368
|
-
"description": "
|
12374
|
+
"VTab/loading": {
|
12375
|
+
"type": "string | boolean\n",
|
12376
|
+
"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."
|
12369
12377
|
},
|
12370
|
-
"VTab/
|
12371
|
-
"type": "boolean\n",
|
12372
|
-
"description": "
|
12378
|
+
"VTab/icon": {
|
12379
|
+
"type": " | boolean\n | string\n | (new () => any)\n | FunctionalComponent\n | (string | [string, number])[]\n",
|
12380
|
+
"description": "Apply a specific icon using the [v-icon](/components/icons/) component. The button will become _round_."
|
12381
|
+
},
|
12382
|
+
"VTab/selected-class": {
|
12383
|
+
"type": "string\n",
|
12384
|
+
"description": "Configure the active CSS class applied when an item is selected."
|
12373
12385
|
},
|
12374
12386
|
"VTab/ripple": {
|
12375
12387
|
"type": "boolean | { class: string }\n",
|
12376
12388
|
"description": "Applies the [v-ripple](/directives/ripple) directive."
|
12377
12389
|
},
|
12378
|
-
"VTab/
|
12390
|
+
"VTab/slider-color": {
|
12379
12391
|
"type": "string\n",
|
12380
|
-
"description": "
|
12392
|
+
"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)."
|
12381
12393
|
},
|
12382
|
-
"VTab/
|
12383
|
-
"type": "
|
12384
|
-
"description": "
|
12394
|
+
"VTab/hide-slider": {
|
12395
|
+
"type": "boolean\n",
|
12396
|
+
"description": "Hides the active tab slider component (no exit or enter animation)."
|
12397
|
+
},
|
12398
|
+
"VTab/stacked": {
|
12399
|
+
"type": "boolean\n",
|
12400
|
+
"description": "Displays the tab as a flex-column."
|
12385
12401
|
},
|
12386
12402
|
"VTab/href": {
|
12387
12403
|
"type": "string\n",
|
12388
12404
|
"description": "Designates the component as anchor and applies the **href** attribute."
|
12389
12405
|
},
|
12390
|
-
"VTab/exact": {
|
12391
|
-
"type": "boolean\n",
|
12392
|
-
"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."
|
12393
|
-
},
|
12394
12406
|
"VTab/to": {
|
12395
12407
|
"type": "string | RouteLocationAsRelativeGeneric | RouteLocationAsPathGeneric\n",
|
12396
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."
|
12397
12409
|
},
|
12398
|
-
"
|
12399
|
-
"type": "'
|
12400
|
-
"description": "
|
12401
|
-
},
|
12402
|
-
"VTab/slider-color": {
|
12403
|
-
"type": "string\n",
|
12404
|
-
"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)."
|
12405
|
-
},
|
12406
|
-
"VTab/hide-slider": {
|
12407
|
-
"type": "boolean\n",
|
12408
|
-
"description": "Hides the active tab slider component (no exit or enter animation)."
|
12409
|
-
},
|
12410
|
-
"VTable/tag": {
|
12411
|
-
"type": "string | (new () => any) | FunctionalComponent\n",
|
12412
|
-
"description": "Specify a custom tag used on the root element."
|
12410
|
+
"VTable/density": {
|
12411
|
+
"type": "'default' | 'comfortable' | 'compact'\n",
|
12412
|
+
"description": "Adjusts the vertical height used by the component."
|
12413
12413
|
},
|
12414
12414
|
"VTable/height": {
|
12415
12415
|
"type": "string | number\n",
|
12416
12416
|
"description": "Use the height prop to set the height of the table."
|
12417
12417
|
},
|
12418
|
+
"VTable/tag": {
|
12419
|
+
"type": "string | (new () => any) | FunctionalComponent\n",
|
12420
|
+
"description": "Specify a custom tag used on the root element."
|
12421
|
+
},
|
12418
12422
|
"VTable/theme": {
|
12419
12423
|
"type": "string\n",
|
12420
12424
|
"description": "Specify a theme for this component and all of its children."
|
12421
12425
|
},
|
12422
|
-
"VTable/
|
12423
|
-
"type": "
|
12424
|
-
"description": "
|
12426
|
+
"VTable/hover": {
|
12427
|
+
"type": "boolean\n",
|
12428
|
+
"description": "Will add a hover effect to a table's row when the mouse is over it."
|
12425
12429
|
},
|
12426
12430
|
"VTable/fixed-header": {
|
12427
12431
|
"type": "boolean\n",
|
@@ -12431,10 +12435,6 @@
|
|
12431
12435
|
"type": "boolean\n",
|
12432
12436
|
"description": "Use the fixed-footer prop together with the height prop to fix the footer to the bottom of the table."
|
12433
12437
|
},
|
12434
|
-
"VTable/hover": {
|
12435
|
-
"type": "boolean\n",
|
12436
|
-
"description": "Will add a hover effect to a table's row when the mouse is over it."
|
12437
|
-
},
|
12438
12438
|
"VTabs/symbol": {
|
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/)."
|
@@ -12523,14 +12523,6 @@
|
|
12523
12523
|
"type": "boolean\n",
|
12524
12524
|
"description": "Forces the selected tab to be centered."
|
12525
12525
|
},
|
12526
|
-
"VTabs/slider-color": {
|
12527
|
-
"type": "string\n",
|
12528
|
-
"description": "Changes the background color of an auto-generated `v-tabs-slider`."
|
12529
|
-
},
|
12530
|
-
"VTabs/hide-slider": {
|
12531
|
-
"type": "boolean\n",
|
12532
|
-
"description": "Hide's the generated `v-tabs-slider`."
|
12533
|
-
},
|
12534
12526
|
"VTabs/align-tabs": {
|
12535
12527
|
"type": "'title' | 'end' | 'start' | 'center'\n",
|
12536
12528
|
"description": "Aligns the tabs to the `start`, `center`, or `end` of container. Also accepts `title` to align with the `v-toolbar-title` component."
|
@@ -12539,6 +12531,14 @@
|
|
12539
12531
|
"type": "boolean\n",
|
12540
12532
|
"description": "`v-tabs-item` min-width 160px, max-width 360px."
|
12541
12533
|
},
|
12534
|
+
"VTabs/hide-slider": {
|
12535
|
+
"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
12542
|
"VTabsWindow/tag": {
|
12543
12543
|
"type": "string | (new () => any) | FunctionalComponent\n",
|
12544
12544
|
"description": "Specify a custom tag used on the root element."
|
@@ -12599,21 +12599,57 @@
|
|
12599
12599
|
"type": "string\n",
|
12600
12600
|
"description": "Sets input type."
|
12601
12601
|
},
|
12602
|
+
"VTextField/model-value": {
|
12603
|
+
"type": "any\n",
|
12604
|
+
"description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
|
12605
|
+
},
|
12606
|
+
"VTextField/error": {
|
12607
|
+
"type": "boolean\n",
|
12608
|
+
"description": "Puts the input in a manual error state."
|
12609
|
+
},
|
12602
12610
|
"VTextField/reverse": {
|
12603
12611
|
"type": "boolean\n",
|
12604
12612
|
"description": "Reverses the input orientation."
|
12605
12613
|
},
|
12606
|
-
"VTextField/
|
12607
|
-
"type": "
|
12608
|
-
"description": "
|
12614
|
+
"VTextField/density": {
|
12615
|
+
"type": "'default' | 'comfortable' | 'compact'\n",
|
12616
|
+
"description": "Adjusts the vertical height used by the component."
|
12609
12617
|
},
|
12610
|
-
"VTextField/
|
12618
|
+
"VTextField/max-width": {
|
12619
|
+
"type": "string | number\n",
|
12620
|
+
"description": "Sets the maximum width for the component."
|
12621
|
+
},
|
12622
|
+
"VTextField/min-width": {
|
12623
|
+
"type": "string | number\n",
|
12624
|
+
"description": "Sets the minimum width for the component."
|
12625
|
+
},
|
12626
|
+
"VTextField/width": {
|
12627
|
+
"type": "string | number\n",
|
12628
|
+
"description": "Sets the width for the component."
|
12629
|
+
},
|
12630
|
+
"VTextField/rounded": {
|
12631
|
+
"type": "string | number | boolean\n",
|
12632
|
+
"description": "Adds a border radius to the input."
|
12633
|
+
},
|
12634
|
+
"VTextField/tile": {
|
12611
12635
|
"type": "boolean\n",
|
12612
|
-
"description": "
|
12636
|
+
"description": "Removes any applied **border-radius** from the component."
|
12613
12637
|
},
|
12614
|
-
"VTextField/
|
12638
|
+
"VTextField/theme": {
|
12615
12639
|
"type": "string\n",
|
12616
|
-
"description": "
|
12640
|
+
"description": "Specify a theme for this component and all of its children."
|
12641
|
+
},
|
12642
|
+
"VTextField/color": {
|
12643
|
+
"type": "string\n",
|
12644
|
+
"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)."
|
12645
|
+
},
|
12646
|
+
"VTextField/variant": {
|
12647
|
+
"type": " | 'outlined'\n | 'plain'\n | 'underlined'\n | 'filled'\n | 'solo'\n | 'solo-inverted'\n | 'solo-filled'\n",
|
12648
|
+
"description": "Applies a distinct style to the component."
|
12649
|
+
},
|
12650
|
+
"VTextField/name": {
|
12651
|
+
"type": "string\n",
|
12652
|
+
"description": "Sets the component's name attribute."
|
12617
12653
|
},
|
12618
12654
|
"VTextField/disabled": {
|
12619
12655
|
"type": "boolean\n",
|
@@ -12623,10 +12659,6 @@
|
|
12623
12659
|
"type": "string\n",
|
12624
12660
|
"description": "Sets the input’s placeholder text."
|
12625
12661
|
},
|
12626
|
-
"VTextField/width": {
|
12627
|
-
"type": "string | number\n",
|
12628
|
-
"description": "Sets the width for the component."
|
12629
|
-
},
|
12630
12662
|
"VTextField/id": {
|
12631
12663
|
"type": "string\n",
|
12632
12664
|
"description": "Sets the DOM id on the component."
|
@@ -12643,69 +12675,41 @@
|
|
12643
12675
|
"type": "boolean\n",
|
12644
12676
|
"description": "Enables autofocus."
|
12645
12677
|
},
|
12646
|
-
"VTextField/
|
12647
|
-
"type": "
|
12648
|
-
"description": "
|
12678
|
+
"VTextField/active": {
|
12679
|
+
"type": "boolean\n",
|
12680
|
+
"description": "Controls the **active** state of the item. This is typically used to highlight the component."
|
12649
12681
|
},
|
12650
12682
|
"VTextField/base-color": {
|
12651
12683
|
"type": "string\n",
|
12652
12684
|
"description": "Sets the color of the input when it is not focused."
|
12653
12685
|
},
|
12654
|
-
"VTextField/
|
12655
|
-
"type": "string\n",
|
12656
|
-
"description": "
|
12657
|
-
},
|
12658
|
-
"VTextField/density": {
|
12659
|
-
"type": "'default' | 'comfortable' | 'compact'\n",
|
12660
|
-
"description": "Adjusts the vertical height used by the component."
|
12661
|
-
},
|
12662
|
-
"VTextField/max-width": {
|
12663
|
-
"type": "string | number\n",
|
12664
|
-
"description": "Sets the maximum width for the component."
|
12665
|
-
},
|
12666
|
-
"VTextField/min-width": {
|
12667
|
-
"type": "string | number\n",
|
12668
|
-
"description": "Sets the minimum width for the component."
|
12686
|
+
"VTextField/prepend-icon": {
|
12687
|
+
"type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
|
12688
|
+
"description": "Prepends an icon to the outside the component's input, uses the same syntax as `v-icon`."
|
12669
12689
|
},
|
12670
|
-
"VTextField/
|
12671
|
-
"type": "string | number |
|
12672
|
-
"description": "
|
12690
|
+
"VTextField/append-icon": {
|
12691
|
+
"type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
|
12692
|
+
"description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot."
|
12673
12693
|
},
|
12674
|
-
"VTextField/
|
12694
|
+
"VTextField/readonly": {
|
12675
12695
|
"type": "boolean\n",
|
12676
|
-
"description": "
|
12677
|
-
},
|
12678
|
-
"VTextField/color": {
|
12679
|
-
"type": "string\n",
|
12680
|
-
"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)."
|
12681
|
-
},
|
12682
|
-
"VTextField/variant": {
|
12683
|
-
"type": " | 'outlined'\n | 'plain'\n | 'underlined'\n | 'filled'\n | 'solo'\n | 'solo-inverted'\n | 'solo-filled'\n",
|
12684
|
-
"description": "Applies a distinct style to the component."
|
12685
|
-
},
|
12686
|
-
"VTextField/model-value": {
|
12687
|
-
"type": "any\n",
|
12688
|
-
"description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
|
12689
|
-
},
|
12690
|
-
"VTextField/counter": {
|
12691
|
-
"type": "string | number | boolean\n",
|
12692
|
-
"description": "Creates counter for input length; if no number is specified, it defaults to 25. Does not apply any validation."
|
12696
|
+
"description": "Puts input in readonly state."
|
12693
12697
|
},
|
12694
|
-
"VTextField/
|
12695
|
-
"type": "boolean\n",
|
12696
|
-
"description": "
|
12698
|
+
"VTextField/loading": {
|
12699
|
+
"type": "string | boolean\n",
|
12700
|
+
"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."
|
12697
12701
|
},
|
12698
|
-
"VTextField/
|
12699
|
-
"type": "
|
12700
|
-
"description": "
|
12702
|
+
"VTextField/label": {
|
12703
|
+
"type": "string\n",
|
12704
|
+
"description": "Sets the text of the [v-label](/api/v-label/) or [v-field-label](/api/v-field-label/) component."
|
12701
12705
|
},
|
12702
|
-
"VTextField/
|
12706
|
+
"VTextField/bg-color": {
|
12703
12707
|
"type": "string\n",
|
12704
|
-
"description": "
|
12708
|
+
"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)."
|
12705
12709
|
},
|
12706
|
-
"VTextField/
|
12707
|
-
"type": "
|
12708
|
-
"description": "
|
12710
|
+
"VTextField/direction": {
|
12711
|
+
"type": "'horizontal' | 'vertical'\n",
|
12712
|
+
"description": "Changes the direction of the input."
|
12709
12713
|
},
|
12710
12714
|
"VTextField/center-affix": {
|
12711
12715
|
"type": "boolean\n",
|
@@ -12719,10 +12723,6 @@
|
|
12719
12723
|
"type": "string | boolean\n",
|
12720
12724
|
"description": "Sets the color of the prepend/append icons."
|
12721
12725
|
},
|
12722
|
-
"VTextField/prepend-icon": {
|
12723
|
-
"type": " | string\n | (new () => any)\n | FunctionalComponent\n | (string | [string, number])[]\n",
|
12724
|
-
"description": "Prepends an icon to the outside the component's input, uses the same syntax as `v-icon`."
|
12725
|
-
},
|
12726
12726
|
"VTextField/hide-spin-buttons": {
|
12727
12727
|
"type": "boolean\n",
|
12728
12728
|
"description": "Hides spin buttons on the input when type is set to `number`."
|
@@ -12739,10 +12739,6 @@
|
|
12739
12739
|
"type": "string | string[]\n",
|
12740
12740
|
"description": "Displays a list of messages or a single message if using a string."
|
12741
12741
|
},
|
12742
|
-
"VTextField/direction": {
|
12743
|
-
"type": "'horizontal' | 'vertical'\n",
|
12744
|
-
"description": "Changes the direction of the input."
|
12745
|
-
},
|
12746
12742
|
"VTextField/error-messages": {
|
12747
12743
|
"type": "string | string[]\n",
|
12748
12744
|
"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."
|
@@ -12751,10 +12747,6 @@
|
|
12751
12747
|
"type": "string | number\n",
|
12752
12748
|
"description": "Control the maximum number of shown errors from validation."
|
12753
12749
|
},
|
12754
|
-
"VTextField/readonly": {
|
12755
|
-
"type": "boolean\n",
|
12756
|
-
"description": "Puts input in readonly state."
|
12757
|
-
},
|
12758
12750
|
"VTextField/rules": {
|
12759
12751
|
"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",
|
12760
12752
|
"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`."
|
@@ -12775,8 +12767,24 @@
|
|
12775
12767
|
"type": "boolean | 'auto'\n",
|
12776
12768
|
"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."
|
12777
12769
|
},
|
12770
|
+
"VTextField/counter": {
|
12771
|
+
"type": "string | number | boolean\n",
|
12772
|
+
"description": "Creates counter for input length; if no number is specified, it defaults to 25. Does not apply any validation."
|
12773
|
+
},
|
12774
|
+
"VTextField/persistent-placeholder": {
|
12775
|
+
"type": "boolean\n",
|
12776
|
+
"description": "Forces placeholder to always be visible."
|
12777
|
+
},
|
12778
|
+
"VTextField/persistent-counter": {
|
12779
|
+
"type": "boolean\n",
|
12780
|
+
"description": "Forces counter to always be visible."
|
12781
|
+
},
|
12782
|
+
"VTextField/suffix": {
|
12783
|
+
"type": "string\n",
|
12784
|
+
"description": "Displays suffix text."
|
12785
|
+
},
|
12778
12786
|
"VTextField/append-inner-icon": {
|
12779
|
-
"type": " | string\n | (new () => any)\n | FunctionalComponent\n
|
12787
|
+
"type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
|
12780
12788
|
"description": "Creates a [v-icon](/api/v-icon/) component in the **append-inner** slot."
|
12781
12789
|
},
|
12782
12790
|
"VTextField/clearable": {
|
@@ -12784,13 +12792,9 @@
|
|
12784
12792
|
"description": "Allows for the component to be cleared."
|
12785
12793
|
},
|
12786
12794
|
"VTextField/clear-icon": {
|
12787
|
-
"type": " | string\n | (new () => any)\n | FunctionalComponent\n
|
12795
|
+
"type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
|
12788
12796
|
"description": "Applied when using **clearable** and the input is dirty."
|
12789
12797
|
},
|
12790
|
-
"VTextField/active": {
|
12791
|
-
"type": "boolean\n",
|
12792
|
-
"description": "Controls the **active** state of the item. This is typically used to highlight the component."
|
12793
|
-
},
|
12794
12798
|
"VTextField/dirty": {
|
12795
12799
|
"type": "boolean\n",
|
12796
12800
|
"description": "Manually apply the dirty state styling."
|
@@ -12800,17 +12804,13 @@
|
|
12800
12804
|
"description": "Always show the clearable icon when the input is dirty (By default it only shows on hover)."
|
12801
12805
|
},
|
12802
12806
|
"VTextField/prepend-inner-icon": {
|
12803
|
-
"type": " | string\n | (new () => any)\n | FunctionalComponent\n
|
12807
|
+
"type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
|
12804
12808
|
"description": "Prepends an icon inside the component's input, uses the same syntax as `v-icon`."
|
12805
12809
|
},
|
12806
12810
|
"VTextField/single-line": {
|
12807
12811
|
"type": "boolean\n",
|
12808
12812
|
"description": "Label does not move on focus/dirty."
|
12809
12813
|
},
|
12810
|
-
"VTextField/loading": {
|
12811
|
-
"type": "string | boolean\n",
|
12812
|
-
"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."
|
12813
|
-
},
|
12814
12814
|
"VTextField/counter-value": {
|
12815
12815
|
"type": "number | ((value: any) => number)\n",
|
12816
12816
|
"description": "Function returns the counter display text."
|
@@ -12823,17 +12823,57 @@
|
|
12823
12823
|
"type": "boolean\n",
|
12824
12824
|
"description": "Removes box shadow when using a variant with elevation."
|
12825
12825
|
},
|
12826
|
-
"VTextarea/
|
12827
|
-
"type": "
|
12828
|
-
"description": "
|
12826
|
+
"VTextarea/reverse": {
|
12827
|
+
"type": "boolean\n",
|
12828
|
+
"description": "Reverses the orientation."
|
12829
|
+
},
|
12830
|
+
"VTextarea/name": {
|
12831
|
+
"type": "string\n",
|
12832
|
+
"description": "Sets the component's name attribute."
|
12829
12833
|
},
|
12830
12834
|
"VTextarea/error": {
|
12831
12835
|
"type": "boolean\n",
|
12832
12836
|
"description": "Puts the input in a manual error state."
|
12833
12837
|
},
|
12834
|
-
"VTextarea/
|
12838
|
+
"VTextarea/label": {
|
12839
|
+
"type": "string\n",
|
12840
|
+
"description": "Sets the text of the [v-label](/api/v-label/) or [v-field-label](/api/v-field-label/) component."
|
12841
|
+
},
|
12842
|
+
"VTextarea/disabled": {
|
12835
12843
|
"type": "boolean\n",
|
12836
|
-
"description": "
|
12844
|
+
"description": "Removes the ability to click or target the input."
|
12845
|
+
},
|
12846
|
+
"VTextarea/placeholder": {
|
12847
|
+
"type": "string\n",
|
12848
|
+
"description": "Sets the input's placeholder text."
|
12849
|
+
},
|
12850
|
+
"VTextarea/width": {
|
12851
|
+
"type": "string | number\n",
|
12852
|
+
"description": "Sets the width for the component."
|
12853
|
+
},
|
12854
|
+
"VTextarea/id": {
|
12855
|
+
"type": "string\n",
|
12856
|
+
"description": "Sets the DOM id on the component."
|
12857
|
+
},
|
12858
|
+
"VTextarea/prefix": {
|
12859
|
+
"type": "string\n",
|
12860
|
+
"description": "Displays prefix text."
|
12861
|
+
},
|
12862
|
+
"VTextarea/autofocus": {
|
12863
|
+
"type": "boolean\n",
|
12864
|
+
"description": "The element should be focused as soon as the page loads."
|
12865
|
+
},
|
12866
|
+
"VTextarea/theme": {
|
12867
|
+
"type": "string\n",
|
12868
|
+
"description": "Specify a theme for this component and all of its children."
|
12869
|
+
},
|
12870
|
+
"VTextarea/base-color": {
|
12871
|
+
"type": "string\n",
|
12872
|
+
"description": "Sets the color of the input when it is not focused."
|
12873
|
+
},
|
12874
|
+
"VTextarea/bg-color": {
|
12875
|
+
"type": "string\n",
|
12876
|
+
"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)."
|
12837
12877
|
},
|
12838
12878
|
"VTextarea/density": {
|
12839
12879
|
"type": "'default' | 'comfortable' | 'compact'\n",
|
@@ -12847,10 +12887,6 @@
|
|
12847
12887
|
"type": "string | number\n",
|
12848
12888
|
"description": "Sets the minimum width for the component."
|
12849
12889
|
},
|
12850
|
-
"VTextarea/width": {
|
12851
|
-
"type": "string | number\n",
|
12852
|
-
"description": "Sets the width for the component."
|
12853
|
-
},
|
12854
12890
|
"VTextarea/rounded": {
|
12855
12891
|
"type": "string | number | boolean\n",
|
12856
12892
|
"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)."
|
@@ -12859,10 +12895,6 @@
|
|
12859
12895
|
"type": "boolean\n",
|
12860
12896
|
"description": "Removes any applied **border-radius** from the component."
|
12861
12897
|
},
|
12862
|
-
"VTextarea/theme": {
|
12863
|
-
"type": "string\n",
|
12864
|
-
"description": "Specify a theme for this component and all of its children."
|
12865
|
-
},
|
12866
12898
|
"VTextarea/color": {
|
12867
12899
|
"type": "string\n",
|
12868
12900
|
"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)."
|
@@ -12871,66 +12903,30 @@
|
|
12871
12903
|
"type": " | 'outlined'\n | 'plain'\n | 'underlined'\n | 'filled'\n | 'solo'\n | 'solo-inverted'\n | 'solo-filled'\n",
|
12872
12904
|
"description": "Applies a distinct style to the component."
|
12873
12905
|
},
|
12874
|
-
"VTextarea/
|
12875
|
-
"type": "
|
12876
|
-
"description": "
|
12877
|
-
},
|
12878
|
-
"VTextarea/disabled": {
|
12879
|
-
"type": "boolean\n",
|
12880
|
-
"description": "Removes the ability to click or target the input."
|
12881
|
-
},
|
12882
|
-
"VTextarea/placeholder": {
|
12883
|
-
"type": "string\n",
|
12884
|
-
"description": "Sets the input's placeholder text."
|
12885
|
-
},
|
12886
|
-
"VTextarea/id": {
|
12887
|
-
"type": "string\n",
|
12888
|
-
"description": "Sets the DOM id on the component."
|
12906
|
+
"VTextarea/model-value": {
|
12907
|
+
"type": "any\n",
|
12908
|
+
"description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
|
12889
12909
|
},
|
12890
|
-
"VTextarea/
|
12891
|
-
"type": "string\n",
|
12892
|
-
"description": "
|
12910
|
+
"VTextarea/counter": {
|
12911
|
+
"type": "string | number | true\n",
|
12912
|
+
"description": "Creates counter for input length; if no number is specified, it defaults to 25. Does not apply any validation."
|
12893
12913
|
},
|
12894
|
-
"VTextarea/
|
12914
|
+
"VTextarea/persistent-placeholder": {
|
12895
12915
|
"type": "boolean\n",
|
12896
|
-
"description": "
|
12916
|
+
"description": "Forces placeholder to always be visible."
|
12897
12917
|
},
|
12898
|
-
"VTextarea/
|
12918
|
+
"VTextarea/persistent-counter": {
|
12899
12919
|
"type": "boolean\n",
|
12900
|
-
"description": "
|
12920
|
+
"description": "Forces counter to always be visible."
|
12901
12921
|
},
|
12902
|
-
"VTextarea/
|
12922
|
+
"VTextarea/suffix": {
|
12903
12923
|
"type": "string\n",
|
12904
|
-
"description": "
|
12905
|
-
},
|
12906
|
-
"VTextarea/prepend-icon": {
|
12907
|
-
"type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
|
12908
|
-
"description": "Prepends an icon to the component, uses the same syntax as `v-icon`."
|
12924
|
+
"description": "Displays suffix text."
|
12909
12925
|
},
|
12910
12926
|
"VTextarea/append-icon": {
|
12911
|
-
"type": " | string\n | (
|
12927
|
+
"type": " | string\n | (new () => any)\n | FunctionalComponent\n | (string | [string, number])[]\n",
|
12912
12928
|
"description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot."
|
12913
12929
|
},
|
12914
|
-
"VTextarea/readonly": {
|
12915
|
-
"type": "boolean\n",
|
12916
|
-
"description": "Puts input in readonly state."
|
12917
|
-
},
|
12918
|
-
"VTextarea/loading": {
|
12919
|
-
"type": "string | boolean\n",
|
12920
|
-
"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."
|
12921
|
-
},
|
12922
|
-
"VTextarea/label": {
|
12923
|
-
"type": "string\n",
|
12924
|
-
"description": "Sets the text of the [v-label](/api/v-label/) or [v-field-label](/api/v-field-label/) component."
|
12925
|
-
},
|
12926
|
-
"VTextarea/bg-color": {
|
12927
|
-
"type": "string\n",
|
12928
|
-
"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)."
|
12929
|
-
},
|
12930
|
-
"VTextarea/direction": {
|
12931
|
-
"type": "'horizontal' | 'vertical'\n",
|
12932
|
-
"description": "Changes the direction of the input."
|
12933
|
-
},
|
12934
12930
|
"VTextarea/center-affix": {
|
12935
12931
|
"type": "boolean\n",
|
12936
12932
|
"description": "Vertically align **appendInner**, **prependInner**, **clearIcon** and **label** in the center."
|
@@ -12943,6 +12939,10 @@
|
|
12943
12939
|
"type": "string | boolean\n",
|
12944
12940
|
"description": "Sets the color of the prepend/append icons."
|
12945
12941
|
},
|
12942
|
+
"VTextarea/prepend-icon": {
|
12943
|
+
"type": " | string\n | (new () => any)\n | FunctionalComponent\n | (string | [string, number])[]\n",
|
12944
|
+
"description": "Prepends an icon to the component, uses the same syntax as `v-icon`."
|
12945
|
+
},
|
12946
12946
|
"VTextarea/hide-spin-buttons": {
|
12947
12947
|
"type": "boolean\n",
|
12948
12948
|
"description": "Hides spin buttons on the input when type is set to `number`."
|
@@ -12959,6 +12959,10 @@
|
|
12959
12959
|
"type": "string | string[]\n",
|
12960
12960
|
"description": "Displays a list of messages or a single message if using a string."
|
12961
12961
|
},
|
12962
|
+
"VTextarea/direction": {
|
12963
|
+
"type": "'horizontal' | 'vertical'\n",
|
12964
|
+
"description": "Changes the direction of the input."
|
12965
|
+
},
|
12962
12966
|
"VTextarea/error-messages": {
|
12963
12967
|
"type": "string | string[]\n",
|
12964
12968
|
"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."
|
@@ -12967,6 +12971,10 @@
|
|
12967
12971
|
"type": "string | number\n",
|
12968
12972
|
"description": "Control the maximum number of shown errors from validation."
|
12969
12973
|
},
|
12974
|
+
"VTextarea/readonly": {
|
12975
|
+
"type": "boolean\n",
|
12976
|
+
"description": "Puts input in readonly state."
|
12977
|
+
},
|
12970
12978
|
"VTextarea/rules": {
|
12971
12979
|
"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",
|
12972
12980
|
"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`."
|
@@ -12987,24 +12995,8 @@
|
|
12987
12995
|
"type": "boolean | 'auto'\n",
|
12988
12996
|
"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."
|
12989
12997
|
},
|
12990
|
-
"VTextarea/counter": {
|
12991
|
-
"type": "string | number | true\n",
|
12992
|
-
"description": "Creates counter for input length; if no number is specified, it defaults to 25. Does not apply any validation."
|
12993
|
-
},
|
12994
|
-
"VTextarea/persistent-placeholder": {
|
12995
|
-
"type": "boolean\n",
|
12996
|
-
"description": "Forces placeholder to always be visible."
|
12997
|
-
},
|
12998
|
-
"VTextarea/persistent-counter": {
|
12999
|
-
"type": "boolean\n",
|
13000
|
-
"description": "Forces counter to always be visible."
|
13001
|
-
},
|
13002
|
-
"VTextarea/suffix": {
|
13003
|
-
"type": "string\n",
|
13004
|
-
"description": "Displays suffix text."
|
13005
|
-
},
|
13006
12998
|
"VTextarea/append-inner-icon": {
|
13007
|
-
"type": " | string\n | (
|
12999
|
+
"type": " | string\n | (new () => any)\n | FunctionalComponent\n | (string | [string, number])[]\n",
|
13008
13000
|
"description": "Creates a [v-icon](/api/v-icon/) component in the **append-inner** slot."
|
13009
13001
|
},
|
13010
13002
|
"VTextarea/clearable": {
|
@@ -13012,9 +13004,13 @@
|
|
13012
13004
|
"description": "Allows for the component to be cleared."
|
13013
13005
|
},
|
13014
13006
|
"VTextarea/clear-icon": {
|
13015
|
-
"type": " | string\n | (
|
13007
|
+
"type": " | string\n | (new () => any)\n | FunctionalComponent\n | (string | [string, number])[]\n",
|
13016
13008
|
"description": "The icon used when the **clearable** prop is set to true."
|
13017
13009
|
},
|
13010
|
+
"VTextarea/active": {
|
13011
|
+
"type": "boolean\n",
|
13012
|
+
"description": "Controls the **active** state of the item. This is typically used to highlight the component."
|
13013
|
+
},
|
13018
13014
|
"VTextarea/dirty": {
|
13019
13015
|
"type": "boolean\n",
|
13020
13016
|
"description": "Manually apply the dirty state styling."
|
@@ -13024,13 +13020,17 @@
|
|
13024
13020
|
"description": "Always show the clearable icon when the input is dirty (By default it only shows on hover)."
|
13025
13021
|
},
|
13026
13022
|
"VTextarea/prepend-inner-icon": {
|
13027
|
-
"type": " | string\n | (
|
13023
|
+
"type": " | string\n | (new () => any)\n | FunctionalComponent\n | (string | [string, number])[]\n",
|
13028
13024
|
"description": "Creates a [v-icon](/api/v-icon/) component in the **prepend-inner** slot."
|
13029
13025
|
},
|
13030
13026
|
"VTextarea/single-line": {
|
13031
13027
|
"type": "boolean\n",
|
13032
13028
|
"description": "Label does not move on focus/dirty."
|
13033
13029
|
},
|
13030
|
+
"VTextarea/loading": {
|
13031
|
+
"type": "string | boolean\n",
|
13032
|
+
"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."
|
13033
|
+
},
|
13034
13034
|
"VTextarea/counter-value": {
|
13035
13035
|
"type": "(value: any) => number\n",
|
13036
13036
|
"description": "Display the input length but do not provide any validation."
|
@@ -13067,46 +13067,22 @@
|
|
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
|
-
},
|
13074
13070
|
"VTimePicker/title": {
|
13075
13071
|
"type": "string\n",
|
13076
13072
|
"description": "Specify a title text for the component."
|
13077
13073
|
},
|
13078
|
-
"VTimePicker/
|
13079
|
-
"type": "boolean\n",
|
13080
|
-
"description": "
|
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."
|
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/bg-color": {
|
13103
|
-
"type": "string\n",
|
13104
|
-
"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)."
|
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
|
-
},
|
13110
13086
|
"VTimePicker/max-height": {
|
13111
13087
|
"type": "string | number\n",
|
13112
13088
|
"description": "Sets the maximum height for the component."
|
@@ -13123,10 +13099,22 @@
|
|
13123
13099
|
"type": "string | number\n",
|
13124
13100
|
"description": "Sets the minimum width for the component."
|
13125
13101
|
},
|
13102
|
+
"VTimePicker/width": {
|
13103
|
+
"type": "string | number\n",
|
13104
|
+
"description": "Width of the picker."
|
13105
|
+
},
|
13126
13106
|
"VTimePicker/elevation": {
|
13127
13107
|
"type": "string | number\n",
|
13128
13108
|
"description": "Designates an elevation applied to the component between 0 and 24. You can find more information on the [elevation page](/styles/elevation)."
|
13129
13109
|
},
|
13110
|
+
"VTimePicker/location": {
|
13111
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a>\n",
|
13112
|
+
"description": "Specifies the component's location. Can combine by using a space separated string."
|
13113
|
+
},
|
13114
|
+
"VTimePicker/position": {
|
13115
|
+
"type": "'fixed' | 'static' | 'relative' | 'absolute' | 'sticky'\n",
|
13116
|
+
"description": "Sets the position for the component."
|
13117
|
+
},
|
13130
13118
|
"VTimePicker/rounded": {
|
13131
13119
|
"type": "string | number | boolean\n",
|
13132
13120
|
"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)."
|
@@ -13135,22 +13123,42 @@
|
|
13135
13123
|
"type": "boolean\n",
|
13136
13124
|
"description": "Removes any applied **border-radius** from the component."
|
13137
13125
|
},
|
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
|
+
},
|
13138
13134
|
"VTimePicker/color": {
|
13139
13135
|
"type": "string\n",
|
13140
13136
|
"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)."
|
13141
13137
|
},
|
13142
|
-
"VTimePicker/
|
13143
|
-
"type": "
|
13144
|
-
"description": "
|
13138
|
+
"VTimePicker/disabled": {
|
13139
|
+
"type": "boolean\n",
|
13140
|
+
"description": "Removes the ability to click or target the component."
|
13145
13141
|
},
|
13146
|
-
"VTimePicker/
|
13147
|
-
"type": "
|
13148
|
-
"description": "
|
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."
|
13149
13149
|
},
|
13150
13150
|
"VTimePicker/readonly": {
|
13151
13151
|
"type": "boolean\n",
|
13152
13152
|
"description": "Puts picker in readonly state."
|
13153
13153
|
},
|
13154
|
+
"VTimePicker/bg-color": {
|
13155
|
+
"type": "string\n",
|
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)."
|
13157
|
+
},
|
13158
|
+
"VTimePicker/scrollable": {
|
13159
|
+
"type": "boolean\n",
|
13160
|
+
"description": "Allows changing hour/minute with mouse scroll."
|
13161
|
+
},
|
13154
13162
|
"VTimePicker/divided": {
|
13155
13163
|
"type": "boolean\n",
|
13156
13164
|
"description": "Adds a divider between the header and controls."
|
@@ -13159,18 +13167,10 @@
|
|
13159
13167
|
"type": "boolean\n",
|
13160
13168
|
"description": "Hide the picker header."
|
13161
13169
|
},
|
13162
|
-
"VTimePicker/position": {
|
13163
|
-
"type": "'fixed' | 'relative' | 'absolute' | 'static' | 'sticky'\n",
|
13164
|
-
"description": "Sets the position for the component."
|
13165
|
-
},
|
13166
13170
|
"VTimePicker/view-mode": {
|
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,14 +13195,6 @@
|
|
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
|
-
},
|
13206
13198
|
"VTimePickerClock/disabled": {
|
13207
13199
|
"type": "boolean\n",
|
13208
13200
|
"description": "Removes the ability to click or target the component."
|
@@ -13219,18 +13211,26 @@
|
|
13219
13211
|
"type": "number\n",
|
13220
13212
|
"description": "Defines the increments between selectable times, such as a step of 1 for every minute or a larger step for every 5 or 15 minutes."
|
13221
13213
|
},
|
13214
|
+
"VTimePickerClock/color": {
|
13215
|
+
"type": "string\n",
|
13216
|
+
"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)."
|
13217
|
+
},
|
13218
|
+
"VTimePickerClock/model-value": {
|
13219
|
+
"type": "number\n",
|
13220
|
+
"description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
|
13221
|
+
},
|
13222
13222
|
"VTimePickerClock/readonly": {
|
13223
13223
|
"type": "boolean\n",
|
13224
13224
|
"description": "When true, the picker is in a read-only state, and users cannot modify the selected time."
|
13225
13225
|
},
|
13226
|
-
"VTimePickerClock/scrollable": {
|
13227
|
-
"type": "boolean\n",
|
13228
|
-
"description": "Allows the time selection to be scrollable, enhancing user experience for devices with scroll inputs."
|
13229
|
-
},
|
13230
13226
|
"VTimePickerClock/rotate": {
|
13231
13227
|
"type": "number\n",
|
13232
13228
|
"description": "Controls rotation, specifying the degree of rotation for the clock hands."
|
13233
13229
|
},
|
13230
|
+
"VTimePickerClock/scrollable": {
|
13231
|
+
"type": "boolean\n",
|
13232
|
+
"description": "Allows the time selection to be scrollable, enhancing user experience for devices with scroll inputs."
|
13233
|
+
},
|
13234
13234
|
"VTimePickerClock/ampm": {
|
13235
13235
|
"type": "boolean\n",
|
13236
13236
|
"description": "Displays time in a 12-hour format."
|
@@ -13271,13 +13271,17 @@
|
|
13271
13271
|
"type": "'hour' | 'minute' | 'second'\n",
|
13272
13272
|
"description": "The current view mode of the timepicker. Can be either `hour`, `minute`, or `second`."
|
13273
13273
|
},
|
13274
|
+
"VTimePickerControls/ampm": {
|
13275
|
+
"type": "boolean\n",
|
13276
|
+
"description": "Enables AM/PM mode."
|
13277
|
+
},
|
13274
13278
|
"VTimePickerControls/ampm-in-title": {
|
13275
13279
|
"type": "boolean\n",
|
13276
13280
|
"description": "Displays AM/PM in the title."
|
13277
13281
|
},
|
13278
|
-
"VTimePickerControls/ampm": {
|
13282
|
+
"VTimePickerControls/ampm-readonly": {
|
13279
13283
|
"type": "boolean\n",
|
13280
|
-
"description": "
|
13284
|
+
"description": "Makes AM/PM controls readonly."
|
13281
13285
|
},
|
13282
13286
|
"VTimePickerControls/hour": {
|
13283
13287
|
"type": "number\n",
|
@@ -13295,10 +13299,6 @@
|
|
13295
13299
|
"type": "boolean\n",
|
13296
13300
|
"description": "Enables the display and selection of seconds in the timepicker."
|
13297
13301
|
},
|
13298
|
-
"VTimePickerControls/ampm-readonly": {
|
13299
|
-
"type": "boolean\n",
|
13300
|
-
"description": "Makes AM/PM controls readonly."
|
13301
|
-
},
|
13302
13302
|
"VTimePickerControls/period": {
|
13303
13303
|
"type": "'am' | 'pm'\n",
|
13304
13304
|
"description": "The current period value. either `am` or `pm`."
|
@@ -13335,6 +13335,10 @@
|
|
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": "'end' | 'start'\n",
|
13340
|
+
"description": "Display all timeline items on one side of the timeline, either **start** or **end**."
|
13341
|
+
},
|
13338
13342
|
"VTimeline/line-thickness": {
|
13339
13343
|
"type": "string | number\n",
|
13340
13344
|
"description": "Thickness of the timeline line."
|
@@ -13359,10 +13363,6 @@
|
|
13359
13363
|
"type": "string | number\n",
|
13360
13364
|
"description": "Specifies the distance between the line and the dot of timeline items."
|
13361
13365
|
},
|
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
13367
|
"type": "'end' | 'start' | 'both'\n",
|
13368
13368
|
"description": "Truncate timeline directly at the **start** or **end** of the line, or on **both** ends."
|
@@ -13423,10 +13423,6 @@
|
|
13423
13423
|
"type": " | string\n | (new () => any)\n | FunctionalComponent\n | (string | [string, number])[]\n",
|
13424
13424
|
"description": "Apply a specific icon to the inside dot using the [v-icon](/components/icons/) component."
|
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
|
-
},
|
13430
13426
|
"VTimelineItem/dot-color": {
|
13431
13427
|
"type": "string\n",
|
13432
13428
|
"description": "Color of the item dot."
|
@@ -13447,6 +13443,10 @@
|
|
13447
13443
|
"type": "string | number\n",
|
13448
13444
|
"description": "Specifies the distance between the line and the dot of the item."
|
13449
13445
|
},
|
13446
|
+
"VTimelineItem/side": {
|
13447
|
+
"type": "'start' | 'end'\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
13450
|
"VToolbar/title": {
|
13451
13451
|
"type": "string\n",
|
13452
13452
|
"description": "Specify a title text for the component."
|
@@ -13520,17 +13520,17 @@
|
|
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": "'
|
13523
|
+
"type": "'text' | 'flat' | 'elevated' | 'tonal' | 'outlined' | 'plain'\n",
|
13524
13524
|
"description": "Applies a distinct style to the component."
|
13525
13525
|
},
|
13526
|
-
"VToolbarTitle/text": {
|
13527
|
-
"type": "string\n",
|
13528
|
-
"description": "Specify content text for the component."
|
13529
|
-
},
|
13530
13526
|
"VToolbarTitle/tag": {
|
13531
13527
|
"type": "string | (new () => any) | FunctionalComponent\n",
|
13532
13528
|
"description": "Specify a custom tag used on the root element."
|
13533
13529
|
},
|
13530
|
+
"VToolbarTitle/text": {
|
13531
|
+
"type": "string\n",
|
13532
|
+
"description": "Specify content text for the component."
|
13533
|
+
},
|
13534
13534
|
"VTooltip/disabled": {
|
13535
13535
|
"type": "boolean\n",
|
13536
13536
|
"description": "Removes the ability to click or target the component."
|