@vuetify/nightly 3.8.11-master.2025-06-24 → 3.8.11-master.2025-06-30
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +20 -3
- package/dist/json/attributes.json +926 -926
- package/dist/json/importMap-labs.json +20 -20
- package/dist/json/importMap.json +128 -128
- package/dist/json/web-types.json +1587 -1587
- package/dist/vuetify-labs.cjs +30 -29
- package/dist/vuetify-labs.css +4863 -4863
- package/dist/vuetify-labs.d.ts +186 -186
- package/dist/vuetify-labs.esm.js +30 -29
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +30 -29
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.cjs +13 -13
- package/dist/vuetify.cjs.map +1 -1
- package/dist/vuetify.css +3384 -3384
- package/dist/vuetify.d.ts +43 -43
- package/dist/vuetify.esm.js +13 -13
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +13 -13
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +9 -10
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VDataTable/VDataTableColumn.js +0 -1
- package/lib/components/VDataTable/VDataTableColumn.js.map +1 -1
- package/lib/components/VDataTable/VDataTableHeaders.js +5 -5
- package/lib/components/VDataTable/VDataTableHeaders.js.map +1 -1
- package/lib/components/VDataTable/composables/sort.js +2 -1
- package/lib/components/VDataTable/composables/sort.js.map +1 -1
- package/lib/components/VOverlay/locationStrategies.js +1 -1
- package/lib/components/VOverlay/locationStrategies.js.map +1 -1
- package/lib/components/VTextField/VTextField.js +1 -1
- package/lib/components/VTextField/VTextField.js.map +1 -1
- package/lib/composables/virtual.js +1 -1
- package/lib/composables/virtual.js.map +1 -1
- package/lib/entry-bundler.js +1 -1
- package/lib/framework.d.ts +43 -43
- package/lib/framework.js +1 -1
- package/lib/labs/VCalendar/VCalendar.d.ts +33 -33
- package/lib/labs/VCalendar/VCalendar.js +1 -1
- package/lib/labs/VCalendar/VCalendar.js.map +1 -1
- package/lib/labs/VCalendar/VCalendarDay.d.ts +33 -33
- package/lib/labs/VCalendar/VCalendarDay.js +1 -1
- package/lib/labs/VCalendar/VCalendarDay.js.map +1 -1
- package/lib/labs/VCalendar/VCalendarInterval.d.ts +36 -36
- package/lib/labs/VCalendar/VCalendarInterval.js +9 -9
- package/lib/labs/VCalendar/VCalendarInterval.js.map +1 -1
- package/lib/labs/VCalendar/VCalendarIntervalEvent.d.ts +12 -12
- package/lib/labs/VCalendar/VCalendarIntervalEvent.js +1 -1
- package/lib/labs/VCalendar/VCalendarIntervalEvent.js.map +1 -1
- package/lib/labs/VCalendar/VCalendarMonthDay.d.ts +36 -36
- package/lib/labs/VCalendar/VCalendarMonthDay.js +4 -4
- package/lib/labs/VCalendar/VCalendarMonthDay.js.map +1 -1
- package/lib/labs/VIconBtn/VIconBtn.js +1 -0
- package/lib/labs/VIconBtn/VIconBtn.js.map +1 -1
- package/package.json +1 -1
@@ -2839,101 +2839,73 @@
|
|
2839
2839
|
"type": "'start' | 'end' | 'center' | 'auto' | 'baseline' | 'stretch'\n",
|
2840
2840
|
"description": "Applies the [align-items](https://developer.mozilla.org/en-US/docs/Web/CSS/align-items) css property. Available options are: **start**, **center**, **end**, **auto**, **baseline** and **stretch**."
|
2841
2841
|
},
|
2842
|
+
"VColorInput/title": {
|
2843
|
+
"type": "string\n",
|
2844
|
+
"description": "Specify a title text for the component."
|
2845
|
+
},
|
2842
2846
|
"VColorInput/flat": {
|
2843
2847
|
"type": "boolean\n",
|
2844
2848
|
"description": "Removes box shadow when using a variant with elevation."
|
2845
2849
|
},
|
2846
|
-
"VColorInput/
|
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": {
|
2866
|
+
"VColorInput/reverse": {
|
2879
2867
|
"type": "boolean\n",
|
2880
|
-
"description": "
|
2868
|
+
"description": "Reverses the orientation."
|
2869
|
+
},
|
2870
|
+
"VColorInput/density": {
|
2871
|
+
"type": "'default' | 'comfortable' | 'compact'\n",
|
2872
|
+
"description": "Adjusts the vertical height used by the component."
|
2881
2873
|
},
|
2882
2874
|
"VColorInput/height": {
|
2883
2875
|
"type": "string | number\n",
|
2884
2876
|
"description": "Sets the height for the component."
|
2885
2877
|
},
|
2886
|
-
"VColorInput/
|
2887
|
-
"type": "string\n",
|
2888
|
-
"description": "Sets the input’s placeholder text."
|
2889
|
-
},
|
2890
|
-
"VColorInput/width": {
|
2878
|
+
"VColorInput/max-height": {
|
2891
2879
|
"type": "string | number\n",
|
2892
|
-
"description": "Sets the
|
2893
|
-
},
|
2894
|
-
"VColorInput/id": {
|
2895
|
-
"type": "string\n",
|
2896
|
-
"description": "Sets the DOM id on the component."
|
2880
|
+
"description": "Sets the maximum height for the component."
|
2897
2881
|
},
|
2898
|
-
"VColorInput/
|
2899
|
-
"type": "string\n",
|
2900
|
-
"description": "
|
2882
|
+
"VColorInput/max-width": {
|
2883
|
+
"type": "string | number\n",
|
2884
|
+
"description": "Sets the maximum width for the component."
|
2901
2885
|
},
|
2902
|
-
"VColorInput/
|
2903
|
-
"type": "string\n",
|
2904
|
-
"description": "
|
2886
|
+
"VColorInput/min-height": {
|
2887
|
+
"type": "string | number\n",
|
2888
|
+
"description": "Sets the minimum height for the component."
|
2905
2889
|
},
|
2906
|
-
"VColorInput/
|
2907
|
-
"type": "
|
2908
|
-
"description": "
|
2890
|
+
"VColorInput/min-width": {
|
2891
|
+
"type": "string | number\n",
|
2892
|
+
"description": "Sets the minimum width for the component."
|
2909
2893
|
},
|
2910
|
-
"VColorInput/
|
2911
|
-
"type": "string\n",
|
2912
|
-
"description": "
|
2894
|
+
"VColorInput/width": {
|
2895
|
+
"type": "string | number\n",
|
2896
|
+
"description": "Sets the width of the color picker."
|
2913
2897
|
},
|
2914
|
-
"VColorInput/
|
2915
|
-
"type": "string |
|
2916
|
-
"description": "
|
2898
|
+
"VColorInput/elevation": {
|
2899
|
+
"type": "string | number\n",
|
2900
|
+
"description": "Designates an elevation applied to the component between 0 and 24. You can find more information on the [elevation page](/styles/elevation)."
|
2917
2901
|
},
|
2918
2902
|
"VColorInput/location": {
|
2919
2903
|
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a>\n",
|
2920
2904
|
"description": "Specifies the component's location. Can combine by using a space separated string."
|
2921
2905
|
},
|
2922
|
-
"VColorInput/
|
2923
|
-
"type": "
|
2924
|
-
"description": "
|
2925
|
-
},
|
2926
|
-
"VColorInput/density": {
|
2927
|
-
"type": "'default' | 'comfortable' | 'compact'\n",
|
2928
|
-
"description": "Adjusts the vertical height used by the component."
|
2929
|
-
},
|
2930
|
-
"VColorInput/border": {
|
2931
|
-
"type": "string | number | boolean\n",
|
2932
|
-
"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)."
|
2933
|
-
},
|
2934
|
-
"VColorInput/elevation": {
|
2935
|
-
"type": "string | number\n",
|
2936
|
-
"description": "Designates an elevation applied to the component between 0 and 24. You can find more information on the [elevation page](/styles/elevation)."
|
2906
|
+
"VColorInput/position": {
|
2907
|
+
"type": "'fixed' | 'static' | 'relative' | 'absolute' | 'sticky'\n",
|
2908
|
+
"description": "Sets the position for the component."
|
2937
2909
|
},
|
2938
2910
|
"VColorInput/rounded": {
|
2939
2911
|
"type": "string | number | boolean\n",
|
@@ -2943,48 +2915,64 @@
|
|
2943
2915
|
"type": "boolean\n",
|
2944
2916
|
"description": "Removes any applied **border-radius** from the component."
|
2945
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
|
+
},
|
2926
|
+
"VColorInput/color": {
|
2927
|
+
"type": "string\n",
|
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)."
|
2929
|
+
},
|
2946
2930
|
"VColorInput/variant": {
|
2947
2931
|
"type": " | 'outlined'\n | 'plain'\n | 'underlined'\n | 'filled'\n | 'solo'\n | 'solo-inverted'\n | 'solo-filled'\n",
|
2948
2932
|
"description": "Applies a distinct style to the component."
|
2949
2933
|
},
|
2950
|
-
"VColorInput/
|
2934
|
+
"VColorInput/name": {
|
2951
2935
|
"type": "string\n",
|
2952
|
-
"description": "
|
2953
|
-
},
|
2954
|
-
"VColorInput/max-height": {
|
2955
|
-
"type": "string | number\n",
|
2956
|
-
"description": "Sets the maximum height for the component."
|
2936
|
+
"description": "Sets the component's name attribute."
|
2957
2937
|
},
|
2958
|
-
"VColorInput/
|
2959
|
-
"type": "
|
2960
|
-
"description": "
|
2938
|
+
"VColorInput/disabled": {
|
2939
|
+
"type": "boolean\n",
|
2940
|
+
"description": "Removes the ability to click or target the input."
|
2961
2941
|
},
|
2962
|
-
"VColorInput/
|
2963
|
-
"type": "string
|
2964
|
-
"description": "Sets the
|
2942
|
+
"VColorInput/placeholder": {
|
2943
|
+
"type": "string\n",
|
2944
|
+
"description": "Sets the input’s placeholder text."
|
2965
2945
|
},
|
2966
|
-
"VColorInput/
|
2967
|
-
"type": "string
|
2968
|
-
"description": "Sets the
|
2946
|
+
"VColorInput/id": {
|
2947
|
+
"type": "string\n",
|
2948
|
+
"description": "Sets the DOM id on the component."
|
2969
2949
|
},
|
2970
|
-
"VColorInput/
|
2971
|
-
"type": "
|
2972
|
-
"description": "
|
2950
|
+
"VColorInput/prefix": {
|
2951
|
+
"type": "string\n",
|
2952
|
+
"description": "Displays prefix text."
|
2973
2953
|
},
|
2974
|
-
"VColorInput/
|
2954
|
+
"VColorInput/role": {
|
2975
2955
|
"type": "string\n",
|
2976
|
-
"description": "
|
2956
|
+
"description": "The role attribute applied to the input."
|
2957
|
+
},
|
2958
|
+
"VColorInput/autofocus": {
|
2959
|
+
"type": "boolean\n",
|
2960
|
+
"description": "Enables autofocus."
|
2977
2961
|
},
|
2978
2962
|
"VColorInput/active": {
|
2979
2963
|
"type": "boolean\n",
|
2980
2964
|
"description": "Controls the **active** state of the item. This is typically used to highlight the component."
|
2981
2965
|
},
|
2966
|
+
"VColorInput/base-color": {
|
2967
|
+
"type": "string\n",
|
2968
|
+
"description": "Sets the color of the input when it is not focused."
|
2969
|
+
},
|
2982
2970
|
"VColorInput/prepend-icon": {
|
2983
|
-
"type": " | string\n | (new () => any)\n | FunctionalComponent\n
|
2971
|
+
"type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
|
2984
2972
|
"description": "Prepends an icon to the outside the component's input, uses the same syntax as `v-icon`."
|
2985
2973
|
},
|
2986
2974
|
"VColorInput/append-icon": {
|
2987
|
-
"type": " | string\n | (new () => any)\n | FunctionalComponent\n
|
2975
|
+
"type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
|
2988
2976
|
"description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot."
|
2989
2977
|
},
|
2990
2978
|
"VColorInput/readonly": {
|
@@ -2995,17 +2983,33 @@
|
|
2995
2983
|
"type": "string | boolean\n",
|
2996
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."
|
2997
2985
|
},
|
2998
|
-
"VColorInput/
|
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/counter": {
|
2999
|
+
"type": "string | number | boolean\n",
|
3000
|
+
"description": "Creates counter for input length; if no number is specified, it defaults to 25. Does not apply any validation."
|
3001
|
+
},
|
3002
|
+
"VColorInput/persistent-placeholder": {
|
2999
3003
|
"type": "boolean\n",
|
3000
|
-
"description": "
|
3004
|
+
"description": "Forces placeholder to always be visible."
|
3001
3005
|
},
|
3002
|
-
"VColorInput/
|
3006
|
+
"VColorInput/persistent-counter": {
|
3003
3007
|
"type": "boolean\n",
|
3004
|
-
"description": "
|
3008
|
+
"description": "Forces counter to always be visible."
|
3005
3009
|
},
|
3006
|
-
"VColorInput/
|
3007
|
-
"type": "
|
3008
|
-
"description": "
|
3010
|
+
"VColorInput/suffix": {
|
3011
|
+
"type": "string\n",
|
3012
|
+
"description": "Displays suffix text."
|
3009
3013
|
},
|
3010
3014
|
"VColorInput/center-affix": {
|
3011
3015
|
"type": "boolean\n",
|
@@ -3035,6 +3039,10 @@
|
|
3035
3039
|
"type": "string | string[]\n",
|
3036
3040
|
"description": "Displays a list of messages or a single message if using a string."
|
3037
3041
|
},
|
3042
|
+
"VColorInput/direction": {
|
3043
|
+
"type": "'horizontal' | 'vertical'\n",
|
3044
|
+
"description": "Changes the direction of the input."
|
3045
|
+
},
|
3038
3046
|
"VColorInput/error-messages": {
|
3039
3047
|
"type": "string | string[]\n",
|
3040
3048
|
"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."
|
@@ -3063,44 +3071,8 @@
|
|
3063
3071
|
"type": "boolean | 'auto'\n",
|
3064
3072
|
"description": "Hides hint and validation errors. When set to `auto` messages will be rendered only if there's a message (hint, error message, counter value etc) to display."
|
3065
3073
|
},
|
3066
|
-
"VColorInput/counter": {
|
3067
|
-
"type": "string | number | boolean\n",
|
3068
|
-
"description": "Creates counter for input length; if no number is specified, it defaults to 25. Does not apply any validation."
|
3069
|
-
},
|
3070
|
-
"VColorInput/pip": {
|
3071
|
-
"type": "boolean\n",
|
3072
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VColorInput.json))"
|
3073
|
-
},
|
3074
|
-
"VColorInput/pip-icon": {
|
3075
|
-
"type": "string\n",
|
3076
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VColorInput.json))"
|
3077
|
-
},
|
3078
|
-
"VColorInput/cancel-text": {
|
3079
|
-
"type": "string\n",
|
3080
|
-
"description": "Text for the cancel button"
|
3081
|
-
},
|
3082
|
-
"VColorInput/ok-text": {
|
3083
|
-
"type": "string\n",
|
3084
|
-
"description": "Text for the ok button"
|
3085
|
-
},
|
3086
|
-
"VColorInput/hide-actions": {
|
3087
|
-
"type": "boolean\n",
|
3088
|
-
"description": "Prevent showing the default actions buttons. Does not affect `<component :is=\"actions\" />`"
|
3089
|
-
},
|
3090
|
-
"VColorInput/persistent-placeholder": {
|
3091
|
-
"type": "boolean\n",
|
3092
|
-
"description": "Forces placeholder to always be visible."
|
3093
|
-
},
|
3094
|
-
"VColorInput/persistent-counter": {
|
3095
|
-
"type": "boolean\n",
|
3096
|
-
"description": "Forces counter to always be visible."
|
3097
|
-
},
|
3098
|
-
"VColorInput/suffix": {
|
3099
|
-
"type": "string\n",
|
3100
|
-
"description": "Displays suffix text."
|
3101
|
-
},
|
3102
3074
|
"VColorInput/append-inner-icon": {
|
3103
|
-
"type": " | string\n | (new () => any)\n | FunctionalComponent\n
|
3075
|
+
"type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
|
3104
3076
|
"description": "Creates a [v-icon](/api/v-icon/) component in the **append-inner** slot."
|
3105
3077
|
},
|
3106
3078
|
"VColorInput/clearable": {
|
@@ -3108,7 +3080,7 @@
|
|
3108
3080
|
"description": "Allows for the component to be cleared."
|
3109
3081
|
},
|
3110
3082
|
"VColorInput/clear-icon": {
|
3111
|
-
"type": " | string\n | (new () => any)\n | FunctionalComponent\n
|
3083
|
+
"type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
|
3112
3084
|
"description": "The icon used when the **clearable** prop is set to true."
|
3113
3085
|
},
|
3114
3086
|
"VColorInput/dirty": {
|
@@ -3120,7 +3092,7 @@
|
|
3120
3092
|
"description": "Always show the clearable icon when the input is dirty (By default it only shows on hover)."
|
3121
3093
|
},
|
3122
3094
|
"VColorInput/prepend-inner-icon": {
|
3123
|
-
"type": " | string\n | (new () => any)\n | FunctionalComponent\n
|
3095
|
+
"type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
|
3124
3096
|
"description": "Creates a [v-icon](/api/v-icon/) component in the **prepend-inner** slot."
|
3125
3097
|
},
|
3126
3098
|
"VColorInput/single-line": {
|
@@ -3135,6 +3107,26 @@
|
|
3135
3107
|
"type": "unknown\n",
|
3136
3108
|
"description": "**FOR INTERNAL USE ONLY**"
|
3137
3109
|
},
|
3110
|
+
"VColorInput/pip": {
|
3111
|
+
"type": "boolean\n",
|
3112
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VColorInput.json))"
|
3113
|
+
},
|
3114
|
+
"VColorInput/pip-icon": {
|
3115
|
+
"type": "string\n",
|
3116
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VColorInput.json))"
|
3117
|
+
},
|
3118
|
+
"VColorInput/cancel-text": {
|
3119
|
+
"type": "string\n",
|
3120
|
+
"description": "Text for the cancel button"
|
3121
|
+
},
|
3122
|
+
"VColorInput/ok-text": {
|
3123
|
+
"type": "string\n",
|
3124
|
+
"description": "Text for the ok button"
|
3125
|
+
},
|
3126
|
+
"VColorInput/hide-actions": {
|
3127
|
+
"type": "boolean\n",
|
3128
|
+
"description": "Prevent showing the default actions buttons. Does not affect `<component :is=\"actions\" />`"
|
3129
|
+
},
|
3138
3130
|
"VColorInput/canvas-height": {
|
3139
3131
|
"type": "string | number\n",
|
3140
3132
|
"description": "Height of canvas."
|
@@ -3167,29 +3159,81 @@
|
|
3167
3159
|
"type": "string | number\n",
|
3168
3160
|
"description": "Sets the maximum height of the swatches section."
|
3169
3161
|
},
|
3162
|
+
"VColorInput/divided": {
|
3163
|
+
"type": "boolean\n",
|
3164
|
+
"description": "Adds a divider between the header and controls."
|
3165
|
+
},
|
3170
3166
|
"VColorInput/landscape": {
|
3171
3167
|
"type": "boolean\n",
|
3172
3168
|
"description": "Puts the picker into landscape mode."
|
3173
3169
|
},
|
3170
|
+
"VColorInput/hide-header": {
|
3171
|
+
"type": "boolean\n",
|
3172
|
+
"description": "Hide the picker header."
|
3173
|
+
},
|
3174
3174
|
"VColorInput/swatches": {
|
3175
3175
|
"type": "(\n | string\n | number\n | {\n readonly h: number\n readonly s: number\n readonly v: number\n readonly a?: number | undefined\n }\n | {\n readonly r: number\n readonly g: number\n readonly b: number\n readonly a?: number | undefined\n }\n | {\n readonly h: number\n readonly s: number\n readonly l: number\n readonly a?: number | undefined\n }\n)[][]\n",
|
3176
3176
|
"description": "Sets the available color swatches to select from. 2D array of rows and columns, accepts any color format the picker does."
|
3177
3177
|
},
|
3178
|
+
"VColorPicker/tag": {
|
3179
|
+
"type": "string | (new () => any) | FunctionalComponent\n",
|
3180
|
+
"description": "Specify a custom tag used on the root element."
|
3181
|
+
},
|
3182
|
+
"VColorPicker/mode": {
|
3183
|
+
"type": "'rgb' | 'rgba' | 'hsl' | 'hsla' | 'hex' | 'hexa'\n",
|
3184
|
+
"description": "The current selected input type. Syncable with `v-model:mode`."
|
3185
|
+
},
|
3178
3186
|
"VColorPicker/title": {
|
3179
3187
|
"type": "string\n",
|
3180
3188
|
"description": "Specify a title text for the component."
|
3181
3189
|
},
|
3182
|
-
"VColorPicker/
|
3183
|
-
"type": "
|
3184
|
-
"description": "
|
3190
|
+
"VColorPicker/disabled": {
|
3191
|
+
"type": "boolean\n",
|
3192
|
+
"description": "Removes the ability to click or target the component."
|
3193
|
+
},
|
3194
|
+
"VColorPicker/height": {
|
3195
|
+
"type": "string | number\n",
|
3196
|
+
"description": "Sets the height for the component."
|
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."
|
3185
3205
|
},
|
3186
3206
|
"VColorPicker/model-value": {
|
3187
3207
|
"type": "string | Record<string, unknown>\n",
|
3188
3208
|
"description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
|
3189
3209
|
},
|
3190
|
-
"VColorPicker/
|
3210
|
+
"VColorPicker/location": {
|
3211
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a>\n",
|
3212
|
+
"description": "Specifies the component's location. Can combine by using a space separated string."
|
3213
|
+
},
|
3214
|
+
"VColorPicker/color": {
|
3215
|
+
"type": "string\n",
|
3216
|
+
"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)."
|
3217
|
+
},
|
3218
|
+
"VColorPicker/border": {
|
3219
|
+
"type": "string | number | boolean\n",
|
3220
|
+
"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)."
|
3221
|
+
},
|
3222
|
+
"VColorPicker/elevation": {
|
3191
3223
|
"type": "string | number\n",
|
3192
|
-
"description": "
|
3224
|
+
"description": "Designates an elevation applied to the component between 0 and 24. You can find more information on the [elevation page](/styles/elevation)."
|
3225
|
+
},
|
3226
|
+
"VColorPicker/rounded": {
|
3227
|
+
"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/bg-color": {
|
3235
|
+
"type": "string\n",
|
3236
|
+
"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)."
|
3193
3237
|
},
|
3194
3238
|
"VColorPicker/max-height": {
|
3195
3239
|
"type": "string | number\n",
|
@@ -3207,53 +3251,17 @@
|
|
3207
3251
|
"type": "string | number\n",
|
3208
3252
|
"description": "Sets the minimum width for the component."
|
3209
3253
|
},
|
3210
|
-
"VColorPicker/width": {
|
3211
|
-
"type": "string | number\n",
|
3212
|
-
"description": "Sets the width of the color picker."
|
3213
|
-
},
|
3214
|
-
"VColorPicker/elevation": {
|
3215
|
-
"type": "string | number\n",
|
3216
|
-
"description": "Designates an elevation applied to the component between 0 and 24. You can find more information on the [elevation page](/styles/elevation)."
|
3217
|
-
},
|
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
3254
|
"VColorPicker/position": {
|
3223
|
-
"type": "'fixed' | '
|
3255
|
+
"type": "'fixed' | 'relative' | 'absolute' | 'sticky' | 'static'\n",
|
3224
3256
|
"description": "Sets the position for the component."
|
3225
3257
|
},
|
3226
|
-
"VColorPicker/
|
3227
|
-
"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": {
|
3258
|
+
"VColorPicker/divided": {
|
3231
3259
|
"type": "boolean\n",
|
3232
|
-
"description": "
|
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)."
|
3260
|
+
"description": "Adds a divider between the header and controls."
|
3245
3261
|
},
|
3246
|
-
"VColorPicker/
|
3262
|
+
"VColorPicker/hide-header": {
|
3247
3263
|
"type": "boolean\n",
|
3248
|
-
"description": "
|
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`."
|
3264
|
+
"description": "Hide the picker header."
|
3257
3265
|
},
|
3258
3266
|
"VColorPicker/canvas-height": {
|
3259
3267
|
"type": "string | number\n",
|
@@ -3287,18 +3295,10 @@
|
|
3287
3295
|
"type": "string | number\n",
|
3288
3296
|
"description": "Sets the maximum height of the swatches section."
|
3289
3297
|
},
|
3290
|
-
"VColorPicker/divided": {
|
3291
|
-
"type": "boolean\n",
|
3292
|
-
"description": "Adds a divider between the header and controls."
|
3293
|
-
},
|
3294
3298
|
"VColorPicker/landscape": {
|
3295
3299
|
"type": "boolean\n",
|
3296
3300
|
"description": "Puts the picker into landscape mode."
|
3297
3301
|
},
|
3298
|
-
"VColorPicker/hide-header": {
|
3299
|
-
"type": "boolean\n",
|
3300
|
-
"description": "Hide the picker header."
|
3301
|
-
},
|
3302
3302
|
"VColorPicker/swatches": {
|
3303
3303
|
"type": "(\n | string\n | number\n | {\n readonly h: number\n readonly s: number\n readonly v: number\n readonly a?: number | undefined\n }\n | {\n readonly r: number\n readonly g: number\n readonly b: number\n readonly a?: number | undefined\n }\n | {\n readonly h: number\n readonly s: number\n readonly l: number\n readonly a?: number | undefined\n }\n)[][]\n",
|
3304
3304
|
"description": "Sets the available color swatches to select from. 2D array of rows and columns, accepts any color format the picker does."
|
@@ -3503,50 +3503,6 @@
|
|
3503
3503
|
"type": "(a: any, b: any) => boolean\n",
|
3504
3504
|
"description": "Apply a custom comparison algorithm to compare **model-value** and values contains in the **items** prop."
|
3505
3505
|
},
|
3506
|
-
"VCombobox/counter": {
|
3507
|
-
"type": "string | number | boolean\n",
|
3508
|
-
"description": "Creates counter for input length; if no number is specified, it defaults to 25. Does not apply any validation."
|
3509
|
-
},
|
3510
|
-
"VCombobox/persistent-placeholder": {
|
3511
|
-
"type": "boolean\n",
|
3512
|
-
"description": "Forces placeholder to always be visible."
|
3513
|
-
},
|
3514
|
-
"VCombobox/persistent-counter": {
|
3515
|
-
"type": "boolean\n",
|
3516
|
-
"description": "Forces counter to always be visible."
|
3517
|
-
},
|
3518
|
-
"VCombobox/suffix": {
|
3519
|
-
"type": "string\n",
|
3520
|
-
"description": "Displays suffix text."
|
3521
|
-
},
|
3522
|
-
"VCombobox/clearable": {
|
3523
|
-
"type": "boolean\n",
|
3524
|
-
"description": "Allows for the component to be cleared."
|
3525
|
-
},
|
3526
|
-
"VCombobox/clear-icon": {
|
3527
|
-
"type": " | string\n | (new () => any)\n | FunctionalComponent\n | (string | [string, number])[]\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 | (new () => any)\n | FunctionalComponent\n | (string | [string, number])[]\n",
|
3536
|
-
"description": "Creates a [v-icon](/api/v-icon/) component in the **prepend-inner** slot."
|
3537
|
-
},
|
3538
|
-
"VCombobox/single-line": {
|
3539
|
-
"type": "boolean\n",
|
3540
|
-
"description": "Label does not move on focus/dirty."
|
3541
|
-
},
|
3542
|
-
"VCombobox/counter-value": {
|
3543
|
-
"type": "number | ((value: any) => number)\n",
|
3544
|
-
"description": "Function returns the counter display text."
|
3545
|
-
},
|
3546
|
-
"VCombobox/model-modifiers": {
|
3547
|
-
"type": "unknown\n",
|
3548
|
-
"description": "**FOR INTERNAL USE ONLY**"
|
3549
|
-
},
|
3550
3506
|
"VCombobox/auto-select-first": {
|
3551
3507
|
"type": "boolean | 'exact'\n",
|
3552
3508
|
"description": "When searching, will always highlight the first option and select it on blur. `exact` will only highlight and select exact matches."
|
@@ -3643,6 +3599,50 @@
|
|
3643
3599
|
"type": "string\n",
|
3644
3600
|
"description": "Sets color of selected items."
|
3645
3601
|
},
|
3602
|
+
"VCombobox/counter": {
|
3603
|
+
"type": "string | number | boolean\n",
|
3604
|
+
"description": "Creates counter for input length; if no number is specified, it defaults to 25. Does not apply any validation."
|
3605
|
+
},
|
3606
|
+
"VCombobox/persistent-placeholder": {
|
3607
|
+
"type": "boolean\n",
|
3608
|
+
"description": "Forces placeholder to always be visible."
|
3609
|
+
},
|
3610
|
+
"VCombobox/persistent-counter": {
|
3611
|
+
"type": "boolean\n",
|
3612
|
+
"description": "Forces counter to always be visible."
|
3613
|
+
},
|
3614
|
+
"VCombobox/suffix": {
|
3615
|
+
"type": "string\n",
|
3616
|
+
"description": "Displays suffix text."
|
3617
|
+
},
|
3618
|
+
"VCombobox/clearable": {
|
3619
|
+
"type": "boolean\n",
|
3620
|
+
"description": "Allows for the component to be cleared."
|
3621
|
+
},
|
3622
|
+
"VCombobox/clear-icon": {
|
3623
|
+
"type": " | string\n | (new () => any)\n | FunctionalComponent\n | (string | [string, number])[]\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 | (new () => any)\n | FunctionalComponent\n | (string | [string, number])[]\n",
|
3632
|
+
"description": "Creates a [v-icon](/api/v-icon/) component in the **prepend-inner** slot."
|
3633
|
+
},
|
3634
|
+
"VCombobox/single-line": {
|
3635
|
+
"type": "boolean\n",
|
3636
|
+
"description": "Label does not move on focus/dirty."
|
3637
|
+
},
|
3638
|
+
"VCombobox/counter-value": {
|
3639
|
+
"type": "number | ((value: any) => number)\n",
|
3640
|
+
"description": "Function returns the counter display text."
|
3641
|
+
},
|
3642
|
+
"VCombobox/model-modifiers": {
|
3643
|
+
"type": "unknown\n",
|
3644
|
+
"description": "**FOR INTERNAL USE ONLY**"
|
3645
|
+
},
|
3646
3646
|
"VComponentIcon/icon": {
|
3647
3647
|
"type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
|
3648
3648
|
"description": "Apply a specific icon using the [v-icon](/components/icons/) component."
|
@@ -4955,18 +4955,6 @@
|
|
4955
4955
|
"type": "boolean\n",
|
4956
4956
|
"description": "Determines the display mode of the component. If true, the component will be displayed in mobile mode. If false, the component will be displayed in desktop mode. If null, will be based on the current mobile-breakpoint"
|
4957
4957
|
},
|
4958
|
-
"VDateInput/divided": {
|
4959
|
-
"type": "boolean\n",
|
4960
|
-
"description": "Adds a divider between the header and controls."
|
4961
|
-
},
|
4962
|
-
"VDateInput/landscape": {
|
4963
|
-
"type": "boolean\n",
|
4964
|
-
"description": "Puts the picker into landscape mode."
|
4965
|
-
},
|
4966
|
-
"VDateInput/hide-header": {
|
4967
|
-
"type": "boolean\n",
|
4968
|
-
"description": "Hide the picker header."
|
4969
|
-
},
|
4970
4958
|
"VDateInput/cancel-text": {
|
4971
4959
|
"type": "string\n",
|
4972
4960
|
"description": "Text for the cancel button"
|
@@ -4979,6 +4967,18 @@
|
|
4979
4967
|
"type": "boolean\n",
|
4980
4968
|
"description": "Hide the Cancel and OK buttons, and automatically update the value when a date is selected."
|
4981
4969
|
},
|
4970
|
+
"VDateInput/divided": {
|
4971
|
+
"type": "boolean\n",
|
4972
|
+
"description": "Adds a divider between the header and controls."
|
4973
|
+
},
|
4974
|
+
"VDateInput/landscape": {
|
4975
|
+
"type": "boolean\n",
|
4976
|
+
"description": "Puts the picker into landscape mode."
|
4977
|
+
},
|
4978
|
+
"VDateInput/hide-header": {
|
4979
|
+
"type": "boolean\n",
|
4980
|
+
"description": "Hide the picker header."
|
4981
|
+
},
|
4982
4982
|
"VDateInput/mobile-breakpoint": {
|
4983
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,10 +5867,6 @@
|
|
5867
5867
|
"type": "boolean | { class: string }\n",
|
5868
5868
|
"description": "Applies the [v-ripple](/directives/ripple) directive."
|
5869
5869
|
},
|
5870
|
-
"VExpansionPanel/hide-actions": {
|
5871
|
-
"type": "boolean\n",
|
5872
|
-
"description": "Hide the expand icon in the content title."
|
5873
|
-
},
|
5874
5870
|
"VExpansionPanel/expand-icon": {
|
5875
5871
|
"type": " | string\n | (new () => any)\n | FunctionalComponent\n | (string | [string, number])[]\n",
|
5876
5872
|
"description": "Icon used when the expansion panel is in a expandable state."
|
@@ -5879,6 +5875,10 @@
|
|
5879
5875
|
"type": " | string\n | (new () => any)\n | FunctionalComponent\n | (string | [string, number])[]\n",
|
5880
5876
|
"description": "Icon used when the expansion panel is in a collapsable state."
|
5881
5877
|
},
|
5878
|
+
"VExpansionPanel/hide-actions": {
|
5879
|
+
"type": "boolean\n",
|
5880
|
+
"description": "Hide the expand icon in the content title."
|
5881
|
+
},
|
5882
5882
|
"VExpansionPanel/focusable": {
|
5883
5883
|
"type": "boolean\n",
|
5884
5884
|
"description": "Makes the expansion panel content focusable."
|
@@ -5927,10 +5927,6 @@
|
|
5927
5927
|
"type": "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
|
-
},
|
5934
5930
|
"VExpansionPanelTitle/expand-icon": {
|
5935
5931
|
"type": " | string\n | (new () => any)\n | FunctionalComponent\n | (string | [string, number])[]\n",
|
5936
5932
|
"description": "Icon used when the expansion panel is in a expandable state."
|
@@ -5939,6 +5935,10 @@
|
|
5939
5935
|
"type": " | string\n | (new () => any)\n | FunctionalComponent\n | (string | [string, number])[]\n",
|
5940
5936
|
"description": "Icon used when the expansion panel is in a collapsable state."
|
5941
5937
|
},
|
5938
|
+
"VExpansionPanelTitle/hide-actions": {
|
5939
|
+
"type": "boolean\n",
|
5940
|
+
"description": "Hide the expand icon in the content title."
|
5941
|
+
},
|
5942
5942
|
"VExpansionPanelTitle/focusable": {
|
5943
5943
|
"type": "boolean\n",
|
5944
5944
|
"description": "Makes the expansion panel headers focusable."
|
@@ -6019,10 +6019,6 @@
|
|
6019
6019
|
"type": "boolean | { class: string }\n",
|
6020
6020
|
"description": "Applies the [v-ripple](/directives/ripple) directive."
|
6021
6021
|
},
|
6022
|
-
"VExpansionPanels/hide-actions": {
|
6023
|
-
"type": "boolean\n",
|
6024
|
-
"description": "Hide the expand icon in the content title."
|
6025
|
-
},
|
6026
6022
|
"VExpansionPanels/expand-icon": {
|
6027
6023
|
"type": " | string\n | (new () => any)\n | FunctionalComponent\n | (string | [string, number])[]\n",
|
6028
6024
|
"description": "Icon used when the expansion panel is in a expandable state."
|
@@ -6031,6 +6027,10 @@
|
|
6031
6027
|
"type": " | string\n | (new () => any)\n | FunctionalComponent\n | (string | [string, number])[]\n",
|
6032
6028
|
"description": "Icon used when the expansion panel is in a collapsable state."
|
6033
6029
|
},
|
6030
|
+
"VExpansionPanels/hide-actions": {
|
6031
|
+
"type": "boolean\n",
|
6032
|
+
"description": "Hide the expand icon in the content title."
|
6033
|
+
},
|
6034
6034
|
"VExpansionPanels/focusable": {
|
6035
6035
|
"type": "boolean\n",
|
6036
6036
|
"description": "Makes the expansion-panel headers focusable."
|
@@ -6555,6 +6555,10 @@
|
|
6555
6555
|
"type": "boolean | 'auto'\n",
|
6556
6556
|
"description": "Hides hint and validation errors. When set to `auto` messages will be rendered only if there's a message (hint, error message, counter value etc) to display."
|
6557
6557
|
},
|
6558
|
+
"VFileInput/chips": {
|
6559
|
+
"type": "boolean\n",
|
6560
|
+
"description": "Changes display of selections to chips."
|
6561
|
+
},
|
6558
6562
|
"VFileInput/counter": {
|
6559
6563
|
"type": "boolean\n",
|
6560
6564
|
"description": "Displays the number of selected files."
|
@@ -6587,10 +6591,6 @@
|
|
6587
6591
|
"type": "boolean\n",
|
6588
6592
|
"description": "Label does not move on focus/dirty."
|
6589
6593
|
},
|
6590
|
-
"VFileInput/chips": {
|
6591
|
-
"type": "boolean\n",
|
6592
|
-
"description": "Changes display of selections to chips."
|
6593
|
-
},
|
6594
6594
|
"VFileInput/counter-size-string": {
|
6595
6595
|
"type": "string\n",
|
6596
6596
|
"description": "The text displayed when using the **counter** and **show-size** props. Can also be customized globally on the [internationalization page](/customization/internationalization)."
|
@@ -6971,14 +6971,14 @@
|
|
6971
6971
|
"type": "boolean\n",
|
6972
6972
|
"description": "Stop validation as soon as any rules fail."
|
6973
6973
|
},
|
6974
|
-
"VHover/disabled": {
|
6975
|
-
"type": "boolean\n",
|
6976
|
-
"description": "Removes hover functionality."
|
6977
|
-
},
|
6978
6974
|
"VHover/model-value": {
|
6979
6975
|
"type": "boolean\n",
|
6980
6976
|
"description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
|
6981
6977
|
},
|
6978
|
+
"VHover/disabled": {
|
6979
|
+
"type": "boolean\n",
|
6980
|
+
"description": "Removes hover functionality."
|
6981
|
+
},
|
6982
6982
|
"VHover/close-delay": {
|
6983
6983
|
"type": "string | number\n",
|
6984
6984
|
"description": "Milliseconds to wait before closing component. Only applies to hover and focus events."
|
@@ -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,49 +7499,49 @@
|
|
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",
|
7528
7516
|
"description": "Assign a specific name for layout registration."
|
7529
7517
|
},
|
7530
|
-
"VLayoutItem/size": {
|
7531
|
-
"type": "string | number\n",
|
7532
|
-
"description": "Sets the height and width of the component."
|
7518
|
+
"VLayoutItem/size": {
|
7519
|
+
"type": "string | number\n",
|
7520
|
+
"description": "Sets the height and width of the component."
|
7521
|
+
},
|
7522
|
+
"VLayoutItem/model-value": {
|
7523
|
+
"type": "boolean\n",
|
7524
|
+
"description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
|
7525
|
+
},
|
7526
|
+
"VLayoutItem/absolute": {
|
7527
|
+
"type": "boolean\n",
|
7528
|
+
"description": "Applies **position: absolute** to the component."
|
7533
7529
|
},
|
7534
7530
|
"VLayoutItem/order": {
|
7535
7531
|
"type": "string | number\n",
|
7536
7532
|
"description": "Adjust the order of the component in relation to its registration order."
|
7537
7533
|
},
|
7538
|
-
"
|
7539
|
-
"type": "
|
7540
|
-
"description": "
|
7541
|
-
},
|
7542
|
-
"VLazy/height": {
|
7543
|
-
"type": "string | number\n",
|
7544
|
-
"description": "Sets the height for the component."
|
7545
|
-
},
|
7546
|
-
"VLazy/width": {
|
7547
|
-
"type": "string | number\n",
|
7548
|
-
"description": "Sets the width for the component."
|
7534
|
+
"VLayoutItem/position": {
|
7535
|
+
"type": "'top' | 'left' | 'right' | 'bottom'\n",
|
7536
|
+
"description": "The position of the item."
|
7549
7537
|
},
|
7550
7538
|
"VLazy/model-value": {
|
7551
7539
|
"type": "boolean\n",
|
7552
7540
|
"description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
|
7553
7541
|
},
|
7554
|
-
"VLazy/
|
7555
|
-
"type": "string |
|
7556
|
-
"description": "Sets the
|
7542
|
+
"VLazy/height": {
|
7543
|
+
"type": "string | number\n",
|
7544
|
+
"description": "Sets the height for the component."
|
7557
7545
|
},
|
7558
7546
|
"VLazy/max-height": {
|
7559
7547
|
"type": "string | number\n",
|
@@ -7571,18 +7559,30 @@
|
|
7571
7559
|
"type": "string | number\n",
|
7572
7560
|
"description": "Sets the minimum width for the component."
|
7573
7561
|
},
|
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
|
+
},
|
7570
|
+
"VLazy/transition": {
|
7571
|
+
"type": "string | boolean | (TransitionProps & { component: Component })\n",
|
7572
|
+
"description": "Sets the component transition. Can be one of the [built in](/styles/transitions/) or custom transition."
|
7573
|
+
},
|
7574
7574
|
"VLazy/options": {
|
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/tag": {
|
7587
7587
|
"type": "string | (new () => any) | FunctionalComponent\n",
|
7588
7588
|
"description": "Specify a custom tag used on the root element."
|
@@ -7807,10 +7807,6 @@
|
|
7807
7807
|
"type": "string\n",
|
7808
7808
|
"description": "Specify a custom tag used on the root element."
|
7809
7809
|
},
|
7810
|
-
"VListItem/title": {
|
7811
|
-
"type": "string | number | boolean\n",
|
7812
|
-
"description": "Generates a `v-list-item-title` component with the supplied value. Note that this overrides the native [`title`](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/title) attribute, that must be set with `v-bind:title.attr` instead."
|
7813
|
-
},
|
7814
7810
|
"VListItem/replace": {
|
7815
7811
|
"type": "boolean\n",
|
7816
7812
|
"description": "Setting **replace** prop will call `router.replace()` instead of `router.push()` when clicked, so the navigation will not leave a history record. You can find more information about the [replace](https://router.vuejs.org/api/#replace) prop on the vue-router documentation."
|
@@ -7819,37 +7815,49 @@
|
|
7819
7815
|
"type": "boolean\n",
|
7820
7816
|
"description": "Designates that the component is a link. This is automatic when using the href or to prop."
|
7821
7817
|
},
|
7822
|
-
"VListItem/
|
7818
|
+
"VListItem/tag": {
|
7819
|
+
"type": "string | (new () => any) | FunctionalComponent\n",
|
7820
|
+
"description": "Specify a custom tag used on the root element."
|
7821
|
+
},
|
7822
|
+
"VListItem/nav": {
|
7823
|
+
"type": "boolean\n",
|
7824
|
+
"description": "Reduces the width v-list-item takes up as well as adding a border radius."
|
7825
|
+
},
|
7826
|
+
"VListItem/title": {
|
7823
7827
|
"type": "string | number | boolean\n",
|
7824
|
-
"description": "
|
7828
|
+
"description": "Generates a `v-list-item-title` component with the supplied value. Note that this overrides the native [`title`](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/title) attribute, that must be set with `v-bind:title.attr` instead."
|
7825
7829
|
},
|
7826
|
-
"VListItem/
|
7827
|
-
"type": "
|
7828
|
-
"description": "
|
7830
|
+
"VListItem/disabled": {
|
7831
|
+
"type": "boolean\n",
|
7832
|
+
"description": "Removes the ability to click or target the component."
|
7829
7833
|
},
|
7830
7834
|
"VListItem/height": {
|
7831
7835
|
"type": "string | number\n",
|
7832
7836
|
"description": "Sets the height for the component."
|
7833
7837
|
},
|
7834
|
-
"VListItem/
|
7835
|
-
"type": "
|
7836
|
-
"description": "
|
7838
|
+
"VListItem/value": {
|
7839
|
+
"type": "any\n",
|
7840
|
+
"description": "The value used for selection. Obtained from [`v-list`](/api/v-list)'s `v-model:selected` when the item is selected."
|
7837
7841
|
},
|
7838
|
-
"VListItem/
|
7842
|
+
"VListItem/width": {
|
7839
7843
|
"type": "string | number\n",
|
7840
|
-
"description": "Sets the
|
7844
|
+
"description": "Sets the width for the component."
|
7841
7845
|
},
|
7842
|
-
"VListItem/
|
7843
|
-
"type": "string
|
7844
|
-
"description": "
|
7846
|
+
"VListItem/theme": {
|
7847
|
+
"type": "string\n",
|
7848
|
+
"description": "Specify a theme for this component and all of its children."
|
7845
7849
|
},
|
7846
|
-
"VListItem/
|
7847
|
-
"type": "string
|
7848
|
-
"description": "
|
7850
|
+
"VListItem/color": {
|
7851
|
+
"type": "string\n",
|
7852
|
+
"description": "Applies specified color to the control when in an **active** state or **input-value** is **true** - supports utility colors (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors),"
|
7849
7853
|
},
|
7850
|
-
"VListItem/
|
7851
|
-
"type": "
|
7852
|
-
"description": "
|
7854
|
+
"VListItem/density": {
|
7855
|
+
"type": "'default' | 'comfortable' | 'compact'\n",
|
7856
|
+
"description": "Adjusts the vertical height used by the component."
|
7857
|
+
},
|
7858
|
+
"VListItem/border": {
|
7859
|
+
"type": "string | number | boolean\n",
|
7860
|
+
"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)."
|
7853
7861
|
},
|
7854
7862
|
"VListItem/elevation": {
|
7855
7863
|
"type": "string | number\n",
|
@@ -7863,48 +7871,64 @@
|
|
7863
7871
|
"type": "boolean\n",
|
7864
7872
|
"description": "Removes any applied **border-radius** from the component."
|
7865
7873
|
},
|
7866
|
-
"VListItem/
|
7867
|
-
"type": "
|
7868
|
-
"description": "
|
7874
|
+
"VListItem/variant": {
|
7875
|
+
"type": "'flat' | 'text' | 'elevated' | 'tonal' | 'outlined' | 'plain'\n",
|
7876
|
+
"description": "Applies a distinct style to the component."
|
7869
7877
|
},
|
7870
|
-
"VListItem/
|
7871
|
-
"type": "string\n",
|
7872
|
-
"description": "
|
7878
|
+
"VListItem/max-height": {
|
7879
|
+
"type": "string | number\n",
|
7880
|
+
"description": "Sets the maximum height for the component."
|
7873
7881
|
},
|
7874
|
-
"VListItem/
|
7875
|
-
"type": "string\n",
|
7876
|
-
"description": "
|
7882
|
+
"VListItem/max-width": {
|
7883
|
+
"type": "string | number\n",
|
7884
|
+
"description": "Sets the maximum width for the component."
|
7877
7885
|
},
|
7878
|
-
"VListItem/
|
7879
|
-
"type": "
|
7880
|
-
"description": "
|
7886
|
+
"VListItem/min-height": {
|
7887
|
+
"type": "string | number\n",
|
7888
|
+
"description": "Sets the minimum height for the component."
|
7881
7889
|
},
|
7882
|
-
"VListItem/
|
7883
|
-
"type": "
|
7884
|
-
"description": "
|
7890
|
+
"VListItem/min-width": {
|
7891
|
+
"type": "string | number\n",
|
7892
|
+
"description": "Sets the minimum width for the component."
|
7885
7893
|
},
|
7886
|
-
"VListItem/
|
7887
|
-
"type": "
|
7888
|
-
"description": "The
|
7894
|
+
"VListItem/lines": {
|
7895
|
+
"type": "false | 'one' | 'two' | 'three'\n",
|
7896
|
+
"description": "The line declaration specifies the minimum height of the item and can also be controlled from v-list with the same prop."
|
7897
|
+
},
|
7898
|
+
"VListItem/base-color": {
|
7899
|
+
"type": "string\n",
|
7900
|
+
"description": "Sets the color of component when not focused."
|
7889
7901
|
},
|
7890
7902
|
"VListItem/active": {
|
7891
7903
|
"type": "boolean\n",
|
7892
7904
|
"description": "Controls the **active** state of the item. This is typically used to highlight the component."
|
7893
7905
|
},
|
7906
|
+
"VListItem/active-class": {
|
7907
|
+
"type": "string\n",
|
7908
|
+
"description": "The class applied to the component when it matches the current route. Find more information about the [active-class prop](https://router.vuejs.org/api/#active-class) on the [vue-router](https://router.vuejs.org/) documentation."
|
7909
|
+
},
|
7894
7910
|
"VListItem/active-color": {
|
7895
7911
|
"type": "string\n",
|
7896
7912
|
"description": "Deprecated, use `color` instead."
|
7897
7913
|
},
|
7898
|
-
"VListItem/
|
7914
|
+
"VListItem/href": {
|
7899
7915
|
"type": "string\n",
|
7900
|
-
"description": "
|
7916
|
+
"description": "Designates the component as anchor and applies the **href** attribute."
|
7917
|
+
},
|
7918
|
+
"VListItem/to": {
|
7919
|
+
"type": "string | RouteLocationAsRelativeGeneric | RouteLocationAsPathGeneric\n",
|
7920
|
+
"description": "Denotes the target route of the link. You can find more information about the [**to** prop](https://router.vuejs.org/api/#to) on the vue-router documentation."
|
7921
|
+
},
|
7922
|
+
"VListItem/exact": {
|
7923
|
+
"type": "boolean\n",
|
7924
|
+
"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."
|
7901
7925
|
},
|
7902
7926
|
"VListItem/prepend-icon": {
|
7903
|
-
"type": " | string\n | (
|
7927
|
+
"type": " | string\n | (new () => any)\n | FunctionalComponent\n | (string | [string, number])[]\n",
|
7904
7928
|
"description": "Creates a [v-icon](/api/v-icon/) component in the **prepend** slot before default content."
|
7905
7929
|
},
|
7906
7930
|
"VListItem/append-icon": {
|
7907
|
-
"type": " | string\n | (
|
7931
|
+
"type": " | string\n | (new () => any)\n | FunctionalComponent\n | (string | [string, number])[]\n",
|
7908
7932
|
"description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot."
|
7909
7933
|
},
|
7910
7934
|
"VListItem/slim": {
|
@@ -7915,34 +7939,10 @@
|
|
7915
7939
|
"type": "boolean | { class: string }\n",
|
7916
7940
|
"description": "Applies the [v-ripple](/directives/ripple) directive."
|
7917
7941
|
},
|
7918
|
-
"VListItem/href": {
|
7919
|
-
"type": "string\n",
|
7920
|
-
"description": "Designates the component as anchor and applies the **href** attribute."
|
7921
|
-
},
|
7922
|
-
"VListItem/exact": {
|
7923
|
-
"type": "boolean\n",
|
7924
|
-
"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."
|
7925
|
-
},
|
7926
|
-
"VListItem/to": {
|
7927
|
-
"type": "string | RouteLocationAsRelativeGeneric | RouteLocationAsPathGeneric\n",
|
7928
|
-
"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."
|
7929
|
-
},
|
7930
7942
|
"VListItem/subtitle": {
|
7931
7943
|
"type": "string | number | boolean\n",
|
7932
7944
|
"description": "Specify a subtitle text for the component."
|
7933
7945
|
},
|
7934
|
-
"VListItem/active-class": {
|
7935
|
-
"type": "string\n",
|
7936
|
-
"description": "The class applied to the component when it matches the current route. Find more information about the [active-class prop](https://router.vuejs.org/api/#active-class) on the [vue-router](https://router.vuejs.org/) documentation."
|
7937
|
-
},
|
7938
|
-
"VListItem/lines": {
|
7939
|
-
"type": "false | 'one' | 'two' | 'three'\n",
|
7940
|
-
"description": "The line declaration specifies the minimum height of the item and can also be controlled from v-list with the same prop."
|
7941
|
-
},
|
7942
|
-
"VListItem/nav": {
|
7943
|
-
"type": "boolean\n",
|
7944
|
-
"description": "Reduces the width v-list-item takes up as well as adding a border radius."
|
7945
|
-
},
|
7946
7946
|
"VListItem/append-avatar": {
|
7947
7947
|
"type": "string\n",
|
7948
7948
|
"description": "Appends a [v-avatar](/components/avatars/) component after default content in the **append** slot."
|
@@ -7951,29 +7951,29 @@
|
|
7951
7951
|
"type": "string\n",
|
7952
7952
|
"description": "Prepends a [v-avatar](/components/avatars/) component in the **prepend** slot before default content."
|
7953
7953
|
},
|
7954
|
-
"VListItemAction/
|
7955
|
-
"type": "
|
7956
|
-
"description": "
|
7954
|
+
"VListItemAction/end": {
|
7955
|
+
"type": "boolean\n",
|
7956
|
+
"description": "Applies margin at the start of the component."
|
7957
7957
|
},
|
7958
7958
|
"VListItemAction/start": {
|
7959
7959
|
"type": "boolean\n",
|
7960
7960
|
"description": "Applies margin at the end of the component."
|
7961
7961
|
},
|
7962
|
-
"VListItemAction/
|
7963
|
-
"type": "boolean\n",
|
7964
|
-
"description": "Applies margin at the start of the component."
|
7965
|
-
},
|
7966
|
-
"VListItemMedia/tag": {
|
7962
|
+
"VListItemAction/tag": {
|
7967
7963
|
"type": "string | (new () => any) | FunctionalComponent\n",
|
7968
7964
|
"description": "Specify a custom tag used on the root element."
|
7969
7965
|
},
|
7966
|
+
"VListItemMedia/end": {
|
7967
|
+
"type": "boolean\n",
|
7968
|
+
"description": "Applies margin at the start of the component."
|
7969
|
+
},
|
7970
7970
|
"VListItemMedia/start": {
|
7971
7971
|
"type": "boolean\n",
|
7972
7972
|
"description": "Applies margin at the end of the component."
|
7973
7973
|
},
|
7974
|
-
"VListItemMedia/
|
7975
|
-
"type": "
|
7976
|
-
"description": "
|
7974
|
+
"VListItemMedia/tag": {
|
7975
|
+
"type": "string | (new () => any) | FunctionalComponent\n",
|
7976
|
+
"description": "Specify a custom tag used on the root element."
|
7977
7977
|
},
|
7978
7978
|
"VListItemSubtitle/tag": {
|
7979
7979
|
"type": "string | (new () => any) | FunctionalComponent\n",
|
@@ -10101,75 +10101,31 @@
|
|
10101
10101
|
},
|
10102
10102
|
"VSelect/error-messages": {
|
10103
10103
|
"type": "string | string[]\n",
|
10104
|
-
"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."
|
10105
|
-
},
|
10106
|
-
"VSelect/max-errors": {
|
10107
|
-
"type": "string | number\n",
|
10108
|
-
"description": "Control the maximum number of shown errors from validation."
|
10109
|
-
},
|
10110
|
-
"VSelect/rules": {
|
10111
|
-
"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",
|
10112
|
-
"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`."
|
10113
|
-
},
|
10114
|
-
"VSelect/validate-on": {
|
10115
|
-
"type": " | 'eager'\n | 'lazy'\n | 'blur'\n | 'input'\n | 'submit'\n | 'invalid-input'\n | 'blur lazy'\n | 'input lazy'\n | 'submit lazy'\n | 'invalid-input lazy'\n | 'blur eager'\n | 'input eager'\n | 'submit eager'\n | 'invalid-input eager'\n | 'lazy blur'\n | 'lazy input'\n | 'lazy submit'\n | 'lazy invalid-input'\n | 'eager blur'\n | 'eager input'\n | 'eager submit'\n | 'eager invalid-input'\n",
|
10116
|
-
"description": "Change what type of event triggers validation to run."
|
10117
|
-
},
|
10118
|
-
"VSelect/focused": {
|
10119
|
-
"type": "boolean\n",
|
10120
|
-
"description": "Forces a focused state styling on the component."
|
10121
|
-
},
|
10122
|
-
"VSelect/hide-details": {
|
10123
|
-
"type": "boolean | 'auto'\n",
|
10124
|
-
"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."
|
10125
|
-
},
|
10126
|
-
"VSelect/value-comparator": {
|
10127
|
-
"type": "(a: any, b: any) => boolean\n",
|
10128
|
-
"description": "Apply a custom comparison algorithm to compare **model-value** and values contains in the **items** prop."
|
10129
|
-
},
|
10130
|
-
"VSelect/counter": {
|
10131
|
-
"type": "string | number | boolean\n",
|
10132
|
-
"description": "Creates counter for input length; if no number is specified, it defaults to 25. Does not apply any validation."
|
10133
|
-
},
|
10134
|
-
"VSelect/persistent-placeholder": {
|
10135
|
-
"type": "boolean\n",
|
10136
|
-
"description": "Forces placeholder to always be visible."
|
10137
|
-
},
|
10138
|
-
"VSelect/persistent-counter": {
|
10139
|
-
"type": "boolean\n",
|
10140
|
-
"description": "Forces counter to always be visible."
|
10141
|
-
},
|
10142
|
-
"VSelect/suffix": {
|
10143
|
-
"type": "string\n",
|
10144
|
-
"description": "Displays suffix text."
|
10145
|
-
},
|
10146
|
-
"VSelect/clearable": {
|
10147
|
-
"type": "boolean\n",
|
10148
|
-
"description": "Allows for the component to be cleared."
|
10149
|
-
},
|
10150
|
-
"VSelect/clear-icon": {
|
10151
|
-
"type": " | string\n | (new () => any)\n | FunctionalComponent\n | (string | [string, number])[]\n",
|
10152
|
-
"description": "The icon used when the **clearable** prop is set to true."
|
10104
|
+
"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."
|
10153
10105
|
},
|
10154
|
-
"VSelect/
|
10155
|
-
"type": "
|
10156
|
-
"description": "
|
10106
|
+
"VSelect/max-errors": {
|
10107
|
+
"type": "string | number\n",
|
10108
|
+
"description": "Control the maximum number of shown errors from validation."
|
10157
10109
|
},
|
10158
|
-
"VSelect/
|
10159
|
-
"type": " | string\n | (
|
10160
|
-
"description": "
|
10110
|
+
"VSelect/rules": {
|
10111
|
+
"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",
|
10112
|
+
"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`."
|
10161
10113
|
},
|
10162
|
-
"VSelect/
|
10114
|
+
"VSelect/validate-on": {
|
10115
|
+
"type": " | 'eager'\n | 'lazy'\n | 'blur'\n | 'input'\n | 'submit'\n | 'invalid-input'\n | 'blur lazy'\n | 'input lazy'\n | 'submit lazy'\n | 'invalid-input lazy'\n | 'blur eager'\n | 'input eager'\n | 'submit eager'\n | 'invalid-input eager'\n | 'lazy blur'\n | 'lazy input'\n | 'lazy submit'\n | 'lazy invalid-input'\n | 'eager blur'\n | 'eager input'\n | 'eager submit'\n | 'eager invalid-input'\n",
|
10116
|
+
"description": "Change what type of event triggers validation to run."
|
10117
|
+
},
|
10118
|
+
"VSelect/focused": {
|
10163
10119
|
"type": "boolean\n",
|
10164
|
-
"description": "
|
10120
|
+
"description": "Forces a focused state styling on the component."
|
10165
10121
|
},
|
10166
|
-
"VSelect/
|
10167
|
-
"type": "
|
10168
|
-
"description": "
|
10122
|
+
"VSelect/hide-details": {
|
10123
|
+
"type": "boolean | 'auto'\n",
|
10124
|
+
"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."
|
10169
10125
|
},
|
10170
|
-
"VSelect/
|
10171
|
-
"type": "
|
10172
|
-
"description": "**
|
10126
|
+
"VSelect/value-comparator": {
|
10127
|
+
"type": "(a: any, b: any) => boolean\n",
|
10128
|
+
"description": "Apply a custom comparison algorithm to compare **model-value** and values contains in the **items** prop."
|
10173
10129
|
},
|
10174
10130
|
"VSelect/chips": {
|
10175
10131
|
"type": "boolean\n",
|
@@ -10239,6 +10195,50 @@
|
|
10239
10195
|
"type": "string\n",
|
10240
10196
|
"description": "Sets color of selected items."
|
10241
10197
|
},
|
10198
|
+
"VSelect/counter": {
|
10199
|
+
"type": "string | number | boolean\n",
|
10200
|
+
"description": "Creates counter for input length; if no number is specified, it defaults to 25. Does not apply any validation."
|
10201
|
+
},
|
10202
|
+
"VSelect/persistent-placeholder": {
|
10203
|
+
"type": "boolean\n",
|
10204
|
+
"description": "Forces placeholder to always be visible."
|
10205
|
+
},
|
10206
|
+
"VSelect/persistent-counter": {
|
10207
|
+
"type": "boolean\n",
|
10208
|
+
"description": "Forces counter to always be visible."
|
10209
|
+
},
|
10210
|
+
"VSelect/suffix": {
|
10211
|
+
"type": "string\n",
|
10212
|
+
"description": "Displays suffix text."
|
10213
|
+
},
|
10214
|
+
"VSelect/clearable": {
|
10215
|
+
"type": "boolean\n",
|
10216
|
+
"description": "Allows for the component to be cleared."
|
10217
|
+
},
|
10218
|
+
"VSelect/clear-icon": {
|
10219
|
+
"type": " | string\n | (new () => any)\n | FunctionalComponent\n | (string | [string, number])[]\n",
|
10220
|
+
"description": "The icon used when the **clearable** prop is set to true."
|
10221
|
+
},
|
10222
|
+
"VSelect/persistent-clear": {
|
10223
|
+
"type": "boolean\n",
|
10224
|
+
"description": "Always show the clearable icon when the input is dirty (By default it only shows on hover)."
|
10225
|
+
},
|
10226
|
+
"VSelect/prepend-inner-icon": {
|
10227
|
+
"type": " | string\n | (new () => any)\n | FunctionalComponent\n | (string | [string, number])[]\n",
|
10228
|
+
"description": "Creates a [v-icon](/api/v-icon/) component in the **prepend-inner** slot."
|
10229
|
+
},
|
10230
|
+
"VSelect/single-line": {
|
10231
|
+
"type": "boolean\n",
|
10232
|
+
"description": "Label does not move on focus/dirty."
|
10233
|
+
},
|
10234
|
+
"VSelect/counter-value": {
|
10235
|
+
"type": "number | ((value: any) => number)\n",
|
10236
|
+
"description": "Function returns the counter display text."
|
10237
|
+
},
|
10238
|
+
"VSelect/model-modifiers": {
|
10239
|
+
"type": "unknown\n",
|
10240
|
+
"description": "**FOR INTERNAL USE ONLY**"
|
10241
|
+
},
|
10242
10242
|
"VSelectionControl/type": {
|
10243
10243
|
"type": "string\n",
|
10244
10244
|
"description": "Provides the default type for children selection controls."
|
@@ -11035,54 +11035,38 @@
|
|
11035
11035
|
"type": "string | number\n",
|
11036
11036
|
"description": "Time (in milliseconds) to wait until snackbar is automatically hidden. Use `-1` to keep open indefinitely (`0` in version < 2.3 ). It is recommended for this number to be between `4000` and `10000`. Changes to this property will reset the timeout."
|
11037
11037
|
},
|
11038
|
-
"VSnackbarQueue/
|
11039
|
-
"type": "
|
11040
|
-
"description": "
|
11041
|
-
},
|
11042
|
-
"VSnackbarQueue/closable": {
|
11043
|
-
"type": "string | boolean\n",
|
11044
|
-
"description": "Adds a dismiss button that closes the active snackbar."
|
11045
|
-
},
|
11046
|
-
"VSnackbarQueue/model-value": {
|
11047
|
-
"type": "(\n | string\n | ({\n text: string\n class: any\n height: string | number\n maxHeight: string | number\n maxWidth: string | number\n minHeight: string | number\n minWidth: string | number\n width: string | number\n location: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a>\n position: 'fixed' | 'static' | 'relative' | 'absolute' | 'sticky'\n absolute: boolean\n rounded: string | number | boolean\n tile: boolean\n theme: string\n color: string\n variant: 'text' | 'flat' | 'elevated' | 'tonal' | 'outlined' | 'plain'\n disabled: boolean\n eager: boolean\n closeOnBack: boolean\n contained: boolean\n contentClass: any\n contentProps: any\n opacity: string | number\n zIndex: string | number\n target:\n | Element\n | (string & {})\n | 'parent'\n | 'cursor'\n | ComponentPublicInstance\n | [number, number]\n closeOnContentClick: boolean\n locationStrategy: 'static' | 'connected' | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VOverlay/locationStrategies.ts#L38-L42\" target=\"_blank\">LocationStrategyFunction</a>\n origin: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a> | 'auto' | 'overlap'\n offset: string | number | number[]\n transition:\n | string\n | boolean\n | (TransitionProps & { component: Component })\n attach: string | boolean | Element\n vertical: boolean\n multiLine: boolean\n timer: string | boolean\n timeout: string | number\n } & { style: any })\n)[]\n",
|
11048
|
-
"description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
|
11038
|
+
"VSnackbarQueue/disabled": {
|
11039
|
+
"type": "boolean\n",
|
11040
|
+
"description": "Removes the ability to click or target the component."
|
11049
11041
|
},
|
11050
11042
|
"VSnackbarQueue/height": {
|
11051
11043
|
"type": "string | number\n",
|
11052
11044
|
"description": "Sets the height for the component."
|
11053
11045
|
},
|
11054
|
-
"VSnackbarQueue/max-height": {
|
11055
|
-
"type": "string | number\n",
|
11056
|
-
"description": "Sets the maximum height for the component."
|
11057
|
-
},
|
11058
|
-
"VSnackbarQueue/max-width": {
|
11059
|
-
"type": "string | number\n",
|
11060
|
-
"description": "Sets the maximum width for the component."
|
11061
|
-
},
|
11062
|
-
"VSnackbarQueue/min-height": {
|
11063
|
-
"type": "string | number\n",
|
11064
|
-
"description": "Sets the minimum height for the component."
|
11065
|
-
},
|
11066
|
-
"VSnackbarQueue/min-width": {
|
11067
|
-
"type": "string | number\n",
|
11068
|
-
"description": "Sets the minimum width for the component."
|
11069
|
-
},
|
11070
11046
|
"VSnackbarQueue/width": {
|
11071
11047
|
"type": "string | number\n",
|
11072
11048
|
"description": "Sets the width for the component."
|
11073
11049
|
},
|
11050
|
+
"VSnackbarQueue/theme": {
|
11051
|
+
"type": "string\n",
|
11052
|
+
"description": "Specify a theme for this component and all of its children."
|
11053
|
+
},
|
11054
|
+
"VSnackbarQueue/model-value": {
|
11055
|
+
"type": "(\n | string\n | ({\n class: any\n disabled: boolean\n height: string | number\n width: string | number\n theme: string\n location: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a>\n absolute: boolean\n color: string\n rounded: string | number | boolean\n tile: boolean\n text: string\n variant: 'flat' | 'text' | 'elevated' | 'tonal' | 'outlined' | 'plain'\n transition:\n | string\n | boolean\n | (TransitionProps & { component: Component })\n maxHeight: string | number\n maxWidth: string | number\n minHeight: string | number\n minWidth: string | number\n position: 'fixed' | 'relative' | 'absolute' | 'sticky' | 'static'\n closeOnBack: boolean\n contained: boolean\n contentClass: any\n contentProps: any\n opacity: string | number\n zIndex: string | number\n target:\n | Element\n | (string & {})\n | 'parent'\n | 'cursor'\n | ComponentPublicInstance\n | [number, number]\n closeOnContentClick: boolean\n eager: boolean\n locationStrategy: 'static' | 'connected' | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VOverlay/locationStrategies.ts#L38-L42\" target=\"_blank\">LocationStrategyFunction</a>\n origin: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a> | 'auto' | 'overlap'\n offset: string | number | number[]\n attach: string | boolean | Element\n vertical: boolean\n multiLine: boolean\n timer: string | boolean\n timeout: string | number\n } & { style: any })\n)[]\n",
|
11056
|
+
"description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
|
11057
|
+
},
|
11074
11058
|
"VSnackbarQueue/location": {
|
11075
11059
|
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a>\n",
|
11076
11060
|
"description": "Specifies the anchor point for positioning the component, using directional cues to align it either horizontally, vertically, or both.."
|
11077
11061
|
},
|
11078
|
-
"VSnackbarQueue/position": {
|
11079
|
-
"type": "'fixed' | 'static' | 'relative' | 'absolute' | 'sticky'\n",
|
11080
|
-
"description": "Sets the position for the component."
|
11081
|
-
},
|
11082
11062
|
"VSnackbarQueue/absolute": {
|
11083
11063
|
"type": "boolean\n",
|
11084
11064
|
"description": "Applies **position: absolute** to the content element."
|
11085
11065
|
},
|
11066
|
+
"VSnackbarQueue/color": {
|
11067
|
+
"type": "string\n",
|
11068
|
+
"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)."
|
11069
|
+
},
|
11086
11070
|
"VSnackbarQueue/rounded": {
|
11087
11071
|
"type": "string | number | boolean\n",
|
11088
11072
|
"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)."
|
@@ -11091,29 +11075,37 @@
|
|
11091
11075
|
"type": "boolean\n",
|
11092
11076
|
"description": "Removes any applied **border-radius** from the component."
|
11093
11077
|
},
|
11094
|
-
"VSnackbarQueue/
|
11095
|
-
"type": "string\n",
|
11096
|
-
"description": "Specify a theme for this component and all of its children."
|
11097
|
-
},
|
11098
|
-
"VSnackbarQueue/color": {
|
11078
|
+
"VSnackbarQueue/text": {
|
11099
11079
|
"type": "string\n",
|
11100
|
-
"description": "
|
11080
|
+
"description": "Specify content text for the component."
|
11101
11081
|
},
|
11102
11082
|
"VSnackbarQueue/variant": {
|
11103
|
-
"type": "'
|
11083
|
+
"type": "'flat' | 'text' | 'elevated' | 'tonal' | 'outlined' | 'plain'\n",
|
11104
11084
|
"description": "Applies a distinct style to the component."
|
11105
11085
|
},
|
11106
|
-
"VSnackbarQueue/
|
11107
|
-
"type": "boolean\n",
|
11108
|
-
"description": "
|
11086
|
+
"VSnackbarQueue/transition": {
|
11087
|
+
"type": "string | boolean | (TransitionProps & { component: Component })\n",
|
11088
|
+
"description": "Sets the component transition. Can be one of the [built in](/styles/transitions/) or custom transition."
|
11109
11089
|
},
|
11110
|
-
"VSnackbarQueue/
|
11111
|
-
"type": "string\n",
|
11112
|
-
"description": "
|
11090
|
+
"VSnackbarQueue/max-height": {
|
11091
|
+
"type": "string | number\n",
|
11092
|
+
"description": "Sets the maximum height for the component."
|
11113
11093
|
},
|
11114
|
-
"VSnackbarQueue/
|
11115
|
-
"type": "
|
11116
|
-
"description": "
|
11094
|
+
"VSnackbarQueue/max-width": {
|
11095
|
+
"type": "string | number\n",
|
11096
|
+
"description": "Sets the maximum width for the component."
|
11097
|
+
},
|
11098
|
+
"VSnackbarQueue/min-height": {
|
11099
|
+
"type": "string | number\n",
|
11100
|
+
"description": "Sets the minimum height for the component."
|
11101
|
+
},
|
11102
|
+
"VSnackbarQueue/min-width": {
|
11103
|
+
"type": "string | number\n",
|
11104
|
+
"description": "Sets the minimum width for the component."
|
11105
|
+
},
|
11106
|
+
"VSnackbarQueue/position": {
|
11107
|
+
"type": "'fixed' | 'relative' | 'absolute' | 'sticky' | 'static'\n",
|
11108
|
+
"description": "Sets the position for the component."
|
11117
11109
|
},
|
11118
11110
|
"VSnackbarQueue/activator": {
|
11119
11111
|
"type": "Element | (string & {}) | 'parent' | ComponentPublicInstance\n",
|
@@ -11175,6 +11167,10 @@
|
|
11175
11167
|
"type": "string | number\n",
|
11176
11168
|
"description": "Milliseconds to wait before opening component. Only applies to hover and focus events."
|
11177
11169
|
},
|
11170
|
+
"VSnackbarQueue/eager": {
|
11171
|
+
"type": "boolean\n",
|
11172
|
+
"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."
|
11173
|
+
},
|
11178
11174
|
"VSnackbarQueue/location-strategy": {
|
11179
11175
|
"type": "'static' | 'connected' | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VOverlay/locationStrategies.ts#L38-L42\" target=\"_blank\">LocationStrategyFunction</a>\n",
|
11180
11176
|
"description": "A function used to specifies how the component should position relative to its activator."
|
@@ -11187,10 +11183,6 @@
|
|
11187
11183
|
"type": "string | number | number[]\n",
|
11188
11184
|
"description": "Increases distance from the target. When passed as a pair of numbers, the second value shifts anchor along the side and away from the target."
|
11189
11185
|
},
|
11190
|
-
"VSnackbarQueue/transition": {
|
11191
|
-
"type": "string | boolean | (TransitionProps & { component: Component })\n",
|
11192
|
-
"description": "Sets the component transition. Can be one of the [built in](/styles/transitions/) or custom transition."
|
11193
|
-
},
|
11194
11186
|
"VSnackbarQueue/attach": {
|
11195
11187
|
"type": "string | boolean | Element\n",
|
11196
11188
|
"description": "Specifies which DOM element the overlay content should teleport to. Can be a direct element reference, querySelector string, or `true` to disable teleporting. Uses `body` by default."
|
@@ -11199,6 +11191,14 @@
|
|
11199
11191
|
"type": "boolean\n",
|
11200
11192
|
"description": "Stacks snackbar content on top of the actions (button)."
|
11201
11193
|
},
|
11194
|
+
"VSnackbarQueue/closable": {
|
11195
|
+
"type": "string | boolean\n",
|
11196
|
+
"description": "Adds a dismiss button that closes the active snackbar."
|
11197
|
+
},
|
11198
|
+
"VSnackbarQueue/close-text": {
|
11199
|
+
"type": "string\n",
|
11200
|
+
"description": "The text used in the close button when using the **closable** prop."
|
11201
|
+
},
|
11202
11202
|
"VSnackbarQueue/multi-line": {
|
11203
11203
|
"type": "boolean\n",
|
11204
11204
|
"description": "Gives the snackbar a larger minimum height."
|
@@ -11219,6 +11219,10 @@
|
|
11219
11219
|
"type": "'trend' | 'bar'\n",
|
11220
11220
|
"description": "Choose between a trendline or bars."
|
11221
11221
|
},
|
11222
|
+
"VSparkline/model-value": {
|
11223
|
+
"type": "(string | number | { value: number })[]\n",
|
11224
|
+
"description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
|
11225
|
+
},
|
11222
11226
|
"VSparkline/fill": {
|
11223
11227
|
"type": "boolean\n",
|
11224
11228
|
"description": "Using the **fill** property allows you to better customize the look and feel of your sparkline."
|
@@ -11227,6 +11231,14 @@
|
|
11227
11231
|
"type": "string | number\n",
|
11228
11232
|
"description": "Height of the SVG trendline or bars."
|
11229
11233
|
},
|
11234
|
+
"VSparkline/width": {
|
11235
|
+
"type": "string | number\n",
|
11236
|
+
"description": "Width of the SVG trendline or bars."
|
11237
|
+
},
|
11238
|
+
"VSparkline/color": {
|
11239
|
+
"type": "string\n",
|
11240
|
+
"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)."
|
11241
|
+
},
|
11230
11242
|
"VSparkline/labels": {
|
11231
11243
|
"type": "(string | number | { value: number })[]\n",
|
11232
11244
|
"description": "An array of string labels that correspond to the same index as its data counterpart."
|
@@ -11239,26 +11251,10 @@
|
|
11239
11251
|
"type": "string | number\n",
|
11240
11252
|
"description": "The minimum value of the sparkline."
|
11241
11253
|
},
|
11242
|
-
"VSparkline/width": {
|
11243
|
-
"type": "string | number\n",
|
11244
|
-
"description": "Width of the SVG trendline or bars."
|
11245
|
-
},
|
11246
11254
|
"VSparkline/id": {
|
11247
11255
|
"type": "string\n",
|
11248
11256
|
"description": "The id of the component."
|
11249
11257
|
},
|
11250
|
-
"VSparkline/model-value": {
|
11251
|
-
"type": "(string | number | { value: number })[]\n",
|
11252
|
-
"description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
|
11253
|
-
},
|
11254
|
-
"VSparkline/color": {
|
11255
|
-
"type": "string\n",
|
11256
|
-
"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)."
|
11257
|
-
},
|
11258
|
-
"VSparkline/gradient": {
|
11259
|
-
"type": "string[]\n",
|
11260
|
-
"description": "An array of colors to use as a linear-gradient."
|
11261
|
-
},
|
11262
11258
|
"VSparkline/item-value": {
|
11263
11259
|
"type": "string\n",
|
11264
11260
|
"description": "The value of the item."
|
@@ -11279,8 +11275,12 @@
|
|
11279
11275
|
"type": "string\n",
|
11280
11276
|
"description": "The easing function to use for the trace animation."
|
11281
11277
|
},
|
11278
|
+
"VSparkline/gradient": {
|
11279
|
+
"type": "string[]\n",
|
11280
|
+
"description": "An array of colors to use as a linear-gradient."
|
11281
|
+
},
|
11282
11282
|
"VSparkline/gradient-direction": {
|
11283
|
-
"type": "'top' | '
|
11283
|
+
"type": "'top' | 'bottom' | 'left' | 'right'\n",
|
11284
11284
|
"description": "The direction the gradient should run."
|
11285
11285
|
},
|
11286
11286
|
"VSparkline/label-size": {
|
@@ -11303,58 +11303,62 @@
|
|
11303
11303
|
"type": "string | number | boolean\n",
|
11304
11304
|
"description": "Number of px to use as a corner radius. `true` defaults to 8, `false` is 0."
|
11305
11305
|
},
|
11306
|
-
"VSpeedDial/
|
11306
|
+
"VSpeedDial/model-value": {
|
11307
11307
|
"type": "boolean\n",
|
11308
|
-
"description": "
|
11308
|
+
"description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
|
11309
11309
|
},
|
11310
11310
|
"VSpeedDial/height": {
|
11311
11311
|
"type": "string | number\n",
|
11312
11312
|
"description": "Sets the height for the component."
|
11313
11313
|
},
|
11314
|
-
"VSpeedDial/
|
11314
|
+
"VSpeedDial/max-height": {
|
11315
11315
|
"type": "string | number\n",
|
11316
|
-
"description": "Sets the
|
11316
|
+
"description": "Sets the maximum height for the component."
|
11317
11317
|
},
|
11318
|
-
"VSpeedDial/
|
11319
|
-
"type": "string\n",
|
11320
|
-
"description": "
|
11318
|
+
"VSpeedDial/max-width": {
|
11319
|
+
"type": "string | number\n",
|
11320
|
+
"description": "Sets the maximum width for the component."
|
11321
11321
|
},
|
11322
|
-
"VSpeedDial/
|
11323
|
-
"type": "string\n",
|
11324
|
-
"description": "
|
11322
|
+
"VSpeedDial/min-height": {
|
11323
|
+
"type": "string | number\n",
|
11324
|
+
"description": "Sets the minimum height for the component."
|
11325
11325
|
},
|
11326
|
-
"VSpeedDial/
|
11327
|
-
"type": "
|
11328
|
-
"description": "
|
11326
|
+
"VSpeedDial/min-width": {
|
11327
|
+
"type": "string | number\n",
|
11328
|
+
"description": "Sets the minimum width for the component."
|
11329
|
+
},
|
11330
|
+
"VSpeedDial/width": {
|
11331
|
+
"type": "string | number\n",
|
11332
|
+
"description": "Sets the width for the component."
|
11329
11333
|
},
|
11330
11334
|
"VSpeedDial/location": {
|
11331
11335
|
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a>\n",
|
11332
11336
|
"description": "Specifies the anchor point for positioning the component, using directional cues to align it either horizontally, vertically, or both.."
|
11333
11337
|
},
|
11334
|
-
"VSpeedDial/
|
11335
|
-
"type": "
|
11336
|
-
"description": "
|
11337
|
-
},
|
11338
|
-
"VSpeedDial/max-height": {
|
11339
|
-
"type": "string | number\n",
|
11340
|
-
"description": "Sets the maximum height for the component."
|
11338
|
+
"VSpeedDial/theme": {
|
11339
|
+
"type": "string\n",
|
11340
|
+
"description": "Specify a theme for this component and all of its children."
|
11341
11341
|
},
|
11342
|
-
"VSpeedDial/
|
11343
|
-
"type": "
|
11344
|
-
"description": "
|
11342
|
+
"VSpeedDial/disabled": {
|
11343
|
+
"type": "boolean\n",
|
11344
|
+
"description": "Removes the ability to click or target the component."
|
11345
11345
|
},
|
11346
|
-
"VSpeedDial/
|
11347
|
-
"type": "string
|
11348
|
-
"description": "
|
11346
|
+
"VSpeedDial/id": {
|
11347
|
+
"type": "string\n",
|
11348
|
+
"description": "The unique identifier of the component."
|
11349
11349
|
},
|
11350
|
-
"VSpeedDial/
|
11351
|
-
"type": "
|
11352
|
-
"description": "
|
11350
|
+
"VSpeedDial/eager": {
|
11351
|
+
"type": "boolean\n",
|
11352
|
+
"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."
|
11353
11353
|
},
|
11354
11354
|
"VSpeedDial/activator": {
|
11355
11355
|
"type": "Element | (string & {}) | 'parent' | ComponentPublicInstance\n",
|
11356
11356
|
"description": "Explicitly sets the overlay's activator."
|
11357
11357
|
},
|
11358
|
+
"VSpeedDial/submenu": {
|
11359
|
+
"type": "boolean\n",
|
11360
|
+
"description": "Opens with right arrow and closes on left instead of up/down. Implies `location=\"end\"`. Directions are reversed for RTL."
|
11361
|
+
},
|
11358
11362
|
"VSpeedDial/close-on-back": {
|
11359
11363
|
"type": "boolean\n",
|
11360
11364
|
"description": "Closes the overlay content when the browser's back button is pressed or `$router.back()` is called, cancelling the original navigation. `persistent` overlays will cancel navigation and animate as if they were clicked outside instead of closing."
|
@@ -11423,10 +11427,6 @@
|
|
11423
11427
|
"type": "string | number\n",
|
11424
11428
|
"description": "Milliseconds to wait before opening component. Only works with the **open-on-hover** prop."
|
11425
11429
|
},
|
11426
|
-
"VSpeedDial/eager": {
|
11427
|
-
"type": "boolean\n",
|
11428
|
-
"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."
|
11429
|
-
},
|
11430
11430
|
"VSpeedDial/location-strategy": {
|
11431
11431
|
"type": "'static' | 'connected' | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VOverlay/locationStrategies.ts#L38-L42\" target=\"_blank\">LocationStrategyFunction</a>\n",
|
11432
11432
|
"description": "A function used to specifies how the component should position relative to its activator."
|
@@ -11440,17 +11440,17 @@
|
|
11440
11440
|
"description": "Increases distance from the target. When passed as a pair of numbers, the second value shifts anchor along the side and away from the target."
|
11441
11441
|
},
|
11442
11442
|
"VSpeedDial/scroll-strategy": {
|
11443
|
-
"type": "'close' | '
|
11443
|
+
"type": "'close' | 'block' | 'none' | 'reposition' | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VOverlay/scrollStrategies.ts#L17-L17\" target=\"_blank\">ScrollStrategyFunction</a>\n",
|
11444
11444
|
"description": "Strategy used when the component is activate and user scrolls."
|
11445
11445
|
},
|
11446
|
+
"VSpeedDial/transition": {
|
11447
|
+
"type": " | string\n | boolean\n | (TransitionProps & { component: Component })\n | {\n component: ComponentPublicInstanceConstructor<\n CreateComponentPublicInstanceWithMixins<\n {} & { target?: HTMLElement | [x: number, y: number] | undefined } & {\n $children?:\n | VNodeChild\n | (() => VNodeChild)\n | { default?: (() => VNodeChild) | undefined }\n 'v-slots'?:\n | { default?: false | (() => VNodeChild) | undefined }\n | undefined\n } & { 'v-slot:default'?: false | (() => VNodeChild) | undefined },\n () => any,\n unknown,\n {},\n {},\n ComponentOptionsMixin,\n ComponentOptionsMixin,\n Record<string, any>,\n PublicProps,\n {},\n true,\n {},\n SlotsType<Partial<MakeSlots<{ default: never }>>>,\n GlobalComponents,\n GlobalDirectives,\n string,\n {},\n any,\n ComponentProvideOptions,\n OptionTypesType<{}, {}, {}, {}, {}, {}>,\n {} & { target?: HTMLElement | [x: number, y: number] | undefined } & {\n $children?:\n | VNodeChild\n | (() => VNodeChild)\n | { default?: (() => VNodeChild) | undefined }\n 'v-slots'?:\n | { default?: false | (() => VNodeChild) | undefined }\n | undefined\n } & { 'v-slot:default'?: false | (() => VNodeChild) | undefined },\n () => any,\n {},\n {},\n {},\n {}\n >,\n any,\n any,\n any,\n ComputedOptions,\n MethodOptions\n > &\n ComponentOptionsBase<\n {} & { target?: HTMLElement | [x: number, y: number] | undefined } & {\n $children?:\n | VNodeChild\n | (() => VNodeChild)\n | { default?: (() => VNodeChild) | undefined }\n 'v-slots'?:\n | { default?: false | (() => VNodeChild) | undefined }\n | undefined\n } & { 'v-slot:default'?: false | (() => VNodeChild) | undefined },\n () => any,\n unknown,\n {},\n {},\n ComponentOptionsMixin,\n ComponentOptionsMixin,\n Record<string, any>,\n string,\n {},\n {},\n string,\n SlotsType<Partial<MakeSlots<{ default: never }>>>,\n GlobalComponents,\n GlobalDirectives,\n string,\n ComponentProvideOptions\n > &\n VNodeProps &\n AllowedComponentProps &\n ComponentCustomProps & {\n filterProps: (props: T) => Partial<Pick<T, U>>\n }\n }\n",
|
11448
|
+
"description": "Sets the component transition. Can be one of the [built in](/styles/transitions/) or custom transition."
|
11449
|
+
},
|
11446
11450
|
"VSpeedDial/attach": {
|
11447
11451
|
"type": "string | boolean | Element\n",
|
11448
11452
|
"description": "Specifies which DOM element the overlay content should teleport to. Can be a direct element reference, querySelector string, or `true` to disable teleporting. Uses `body` by default."
|
11449
11453
|
},
|
11450
|
-
"VSpeedDial/submenu": {
|
11451
|
-
"type": "boolean\n",
|
11452
|
-
"description": "Opens with right arrow and closes on left instead of up/down. Implies `location=\"end\"`. Directions are reversed for RTL."
|
11453
|
-
},
|
11454
11454
|
"VStepper/flat": {
|
11455
11455
|
"type": "boolean\n",
|
11456
11456
|
"description": "Removes the stepper's elevation."
|
@@ -11935,10 +11935,6 @@
|
|
11935
11935
|
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VStepper/VStepperItem.tsx#L43-L43\" target=\"_blank\">ValidationRule</a>[]\n",
|
11936
11936
|
"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`."
|
11937
11937
|
},
|
11938
|
-
"VStepperVerticalItem/hide-actions": {
|
11939
|
-
"type": "boolean\n",
|
11940
|
-
"description": "Hide the expand icon in the content title."
|
11941
|
-
},
|
11942
11938
|
"VStepperVerticalItem/expand-icon": {
|
11943
11939
|
"type": " | string\n | (new () => any)\n | FunctionalComponent\n | (string | [string, number])[]\n",
|
11944
11940
|
"description": "Icon used when the expansion panel is in a expandable state."
|
@@ -11947,6 +11943,10 @@
|
|
11947
11943
|
"type": " | string\n | (new () => any)\n | FunctionalComponent\n | (string | [string, number])[]\n",
|
11948
11944
|
"description": "Icon used when the expansion panel is in a collapsable state."
|
11949
11945
|
},
|
11946
|
+
"VStepperVerticalItem/hide-actions": {
|
11947
|
+
"type": "boolean\n",
|
11948
|
+
"description": "Hide the expand icon in the content title."
|
11949
|
+
},
|
11950
11950
|
"VStepperVerticalItem/focusable": {
|
11951
11951
|
"type": "boolean\n",
|
11952
11952
|
"description": "Makes the expansion panel content focusable."
|
@@ -13071,53 +13071,57 @@
|
|
13071
13071
|
"type": "boolean\n",
|
13072
13072
|
"description": "Use the current value of `$vuetify.theme.dark` as opposed to the provided one."
|
13073
13073
|
},
|
13074
|
+
"VTimePicker/tag": {
|
13075
|
+
"type": "string | (new () => any) | FunctionalComponent\n",
|
13076
|
+
"description": "Specify a custom tag used on the root element."
|
13077
|
+
},
|
13074
13078
|
"VTimePicker/title": {
|
13075
13079
|
"type": "string\n",
|
13076
13080
|
"description": "Specify a title text for the component."
|
13077
13081
|
},
|
13078
|
-
"VTimePicker/
|
13079
|
-
"type": "
|
13080
|
-
"description": "
|
13081
|
-
},
|
13082
|
-
"VTimePicker/model-value": {
|
13083
|
-
"type": "any\n",
|
13084
|
-
"description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
|
13082
|
+
"VTimePicker/disabled": {
|
13083
|
+
"type": "boolean\n",
|
13084
|
+
"description": "Removes the ability to click or target the component."
|
13085
13085
|
},
|
13086
13086
|
"VTimePicker/height": {
|
13087
13087
|
"type": "string | number\n",
|
13088
13088
|
"description": "Sets the height for the component."
|
13089
13089
|
},
|
13090
|
-
"VTimePicker/max
|
13091
|
-
"type": "string
|
13092
|
-
"description": "
|
13093
|
-
},
|
13094
|
-
"VTimePicker/max-width": {
|
13095
|
-
"type": "string | number\n",
|
13096
|
-
"description": "Sets the maximum width for the component."
|
13097
|
-
},
|
13098
|
-
"VTimePicker/min-height": {
|
13099
|
-
"type": "string | number\n",
|
13100
|
-
"description": "Sets the minimum height for the component."
|
13090
|
+
"VTimePicker/max": {
|
13091
|
+
"type": "string\n",
|
13092
|
+
"description": "Maximum allowed time."
|
13101
13093
|
},
|
13102
|
-
"VTimePicker/min
|
13103
|
-
"type": "string
|
13104
|
-
"description": "
|
13094
|
+
"VTimePicker/min": {
|
13095
|
+
"type": "string\n",
|
13096
|
+
"description": "Minimum allowed time."
|
13105
13097
|
},
|
13106
13098
|
"VTimePicker/width": {
|
13107
13099
|
"type": "string | number\n",
|
13108
13100
|
"description": "Width of the picker."
|
13109
13101
|
},
|
13110
|
-
"VTimePicker/
|
13111
|
-
"type": "string
|
13112
|
-
"description": "
|
13102
|
+
"VTimePicker/theme": {
|
13103
|
+
"type": "string\n",
|
13104
|
+
"description": "Specify a theme for this component and all of its children."
|
13105
|
+
},
|
13106
|
+
"VTimePicker/model-value": {
|
13107
|
+
"type": "any\n",
|
13108
|
+
"description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
|
13113
13109
|
},
|
13114
13110
|
"VTimePicker/location": {
|
13115
13111
|
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a>\n",
|
13116
13112
|
"description": "Specifies the component's location. Can combine by using a space separated string."
|
13117
13113
|
},
|
13118
|
-
"VTimePicker/
|
13119
|
-
"type": "
|
13120
|
-
"description": "
|
13114
|
+
"VTimePicker/color": {
|
13115
|
+
"type": "string\n",
|
13116
|
+
"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)."
|
13117
|
+
},
|
13118
|
+
"VTimePicker/border": {
|
13119
|
+
"type": "string | number | boolean\n",
|
13120
|
+
"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)."
|
13121
|
+
},
|
13122
|
+
"VTimePicker/elevation": {
|
13123
|
+
"type": "string | number\n",
|
13124
|
+
"description": "Designates an elevation applied to the component between 0 and 24. You can find more information on the [elevation page](/styles/elevation)."
|
13121
13125
|
},
|
13122
13126
|
"VTimePicker/rounded": {
|
13123
13127
|
"type": "string | number | boolean\n",
|
@@ -13127,38 +13131,38 @@
|
|
13127
13131
|
"type": "boolean\n",
|
13128
13132
|
"description": "Removes any applied **border-radius** from the component."
|
13129
13133
|
},
|
13130
|
-
"VTimePicker/
|
13131
|
-
"type": "string | (new () => any) | FunctionalComponent\n",
|
13132
|
-
"description": "Specify a custom tag used on the root element."
|
13133
|
-
},
|
13134
|
-
"VTimePicker/theme": {
|
13134
|
+
"VTimePicker/bg-color": {
|
13135
13135
|
"type": "string\n",
|
13136
|
-
"description": "
|
13136
|
+
"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)."
|
13137
13137
|
},
|
13138
|
-
"VTimePicker/
|
13139
|
-
"type": "string\n",
|
13140
|
-
"description": "
|
13138
|
+
"VTimePicker/max-height": {
|
13139
|
+
"type": "string | number\n",
|
13140
|
+
"description": "Sets the maximum height for the component."
|
13141
13141
|
},
|
13142
|
-
"VTimePicker/
|
13143
|
-
"type": "
|
13144
|
-
"description": "
|
13142
|
+
"VTimePicker/max-width": {
|
13143
|
+
"type": "string | number\n",
|
13144
|
+
"description": "Sets the maximum width for the component."
|
13145
13145
|
},
|
13146
|
-
"VTimePicker/
|
13147
|
-
"type": "string\n",
|
13148
|
-
"description": "
|
13146
|
+
"VTimePicker/min-height": {
|
13147
|
+
"type": "string | number\n",
|
13148
|
+
"description": "Sets the minimum height for the component."
|
13149
13149
|
},
|
13150
|
-
"VTimePicker/min": {
|
13151
|
-
"type": "string\n",
|
13152
|
-
"description": "
|
13150
|
+
"VTimePicker/min-width": {
|
13151
|
+
"type": "string | number\n",
|
13152
|
+
"description": "Sets the minimum width for the component."
|
13153
|
+
},
|
13154
|
+
"VTimePicker/position": {
|
13155
|
+
"type": "'fixed' | 'relative' | 'absolute' | 'sticky' | 'static'\n",
|
13156
|
+
"description": "Sets the position for the component."
|
13157
|
+
},
|
13158
|
+
"VTimePicker/scrollable": {
|
13159
|
+
"type": "boolean\n",
|
13160
|
+
"description": "Allows changing hour/minute with mouse scroll."
|
13153
13161
|
},
|
13154
13162
|
"VTimePicker/readonly": {
|
13155
13163
|
"type": "boolean\n",
|
13156
13164
|
"description": "Puts picker in readonly state."
|
13157
13165
|
},
|
13158
|
-
"VTimePicker/bg-color": {
|
13159
|
-
"type": "string\n",
|
13160
|
-
"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)."
|
13161
|
-
},
|
13162
13166
|
"VTimePicker/divided": {
|
13163
13167
|
"type": "boolean\n",
|
13164
13168
|
"description": "Adds a divider between the header and controls."
|
@@ -13179,10 +13183,6 @@
|
|
13179
13183
|
"type": "'ampm' | '24hr'\n",
|
13180
13184
|
"description": "Defines the format of a time displayed in picker. Available options are `ampm` and `24hr`."
|
13181
13185
|
},
|
13182
|
-
"VTimePicker/scrollable": {
|
13183
|
-
"type": "boolean\n",
|
13184
|
-
"description": "Allows changing hour/minute with mouse scroll."
|
13185
|
-
},
|
13186
13186
|
"VTimePicker/use-seconds": {
|
13187
13187
|
"type": "boolean\n",
|
13188
13188
|
"description": "Toggles the use of seconds in picker."
|
@@ -13199,6 +13199,14 @@
|
|
13199
13199
|
"type": "number[] | ((val: number) => boolean)\n",
|
13200
13200
|
"description": "Restricts which seconds can be selected."
|
13201
13201
|
},
|
13202
|
+
"VTimePickerClock/model-value": {
|
13203
|
+
"type": "number\n",
|
13204
|
+
"description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
|
13205
|
+
},
|
13206
|
+
"VTimePickerClock/color": {
|
13207
|
+
"type": "string\n",
|
13208
|
+
"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)."
|
13209
|
+
},
|
13202
13210
|
"VTimePickerClock/disabled": {
|
13203
13211
|
"type": "boolean\n",
|
13204
13212
|
"description": "Removes the ability to click or target the component."
|
@@ -13215,18 +13223,6 @@
|
|
13215
13223
|
"type": "number\n",
|
13216
13224
|
"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."
|
13217
13225
|
},
|
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
|
-
"VTimePickerClock/color": {
|
13223
|
-
"type": "string\n",
|
13224
|
-
"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)."
|
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/readonly": {
|
13231
13227
|
"type": "boolean\n",
|
13232
13228
|
"description": "When true, the picker is in a read-only state, and users cannot modify the selected time."
|
@@ -13251,10 +13247,18 @@
|
|
13251
13247
|
"type": "Function\n",
|
13252
13248
|
"description": "Specifies the format of the displayed time, either 12-hour or 24-hour, depending on the component's setup."
|
13253
13249
|
},
|
13250
|
+
"VTimePickerClock/scrollable": {
|
13251
|
+
"type": "boolean\n",
|
13252
|
+
"description": "Allows the time selection to be scrollable, enhancing user experience for devices with scroll inputs."
|
13253
|
+
},
|
13254
13254
|
"VTimePickerClock/allowed-values": {
|
13255
13255
|
"type": "(value: number) => boolean\n",
|
13256
13256
|
"description": "Restricts which hours can be selected."
|
13257
13257
|
},
|
13258
|
+
"VTimePickerControls/color": {
|
13259
|
+
"type": "string\n",
|
13260
|
+
"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)."
|
13261
|
+
},
|
13258
13262
|
"VTimePickerControls/disabled": {
|
13259
13263
|
"type": "boolean\n",
|
13260
13264
|
"description": "Removes the ability to click or target the component."
|
@@ -13263,10 +13267,6 @@
|
|
13263
13267
|
"type": "number\n",
|
13264
13268
|
"description": "The current value of the timepicker."
|
13265
13269
|
},
|
13266
|
-
"VTimePickerControls/color": {
|
13267
|
-
"type": "string\n",
|
13268
|
-
"description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors)."
|
13269
|
-
},
|
13270
13270
|
"VTimePickerControls/readonly": {
|
13271
13271
|
"type": "boolean\n",
|
13272
13272
|
"description": "Makes the timepicker readonly."
|
@@ -13307,18 +13307,10 @@
|
|
13307
13307
|
"type": "'am' | 'pm'\n",
|
13308
13308
|
"description": "The current period value. either `am` or `pm`."
|
13309
13309
|
},
|
13310
|
-
"VTimeline/density": {
|
13311
|
-
"type": "'default' | 'comfortable' | 'compact'\n",
|
13312
|
-
"description": "Adjusts the vertical height used by the component."
|
13313
|
-
},
|
13314
13310
|
"VTimeline/tag": {
|
13315
13311
|
"type": "string | (new () => any) | FunctionalComponent\n",
|
13316
13312
|
"description": "Specify a custom tag used on the root element."
|
13317
13313
|
},
|
13318
|
-
"VTimeline/theme": {
|
13319
|
-
"type": "string\n",
|
13320
|
-
"description": "Specify a theme for this component and all of its children."
|
13321
|
-
},
|
13322
13314
|
"VTimeline/align": {
|
13323
13315
|
"type": "'start' | 'center'\n",
|
13324
13316
|
"description": "Places the timeline dot at the top or center of the timeline item."
|
@@ -13327,17 +13319,21 @@
|
|
13327
13319
|
"type": "string | number\n",
|
13328
13320
|
"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**."
|
13329
13321
|
},
|
13330
|
-
"VTimeline/
|
13322
|
+
"VTimeline/theme": {
|
13331
13323
|
"type": "string\n",
|
13332
|
-
"description": "
|
13324
|
+
"description": "Specify a theme for this component and all of its children."
|
13325
|
+
},
|
13326
|
+
"VTimeline/density": {
|
13327
|
+
"type": "'default' | 'comfortable' | 'compact'\n",
|
13328
|
+
"description": "Adjusts the vertical height used by the component."
|
13333
13329
|
},
|
13334
13330
|
"VTimeline/direction": {
|
13335
13331
|
"type": "'horizontal' | 'vertical'\n",
|
13336
13332
|
"description": "Display timeline in a **vertical** or **horizontal** direction."
|
13337
13333
|
},
|
13338
|
-
"VTimeline/
|
13339
|
-
"type": "
|
13340
|
-
"description": "
|
13334
|
+
"VTimeline/icon-color": {
|
13335
|
+
"type": "string\n",
|
13336
|
+
"description": "Color of the icon."
|
13341
13337
|
},
|
13342
13338
|
"VTimeline/justify": {
|
13343
13339
|
"type": "string\n",
|
@@ -13367,30 +13363,46 @@
|
|
13367
13363
|
"type": "string | number\n",
|
13368
13364
|
"description": "Specifies the distance between the line and the dot of timeline items."
|
13369
13365
|
},
|
13366
|
+
"VTimeline/side": {
|
13367
|
+
"type": "'start' | 'end'\n",
|
13368
|
+
"description": "Display all timeline items on one side of the timeline, either **start** or **end**."
|
13369
|
+
},
|
13370
13370
|
"VTimeline/truncate-line": {
|
13371
|
-
"type": "'
|
13371
|
+
"type": "'start' | 'end' | 'both'\n",
|
13372
13372
|
"description": "Truncate timeline directly at the **start** or **end** of the line, or on **both** ends."
|
13373
13373
|
},
|
13374
|
-
"VTimelineItem/
|
13375
|
-
"type": "string | (new () => any)
|
13376
|
-
"description": "
|
13374
|
+
"VTimelineItem/icon": {
|
13375
|
+
"type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
|
13376
|
+
"description": "Apply a specific icon to the inside dot using the [v-icon](/components/icons/) component."
|
13377
|
+
},
|
13378
|
+
"VTimelineItem/density": {
|
13379
|
+
"type": "'default' | 'compact'\n",
|
13380
|
+
"description": "Adjusts the vertical height used by the component."
|
13377
13381
|
},
|
13378
13382
|
"VTimelineItem/height": {
|
13379
13383
|
"type": "string | number\n",
|
13380
13384
|
"description": "Sets the height for the component."
|
13381
13385
|
},
|
13382
|
-
"VTimelineItem/
|
13386
|
+
"VTimelineItem/max-height": {
|
13383
13387
|
"type": "string | number\n",
|
13384
|
-
"description": "
|
13388
|
+
"description": "Sets the maximum height for the component."
|
13389
|
+
},
|
13390
|
+
"VTimelineItem/max-width": {
|
13391
|
+
"type": "string | number\n",
|
13392
|
+
"description": "Sets the maximum width for the component."
|
13393
|
+
},
|
13394
|
+
"VTimelineItem/min-height": {
|
13395
|
+
"type": "string | number\n",
|
13396
|
+
"description": "Sets the minimum height for the component."
|
13397
|
+
},
|
13398
|
+
"VTimelineItem/min-width": {
|
13399
|
+
"type": "string | number\n",
|
13400
|
+
"description": "Sets the minimum width for the component."
|
13385
13401
|
},
|
13386
13402
|
"VTimelineItem/width": {
|
13387
13403
|
"type": "string | number\n",
|
13388
13404
|
"description": "Sets the width for the component."
|
13389
13405
|
},
|
13390
|
-
"VTimelineItem/density": {
|
13391
|
-
"type": "'default' | 'compact'\n",
|
13392
|
-
"description": "Adjusts the vertical height used by the component."
|
13393
|
-
},
|
13394
13406
|
"VTimelineItem/elevation": {
|
13395
13407
|
"type": "string | number\n",
|
13396
13408
|
"description": "Designates an elevation applied to the component between 0 and 24. You can find more information on the [elevation page](/styles/elevation)."
|
@@ -13403,30 +13415,22 @@
|
|
13403
13415
|
"type": "boolean\n",
|
13404
13416
|
"description": "Removes any applied **border-radius** from the component."
|
13405
13417
|
},
|
13406
|
-
"VTimelineItem/
|
13407
|
-
"type": "
|
13408
|
-
"description": "
|
13409
|
-
},
|
13410
|
-
"VTimelineItem/max-height": {
|
13411
|
-
"type": "string | number\n",
|
13412
|
-
"description": "Sets the maximum height for the component."
|
13413
|
-
},
|
13414
|
-
"VTimelineItem/max-width": {
|
13415
|
-
"type": "string | number\n",
|
13416
|
-
"description": "Sets the maximum width for the component."
|
13417
|
-
},
|
13418
|
-
"VTimelineItem/min-height": {
|
13419
|
-
"type": "string | number\n",
|
13420
|
-
"description": "Sets the minimum height for the component."
|
13418
|
+
"VTimelineItem/tag": {
|
13419
|
+
"type": "string | (new () => any) | FunctionalComponent\n",
|
13420
|
+
"description": "Specify a custom tag used on the root element."
|
13421
13421
|
},
|
13422
|
-
"VTimelineItem/
|
13422
|
+
"VTimelineItem/size": {
|
13423
13423
|
"type": "string | number\n",
|
13424
|
-
"description": "
|
13424
|
+
"description": "Size of the item dot"
|
13425
13425
|
},
|
13426
13426
|
"VTimelineItem/icon-color": {
|
13427
13427
|
"type": "string\n",
|
13428
13428
|
"description": "Color of the icon."
|
13429
13429
|
},
|
13430
|
+
"VTimelineItem/side": {
|
13431
|
+
"type": "'end' | 'start'\n",
|
13432
|
+
"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."
|
13433
|
+
},
|
13430
13434
|
"VTimelineItem/dot-color": {
|
13431
13435
|
"type": "string\n",
|
13432
13436
|
"description": "Color of the item dot."
|
@@ -13447,58 +13451,26 @@
|
|
13447
13451
|
"type": "string | number\n",
|
13448
13452
|
"description": "Specifies the distance between the line and the dot of the item."
|
13449
13453
|
},
|
13450
|
-
"VTimelineItem/side": {
|
13451
|
-
"type": "'start' | 'end'\n",
|
13452
|
-
"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."
|
13453
|
-
},
|
13454
|
-
"VToolbar/title": {
|
13455
|
-
"type": "string\n",
|
13456
|
-
"description": "Specify a title text for the component."
|
13457
|
-
},
|
13458
13454
|
"VToolbar/flat": {
|
13459
13455
|
"type": "boolean\n",
|
13460
13456
|
"description": "Removes the toolbar's box-shadow."
|
13461
13457
|
},
|
13462
|
-
"VToolbar/
|
13463
|
-
"type": "string |
|
13464
|
-
"description": "
|
13458
|
+
"VToolbar/tag": {
|
13459
|
+
"type": "string | (new () => any) | FunctionalComponent\n",
|
13460
|
+
"description": "Specify a custom tag used on the root element."
|
13465
13461
|
},
|
13466
|
-
"VToolbar/
|
13467
|
-
"type": "
|
13468
|
-
"description": "
|
13462
|
+
"VToolbar/title": {
|
13463
|
+
"type": "string\n",
|
13464
|
+
"description": "Specify a title text for the component."
|
13469
13465
|
},
|
13470
13466
|
"VToolbar/height": {
|
13471
13467
|
"type": "string | number\n",
|
13472
13468
|
"description": "Designates a specific height for the toolbar. Overrides the heights imposed by other props, e.g. **prominent**, **dense**, **extended**, etc."
|
13473
13469
|
},
|
13474
|
-
"VToolbar/elevation": {
|
13475
|
-
"type": "string | number\n",
|
13476
|
-
"description": "Designates an elevation applied to the component between 0 and 24. You can find more information on the [elevation page](/styles/elevation)."
|
13477
|
-
},
|
13478
|
-
"VToolbar/absolute": {
|
13479
|
-
"type": "boolean\n",
|
13480
|
-
"description": "Applies position: absolute to the component."
|
13481
|
-
},
|
13482
|
-
"VToolbar/rounded": {
|
13483
|
-
"type": "string | number | boolean\n",
|
13484
|
-
"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)."
|
13485
|
-
},
|
13486
|
-
"VToolbar/tile": {
|
13487
|
-
"type": "boolean\n",
|
13488
|
-
"description": "Removes any applied **border-radius** from the component."
|
13489
|
-
},
|
13490
|
-
"VToolbar/tag": {
|
13491
|
-
"type": "string | (new () => any) | FunctionalComponent\n",
|
13492
|
-
"description": "Specify a custom tag used on the root element."
|
13493
|
-
},
|
13494
13470
|
"VToolbar/theme": {
|
13495
13471
|
"type": "string\n",
|
13496
13472
|
"description": "Specify a theme for this component and all of its children."
|
13497
13473
|
},
|
13498
|
-
"VToolbar/color": {
|
13499
|
-
"type": "string\n",
|
13500
|
-
"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)."
|
13501
|
-
},
|
13502
13474
|
"VToolbar/image": {
|
13503
13475
|
"type": "string\n",
|
13504
13476
|
"description": "Specifies a [v-img](/components/images) as the component's background."
|
@@ -13507,6 +13479,18 @@
|
|
13507
13479
|
"type": "boolean\n",
|
13508
13480
|
"description": "Puts the toolbar into a collapsed state reducing its maximum width."
|
13509
13481
|
},
|
13482
|
+
"VToolbar/absolute": {
|
13483
|
+
"type": "boolean\n",
|
13484
|
+
"description": "Applies position: absolute to the component."
|
13485
|
+
},
|
13486
|
+
"VToolbar/color": {
|
13487
|
+
"type": "string\n",
|
13488
|
+
"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)."
|
13489
|
+
},
|
13490
|
+
"VToolbar/density": {
|
13491
|
+
"type": "'default' | 'prominent' | 'comfortable' | 'compact'\n",
|
13492
|
+
"description": "Adjusts the vertical height used by the component."
|
13493
|
+
},
|
13510
13494
|
"VToolbar/extended": {
|
13511
13495
|
"type": "boolean\n",
|
13512
13496
|
"description": "Use this prop to increase the height of the toolbar _without_ using the `extension` slot for adding content. May be used in conjunction with the **extension-height** prop, and any of the other props that affect the height of the toolbar, e.g. **prominent**, **dense**, etc., **WITH THE EXCEPTION** of **height**."
|
@@ -13519,6 +13503,22 @@
|
|
13519
13503
|
"type": "boolean\n",
|
13520
13504
|
"description": "Applies **display: inline-flex** to the component."
|
13521
13505
|
},
|
13506
|
+
"VToolbar/border": {
|
13507
|
+
"type": "string | number | boolean\n",
|
13508
|
+
"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)."
|
13509
|
+
},
|
13510
|
+
"VToolbar/elevation": {
|
13511
|
+
"type": "string | number\n",
|
13512
|
+
"description": "Designates an elevation applied to the component between 0 and 24. You can find more information on the [elevation page](/styles/elevation)."
|
13513
|
+
},
|
13514
|
+
"VToolbar/rounded": {
|
13515
|
+
"type": "string | number | boolean\n",
|
13516
|
+
"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)."
|
13517
|
+
},
|
13518
|
+
"VToolbar/tile": {
|
13519
|
+
"type": "boolean\n",
|
13520
|
+
"description": "Removes any applied **border-radius** from the component."
|
13521
|
+
},
|
13522
13522
|
"VToolbarItems/color": {
|
13523
13523
|
"type": "string\n",
|
13524
13524
|
"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)."
|
@@ -13535,17 +13535,41 @@
|
|
13535
13535
|
"type": "string\n",
|
13536
13536
|
"description": "Specify content text for the component."
|
13537
13537
|
},
|
13538
|
-
"VTooltip/
|
13538
|
+
"VTooltip/disabled": {
|
13539
|
+
"type": "boolean\n",
|
13540
|
+
"description": "Removes the ability to click or target the component."
|
13541
|
+
},
|
13542
|
+
"VTooltip/height": {
|
13543
|
+
"type": "string | number\n",
|
13544
|
+
"description": "Sets the height for the component."
|
13545
|
+
},
|
13546
|
+
"VTooltip/width": {
|
13547
|
+
"type": "string | number\n",
|
13548
|
+
"description": "Sets the width for the component."
|
13549
|
+
},
|
13550
|
+
"VTooltip/id": {
|
13539
13551
|
"type": "string\n",
|
13540
|
-
"description": "
|
13552
|
+
"description": "HTML id attribute of the tooltip overlay. If not set, a globally unique id will be used."
|
13553
|
+
},
|
13554
|
+
"VTooltip/theme": {
|
13555
|
+
"type": "string\n",
|
13556
|
+
"description": "Specify a theme for this component and all of its children."
|
13541
13557
|
},
|
13542
13558
|
"VTooltip/model-value": {
|
13543
13559
|
"type": "boolean\n",
|
13544
13560
|
"description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
|
13545
13561
|
},
|
13546
|
-
"VTooltip/
|
13547
|
-
"type": "
|
13548
|
-
"description": "
|
13562
|
+
"VTooltip/location": {
|
13563
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a>\n",
|
13564
|
+
"description": "Specifies the anchor point for positioning the component, using directional cues to align it either horizontally, vertically, or both.."
|
13565
|
+
},
|
13566
|
+
"VTooltip/text": {
|
13567
|
+
"type": "string\n",
|
13568
|
+
"description": "Specify content text for the component."
|
13569
|
+
},
|
13570
|
+
"VTooltip/transition": {
|
13571
|
+
"type": "string | boolean | (TransitionProps & { component: Component })\n",
|
13572
|
+
"description": "Sets the component transition. Can be one of the [built in](/styles/transitions/) or custom transition."
|
13549
13573
|
},
|
13550
13574
|
"VTooltip/max-height": {
|
13551
13575
|
"type": "string | number\n",
|
@@ -13563,30 +13587,6 @@
|
|
13563
13587
|
"type": "string | number\n",
|
13564
13588
|
"description": "Sets the minimum width for the component."
|
13565
13589
|
},
|
13566
|
-
"VTooltip/width": {
|
13567
|
-
"type": "string | number\n",
|
13568
|
-
"description": "Sets the width for the component."
|
13569
|
-
},
|
13570
|
-
"VTooltip/location": {
|
13571
|
-
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a>\n",
|
13572
|
-
"description": "Specifies the anchor point for positioning the component, using directional cues to align it either horizontally, vertically, or both.."
|
13573
|
-
},
|
13574
|
-
"VTooltip/theme": {
|
13575
|
-
"type": "string\n",
|
13576
|
-
"description": "Specify a theme for this component and all of its children."
|
13577
|
-
},
|
13578
|
-
"VTooltip/disabled": {
|
13579
|
-
"type": "boolean\n",
|
13580
|
-
"description": "Removes the ability to click or target the component."
|
13581
|
-
},
|
13582
|
-
"VTooltip/id": {
|
13583
|
-
"type": "string\n",
|
13584
|
-
"description": "HTML id attribute of the tooltip overlay. If not set, a globally unique id will be used."
|
13585
|
-
},
|
13586
|
-
"VTooltip/eager": {
|
13587
|
-
"type": "boolean\n",
|
13588
|
-
"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."
|
13589
|
-
},
|
13590
13590
|
"VTooltip/activator": {
|
13591
13591
|
"type": "Element | (string & {}) | 'parent' | ComponentPublicInstance\n",
|
13592
13592
|
"description": "Explicitly sets the overlay's activator."
|
@@ -13655,6 +13655,10 @@
|
|
13655
13655
|
"type": "string | number\n",
|
13656
13656
|
"description": "Delay (in ms) after which tooltip opens (when `open-on-hover` prop is set to **true**)."
|
13657
13657
|
},
|
13658
|
+
"VTooltip/eager": {
|
13659
|
+
"type": "boolean\n",
|
13660
|
+
"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."
|
13661
|
+
},
|
13658
13662
|
"VTooltip/location-strategy": {
|
13659
13663
|
"type": "'static' | 'connected' | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VOverlay/locationStrategies.ts#L38-L42\" target=\"_blank\">LocationStrategyFunction</a>\n",
|
13660
13664
|
"description": "A function used to specifies how the component should position relative to its activator."
|
@@ -13668,13 +13672,9 @@
|
|
13668
13672
|
"description": "Increases distance from the target. When passed as a pair of numbers, the second value shifts anchor along the side and away from the target."
|
13669
13673
|
},
|
13670
13674
|
"VTooltip/scroll-strategy": {
|
13671
|
-
"type": "'close' | '
|
13675
|
+
"type": "'close' | 'none' | 'block' | 'reposition' | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VOverlay/scrollStrategies.ts#L17-L17\" target=\"_blank\">ScrollStrategyFunction</a>\n",
|
13672
13676
|
"description": "Strategy used when the component is activate and user scrolls."
|
13673
13677
|
},
|
13674
|
-
"VTooltip/transition": {
|
13675
|
-
"type": "string | boolean | (TransitionProps & { component: Component })\n",
|
13676
|
-
"description": "Sets the component transition. Can be one of the [built in](/styles/transitions/) or custom transition."
|
13677
|
-
},
|
13678
13678
|
"VTooltip/attach": {
|
13679
13679
|
"type": "string | boolean | Element\n",
|
13680
13680
|
"description": "Specifies which DOM element the overlay content should teleport to. Can be a direct element reference, querySelector string, or `true` to disable teleporting. Uses `body` by default."
|
@@ -13687,69 +13687,21 @@
|
|
13687
13687
|
"type": "string\n",
|
13688
13688
|
"description": "The search model for filtering results."
|
13689
13689
|
},
|
13690
|
-
"VTreeview/
|
13691
|
-
"type": "string |
|
13692
|
-
"description": "
|
13693
|
-
},
|
13694
|
-
"VTreeview/activated": {
|
13695
|
-
"type": "any\n",
|
13696
|
-
"description": "Array of ids of activated nodes."
|
13697
|
-
},
|
13698
|
-
"VTreeview/disabled": {
|
13699
|
-
"type": "boolean\n",
|
13700
|
-
"description": "Disables selection for all nodes."
|
13701
|
-
},
|
13702
|
-
"VTreeview/height": {
|
13703
|
-
"type": "string | number\n",
|
13704
|
-
"description": "Sets the height for the component."
|
13705
|
-
},
|
13706
|
-
"VTreeview/width": {
|
13707
|
-
"type": "string | number\n",
|
13708
|
-
"description": "Sets the width for the component."
|
13709
|
-
},
|
13710
|
-
"VTreeview/theme": {
|
13711
|
-
"type": "string\n",
|
13712
|
-
"description": "Specify a theme for this component and all of its children."
|
13713
|
-
},
|
13714
|
-
"VTreeview/items": {
|
13715
|
-
"type": "unknown[]\n",
|
13716
|
-
"description": "An array of items used to build the treeview."
|
13690
|
+
"VTreeview/border": {
|
13691
|
+
"type": "string | number | boolean\n",
|
13692
|
+
"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)."
|
13717
13693
|
},
|
13718
13694
|
"VTreeview/model-value": {
|
13719
13695
|
"type": "unknown[]\n",
|
13720
13696
|
"description": "Allows one to control which nodes are selected. The array contains the values of currently selected items. It is equivalent to the `v-model:selected`"
|
13721
13697
|
},
|
13722
|
-
"VTreeview/color": {
|
13723
|
-
"type": "string\n",
|
13724
|
-
"description": "Applies specified color to the active node - supports utility colors (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors)."
|
13725
|
-
},
|
13726
13698
|
"VTreeview/density": {
|
13727
13699
|
"type": "'default' | 'comfortable' | 'compact'\n",
|
13728
13700
|
"description": "Adjusts the vertical height used by the component."
|
13729
13701
|
},
|
13730
|
-
"VTreeview/
|
13731
|
-
"type": "string | number | boolean\n",
|
13732
|
-
"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)."
|
13733
|
-
},
|
13734
|
-
"VTreeview/elevation": {
|
13702
|
+
"VTreeview/height": {
|
13735
13703
|
"type": "string | number\n",
|
13736
|
-
"description": "
|
13737
|
-
},
|
13738
|
-
"VTreeview/rounded": {
|
13739
|
-
"type": "string | number | boolean\n",
|
13740
|
-
"description": "Provides an alternative active style for `v-treeview` node. Only visible when `activatable` is `true` and should not be used in conjunction with the `shaped` prop."
|
13741
|
-
},
|
13742
|
-
"VTreeview/tile": {
|
13743
|
-
"type": "boolean\n",
|
13744
|
-
"description": "Removes any applied **border-radius** from the component."
|
13745
|
-
},
|
13746
|
-
"VTreeview/variant": {
|
13747
|
-
"type": "'flat' | 'text' | 'elevated' | 'tonal' | 'outlined' | 'plain'\n",
|
13748
|
-
"description": "Applies a distinct style to the component."
|
13749
|
-
},
|
13750
|
-
"VTreeview/bg-color": {
|
13751
|
-
"type": "string\n",
|
13752
|
-
"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)."
|
13704
|
+
"description": "Sets the height for the component."
|
13753
13705
|
},
|
13754
13706
|
"VTreeview/max-height": {
|
13755
13707
|
"type": "string | number\n",
|
@@ -13767,53 +13719,57 @@
|
|
13767
13719
|
"type": "string | number\n",
|
13768
13720
|
"description": "Sets the minimum width for the component."
|
13769
13721
|
},
|
13770
|
-
"VTreeview/
|
13771
|
-
"type": "
|
13772
|
-
"description": "
|
13722
|
+
"VTreeview/width": {
|
13723
|
+
"type": "string | number\n",
|
13724
|
+
"description": "Sets the width for the component."
|
13773
13725
|
},
|
13774
|
-
"VTreeview/
|
13775
|
-
"type": "string\n",
|
13776
|
-
"description": "
|
13726
|
+
"VTreeview/elevation": {
|
13727
|
+
"type": "string | number\n",
|
13728
|
+
"description": "Designates an elevation applied to the component between 0 and 24. You can find more information on the [elevation page](/styles/elevation)."
|
13777
13729
|
},
|
13778
|
-
"VTreeview/
|
13779
|
-
"type": "boolean\n",
|
13780
|
-
"description": "
|
13730
|
+
"VTreeview/rounded": {
|
13731
|
+
"type": "string | number | boolean\n",
|
13732
|
+
"description": "Provides an alternative active style for `v-treeview` node. Only visible when `activatable` is `true` and should not be used in conjunction with the `shaped` prop."
|
13781
13733
|
},
|
13782
|
-
"VTreeview/
|
13734
|
+
"VTreeview/tile": {
|
13783
13735
|
"type": "boolean\n",
|
13784
|
-
"description": "
|
13736
|
+
"description": "Removes any applied **border-radius** from the component."
|
13785
13737
|
},
|
13786
|
-
"VTreeview/
|
13738
|
+
"VTreeview/tag": {
|
13739
|
+
"type": "string | (new () => any) | FunctionalComponent\n",
|
13740
|
+
"description": "Specify a custom tag used on the root element."
|
13741
|
+
},
|
13742
|
+
"VTreeview/theme": {
|
13787
13743
|
"type": "string\n",
|
13788
|
-
"description": "
|
13744
|
+
"description": "Specify a theme for this component and all of its children."
|
13789
13745
|
},
|
13790
|
-
"VTreeview/
|
13746
|
+
"VTreeview/color": {
|
13791
13747
|
"type": "string\n",
|
13792
|
-
"description": "
|
13748
|
+
"description": "Applies specified color to the active node - supports utility colors (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors)."
|
13793
13749
|
},
|
13794
|
-
"VTreeview/
|
13795
|
-
"type": "
|
13796
|
-
"description": "
|
13750
|
+
"VTreeview/variant": {
|
13751
|
+
"type": "'text' | 'flat' | 'elevated' | 'tonal' | 'outlined' | 'plain'\n",
|
13752
|
+
"description": "Applies a distinct style to the component."
|
13797
13753
|
},
|
13798
|
-
"VTreeview/
|
13754
|
+
"VTreeview/activated": {
|
13799
13755
|
"type": "any\n",
|
13800
|
-
"description": "
|
13756
|
+
"description": "Array of ids of activated nodes."
|
13801
13757
|
},
|
13802
|
-
"VTreeview/
|
13803
|
-
"type": "
|
13804
|
-
"description": "
|
13758
|
+
"VTreeview/disabled": {
|
13759
|
+
"type": "boolean\n",
|
13760
|
+
"description": "Disables selection for all nodes."
|
13805
13761
|
},
|
13806
|
-
"VTreeview/
|
13807
|
-
"type": "
|
13808
|
-
"description": "
|
13762
|
+
"VTreeview/active-color": {
|
13763
|
+
"type": "string\n",
|
13764
|
+
"description": "Deprecated, use `color` instead."
|
13809
13765
|
},
|
13810
|
-
"VTreeview/
|
13811
|
-
"type": "
|
13812
|
-
"description": "
|
13766
|
+
"VTreeview/base-color": {
|
13767
|
+
"type": "string\n",
|
13768
|
+
"description": "Sets the color of component when not focused."
|
13813
13769
|
},
|
13814
|
-
"VTreeview/
|
13815
|
-
"type": "
|
13816
|
-
"description": "
|
13770
|
+
"VTreeview/slim": {
|
13771
|
+
"type": "boolean\n",
|
13772
|
+
"description": "Reduces horizontal spacing for badges, icons, tooltips, and avatars within slim list items to create a more compact visual representation."
|
13817
13773
|
},
|
13818
13774
|
"VTreeview/filter-mode": {
|
13819
13775
|
"type": "'every' | 'some' | 'union' | 'intersection'\n",
|
@@ -13835,14 +13791,26 @@
|
|
13835
13791
|
"type": "string | string[]\n",
|
13836
13792
|
"description": "Array of specific keys to filter on the item."
|
13837
13793
|
},
|
13794
|
+
"VTreeview/active-class": {
|
13795
|
+
"type": "string\n",
|
13796
|
+
"description": "The class applied to the component when it is in an active state."
|
13797
|
+
},
|
13798
|
+
"VTreeview/bg-color": {
|
13799
|
+
"type": "string\n",
|
13800
|
+
"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)."
|
13801
|
+
},
|
13838
13802
|
"VTreeview/expand-icon": {
|
13839
|
-
"type": " | string\n | (new () => any)\n | FunctionalComponent\n
|
13803
|
+
"type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
|
13840
13804
|
"description": "Icon used to indicate that a node can be expanded."
|
13841
13805
|
},
|
13842
13806
|
"VTreeview/collapse-icon": {
|
13843
|
-
"type": " | string\n | (new () => any)\n | FunctionalComponent\n
|
13807
|
+
"type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
|
13844
13808
|
"description": "Icon to display when the list item is expanded."
|
13845
13809
|
},
|
13810
|
+
"VTreeview/lines": {
|
13811
|
+
"type": "false | 'one' | 'two' | 'three'\n",
|
13812
|
+
"description": "Designates a **minimum-height** for all children `v-list-item` components. This prop uses [line-clamp](https://developer.mozilla.org/en-US/docs/Web/CSS/-webkit-line-clamp) and is not supported in all browsers."
|
13813
|
+
},
|
13846
13814
|
"VTreeview/activatable": {
|
13847
13815
|
"type": "boolean\n",
|
13848
13816
|
"description": "Allows user to mark a node as active by clicking on it."
|
@@ -13855,6 +13823,14 @@
|
|
13855
13823
|
"type": "any\n",
|
13856
13824
|
"description": "An array containing the values of currently opened groups. Can be two-way bound with `v-model:opened`."
|
13857
13825
|
},
|
13826
|
+
"VTreeview/selected": {
|
13827
|
+
"type": "any\n",
|
13828
|
+
"description": "An array containing the values of currently selected items. Can be two-way bound with `v-model:selected`."
|
13829
|
+
},
|
13830
|
+
"VTreeview/mandatory": {
|
13831
|
+
"type": "boolean\n",
|
13832
|
+
"description": "Forces at least one item to always be selected (if available)."
|
13833
|
+
},
|
13858
13834
|
"VTreeview/active-strategy": {
|
13859
13835
|
"type": " | 'single-leaf'\n | 'leaf'\n | 'independent'\n | 'single-independent'\n | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/nested/activeStrategies.ts#L27-L31\" target=\"_blank\">ActiveStrategy</a>\n | ((mandatory: boolean) => <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/nested/activeStrategies.ts#L27-L31\" target=\"_blank\">ActiveStrategy</a>)\n",
|
13860
13836
|
"description": "Affects how items with children behave when activated.\n- **leaf:** Only leaf nodes (items without children) can be activated.\n- **independent:** All nodes can be activated whether they have children or not.\n- **classic:** Activating a parent node will cause all children to be activated."
|
@@ -13863,6 +13839,10 @@
|
|
13863
13839
|
"type": " | 'single-leaf'\n | 'leaf'\n | 'independent'\n | 'single-independent'\n | 'classic'\n | 'trunk'\n | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/nested/selectStrategies.ts#L26-L30\" target=\"_blank\">SelectStrategy</a>\n | ((mandatory: boolean) => <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/nested/selectStrategies.ts#L26-L30\" target=\"_blank\">SelectStrategy</a>)\n",
|
13864
13840
|
"description": "Affects how items with children behave when selected.\n- **leaf:** Only leaf nodes (items without children) can be selected.\n- **independent:** All nodes can be selected whether they have children or not.\n- **classic:** Selecting a parent node will cause all children to be selected, parent nodes will be displayed as selected if all their descendants are selected. Only leaf nodes will be added to the model.\n- **trunk**: Same as classic but if all of a node's children are selected then only that node will be added to the model."
|
13865
13841
|
},
|
13842
|
+
"VTreeview/items": {
|
13843
|
+
"type": "unknown[]\n",
|
13844
|
+
"description": "An array of items used to build the treeview."
|
13845
|
+
},
|
13866
13846
|
"VTreeview/item-title": {
|
13867
13847
|
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L83-L87\" target=\"_blank\">SelectItemKey</a>\n",
|
13868
13848
|
"description": "Property on supplied `items` that contains its title."
|
@@ -13883,10 +13863,26 @@
|
|
13883
13863
|
"type": "boolean\n",
|
13884
13864
|
"description": "When `true` will make `v-model`, `active.sync` and `open.sync` return the complete object instead of just the key."
|
13885
13865
|
},
|
13866
|
+
"VTreeview/value-comparator": {
|
13867
|
+
"type": "(a: any, b: any) => boolean\n",
|
13868
|
+
"description": "Apply a custom comparison algorithm to compare **model-value** and values contains in the **items** prop."
|
13869
|
+
},
|
13870
|
+
"VTreeview/open-on-click": {
|
13871
|
+
"type": "boolean\n",
|
13872
|
+
"description": "When `true` will cause nodes to be opened by clicking anywhere on it, instead of only opening by clicking on expand icon. When using this prop with `activatable` you will be unable to mark nodes with children as active."
|
13873
|
+
},
|
13886
13874
|
"VTreeview/fluid": {
|
13887
13875
|
"type": "boolean\n",
|
13888
13876
|
"description": "Removes indentation from nested items."
|
13889
13877
|
},
|
13878
|
+
"VTreeview/false-icon": {
|
13879
|
+
"type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
|
13880
|
+
"description": "The icon used when inactive."
|
13881
|
+
},
|
13882
|
+
"VTreeview/true-icon": {
|
13883
|
+
"type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
|
13884
|
+
"description": "The icon used when active."
|
13885
|
+
},
|
13890
13886
|
"VTreeview/open-all": {
|
13891
13887
|
"type": "boolean\n",
|
13892
13888
|
"description": "When `true` will cause all branch nodes to be opened when component is mounted."
|
@@ -13895,6 +13891,10 @@
|
|
13895
13891
|
"type": "string\n",
|
13896
13892
|
"description": "Icon used when node is in a loading state."
|
13897
13893
|
},
|
13894
|
+
"VTreeview/indeterminate-icon": {
|
13895
|
+
"type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
|
13896
|
+
"description": "Icon used when node is in an indeterminate state. Only visible when `selectable` is `true`."
|
13897
|
+
},
|
13898
13898
|
"VTreeview/selected-color": {
|
13899
13899
|
"type": "string\n",
|
13900
13900
|
"description": "The color of the selection checkbox."
|
@@ -13903,53 +13903,57 @@
|
|
13903
13903
|
"type": "(item: unknown) => Promise<void>\n",
|
13904
13904
|
"description": "A function used when dynamically loading children. If this prop is set, then the supplied function will be run if expanding an item that has a `item-children` property that is an empty array. Supports returning a Promise."
|
13905
13905
|
},
|
13906
|
-
"VTreeviewGroup/title": {
|
13907
|
-
"type": "string\n",
|
13908
|
-
"description": "Specify a title text for the component."
|
13909
|
-
},
|
13910
13906
|
"VTreeviewGroup/tag": {
|
13911
13907
|
"type": "string | (new () => any) | FunctionalComponent\n",
|
13912
13908
|
"description": "Specify a custom tag used on the root element."
|
13913
13909
|
},
|
13914
|
-
"VTreeviewGroup/
|
13910
|
+
"VTreeviewGroup/title": {
|
13915
13911
|
"type": "string\n",
|
13916
|
-
"description": "
|
13912
|
+
"description": "Specify a title text for the component."
|
13917
13913
|
},
|
13918
13914
|
"VTreeviewGroup/value": {
|
13919
13915
|
"type": "any\n",
|
13920
13916
|
"description": "Expands / Collapse the list-group."
|
13921
13917
|
},
|
13922
|
-
"VTreeviewGroup/
|
13918
|
+
"VTreeviewGroup/color": {
|
13923
13919
|
"type": "string\n",
|
13924
|
-
"description": "
|
13920
|
+
"description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors)."
|
13925
13921
|
},
|
13926
13922
|
"VTreeviewGroup/base-color": {
|
13927
13923
|
"type": "string\n",
|
13928
13924
|
"description": "Sets the color of component when not focused."
|
13929
13925
|
},
|
13926
|
+
"VTreeviewGroup/active-color": {
|
13927
|
+
"type": "string\n",
|
13928
|
+
"description": "Deprecated, use `color` instead."
|
13929
|
+
},
|
13930
13930
|
"VTreeviewGroup/prepend-icon": {
|
13931
|
-
"type": " | string\n | (
|
13931
|
+
"type": " | string\n | (new () => any)\n | FunctionalComponent\n | (string | [string, number])[]\n",
|
13932
13932
|
"description": "Prepends an icon to the component, uses the same syntax as `v-icon`."
|
13933
13933
|
},
|
13934
13934
|
"VTreeviewGroup/append-icon": {
|
13935
|
-
"type": " | string\n | (
|
13935
|
+
"type": " | string\n | (new () => any)\n | FunctionalComponent\n | (string | [string, number])[]\n",
|
13936
13936
|
"description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot."
|
13937
13937
|
},
|
13938
13938
|
"VTreeviewGroup/expand-icon": {
|
13939
|
-
"type": " | string\n | (
|
13939
|
+
"type": " | string\n | (new () => any)\n | FunctionalComponent\n | (string | [string, number])[]\n",
|
13940
13940
|
"description": "Icon to display when the list item is collapsed."
|
13941
13941
|
},
|
13942
13942
|
"VTreeviewGroup/collapse-icon": {
|
13943
|
-
"type": " | string\n | (
|
13943
|
+
"type": " | string\n | (new () => any)\n | FunctionalComponent\n | (string | [string, number])[]\n",
|
13944
13944
|
"description": "Icon to display when the list item is expanded."
|
13945
13945
|
},
|
13946
|
+
"VTreeviewGroup/raw-id": {
|
13947
|
+
"type": "string | number\n",
|
13948
|
+
"description": "Defines the root element's id attribute in the component. If it is provided, the id attribute will be dynamically generated in the format: \"v-list-group--id-[rawId]\"."
|
13949
|
+
},
|
13946
13950
|
"VTreeviewGroup/fluid": {
|
13947
13951
|
"type": "boolean\n",
|
13948
13952
|
"description": "Removes indentation from nested items."
|
13949
13953
|
},
|
13950
|
-
"
|
13951
|
-
"type": "string | number\n",
|
13952
|
-
"description": "
|
13954
|
+
"VTreeviewItem/title": {
|
13955
|
+
"type": "string | number | boolean\n",
|
13956
|
+
"description": "Generates a `v-list-item-title` component with the supplied value. Note that this overrides the native [`title`](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/title) attribute, that must be set with `v-bind:title.attr` instead."
|
13953
13957
|
},
|
13954
13958
|
"VTreeviewItem/replace": {
|
13955
13959
|
"type": "boolean\n",
|
@@ -13959,49 +13963,37 @@
|
|
13959
13963
|
"type": "boolean\n",
|
13960
13964
|
"description": "Designates that the component is a link. This is automatic when using the href or to prop."
|
13961
13965
|
},
|
13962
|
-
"VTreeviewItem/
|
13963
|
-
"type": "string | (new () => any) | FunctionalComponent\n",
|
13964
|
-
"description": "Specify a custom tag used on the root element."
|
13965
|
-
},
|
13966
|
-
"VTreeviewItem/nav": {
|
13967
|
-
"type": "boolean\n",
|
13968
|
-
"description": "Reduces the width of v-list-item takes and adds a border radius."
|
13969
|
-
},
|
13970
|
-
"VTreeviewItem/title": {
|
13966
|
+
"VTreeviewItem/border": {
|
13971
13967
|
"type": "string | number | boolean\n",
|
13972
|
-
"description": "
|
13968
|
+
"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)."
|
13973
13969
|
},
|
13974
|
-
"VTreeviewItem/
|
13975
|
-
"type": "
|
13976
|
-
"description": "
|
13970
|
+
"VTreeviewItem/density": {
|
13971
|
+
"type": "'default' | 'comfortable' | 'compact'\n",
|
13972
|
+
"description": "Adjusts the vertical height used by the component."
|
13977
13973
|
},
|
13978
13974
|
"VTreeviewItem/height": {
|
13979
13975
|
"type": "string | number\n",
|
13980
13976
|
"description": "Sets the height for the component."
|
13981
13977
|
},
|
13982
|
-
"VTreeviewItem/
|
13983
|
-
"type": "any\n",
|
13984
|
-
"description": "The value used for selection. Obtained from [`v-list`](/api/v-list)'s `v-model:selected` when the item is selected."
|
13985
|
-
},
|
13986
|
-
"VTreeviewItem/width": {
|
13978
|
+
"VTreeviewItem/max-height": {
|
13987
13979
|
"type": "string | number\n",
|
13988
|
-
"description": "Sets the
|
13980
|
+
"description": "Sets the maximum height for the component."
|
13989
13981
|
},
|
13990
|
-
"VTreeviewItem/
|
13991
|
-
"type": "string\n",
|
13992
|
-
"description": "
|
13982
|
+
"VTreeviewItem/max-width": {
|
13983
|
+
"type": "string | number\n",
|
13984
|
+
"description": "Sets the maximum width for the component."
|
13993
13985
|
},
|
13994
|
-
"VTreeviewItem/
|
13995
|
-
"type": "string\n",
|
13996
|
-
"description": "
|
13986
|
+
"VTreeviewItem/min-height": {
|
13987
|
+
"type": "string | number\n",
|
13988
|
+
"description": "Sets the minimum height for the component."
|
13997
13989
|
},
|
13998
|
-
"VTreeviewItem/
|
13999
|
-
"type": "
|
14000
|
-
"description": "
|
13990
|
+
"VTreeviewItem/min-width": {
|
13991
|
+
"type": "string | number\n",
|
13992
|
+
"description": "Sets the minimum width for the component."
|
14001
13993
|
},
|
14002
|
-
"VTreeviewItem/
|
14003
|
-
"type": "string | number
|
14004
|
-
"description": "
|
13994
|
+
"VTreeviewItem/width": {
|
13995
|
+
"type": "string | number\n",
|
13996
|
+
"description": "Sets the width for the component."
|
14005
13997
|
},
|
14006
13998
|
"VTreeviewItem/elevation": {
|
14007
13999
|
"type": "string | number\n",
|
@@ -14015,64 +14007,48 @@
|
|
14015
14007
|
"type": "boolean\n",
|
14016
14008
|
"description": "Removes any applied **border-radius** from the component."
|
14017
14009
|
},
|
14018
|
-
"VTreeviewItem/
|
14019
|
-
"type": "
|
14020
|
-
"description": "
|
14021
|
-
},
|
14022
|
-
"VTreeviewItem/max-height": {
|
14023
|
-
"type": "string | number\n",
|
14024
|
-
"description": "Sets the maximum height for the component."
|
14010
|
+
"VTreeviewItem/tag": {
|
14011
|
+
"type": "string | (new () => any) | FunctionalComponent\n",
|
14012
|
+
"description": "Specify a custom tag used on the root element."
|
14025
14013
|
},
|
14026
|
-
"VTreeviewItem/
|
14027
|
-
"type": "string
|
14028
|
-
"description": "
|
14014
|
+
"VTreeviewItem/theme": {
|
14015
|
+
"type": "string\n",
|
14016
|
+
"description": "Specify a theme for this component and all of its children."
|
14029
14017
|
},
|
14030
|
-
"VTreeviewItem/
|
14031
|
-
"type": "string
|
14032
|
-
"description": "
|
14018
|
+
"VTreeviewItem/color": {
|
14019
|
+
"type": "string\n",
|
14020
|
+
"description": "Applies specified color to the control when in an **active** state or **input-value** is **true** - supports utility colors (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors),"
|
14033
14021
|
},
|
14034
|
-
"VTreeviewItem/
|
14035
|
-
"type": "
|
14036
|
-
"description": "
|
14022
|
+
"VTreeviewItem/variant": {
|
14023
|
+
"type": "'text' | 'flat' | 'elevated' | 'tonal' | 'outlined' | 'plain'\n",
|
14024
|
+
"description": "Applies a distinct style to the component."
|
14037
14025
|
},
|
14038
|
-
"VTreeviewItem/
|
14039
|
-
"type": "
|
14040
|
-
"description": "
|
14026
|
+
"VTreeviewItem/disabled": {
|
14027
|
+
"type": "boolean\n",
|
14028
|
+
"description": "Removes the ability to click or target the component."
|
14041
14029
|
},
|
14042
|
-
"VTreeviewItem/
|
14043
|
-
"type": "
|
14044
|
-
"description": "
|
14030
|
+
"VTreeviewItem/value": {
|
14031
|
+
"type": "any\n",
|
14032
|
+
"description": "The value used for selection. Obtained from [`v-list`](/api/v-list)'s `v-model:selected` when the item is selected."
|
14045
14033
|
},
|
14046
14034
|
"VTreeviewItem/active": {
|
14047
14035
|
"type": "boolean\n",
|
14048
14036
|
"description": "Controls the **active** state of the item. This is typically used to highlight the component."
|
14049
14037
|
},
|
14050
|
-
"VTreeviewItem/active-class": {
|
14051
|
-
"type": "string\n",
|
14052
|
-
"description": "The class applied to the component when it matches the current route. Find more information about the [active-class prop](https://router.vuejs.org/api/#active-class) on the [vue-router](https://router.vuejs.org/) documentation."
|
14053
|
-
},
|
14054
14038
|
"VTreeviewItem/active-color": {
|
14055
14039
|
"type": "string\n",
|
14056
14040
|
"description": "Deprecated, use `color` instead."
|
14057
14041
|
},
|
14058
|
-
"VTreeviewItem/
|
14042
|
+
"VTreeviewItem/base-color": {
|
14059
14043
|
"type": "string\n",
|
14060
|
-
"description": "
|
14061
|
-
},
|
14062
|
-
"VTreeviewItem/to": {
|
14063
|
-
"type": "string | RouteLocationAsRelativeGeneric | RouteLocationAsPathGeneric\n",
|
14064
|
-
"description": "Denotes the target route of the link. You can find more information about the [**to** prop](https://router.vuejs.org/api/#to) on the vue-router documentation."
|
14065
|
-
},
|
14066
|
-
"VTreeviewItem/exact": {
|
14067
|
-
"type": "boolean\n",
|
14068
|
-
"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."
|
14044
|
+
"description": "Sets the color of component when not focused."
|
14069
14045
|
},
|
14070
14046
|
"VTreeviewItem/prepend-icon": {
|
14071
|
-
"type": " | string\n | (new () => any)\n | FunctionalComponent\n
|
14047
|
+
"type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
|
14072
14048
|
"description": "Creates a [v-icon](/api/v-icon/) component in the **prepend** slot before default content."
|
14073
14049
|
},
|
14074
14050
|
"VTreeviewItem/append-icon": {
|
14075
|
-
"type": " | string\n | (new () => any)\n | FunctionalComponent\n
|
14051
|
+
"type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
|
14076
14052
|
"description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot."
|
14077
14053
|
},
|
14078
14054
|
"VTreeviewItem/slim": {
|
@@ -14087,10 +14063,38 @@
|
|
14087
14063
|
"type": "boolean\n",
|
14088
14064
|
"description": "Places the v-treeview-item into a loading state."
|
14089
14065
|
},
|
14066
|
+
"VTreeviewItem/href": {
|
14067
|
+
"type": "string\n",
|
14068
|
+
"description": "Designates the component as anchor and applies the **href** attribute."
|
14069
|
+
},
|
14070
|
+
"VTreeviewItem/exact": {
|
14071
|
+
"type": "boolean\n",
|
14072
|
+
"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."
|
14073
|
+
},
|
14074
|
+
"VTreeviewItem/to": {
|
14075
|
+
"type": "string | RouteLocationAsRelativeGeneric | RouteLocationAsPathGeneric\n",
|
14076
|
+
"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."
|
14077
|
+
},
|
14090
14078
|
"VTreeviewItem/subtitle": {
|
14091
14079
|
"type": "string | number | boolean\n",
|
14092
14080
|
"description": "Specify a subtitle text for the component."
|
14093
14081
|
},
|
14082
|
+
"VTreeviewItem/active-class": {
|
14083
|
+
"type": "string\n",
|
14084
|
+
"description": "The class applied to the component when it matches the current route. Find more information about the [active-class prop](https://router.vuejs.org/api/#active-class) on the [vue-router](https://router.vuejs.org/) documentation."
|
14085
|
+
},
|
14086
|
+
"VTreeviewItem/lines": {
|
14087
|
+
"type": "false | 'one' | 'two' | 'three'\n",
|
14088
|
+
"description": "The line declaration specifies the minimum height of the item and can also be controlled from v-list with the same prop."
|
14089
|
+
},
|
14090
|
+
"VTreeviewItem/nav": {
|
14091
|
+
"type": "boolean\n",
|
14092
|
+
"description": "Reduces the width of v-list-item takes and adds a border radius."
|
14093
|
+
},
|
14094
|
+
"VTreeviewItem/toggle-icon": {
|
14095
|
+
"type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
|
14096
|
+
"description": "Allows customization of the icon used to toggle the expansion and collapse of treeview branches."
|
14097
|
+
},
|
14094
14098
|
"VTreeviewItem/append-avatar": {
|
14095
14099
|
"type": "string\n",
|
14096
14100
|
"description": "Appends a [v-avatar](/components/avatars/) component after default content in the **append** slot."
|
@@ -14099,34 +14103,30 @@
|
|
14099
14103
|
"type": "string\n",
|
14100
14104
|
"description": "Prepends a [v-avatar](/components/avatars/) component in the **prepend** slot before default content."
|
14101
14105
|
},
|
14102
|
-
"
|
14103
|
-
"type": "
|
14104
|
-
"description": "
|
14105
|
-
},
|
14106
|
-
"VValidation/model-value": {
|
14107
|
-
"type": "unknown\n",
|
14108
|
-
"description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
|
14106
|
+
"VValidation/name": {
|
14107
|
+
"type": "string\n",
|
14108
|
+
"description": "Sets the component's name attribute."
|
14109
14109
|
},
|
14110
14110
|
"VValidation/error": {
|
14111
14111
|
"type": "boolean\n",
|
14112
14112
|
"description": "Puts the input in a manual error state."
|
14113
14113
|
},
|
14114
|
-
"VValidation/
|
14114
|
+
"VValidation/label": {
|
14115
14115
|
"type": "string\n",
|
14116
|
-
"description": "Sets the
|
14116
|
+
"description": "Sets the text of the [v-label](/api/v-label/) or [v-field-label](/api/v-field-label/) component."
|
14117
14117
|
},
|
14118
14118
|
"VValidation/disabled": {
|
14119
14119
|
"type": "boolean\n",
|
14120
14120
|
"description": "Removes the ability to click or target the component."
|
14121
14121
|
},
|
14122
|
+
"VValidation/model-value": {
|
14123
|
+
"type": "unknown\n",
|
14124
|
+
"description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
|
14125
|
+
},
|
14122
14126
|
"VValidation/readonly": {
|
14123
14127
|
"type": "boolean\n",
|
14124
14128
|
"description": "Puts input in readonly state."
|
14125
14129
|
},
|
14126
|
-
"VValidation/label": {
|
14127
|
-
"type": "string\n",
|
14128
|
-
"description": "Sets the text of the [v-label](/api/v-label/) or [v-field-label](/api/v-field-label/) component."
|
14129
|
-
},
|
14130
14130
|
"VValidation/error-messages": {
|
14131
14131
|
"type": "string | string[]\n",
|
14132
14132
|
"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."
|