@dimailn/vuetify 2.7.2-alpha56 → 2.7.2-alpha57

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (51) hide show
  1. package/dist/json/attributes.json +3945 -417
  2. package/dist/json/tags.json +1120 -133
  3. package/dist/json/web-types.json +12516 -2651
  4. package/dist/vuetify.js +66 -76
  5. package/dist/vuetify.js.map +1 -1
  6. package/dist/vuetify.min.css +1 -1
  7. package/dist/vuetify.min.js +2 -2
  8. package/es5/directives/click-outside/index.js +19 -21
  9. package/es5/directives/click-outside/index.js.map +1 -1
  10. package/es5/directives/intersect/index.js +12 -17
  11. package/es5/directives/intersect/index.js.map +1 -1
  12. package/es5/directives/mutate/index.js +9 -11
  13. package/es5/directives/mutate/index.js.map +1 -1
  14. package/es5/directives/resize/index.js +8 -10
  15. package/es5/directives/resize/index.js.map +1 -1
  16. package/es5/directives/scroll/index.js +11 -12
  17. package/es5/directives/scroll/index.js.map +1 -1
  18. package/es5/directives/touch/index.js +6 -5
  19. package/es5/directives/touch/index.js.map +1 -1
  20. package/es5/framework.js +1 -1
  21. package/es5/services/theme/utils.js.map +1 -1
  22. package/lib/directives/click-outside/index.js +17 -19
  23. package/lib/directives/click-outside/index.js.map +1 -1
  24. package/lib/directives/intersect/index.js +12 -16
  25. package/lib/directives/intersect/index.js.map +1 -1
  26. package/lib/directives/mutate/index.js +9 -11
  27. package/lib/directives/mutate/index.js.map +1 -1
  28. package/lib/directives/resize/index.js +8 -8
  29. package/lib/directives/resize/index.js.map +1 -1
  30. package/lib/directives/scroll/index.js +8 -8
  31. package/lib/directives/scroll/index.js.map +1 -1
  32. package/lib/directives/touch/index.js +6 -5
  33. package/lib/directives/touch/index.js.map +1 -1
  34. package/lib/framework.js +1 -1
  35. package/lib/services/theme/utils.js.map +1 -1
  36. package/package.json +1 -1
  37. package/src/components/VMenu/__tests__/VMenuActivatorTest.spec.ts +25 -0
  38. package/src/components/VMenu/__tests__/test-with-directives.spec.ts +50 -0
  39. package/src/directives/click-outside/__tests__/click-outside-shadow-dom.spec.ts +2 -1
  40. package/src/directives/click-outside/__tests__/click-outside.spec.ts +2 -1
  41. package/src/directives/click-outside/index.ts +25 -18
  42. package/src/directives/intersect/__tests__/intersect.spec.ts +31 -13
  43. package/src/directives/intersect/index.ts +15 -19
  44. package/src/directives/mutate/__tests__/mutate.spec.ts +35 -27
  45. package/src/directives/mutate/index.ts +12 -6
  46. package/src/directives/resize/__tests__/resize.spec.ts +4 -4
  47. package/src/directives/resize/index.ts +11 -18
  48. package/src/directives/scroll/__tests__/scroll.spec.ts +5 -29
  49. package/src/directives/scroll/index.ts +14 -7
  50. package/src/directives/touch/index.ts +6 -5
  51. package/src/services/theme/utils.ts +1 -1
@@ -1,8 +1,112 @@
1
1
  {
2
+ "v-app/id": {
3
+ "type": "string",
4
+ "description": "Sets the DOM id on the component"
5
+ },
6
+ "v-app-bar/clipped-left": {
7
+ "type": "boolean",
8
+ "description": "Designates that the application's `v-navigation-drawer` that is positioned on the left is below the app-bar."
9
+ },
10
+ "v-app-bar/clipped-right": {
11
+ "type": "boolean",
12
+ "description": "Designates that the application's `v-navigation-drawer` that is positioned on the right is below the app-bar."
13
+ },
14
+ "v-app-bar/collapse-on-scroll": {
15
+ "type": "boolean",
16
+ "description": "Puts the app-bar into a collapsed state when scrolling."
17
+ },
18
+ "v-app-bar/elevate-on-scroll": {
19
+ "type": "boolean",
20
+ "description": "Elevates the app-bar when scrolling."
21
+ },
22
+ "v-app-bar/fade-img-on-scroll": {
23
+ "type": "boolean",
24
+ "description": "When using the **src** prop or `img` slot, will fade the image when scrolling."
25
+ },
26
+ "v-app-bar/hide-on-scroll": {
27
+ "type": "boolean",
28
+ "description": "Hides the app-bar when scrolling. Will still show the `extension` slot."
29
+ },
30
+ "v-app-bar/inverted-scroll": {
31
+ "type": "boolean",
32
+ "description": "Hides the app-bar when scrolling down and displays it when scrolling up."
33
+ },
34
+ "v-app-bar/scroll-off-screen": {
35
+ "type": "boolean",
36
+ "description": "Hides the app-bar when scrolling. Will **NOT** show the `extension` slot."
37
+ },
38
+ "v-app-bar/shrink-on-scroll": {
39
+ "type": "boolean",
40
+ "description": "Shrinks a **prominent** toolbar to a **dense** or **short** (default) one when scrolling."
41
+ },
42
+ "v-app-bar/value": {
43
+ "type": "boolean",
44
+ "description": "Controls whether the component is visible or hidden."
45
+ },
46
+ "v-alert/border": {
47
+ "type": "string",
48
+ "description": "Puts a border on the alert. Accepts **top** \\| **right** \\| **bottom** \\| **left**."
49
+ },
50
+ "v-alert/close-icon": {
51
+ "type": "string",
52
+ "description": "Change the default icon used for **dismissible** alerts."
53
+ },
54
+ "v-alert/close-label": {
55
+ "type": "string",
56
+ "description": "Text used for *aria-label* on **dismissible** alerts. Can also be customizing globally in [Internationalization](/customization/internationalization)."
57
+ },
58
+ "v-alert/colored-border": {
59
+ "type": "boolean",
60
+ "description": "Applies the defined **color** to the alert's border."
61
+ },
62
+ "v-alert/dense": {
63
+ "type": "boolean",
64
+ "description": "Decreases component's height."
65
+ },
66
+ "v-alert/dismissible": {
67
+ "type": "boolean",
68
+ "description": "Adds a close icon that can hide the alert."
69
+ },
70
+ "v-alert/icon": {
71
+ "type": "boolean|string",
72
+ "description": "Designates a specific icon."
73
+ },
74
+ "v-alert/model-value": {
75
+ "type": "boolean",
76
+ "description": ""
77
+ },
78
+ "v-alert/outlined": {
79
+ "type": "boolean",
80
+ "description": "Makes the background transparent and applies a thin border."
81
+ },
82
+ "v-alert/prominent": {
83
+ "type": "boolean",
84
+ "description": "Displays a larger vertically centered icon to draw more attention."
85
+ },
86
+ "v-alert/text": {
87
+ "type": "boolean",
88
+ "description": "Applies the defined **color** to text and a low opacity background of the same."
89
+ },
90
+ "v-alert/type": {
91
+ "type": "string",
92
+ "description": "Specify a **success**, **info**, **warning** or **error** alert. Uses the contextual color and has a pre-defined icon."
93
+ },
94
+ "v-autocomplete/auto-select-first": {
95
+ "type": "boolean",
96
+ "description": "When searching, will always highlight the first option"
97
+ },
2
98
  "v-autocomplete/disabled": {
3
99
  "type": "boolean",
4
100
  "description": "Disable the input"
5
101
  },
102
+ "v-autocomplete/filter": {
103
+ "type": "function",
104
+ "description": "The filtering algorithm used when searching. [example](https://github.com/vuetifyjs/vuetify/blob/v2-stable/packages/vuetify/src/components/VAutocomplete/VAutocomplete.ts#L40)"
105
+ },
106
+ "v-autocomplete/hide-no-data": {
107
+ "type": "boolean",
108
+ "description": "Hides the menu when there are no options to show. Useful for preventing the menu from opening before results are fetched asynchronously. Also has the effect of opening the menu when the `items` array changes if not already open."
109
+ },
6
110
  "v-autocomplete/items": {
7
111
  "type": "",
8
112
  "description": "Can be an array of objects or array of strings. When using objects, will look for a text, value and disabled keys. This can be changed using the **item-text**, **item-value** and **item-disabled** props. Objects that have a **header** or **divider** property are considered special cases and generate a list header or divider; these items are not selectable."
@@ -12,13 +116,21 @@
12
116
  "description": "Sets input label"
13
117
  },
14
118
  "v-autocomplete/menu-props": {
15
- "type": "",
119
+ "type": "string|array|object",
16
120
  "description": "Pass props through to the `v-menu` component. Accepts either a string for boolean props `menu-props=\"auto, overflowY\"`, or an object `:menu-props=\"{ auto: true, overflowY: true }\"`"
17
121
  },
122
+ "v-autocomplete/no-filter": {
123
+ "type": "boolean",
124
+ "description": "Do not apply filtering when searching. Useful when data is being filtered server side"
125
+ },
18
126
  "v-autocomplete/readonly": {
19
127
  "type": "boolean",
20
128
  "description": "Puts input in readonly state"
21
129
  },
130
+ "v-autocomplete/search-input": {
131
+ "type": "string",
132
+ "description": "Search value. Can be used with `.sync` modifier."
133
+ },
22
134
  "v-autocomplete/value": {
23
135
  "type": "any",
24
136
  "description": "The input's value"
@@ -27,664 +139,4080 @@
27
139
  "type": "",
28
140
  "description": "The comparison algorithm used for values. [More info](https://github.com/vuetifyjs/vuetify/blob/v2-stable/packages/vuetify/src/util/helpers.ts)"
29
141
  },
30
- "v-breadcrumbs/items": {
31
- "type": "",
32
- "description": "An array of objects for each breadcrumb."
142
+ "v-avatar/left": {
143
+ "type": "boolean",
144
+ "description": "Designates that the avatar is on the left side of a component. This is hooked into by components such as [v-chip](/components/chips) and [v-btn](/components/buttons)."
33
145
  },
34
- "v-checkbox/disabled": {
146
+ "v-avatar/right": {
35
147
  "type": "boolean",
36
- "description": "Disable the input"
148
+ "description": "Designates that the avatar is on the right side of a component. This is hooked into by components such as [v-chip](/components/chips) and [v-btn](/components/buttons)."
37
149
  },
38
- "v-checkbox/label": {
39
- "type": "string",
40
- "description": "Sets input label"
150
+ "v-avatar/size": {
151
+ "type": "number|string",
152
+ "description": "Sets the height and width of the component."
41
153
  },
42
- "v-checkbox/readonly": {
154
+ "v-badge/avatar": {
43
155
  "type": "boolean",
44
- "description": "Puts input in readonly state"
156
+ "description": "Removes badge padding for the use of the `v-avatar` in the **badge** slot."
45
157
  },
46
- "v-checkbox/value": {
158
+ "v-badge/bordered": {
159
+ "type": "boolean",
160
+ "description": "Applies a **2px** by default and **1.5px** border around the badge when using the **dot** property."
161
+ },
162
+ "v-badge/color": {
163
+ "type": "string",
164
+ "description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find a list of built-in classes on the [colors page](/styles/colors#material-colors)."
165
+ },
166
+ "v-badge/content": {
47
167
  "type": "any",
48
- "description": "The input's value"
168
+ "description": "Any content you want injected as text into the badge."
49
169
  },
50
- "v-combobox/disabled": {
170
+ "v-badge/dot": {
51
171
  "type": "boolean",
52
- "description": "Disable the input"
172
+ "description": "Reduce the size of the badge and hide its contents"
53
173
  },
54
- "v-combobox/items": {
55
- "type": "",
56
- "description": "Can be an array of objects or array of strings. When using objects, will look for a text, value and disabled keys. This can be changed using the **item-text**, **item-value** and **item-disabled** props. Objects that have a **header** or **divider** property are considered special cases and generate a list header or divider; these items are not selectable."
174
+ "v-badge/icon": {
175
+ "type": "string",
176
+ "description": "Designates a specific icon used in the badge."
57
177
  },
58
- "v-combobox/label": {
178
+ "v-badge/inline": {
179
+ "type": "boolean",
180
+ "description": "Moves the badge to be inline with the wrapping element. Supports the usage of the **left** prop."
181
+ },
182
+ "v-badge/label": {
59
183
  "type": "string",
60
- "description": "Sets input label"
184
+ "description": "The **aria-label** used for the badge"
61
185
  },
62
- "v-combobox/menu-props": {
63
- "type": "",
64
- "description": "Pass props through to the `v-menu` component. Accepts either a string for boolean props `menu-props=\"auto, overflowY\"`, or an object `:menu-props=\"{ auto: true, overflowY: true }\"`"
186
+ "v-badge/model-value": {
187
+ "type": "any",
188
+ "description": ""
65
189
  },
66
- "v-combobox/readonly": {
190
+ "v-badge/offset-x": {
191
+ "type": "number|string",
192
+ "description": "Offset the badge on the x-axis."
193
+ },
194
+ "v-badge/offset-y": {
195
+ "type": "number|string",
196
+ "description": "Offset the badge on the y-axis."
197
+ },
198
+ "v-badge/overlap": {
67
199
  "type": "boolean",
68
- "description": "Puts input in readonly state"
200
+ "description": "Overlaps the slotted content on top of the component."
69
201
  },
70
- "v-combobox/value": {
71
- "type": "any",
72
- "description": "The input's value"
202
+ "v-badge/tile": {
203
+ "type": "boolean",
204
+ "description": "Removes the component's border-radius."
73
205
  },
74
- "v-combobox/value-comparator": {
75
- "type": "",
76
- "description": "The comparison algorithm used for values. [More info](https://github.com/vuetifyjs/vuetify/blob/v2-stable/packages/vuetify/src/util/helpers.ts)"
206
+ "v-badge/transition": {
207
+ "type": "string",
208
+ "description": "Sets the component transition. Can be one of the [built in transitions](/styles/transitions) or one your own."
77
209
  },
78
- "v-data-iterator/checkbox-color": {
210
+ "v-banner/app": {
211
+ "type": "boolean",
212
+ "description": "When used inside of `v-main`, will calculate top based upon application `v-toolbar` and `v-system-bar`."
213
+ },
214
+ "v-banner/icon": {
79
215
  "type": "string",
80
- "description": ""
216
+ "description": "Designates a specific icon."
81
217
  },
82
- "v-data-iterator/custom-filter": {
83
- "type": "",
84
- "description": "Function to filter items"
218
+ "v-banner/icon-color": {
219
+ "type": "string",
220
+ "description": "Designates a specific icon color."
85
221
  },
86
- "v-data-iterator/custom-group": {
87
- "type": "",
88
- "description": "Function used to group items"
222
+ "v-banner/model-value": {
223
+ "type": "boolean",
224
+ "description": ""
89
225
  },
90
- "v-data-iterator/custom-sort": {
91
- "type": "",
92
- "description": "Function used to sort items"
226
+ "v-banner/single-line": {
227
+ "type": "boolean",
228
+ "description": "Forces the banner onto a single line."
93
229
  },
94
- "v-data-iterator/disable-filtering": {
95
- "type": "",
96
- "description": "Disables filtering completely"
230
+ "v-banner/sticky": {
231
+ "type": "boolean",
232
+ "description": "Applies **position: sticky** to the component (**Evergreen browsers only**). You can find more information on the [MDN documentation for sticky position](https://developer.mozilla.org/en-US/docs/Web/CSS/position)."
97
233
  },
98
- "v-data-iterator/disable-pagination": {
99
- "type": "",
100
- "description": "Disables pagination completely"
234
+ "v-bottom-navigation/active-class": {
235
+ "type": "string",
236
+ "description": "The class applied to a [v-btn](/components/buttons) when activated."
101
237
  },
102
- "v-data-iterator/disable-sort": {
103
- "type": "",
104
- "description": "Disables sorting completely"
238
+ "v-bottom-navigation/background-color": {
239
+ "type": "string",
240
+ "description": "Changes the background-color for the component."
105
241
  },
106
- "v-data-iterator/expanded": {
107
- "type": "",
108
- "description": "Array of expanded items. Can be used with `.sync` modifier"
242
+ "v-bottom-navigation/grow": {
243
+ "type": "boolean",
244
+ "description": "Force [v-btn](/components/buttons)s to take up all available space."
109
245
  },
110
- "v-data-iterator/footer-props": {
111
- "type": "",
112
- "description": "See the [`v-data-footer`](/api/v-data-footer) API for more information"
246
+ "v-bottom-navigation/height": {
247
+ "type": "number|string",
248
+ "description": "Sets the height for the component."
113
249
  },
114
- "v-data-iterator/group-by": {
115
- "type": "",
116
- "description": "Changes which item property should be used for grouping items. Currently only supports a single grouping in the format: `group` or `['group']`. When using an array, only the first element is considered. Can be used with `.sync` modifier"
250
+ "v-bottom-navigation/hide-on-scroll": {
251
+ "type": "boolean",
252
+ "description": "Will transition the navigation off screen when scrolling up."
117
253
  },
118
- "v-data-iterator/group-desc": {
119
- "type": "",
120
- "description": "Changes which direction grouping is done. Can be used with `.sync` modifier"
254
+ "v-bottom-navigation/horizontal": {
255
+ "type": "boolean",
256
+ "description": "Uses an alternative horizontal styling for [v-btn](/components/buttons)."
121
257
  },
122
- "v-data-iterator/hide-default-footer": {
123
- "type": "",
124
- "description": "Hides default footer"
258
+ "v-bottom-navigation/mandatory": {
259
+ "type": "boolean",
260
+ "description": "Forces a value to always be selected (if available)."
125
261
  },
126
- "v-data-iterator/item-key": {
127
- "type": "",
128
- "description": "The property on each item that is used as a unique key"
262
+ "v-bottom-navigation/model-value": {
263
+ "type": "boolean",
264
+ "description": ""
129
265
  },
130
- "v-data-iterator/items": {
131
- "type": "",
132
- "description": "The array of items to display"
266
+ "v-bottom-navigation/shift": {
267
+ "type": "boolean",
268
+ "description": "Hides text of [v-btn](/components/buttons)s when they are not active."
133
269
  },
134
- "v-data-iterator/items-per-page": {
135
- "type": "",
136
- "description": "Changes how many items per page should be visible. Can be used with `.sync` modifier. Setting this prop to `-1` will display all items on the page"
270
+ "v-bottom-navigation/tag": {
271
+ "type": "string",
272
+ "description": "Specify a custom tag used on the root element."
137
273
  },
138
- "v-data-iterator/loading": {
139
- "type": "",
140
- "description": "If `true` and no items are provided, then a loading text will be shown"
274
+ "v-bottom-sheet/inset": {
275
+ "type": "boolean",
276
+ "description": "Reduces the sheet content maximum width to 70%."
141
277
  },
142
- "v-data-iterator/loading-text": {
143
- "type": "",
144
- "description": "Text shown when `loading` is true and no items are provided"
278
+ "v-bottom-sheet/max-width": {
279
+ "type": "string|number",
280
+ "description": "Sets the maximum width for the component."
145
281
  },
146
- "v-data-iterator/locale": {
147
- "type": "",
148
- "description": "Sets the locale used for sorting. This is passed into [`Intl.Collator()`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl/Collator/Collator) in the default `customSort` function"
282
+ "v-bottom-sheet/transition": {
283
+ "type": "string",
284
+ "description": "Sets the component transition. Can be one of the [built in transitions](/styles/transitions) or one your own."
149
285
  },
150
- "v-data-iterator/multi-sort": {
151
- "type": "",
152
- "description": "If `true` then one can sort on multiple properties"
286
+ "v-breadcrumbs/divider": {
287
+ "type": "string",
288
+ "description": "Specifies the dividing character between items."
153
289
  },
154
- "v-data-iterator/must-sort": {
155
- "type": "",
156
- "description": "If `true` then one can not disable sorting, it will always switch between ascending and descending"
290
+ "v-breadcrumbs/items": {
291
+ "type": "array",
292
+ "description": "An array of objects for each breadcrumb."
157
293
  },
158
- "v-data-iterator/no-data-text": {
159
- "type": "",
160
- "description": "Text shown when no items are provided to the component"
294
+ "v-breadcrumbs/large": {
295
+ "type": "boolean",
296
+ "description": "Increase the font-size of the breadcrumb item text to 16px (14px default)."
161
297
  },
162
- "v-data-iterator/no-results-text": {
163
- "type": "",
164
- "description": "Text shown when `search` prop is used and there are no results"
298
+ "v-breadcrumbs-item/active-class": {
299
+ "type": "string",
300
+ "description": "Configure the active CSS class applied when the link is active. You can find more information about the [**active-class** prop](https://router.vuejs.org/api/#active-class) on the vue-router documentation."
165
301
  },
166
- "v-data-iterator/options": {
167
- "type": "dataoptions",
168
- "description": ""
302
+ "v-breadcrumbs-item/ripple": {
303
+ "type": "boolean|object",
304
+ "description": "Applies the [v-ripple](/directives/ripple) directive."
169
305
  },
170
- "v-data-iterator/page": {
171
- "type": "",
306
+ "v-breadcrumbs-item/text": {
307
+ "type": "string",
172
308
  "description": ""
173
309
  },
174
- "v-data-iterator/search": {
175
- "type": "",
176
- "description": "Text input used to filter items"
310
+ "v-breadcrumbs-divider/tag": {
311
+ "type": "string",
312
+ "description": "Specify a custom tag used on the root element."
177
313
  },
178
- "v-data-iterator/server-items-length": {
179
- "type": "",
180
- "description": "Used only when data is provided by a server. Should be set to the total amount of items available on server so that pagination works correctly"
314
+ "v-btn/active-class": {
315
+ "type": "string",
316
+ "description": "Configure the active CSS class applied when the link is active. You can find more information about the [**active-class** prop](https://router.vuejs.org/api/#active-class) on the vue-router documentation."
181
317
  },
182
- "v-data-iterator/single-expand": {
183
- "type": "",
184
- "description": "Changes expansion mode to single expand"
318
+ "v-btn/block": {
319
+ "type": "boolean",
320
+ "description": "Expands the button to 100% of available space."
185
321
  },
186
- "v-data-iterator/single-select": {
187
- "type": "",
188
- "description": "Changes selection mode to single select"
322
+ "v-btn/depressed": {
323
+ "type": "boolean",
324
+ "description": "Removes the button box shadow."
189
325
  },
190
- "v-data-iterator/sort-by": {
191
- "type": "",
192
- "description": "Changes which item property (or properties) should be used for sort order. Can be used with `.sync` modifier"
326
+ "v-btn/fab": {
327
+ "type": "boolean",
328
+ "description": "Designates the button as a floating-action-button. Button will become _round_."
193
329
  },
194
- "v-data-iterator/sort-desc": {
195
- "type": "",
196
- "description": "Changes which direction sorting is done. Can be used with `.sync` modifier"
330
+ "v-btn/icon": {
331
+ "type": "boolean",
332
+ "description": "Designates the button as icon. Button will become _round_ and applies the **text** prop."
197
333
  },
198
- "v-data-iterator/value": {
199
- "type": "",
200
- "description": "Used for controlling selected rows"
334
+ "v-btn/loading": {
335
+ "type": "boolean",
336
+ "description": "Adds a loading icon animation."
201
337
  },
202
- "v-data-footer/options": {
203
- "type": "",
204
- "description": "DataOptions"
338
+ "v-btn/outlined": {
339
+ "type": "boolean",
340
+ "description": "Makes the background transparent and applies a thin border."
205
341
  },
206
- "v-data-footer/pagination": {
207
- "type": "",
208
- "description": "DataPagination"
342
+ "v-btn/plain": {
343
+ "type": "boolean",
344
+ "description": "Removes the default background change applied when hovering over the button."
209
345
  },
210
- "v-data-table/checkbox-color": {
346
+ "v-btn/retain-focus-on-click": {
347
+ "type": "boolean",
348
+ "description": "Don't blur on click."
349
+ },
350
+ "v-btn/rounded": {
351
+ "type": "boolean",
352
+ "description": "Applies a large border radius on the button."
353
+ },
354
+ "v-btn/tag": {
211
355
  "type": "string",
212
- "description": "Set the color of the checkboxes (showSelect must be used)"
356
+ "description": "Specify a custom tag used on the root element."
213
357
  },
214
- "v-data-table/custom-filter": {
215
- "type": "",
216
- "description": "Function to filter items"
358
+ "v-btn/text": {
359
+ "type": "boolean",
360
+ "description": "Makes the background transparent. When using the **color** prop, the color will be applied to the button text instead of the background."
217
361
  },
218
- "v-data-table/custom-group": {
219
- "type": "",
220
- "description": "Function used to group items"
362
+ "v-btn/tile": {
363
+ "type": "boolean",
364
+ "description": "Removes the component's **border-radius**."
221
365
  },
222
- "v-data-table/custom-sort": {
223
- "type": "",
224
- "description": "Function used to sort items"
366
+ "v-btn/type": {
367
+ "type": "string",
368
+ "description": "Set the button's **type** attribute."
225
369
  },
226
- "v-data-table/disable-filtering": {
227
- "type": "",
228
- "description": "Disables filtering completely"
370
+ "v-btn/value": {
371
+ "type": "any",
372
+ "description": "The value used when the component is selected in a group. If not provided, the index will be used."
229
373
  },
230
- "v-data-table/disable-pagination": {
231
- "type": "",
232
- "description": "Disables pagination completely"
374
+ "v-btn-toggle/background-color": {
375
+ "type": "string",
376
+ "description": "Changes the background-color for the component."
233
377
  },
234
- "v-data-table/disable-sort": {
235
- "type": "",
236
- "description": "Disables sorting completely"
378
+ "v-btn-toggle/borderless": {
379
+ "type": "boolean",
380
+ "description": "Removes the group's border."
237
381
  },
238
- "v-data-table/expanded": {
239
- "type": "",
240
- "description": "Array of expanded items. Can be used with `.sync` modifier"
382
+ "v-btn-toggle/dense": {
383
+ "type": "boolean",
384
+ "description": "Reduces the button size and padding."
241
385
  },
242
- "v-data-table/footer-props": {
243
- "type": "",
244
- "description": "See the [`v-data-footer`](/api/v-data-footer) API for more information"
386
+ "v-btn-toggle/group": {
387
+ "type": "boolean",
388
+ "description": "Generally used in [v-toolbar](/components/toolbars) and [v-app-bar](/components/app-bars). Removes background color, border and increases space between the buttons"
245
389
  },
246
- "v-data-table/group-by": {
247
- "type": "",
248
- "description": "Changes which item property should be used for grouping items. Currently only supports a single grouping in the format: `group` or `['group']`. When using an array, only the first element is considered. Can be used with `.sync` modifier"
390
+ "v-btn-toggle/rounded": {
391
+ "type": "boolean",
392
+ "description": "Round edge buttons"
249
393
  },
250
- "v-data-table/group-desc": {
251
- "type": "",
252
- "description": "Changes which direction grouping is done. Can be used with `.sync` modifier"
394
+ "v-btn-toggle/shaped": {
395
+ "type": "boolean",
396
+ "description": "Applies a large border radius on the top left and bottom right of the card."
253
397
  },
254
- "v-data-table/headers": {
255
- "type": "datatableheader[]",
256
- "description": "An array of objects that each describe a header column. See the example below for a definition of all properties"
398
+ "v-btn-toggle/tile": {
399
+ "type": "boolean",
400
+ "description": "Removes the component's border-radius."
257
401
  },
258
- "v-data-table/hide-default-footer": {
259
- "type": "",
260
- "description": "Hides default footer"
402
+ "v-calendar/categories": {
403
+ "type": "array|string",
404
+ "description": "Specifies what categories to display in the `category` view. This controls the order of the categories as well. If the calendar uses events any categories specified in those events not specified in this value are dynamically rendered in the view unless `category-hide-dynamic` is true."
261
405
  },
262
- "v-data-table/item-key": {
263
- "type": "",
264
- "description": "The property on each item that is used as a unique key"
406
+ "v-calendar/category-days": {
407
+ "type": "number|string",
408
+ "description": "The number of days to render in the `category` view."
265
409
  },
266
- "v-data-table/items": {
267
- "type": "",
268
- "description": "The array of items to display"
410
+ "v-calendar/category-for-invalid": {
411
+ "type": "string",
412
+ "description": "The category to place events in that have invalid categories. A category is invalid when it is not a string. By default events without a category are not displayed until this value is specified."
269
413
  },
270
- "v-data-table/items-per-page": {
271
- "type": "",
272
- "description": "Changes how many items per page should be visible. Can be used with `.sync` modifier. Setting this prop to `-1` will display all items on the page"
414
+ "v-calendar/category-hide-dynamic": {
415
+ "type": "boolean",
416
+ "description": "Sets whether categories specified in an event should be hidden if it's not defined in `categories`."
273
417
  },
274
- "v-data-table/loading": {
275
- "type": "",
276
- "description": "If `true` and no items are provided, then a loading text will be shown"
418
+ "v-calendar/category-show-all": {
419
+ "type": "boolean",
420
+ "description": "Set whether the `category` view should show all defined `categories` even if there are no events for a category."
277
421
  },
278
- "v-data-table/loading-text": {
279
- "type": "",
280
- "description": "Text shown when `loading` is true and no items are provided"
422
+ "v-calendar/category-text": {
423
+ "type": "string|function",
424
+ "description": "If categories is a list of objects, you can use this to determine what property to print out as the category text on the calendar. You can provide a function to do some logic or just define the prop name. It's similar to item-text on v-select"
281
425
  },
282
- "v-data-table/locale": {
283
- "type": "",
284
- "description": "Sets the locale used for sorting. This is passed into [`Intl.Collator()`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl/Collator/Collator) in the default `customSort` function"
426
+ "v-calendar/first-interval": {
427
+ "type": "number|string",
428
+ "description": "The first interval to display in the `day` view. If `intervalMinutes` is set to 60 and this is set to 9 the first time in the view is 9am."
285
429
  },
286
- "v-data-table/multi-sort": {
287
- "type": "",
288
- "description": "If `true` then one can sort on multiple properties"
430
+ "v-calendar/first-time": {
431
+ "type": "number|string|object",
432
+ "description": "The first time to display in the `day` view. If specified, this overwrites any `firstInterval` value specified. This can be the number of minutes since midnight, a string in the format of `HH:mm`, or an object with number properties hour and minute."
289
433
  },
290
- "v-data-table/must-sort": {
291
- "type": "",
292
- "description": "If `true` then one can not disable sorting, it will always switch between ascending and descending"
434
+ "v-calendar/interval-count": {
435
+ "type": "number|string",
436
+ "description": "The number of intervals to display in the `day` view."
293
437
  },
294
- "v-data-table/no-data-text": {
295
- "type": "",
296
- "description": "Text shown when no items are provided to the component"
438
+ "v-calendar/interval-format": {
439
+ "type": "function",
440
+ "description": "Formats time of day string that appears in the interval gutter of the `day` and `week` view to specified locale"
297
441
  },
298
- "v-data-table/no-results-text": {
299
- "type": "",
300
- "description": "Text shown when `search` prop is used and there are no results"
442
+ "v-calendar/interval-height": {
443
+ "type": "number|string",
444
+ "description": "The height of an interval in pixels in the `day` view."
301
445
  },
302
- "v-data-table/options": {
303
- "type": "dataoptions",
304
- "description": ""
446
+ "v-calendar/interval-minutes": {
447
+ "type": "number|string",
448
+ "description": "The number of minutes the intervals are in the `day` view. A common interval is 60 minutes so the intervals are an hour."
305
449
  },
306
- "v-data-table/page": {
307
- "type": "",
308
- "description": "The current displayed page number (1-indexed)"
450
+ "v-calendar/interval-style": {
451
+ "type": "function",
452
+ "description": "Returns CSS styling to apply to the interval."
309
453
  },
310
- "v-data-table/search": {
311
- "type": "",
312
- "description": "Text input used to filter items"
454
+ "v-calendar/interval-width": {
455
+ "type": "number|string",
456
+ "description": "The width of the interval gutter on the left side in the `day` view."
313
457
  },
314
- "v-data-table/server-items-length": {
315
- "type": "",
316
- "description": "Used only when data is provided by a server. Should be set to the total amount of items available on server so that pagination works correctly"
458
+ "v-calendar/locale-first-day-of-year": {
459
+ "type": "string|number",
460
+ "description": "Sets the day that determines the first week of the year, starting with 0 for **Sunday**. For ISO 8601 this should be 4."
317
461
  },
318
- "v-data-table/single-expand": {
319
- "type": "",
320
- "description": "Changes expansion mode to single expand"
462
+ "v-calendar/max-days": {
463
+ "type": "number",
464
+ "description": "The maximum number of days to display in the custom calendar if an `end` day is not set."
321
465
  },
322
- "v-data-table/single-select": {
323
- "type": "",
324
- "description": "Changes selection mode to single select"
466
+ "v-calendar/min-weeks": {
467
+ "type": "any",
468
+ "description": "The minimum number of weeks to display in the `month` or `week` view."
325
469
  },
326
- "v-data-table/sort-by": {
327
- "type": "",
328
- "description": "Changes which item property (or properties) should be used for sort order. Can be used with `.sync` modifier"
470
+ "v-calendar/month-format": {
471
+ "type": "function",
472
+ "description": "Formats month string that appears in a day to specified locale"
329
473
  },
330
- "v-data-table/sort-desc": {
331
- "type": "",
332
- "description": "Changes which direction sorting is done. Can be used with `.sync` modifier"
474
+ "v-calendar/short-intervals": {
475
+ "type": "boolean",
476
+ "description": "If true, the intervals in the `day` view will be 9 AM as opposed to 09:00 AM"
333
477
  },
334
- "v-data-table/value": {
335
- "type": "",
336
- "description": "Used for controlling selected rows"
478
+ "v-calendar/short-months": {
479
+ "type": "boolean",
480
+ "description": "Whether the short versions of a month should be used (Jan vs January)."
337
481
  },
338
- "v-data-table-header/sort-by-text": {
482
+ "v-calendar/show-interval-label": {
483
+ "type": "function",
484
+ "description": "Checks if a given day and time should be displayed in the interval gutter of the `day` view."
485
+ },
486
+ "v-calendar/show-month-on-first": {
487
+ "type": "boolean",
488
+ "description": "Whether the name of the month should be displayed on the first day of the month."
489
+ },
490
+ "v-calendar/show-week": {
491
+ "type": "boolean",
492
+ "description": "Whether week numbers should be displayed when using the `month` view."
493
+ },
494
+ "v-calendar/type": {
339
495
  "type": "string",
340
- "description": "Sets the label text used by the default sort-by selector when `v-data-table` is rendering the mobile view"
496
+ "description": "A string which is one of `month`, `week`, `day`, `4day`, `custom-weekly`, `custom-daily`, and `category`. The custom types look at the `start` and `end` dates passed to the component as opposed to the `value`."
341
497
  },
342
- "v-divider/dark": {
343
- "type": "",
344
- "description": "Applies the dark theme variant to the component. You can find more information on the Material Design documentation for [dark themes](https://material.io/design/color/dark-theme.html)."
498
+ "v-calendar/value": {
499
+ "type": "string|number|date",
500
+ "description": "A date in the format of `YYYY-MM-DD` which determines what span of time for the calendar."
345
501
  },
346
- "v-divider/light": {
347
- "type": "",
348
- "description": "Applies the light theme variant to the component."
502
+ "v-calendar-weekly/locale-first-day-of-year": {
503
+ "type": "string|number",
504
+ "description": "Sets the day that determines the first week of the year, starting with 0 for **Sunday**. For ISO 8601 this should be 4."
349
505
  },
350
- "v-file-input/disabled": {
506
+ "v-calendar-weekly/min-weeks": {
507
+ "type": "any",
508
+ "description": "The minimum number of weeks to display in the `month` or `week` view."
509
+ },
510
+ "v-calendar-weekly/month-format": {
511
+ "type": "function",
512
+ "description": "Formats month string that appears in a day to specified locale"
513
+ },
514
+ "v-calendar-weekly/now": {
515
+ "type": "string",
516
+ "description": "Override the day & time which is considered now. This is in the format of `YYYY-MM-DD hh:mm:ss`. The calendar is styled according to now."
517
+ },
518
+ "v-calendar-weekly/short-months": {
519
+ "type": "boolean",
520
+ "description": "Whether the short versions of a month should be used (Jan vs January)."
521
+ },
522
+ "v-calendar-weekly/show-month-on-first": {
523
+ "type": "boolean",
524
+ "description": "Whether the name of the month should be displayed on the first day of the month."
525
+ },
526
+ "v-calendar-weekly/show-week": {
527
+ "type": "boolean",
528
+ "description": "Whether week numbers should be displayed when using the `month` view."
529
+ },
530
+ "v-card/flat": {
531
+ "type": "boolean",
532
+ "description": "Removes the card's elevation."
533
+ },
534
+ "v-card/hover": {
535
+ "type": "boolean",
536
+ "description": "Will apply an elevation of 4dp when hovered (default 2dp). You can find more information on the [elevation page](/styles/elevation)."
537
+ },
538
+ "v-card/img": {
539
+ "type": "string",
540
+ "description": "Specifies an image background for the card. For more advanced implementations, it is recommended that you use the [v-img](/components/images) component. You can find a [v-img example here](/components/cards/#media-with-text)."
541
+ },
542
+ "v-card/link": {
543
+ "type": "boolean",
544
+ "description": "Designates that the component is a link. This is automatic when using the **href** or **to** prop."
545
+ },
546
+ "v-card/loader-height": {
547
+ "type": "number|string",
548
+ "description": "Specifies the height of the loader"
549
+ },
550
+ "v-card/raised": {
551
+ "type": "boolean",
552
+ "description": "Specifies a higher default elevation (8dp). You can find more information on the [elevation page](/styles/elevation)."
553
+ },
554
+ "v-card-actions/tag": {
555
+ "type": "string",
556
+ "description": "Specify a custom tag used on the root element."
557
+ },
558
+ "v-card-subtitle/tag": {
559
+ "type": "string",
560
+ "description": "Specify a custom tag used on the root element."
561
+ },
562
+ "v-card-text/tag": {
563
+ "type": "string",
564
+ "description": "Specify a custom tag used on the root element."
565
+ },
566
+ "v-card-title/tag": {
567
+ "type": "string",
568
+ "description": "Specify a custom tag used on the root element."
569
+ },
570
+ "v-carousel/continuous": {
571
+ "type": "boolean",
572
+ "description": "Determines whether carousel is continuous"
573
+ },
574
+ "v-carousel/cycle": {
575
+ "type": "boolean",
576
+ "description": "Determines if the carousel should cycle through images."
577
+ },
578
+ "v-carousel/delimiter-icon": {
579
+ "type": "string",
580
+ "description": "Sets icon for carousel delimiter"
581
+ },
582
+ "v-carousel/height": {
583
+ "type": "number|string",
584
+ "description": "Sets the height for the component"
585
+ },
586
+ "v-carousel/hide-delimiter-background": {
587
+ "type": "boolean",
588
+ "description": "Hides the bottom delimiter background."
589
+ },
590
+ "v-carousel/hide-delimiters": {
591
+ "type": "boolean",
592
+ "description": "Hides the carousel's bottom delimiters."
593
+ },
594
+ "v-carousel/interval": {
595
+ "type": "number|string",
596
+ "description": "The duration between image cycles. Requires the **cycle** prop."
597
+ },
598
+ "v-carousel/mandatory": {
599
+ "type": "boolean",
600
+ "description": "Forces a value to always be selected (if available)."
601
+ },
602
+ "v-carousel/progress": {
603
+ "type": "boolean",
604
+ "description": "Displays a carousel progress bar. Requires the **cycle** prop and **interval**."
605
+ },
606
+ "v-carousel/progress-color": {
607
+ "type": "string",
608
+ "description": "Applies specified color to progress bar."
609
+ },
610
+ "v-carousel/show-arrows": {
611
+ "type": "boolean",
612
+ "description": "Displays arrows for next/previous navigation."
613
+ },
614
+ "v-carousel/vertical-delimiters": {
615
+ "type": "string",
616
+ "description": "Displays carousel delimiters vertically."
617
+ },
618
+ "v-checkbox/disabled": {
351
619
  "type": "boolean",
352
620
  "description": "Disable the input"
353
621
  },
354
- "v-file-input/label": {
622
+ "v-checkbox/indeterminate": {
623
+ "type": "boolean",
624
+ "description": "Sets an indeterminate state for the checkbox"
625
+ },
626
+ "v-checkbox/indeterminate-icon": {
627
+ "type": "string",
628
+ "description": "The icon used when in an indeterminate state"
629
+ },
630
+ "v-checkbox/label": {
355
631
  "type": "string",
356
632
  "description": "Sets input label"
357
633
  },
358
- "v-file-input/multiple": {
634
+ "v-checkbox/off-icon": {
635
+ "type": "string",
636
+ "description": "The icon used when inactive"
637
+ },
638
+ "v-checkbox/on-icon": {
639
+ "type": "string",
640
+ "description": "The icon used when active"
641
+ },
642
+ "v-checkbox/readonly": {
359
643
  "type": "boolean",
360
- "description": "Adds the **multiple** attribute to the input, allowing multiple file selections."
644
+ "description": "Puts input in readonly state"
361
645
  },
362
- "v-file-input/value": {
646
+ "v-checkbox/value": {
363
647
  "type": "any",
364
- "description": "A single or array of [File objects](https://developer.mozilla.org/en-US/docs/Web/API/File)."
648
+ "description": "The input's value"
649
+ },
650
+ "v-simple-checkbox/color": {
651
+ "type": "string",
652
+ "description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find a list of built-in classes on the [colors page](/styles/colors#material-colors)."
653
+ },
654
+ "v-simple-checkbox/dark": {
655
+ "type": "boolean",
656
+ "description": "Applies the dark theme variant to the component. You can find more information on the Material Design documentation for [dark themes](https://material.io/design/color/dark-theme.html)."
657
+ },
658
+ "v-simple-checkbox/disabled": {
659
+ "type": "boolean",
660
+ "description": "Disables simple checkbox."
661
+ },
662
+ "v-simple-checkbox/indeterminate": {
663
+ "type": "boolean",
664
+ "description": "Sets an indeterminate state for the simple checkbox."
665
+ },
666
+ "v-simple-checkbox/indeterminate-icon": {
667
+ "type": "string",
668
+ "description": "The icon used when in an indeterminate state."
669
+ },
670
+ "v-simple-checkbox/light": {
671
+ "type": "boolean",
672
+ "description": "Applies the light theme variant to the component."
673
+ },
674
+ "v-simple-checkbox/model-value": {
675
+ "type": "boolean",
676
+ "description": ""
677
+ },
678
+ "v-simple-checkbox/off-icon": {
679
+ "type": "string",
680
+ "description": "The icon used when inactive."
681
+ },
682
+ "v-simple-checkbox/on-icon": {
683
+ "type": "string",
684
+ "description": "The icon used when active."
685
+ },
686
+ "v-simple-checkbox/ripple": {
687
+ "type": "boolean",
688
+ "description": "Applies the [v-ripple](/directives/ripple) directive."
689
+ },
690
+ "v-chip/active": {
691
+ "type": "boolean",
692
+ "description": "Determines whether the chip is visible or not."
693
+ },
694
+ "v-chip/active-class": {
695
+ "type": "string",
696
+ "description": "Configure the active CSS class applied when the link is active. You can find more information about the [**active-class** prop](https://router.vuejs.org/api/#active-class) on the vue-router documentation."
697
+ },
698
+ "v-chip/close": {
699
+ "type": "boolean",
700
+ "description": "Adds remove button"
701
+ },
702
+ "v-chip/close-icon": {
703
+ "type": "string",
704
+ "description": "Change the default icon used for **close** chips"
705
+ },
706
+ "v-chip/close-label": {
707
+ "type": "string",
708
+ "description": "Text used for *aria-label* on the close button in **close** chips. Can also be customized globally in [Internationalization](/customization/internationalization)."
709
+ },
710
+ "v-chip/disabled": {
711
+ "type": "boolean",
712
+ "description": "Disables the chip, making it un-selectable"
713
+ },
714
+ "v-chip/draggable": {
715
+ "type": "boolean",
716
+ "description": "Makes the chip draggable"
717
+ },
718
+ "v-chip/filter": {
719
+ "type": "boolean",
720
+ "description": "Displays a selection icon when selected"
721
+ },
722
+ "v-chip/filter-icon": {
723
+ "type": "string",
724
+ "description": "Change the default icon used for **filter** chips"
725
+ },
726
+ "v-chip/label": {
727
+ "type": "boolean",
728
+ "description": "Removes circle edges"
729
+ },
730
+ "v-chip/link": {
731
+ "type": "boolean",
732
+ "description": "Explicitly define the chip as a link"
733
+ },
734
+ "v-chip/model-value": {
735
+ "type": "any",
736
+ "description": ""
737
+ },
738
+ "v-chip/on-click": {
739
+ "type": "function",
740
+ "description": ""
741
+ },
742
+ "v-chip/outlined": {
743
+ "type": "boolean",
744
+ "description": "Removes background and applies border and text color"
745
+ },
746
+ "v-chip/pill": {
747
+ "type": "boolean",
748
+ "description": "Remove `v-avatar` padding"
749
+ },
750
+ "v-chip/tag": {
751
+ "type": "string",
752
+ "description": "Specify a custom tag used on the root element."
753
+ },
754
+ "v-chip/text-color": {
755
+ "type": "string",
756
+ "description": "Applies a specified color to the control text"
757
+ },
758
+ "v-chip-group/column": {
759
+ "type": "boolean",
760
+ "description": "Remove horizontal pagination and wrap items as needed"
761
+ },
762
+ "v-color-picker/canvas-height": {
763
+ "type": "string|number",
764
+ "description": "Height of canvas"
765
+ },
766
+ "v-color-picker/disabled": {
767
+ "type": "boolean",
768
+ "description": "Disables picker"
769
+ },
770
+ "v-color-picker/dot-size": {
771
+ "type": "number|string",
772
+ "description": "Changes the size of the selection dot on the canvas"
773
+ },
774
+ "v-color-picker/flat": {
775
+ "type": "boolean",
776
+ "description": "Removes elevation"
777
+ },
778
+ "v-color-picker/hide-canvas": {
779
+ "type": "boolean",
780
+ "description": "Hides canvas"
781
+ },
782
+ "v-color-picker/hide-inputs": {
783
+ "type": "boolean",
784
+ "description": "Hides inputs"
785
+ },
786
+ "v-color-picker/hide-mode-switch": {
787
+ "type": "boolean",
788
+ "description": "Hides mode switch"
789
+ },
790
+ "v-color-picker/hide-sliders": {
791
+ "type": "boolean",
792
+ "description": "Hides sliders"
793
+ },
794
+ "v-color-picker/mode": {
795
+ "type": "string",
796
+ "description": "Sets mode of inputs. Available modes are 'rgba', 'hsla', and 'hexa'. Can be synced with the `.sync` modifier."
797
+ },
798
+ "v-color-picker/model-value": {
799
+ "type": "object|string",
800
+ "description": ""
801
+ },
802
+ "v-color-picker/show-swatches": {
803
+ "type": "boolean",
804
+ "description": "Displays color swatches"
805
+ },
806
+ "v-color-picker/swatches": {
807
+ "type": "array",
808
+ "description": "Sets the available color swatches to select from - This prop only accepts rgba hex strings"
809
+ },
810
+ "v-color-picker/swatches-max-height": {
811
+ "type": "number|string",
812
+ "description": "Sets the maximum height of the swatches section"
813
+ },
814
+ "v-color-picker/width": {
815
+ "type": "number|string",
816
+ "description": "Sets the width of the color picker"
817
+ },
818
+ "v-combobox/delimiters": {
819
+ "type": "array",
820
+ "description": "Accepts an array of strings that will trigger a new tag when typing. Does not replace the normal Tab and Enter keys."
821
+ },
822
+ "v-combobox/disabled": {
823
+ "type": "boolean",
824
+ "description": "Disable the input"
825
+ },
826
+ "v-combobox/items": {
827
+ "type": "",
828
+ "description": "Can be an array of objects or array of strings. When using objects, will look for a text, value and disabled keys. This can be changed using the **item-text**, **item-value** and **item-disabled** props. Objects that have a **header** or **divider** property are considered special cases and generate a list header or divider; these items are not selectable."
829
+ },
830
+ "v-combobox/label": {
831
+ "type": "string",
832
+ "description": "Sets input label"
833
+ },
834
+ "v-combobox/menu-props": {
835
+ "type": "",
836
+ "description": "Pass props through to the `v-menu` component. Accepts either a string for boolean props `menu-props=\"auto, overflowY\"`, or an object `:menu-props=\"{ auto: true, overflowY: true }\"`"
837
+ },
838
+ "v-combobox/readonly": {
839
+ "type": "boolean",
840
+ "description": "Puts input in readonly state"
841
+ },
842
+ "v-combobox/return-object": {
843
+ "type": "boolean",
844
+ "description": "Changes the selection behavior to return the object directly rather than the value specified with **item-value**"
845
+ },
846
+ "v-combobox/value": {
847
+ "type": "any",
848
+ "description": "The input's value"
849
+ },
850
+ "v-combobox/value-comparator": {
851
+ "type": "",
852
+ "description": "The comparison algorithm used for values. [More info](https://github.com/vuetifyjs/vuetify/blob/v2-stable/packages/vuetify/src/util/helpers.ts)"
853
+ },
854
+ "v-data-iterator/checkbox-color": {
855
+ "type": "string",
856
+ "description": ""
857
+ },
858
+ "v-data-iterator/custom-filter": {
859
+ "type": "function",
860
+ "description": "Function to filter items"
861
+ },
862
+ "v-data-iterator/custom-group": {
863
+ "type": "function",
864
+ "description": "Function used to group items"
865
+ },
866
+ "v-data-iterator/custom-sort": {
867
+ "type": "function",
868
+ "description": "Function used to sort items"
869
+ },
870
+ "v-data-iterator/disable-filtering": {
871
+ "type": "boolean",
872
+ "description": "Disables filtering completely"
873
+ },
874
+ "v-data-iterator/disable-pagination": {
875
+ "type": "boolean",
876
+ "description": "Disables pagination completely"
877
+ },
878
+ "v-data-iterator/disable-sort": {
879
+ "type": "boolean",
880
+ "description": "Disables sorting completely"
881
+ },
882
+ "v-data-iterator/expanded": {
883
+ "type": "array",
884
+ "description": "Array of expanded items. Can be used with `.sync` modifier"
885
+ },
886
+ "v-data-iterator/footer-props": {
887
+ "type": "object",
888
+ "description": "See the [`v-data-footer`](/api/v-data-footer) API for more information"
889
+ },
890
+ "v-data-iterator/group-by": {
891
+ "type": "string|array",
892
+ "description": "Changes which item property should be used for grouping items. Currently only supports a single grouping in the format: `group` or `['group']`. When using an array, only the first element is considered. Can be used with `.sync` modifier"
893
+ },
894
+ "v-data-iterator/group-desc": {
895
+ "type": "boolean|array",
896
+ "description": "Changes which direction grouping is done. Can be used with `.sync` modifier"
897
+ },
898
+ "v-data-iterator/hide-default-footer": {
899
+ "type": "boolean",
900
+ "description": "Hides default footer"
901
+ },
902
+ "v-data-iterator/item-key": {
903
+ "type": "string",
904
+ "description": "The property on each item that is used as a unique key"
905
+ },
906
+ "v-data-iterator/items": {
907
+ "type": "array",
908
+ "description": "The array of items to display"
909
+ },
910
+ "v-data-iterator/items-per-page": {
911
+ "type": "number",
912
+ "description": "Changes how many items per page should be visible. Can be used with `.sync` modifier. Setting this prop to `-1` will display all items on the page"
913
+ },
914
+ "v-data-iterator/loading": {
915
+ "type": "boolean|string",
916
+ "description": "If `true` and no items are provided, then a loading text will be shown"
917
+ },
918
+ "v-data-iterator/loading-text": {
919
+ "type": "string",
920
+ "description": "Text shown when `loading` is true and no items are provided"
921
+ },
922
+ "v-data-iterator/locale": {
923
+ "type": "string",
924
+ "description": "Sets the locale used for sorting. This is passed into [`Intl.Collator()`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl/Collator/Collator) in the default `customSort` function"
925
+ },
926
+ "v-data-iterator/mobile-breakpoint": {
927
+ "type": "number|string",
928
+ "description": "Used to set when to toggle between regular table and mobile view"
929
+ },
930
+ "v-data-iterator/model-value": {
931
+ "type": "array",
932
+ "description": ""
933
+ },
934
+ "v-data-iterator/multi-sort": {
935
+ "type": "boolean",
936
+ "description": "If `true` then one can sort on multiple properties"
937
+ },
938
+ "v-data-iterator/must-sort": {
939
+ "type": "boolean",
940
+ "description": "If `true` then one can not disable sorting, it will always switch between ascending and descending"
941
+ },
942
+ "v-data-iterator/no-data-text": {
943
+ "type": "string",
944
+ "description": "Text shown when no items are provided to the component"
945
+ },
946
+ "v-data-iterator/no-results-text": {
947
+ "type": "string",
948
+ "description": "Text shown when `search` prop is used and there are no results"
949
+ },
950
+ "v-data-iterator/options": {
951
+ "type": "dataoptions",
952
+ "description": ""
953
+ },
954
+ "v-data-iterator/page": {
955
+ "type": "number",
956
+ "description": ""
957
+ },
958
+ "v-data-iterator/search": {
959
+ "type": "string",
960
+ "description": "Text input used to filter items"
961
+ },
962
+ "v-data-iterator/selectable-key": {
963
+ "type": "string",
964
+ "description": "The property on each item that is used to determine if it is selectable or not"
965
+ },
966
+ "v-data-iterator/server-items-length": {
967
+ "type": "number",
968
+ "description": "Used only when data is provided by a server. Should be set to the total amount of items available on server so that pagination works correctly"
969
+ },
970
+ "v-data-iterator/single-expand": {
971
+ "type": "boolean",
972
+ "description": "Changes expansion mode to single expand"
973
+ },
974
+ "v-data-iterator/single-select": {
975
+ "type": "boolean",
976
+ "description": "Changes selection mode to single select"
977
+ },
978
+ "v-data-iterator/sort-by": {
979
+ "type": "string|array",
980
+ "description": "Changes which item property (or properties) should be used for sort order. Can be used with `.sync` modifier"
981
+ },
982
+ "v-data-iterator/sort-desc": {
983
+ "type": "boolean|array",
984
+ "description": "Changes which direction sorting is done. Can be used with `.sync` modifier"
985
+ },
986
+ "v-data-iterator/value": {
987
+ "type": "",
988
+ "description": "Used for controlling selected rows"
989
+ },
990
+ "v-data-footer/disable-items-per-page": {
991
+ "type": "boolean",
992
+ "description": "Disables items-per-page dropdown"
993
+ },
994
+ "v-data-footer/disable-pagination": {
995
+ "type": "boolean",
996
+ "description": "Disables pagination buttons"
997
+ },
998
+ "v-data-footer/first-icon": {
999
+ "type": "string",
1000
+ "description": "First icon"
1001
+ },
1002
+ "v-data-footer/items-per-page-all-text": {
1003
+ "type": "string",
1004
+ "description": "Text for 'All' option in items-per-page dropdown"
1005
+ },
1006
+ "v-data-footer/items-per-page-options": {
1007
+ "type": "array",
1008
+ "description": "Array of options to show in the items-per-page dropdown"
1009
+ },
1010
+ "v-data-footer/items-per-page-text": {
1011
+ "type": "string",
1012
+ "description": "Text for items-per-page dropdown"
1013
+ },
1014
+ "v-data-footer/last-icon": {
1015
+ "type": "string",
1016
+ "description": "Last icon"
1017
+ },
1018
+ "v-data-footer/next-icon": {
1019
+ "type": "string",
1020
+ "description": "Next icon"
1021
+ },
1022
+ "v-data-footer/options": {
1023
+ "type": "object",
1024
+ "description": "DataOptions"
1025
+ },
1026
+ "v-data-footer/page-text": {
1027
+ "type": "string",
1028
+ "description": ""
1029
+ },
1030
+ "v-data-footer/pagination": {
1031
+ "type": "object",
1032
+ "description": "DataPagination"
1033
+ },
1034
+ "v-data-footer/prev-icon": {
1035
+ "type": "string",
1036
+ "description": "Previous icon"
1037
+ },
1038
+ "v-data-footer/show-current-page": {
1039
+ "type": "boolean",
1040
+ "description": "Show current page number between prev/next icons"
1041
+ },
1042
+ "v-data-footer/show-first-last-page": {
1043
+ "type": "boolean",
1044
+ "description": "Show first/last icons"
1045
+ },
1046
+ "v-data-table/calculate-widths": {
1047
+ "type": "boolean",
1048
+ "description": "Enables calculation of column widths. `widths` property will be available in select scoped slots"
1049
+ },
1050
+ "v-data-table/caption": {
1051
+ "type": "string",
1052
+ "description": "Set the caption (using `<caption>`)"
1053
+ },
1054
+ "v-data-table/checkbox-color": {
1055
+ "type": "string",
1056
+ "description": "Set the color of the checkboxes (showSelect must be used)"
1057
+ },
1058
+ "v-data-table/color": {
1059
+ "type": "string",
1060
+ "description": ""
1061
+ },
1062
+ "v-data-table/custom-filter": {
1063
+ "type": "function",
1064
+ "description": "Function to filter items"
1065
+ },
1066
+ "v-data-table/custom-group": {
1067
+ "type": "",
1068
+ "description": "Function used to group items"
1069
+ },
1070
+ "v-data-table/custom-sort": {
1071
+ "type": "",
1072
+ "description": "Function used to sort items"
1073
+ },
1074
+ "v-data-table/dense": {
1075
+ "type": "boolean",
1076
+ "description": "Decreases the height of rows"
1077
+ },
1078
+ "v-data-table/disable-filtering": {
1079
+ "type": "",
1080
+ "description": "Disables filtering completely"
1081
+ },
1082
+ "v-data-table/disable-pagination": {
1083
+ "type": "",
1084
+ "description": "Disables pagination completely"
1085
+ },
1086
+ "v-data-table/disable-sort": {
1087
+ "type": "",
1088
+ "description": "Disables sorting completely"
1089
+ },
1090
+ "v-data-table/expand-icon": {
1091
+ "type": "string",
1092
+ "description": "Icon used for expand toggle button."
1093
+ },
1094
+ "v-data-table/expanded": {
1095
+ "type": "",
1096
+ "description": "Array of expanded items. Can be used with `.sync` modifier"
1097
+ },
1098
+ "v-data-table/filter-mode": {
1099
+ "type": "string",
1100
+ "description": "Controls how how custom column filters are combined with the default filtering. Both modes only apply the default filter to columns not specified in `customKeyFilter`.\n\n- **union**: There is at least one match from the default filter, OR all custom column filters match.\n- **intersection**: There is at least one match from the default filter, AND all custom column filters match."
1101
+ },
1102
+ "v-data-table/fixed-header": {
1103
+ "type": "boolean",
1104
+ "description": "Fixed header to top of table. **NOTE:** Does not work in IE11"
1105
+ },
1106
+ "v-data-table/footer-props": {
1107
+ "type": "",
1108
+ "description": "See the [`v-data-footer`](/api/v-data-footer) API for more information"
1109
+ },
1110
+ "v-data-table/group-by": {
1111
+ "type": "",
1112
+ "description": "Changes which item property should be used for grouping items. Currently only supports a single grouping in the format: `group` or `['group']`. When using an array, only the first element is considered. Can be used with `.sync` modifier"
1113
+ },
1114
+ "v-data-table/group-desc": {
1115
+ "type": "",
1116
+ "description": "Changes which direction grouping is done. Can be used with `.sync` modifier"
1117
+ },
1118
+ "v-data-table/header-props": {
1119
+ "type": "object",
1120
+ "description": "Pass props to the default header. See [`v-data-table-header` API](/api/v-data-table-header) for more information"
1121
+ },
1122
+ "v-data-table/headers": {
1123
+ "type": "datatableheader[]",
1124
+ "description": "An array of objects that each describe a header column. See the example below for a definition of all properties"
1125
+ },
1126
+ "v-data-table/headers-length": {
1127
+ "type": "number",
1128
+ "description": "Can be used in combination with `hide-default-header` to specify the number of columns in the table to allow expansion rows and loading bar to function properly"
1129
+ },
1130
+ "v-data-table/height": {
1131
+ "type": "number|string",
1132
+ "description": "Set an explicit height of table"
1133
+ },
1134
+ "v-data-table/hide-default-footer": {
1135
+ "type": "",
1136
+ "description": "Hides default footer"
1137
+ },
1138
+ "v-data-table/hide-default-header": {
1139
+ "type": "boolean",
1140
+ "description": "Hide the default headers"
1141
+ },
1142
+ "v-data-table/item-class": {
1143
+ "type": "string|function",
1144
+ "description": "Property on supplied `items` that contains item's row class or function that takes an item as an argument and returns the class of corresponding row"
1145
+ },
1146
+ "v-data-table/item-key": {
1147
+ "type": "",
1148
+ "description": "The property on each item that is used as a unique key"
1149
+ },
1150
+ "v-data-table/item-style": {
1151
+ "type": "string|function",
1152
+ "description": ""
1153
+ },
1154
+ "v-data-table/items": {
1155
+ "type": "",
1156
+ "description": "The array of items to display"
1157
+ },
1158
+ "v-data-table/items-per-page": {
1159
+ "type": "",
1160
+ "description": "Changes how many items per page should be visible. Can be used with `.sync` modifier. Setting this prop to `-1` will display all items on the page"
1161
+ },
1162
+ "v-data-table/loader-height": {
1163
+ "type": "number|string",
1164
+ "description": "Specifies the height of the loader"
1165
+ },
1166
+ "v-data-table/loading": {
1167
+ "type": "",
1168
+ "description": "If `true` and no items are provided, then a loading text will be shown"
1169
+ },
1170
+ "v-data-table/loading-text": {
1171
+ "type": "",
1172
+ "description": "Text shown when `loading` is true and no items are provided"
1173
+ },
1174
+ "v-data-table/locale": {
1175
+ "type": "",
1176
+ "description": "Sets the locale used for sorting. This is passed into [`Intl.Collator()`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl/Collator/Collator) in the default `customSort` function"
1177
+ },
1178
+ "v-data-table/multi-sort": {
1179
+ "type": "",
1180
+ "description": "If `true` then one can sort on multiple properties"
1181
+ },
1182
+ "v-data-table/must-sort": {
1183
+ "type": "",
1184
+ "description": "If `true` then one can not disable sorting, it will always switch between ascending and descending"
1185
+ },
1186
+ "v-data-table/no-data-text": {
1187
+ "type": "",
1188
+ "description": "Text shown when no items are provided to the component"
1189
+ },
1190
+ "v-data-table/no-results-text": {
1191
+ "type": "",
1192
+ "description": "Text shown when `search` prop is used and there are no results"
1193
+ },
1194
+ "v-data-table/options": {
1195
+ "type": "dataoptions",
1196
+ "description": ""
1197
+ },
1198
+ "v-data-table/page": {
1199
+ "type": "",
1200
+ "description": "The current displayed page number (1-indexed)"
1201
+ },
1202
+ "v-data-table/search": {
1203
+ "type": "",
1204
+ "description": "Text input used to filter items"
1205
+ },
1206
+ "v-data-table/server-items-length": {
1207
+ "type": "",
1208
+ "description": "Used only when data is provided by a server. Should be set to the total amount of items available on server so that pagination works correctly"
1209
+ },
1210
+ "v-data-table/show-expand": {
1211
+ "type": "boolean",
1212
+ "description": "Shows the expand toggle in default rows"
1213
+ },
1214
+ "v-data-table/show-group-by": {
1215
+ "type": "boolean",
1216
+ "description": "Shows the group by toggle in the header and enables grouped rows"
1217
+ },
1218
+ "v-data-table/show-select": {
1219
+ "type": "boolean",
1220
+ "description": "Shows the select checkboxes in both the header and rows (if using default rows)"
1221
+ },
1222
+ "v-data-table/single-expand": {
1223
+ "type": "",
1224
+ "description": "Changes expansion mode to single expand"
1225
+ },
1226
+ "v-data-table/single-select": {
1227
+ "type": "",
1228
+ "description": "Changes selection mode to single select"
1229
+ },
1230
+ "v-data-table/sort-by": {
1231
+ "type": "",
1232
+ "description": "Changes which item property (or properties) should be used for sort order. Can be used with `.sync` modifier"
1233
+ },
1234
+ "v-data-table/sort-desc": {
1235
+ "type": "",
1236
+ "description": "Changes which direction sorting is done. Can be used with `.sync` modifier"
1237
+ },
1238
+ "v-data-table/value": {
1239
+ "type": "",
1240
+ "description": "Used for controlling selected rows"
1241
+ },
1242
+ "v-data-table-header/checkbox-color": {
1243
+ "type": "string",
1244
+ "description": ""
1245
+ },
1246
+ "v-data-table-header/disable-sort": {
1247
+ "type": "boolean",
1248
+ "description": "Toggles rendering of sort button"
1249
+ },
1250
+ "v-data-table-header/every-item": {
1251
+ "type": "boolean",
1252
+ "description": "Indicates if all items in table are selected"
1253
+ },
1254
+ "v-data-table-header/headers": {
1255
+ "type": "array",
1256
+ "description": "Array of header items to display"
1257
+ },
1258
+ "v-data-table-header/mobile": {
1259
+ "type": "boolean",
1260
+ "description": "Renders mobile view of headers"
1261
+ },
1262
+ "v-data-table-header/options": {
1263
+ "type": "object",
1264
+ "description": "Options object. Identical to the one on `v-data-table`"
1265
+ },
1266
+ "v-data-table-header/show-group-by": {
1267
+ "type": "boolean",
1268
+ "description": "Shows group by button"
1269
+ },
1270
+ "v-data-table-header/single-select": {
1271
+ "type": "boolean",
1272
+ "description": "Toggles rendering of select-all checkbox"
1273
+ },
1274
+ "v-data-table-header/some-items": {
1275
+ "type": "boolean",
1276
+ "description": "Indicates if one or more items in table are selected"
1277
+ },
1278
+ "v-data-table-header/sort-by-text": {
1279
+ "type": "string",
1280
+ "description": "Sets the label text used by the default sort-by selector when `v-data-table` is rendering the mobile view"
1281
+ },
1282
+ "v-data-table-header/sort-icon": {
1283
+ "type": "string",
1284
+ "description": "Icon used for sort button"
1285
+ },
1286
+ "v-edit-dialog/cancel-text": {
1287
+ "type": "any",
1288
+ "description": "Sets the default text for the cancel button when using the **large** prop"
1289
+ },
1290
+ "v-edit-dialog/eager": {
1291
+ "type": "boolean",
1292
+ "description": "Will force the components content to render on mounted. This is useful if you have content that will not be rendered in the DOM that you want crawled for SEO."
1293
+ },
1294
+ "v-edit-dialog/large": {
1295
+ "type": "boolean",
1296
+ "description": "Attaches a submit and cancel button to the dialog"
1297
+ },
1298
+ "v-edit-dialog/persistent": {
1299
+ "type": "boolean",
1300
+ "description": "Clicking outside or pressing **esc** key will not dismiss the dialog"
1301
+ },
1302
+ "v-edit-dialog/save-text": {
1303
+ "type": "any",
1304
+ "description": "Sets the default text for the save button when using the **large** prop"
1305
+ },
1306
+ "v-edit-dialog/transition": {
1307
+ "type": "string",
1308
+ "description": "Sets the component transition. Can be one of the [built in transitions](/styles/transitions) or one your own."
1309
+ },
1310
+ "v-simple-table/dense": {
1311
+ "type": "boolean",
1312
+ "description": "Decreases paddings to render a dense table"
1313
+ },
1314
+ "v-simple-table/fixed-header": {
1315
+ "type": "boolean",
1316
+ "description": "Sets table header to fixed mode"
1317
+ },
1318
+ "v-simple-table/height": {
1319
+ "type": "number|string",
1320
+ "description": "Sets the height for the component"
1321
+ },
1322
+ "v-date-picker/active-picker": {
1323
+ "type": "string",
1324
+ "description": "Determines which picker in the date or month picker is being displayed. Allowed values: `'DATE'`, `'MONTH'`, `'YEAR'`"
1325
+ },
1326
+ "v-date-picker/allowed-dates": {
1327
+ "type": "function",
1328
+ "description": "Restricts which dates can be selected"
1329
+ },
1330
+ "v-date-picker/day-format": {
1331
+ "type": "function",
1332
+ "description": "Allows you to customize the format of the day string that appears in the date table. Called with date (ISO 8601 **date** string) arguments."
1333
+ },
1334
+ "v-date-picker/disabled": {
1335
+ "type": "boolean",
1336
+ "description": "Disables interaction with the picker"
1337
+ },
1338
+ "v-date-picker/event-color": {
1339
+ "type": "array|function|object|string",
1340
+ "description": "Sets the color for event dot. It can be string (all events will have the same color) or `object` where attribute is the event date and value is boolean/color/array of colors for specified date or `function` taking date as a parameter and returning boolean/color/array of colors for that date"
1341
+ },
1342
+ "v-date-picker/events": {
1343
+ "type": "array|function|object",
1344
+ "description": "Array of dates or object defining events or colors or function returning boolean/color/array of colors"
1345
+ },
1346
+ "v-date-picker/first-day-of-week": {
1347
+ "type": "string|number",
1348
+ "description": "Sets the first day of the week, starting with 0 for Sunday."
1349
+ },
1350
+ "v-date-picker/header-date-format": {
1351
+ "type": "function",
1352
+ "description": "Allows you to customize the format of the month string that appears in the header of the calendar. Called with date (ISO 8601 **date** string) arguments."
1353
+ },
1354
+ "v-date-picker/locale-first-day-of-year": {
1355
+ "type": "string|number",
1356
+ "description": "Sets the day that determines the first week of the year, starting with 0 for **Sunday**. For ISO 8601 this should be 4."
1357
+ },
1358
+ "v-date-picker/max": {
1359
+ "type": "string",
1360
+ "description": "Maximum allowed date/month (ISO 8601 format)"
1361
+ },
1362
+ "v-date-picker/min": {
1363
+ "type": "string",
1364
+ "description": "Minimum allowed date/month (ISO 8601 format)"
1365
+ },
1366
+ "v-date-picker/model-value": {
1367
+ "type": "array|string",
1368
+ "description": ""
1369
+ },
1370
+ "v-date-picker/month-format": {
1371
+ "type": "function",
1372
+ "description": "Formatting function used for displaying months in the months table. Called with date (ISO 8601 **date** string) arguments."
1373
+ },
1374
+ "v-date-picker/multiple": {
1375
+ "type": "boolean",
1376
+ "description": "Allow the selection of multiple dates"
1377
+ },
1378
+ "v-date-picker/next-icon": {
1379
+ "type": "string",
1380
+ "description": "Sets the icon for next month/year button"
1381
+ },
1382
+ "v-date-picker/next-month-aria-label": {
1383
+ "type": "string",
1384
+ "description": ""
1385
+ },
1386
+ "v-date-picker/next-year-aria-label": {
1387
+ "type": "string",
1388
+ "description": ""
1389
+ },
1390
+ "v-date-picker/picker-date": {
1391
+ "type": "string",
1392
+ "description": "Displayed year/month"
1393
+ },
1394
+ "v-date-picker/prev-icon": {
1395
+ "type": "string",
1396
+ "description": "Sets the icon for previous month/year button"
1397
+ },
1398
+ "v-date-picker/prev-month-aria-label": {
1399
+ "type": "string",
1400
+ "description": ""
1401
+ },
1402
+ "v-date-picker/prev-year-aria-label": {
1403
+ "type": "string",
1404
+ "description": ""
1405
+ },
1406
+ "v-date-picker/range": {
1407
+ "type": "boolean",
1408
+ "description": "Allow the selection of date range"
1409
+ },
1410
+ "v-date-picker/reactive": {
1411
+ "type": "boolean",
1412
+ "description": "Updates the picker model when changing months/years automatically"
1413
+ },
1414
+ "v-date-picker/readonly": {
1415
+ "type": "boolean",
1416
+ "description": "Makes the picker readonly (doesn't allow to select new date)"
1417
+ },
1418
+ "v-date-picker/scrollable": {
1419
+ "type": "boolean",
1420
+ "description": "Allows changing displayed month with mouse scroll"
1421
+ },
1422
+ "v-date-picker/selected-items-text": {
1423
+ "type": "string",
1424
+ "description": "Text used for translating the number of selected dates when using *multiple* prop. Can also be customizing globally in [Internationalization](/customization/internationalization)."
1425
+ },
1426
+ "v-date-picker/show-adjacent-months": {
1427
+ "type": "boolean",
1428
+ "description": "Toggles visibility of days from previous and next months"
1429
+ },
1430
+ "v-date-picker/show-current": {
1431
+ "type": "boolean|string",
1432
+ "description": "Toggles visibility of the current date/month outline or shows the provided date/month as a current"
1433
+ },
1434
+ "v-date-picker/show-week": {
1435
+ "type": "boolean",
1436
+ "description": "Toggles visibility of the week numbers in the body of the calendar"
1437
+ },
1438
+ "v-date-picker/title-date-format": {
1439
+ "type": "function",
1440
+ "description": "Allows you to customize the format of the date string that appears in the title of the date picker. Called with date (ISO 8601 **date** string) arguments."
1441
+ },
1442
+ "v-date-picker/type": {
1443
+ "type": "string",
1444
+ "description": "Determines the type of the picker - `date` for date picker, `month` for month picker"
1445
+ },
1446
+ "v-date-picker/weekday-format": {
1447
+ "type": "function",
1448
+ "description": "Allows you to customize the format of the weekday string that appears in the body of the calendar. Called with date (ISO 8601 **date** string) arguments."
1449
+ },
1450
+ "v-date-picker/year-format": {
1451
+ "type": "function",
1452
+ "description": "Allows you to customize the format of the year string that appears in the header of the calendar. Called with date (ISO 8601 **date** string) arguments."
1453
+ },
1454
+ "v-date-picker/year-icon": {
1455
+ "type": "string",
1456
+ "description": "Sets the icon in the year selection button"
1457
+ },
1458
+ "v-dialog/dark": {
1459
+ "type": "boolean",
1460
+ "description": "Applies the dark theme variant to the component. This will default the components color to _white_ unless you've configured your [application theme](/customization/theme) to **dark** or if you are using the **color** prop on the component. You can find more information on the Material Design documentation for [dark themes](https://material.io/design/color/dark-theme.html)."
1461
+ },
1462
+ "v-dialog/disabled": {
1463
+ "type": "boolean",
1464
+ "description": "Disables the ability to open the component."
1465
+ },
1466
+ "v-dialog/fullscreen": {
1467
+ "type": "boolean",
1468
+ "description": "Changes layout for fullscreen display."
1469
+ },
1470
+ "v-dialog/light": {
1471
+ "type": "boolean",
1472
+ "description": "Applies the light theme variant to the component."
1473
+ },
1474
+ "v-dialog/max-width": {
1475
+ "type": "string|number",
1476
+ "description": "Sets the maximum width for the component."
1477
+ },
1478
+ "v-dialog/no-click-animation": {
1479
+ "type": "boolean",
1480
+ "description": "Disables the bounce effect when clicking outside of a `v-dialog`'s content when using the **persistent** prop."
1481
+ },
1482
+ "v-dialog/origin": {
1483
+ "type": "string",
1484
+ "description": "Sets the transition origin on the element. You can find more information on the MDN documentation [for transition origin](https://developer.mozilla.org/en-US/docs/Web/CSS/transform-origin)."
1485
+ },
1486
+ "v-dialog/persistent": {
1487
+ "type": "boolean",
1488
+ "description": "Clicking outside of the element or pressing **esc** key will not deactivate it."
1489
+ },
1490
+ "v-dialog/retain-focus": {
1491
+ "type": "boolean",
1492
+ "description": "Tab focus will return to the first child of the dialog by default. Disable this when using external tools that require focus such as TinyMCE or vue-clipboard."
1493
+ },
1494
+ "v-dialog/scrollable": {
1495
+ "type": "boolean",
1496
+ "description": "When set to true, expects a `v-card` and a `v-card-text` component with a designated height. For more information, check out the [scrollable example](/components/dialogs#scrollable)."
1497
+ },
1498
+ "v-dialog/transition": {
1499
+ "type": "string|boolean",
1500
+ "description": "Sets the component transition. Can be one of the [built in transitions](/styles/transitions) or one your own."
1501
+ },
1502
+ "v-dialog/width": {
1503
+ "type": "string|number",
1504
+ "description": "Sets the width for the component."
1505
+ },
1506
+ "v-divider/dark": {
1507
+ "type": "",
1508
+ "description": "Applies the dark theme variant to the component. You can find more information on the Material Design documentation for [dark themes](https://material.io/design/color/dark-theme.html)."
1509
+ },
1510
+ "v-divider/inset": {
1511
+ "type": "boolean",
1512
+ "description": "Adds indentation (72px) for **normal** dividers, reduces max height for **vertical**."
1513
+ },
1514
+ "v-divider/light": {
1515
+ "type": "",
1516
+ "description": "Applies the light theme variant to the component."
1517
+ },
1518
+ "v-divider/vertical": {
1519
+ "type": "boolean",
1520
+ "description": "Displays dividers vertically"
1521
+ },
1522
+ "v-expansion-panels/accordion": {
1523
+ "type": "boolean",
1524
+ "description": "Removes the margin around open panels"
1525
+ },
1526
+ "v-expansion-panels/disabled": {
1527
+ "type": "boolean",
1528
+ "description": "Disables the entire expansion-panel"
1529
+ },
1530
+ "v-expansion-panels/flat": {
1531
+ "type": "boolean",
1532
+ "description": "Removes the expansion-panel's elevation and borders"
1533
+ },
1534
+ "v-expansion-panels/focusable": {
1535
+ "type": "boolean",
1536
+ "description": "Makes the expansion-panel headers focusable"
1537
+ },
1538
+ "v-expansion-panels/hover": {
1539
+ "type": "boolean",
1540
+ "description": "Applies a background-color shift on hover to expansion panel headers"
1541
+ },
1542
+ "v-expansion-panels/inset": {
1543
+ "type": "boolean",
1544
+ "description": "Makes the expansion-panel open with a inset style"
1545
+ },
1546
+ "v-expansion-panels/popout": {
1547
+ "type": "boolean",
1548
+ "description": "Makes the expansion-panel open with an popout style"
1549
+ },
1550
+ "v-expansion-panels/readonly": {
1551
+ "type": "boolean",
1552
+ "description": "Makes the entire expansion-panel read only."
1553
+ },
1554
+ "v-expansion-panels/tile": {
1555
+ "type": "boolean",
1556
+ "description": "Removes the border-radius"
1557
+ },
1558
+ "v-expansion-panel/disabled": {
1559
+ "type": "boolean",
1560
+ "description": "Disables the expansion-panel content"
1561
+ },
1562
+ "v-expansion-panel/readonly": {
1563
+ "type": "boolean",
1564
+ "description": "Makes the expansion-panel content read only."
1565
+ },
1566
+ "v-expansion-panel-header/disable-icon-rotate": {
1567
+ "type": "boolean",
1568
+ "description": "Removes the icon rotation animation when expanding a panel"
1569
+ },
1570
+ "v-expansion-panel-header/expand-icon": {
1571
+ "type": "string",
1572
+ "description": "Set the expand action icon"
1573
+ },
1574
+ "v-expansion-panel-header/hide-actions": {
1575
+ "type": "boolean",
1576
+ "description": "Hide the expand icon in the content header"
1577
+ },
1578
+ "v-expansion-panel-header/ripple": {
1579
+ "type": "boolean|object",
1580
+ "description": "Applies the [v-ripple](/directives/ripple) directive."
1581
+ },
1582
+ "v-file-input/chips": {
1583
+ "type": "boolean",
1584
+ "description": "Changes display of selections to chips"
1585
+ },
1586
+ "v-file-input/clearable": {
1587
+ "type": "boolean",
1588
+ "description": "Add input clear functionality, default icon is Material Design Icons **mdi-clear**"
1589
+ },
1590
+ "v-file-input/counter-size-string": {
1591
+ "type": "string",
1592
+ "description": "The text displayed when using the **counter** and **show-size** props. Can also be customized globally on the [internationalization page](/customization/internationalization)."
1593
+ },
1594
+ "v-file-input/counter-string": {
1595
+ "type": "string",
1596
+ "description": "The text displayed when using the **counter** prop. Can also be customized globally on the [internationalization page](/customization/internationalization)."
1597
+ },
1598
+ "v-file-input/disabled": {
1599
+ "type": "boolean",
1600
+ "description": "Disable the input"
1601
+ },
1602
+ "v-file-input/hide-input": {
1603
+ "type": "boolean",
1604
+ "description": "Display the icon only without the input (file names)"
1605
+ },
1606
+ "v-file-input/label": {
1607
+ "type": "string",
1608
+ "description": "Sets input label"
1609
+ },
1610
+ "v-file-input/multiple": {
1611
+ "type": "boolean",
1612
+ "description": "Adds the **multiple** attribute to the input, allowing multiple file selections."
1613
+ },
1614
+ "v-file-input/placeholder": {
1615
+ "type": "string",
1616
+ "description": "Sets the input’s placeholder text"
1617
+ },
1618
+ "v-file-input/prepend-icon": {
1619
+ "type": "string",
1620
+ "description": "Prepends an icon to the component, uses the same syntax as `v-icon`"
1621
+ },
1622
+ "v-file-input/show-size": {
1623
+ "type": "boolean|number",
1624
+ "description": "Sets the displayed size of selected file(s). When using **true** will default to _1000_ displaying (**kB, MB, GB**) while _1024_ will display (**KiB, MiB, GiB**)."
1625
+ },
1626
+ "v-file-input/small-chips": {
1627
+ "type": "boolean",
1628
+ "description": "Changes display of selections to chips with the **small** property"
1629
+ },
1630
+ "v-file-input/truncate-length": {
1631
+ "type": "number|string",
1632
+ "description": "The length of a filename before it is truncated with ellipsis"
1633
+ },
1634
+ "v-file-input/value": {
1635
+ "type": "any",
1636
+ "description": "A single or array of [File objects](https://developer.mozilla.org/en-US/docs/Web/API/File)."
1637
+ },
1638
+ "v-footer/height": {
1639
+ "type": "number|string",
1640
+ "description": "Sets the height for the component."
1641
+ },
1642
+ "v-footer/inset": {
1643
+ "type": "boolean",
1644
+ "description": "Positions the toolbar offset from an application `v-navigation-drawer`"
1645
+ },
1646
+ "v-footer/padless": {
1647
+ "type": "boolean",
1648
+ "description": "Remove all padding from the footer"
1649
+ },
1650
+ "v-footer/tag": {
1651
+ "type": "string",
1652
+ "description": "Specify a custom tag used on the root element."
1653
+ },
1654
+ "v-form/disabled": {
1655
+ "type": "boolean",
1656
+ "description": "Puts all children inputs into a disabled state."
1657
+ },
1658
+ "v-form/lazy-validation": {
1659
+ "type": "boolean",
1660
+ "description": "If enabled, **value** will always be _true_ unless there are visible validation errors. You can still call `validate()` to manually trigger validation"
1661
+ },
1662
+ "v-form/readonly": {
1663
+ "type": "boolean",
1664
+ "description": "Puts all children inputs into a readonly state."
1665
+ },
1666
+ "v-form/value": {
1667
+ "type": "boolean",
1668
+ "description": "A boolean value representing the validity of the form."
1669
+ },
1670
+ "v-container/fluid": {
1671
+ "type": "boolean",
1672
+ "description": "Removes viewport maximum-width size breakpoints"
1673
+ },
1674
+ "v-container/id": {
1675
+ "type": "string",
1676
+ "description": "Sets the DOM id on the component"
1677
+ },
1678
+ "v-container/tag": {
1679
+ "type": "string",
1680
+ "description": "Specify a custom tag used on the root element."
1681
+ },
1682
+ "v-col/align-self": {
1683
+ "type": "string",
1684
+ "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**."
1685
+ },
1686
+ "v-col/cols": {
1687
+ "type": "boolean|string|number",
1688
+ "description": "Sets the default number of columns the component extends. Available options are **1 -> 12** and **auto**."
1689
+ },
1690
+ "v-col/lg": {
1691
+ "type": "boolean|string|number",
1692
+ "description": "Changes the number of columns on large and greater breakpoints."
1693
+ },
1694
+ "v-col/md": {
1695
+ "type": "boolean|string|number",
1696
+ "description": "Changes the number of columns on medium and greater breakpoints."
1697
+ },
1698
+ "v-col/offset": {
1699
+ "type": "string|number",
1700
+ "description": "Sets the default offset for the column."
1701
+ },
1702
+ "v-col/offset-lg": {
1703
+ "type": "string|number",
1704
+ "description": "Changes the offset of the component on large and greater breakpoints."
1705
+ },
1706
+ "v-col/offset-md": {
1707
+ "type": "string|number",
1708
+ "description": "Changes the offset of the component on medium and greater breakpoints."
1709
+ },
1710
+ "v-col/offset-sm": {
1711
+ "type": "string|number",
1712
+ "description": "Changes the offset of the component on small and greater breakpoints."
1713
+ },
1714
+ "v-col/offset-xl": {
1715
+ "type": "string|number",
1716
+ "description": "Changes the offset of the component on extra large and greater breakpoints."
1717
+ },
1718
+ "v-col/order": {
1719
+ "type": "string|number",
1720
+ "description": "Sets the default [order](https://developer.mozilla.org/en-US/docs/Web/CSS/order) for the column."
1721
+ },
1722
+ "v-col/order-lg": {
1723
+ "type": "string|number",
1724
+ "description": "Changes the order of the component on large and greater breakpoints."
1725
+ },
1726
+ "v-col/order-md": {
1727
+ "type": "string|number",
1728
+ "description": "Changes the order of the component on medium and greater breakpoints."
1729
+ },
1730
+ "v-col/order-sm": {
1731
+ "type": "string|number",
1732
+ "description": "Changes the order of the component on small and greater breakpoints."
1733
+ },
1734
+ "v-col/order-xl": {
1735
+ "type": "string|number",
1736
+ "description": "Changes the order of the component on extra large and greater breakpoints."
1737
+ },
1738
+ "v-col/sm": {
1739
+ "type": "boolean|string|number",
1740
+ "description": "Changes the number of columns on small and greater breakpoints."
1741
+ },
1742
+ "v-col/tag": {
1743
+ "type": "string",
1744
+ "description": "Specify a custom tag used on the root element."
1745
+ },
1746
+ "v-col/xl": {
1747
+ "type": "boolean|string|number",
1748
+ "description": "Changes the number of columns on extra large and greater breakpoints."
1749
+ },
1750
+ "v-row/align": {
1751
+ "type": "string",
1752
+ "description": "Applies the [align-items](https://developer.mozilla.org/en-US/docs/Web/CSS/align-items) css property. Available options are **start**, **center**, **end**, **baseline** and **stretch**."
1753
+ },
1754
+ "v-row/align-content": {
1755
+ "type": "string",
1756
+ "description": "Applies the [align-content](https://developer.mozilla.org/en-US/docs/Web/CSS/align-content) css property. Available options are **start**, **center**, **end**, **space-between**, **space-around** and **stretch**."
1757
+ },
1758
+ "v-row/align-content-lg": {
1759
+ "type": "string",
1760
+ "description": "Changes the **align-content** property on large and greater breakpoints."
1761
+ },
1762
+ "v-row/align-content-md": {
1763
+ "type": "string",
1764
+ "description": "Changes the **align-content** property on medium and greater breakpoints."
1765
+ },
1766
+ "v-row/align-content-sm": {
1767
+ "type": "string",
1768
+ "description": "Changes the **align-content** property on small and greater breakpoints."
1769
+ },
1770
+ "v-row/align-content-xl": {
1771
+ "type": "string",
1772
+ "description": "Changes the **align-content** property on extra large and greater breakpoints."
1773
+ },
1774
+ "v-row/align-lg": {
1775
+ "type": "string",
1776
+ "description": "Changes the **align-items** property on large and greater breakpoints."
1777
+ },
1778
+ "v-row/align-md": {
1779
+ "type": "string",
1780
+ "description": "Changes the **align-items** property on medium and greater breakpoints."
1781
+ },
1782
+ "v-row/align-sm": {
1783
+ "type": "string",
1784
+ "description": "Changes the **align-items** property on small and greater breakpoints."
1785
+ },
1786
+ "v-row/align-xl": {
1787
+ "type": "string",
1788
+ "description": "Changes the **align-items** property on extra large and greater breakpoints."
1789
+ },
1790
+ "v-row/dense": {
1791
+ "type": "boolean",
1792
+ "description": "Reduces the gutter between `v-col`s."
1793
+ },
1794
+ "v-row/justify": {
1795
+ "type": "string",
1796
+ "description": "Applies the [justify-content](https://developer.mozilla.org/en-US/docs/Web/CSS/justify-content) css property. Available options are **start**, **center**, **end**, **space-between** and **space-around**."
1797
+ },
1798
+ "v-row/justify-lg": {
1799
+ "type": "string",
1800
+ "description": "Changes the **justify-content** property on large and greater breakpoints."
1801
+ },
1802
+ "v-row/justify-md": {
1803
+ "type": "string",
1804
+ "description": "Changes the **justify-content** property on medium and greater breakpoints."
1805
+ },
1806
+ "v-row/justify-sm": {
1807
+ "type": "string",
1808
+ "description": "Changes the **justify-content** property on small and greater breakpoints."
1809
+ },
1810
+ "v-row/justify-xl": {
1811
+ "type": "string",
1812
+ "description": "Changes the **justify-content** property on extra large and greater breakpoints."
1813
+ },
1814
+ "v-row/no-gutters": {
1815
+ "type": "boolean",
1816
+ "description": "Removes the gutter between `v-col`s."
1817
+ },
1818
+ "v-row/tag": {
1819
+ "type": "string",
1820
+ "description": "Specify a custom tag used on the root element."
1821
+ },
1822
+ "v-spacer/tag": {
1823
+ "type": "string",
1824
+ "description": "Specify a custom tag used on the root element."
1825
+ },
1826
+ "v-layout/align-baseline": {
1827
+ "type": "boolean",
1828
+ "description": ""
1829
+ },
1830
+ "v-layout/align-center": {
1831
+ "type": "boolean",
1832
+ "description": ""
1833
+ },
1834
+ "v-layout/align-content-center": {
1835
+ "type": "boolean",
1836
+ "description": ""
1837
+ },
1838
+ "v-layout/align-content-end": {
1839
+ "type": "boolean",
1840
+ "description": ""
1841
+ },
1842
+ "v-layout/align-content-space-around": {
1843
+ "type": "boolean",
1844
+ "description": ""
1845
+ },
1846
+ "v-layout/align-content-space-between": {
1847
+ "type": "boolean",
1848
+ "description": ""
1849
+ },
1850
+ "v-layout/align-content-start": {
1851
+ "type": "boolean",
1852
+ "description": ""
1853
+ },
1854
+ "v-layout/align-end": {
1855
+ "type": "boolean",
1856
+ "description": ""
1857
+ },
1858
+ "v-layout/align-start": {
1859
+ "type": "boolean",
1860
+ "description": ""
1861
+ },
1862
+ "v-layout/column": {
1863
+ "type": "boolean",
1864
+ "description": ""
1865
+ },
1866
+ "v-layout/d-{type}": {
1867
+ "type": "boolean",
1868
+ "description": ""
1869
+ },
1870
+ "v-layout/fill-height": {
1871
+ "type": "boolean",
1872
+ "description": ""
1873
+ },
1874
+ "v-layout/id": {
1875
+ "type": "string",
1876
+ "description": "Sets the DOM id on the component"
1877
+ },
1878
+ "v-layout/justify-center": {
1879
+ "type": "boolean",
1880
+ "description": ""
1881
+ },
1882
+ "v-layout/justify-end": {
1883
+ "type": "boolean",
1884
+ "description": ""
1885
+ },
1886
+ "v-layout/justify-space-around": {
1887
+ "type": "boolean",
1888
+ "description": ""
1889
+ },
1890
+ "v-layout/justify-space-between": {
1891
+ "type": "boolean",
1892
+ "description": ""
1893
+ },
1894
+ "v-layout/justify-start": {
1895
+ "type": "boolean",
1896
+ "description": ""
1897
+ },
1898
+ "v-layout/reverse": {
1899
+ "type": "boolean",
1900
+ "description": ""
1901
+ },
1902
+ "v-layout/row": {
1903
+ "type": "boolean",
1904
+ "description": ""
1905
+ },
1906
+ "v-layout/tag": {
1907
+ "type": "string",
1908
+ "description": "Specify a custom tag used on the root element."
1909
+ },
1910
+ "v-layout/wrap": {
1911
+ "type": "boolean",
1912
+ "description": ""
1913
+ },
1914
+ "v-flex/(size)(1-12)": {
1915
+ "type": "boolean",
1916
+ "description": ""
1917
+ },
1918
+ "v-flex/align-self-baseline": {
1919
+ "type": "boolean",
1920
+ "description": ""
1921
+ },
1922
+ "v-flex/align-self-center": {
1923
+ "type": "boolean",
1924
+ "description": ""
1925
+ },
1926
+ "v-flex/align-self-end": {
1927
+ "type": "boolean",
1928
+ "description": ""
1929
+ },
1930
+ "v-flex/align-self-start": {
1931
+ "type": "boolean",
1932
+ "description": ""
1933
+ },
1934
+ "v-flex/grow": {
1935
+ "type": "boolean",
1936
+ "description": ""
1937
+ },
1938
+ "v-flex/id": {
1939
+ "type": "string",
1940
+ "description": "Sets the DOM id on the component"
1941
+ },
1942
+ "v-flex/offset-(size)(0-12)": {
1943
+ "type": "boolean",
1944
+ "description": ""
1945
+ },
1946
+ "v-flex/order-(size)(1-12)": {
1947
+ "type": "boolean",
1948
+ "description": ""
1949
+ },
1950
+ "v-flex/shrink": {
1951
+ "type": "boolean",
1952
+ "description": ""
1953
+ },
1954
+ "v-flex/tag": {
1955
+ "type": "string",
1956
+ "description": "Specify a custom tag used on the root element."
1957
+ },
1958
+ "v-hover/disabled": {
1959
+ "type": "boolean",
1960
+ "description": "Turns off hover functionality"
1961
+ },
1962
+ "v-hover/model-value": {
1963
+ "type": "boolean",
1964
+ "description": ""
1965
+ },
1966
+ "v-icon/dense": {
1967
+ "type": "boolean",
1968
+ "description": "Makes icon smaller (20px)"
1969
+ },
1970
+ "v-icon/disabled": {
1971
+ "type": "boolean",
1972
+ "description": "Disable the input"
1973
+ },
1974
+ "v-icon/inner-h-t-m-l": {
1975
+ "type": "string",
1976
+ "description": ""
1977
+ },
1978
+ "v-icon/left": {
1979
+ "type": "boolean",
1980
+ "description": "Applies appropriate margins to the icon inside of a button when placed to the **left** of another element or text"
1981
+ },
1982
+ "v-icon/right": {
1983
+ "type": "boolean",
1984
+ "description": "Applies appropriate margins to the icon inside of a button when placed to the **right** of another element or text"
1985
+ },
1986
+ "v-icon/size": {
1987
+ "type": "number|string",
1988
+ "description": "Specifies a custom font size for the icon"
1989
+ },
1990
+ "v-icon/tag": {
1991
+ "type": "string",
1992
+ "description": "Specifies a custom tag to be used"
1993
+ },
1994
+ "v-icon/text-content": {
1995
+ "type": "string",
1996
+ "description": ""
1997
+ },
1998
+ "v-img/alt": {
1999
+ "type": "string",
2000
+ "description": "Alternate text for screen readers. Leave empty for decorative images"
2001
+ },
2002
+ "v-img/contain": {
2003
+ "type": "boolean",
2004
+ "description": "Prevents the image from being cropped if it doesn't fit"
2005
+ },
2006
+ "v-img/eager": {
2007
+ "type": "boolean",
2008
+ "description": "Will force the components content to render on mounted. This is useful if you have content that will not be rendered in the DOM that you want crawled for SEO."
2009
+ },
2010
+ "v-img/gradient": {
2011
+ "type": "string",
2012
+ "description": "Overlays a gradient onto the image. Only supports [linear-gradient](https://developer.mozilla.org/en-US/docs/Web/CSS/linear-gradient) syntax, anything else should be done with classes (see examples)"
2013
+ },
2014
+ "v-img/lazy-src": {
2015
+ "type": "string",
2016
+ "description": "Something to show while waiting for the main image to load, typically a small base64-encoded thumbnail. Has a slight blur filter applied.\n\nUse [vuetify-loader](https://github.com/vuetifyjs/vuetify-loader) to generate automatically"
2017
+ },
2018
+ "v-img/options": {
2019
+ "type": "object",
2020
+ "description": "Options that are passed to the [Intersection observer](https://developer.mozilla.org/en-US/docs/Web/API/Intersection_Observer_API) constructor."
2021
+ },
2022
+ "v-img/position": {
2023
+ "type": "string",
2024
+ "description": "Overrides the default to change which parts get cropped off. Uses the same syntax as [`background-position`](https://developer.mozilla.org/en-US/docs/Web/CSS/background-position)"
2025
+ },
2026
+ "v-img/sizes": {
2027
+ "type": "string",
2028
+ "description": "For use with `srcset`, see [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/img#attr-sizes)"
2029
+ },
2030
+ "v-img/src": {
2031
+ "type": "string|object",
2032
+ "description": "The image URL. This prop is mandatory"
2033
+ },
2034
+ "v-img/srcset": {
2035
+ "type": "string",
2036
+ "description": "A set of alternate images to use based on device size. [Read more...](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/img#attr-srcset)"
2037
+ },
2038
+ "v-img/transition": {
2039
+ "type": "boolean|string",
2040
+ "description": "The transition to use when switching from `lazy-src` to `src`"
2041
+ },
2042
+ "v-input/append-icon": {
2043
+ "type": "string",
2044
+ "description": "Appends an icon to the component, uses the same syntax as `v-icon`"
2045
+ },
2046
+ "v-input/background-color": {
2047
+ "type": "string",
2048
+ "description": "Changes the background-color of the input"
2049
+ },
2050
+ "v-input/dense": {
2051
+ "type": "boolean",
2052
+ "description": "Reduces the input height"
2053
+ },
2054
+ "v-input/disabled": {
2055
+ "type": "boolean",
2056
+ "description": "Disable the input"
2057
+ },
2058
+ "v-input/height": {
2059
+ "type": "number|string",
2060
+ "description": "Sets the height of the input"
2061
+ },
2062
+ "v-input/hide-details": {
2063
+ "type": "boolean|string",
2064
+ "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"
2065
+ },
2066
+ "v-input/hide-spin-buttons": {
2067
+ "type": "boolean",
2068
+ "description": "Hides spin buttons on the input when type is set to `number`."
2069
+ },
2070
+ "v-input/hint": {
2071
+ "type": "string",
2072
+ "description": "Hint text"
2073
+ },
2074
+ "v-input/id": {
2075
+ "type": "string",
2076
+ "description": "Sets the DOM id on the component"
2077
+ },
2078
+ "v-input/label": {
2079
+ "type": "string",
2080
+ "description": "Sets input label"
2081
+ },
2082
+ "v-input/loading": {
2083
+ "type": "boolean",
2084
+ "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"
2085
+ },
2086
+ "v-input/model-value": {
2087
+ "type": "any",
2088
+ "description": ""
2089
+ },
2090
+ "v-input/persistent-hint": {
2091
+ "type": "boolean",
2092
+ "description": "Forces hint to always be visible"
2093
+ },
2094
+ "v-input/prepend-icon": {
2095
+ "type": "string",
2096
+ "description": "Prepends an icon to the component, uses the same syntax as `v-icon`"
2097
+ },
2098
+ "v-input/readonly": {
2099
+ "type": "boolean",
2100
+ "description": "Puts input in readonly state"
2101
+ },
2102
+ "v-input/value": {
2103
+ "type": "any",
2104
+ "description": "The input's value"
2105
+ },
2106
+ "v-lazy/options": {
2107
+ "type": "object",
2108
+ "description": "Options that are passed to the [Intersection observer](https://developer.mozilla.org/en-US/docs/Web/API/Intersection_Observer_API) constructor."
2109
+ },
2110
+ "v-lazy/tag": {
2111
+ "type": "string",
2112
+ "description": "Specify a custom tag used on the root element."
2113
+ },
2114
+ "v-lazy/transition": {
2115
+ "type": "string",
2116
+ "description": "Sets the component transition. Can be one of the [built in transitions](/styles/transitions) or one your own."
2117
+ },
2118
+ "v-list/dense": {
2119
+ "type": "boolean",
2120
+ "description": "Lowers max height of list tiles"
2121
+ },
2122
+ "v-list/disabled": {
2123
+ "type": "boolean",
2124
+ "description": "Disables all children `v-list-item` components"
2125
+ },
2126
+ "v-list/expand": {
2127
+ "type": "boolean",
2128
+ "description": "Will only collapse when explicitly closed"
2129
+ },
2130
+ "v-list/flat": {
2131
+ "type": "boolean",
2132
+ "description": "Remove the highlighted background on active `v-list-item`s"
2133
+ },
2134
+ "v-list/nav": {
2135
+ "type": "boolean",
2136
+ "description": "An alternative styling that reduces `v-list-item` width and rounds the corners. Typically used with **[v-navigation-drawer](/components/navigation-drawers)**"
2137
+ },
2138
+ "v-list/rounded": {
2139
+ "type": "boolean",
2140
+ "description": "Rounds the `v-list-item` edges"
2141
+ },
2142
+ "v-list/subheader": {
2143
+ "type": "boolean",
2144
+ "description": "Removes top padding. Used when previous sibling is a header"
2145
+ },
2146
+ "v-list/three-line": {
2147
+ "type": "boolean",
2148
+ "description": "Increases list-item height for three lines. This prop uses [line-clamp](https://developer.mozilla.org/en-US/docs/Web/CSS/-webkit-line-clamp) and is not supported in all browsers."
2149
+ },
2150
+ "v-list/two-line": {
2151
+ "type": "boolean",
2152
+ "description": "Increases list-item height for two lines. This prop uses [line-clamp](https://developer.mozilla.org/en-US/docs/Web/CSS/-webkit-line-clamp) and is not supported in all browsers."
2153
+ },
2154
+ "v-list-group/active-class": {
2155
+ "type": "string",
2156
+ "description": "Configure the active CSS class applied when the link is active. You can find more information about the [**active-class** prop](https://router.vuejs.org/api/#active-class) on the vue-router documentation."
2157
+ },
2158
+ "v-list-group/append-icon": {
2159
+ "type": "string",
2160
+ "description": "Appends an icon to the component, uses the same syntax as `v-icon`"
2161
+ },
2162
+ "v-list-group/color": {
2163
+ "type": "string",
2164
+ "description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find a list of built-in classes on the [colors page](/styles/colors#material-colors)."
2165
+ },
2166
+ "v-list-group/disabled": {
2167
+ "type": "boolean",
2168
+ "description": "Disables all children `v-list-item` components"
2169
+ },
2170
+ "v-list-group/group": {
2171
+ "type": "string|regexp",
2172
+ "description": "Assign a route namespace. Accepts a string or regexp for determining active state"
2173
+ },
2174
+ "v-list-group/no-action": {
2175
+ "type": "boolean",
2176
+ "description": "Removes left padding assigned for action icons from group items"
2177
+ },
2178
+ "v-list-group/prepend-icon": {
2179
+ "type": "string",
2180
+ "description": "Prepends an icon to the component, uses the same syntax as `v-icon`"
2181
+ },
2182
+ "v-list-group/ripple": {
2183
+ "type": "boolean|object",
2184
+ "description": "Applies the [v-ripple](/directives/ripple) directive."
2185
+ },
2186
+ "v-list-group/sub-group": {
2187
+ "type": "boolean",
2188
+ "description": "Designate the component as nested list group"
2189
+ },
2190
+ "v-list-item/active-class": {
2191
+ "type": "string",
2192
+ "description": "Configure the active CSS class applied when the link is active. You can find more information about the [**active-class** prop](https://router.vuejs.org/api/#active-class) on the vue-router documentation."
2193
+ },
2194
+ "v-list-item/dense": {
2195
+ "type": "boolean",
2196
+ "description": "Lowers max height of list tiles"
2197
+ },
2198
+ "v-list-item/inactive": {
2199
+ "type": "boolean",
2200
+ "description": "If set, the list tile will not be rendered as a link even if it has to/href prop or @click handler"
2201
+ },
2202
+ "v-list-item/link": {
2203
+ "type": "boolean",
2204
+ "description": "Designates that the component is a link. This is automatic when using the **href** or **to** prop."
2205
+ },
2206
+ "v-list-item/model-value": {
2207
+ "type": "any",
2208
+ "description": ""
2209
+ },
2210
+ "v-list-item/on-click": {
2211
+ "type": "function",
2212
+ "description": ""
2213
+ },
2214
+ "v-list-item/selectable": {
2215
+ "type": "boolean",
2216
+ "description": "Allow text selection inside `v-list-item`. This prop uses [user-select](https://developer.mozilla.org/en-US/docs/Web/CSS/user-select)"
2217
+ },
2218
+ "v-list-item/tag": {
2219
+ "type": "string",
2220
+ "description": "Specify a custom tag used on the root element."
2221
+ },
2222
+ "v-list-item/three-line": {
2223
+ "type": "boolean",
2224
+ "description": "Increases list-item height for three lines. This prop uses [line-clamp](https://developer.mozilla.org/en-US/docs/Web/CSS/-webkit-line-clamp) and is not supported in all browsers."
2225
+ },
2226
+ "v-list-item/two-line": {
2227
+ "type": "boolean",
2228
+ "description": "Increases list-item height for two lines. This prop uses [line-clamp](https://developer.mozilla.org/en-US/docs/Web/CSS/-webkit-line-clamp) and is not supported in all browsers."
2229
+ },
2230
+ "v-list-item-avatar/horizontal": {
2231
+ "type": "boolean",
2232
+ "description": "Uses an alternative horizontal style."
2233
+ },
2234
+ "v-list-item-avatar/size": {
2235
+ "type": "number|string",
2236
+ "description": "Sets the height and width of the component."
2237
+ },
2238
+ "v-list-item-action-text/tag": {
2239
+ "type": "string",
2240
+ "description": "Specify a custom tag used on the root element."
2241
+ },
2242
+ "v-list-item-content/tag": {
2243
+ "type": "string",
2244
+ "description": "Specify a custom tag used on the root element."
2245
+ },
2246
+ "v-list-item-title/tag": {
2247
+ "type": "string",
2248
+ "description": "Specify a custom tag used on the root element."
2249
+ },
2250
+ "v-list-item-subtitle/tag": {
2251
+ "type": "string",
2252
+ "description": "Specify a custom tag used on the root element."
2253
+ },
2254
+ "v-main/tag": {
2255
+ "type": "string",
2256
+ "description": "Specify a custom tag used on the root element."
2257
+ },
2258
+ "v-menu/auto": {
2259
+ "type": "boolean",
2260
+ "description": "Centers list on selected element"
2261
+ },
2262
+ "v-menu/close-on-click": {
2263
+ "type": "boolean",
2264
+ "description": "Designates if menu should close on outside-activator click"
2265
+ },
2266
+ "v-menu/close-on-content-click": {
2267
+ "type": "boolean",
2268
+ "description": "Designates if menu should close when its content is clicked"
2269
+ },
2270
+ "v-menu/content-props": {
2271
+ "type": "object",
2272
+ "description": "Applies props/attributes to the detached menu. This is useful because the content is moved to the beginning of the `v-app` component (unless the attach prop is provided) and is not targetable by classes passed directly on the component. You could use this for example for applying a `data-cy` for cypress testing purposes."
2273
+ },
2274
+ "v-menu/disable-keys": {
2275
+ "type": "boolean",
2276
+ "description": "Removes all keyboard interaction"
2277
+ },
2278
+ "v-menu/disabled": {
2279
+ "type": "boolean",
2280
+ "description": "Disables the menu"
2281
+ },
2282
+ "v-menu/max-height": {
2283
+ "type": "number|string",
2284
+ "description": "Sets the max height of the menu content"
2285
+ },
2286
+ "v-menu/offset-x": {
2287
+ "type": "boolean",
2288
+ "description": "Offset the menu on the x-axis. Works in conjunction with direction left/right"
2289
+ },
2290
+ "v-menu/offset-y": {
2291
+ "type": "boolean",
2292
+ "description": "Offset the menu on the y-axis. Works in conjunction with direction top/bottom"
2293
+ },
2294
+ "v-menu/on-scroll": {
2295
+ "type": "function",
2296
+ "description": ""
2297
+ },
2298
+ "v-menu/open-on-hover": {
2299
+ "type": "boolean",
2300
+ "description": "Designates whether menu should open on activator hover"
2301
+ },
2302
+ "v-menu/origin": {
2303
+ "type": "string",
2304
+ "description": "Sets the transition origin on the element. You can find more information on the MDN documentation [for transition origin](https://developer.mozilla.org/en-US/docs/Web/CSS/transform-origin)."
2305
+ },
2306
+ "v-menu/transition": {
2307
+ "type": "boolean|string",
2308
+ "description": "Sets the component transition. Can be one of the [built in transitions](/styles/transitions) or one your own."
2309
+ },
2310
+ "v-navigation-drawer/bottom": {
2311
+ "type": "boolean",
2312
+ "description": "Expands from the bottom of the screen on mobile devices"
2313
+ },
2314
+ "v-navigation-drawer/clipped": {
2315
+ "type": "boolean",
2316
+ "description": "A clipped drawer rests under the application toolbar. **Note:** requires the **clipped-left** or **clipped-right** prop on `v-app-bar` to work as intended"
2317
+ },
2318
+ "v-navigation-drawer/disable-resize-watcher": {
2319
+ "type": "boolean",
2320
+ "description": "Will automatically open/close drawer when resized depending if mobile or desktop."
2321
+ },
2322
+ "v-navigation-drawer/disable-route-watcher": {
2323
+ "type": "boolean",
2324
+ "description": "Disables opening of navigation drawer when route changes"
2325
+ },
2326
+ "v-navigation-drawer/expand-on-hover": {
2327
+ "type": "boolean",
2328
+ "description": "Collapses the drawer to a **mini-variant** until hovering with the mouse"
2329
+ },
2330
+ "v-navigation-drawer/floating": {
2331
+ "type": "boolean",
2332
+ "description": "A floating drawer has no visible container (no border-right)"
2333
+ },
2334
+ "v-navigation-drawer/height": {
2335
+ "type": "number|string",
2336
+ "description": "Sets the height of the navigation drawer"
2337
+ },
2338
+ "v-navigation-drawer/mini-variant": {
2339
+ "type": "boolean",
2340
+ "description": "Condenses navigation drawer width, also accepts the **.sync** modifier. With this, the drawer will re-open when clicking it"
2341
+ },
2342
+ "v-navigation-drawer/mini-variant-width": {
2343
+ "type": "number|string",
2344
+ "description": "Designates the width assigned when the `mini` prop is turned on"
2345
+ },
2346
+ "v-navigation-drawer/model-value": {
2347
+ "type": "any",
2348
+ "description": ""
2349
+ },
2350
+ "v-navigation-drawer/permanent": {
2351
+ "type": "boolean",
2352
+ "description": "The drawer remains visible regardless of screen size"
2353
+ },
2354
+ "v-navigation-drawer/right": {
2355
+ "type": "boolean",
2356
+ "description": "Places the navigation drawer on the right"
2357
+ },
2358
+ "v-navigation-drawer/src": {
2359
+ "type": "string|object",
2360
+ "description": "Specifies a [v-img](/components/images) as the component's background."
2361
+ },
2362
+ "v-navigation-drawer/stateless": {
2363
+ "type": "boolean",
2364
+ "description": "Remove all automated state functionality (resize, mobile, route) and manually control the drawer state"
2365
+ },
2366
+ "v-navigation-drawer/tag": {
2367
+ "type": "string",
2368
+ "description": "Specify a custom tag used on the root element."
2369
+ },
2370
+ "v-navigation-drawer/temporary": {
2371
+ "type": "boolean",
2372
+ "description": "A temporary drawer sits above its application and uses a scrim (overlay) to darken the background"
2373
+ },
2374
+ "v-navigation-drawer/touchless": {
2375
+ "type": "boolean",
2376
+ "description": "Disable mobile touch functionality"
2377
+ },
2378
+ "v-navigation-drawer/width": {
2379
+ "type": "number|string",
2380
+ "description": "Sets the width for the component."
2381
+ },
2382
+ "v-otp-input/length": {
2383
+ "type": "number|string",
2384
+ "description": "The OTP field's length"
2385
+ },
2386
+ "v-otp-input/model-value": {
2387
+ "type": "string",
2388
+ "description": ""
2389
+ },
2390
+ "v-otp-input/plain": {
2391
+ "type": "boolean",
2392
+ "description": "Outlined style applied by default to the input, set to `true` to apply plain style"
2393
+ },
2394
+ "v-otp-input/type": {
2395
+ "type": "string",
2396
+ "description": "Supported types: `text`, `password`, `number`"
2397
+ },
2398
+ "v-overflow-btn/disabled": {
2399
+ "type": "boolean",
2400
+ "description": "Disable the input"
2401
+ },
2402
+ "v-overflow-btn/editable": {
2403
+ "type": "boolean",
2404
+ "description": "Creates an editable button"
2405
+ },
2406
+ "v-overflow-btn/items": {
2407
+ "type": "",
2408
+ "description": "Can be an array of objects or array of strings. When using objects, will look for a text, value and disabled keys. This can be changed using the **item-text**, **item-value** and **item-disabled** props. Objects that have a **header** or **divider** property are considered special cases and generate a list header or divider; these items are not selectable."
2409
+ },
2410
+ "v-overflow-btn/label": {
2411
+ "type": "string",
2412
+ "description": "Sets input label"
2413
+ },
2414
+ "v-overflow-btn/menu-props": {
2415
+ "type": "",
2416
+ "description": "Pass props through to the `v-menu` component. Accepts either a string for boolean props `menu-props=\"auto, overflowY\"`, or an object `:menu-props=\"{ auto: true, overflowY: true }\"`"
2417
+ },
2418
+ "v-overflow-btn/readonly": {
2419
+ "type": "boolean",
2420
+ "description": "Puts input in readonly state"
2421
+ },
2422
+ "v-overflow-btn/segmented": {
2423
+ "type": "boolean",
2424
+ "description": "Creates a segmented button"
2425
+ },
2426
+ "v-overflow-btn/value": {
2427
+ "type": "any",
2428
+ "description": "The input's value"
2429
+ },
2430
+ "v-overflow-btn/value-comparator": {
2431
+ "type": "",
2432
+ "description": "The comparison algorithm used for values. [More info](https://github.com/vuetifyjs/vuetify/blob/v2-stable/packages/vuetify/src/util/helpers.ts)"
2433
+ },
2434
+ "v-overlay/absolute": {
2435
+ "type": "boolean",
2436
+ "description": "Applies **position: absolute** to the component."
2437
+ },
2438
+ "v-overlay/color": {
2439
+ "type": "string",
2440
+ "description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find a list of built-in classes on the [colors page](/styles/colors#material-colors)."
2441
+ },
2442
+ "v-overlay/dark": {
2443
+ "type": "boolean",
2444
+ "description": "Applies the dark theme variant to the component. You can find more information on the Material Design documentation for [dark themes](https://material.io/design/color/dark-theme.html)."
2445
+ },
2446
+ "v-overlay/model-value": {
2447
+ "type": "any",
2448
+ "description": ""
2449
+ },
2450
+ "v-overlay/opacity": {
2451
+ "type": "number|string",
2452
+ "description": "Sets the overlay opacity"
2453
+ },
2454
+ "v-overlay/z-index": {
2455
+ "type": "number|string",
2456
+ "description": "The z-index used for the component"
2457
+ },
2458
+ "v-pagination/circle": {
2459
+ "type": "boolean",
2460
+ "description": "Shape pagination elements as circles"
2461
+ },
2462
+ "v-pagination/current-page-aria-label": {
2463
+ "type": "string",
2464
+ "description": ""
2465
+ },
2466
+ "v-pagination/disabled": {
2467
+ "type": "boolean",
2468
+ "description": "Disables component"
2469
+ },
2470
+ "v-pagination/length": {
2471
+ "type": "number",
2472
+ "description": "The length of the pagination component"
2473
+ },
2474
+ "v-pagination/model-value": {
2475
+ "type": "number",
2476
+ "description": ""
2477
+ },
2478
+ "v-pagination/navigation-color": {
2479
+ "type": "string",
2480
+ "description": ""
2481
+ },
2482
+ "v-pagination/navigation-text-color": {
2483
+ "type": "string",
2484
+ "description": ""
2485
+ },
2486
+ "v-pagination/next-aria-label": {
2487
+ "type": "string",
2488
+ "description": ""
2489
+ },
2490
+ "v-pagination/next-icon": {
2491
+ "type": "string",
2492
+ "description": "Specify the icon to use for the next icon"
2493
+ },
2494
+ "v-pagination/page-aria-label": {
2495
+ "type": "string",
2496
+ "description": ""
2497
+ },
2498
+ "v-pagination/prev-icon": {
2499
+ "type": "string",
2500
+ "description": "Specify the icon to use for the prev icon"
2501
+ },
2502
+ "v-pagination/previous-aria-label": {
2503
+ "type": "string",
2504
+ "description": ""
2505
+ },
2506
+ "v-pagination/total-visible": {
2507
+ "type": "number|string",
2508
+ "description": "Specify the max total visible pagination numbers"
2509
+ },
2510
+ "v-pagination/wrapper-aria-label": {
2511
+ "type": "string",
2512
+ "description": ""
2513
+ },
2514
+ "v-sheet/outlined": {
2515
+ "type": "boolean",
2516
+ "description": "Removes elevation (box-shadow) and adds a *thin* border."
2517
+ },
2518
+ "v-sheet/shaped": {
2519
+ "type": "boolean",
2520
+ "description": "Applies a large border radius on the top left and bottom right of the card."
2521
+ },
2522
+ "v-sheet/tag": {
2523
+ "type": "string",
2524
+ "description": "Specify a custom tag used on the root element."
2525
+ },
2526
+ "v-sheet/tile": {
2527
+ "type": "boolean",
2528
+ "description": "Removes the component's **border-radius**."
2529
+ },
2530
+ "v-parallax/alt": {
2531
+ "type": "string",
2532
+ "description": "Attaches an alt property to the parallax image"
2533
+ },
2534
+ "v-parallax/height": {
2535
+ "type": "string|number",
2536
+ "description": "Sets the height for the component"
2537
+ },
2538
+ "v-parallax/src": {
2539
+ "type": "string",
2540
+ "description": "The image to parallax"
2541
+ },
2542
+ "v-parallax/srcset": {
2543
+ "type": "string",
2544
+ "description": "A set of alternate images to use based on device size. [Read more...](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/img#attr-srcset)"
2545
+ },
2546
+ "v-progress-circular/button": {
2547
+ "type": "boolean",
2548
+ "description": "Deprecated - Pending removal"
2549
+ },
2550
+ "v-progress-circular/indeterminate": {
2551
+ "type": "boolean",
2552
+ "description": "Constantly animates, use when loading progress is unknown."
2553
+ },
2554
+ "v-progress-circular/rotate": {
2555
+ "type": "number|string",
2556
+ "description": "Rotates the circle start point in deg"
2557
+ },
2558
+ "v-progress-circular/size": {
2559
+ "type": "number|string",
2560
+ "description": "Sets the diameter of the circle in pixels"
2561
+ },
2562
+ "v-progress-circular/value": {
2563
+ "type": "number|string",
2564
+ "description": "The percentage value for current progress"
2565
+ },
2566
+ "v-progress-circular/width": {
2567
+ "type": "number|string",
2568
+ "description": "Sets the stroke of the circle in pixels"
2569
+ },
2570
+ "v-progress-linear/active": {
2571
+ "type": "boolean",
2572
+ "description": "Reduce the height to 0, hiding component"
2573
+ },
2574
+ "v-progress-linear/background-color": {
2575
+ "type": "string",
2576
+ "description": "Background color, set to component's color if null"
2577
+ },
2578
+ "v-progress-linear/background-opacity": {
2579
+ "type": "number|string",
2580
+ "description": "Background opacity, if null it defaults to 0.3 if background color is not specified or 1 otherwise"
2581
+ },
2582
+ "v-progress-linear/buffer-value": {
2583
+ "type": "number|string",
2584
+ "description": "The percentage value for the buffer"
2585
+ },
2586
+ "v-progress-linear/color": {
2587
+ "type": "string",
2588
+ "description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find a list of built-in classes on the [colors page](/styles/colors#material-colors)."
2589
+ },
2590
+ "v-progress-linear/height": {
2591
+ "type": "number|string",
2592
+ "description": "Sets the height for the component"
2593
+ },
2594
+ "v-progress-linear/indeterminate": {
2595
+ "type": "boolean",
2596
+ "description": "Constantly animates, use when loading progress is unknown."
2597
+ },
2598
+ "v-progress-linear/model-value": {
2599
+ "type": "number|string",
2600
+ "description": ""
2601
+ },
2602
+ "v-progress-linear/on-change": {
2603
+ "type": "function",
2604
+ "description": ""
2605
+ },
2606
+ "v-progress-linear/on-update-model-value": {
2607
+ "type": "function",
2608
+ "description": ""
2609
+ },
2610
+ "v-progress-linear/query": {
2611
+ "type": "boolean",
2612
+ "description": "Animates like **indeterminate** prop but inverse"
2613
+ },
2614
+ "v-progress-linear/reverse": {
2615
+ "type": "boolean",
2616
+ "description": "Displays reversed progress (right to left in LTR mode and left to right in RTL)"
2617
+ },
2618
+ "v-progress-linear/rounded": {
2619
+ "type": "boolean",
2620
+ "description": "Adds a border radius to the progress component"
2621
+ },
2622
+ "v-progress-linear/stream": {
2623
+ "type": "boolean",
2624
+ "description": "An alternative style for portraying loading that works in tandem with **buffer-value**"
2625
+ },
2626
+ "v-progress-linear/striped": {
2627
+ "type": "boolean",
2628
+ "description": "Adds a stripe background to the filled portion of the progress component"
2629
+ },
2630
+ "v-progress-linear/value": {
2631
+ "type": "number|string",
2632
+ "description": "The designated model value for the component."
2633
+ },
2634
+ "v-radio-group/column": {
2635
+ "type": "boolean",
2636
+ "description": "Displays radio buttons in column"
2637
+ },
2638
+ "v-radio-group/disabled": {
2639
+ "type": "boolean",
2640
+ "description": "Disable the input"
2641
+ },
2642
+ "v-radio-group/label": {
2643
+ "type": "string",
2644
+ "description": "Sets input label"
2645
+ },
2646
+ "v-radio-group/model-value": {
2647
+ "type": "any",
2648
+ "description": ""
2649
+ },
2650
+ "v-radio-group/name": {
2651
+ "type": "string",
2652
+ "description": "Sets the component's name attribute"
2653
+ },
2654
+ "v-radio-group/readonly": {
2655
+ "type": "boolean",
2656
+ "description": "Puts input in readonly state"
2657
+ },
2658
+ "v-radio-group/row": {
2659
+ "type": "boolean",
2660
+ "description": "Displays radio buttons in row"
2661
+ },
2662
+ "v-radio-group/value": {
2663
+ "type": "any",
2664
+ "description": "The input's value"
2665
+ },
2666
+ "v-radio/disabled": {
2667
+ "type": "boolean",
2668
+ "description": "Disable the input"
2669
+ },
2670
+ "v-radio/id": {
2671
+ "type": "string",
2672
+ "description": "Sets the DOM id on the component"
2673
+ },
2674
+ "v-radio/label": {
2675
+ "type": "string",
2676
+ "description": "Sets input label"
2677
+ },
2678
+ "v-radio/name": {
2679
+ "type": "string",
2680
+ "description": "Sets the component's name attribute"
2681
+ },
2682
+ "v-radio/off-icon": {
2683
+ "type": "string",
2684
+ "description": "The icon used when inactive"
2685
+ },
2686
+ "v-radio/on-icon": {
2687
+ "type": "string",
2688
+ "description": "The icon used when active"
2689
+ },
2690
+ "v-radio/readonly": {
2691
+ "type": "boolean",
2692
+ "description": "Puts input in readonly state"
2693
+ },
2694
+ "v-radio/value": {
2695
+ "type": "any",
2696
+ "description": "The input's value"
2697
+ },
2698
+ "v-range-slider/disabled": {
2699
+ "type": "boolean",
2700
+ "description": "Disable the input"
2701
+ },
2702
+ "v-range-slider/label": {
2703
+ "type": "string",
2704
+ "description": "Sets input label"
2705
+ },
2706
+ "v-range-slider/model-value": {
2707
+ "type": "array",
2708
+ "description": ""
2709
+ },
2710
+ "v-range-slider/readonly": {
2711
+ "type": "boolean",
2712
+ "description": "Puts input in readonly state"
2713
+ },
2714
+ "v-range-slider/value": {
2715
+ "type": "any",
2716
+ "description": "The input's value"
2717
+ },
2718
+ "v-rating/background-color": {
2719
+ "type": "string",
2720
+ "description": "The color used for empty icons"
2721
+ },
2722
+ "v-rating/clearable": {
2723
+ "type": "boolean",
2724
+ "description": "Allows for the component to be cleared. Triggers when the icon containing the current value is clicked."
2725
+ },
2726
+ "v-rating/color": {
2727
+ "type": "string",
2728
+ "description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find a list of built-in classes on the [colors page](/styles/colors#material-colors)."
2729
+ },
2730
+ "v-rating/dense": {
2731
+ "type": "boolean",
2732
+ "description": "Icons have a smaller size"
2733
+ },
2734
+ "v-rating/empty-icon": {
2735
+ "type": "string",
2736
+ "description": "The icon displayed when empty"
2737
+ },
2738
+ "v-rating/full-icon": {
2739
+ "type": "string",
2740
+ "description": "The icon displayed when full"
2741
+ },
2742
+ "v-rating/half-icon": {
2743
+ "type": "string",
2744
+ "description": "The icon displayed when half (requires **half-increments** prop)"
2745
+ },
2746
+ "v-rating/half-increments": {
2747
+ "type": "boolean",
2748
+ "description": "Allows the selection of half increments"
2749
+ },
2750
+ "v-rating/hover": {
2751
+ "type": "boolean",
2752
+ "description": "Provides visual feedback when hovering over icons"
2753
+ },
2754
+ "v-rating/icon-label": {
2755
+ "type": "string",
2756
+ "description": "The **aria-label** used for icons"
2757
+ },
2758
+ "v-rating/length": {
2759
+ "type": "number|string",
2760
+ "description": "The amount of ratings to show"
2761
+ },
2762
+ "v-rating/model-value": {
2763
+ "type": "number",
2764
+ "description": ""
2765
+ },
2766
+ "v-rating/readonly": {
2767
+ "type": "boolean",
2768
+ "description": "Removes all hover effects and pointer events"
2769
+ },
2770
+ "v-rating/size": {
2771
+ "type": "number|string",
2772
+ "description": "Sets the height and width of the component."
2773
+ },
2774
+ "v-responsive/aspect-ratio": {
2775
+ "type": "string|number",
2776
+ "description": "Sets a base aspect ratio, calculated as width/height. This will only set a **minimum** height, the component can still grow if it has a lot of content."
2777
+ },
2778
+ "v-responsive/content-class": {
2779
+ "type": "string",
2780
+ "description": "Apply a custom class to the responsive content div."
2781
+ },
2782
+ "v-select/append-icon": {
2783
+ "type": "string",
2784
+ "description": "Appends an icon to the component, uses the same syntax as `v-icon`"
2785
+ },
2786
+ "v-select/attach": {
2787
+ "type": "any",
2788
+ "description": "Specifies which DOM element that this component should detach to. String can be any valid querySelector and Object can be any valid Node. This will attach to the root `v-app` component by default."
2789
+ },
2790
+ "v-select/auto": {
2791
+ "type": "boolean",
2792
+ "description": "Centers list on selected element"
2793
+ },
2794
+ "v-select/cache-items": {
2795
+ "type": "boolean",
2796
+ "description": "Keeps a local _unique_ copy of all items that have been passed through the **items** prop."
2797
+ },
2798
+ "v-select/chips": {
2799
+ "type": "boolean",
2800
+ "description": "Changes display of selections to chips"
2801
+ },
2802
+ "v-select/clearable": {
2803
+ "type": "boolean",
2804
+ "description": "Add input clear functionality, default icon is Material Design Icons **mdi-clear**"
2805
+ },
2806
+ "v-select/deletable-chips": {
2807
+ "type": "boolean",
2808
+ "description": "Adds a remove icon to selected chips"
2809
+ },
2810
+ "v-select/disable-lookup": {
2811
+ "type": "boolean",
2812
+ "description": "Disables keyboard lookup"
2813
+ },
2814
+ "v-select/disabled": {
2815
+ "type": "boolean",
2816
+ "description": "Disables the input"
2817
+ },
2818
+ "v-select/eager": {
2819
+ "type": "boolean",
2820
+ "description": "Will force the components content to render on mounted. This is useful if you have content that will not be rendered in the DOM that you want crawled for SEO."
2821
+ },
2822
+ "v-select/hide-selected": {
2823
+ "type": "boolean",
2824
+ "description": "Do not display in the select menu items that are already selected. Also removes checkboxes from the list when multiple"
2825
+ },
2826
+ "v-select/item-color": {
2827
+ "type": "string",
2828
+ "description": "Sets color of selected items"
2829
+ },
2830
+ "v-select/item-disabled": {
2831
+ "type": "string|array|function",
2832
+ "description": "Set property of **items**'s disabled value"
2833
+ },
2834
+ "v-select/item-text": {
2835
+ "type": "string|array|function",
2836
+ "description": "Set property of **items**'s text value"
2837
+ },
2838
+ "v-select/item-value": {
2839
+ "type": "string|array|function",
2840
+ "description": "Set property of **items**'s value - **must be primitive**. Dot notation is supported. **Note:** This is currently not supported with `v-combobox` [GitHub Issue](https://github.com/vuetifyjs/vuetify/issues/5479)"
2841
+ },
2842
+ "v-select/items": {
2843
+ "type": "array",
2844
+ "description": "Can be an array of objects or array of strings. When using objects, will look for a text, value and disabled keys. This can be changed using the **item-text**, **item-value** and **item-disabled** props. Objects that have a **header** or **divider** property are considered special cases and generate a list header or divider; these items are not selectable."
2845
+ },
2846
+ "v-select/label": {
2847
+ "type": "string",
2848
+ "description": "Sets input label"
2849
+ },
2850
+ "v-select/menu-props": {
2851
+ "type": "string|array|object",
2852
+ "description": "Pass props through to the `v-menu` component. Accepts either a string for boolean props `menu-props=\"auto, overflowY\"`, or an object `:menu-props=\"{ auto: true, overflowY: true }\"`"
2853
+ },
2854
+ "v-select/min-width": {
2855
+ "type": "string|number",
2856
+ "description": "Sets the minimum width of the select's `v-menu` content"
2857
+ },
2858
+ "v-select/multiple": {
2859
+ "type": "boolean",
2860
+ "description": "Changes select to multiple. Accepts array for value"
2861
+ },
2862
+ "v-select/open-on-clear": {
2863
+ "type": "boolean",
2864
+ "description": "When using the **clearable** prop, once cleared, the select menu will either open or stay open, depending on the current state"
2865
+ },
2866
+ "v-select/readonly": {
2867
+ "type": "boolean",
2868
+ "description": "Puts input in readonly state"
2869
+ },
2870
+ "v-select/return-object": {
2871
+ "type": "boolean",
2872
+ "description": "Changes the selection behavior to return the object directly rather than the value specified with **item-value**"
2873
+ },
2874
+ "v-select/small-chips": {
2875
+ "type": "boolean",
2876
+ "description": "Changes display of selections to chips with the **small** property"
2877
+ },
2878
+ "v-select/value": {
2879
+ "type": "any",
2880
+ "description": "The input's value"
2881
+ },
2882
+ "v-select/value-comparator": {
2883
+ "type": "",
2884
+ "description": "The comparison algorithm used for values. [More info](https://github.com/vuetifyjs/vuetify/blob/v2-stable/packages/vuetify/src/util/helpers.ts)"
2885
+ },
2886
+ "v-skeleton-loader/boilerplate": {
2887
+ "type": "boolean",
2888
+ "description": "Remove the loading animation from the skeleton"
2889
+ },
2890
+ "v-skeleton-loader/loading": {
2891
+ "type": "boolean",
2892
+ "description": "Applies a loading animation with a on-hover loading cursor. A value of **false** will only work when there is content in the `default` slot."
2893
+ },
2894
+ "v-skeleton-loader/loading-text": {
2895
+ "type": "string",
2896
+ "description": ""
2897
+ },
2898
+ "v-skeleton-loader/tile": {
2899
+ "type": "boolean",
2900
+ "description": "Removes the component's border-radius"
2901
+ },
2902
+ "v-skeleton-loader/transition": {
2903
+ "type": "string",
2904
+ "description": "Sets the component transition. Can be one of the [built in transitions](/styles/transitions) or one your own."
2905
+ },
2906
+ "v-skeleton-loader/type": {
2907
+ "type": "string",
2908
+ "description": "A string delimited list of skeleton components to create such as `type=\"text@3\"` or `type=\"card, list-item\"`. Will recursively generate a corresponding skeleton from the provided string. Also supports short-hand for multiple elements such as **article@3** and **paragraph@2** which will generate 3 _article_ skeletons and 2 _paragraph_ skeletons. Please see below for a list of available pre-defined options."
2909
+ },
2910
+ "v-skeleton-loader/types": {
2911
+ "type": "object",
2912
+ "description": "A custom types object that will be combined with the pre-defined options. For a list of available pre-defined options, see the **type** prop."
2913
+ },
2914
+ "v-slider/disabled": {
2915
+ "type": "boolean",
2916
+ "description": "Disable the input"
2917
+ },
2918
+ "v-slider/inverse-label": {
2919
+ "type": "boolean",
2920
+ "description": "Reverse the label position. Works with **rtl**."
2921
+ },
2922
+ "v-slider/label": {
2923
+ "type": "string",
2924
+ "description": "Sets input label"
2925
+ },
2926
+ "v-slider/max": {
2927
+ "type": "number|string",
2928
+ "description": "Sets the maximum allowed value"
2929
+ },
2930
+ "v-slider/min": {
2931
+ "type": "number|string",
2932
+ "description": "Sets the minimum allowed value"
2933
+ },
2934
+ "v-slider/model-value": {
2935
+ "type": "number|string",
2936
+ "description": ""
2937
+ },
2938
+ "v-slider/readonly": {
2939
+ "type": "boolean",
2940
+ "description": "Puts input in readonly state"
2941
+ },
2942
+ "v-slider/step": {
2943
+ "type": "number|string",
2944
+ "description": "If greater than 0, sets step interval for ticks"
2945
+ },
2946
+ "v-slider/thumb-color": {
2947
+ "type": "string",
2948
+ "description": "Sets the thumb and thumb label color"
2949
+ },
2950
+ "v-slider/thumb-label": {
2951
+ "type": "boolean|string",
2952
+ "description": "Show thumb label. If `true` it shows label when using slider. If set to `'always'` it always shows label."
2953
+ },
2954
+ "v-slider/thumb-size": {
2955
+ "type": "number|string",
2956
+ "description": "Controls the size of the thumb label."
2957
+ },
2958
+ "v-slider/tick-labels": {
2959
+ "type": "array",
2960
+ "description": "When provided with Array<string>, will attempt to map the labels to each step in index order"
2961
+ },
2962
+ "v-slider/tick-size": {
2963
+ "type": "number|string",
2964
+ "description": "Controls the size of **ticks**"
2965
+ },
2966
+ "v-slider/ticks": {
2967
+ "type": "boolean|string",
2968
+ "description": "Show track ticks. If `true` it shows ticks when using slider. If set to `'always'` it always shows ticks."
2969
+ },
2970
+ "v-slider/track-color": {
2971
+ "type": "string",
2972
+ "description": "Sets the track's color"
2973
+ },
2974
+ "v-slider/track-fill-color": {
2975
+ "type": "string",
2976
+ "description": "Sets the track's fill color"
2977
+ },
2978
+ "v-slider/value": {
2979
+ "type": "any",
2980
+ "description": "The input's value"
2981
+ },
2982
+ "v-slider/vertical": {
2983
+ "type": "boolean",
2984
+ "description": "Changes slider direction to vertical"
2985
+ },
2986
+ "v-snackbar/app": {
2987
+ "type": "boolean",
2988
+ "description": "Respects boundaries of—and will not overlap with—other `app` components like `v-app-bar`, `v-navigation-drawer`, and `v-footer`."
2989
+ },
2990
+ "v-snackbar/centered": {
2991
+ "type": "boolean",
2992
+ "description": "Positions the snackbar in the center of the screen, (x and y axis)."
2993
+ },
2994
+ "v-snackbar/content-class": {
2995
+ "type": "string",
2996
+ "description": "Apply a custom class to the snackbar content"
2997
+ },
2998
+ "v-snackbar/multi-line": {
2999
+ "type": "boolean",
3000
+ "description": "Gives the snackbar a larger minimum height."
3001
+ },
3002
+ "v-snackbar/text": {
3003
+ "type": "boolean",
3004
+ "description": "Applies the defined **color** to text and a low opacity background of the same."
3005
+ },
3006
+ "v-snackbar/timeout": {
3007
+ "type": "number|string",
3008
+ "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."
3009
+ },
3010
+ "v-snackbar/transition": {
3011
+ "type": "boolean|string",
3012
+ "description": "Sets the component transition. Can be one of the [built in transitions](/styles/transitions) or one your own."
3013
+ },
3014
+ "v-snackbar/vertical": {
3015
+ "type": "boolean",
3016
+ "description": "Stacks snackbar content on top of the actions (button)."
3017
+ },
3018
+ "v-sparkline/auto-draw": {
3019
+ "type": "boolean",
3020
+ "description": "Trace the length of the line when first rendered"
3021
+ },
3022
+ "v-sparkline/auto-draw-duration": {
3023
+ "type": "number",
3024
+ "description": "Amount of time (in ms) to run the trace animation"
3025
+ },
3026
+ "v-sparkline/auto-draw-easing": {
3027
+ "type": "string",
3028
+ "description": "The easing function to use for the trace animation"
3029
+ },
3030
+ "v-sparkline/auto-line-width": {
3031
+ "type": "boolean",
3032
+ "description": "Automatically expand bars to use space efficiently"
3033
+ },
3034
+ "v-sparkline/color": {
3035
+ "type": "string",
3036
+ "description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find a list of built-in classes on the [colors page](/styles/colors#material-colors)."
3037
+ },
3038
+ "v-sparkline/fill": {
3039
+ "type": "boolean",
3040
+ "description": "Using the **fill** property allows you to better customize the look and feel of your sparkline."
3041
+ },
3042
+ "v-sparkline/gradient": {
3043
+ "type": "array",
3044
+ "description": "An array of colors to use as a linear-gradient"
3045
+ },
3046
+ "v-sparkline/gradient-direction": {
3047
+ "type": "string",
3048
+ "description": "The direction the gradient should run"
3049
+ },
3050
+ "v-sparkline/height": {
3051
+ "type": "string|number",
3052
+ "description": "Height of the SVG trendline or bars"
3053
+ },
3054
+ "v-sparkline/label-size": {
3055
+ "type": "number|string",
3056
+ "description": "The label font size"
3057
+ },
3058
+ "v-sparkline/labels": {
3059
+ "type": "array",
3060
+ "description": "An array of string labels that correspond to the same index as its data counterpart"
3061
+ },
3062
+ "v-sparkline/line-width": {
3063
+ "type": "string|number",
3064
+ "description": "The thickness of the line, in px"
3065
+ },
3066
+ "v-sparkline/padding": {
3067
+ "type": "string|number",
3068
+ "description": "Low `smooth` or high `line-width` values may result in cropping, increase padding to compensate"
3069
+ },
3070
+ "v-sparkline/show-labels": {
3071
+ "type": "boolean",
3072
+ "description": "Show labels below each data point"
3073
+ },
3074
+ "v-sparkline/smooth": {
3075
+ "type": "boolean|number|string",
3076
+ "description": "Number of px to use as a corner radius. `true` defaults to 8, `false` is 0"
3077
+ },
3078
+ "v-sparkline/type": {
3079
+ "type": "string",
3080
+ "description": "Choose between a trendline or bars"
3081
+ },
3082
+ "v-sparkline/value": {
3083
+ "type": "array",
3084
+ "description": "An array of numbers."
3085
+ },
3086
+ "v-sparkline/width": {
3087
+ "type": "number|string",
3088
+ "description": "Width of the SVG trendline or bars"
3089
+ },
3090
+ "v-speed-dial/direction": {
3091
+ "type": "string",
3092
+ "description": "Direction in which speed-dial content will show. Possible values are `top`, `bottom`, `left`, `right`."
3093
+ },
3094
+ "v-speed-dial/open-on-hover": {
3095
+ "type": "boolean",
3096
+ "description": "Opens speed-dial on hover"
3097
+ },
3098
+ "v-speed-dial/transition": {
3099
+ "type": "string",
3100
+ "description": "Sets the component transition. Can be one of the [built in transitions](/styles/transitions) or one your own."
3101
+ },
3102
+ "v-stepper/alt-labels": {
3103
+ "type": "boolean",
3104
+ "description": "Places the labels beneath the step"
3105
+ },
3106
+ "v-stepper/flat": {
3107
+ "type": "boolean",
3108
+ "description": "Removes the stepper's elevation."
3109
+ },
3110
+ "v-stepper/non-linear": {
3111
+ "type": "boolean",
3112
+ "description": "Allow user to jump to any step"
3113
+ },
3114
+ "v-stepper/vertical": {
3115
+ "type": "boolean",
3116
+ "description": "Display steps vertically"
3117
+ },
3118
+ "v-stepper-step/color": {
3119
+ "type": "string",
3120
+ "description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find a list of built-in classes on the [colors page](/styles/colors#material-colors)."
3121
+ },
3122
+ "v-stepper-step/complete": {
3123
+ "type": "boolean",
3124
+ "description": "Marks step as complete"
3125
+ },
3126
+ "v-stepper-step/complete-icon": {
3127
+ "type": "string",
3128
+ "description": "Icon to display when step is marked as completed"
3129
+ },
3130
+ "v-stepper-step/edit-icon": {
3131
+ "type": "string",
3132
+ "description": "Icon to display when step is editable"
3133
+ },
3134
+ "v-stepper-step/editable": {
3135
+ "type": "boolean",
3136
+ "description": "Marks step as editable"
3137
+ },
3138
+ "v-stepper-step/error-icon": {
3139
+ "type": "string",
3140
+ "description": "Icon to display when step has an error"
3141
+ },
3142
+ "v-stepper-step/rules": {
3143
+ "type": "array",
3144
+ "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`"
3145
+ },
3146
+ "v-stepper-step/step": {
3147
+ "type": "number|string",
3148
+ "description": "Content to display inside step circle"
3149
+ },
3150
+ "v-stepper-content/step": {
3151
+ "type": "number|string",
3152
+ "description": "Sets step to associate the content to"
3153
+ },
3154
+ "v-stepper-header/tag": {
3155
+ "type": "string",
3156
+ "description": "Specify a custom tag used on the root element."
3157
+ },
3158
+ "v-stepper-items/tag": {
3159
+ "type": "string",
3160
+ "description": "Specify a custom tag used on the root element."
3161
+ },
3162
+ "v-subheader/inset": {
3163
+ "type": "boolean",
3164
+ "description": "Adds indentation (72px)"
3165
+ },
3166
+ "v-switch/disabled": {
3167
+ "type": "boolean",
3168
+ "description": "Disable the input"
3169
+ },
3170
+ "v-switch/flat": {
3171
+ "type": "boolean",
3172
+ "description": "Display component without elevation. Default elevation for thumb is 4dp, `flat` resets it"
3173
+ },
3174
+ "v-switch/inset": {
3175
+ "type": "boolean",
3176
+ "description": "Enlarge the `v-switch` track to encompass the thumb"
3177
+ },
3178
+ "v-switch/label": {
3179
+ "type": "string",
3180
+ "description": "Sets input label"
3181
+ },
3182
+ "v-switch/loading": {
3183
+ "type": "boolean|string",
3184
+ "description": "Displays circular progress bar. Can either be a String which specifies which color is applied to the progress bar (any material color or theme color - primary, secondary, success, info, warning, error) or a Boolean which uses the component color (set by color prop - if it's supported by the component) or the primary color"
3185
+ },
3186
+ "v-switch/readonly": {
3187
+ "type": "boolean",
3188
+ "description": "Puts input in readonly state"
3189
+ },
3190
+ "v-switch/value": {
3191
+ "type": "any",
3192
+ "description": "The input's value"
3193
+ },
3194
+ "v-system-bar/height": {
3195
+ "type": "number|string",
3196
+ "description": "Sets the height for the component."
3197
+ },
3198
+ "v-system-bar/lights-out": {
3199
+ "type": "boolean",
3200
+ "description": "Reduces the system bar opacity."
3201
+ },
3202
+ "v-system-bar/window": {
3203
+ "type": "boolean",
3204
+ "description": "Increases the system bar height to 32px (24px default)."
3205
+ },
3206
+ "v-tabs/active-class": {
3207
+ "type": "string",
3208
+ "description": "The **active-class** applied to children when they are activated."
3209
+ },
3210
+ "v-tabs/align-with-title": {
3211
+ "type": "boolean",
3212
+ "description": "Make `v-tabs` lined up with the toolbar title"
3213
+ },
3214
+ "v-tabs/allow-deselect": {
3215
+ "type": "boolean",
3216
+ "description": ""
3217
+ },
3218
+ "v-tabs/background-color": {
3219
+ "type": "string",
3220
+ "description": "Changes the background color of the component."
3221
+ },
3222
+ "v-tabs/center-active": {
3223
+ "type": "boolean",
3224
+ "description": "Forces the selected tab to be centered"
3225
+ },
3226
+ "v-tabs/centered": {
3227
+ "type": "boolean",
3228
+ "description": "Centers the tabs"
3229
+ },
3230
+ "v-tabs/fixed-tabs": {
3231
+ "type": "boolean",
3232
+ "description": "`v-tabs-item` min-width 160px, max-width 360px"
3233
+ },
3234
+ "v-tabs/grow": {
3235
+ "type": "boolean",
3236
+ "description": "Force `v-tab`'s to take up all available space"
3237
+ },
3238
+ "v-tabs/height": {
3239
+ "type": "number|string",
3240
+ "description": "Sets the height of the tabs bar"
3241
+ },
3242
+ "v-tabs/hide-slider": {
3243
+ "type": "boolean",
3244
+ "description": "Hide's the generated `v-tabs-slider`"
3245
+ },
3246
+ "v-tabs/icons-and-text": {
3247
+ "type": "boolean",
3248
+ "description": "Will stack icon and text vertically"
3249
+ },
3250
+ "v-tabs/mobile-breakpoint": {
3251
+ "type": "string|number",
3252
+ "description": "Sets the designated mobile breakpoint for the component."
3253
+ },
3254
+ "v-tabs/next-icon": {
3255
+ "type": "string",
3256
+ "description": "Right pagination icon"
3257
+ },
3258
+ "v-tabs/optional": {
3259
+ "type": "boolean",
3260
+ "description": "Does not require an active item. Useful when using `v-tab` as a `router-link`"
3261
+ },
3262
+ "v-tabs/prev-icon": {
3263
+ "type": "string",
3264
+ "description": "Left pagination icon"
3265
+ },
3266
+ "v-tabs/right": {
3267
+ "type": "boolean",
3268
+ "description": "Aligns tabs to the right"
3269
+ },
3270
+ "v-tabs/show-arrows": {
3271
+ "type": "boolean|string",
3272
+ "description": "Show pagination arrows if the tab items overflow their container. For mobile devices, arrows will only display when using this prop."
3273
+ },
3274
+ "v-tabs/slider-color": {
3275
+ "type": "string",
3276
+ "description": "Changes the background color of an auto-generated `v-tabs-slider`"
3277
+ },
3278
+ "v-tabs/slider-size": {
3279
+ "type": "number|string",
3280
+ "description": "Changes the size of the slider, **height** for horizontal, **width** for vertical."
3281
+ },
3282
+ "v-tabs/vertical": {
3283
+ "type": "boolean",
3284
+ "description": "Stacks tabs on top of each other vertically."
3285
+ },
3286
+ "v-tab/ripple": {
3287
+ "type": "boolean|object",
3288
+ "description": "Applies the [v-ripple](/directives/ripple) directive."
3289
+ },
3290
+ "v-tab/tab-value": {
3291
+ "type": "any",
3292
+ "description": ""
3293
+ },
3294
+ "v-tabs-items/mandatory": {
3295
+ "type": "boolean",
3296
+ "description": "Forces a value to always be selected (if available)."
3297
+ },
3298
+ "v-tab-item/id": {
3299
+ "type": "string",
3300
+ "description": "Sets the DOM id on the component"
3301
+ },
3302
+ "v-textarea/auto-grow": {
3303
+ "type": "boolean",
3304
+ "description": "Automatically grow the textarea depending on amount of text"
3305
+ },
3306
+ "v-textarea/disabled": {
3307
+ "type": "boolean",
3308
+ "description": "Disable the input"
3309
+ },
3310
+ "v-textarea/label": {
3311
+ "type": "string",
3312
+ "description": "Sets input label"
3313
+ },
3314
+ "v-textarea/no-resize": {
3315
+ "type": "boolean",
3316
+ "description": "Remove resize handle"
3317
+ },
3318
+ "v-textarea/readonly": {
3319
+ "type": "boolean",
3320
+ "description": "Puts input in readonly state"
3321
+ },
3322
+ "v-textarea/row-height": {
3323
+ "type": "number|string",
3324
+ "description": "Height value for each row. Requires the use of the **auto-grow** prop."
3325
+ },
3326
+ "v-textarea/rows": {
3327
+ "type": "number|string",
3328
+ "description": "Default row count"
3329
+ },
3330
+ "v-textarea/value": {
3331
+ "type": "any",
3332
+ "description": "The input's value"
3333
+ },
3334
+ "v-text-field/append-outer-icon": {
3335
+ "type": "string",
3336
+ "description": "Appends an icon to the outside the component's input, uses same syntax as `v-icon`"
3337
+ },
3338
+ "v-text-field/autofocus": {
3339
+ "type": "boolean",
3340
+ "description": "Enables autofocus"
3341
+ },
3342
+ "v-text-field/clear-icon": {
3343
+ "type": "string",
3344
+ "description": "Applied when using **clearable** and the input is dirty"
3345
+ },
3346
+ "v-text-field/clearable": {
3347
+ "type": "boolean",
3348
+ "description": "Add input clear functionality, default icon is Material Design Icons **mdi-clear**"
3349
+ },
3350
+ "v-text-field/counter": {
3351
+ "type": "boolean|number|string",
3352
+ "description": "Creates counter for input length; if no number is specified, it defaults to 25. Does not apply any validation."
3353
+ },
3354
+ "v-text-field/counter-value": {
3355
+ "type": "function",
3356
+ "description": ""
3357
+ },
3358
+ "v-text-field/disabled": {
3359
+ "type": "boolean",
3360
+ "description": "Disable the input"
3361
+ },
3362
+ "v-text-field/filled": {
3363
+ "type": "boolean",
3364
+ "description": "Applies the alternate filled input style"
3365
+ },
3366
+ "v-text-field/flat": {
3367
+ "type": "boolean",
3368
+ "description": "Removes elevation (shadow) added to element when using the **solo** or **solo-inverted** props"
3369
+ },
3370
+ "v-text-field/full-width": {
3371
+ "type": "boolean",
3372
+ "description": "Designates input type as full-width"
3373
+ },
3374
+ "v-text-field/label": {
3375
+ "type": "string",
3376
+ "description": "Sets input label"
3377
+ },
3378
+ "v-text-field/outlined": {
3379
+ "type": "boolean",
3380
+ "description": "Applies the outlined style to the input"
3381
+ },
3382
+ "v-text-field/persistent-placeholder": {
3383
+ "type": "boolean",
3384
+ "description": "Forces placeholder to always be visible"
3385
+ },
3386
+ "v-text-field/placeholder": {
3387
+ "type": "string",
3388
+ "description": "Sets the input’s placeholder text"
3389
+ },
3390
+ "v-text-field/prefix": {
3391
+ "type": "string",
3392
+ "description": "Displays prefix text"
3393
+ },
3394
+ "v-text-field/prepend-inner-icon": {
3395
+ "type": "string",
3396
+ "description": "Prepends an icon inside the component's input, uses the same syntax as `v-icon`"
3397
+ },
3398
+ "v-text-field/readonly": {
3399
+ "type": "boolean",
3400
+ "description": "Puts input in readonly state"
3401
+ },
3402
+ "v-text-field/reverse": {
3403
+ "type": "boolean",
3404
+ "description": "Reverses the input orientation"
3405
+ },
3406
+ "v-text-field/rounded": {
3407
+ "type": "boolean",
3408
+ "description": "Adds a border radius to the input"
3409
+ },
3410
+ "v-text-field/shaped": {
3411
+ "type": "boolean",
3412
+ "description": "Round if `outlined` and increase `border-radius` if `filled`. Must be used with either `outlined` or `filled`"
3413
+ },
3414
+ "v-text-field/single-line": {
3415
+ "type": "boolean",
3416
+ "description": "Label does not move on focus/dirty"
3417
+ },
3418
+ "v-text-field/solo": {
3419
+ "type": "boolean",
3420
+ "description": "Changes the style of the input"
3421
+ },
3422
+ "v-text-field/solo-inverted": {
3423
+ "type": "boolean",
3424
+ "description": "Reduces element opacity until focused"
3425
+ },
3426
+ "v-text-field/suffix": {
3427
+ "type": "string",
3428
+ "description": "Displays suffix text"
3429
+ },
3430
+ "v-text-field/type": {
3431
+ "type": "string",
3432
+ "description": "Sets input type"
3433
+ },
3434
+ "v-text-field/value": {
3435
+ "type": "any",
3436
+ "description": "The input's value"
3437
+ },
3438
+ "v-theme-provider/root": {
3439
+ "type": "boolean",
3440
+ "description": "Use the current value of `$vuetify.theme.dark` as opposed to the provided one."
3441
+ },
3442
+ "v-timeline/align-top": {
3443
+ "type": "boolean",
3444
+ "description": "Align caret and dot of timeline items to the top"
3445
+ },
3446
+ "v-timeline/dense": {
3447
+ "type": "boolean",
3448
+ "description": "Hide opposite slot content, and position all items to one side of timeline"
3449
+ },
3450
+ "v-timeline/reverse": {
3451
+ "type": "boolean",
3452
+ "description": "Reverse direction of timeline items"
3453
+ },
3454
+ "v-timeline-item/color": {
3455
+ "type": "string",
3456
+ "description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find a list of built-in classes on the [colors page](/styles/colors#material-colors)."
3457
+ },
3458
+ "v-timeline-item/fill-dot": {
3459
+ "type": "boolean",
3460
+ "description": "Remove padding from dot container"
3461
+ },
3462
+ "v-timeline-item/hide-dot": {
3463
+ "type": "boolean",
3464
+ "description": "Hide display of timeline dot"
3465
+ },
3466
+ "v-timeline-item/icon": {
3467
+ "type": "string",
3468
+ "description": "Specify icon for dot container"
3469
+ },
3470
+ "v-timeline-item/icon-color": {
3471
+ "type": "string",
3472
+ "description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find a list of built-in classes on the [colors page](/styles/colors#material-colors)."
3473
+ },
3474
+ "v-timeline-item/large": {
3475
+ "type": "boolean",
3476
+ "description": "Large size dot"
3477
+ },
3478
+ "v-timeline-item/left": {
3479
+ "type": "boolean",
3480
+ "description": "Explicitly set the item to a left orientation"
3481
+ },
3482
+ "v-timeline-item/right": {
3483
+ "type": "boolean",
3484
+ "description": "Explicitly set the item to a right orientation"
3485
+ },
3486
+ "v-timeline-item/small": {
3487
+ "type": "boolean",
3488
+ "description": "Small size dot"
3489
+ },
3490
+ "v-time-picker/active-picker": {
3491
+ "type": "string",
3492
+ "description": "Determines which picker is being displayed. Allowed values: `'HOUR'`, `'MINUTE'`, `'SECOND'`"
3493
+ },
3494
+ "v-time-picker/allowed-hours": {
3495
+ "type": "function|array",
3496
+ "description": "Restricts which hours can be selected"
3497
+ },
3498
+ "v-time-picker/allowed-minutes": {
3499
+ "type": "function|array",
3500
+ "description": "Restricts which minutes can be selected"
3501
+ },
3502
+ "v-time-picker/allowed-seconds": {
3503
+ "type": "function|array",
3504
+ "description": "Restricts which seconds can be selected"
3505
+ },
3506
+ "v-time-picker/ampm-in-title": {
3507
+ "type": "boolean",
3508
+ "description": "Place AM/PM switch in title, not near the clock."
3509
+ },
3510
+ "v-time-picker/disabled": {
3511
+ "type": "boolean",
3512
+ "description": "disables picker"
3513
+ },
3514
+ "v-time-picker/format": {
3515
+ "type": "string",
3516
+ "description": "Defines the format of a time displayed in picker. Available options are `ampm` and `24hr`."
3517
+ },
3518
+ "v-time-picker/max": {
3519
+ "type": "string",
3520
+ "description": "Maximum allowed time"
3521
+ },
3522
+ "v-time-picker/min": {
3523
+ "type": "string",
3524
+ "description": "Minimum allowed time"
3525
+ },
3526
+ "v-time-picker/model-value": {
3527
+ "type": "any",
3528
+ "description": ""
3529
+ },
3530
+ "v-time-picker/readonly": {
3531
+ "type": "boolean",
3532
+ "description": "Puts picker in readonly state"
3533
+ },
3534
+ "v-time-picker/scrollable": {
3535
+ "type": "boolean",
3536
+ "description": "Allows changing hour/minute with mouse scroll"
3537
+ },
3538
+ "v-time-picker/use-seconds": {
3539
+ "type": "boolean",
3540
+ "description": "Toggles the use of seconds in picker"
3541
+ },
3542
+ "v-toolbar/absolute": {
3543
+ "type": "boolean",
3544
+ "description": "Applies position: absolute to the component."
3545
+ },
3546
+ "v-toolbar/bottom": {
3547
+ "type": "boolean",
3548
+ "description": "Aligns the component towards the bottom."
3549
+ },
3550
+ "v-toolbar/collapse": {
3551
+ "type": "boolean",
3552
+ "description": "Puts the toolbar into a collapsed state reducing its maximum width."
3553
+ },
3554
+ "v-toolbar/dense": {
3555
+ "type": "boolean",
3556
+ "description": "Reduces the height of the toolbar content to 48px (96px when using the **prominent** prop)."
3557
+ },
3558
+ "v-toolbar/extended": {
3559
+ "type": "boolean",
3560
+ "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**."
3561
+ },
3562
+ "v-toolbar/extension-height": {
3563
+ "type": "number|string",
3564
+ "description": "Specify an explicit height for the `extension` slot. "
3565
+ },
3566
+ "v-toolbar/flat": {
3567
+ "type": "boolean",
3568
+ "description": "Removes the toolbar's box-shadow."
3569
+ },
3570
+ "v-toolbar/floating": {
3571
+ "type": "boolean",
3572
+ "description": "Applies **display: inline-flex** to the component."
3573
+ },
3574
+ "v-toolbar/prominent": {
3575
+ "type": "boolean",
3576
+ "description": "Increases the height of the toolbar content to 128px."
3577
+ },
3578
+ "v-toolbar/short": {
3579
+ "type": "boolean",
3580
+ "description": "Reduce the height of the toolbar content to 56px (112px when using the **prominent** prop)."
3581
+ },
3582
+ "v-toolbar/src": {
3583
+ "type": "string|object",
3584
+ "description": "Specifies a [v-img](/components/images) as the component's background."
3585
+ },
3586
+ "v-toolbar/tag": {
3587
+ "type": "string",
3588
+ "description": "Specify a custom tag used on the root element."
3589
+ },
3590
+ "v-toolbar-items/tag": {
3591
+ "type": "string",
3592
+ "description": "Specify a custom tag used on the root element."
3593
+ },
3594
+ "v-toolbar-title/tag": {
3595
+ "type": "string",
3596
+ "description": "Specify a custom tag used on the root element."
3597
+ },
3598
+ "v-tooltip/close-delay": {
3599
+ "type": "number|string",
3600
+ "description": "Delay (in ms) after which menu closes (when open-on-hover prop is set to true)"
3601
+ },
3602
+ "v-tooltip/disabled": {
3603
+ "type": "boolean",
3604
+ "description": "Disables the tooltip"
3605
+ },
3606
+ "v-tooltip/open-delay": {
3607
+ "type": "number|string",
3608
+ "description": "Delay (in ms) after which tooltip opens (when `open-on-hover` prop is set to **true**)"
3609
+ },
3610
+ "v-tooltip/open-on-focus": {
3611
+ "type": "boolean",
3612
+ "description": ""
3613
+ },
3614
+ "v-tooltip/open-on-hover": {
3615
+ "type": "boolean",
3616
+ "description": "Designates whether the tooltip should open on activator hover"
3617
+ },
3618
+ "v-tooltip/tag": {
3619
+ "type": "string",
3620
+ "description": "Specifies a custom tag for the activator wrapper"
3621
+ },
3622
+ "v-tooltip/transition": {
3623
+ "type": "string",
3624
+ "description": "Sets the component transition. Can be one of the [built in transitions](/styles/transitions) or one your own."
3625
+ },
3626
+ "v-treeview/activatable": {
3627
+ "type": "boolean",
3628
+ "description": "Allows user to mark a node as active by clicking on it"
3629
+ },
3630
+ "v-treeview/active": {
3631
+ "type": "array",
3632
+ "description": "Syncable prop that allows one to control which nodes are active. The array consists of the `item-key` of each active item."
3633
+ },
3634
+ "v-treeview/active-class": {
3635
+ "type": "string",
3636
+ "description": "The class applied to the node when active"
3637
+ },
3638
+ "v-treeview/color": {
3639
+ "type": "string",
3640
+ "description": "Sets the color of the active node"
3641
+ },
3642
+ "v-treeview/dense": {
3643
+ "type": "boolean",
3644
+ "description": "Decreases the height of the items"
3645
+ },
3646
+ "v-treeview/disable-per-node": {
3647
+ "type": "boolean",
3648
+ "description": "Prevents disabling children nodes"
3649
+ },
3650
+ "v-treeview/disabled": {
3651
+ "type": "boolean",
3652
+ "description": "Disables selection for all nodes"
3653
+ },
3654
+ "v-treeview/expand-icon": {
3655
+ "type": "string",
3656
+ "description": "Icon used to indicate that a node can be expanded"
3657
+ },
3658
+ "v-treeview/filter": {
3659
+ "type": "function",
3660
+ "description": "Custom item filtering function. By default it will use case-insensitive search in item's label."
3661
+ },
3662
+ "v-treeview/hoverable": {
3663
+ "type": "boolean",
3664
+ "description": "Applies a hover class when mousing over nodes"
3665
+ },
3666
+ "v-treeview/indeterminate-icon": {
3667
+ "type": "string",
3668
+ "description": "Icon used when node is in an indeterminate state. Only visible when `selectable` is `true`."
3669
+ },
3670
+ "v-treeview/item-children": {
3671
+ "type": "string",
3672
+ "description": "Property on supplied `items` that contains its children"
3673
+ },
3674
+ "v-treeview/item-disabled": {
3675
+ "type": "string",
3676
+ "description": "Property on supplied `items` that contains the disabled state of the item"
3677
+ },
3678
+ "v-treeview/item-key": {
3679
+ "type": "string",
3680
+ "description": "Property on supplied `items` used to keep track of node state. The value of this property has to be unique among all items."
3681
+ },
3682
+ "v-treeview/item-text": {
3683
+ "type": "string",
3684
+ "description": "Property on supplied `items` that contains its label text"
3685
+ },
3686
+ "v-treeview/items": {
3687
+ "type": "array",
3688
+ "description": "An array of items used to build the treeview"
3689
+ },
3690
+ "v-treeview/load-children": {
3691
+ "type": "function",
3692
+ "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."
3693
+ },
3694
+ "v-treeview/loading-icon": {
3695
+ "type": "string",
3696
+ "description": "Icon used when node is in a loading state"
3697
+ },
3698
+ "v-treeview/model-value": {
3699
+ "type": "array",
3700
+ "description": ""
3701
+ },
3702
+ "v-treeview/multiple-active": {
3703
+ "type": "boolean",
3704
+ "description": "When `true`, allows user to have multiple active nodes at the same time"
3705
+ },
3706
+ "v-treeview/off-icon": {
3707
+ "type": "string",
3708
+ "description": "Icon used when node is not selected. Only visible when `selectable` is `true`."
3709
+ },
3710
+ "v-treeview/on-icon": {
3711
+ "type": "string",
3712
+ "description": "Icon used when leaf node is selected or when a branch node is fully selected. Only visible when `selectable` is `true`."
3713
+ },
3714
+ "v-treeview/open": {
3715
+ "type": "array",
3716
+ "description": "Syncable prop that allows one to control which nodes are open. The array consists of the `item-key` of each open item."
3717
+ },
3718
+ "v-treeview/open-all": {
3719
+ "type": "boolean",
3720
+ "description": "When `true` will cause all branch nodes to be opened when component is mounted"
3721
+ },
3722
+ "v-treeview/open-on-click": {
3723
+ "type": "boolean",
3724
+ "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."
3725
+ },
3726
+ "v-treeview/return-object": {
3727
+ "type": "boolean",
3728
+ "description": "When `true` will make `v-model`, `active.sync` and `open.sync` return the complete object instead of just the key"
3729
+ },
3730
+ "v-treeview/rounded": {
3731
+ "type": "boolean",
3732
+ "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."
3733
+ },
3734
+ "v-treeview/search": {
3735
+ "type": "string",
3736
+ "description": "The search model for filtering results"
3737
+ },
3738
+ "v-treeview/selectable": {
3739
+ "type": "boolean",
3740
+ "description": "Will render a checkbox next to each node allowing them to be selected"
3741
+ },
3742
+ "v-treeview/selected-color": {
3743
+ "type": "string",
3744
+ "description": "The color of the selection checkbox"
3745
+ },
3746
+ "v-treeview/selection-type": {
3747
+ "type": "string",
3748
+ "description": "Controls how the treeview selects nodes. There are two modes available: 'leaf' and 'independent'"
3749
+ },
3750
+ "v-treeview/shaped": {
3751
+ "type": "boolean",
3752
+ "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 `rounded` prop."
3753
+ },
3754
+ "v-treeview/transition": {
3755
+ "type": "boolean",
3756
+ "description": "Applies a transition when nodes are opened and closed"
3757
+ },
3758
+ "v-virtual-scroll/bench": {
3759
+ "type": "number|string",
3760
+ "description": "The number of items **outside** the user view that are rendered (even if they are **not** viewable); to help prevent empty white space when scrolling *fast*."
3761
+ },
3762
+ "v-virtual-scroll/item-height": {
3763
+ "type": "number|string",
3764
+ "description": "Height in pixels of the items to display"
3765
+ },
3766
+ "v-virtual-scroll/items": {
3767
+ "type": "array",
3768
+ "description": "The array of items to display"
3769
+ },
3770
+ "v-window/active-class": {
3771
+ "type": "string",
3772
+ "description": "The **active-class** applied to children when they are activated."
365
3773
  },
366
- "v-layout/align-baseline": {
3774
+ "v-window/continuous": {
367
3775
  "type": "boolean",
3776
+ "description": "If `true`, window will \"wrap around\" from the last item to the first, and from the first item to the last"
3777
+ },
3778
+ "v-window/model-value": {
3779
+ "type": "any",
368
3780
  "description": ""
369
3781
  },
370
- "v-layout/align-center": {
3782
+ "v-window/next-icon": {
3783
+ "type": "boolean|string",
3784
+ "description": "Icon used for the \"next\" button if `show-arrows` is `true`"
3785
+ },
3786
+ "v-window/prev-icon": {
3787
+ "type": "boolean|string",
3788
+ "description": "Icon used for the \"prev\" button if `show-arrows` is `true`"
3789
+ },
3790
+ "v-window/reverse": {
371
3791
  "type": "boolean",
372
- "description": ""
3792
+ "description": "Reverse the normal transition direction."
373
3793
  },
374
- "v-layout/align-content-center": {
3794
+ "v-window/show-arrows": {
375
3795
  "type": "boolean",
376
- "description": ""
3796
+ "description": "Display the \"next\" and \"prev\" buttons"
377
3797
  },
378
- "v-layout/align-content-end": {
3798
+ "v-window/show-arrows-on-hover": {
379
3799
  "type": "boolean",
380
- "description": ""
3800
+ "description": "Display the \"next\" and \"prev\" buttons on hover. `show-arrows` MUST ALSO be set."
381
3801
  },
382
- "v-layout/align-content-space-around": {
3802
+ "v-window/touch": {
3803
+ "type": "object",
3804
+ "description": "Provide a custom **left** and **right** function when swiped left or right."
3805
+ },
3806
+ "v-window/touchless": {
383
3807
  "type": "boolean",
384
- "description": ""
3808
+ "description": "Disable touch support."
385
3809
  },
386
- "v-layout/align-content-space-between": {
3810
+ "v-window/vertical": {
387
3811
  "type": "boolean",
388
- "description": ""
3812
+ "description": "Uses a vertical transition when changing windows."
389
3813
  },
390
- "v-layout/align-content-start": {
3814
+ "v-window-item/disabled": {
391
3815
  "type": "boolean",
392
- "description": ""
3816
+ "description": "Prevents the item from becoming active when using the \"next\" and \"prev\" buttons or the `toggle` method"
393
3817
  },
394
- "v-layout/align-end": {
3818
+ "v-window-item/reverse-transition": {
3819
+ "type": "boolean|string",
3820
+ "description": "Sets the reverse transition"
3821
+ },
3822
+ "v-window-item/transition": {
3823
+ "type": "boolean|string",
3824
+ "description": "The transition used when the component progressing through items. Can be one of the [built in transitions](/styles/transitions) or one your own."
3825
+ },
3826
+ "v-window-item/value": {
3827
+ "type": "any",
3828
+ "description": "The value used when the component is selected in a group. If not provided, the index will be used."
3829
+ },
3830
+ "v-carousel-transition/group": {
395
3831
  "type": "boolean",
396
- "description": ""
3832
+ "description": "Creates a `transition-group` component. [vue docs](https://vuejs.org/v2/api/#transition-group)"
397
3833
  },
398
- "v-layout/align-start": {
3834
+ "v-carousel-transition/hide-on-leave": {
399
3835
  "type": "boolean",
400
- "description": ""
3836
+ "description": "Hides the leaving element (no exit animation)"
401
3837
  },
402
- "v-layout/column": {
3838
+ "v-carousel-transition/leave-absolute": {
403
3839
  "type": "boolean",
404
- "description": ""
3840
+ "description": "Absolutely positions the leaving element (useful for [FLIP](https://aerotwist.com/blog/flip-your-animations/))"
405
3841
  },
406
- "v-layout/d-{type}": {
3842
+ "v-carousel-transition/mode": {
3843
+ "type": "string",
3844
+ "description": "Sets the transition mode (does not apply to transition-group). You can find more information on the Vue documentation [for transition modes](https://vuejs.org/v2/api/#transition)."
3845
+ },
3846
+ "v-carousel-transition/origin": {
3847
+ "type": "string",
3848
+ "description": "Sets the transition origin on the element. You can find more information on the MDN documentation [for transition origin](https://developer.mozilla.org/en-US/docs/Web/CSS/transform-origin)."
3849
+ },
3850
+ "v-carousel-reverse-transition/group": {
407
3851
  "type": "boolean",
408
- "description": ""
3852
+ "description": "Creates a `transition-group` component. [vue docs](https://vuejs.org/v2/api/#transition-group)"
409
3853
  },
410
- "v-layout/fill-height": {
3854
+ "v-carousel-reverse-transition/hide-on-leave": {
411
3855
  "type": "boolean",
412
- "description": ""
3856
+ "description": "Hides the leaving element (no exit animation)"
413
3857
  },
414
- "v-layout/justify-center": {
3858
+ "v-carousel-reverse-transition/leave-absolute": {
415
3859
  "type": "boolean",
416
- "description": ""
3860
+ "description": "Absolutely positions the leaving element (useful for [FLIP](https://aerotwist.com/blog/flip-your-animations/))"
417
3861
  },
418
- "v-layout/justify-end": {
3862
+ "v-carousel-reverse-transition/mode": {
3863
+ "type": "string",
3864
+ "description": "Sets the transition mode (does not apply to transition-group). You can find more information on the Vue documentation [for transition modes](https://vuejs.org/v2/api/#transition)."
3865
+ },
3866
+ "v-carousel-reverse-transition/origin": {
3867
+ "type": "string",
3868
+ "description": "Sets the transition origin on the element. You can find more information on the MDN documentation [for transition origin](https://developer.mozilla.org/en-US/docs/Web/CSS/transform-origin)."
3869
+ },
3870
+ "v-tab-transition/group": {
419
3871
  "type": "boolean",
420
- "description": ""
3872
+ "description": "Creates a `transition-group` component. [vue docs](https://vuejs.org/v2/api/#transition-group)"
421
3873
  },
422
- "v-layout/justify-space-around": {
3874
+ "v-tab-transition/hide-on-leave": {
423
3875
  "type": "boolean",
424
- "description": ""
3876
+ "description": "Hides the leaving element (no exit animation)"
425
3877
  },
426
- "v-layout/justify-space-between": {
3878
+ "v-tab-transition/leave-absolute": {
427
3879
  "type": "boolean",
428
- "description": ""
3880
+ "description": "Absolutely positions the leaving element (useful for [FLIP](https://aerotwist.com/blog/flip-your-animations/))"
429
3881
  },
430
- "v-layout/justify-start": {
3882
+ "v-tab-transition/mode": {
3883
+ "type": "string",
3884
+ "description": "Sets the transition mode (does not apply to transition-group). You can find more information on the Vue documentation [for transition modes](https://vuejs.org/v2/api/#transition)."
3885
+ },
3886
+ "v-tab-transition/origin": {
3887
+ "type": "string",
3888
+ "description": "Sets the transition origin on the element. You can find more information on the MDN documentation [for transition origin](https://developer.mozilla.org/en-US/docs/Web/CSS/transform-origin)."
3889
+ },
3890
+ "v-tab-reverse-transition/group": {
431
3891
  "type": "boolean",
432
- "description": ""
3892
+ "description": "Creates a `transition-group` component. [vue docs](https://vuejs.org/v2/api/#transition-group)"
433
3893
  },
434
- "v-layout/reverse": {
3894
+ "v-tab-reverse-transition/hide-on-leave": {
435
3895
  "type": "boolean",
436
- "description": ""
3896
+ "description": "Hides the leaving element (no exit animation)"
437
3897
  },
438
- "v-layout/row": {
3898
+ "v-tab-reverse-transition/leave-absolute": {
439
3899
  "type": "boolean",
440
- "description": ""
3900
+ "description": "Absolutely positions the leaving element (useful for [FLIP](https://aerotwist.com/blog/flip-your-animations/))"
441
3901
  },
442
- "v-layout/tag": {
3902
+ "v-tab-reverse-transition/mode": {
443
3903
  "type": "string",
444
- "description": "Specify a custom tag used on the root element."
3904
+ "description": "Sets the transition mode (does not apply to transition-group). You can find more information on the Vue documentation [for transition modes](https://vuejs.org/v2/api/#transition)."
445
3905
  },
446
- "v-layout/wrap": {
3906
+ "v-tab-reverse-transition/origin": {
3907
+ "type": "string",
3908
+ "description": "Sets the transition origin on the element. You can find more information on the MDN documentation [for transition origin](https://developer.mozilla.org/en-US/docs/Web/CSS/transform-origin)."
3909
+ },
3910
+ "v-menu-transition/group": {
447
3911
  "type": "boolean",
448
- "description": ""
3912
+ "description": "Creates a `transition-group` component. [vue docs](https://vuejs.org/v2/api/#transition-group)"
449
3913
  },
450
- "v-flex/(size)(1-12)": {
3914
+ "v-menu-transition/hide-on-leave": {
451
3915
  "type": "boolean",
452
- "description": ""
3916
+ "description": "Hides the leaving element (no exit animation)"
453
3917
  },
454
- "v-flex/align-self-baseline": {
3918
+ "v-menu-transition/leave-absolute": {
455
3919
  "type": "boolean",
456
- "description": ""
3920
+ "description": "Absolutely positions the leaving element (useful for [FLIP](https://aerotwist.com/blog/flip-your-animations/))"
457
3921
  },
458
- "v-flex/align-self-center": {
3922
+ "v-menu-transition/mode": {
3923
+ "type": "string",
3924
+ "description": "Sets the transition mode (does not apply to transition-group). You can find more information on the Vue documentation [for transition modes](https://vuejs.org/v2/api/#transition)."
3925
+ },
3926
+ "v-menu-transition/origin": {
3927
+ "type": "string",
3928
+ "description": "Sets the transition origin on the element. You can find more information on the MDN documentation [for transition origin](https://developer.mozilla.org/en-US/docs/Web/CSS/transform-origin)."
3929
+ },
3930
+ "v-fab-transition/group": {
459
3931
  "type": "boolean",
460
- "description": ""
3932
+ "description": "Creates a `transition-group` component. [vue docs](https://vuejs.org/v2/api/#transition-group)"
461
3933
  },
462
- "v-flex/align-self-end": {
3934
+ "v-fab-transition/hide-on-leave": {
463
3935
  "type": "boolean",
464
- "description": ""
3936
+ "description": "Hides the leaving element (no exit animation)"
465
3937
  },
466
- "v-flex/align-self-start": {
3938
+ "v-fab-transition/leave-absolute": {
467
3939
  "type": "boolean",
468
- "description": ""
3940
+ "description": "Absolutely positions the leaving element (useful for [FLIP](https://aerotwist.com/blog/flip-your-animations/))"
469
3941
  },
470
- "v-flex/grow": {
3942
+ "v-fab-transition/mode": {
3943
+ "type": "string",
3944
+ "description": "Sets the transition mode (does not apply to transition-group). You can find more information on the Vue documentation [for transition modes](https://vuejs.org/v2/api/#transition)."
3945
+ },
3946
+ "v-fab-transition/origin": {
3947
+ "type": "string",
3948
+ "description": "Sets the transition origin on the element. You can find more information on the MDN documentation [for transition origin](https://developer.mozilla.org/en-US/docs/Web/CSS/transform-origin)."
3949
+ },
3950
+ "v-dialog-transition/group": {
471
3951
  "type": "boolean",
472
- "description": ""
3952
+ "description": "Creates a `transition-group` component. [vue docs](https://vuejs.org/v2/api/#transition-group)"
473
3953
  },
474
- "v-flex/offset-(size)(0-12)": {
3954
+ "v-dialog-transition/hide-on-leave": {
475
3955
  "type": "boolean",
476
- "description": ""
3956
+ "description": "Hides the leaving element (no exit animation)"
477
3957
  },
478
- "v-flex/order-(size)(1-12)": {
3958
+ "v-dialog-transition/leave-absolute": {
479
3959
  "type": "boolean",
480
- "description": ""
3960
+ "description": "Absolutely positions the leaving element (useful for [FLIP](https://aerotwist.com/blog/flip-your-animations/))"
481
3961
  },
482
- "v-flex/shrink": {
3962
+ "v-dialog-transition/mode": {
3963
+ "type": "string",
3964
+ "description": "Sets the transition mode (does not apply to transition-group). You can find more information on the Vue documentation [for transition modes](https://vuejs.org/v2/api/#transition)."
3965
+ },
3966
+ "v-dialog-transition/origin": {
3967
+ "type": "string",
3968
+ "description": "Sets the transition origin on the element. You can find more information on the MDN documentation [for transition origin](https://developer.mozilla.org/en-US/docs/Web/CSS/transform-origin)."
3969
+ },
3970
+ "v-dialog-bottom-transition/group": {
483
3971
  "type": "boolean",
484
- "description": ""
3972
+ "description": "Creates a `transition-group` component. [vue docs](https://vuejs.org/v2/api/#transition-group)"
485
3973
  },
486
- "v-icon/dense": {
3974
+ "v-dialog-bottom-transition/hide-on-leave": {
487
3975
  "type": "boolean",
488
- "description": "Makes icon smaller (20px)"
3976
+ "description": "Hides the leaving element (no exit animation)"
489
3977
  },
490
- "v-input/disabled": {
3978
+ "v-dialog-bottom-transition/leave-absolute": {
491
3979
  "type": "boolean",
492
- "description": "Disable the input"
3980
+ "description": "Absolutely positions the leaving element (useful for [FLIP](https://aerotwist.com/blog/flip-your-animations/))"
493
3981
  },
494
- "v-input/label": {
3982
+ "v-dialog-bottom-transition/mode": {
495
3983
  "type": "string",
496
- "description": "Sets input label"
3984
+ "description": "Sets the transition mode (does not apply to transition-group). You can find more information on the Vue documentation [for transition modes](https://vuejs.org/v2/api/#transition)."
497
3985
  },
498
- "v-input/readonly": {
3986
+ "v-dialog-bottom-transition/origin": {
3987
+ "type": "string",
3988
+ "description": "Sets the transition origin on the element. You can find more information on the MDN documentation [for transition origin](https://developer.mozilla.org/en-US/docs/Web/CSS/transform-origin)."
3989
+ },
3990
+ "v-dialog-top-transition/group": {
499
3991
  "type": "boolean",
500
- "description": "Puts input in readonly state"
3992
+ "description": "Creates a `transition-group` component. [vue docs](https://vuejs.org/v2/api/#transition-group)"
501
3993
  },
502
- "v-input/value": {
503
- "type": "any",
504
- "description": "The input's value"
3994
+ "v-dialog-top-transition/hide-on-leave": {
3995
+ "type": "boolean",
3996
+ "description": "Hides the leaving element (no exit animation)"
505
3997
  },
506
- "v-overflow-btn/disabled": {
3998
+ "v-dialog-top-transition/leave-absolute": {
507
3999
  "type": "boolean",
508
- "description": "Disable the input"
4000
+ "description": "Absolutely positions the leaving element (useful for [FLIP](https://aerotwist.com/blog/flip-your-animations/))"
509
4001
  },
510
- "v-overflow-btn/items": {
511
- "type": "",
512
- "description": "Can be an array of objects or array of strings. When using objects, will look for a text, value and disabled keys. This can be changed using the **item-text**, **item-value** and **item-disabled** props. Objects that have a **header** or **divider** property are considered special cases and generate a list header or divider; these items are not selectable."
4002
+ "v-dialog-top-transition/mode": {
4003
+ "type": "string",
4004
+ "description": "Sets the transition mode (does not apply to transition-group). You can find more information on the Vue documentation [for transition modes](https://vuejs.org/v2/api/#transition)."
513
4005
  },
514
- "v-overflow-btn/label": {
4006
+ "v-dialog-top-transition/origin": {
515
4007
  "type": "string",
516
- "description": "Sets input label"
4008
+ "description": "Sets the transition origin on the element. You can find more information on the MDN documentation [for transition origin](https://developer.mozilla.org/en-US/docs/Web/CSS/transform-origin)."
517
4009
  },
518
- "v-overflow-btn/menu-props": {
519
- "type": "",
520
- "description": "Pass props through to the `v-menu` component. Accepts either a string for boolean props `menu-props=\"auto, overflowY\"`, or an object `:menu-props=\"{ auto: true, overflowY: true }\"`"
4010
+ "v-fade-transition/group": {
4011
+ "type": "boolean",
4012
+ "description": "Creates a `transition-group` component. [vue docs](https://vuejs.org/v2/api/#transition-group)"
521
4013
  },
522
- "v-overflow-btn/readonly": {
4014
+ "v-fade-transition/hide-on-leave": {
523
4015
  "type": "boolean",
524
- "description": "Puts input in readonly state"
4016
+ "description": "Hides the leaving element (no exit animation)"
525
4017
  },
526
- "v-overflow-btn/value": {
527
- "type": "any",
528
- "description": "The input's value"
4018
+ "v-fade-transition/leave-absolute": {
4019
+ "type": "boolean",
4020
+ "description": "Absolutely positions the leaving element (useful for [FLIP](https://aerotwist.com/blog/flip-your-animations/))"
529
4021
  },
530
- "v-overflow-btn/value-comparator": {
531
- "type": "",
532
- "description": "The comparison algorithm used for values. [More info](https://github.com/vuetifyjs/vuetify/blob/v2-stable/packages/vuetify/src/util/helpers.ts)"
4022
+ "v-fade-transition/mode": {
4023
+ "type": "string",
4024
+ "description": "Sets the transition mode (does not apply to transition-group). You can find more information on the Vue documentation [for transition modes](https://vuejs.org/v2/api/#transition)."
533
4025
  },
534
- "v-sheet/tag": {
4026
+ "v-fade-transition/origin": {
535
4027
  "type": "string",
536
- "description": "Specify a custom tag used on the root element."
4028
+ "description": "Sets the transition origin on the element. You can find more information on the MDN documentation [for transition origin](https://developer.mozilla.org/en-US/docs/Web/CSS/transform-origin)."
537
4029
  },
538
- "v-sheet/tile": {
4030
+ "v-scale-transition/group": {
539
4031
  "type": "boolean",
540
- "description": ""
4032
+ "description": "Creates a `transition-group` component. [vue docs](https://vuejs.org/v2/api/#transition-group)"
541
4033
  },
542
- "v-radio-group/disabled": {
4034
+ "v-scale-transition/hide-on-leave": {
543
4035
  "type": "boolean",
544
- "description": "Disable the input"
4036
+ "description": "Hides the leaving element (no exit animation)"
545
4037
  },
546
- "v-radio-group/label": {
4038
+ "v-scale-transition/leave-absolute": {
4039
+ "type": "boolean",
4040
+ "description": "Absolutely positions the leaving element (useful for [FLIP](https://aerotwist.com/blog/flip-your-animations/))"
4041
+ },
4042
+ "v-scale-transition/mode": {
547
4043
  "type": "string",
548
- "description": "Sets input label"
4044
+ "description": "Sets the transition mode (does not apply to transition-group). You can find more information on the Vue documentation [for transition modes](https://vuejs.org/v2/api/#transition)."
549
4045
  },
550
- "v-radio-group/readonly": {
4046
+ "v-scale-transition/origin": {
4047
+ "type": "string",
4048
+ "description": "Sets the transition origin on the element. You can find more information on the MDN documentation [for transition origin](https://developer.mozilla.org/en-US/docs/Web/CSS/transform-origin)."
4049
+ },
4050
+ "v-scroll-x-transition/group": {
551
4051
  "type": "boolean",
552
- "description": "Puts input in readonly state"
4052
+ "description": "Creates a `transition-group` component. [vue docs](https://vuejs.org/v2/api/#transition-group)"
553
4053
  },
554
- "v-radio-group/value": {
555
- "type": "any",
556
- "description": "The input's value"
4054
+ "v-scroll-x-transition/hide-on-leave": {
4055
+ "type": "boolean",
4056
+ "description": "Hides the leaving element (no exit animation)"
557
4057
  },
558
- "v-radio/disabled": {
4058
+ "v-scroll-x-transition/leave-absolute": {
559
4059
  "type": "boolean",
560
- "description": "Disable the input"
4060
+ "description": "Absolutely positions the leaving element (useful for [FLIP](https://aerotwist.com/blog/flip-your-animations/))"
561
4061
  },
562
- "v-radio/label": {
4062
+ "v-scroll-x-transition/mode": {
563
4063
  "type": "string",
564
- "description": "Sets input label"
4064
+ "description": "Sets the transition mode (does not apply to transition-group). You can find more information on the Vue documentation [for transition modes](https://vuejs.org/v2/api/#transition)."
565
4065
  },
566
- "v-radio/readonly": {
4066
+ "v-scroll-x-transition/origin": {
4067
+ "type": "string",
4068
+ "description": "Sets the transition origin on the element. You can find more information on the MDN documentation [for transition origin](https://developer.mozilla.org/en-US/docs/Web/CSS/transform-origin)."
4069
+ },
4070
+ "v-scroll-x-reverse-transition/group": {
567
4071
  "type": "boolean",
568
- "description": "Puts input in readonly state"
4072
+ "description": "Creates a `transition-group` component. [vue docs](https://vuejs.org/v2/api/#transition-group)"
569
4073
  },
570
- "v-radio/value": {
571
- "type": "any",
572
- "description": "The input's value"
4074
+ "v-scroll-x-reverse-transition/hide-on-leave": {
4075
+ "type": "boolean",
4076
+ "description": "Hides the leaving element (no exit animation)"
573
4077
  },
574
- "v-range-slider/disabled": {
4078
+ "v-scroll-x-reverse-transition/leave-absolute": {
575
4079
  "type": "boolean",
576
- "description": "Disable the input"
4080
+ "description": "Absolutely positions the leaving element (useful for [FLIP](https://aerotwist.com/blog/flip-your-animations/))"
577
4081
  },
578
- "v-range-slider/label": {
4082
+ "v-scroll-x-reverse-transition/mode": {
579
4083
  "type": "string",
580
- "description": "Sets input label"
4084
+ "description": "Sets the transition mode (does not apply to transition-group). You can find more information on the Vue documentation [for transition modes](https://vuejs.org/v2/api/#transition)."
581
4085
  },
582
- "v-range-slider/readonly": {
4086
+ "v-scroll-x-reverse-transition/origin": {
4087
+ "type": "string",
4088
+ "description": "Sets the transition origin on the element. You can find more information on the MDN documentation [for transition origin](https://developer.mozilla.org/en-US/docs/Web/CSS/transform-origin)."
4089
+ },
4090
+ "v-scroll-y-transition/group": {
583
4091
  "type": "boolean",
584
- "description": "Puts input in readonly state"
4092
+ "description": "Creates a `transition-group` component. [vue docs](https://vuejs.org/v2/api/#transition-group)"
585
4093
  },
586
- "v-range-slider/value": {
587
- "type": "any",
588
- "description": "The input's value"
4094
+ "v-scroll-y-transition/hide-on-leave": {
4095
+ "type": "boolean",
4096
+ "description": "Hides the leaving element (no exit animation)"
589
4097
  },
590
- "v-select/disabled": {
4098
+ "v-scroll-y-transition/leave-absolute": {
591
4099
  "type": "boolean",
592
- "description": "Disables the input"
4100
+ "description": "Absolutely positions the leaving element (useful for [FLIP](https://aerotwist.com/blog/flip-your-animations/))"
593
4101
  },
594
- "v-select/items": {
595
- "type": "",
596
- "description": "Can be an array of objects or array of strings. When using objects, will look for a text, value and disabled keys. This can be changed using the **item-text**, **item-value** and **item-disabled** props. Objects that have a **header** or **divider** property are considered special cases and generate a list header or divider; these items are not selectable."
4102
+ "v-scroll-y-transition/mode": {
4103
+ "type": "string",
4104
+ "description": "Sets the transition mode (does not apply to transition-group). You can find more information on the Vue documentation [for transition modes](https://vuejs.org/v2/api/#transition)."
597
4105
  },
598
- "v-select/label": {
4106
+ "v-scroll-y-transition/origin": {
599
4107
  "type": "string",
600
- "description": "Sets input label"
4108
+ "description": "Sets the transition origin on the element. You can find more information on the MDN documentation [for transition origin](https://developer.mozilla.org/en-US/docs/Web/CSS/transform-origin)."
601
4109
  },
602
- "v-select/menu-props": {
603
- "type": "",
604
- "description": "Pass props through to the `v-menu` component. Accepts either a string for boolean props `menu-props=\"auto, overflowY\"`, or an object `:menu-props=\"{ auto: true, overflowY: true }\"`"
4110
+ "v-scroll-y-reverse-transition/group": {
4111
+ "type": "boolean",
4112
+ "description": "Creates a `transition-group` component. [vue docs](https://vuejs.org/v2/api/#transition-group)"
605
4113
  },
606
- "v-select/readonly": {
4114
+ "v-scroll-y-reverse-transition/hide-on-leave": {
607
4115
  "type": "boolean",
608
- "description": "Puts input in readonly state"
4116
+ "description": "Hides the leaving element (no exit animation)"
609
4117
  },
610
- "v-select/value": {
611
- "type": "any",
612
- "description": "The input's value"
4118
+ "v-scroll-y-reverse-transition/leave-absolute": {
4119
+ "type": "boolean",
4120
+ "description": "Absolutely positions the leaving element (useful for [FLIP](https://aerotwist.com/blog/flip-your-animations/))"
613
4121
  },
614
- "v-select/value-comparator": {
615
- "type": "",
616
- "description": "The comparison algorithm used for values. [More info](https://github.com/vuetifyjs/vuetify/blob/v2-stable/packages/vuetify/src/util/helpers.ts)"
4122
+ "v-scroll-y-reverse-transition/mode": {
4123
+ "type": "string",
4124
+ "description": "Sets the transition mode (does not apply to transition-group). You can find more information on the Vue documentation [for transition modes](https://vuejs.org/v2/api/#transition)."
617
4125
  },
618
- "v-skeleton-loader/type": {
619
- "type": "",
620
- "description": "A string delimited list of skeleton components to create such as `type=\"text@3\"` or `type=\"card, list-item\"`. Will recursively generate a corresponding skeleton from the provided string. Also supports short-hand for multiple elements such as **article@3** and **paragraph@2** which will generate 3 _article_ skeletons and 2 _paragraph_ skeletons. Please see below for a list of available pre-defined options."
4126
+ "v-scroll-y-reverse-transition/origin": {
4127
+ "type": "string",
4128
+ "description": "Sets the transition origin on the element. You can find more information on the MDN documentation [for transition origin](https://developer.mozilla.org/en-US/docs/Web/CSS/transform-origin)."
621
4129
  },
622
- "v-slider/disabled": {
4130
+ "v-slide-x-transition/group": {
623
4131
  "type": "boolean",
624
- "description": "Disable the input"
4132
+ "description": "Creates a `transition-group` component. [vue docs](https://vuejs.org/v2/api/#transition-group)"
625
4133
  },
626
- "v-slider/label": {
4134
+ "v-slide-x-transition/hide-on-leave": {
4135
+ "type": "boolean",
4136
+ "description": "Hides the leaving element (no exit animation)"
4137
+ },
4138
+ "v-slide-x-transition/leave-absolute": {
4139
+ "type": "boolean",
4140
+ "description": "Absolutely positions the leaving element (useful for [FLIP](https://aerotwist.com/blog/flip-your-animations/))"
4141
+ },
4142
+ "v-slide-x-transition/mode": {
627
4143
  "type": "string",
628
- "description": "Sets input label"
4144
+ "description": "Sets the transition mode (does not apply to transition-group). You can find more information on the Vue documentation [for transition modes](https://vuejs.org/v2/api/#transition)."
629
4145
  },
630
- "v-slider/readonly": {
4146
+ "v-slide-x-transition/origin": {
4147
+ "type": "string",
4148
+ "description": "Sets the transition origin on the element. You can find more information on the MDN documentation [for transition origin](https://developer.mozilla.org/en-US/docs/Web/CSS/transform-origin)."
4149
+ },
4150
+ "v-slide-x-reverse-transition/group": {
631
4151
  "type": "boolean",
632
- "description": "Puts input in readonly state"
4152
+ "description": "Creates a `transition-group` component. [vue docs](https://vuejs.org/v2/api/#transition-group)"
633
4153
  },
634
- "v-slider/value": {
635
- "type": "any",
636
- "description": "The input's value"
4154
+ "v-slide-x-reverse-transition/hide-on-leave": {
4155
+ "type": "boolean",
4156
+ "description": "Hides the leaving element (no exit animation)"
637
4157
  },
638
- "v-switch/disabled": {
4158
+ "v-slide-x-reverse-transition/leave-absolute": {
639
4159
  "type": "boolean",
640
- "description": "Disable the input"
4160
+ "description": "Absolutely positions the leaving element (useful for [FLIP](https://aerotwist.com/blog/flip-your-animations/))"
641
4161
  },
642
- "v-switch/label": {
4162
+ "v-slide-x-reverse-transition/mode": {
643
4163
  "type": "string",
644
- "description": "Sets input label"
4164
+ "description": "Sets the transition mode (does not apply to transition-group). You can find more information on the Vue documentation [for transition modes](https://vuejs.org/v2/api/#transition)."
645
4165
  },
646
- "v-switch/readonly": {
4166
+ "v-slide-x-reverse-transition/origin": {
4167
+ "type": "string",
4168
+ "description": "Sets the transition origin on the element. You can find more information on the MDN documentation [for transition origin](https://developer.mozilla.org/en-US/docs/Web/CSS/transform-origin)."
4169
+ },
4170
+ "v-slide-y-transition/group": {
647
4171
  "type": "boolean",
648
- "description": "Puts input in readonly state"
4172
+ "description": "Creates a `transition-group` component. [vue docs](https://vuejs.org/v2/api/#transition-group)"
649
4173
  },
650
- "v-switch/value": {
651
- "type": "any",
652
- "description": "The input's value"
4174
+ "v-slide-y-transition/hide-on-leave": {
4175
+ "type": "boolean",
4176
+ "description": "Hides the leaving element (no exit animation)"
653
4177
  },
654
- "v-textarea/disabled": {
4178
+ "v-slide-y-transition/leave-absolute": {
655
4179
  "type": "boolean",
656
- "description": "Disable the input"
4180
+ "description": "Absolutely positions the leaving element (useful for [FLIP](https://aerotwist.com/blog/flip-your-animations/))"
657
4181
  },
658
- "v-textarea/label": {
4182
+ "v-slide-y-transition/mode": {
659
4183
  "type": "string",
660
- "description": "Sets input label"
4184
+ "description": "Sets the transition mode (does not apply to transition-group). You can find more information on the Vue documentation [for transition modes](https://vuejs.org/v2/api/#transition)."
661
4185
  },
662
- "v-textarea/readonly": {
4186
+ "v-slide-y-transition/origin": {
4187
+ "type": "string",
4188
+ "description": "Sets the transition origin on the element. You can find more information on the MDN documentation [for transition origin](https://developer.mozilla.org/en-US/docs/Web/CSS/transform-origin)."
4189
+ },
4190
+ "v-slide-y-reverse-transition/group": {
663
4191
  "type": "boolean",
664
- "description": "Puts input in readonly state"
4192
+ "description": "Creates a `transition-group` component. [vue docs](https://vuejs.org/v2/api/#transition-group)"
665
4193
  },
666
- "v-textarea/value": {
667
- "type": "any",
668
- "description": "The input's value"
4194
+ "v-slide-y-reverse-transition/hide-on-leave": {
4195
+ "type": "boolean",
4196
+ "description": "Hides the leaving element (no exit animation)"
669
4197
  },
670
- "v-text-field/disabled": {
4198
+ "v-slide-y-reverse-transition/leave-absolute": {
671
4199
  "type": "boolean",
672
- "description": "Disable the input"
4200
+ "description": "Absolutely positions the leaving element (useful for [FLIP](https://aerotwist.com/blog/flip-your-animations/))"
673
4201
  },
674
- "v-text-field/label": {
4202
+ "v-slide-y-reverse-transition/mode": {
675
4203
  "type": "string",
676
- "description": "Sets input label"
4204
+ "description": "Sets the transition mode (does not apply to transition-group). You can find more information on the Vue documentation [for transition modes](https://vuejs.org/v2/api/#transition)."
677
4205
  },
678
- "v-text-field/readonly": {
679
- "type": "boolean",
680
- "description": "Puts input in readonly state"
4206
+ "v-slide-y-reverse-transition/origin": {
4207
+ "type": "string",
4208
+ "description": "Sets the transition origin on the element. You can find more information on the MDN documentation [for transition origin](https://developer.mozilla.org/en-US/docs/Web/CSS/transform-origin)."
681
4209
  },
682
- "v-text-field/value": {
683
- "type": "any",
684
- "description": "The input's value"
4210
+ "v-expand-transition/mode": {
4211
+ "type": "string",
4212
+ "description": "Sets the transition mode (does not apply to transition-group). You can find more information on the Vue documentation [for transition modes](https://vuejs.org/v2/api/#transition)."
685
4213
  },
686
- "v-window/touch": {
687
- "type": "",
688
- "description": "Provide a custom **left** and **right** function when swiped left or right."
4214
+ "v-expand-x-transition/mode": {
4215
+ "type": "string",
4216
+ "description": "Sets the transition mode (does not apply to transition-group). You can find more information on the Vue documentation [for transition modes](https://vuejs.org/v2/api/#transition)."
689
4217
  }
690
4218
  }