vuetify 3.0.0 → 3.0.1

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 (91) hide show
  1. package/dist/json/attributes.json +487 -523
  2. package/dist/json/importMap.json +18 -18
  3. package/dist/json/tags.json +0 -9
  4. package/dist/json/web-types.json +788 -896
  5. package/dist/vuetify.css +227 -227
  6. package/dist/vuetify.d.ts +4375 -3665
  7. package/dist/vuetify.esm.js +1714 -1666
  8. package/dist/vuetify.esm.js.map +1 -1
  9. package/dist/vuetify.js +1713 -1665
  10. package/dist/vuetify.js.map +1 -1
  11. package/dist/vuetify.min.css +2 -2
  12. package/dist/vuetify.min.js +783 -776
  13. package/dist/vuetify.min.js.map +1 -1
  14. package/lib/components/VAutocomplete/VAutocomplete.mjs +12 -4
  15. package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
  16. package/lib/components/VAutocomplete/index.d.ts +392 -158
  17. package/lib/components/VAvatar/VAvatar.mjs +1 -1
  18. package/lib/components/VAvatar/VAvatar.mjs.map +1 -1
  19. package/lib/components/VBreadcrumbs/index.d.ts +2 -0
  20. package/lib/components/VBtn/index.d.ts +1 -0
  21. package/lib/components/VCard/index.d.ts +1 -0
  22. package/lib/components/VCheckbox/VCheckboxBtn.mjs +1 -1
  23. package/lib/components/VCheckbox/VCheckboxBtn.mjs.map +1 -1
  24. package/lib/components/VCheckbox/index.d.ts +1 -1
  25. package/lib/components/VChip/VChip.mjs +0 -1
  26. package/lib/components/VChip/VChip.mjs.map +1 -1
  27. package/lib/components/VChip/index.d.ts +1 -2
  28. package/lib/components/VCombobox/VCombobox.mjs +12 -4
  29. package/lib/components/VCombobox/VCombobox.mjs.map +1 -1
  30. package/lib/components/VCombobox/index.d.ts +392 -158
  31. package/lib/components/VExpansionPanel/VExpansionPanel.css +2 -2
  32. package/lib/components/VExpansionPanel/VExpansionPanel.sass +2 -2
  33. package/lib/components/VExpansionPanel/VExpansionPanelTitle.mjs +1 -1
  34. package/lib/components/VExpansionPanel/VExpansionPanelTitle.mjs.map +1 -1
  35. package/lib/components/VField/index.d.ts +5 -5
  36. package/lib/components/VFileInput/index.d.ts +6 -6
  37. package/lib/components/VInput/VInput.mjs +1 -1
  38. package/lib/components/VInput/VInput.mjs.map +1 -1
  39. package/lib/components/VInput/index.d.ts +4 -4
  40. package/lib/components/VList/VList.mjs +3 -0
  41. package/lib/components/VList/VList.mjs.map +1 -1
  42. package/lib/components/VList/VListGroup.mjs +1 -1
  43. package/lib/components/VList/VListGroup.mjs.map +1 -1
  44. package/lib/components/VList/VListItem.mjs +3 -1
  45. package/lib/components/VList/VListItem.mjs.map +1 -1
  46. package/lib/components/VList/index.d.ts +19 -8
  47. package/lib/components/VNoSsr/VNoSsr.mjs +1 -3
  48. package/lib/components/VNoSsr/VNoSsr.mjs.map +1 -1
  49. package/lib/components/VOverlay/VOverlay.mjs +3 -1
  50. package/lib/components/VOverlay/VOverlay.mjs.map +1 -1
  51. package/lib/components/VOverlay/locationStrategies.mjs +17 -19
  52. package/lib/components/VOverlay/locationStrategies.mjs.map +1 -1
  53. package/lib/components/VOverlay/scrollStrategies.mjs +1 -1
  54. package/lib/components/VOverlay/scrollStrategies.mjs.map +1 -1
  55. package/lib/components/VOverlay/useActivator.mjs +1 -1
  56. package/lib/components/VOverlay/useActivator.mjs.map +1 -1
  57. package/lib/components/VRadioGroup/index.d.ts +1 -1
  58. package/lib/components/VRangeSlider/index.d.ts +1 -1
  59. package/lib/components/VSelect/VSelect.mjs +16 -8
  60. package/lib/components/VSelect/VSelect.mjs.map +1 -1
  61. package/lib/components/VSelect/index.d.ts +392 -158
  62. package/lib/components/VSelectionControl/VSelectionControl.mjs +1 -1
  63. package/lib/components/VSelectionControl/VSelectionControl.mjs.map +1 -1
  64. package/lib/components/VSelectionControlGroup/VSelectionControlGroup.mjs +1 -1
  65. package/lib/components/VSelectionControlGroup/VSelectionControlGroup.mjs.map +1 -1
  66. package/lib/components/VSlider/index.d.ts +1 -1
  67. package/lib/components/VSwitch/index.d.ts +1 -1
  68. package/lib/components/VTable/VTable.css +9 -9
  69. package/lib/components/VTable/VTable.sass +20 -15
  70. package/lib/components/VTabs/index.d.ts +1 -0
  71. package/lib/components/VTextField/VTextField.mjs +23 -19
  72. package/lib/components/VTextField/VTextField.mjs.map +1 -1
  73. package/lib/components/VTextField/index.d.ts +58 -58
  74. package/lib/components/VTextarea/index.d.ts +6 -6
  75. package/lib/components/VValidation/index.d.ts +1 -1
  76. package/lib/components/index.d.ts +4131 -3421
  77. package/lib/composables/hydration.mjs +8 -4
  78. package/lib/composables/hydration.mjs.map +1 -1
  79. package/lib/composables/icons.mjs +6 -3
  80. package/lib/composables/icons.mjs.map +1 -1
  81. package/lib/composables/router.mjs +2 -2
  82. package/lib/composables/router.mjs.map +1 -1
  83. package/lib/entry-bundler.mjs +1 -1
  84. package/lib/framework.mjs +16 -10
  85. package/lib/framework.mjs.map +1 -1
  86. package/lib/index.d.ts +5 -5
  87. package/lib/util/defineComponent.mjs +2 -2
  88. package/lib/util/defineComponent.mjs.map +1 -1
  89. package/lib/util/helpers.mjs +10 -2
  90. package/lib/util/helpers.mjs.map +1 -1
  91. package/package.json +2 -2
@@ -201,59 +201,175 @@
201
201
  },
202
202
  "v-autocomplete/label": {
203
203
  "type": "string",
204
- "description": "MISSING DESCRIPTION"
204
+ "description": "Sets input label"
205
205
  },
206
206
  "v-autocomplete/type": {
207
+ "type": "string",
208
+ "description": "Sets input type"
209
+ },
210
+ "v-autocomplete/search": {
207
211
  "type": "string",
208
212
  "description": "MISSING DESCRIPTION"
209
213
  },
210
- "v-autocomplete/autofocus": {
214
+ "v-autocomplete/filter-mode": {
215
+ "type": "\"every\" | \"some\" | \"union\" | \"intersection\"",
216
+ "description": "MISSING DESCRIPTION"
217
+ },
218
+ "v-autocomplete/no-filter": {
211
219
  "type": "boolean",
220
+ "description": "Do not apply filtering when searching. Useful when data is being filtered server side"
221
+ },
222
+ "v-autocomplete/custom-filter": {
223
+ "type": "(value: string, query: string, item: any) => number | boolean | [number, number] | [number, number][]",
212
224
  "description": "MISSING DESCRIPTION"
213
225
  },
214
- "v-autocomplete/hint": {
226
+ "v-autocomplete/custom-key-filter": {
227
+ "type": "{ }",
228
+ "description": "MISSING DESCRIPTION"
229
+ },
230
+ "v-autocomplete/reverse": {
231
+ "type": "boolean",
232
+ "description": "Reverses the input orientation"
233
+ },
234
+ "v-autocomplete/filter-keys": {
235
+ "type": "string | string[]",
236
+ "description": "MISSING DESCRIPTION"
237
+ },
238
+ "v-autocomplete/chips": {
239
+ "type": "boolean",
240
+ "description": "Changes display of selections to chips"
241
+ },
242
+ "v-autocomplete/closable-chips": {
243
+ "type": "boolean",
244
+ "description": "MISSING DESCRIPTION"
245
+ },
246
+ "v-autocomplete/eager": {
247
+ "type": "boolean",
248
+ "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."
249
+ },
250
+ "v-autocomplete/hide-no-data": {
251
+ "type": "boolean",
252
+ "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."
253
+ },
254
+ "v-autocomplete/hide-selected": {
255
+ "type": "boolean",
256
+ "description": "Do not display in the select menu items that are already selected"
257
+ },
258
+ "v-autocomplete/menu": {
259
+ "type": "boolean",
260
+ "description": "MISSING DESCRIPTION"
261
+ },
262
+ "v-autocomplete/menu-icon": {
263
+ "type": "string | (new () => any) | FunctionalComponent",
264
+ "description": "MISSING DESCRIPTION"
265
+ },
266
+ "v-autocomplete/menu-props": {
267
+ "type": "unknown",
268
+ "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 }\"`"
269
+ },
270
+ "v-autocomplete/id": {
215
271
  "type": "string",
216
272
  "description": "MISSING DESCRIPTION"
217
273
  },
218
- "v-autocomplete/persistent-hint": {
274
+ "v-autocomplete/disabled": {
219
275
  "type": "boolean",
276
+ "description": "Disables the input"
277
+ },
278
+ "v-autocomplete/model-value": {
279
+ "type": "any",
220
280
  "description": "MISSING DESCRIPTION"
221
281
  },
222
- "v-autocomplete/prefix": {
282
+ "v-autocomplete/theme": {
223
283
  "type": "string",
284
+ "description": "Specify a theme for this component and all of its children"
285
+ },
286
+ "v-autocomplete/transition": {
287
+ "type": "string | boolean",
224
288
  "description": "MISSING DESCRIPTION"
225
289
  },
226
- "v-autocomplete/placeholder": {
290
+ "v-autocomplete/name": {
227
291
  "type": "string",
228
292
  "description": "MISSING DESCRIPTION"
229
293
  },
230
- "v-autocomplete/persistent-placeholder": {
294
+ "v-autocomplete/multiple": {
231
295
  "type": "boolean",
232
- "description": "MISSING DESCRIPTION"
296
+ "description": "Changes select to multiple. Accepts array for value"
233
297
  },
234
- "v-autocomplete/persistent-counter": {
298
+ "v-autocomplete/no-data-text": {
299
+ "type": "string",
300
+ "description": "Display text when there is no data"
301
+ },
302
+ "v-autocomplete/open-on-clear": {
235
303
  "type": "boolean",
304
+ "description": "When using the **clearable** prop, once cleared, the select menu will either open or stay open, depending on the current state"
305
+ },
306
+ "v-autocomplete/items": {
307
+ "type": "unknown[]",
308
+ "description": "Can be an array of objects or array of strings. When using objects, will look for a title, value and disabled keys. This can be changed using the **item-title**, **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."
309
+ },
310
+ "v-autocomplete/item-title": {
311
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/next/packages/vuetify/src/util/helpers.ts#L71-L75\" target=\"_blank\">SelectItemKey</a>",
236
312
  "description": "MISSING DESCRIPTION"
237
313
  },
238
- "v-autocomplete/suffix": {
239
- "type": "string",
314
+ "v-autocomplete/item-value": {
315
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/next/packages/vuetify/src/util/helpers.ts#L71-L75\" target=\"_blank\">SelectItemKey</a>",
316
+ "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)"
317
+ },
318
+ "v-autocomplete/item-children": {
319
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/next/packages/vuetify/src/util/helpers.ts#L71-L75\" target=\"_blank\">SelectItemKey</a>",
240
320
  "description": "MISSING DESCRIPTION"
241
321
  },
242
- "v-autocomplete/id": {
322
+ "v-autocomplete/item-props": {
323
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/next/packages/vuetify/src/util/helpers.ts#L71-L75\" target=\"_blank\">SelectItemKey</a>",
324
+ "description": "MISSING DESCRIPTION"
325
+ },
326
+ "v-autocomplete/return-object": {
327
+ "type": "boolean",
328
+ "description": "Changes the selection behavior to return the object directly rather than the value specified with **item-value**"
329
+ },
330
+ "v-autocomplete/autofocus": {
331
+ "type": "boolean",
332
+ "description": "Enables autofocus"
333
+ },
334
+ "v-autocomplete/hint": {
335
+ "type": "string",
336
+ "description": "Hint text"
337
+ },
338
+ "v-autocomplete/persistent-hint": {
339
+ "type": "boolean",
340
+ "description": "Forces hint to always be visible"
341
+ },
342
+ "v-autocomplete/prefix": {
243
343
  "type": "string",
344
+ "description": "Displays prefix text"
345
+ },
346
+ "v-autocomplete/placeholder": {
347
+ "type": "string",
348
+ "description": "Sets the input’s placeholder text"
349
+ },
350
+ "v-autocomplete/persistent-placeholder": {
351
+ "type": "boolean",
352
+ "description": "Forces placeholder to always be visible"
353
+ },
354
+ "v-autocomplete/persistent-counter": {
355
+ "type": "boolean",
244
356
  "description": "MISSING DESCRIPTION"
245
357
  },
358
+ "v-autocomplete/suffix": {
359
+ "type": "string",
360
+ "description": "Displays suffix text"
361
+ },
246
362
  "v-autocomplete/append-icon": {
247
363
  "type": "string | (new () => any) | FunctionalComponent",
248
- "description": "MISSING DESCRIPTION"
364
+ "description": "Appends an icon to the outside the component's input, uses same syntax as `v-icon`"
249
365
  },
250
366
  "v-autocomplete/prepend-icon": {
251
367
  "type": "string | (new () => any) | FunctionalComponent",
252
- "description": "MISSING DESCRIPTION"
368
+ "description": "Prepends an icon to the outnside the component's input, uses the same syntax as `v-icon`"
253
369
  },
254
370
  "v-autocomplete/messages": {
255
371
  "type": "string | string[]",
256
- "description": "MISSING DESCRIPTION"
372
+ "description": "Displays a list of messages or message if using a string"
257
373
  },
258
374
  "v-autocomplete/direction": {
259
375
  "type": "\"horizontal\" | \"vertical\"",
@@ -261,63 +377,39 @@
261
377
  },
262
378
  "v-autocomplete/density": {
263
379
  "type": "\"default\" | \"comfortable\" | \"compact\"",
264
- "description": "MISSING DESCRIPTION"
265
- },
266
- "v-autocomplete/disabled": {
267
- "type": "boolean",
268
- "description": "MISSING DESCRIPTION"
380
+ "description": "Adjusts vertical spacing within the component. Available options are: **default**, **comfortable**, and **compact**."
269
381
  },
270
382
  "v-autocomplete/error": {
271
383
  "type": "boolean",
272
- "description": "MISSING DESCRIPTION"
384
+ "description": "Puts the input in a manual error state"
273
385
  },
274
386
  "v-autocomplete/error-messages": {
275
387
  "type": "string | string[]",
276
- "description": "MISSING DESCRIPTION"
388
+ "description": "Puts the input in an error state and passes through custom error messages. Will be combined with any validations that occur from the **rules** prop. This field will not trigger validation"
277
389
  },
278
390
  "v-autocomplete/max-errors": {
279
391
  "type": "string | number",
280
392
  "description": "MISSING DESCRIPTION"
281
393
  },
282
- "v-autocomplete/name": {
283
- "type": "string",
284
- "description": "MISSING DESCRIPTION"
285
- },
286
394
  "v-autocomplete/readonly": {
287
395
  "type": "boolean",
288
- "description": "MISSING DESCRIPTION"
396
+ "description": "Puts input in readonly state"
289
397
  },
290
398
  "v-autocomplete/rules": {
291
399
  "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/next/packages/vuetify/src/composables/validation.ts#L16-L20\" target=\"_blank\">ValidationRule</a>[]",
292
- "description": "MISSING DESCRIPTION"
293
- },
294
- "v-autocomplete/model-value": {
295
- "type": "any",
296
- "description": "MISSING DESCRIPTION"
400
+ "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`"
297
401
  },
298
402
  "v-autocomplete/validate-on": {
299
403
  "type": "\"blur\" | \"input\" | \"submit\"",
300
404
  "description": "MISSING DESCRIPTION"
301
405
  },
302
- "v-autocomplete/validation-value": {
303
- "type": "any",
304
- "description": "MISSING DESCRIPTION"
305
- },
306
406
  "v-autocomplete/focused": {
307
407
  "type": "boolean",
308
408
  "description": "MISSING DESCRIPTION"
309
409
  },
310
- "v-autocomplete/reverse": {
311
- "type": "boolean",
312
- "description": "MISSING DESCRIPTION"
313
- },
314
410
  "v-autocomplete/hide-details": {
315
411
  "type": "boolean | \"auto\"",
316
- "description": "MISSING DESCRIPTION"
317
- },
318
- "v-autocomplete/append-inner-icon": {
319
- "type": "string | (new () => any) | FunctionalComponent",
320
- "description": "MISSING DESCRIPTION"
412
+ "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"
321
413
  },
322
414
  "v-autocomplete/bg-color": {
323
415
  "type": "string",
@@ -329,7 +421,7 @@
329
421
  },
330
422
  "v-autocomplete/clear-icon": {
331
423
  "type": "string | (new () => any) | FunctionalComponent",
332
- "description": "MISSING DESCRIPTION"
424
+ "description": "Applied when using **clearable** and the input is dirty"
333
425
  },
334
426
  "v-autocomplete/active": {
335
427
  "type": "boolean",
@@ -339,138 +431,34 @@
339
431
  "type": "string",
340
432
  "description": "MISSING DESCRIPTION"
341
433
  },
342
- "v-autocomplete/dirty": {
343
- "type": "boolean",
344
- "description": "MISSING DESCRIPTION"
345
- },
346
434
  "v-autocomplete/persistent-clear": {
347
435
  "type": "boolean",
348
436
  "description": "MISSING DESCRIPTION"
349
437
  },
350
438
  "v-autocomplete/prepend-inner-icon": {
351
439
  "type": "string | (new () => any) | FunctionalComponent",
352
- "description": "MISSING DESCRIPTION"
440
+ "description": "Prepends an icon inside the component's input, uses the same syntax as `v-icon`"
353
441
  },
354
442
  "v-autocomplete/single-line": {
355
443
  "type": "boolean",
356
- "description": "MISSING DESCRIPTION"
444
+ "description": "Label does not move on focus/dirty"
357
445
  },
358
446
  "v-autocomplete/variant": {
359
447
  "type": "\"underlined\" | \"outlined\" | \"filled\" | \"solo\" | \"plain\"",
360
448
  "description": "MISSING DESCRIPTION"
361
449
  },
362
- "v-autocomplete/theme": {
363
- "type": "string",
364
- "description": "MISSING DESCRIPTION"
365
- },
366
450
  "v-autocomplete/loading": {
367
451
  "type": "boolean",
368
- "description": "MISSING DESCRIPTION"
452
+ "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"
369
453
  },
370
454
  "v-autocomplete/counter": {
371
455
  "type": "string | number | true",
372
- "description": "MISSING DESCRIPTION"
456
+ "description": "Creates counter for input length; if no number is specified, it defaults to 25. Does not apply any validation."
373
457
  },
374
458
  "v-autocomplete/counter-value": {
375
459
  "type": "(value: any) => number",
376
460
  "description": "MISSING DESCRIPTION"
377
461
  },
378
- "v-autocomplete/search": {
379
- "type": "string",
380
- "description": "MISSING DESCRIPTION"
381
- },
382
- "v-autocomplete/filter-mode": {
383
- "type": "\"every\" | \"some\" | \"union\" | \"intersection\"",
384
- "description": "MISSING DESCRIPTION"
385
- },
386
- "v-autocomplete/no-filter": {
387
- "type": "boolean",
388
- "description": "Do not apply filtering when searching. Useful when data is being filtered server side"
389
- },
390
- "v-autocomplete/custom-filter": {
391
- "type": "(value: string, query: string, item: any) => number | boolean | [number, number] | [number, number][]",
392
- "description": "MISSING DESCRIPTION"
393
- },
394
- "v-autocomplete/custom-key-filter": {
395
- "type": "{ }",
396
- "description": "MISSING DESCRIPTION"
397
- },
398
- "v-autocomplete/filter-keys": {
399
- "type": "string | string[]",
400
- "description": "MISSING DESCRIPTION"
401
- },
402
- "v-autocomplete/chips": {
403
- "type": "boolean",
404
- "description": "MISSING DESCRIPTION"
405
- },
406
- "v-autocomplete/closable-chips": {
407
- "type": "boolean",
408
- "description": "MISSING DESCRIPTION"
409
- },
410
- "v-autocomplete/eager": {
411
- "type": "boolean",
412
- "description": "MISSING DESCRIPTION"
413
- },
414
- "v-autocomplete/hide-no-data": {
415
- "type": "boolean",
416
- "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."
417
- },
418
- "v-autocomplete/hide-selected": {
419
- "type": "boolean",
420
- "description": "MISSING DESCRIPTION"
421
- },
422
- "v-autocomplete/menu": {
423
- "type": "boolean",
424
- "description": "MISSING DESCRIPTION"
425
- },
426
- "v-autocomplete/menu-icon": {
427
- "type": "string | (new () => any) | FunctionalComponent",
428
- "description": "MISSING DESCRIPTION"
429
- },
430
- "v-autocomplete/menu-props": {
431
- "type": "unknown",
432
- "description": "MISSING DESCRIPTION"
433
- },
434
- "v-autocomplete/transition": {
435
- "type": "string | boolean",
436
- "description": "MISSING DESCRIPTION"
437
- },
438
- "v-autocomplete/multiple": {
439
- "type": "boolean",
440
- "description": "MISSING DESCRIPTION"
441
- },
442
- "v-autocomplete/no-data-text": {
443
- "type": "string",
444
- "description": "MISSING DESCRIPTION"
445
- },
446
- "v-autocomplete/open-on-clear": {
447
- "type": "boolean",
448
- "description": "MISSING DESCRIPTION"
449
- },
450
- "v-autocomplete/items": {
451
- "type": "unknown[]",
452
- "description": "MISSING DESCRIPTION"
453
- },
454
- "v-autocomplete/item-title": {
455
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/next/packages/vuetify/src/util/helpers.ts#L71-L75\" target=\"_blank\">SelectItemKey</a>",
456
- "description": "MISSING DESCRIPTION"
457
- },
458
- "v-autocomplete/item-value": {
459
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/next/packages/vuetify/src/util/helpers.ts#L71-L75\" target=\"_blank\">SelectItemKey</a>",
460
- "description": "MISSING DESCRIPTION"
461
- },
462
- "v-autocomplete/item-children": {
463
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/next/packages/vuetify/src/util/helpers.ts#L71-L75\" target=\"_blank\">SelectItemKey</a>",
464
- "description": "MISSING DESCRIPTION"
465
- },
466
- "v-autocomplete/item-props": {
467
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/next/packages/vuetify/src/util/helpers.ts#L71-L75\" target=\"_blank\">SelectItemKey</a>",
468
- "description": "MISSING DESCRIPTION"
469
- },
470
- "v-autocomplete/return-object": {
471
- "type": "boolean",
472
- "description": "MISSING DESCRIPTION"
473
- },
474
462
  "v-avatar/start": {
475
463
  "type": "boolean",
476
464
  "description": "MISSING DESCRIPTION"
@@ -1277,11 +1265,11 @@
1277
1265
  },
1278
1266
  "v-checkbox/append-icon": {
1279
1267
  "type": "string | (new () => any) | FunctionalComponent",
1280
- "description": "MISSING DESCRIPTION"
1268
+ "description": "Appends an icon to the component, uses the same syntax as `v-icon`"
1281
1269
  },
1282
1270
  "v-checkbox/prepend-icon": {
1283
1271
  "type": "string | (new () => any) | FunctionalComponent",
1284
- "description": "MISSING DESCRIPTION"
1272
+ "description": "Prepends an icon to the component, uses the same syntax as `v-icon`"
1285
1273
  },
1286
1274
  "v-checkbox/messages": {
1287
1275
  "type": "string | string[]",
@@ -1321,7 +1309,7 @@
1321
1309
  },
1322
1310
  "v-checkbox/label": {
1323
1311
  "type": "string",
1324
- "description": "MISSING DESCRIPTION"
1312
+ "description": "Sets input label"
1325
1313
  },
1326
1314
  "v-checkbox/readonly": {
1327
1315
  "type": "boolean",
@@ -1349,7 +1337,7 @@
1349
1337
  },
1350
1338
  "v-checkbox/hide-details": {
1351
1339
  "type": "boolean | \"auto\"",
1352
- "description": "MISSING DESCRIPTION"
1340
+ "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"
1353
1341
  },
1354
1342
  "v-checkbox/indeterminate": {
1355
1343
  "type": "boolean",
@@ -1369,7 +1357,7 @@
1369
1357
  },
1370
1358
  "v-checkbox/value": {
1371
1359
  "type": "any",
1372
- "description": "MISSING DESCRIPTION"
1360
+ "description": "The input's value"
1373
1361
  },
1374
1362
  "v-checkbox/color": {
1375
1363
  "type": "string",
@@ -1497,7 +1485,7 @@
1497
1485
  },
1498
1486
  "v-chip/filter": {
1499
1487
  "type": "boolean",
1500
- "description": "Displays a selection icon when selected"
1488
+ "description": "MISSING DESCRIPTION"
1501
1489
  },
1502
1490
  "v-chip/density": {
1503
1491
  "type": "\"default\" | \"comfortable\" | \"compact\"",
@@ -1509,11 +1497,11 @@
1509
1497
  },
1510
1498
  "v-chip/value": {
1511
1499
  "type": "any",
1512
- "description": "The value used when a child of a [v-chip-group](/components/chip-groups)."
1500
+ "description": "The value used when the component is selected in a group. If not provided, a unique ID will be used."
1513
1501
  },
1514
1502
  "v-chip/disabled": {
1515
1503
  "type": "boolean",
1516
- "description": "Disables the chip, making it un-selectable"
1504
+ "description": "Removes the ability to click or target the component."
1517
1505
  },
1518
1506
  "v-chip/selected-class": {
1519
1507
  "type": "string",
@@ -1565,7 +1553,7 @@
1565
1553
  },
1566
1554
  "v-chip/link": {
1567
1555
  "type": "boolean",
1568
- "description": "Explicitly define the chip as a link"
1556
+ "description": "MISSING DESCRIPTION"
1569
1557
  },
1570
1558
  "v-chip/active-class": {
1571
1559
  "type": "string",
@@ -1585,27 +1573,27 @@
1585
1573
  },
1586
1574
  "v-chip/close-icon": {
1587
1575
  "type": "string | (new () => any) | FunctionalComponent",
1588
- "description": "Change the default icon used for **close** chips"
1576
+ "description": "MISSING DESCRIPTION"
1589
1577
  },
1590
1578
  "v-chip/close-label": {
1591
1579
  "type": "string",
1592
- "description": "Text used for *aria-label* on the close button in **close** chips. Can also be customized globally in [Internationalization](/customization/internationalization)."
1580
+ "description": "MISSING DESCRIPTION"
1593
1581
  },
1594
1582
  "v-chip/draggable": {
1595
1583
  "type": "boolean",
1596
- "description": "Makes the chip draggable"
1584
+ "description": "MISSING DESCRIPTION"
1597
1585
  },
1598
1586
  "v-chip/filter-icon": {
1599
1587
  "type": "string",
1600
- "description": "Change the default icon used for **filter** chips"
1588
+ "description": "MISSING DESCRIPTION"
1601
1589
  },
1602
1590
  "v-chip/label": {
1603
1591
  "type": "boolean",
1604
- "description": "Removes circle edges"
1592
+ "description": "MISSING DESCRIPTION"
1605
1593
  },
1606
1594
  "v-chip/pill": {
1607
1595
  "type": "boolean",
1608
- "description": "Remove `v-avatar` padding"
1596
+ "description": "MISSING DESCRIPTION"
1609
1597
  },
1610
1598
  "v-chip/prepend-avatar": {
1611
1599
  "type": "string",
@@ -1745,59 +1733,171 @@
1745
1733
  },
1746
1734
  "v-combobox/label": {
1747
1735
  "type": "string",
1748
- "description": "MISSING DESCRIPTION"
1736
+ "description": "Sets input label"
1749
1737
  },
1750
1738
  "v-combobox/type": {
1751
1739
  "type": "string",
1740
+ "description": "Sets input type"
1741
+ },
1742
+ "v-combobox/filter-mode": {
1743
+ "type": "\"every\" | \"some\" | \"union\" | \"intersection\"",
1752
1744
  "description": "MISSING DESCRIPTION"
1753
1745
  },
1754
- "v-combobox/autofocus": {
1746
+ "v-combobox/no-filter": {
1755
1747
  "type": "boolean",
1756
1748
  "description": "MISSING DESCRIPTION"
1757
1749
  },
1758
- "v-combobox/hint": {
1750
+ "v-combobox/custom-filter": {
1751
+ "type": "(value: string, query: string, item: any) => number | boolean | [number, number] | [number, number][]",
1752
+ "description": "MISSING DESCRIPTION"
1753
+ },
1754
+ "v-combobox/custom-key-filter": {
1755
+ "type": "{ }",
1756
+ "description": "MISSING DESCRIPTION"
1757
+ },
1758
+ "v-combobox/reverse": {
1759
+ "type": "boolean",
1760
+ "description": "Reverses the input orientation"
1761
+ },
1762
+ "v-combobox/filter-keys": {
1763
+ "type": "string | string[]",
1764
+ "description": "MISSING DESCRIPTION"
1765
+ },
1766
+ "v-combobox/chips": {
1767
+ "type": "boolean",
1768
+ "description": "Changes display of selections to chips"
1769
+ },
1770
+ "v-combobox/closable-chips": {
1771
+ "type": "boolean",
1772
+ "description": "MISSING DESCRIPTION"
1773
+ },
1774
+ "v-combobox/eager": {
1775
+ "type": "boolean",
1776
+ "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."
1777
+ },
1778
+ "v-combobox/hide-no-data": {
1779
+ "type": "boolean",
1780
+ "description": "MISSING DESCRIPTION"
1781
+ },
1782
+ "v-combobox/hide-selected": {
1783
+ "type": "boolean",
1784
+ "description": "Do not display in the select menu items that are already selected"
1785
+ },
1786
+ "v-combobox/menu": {
1787
+ "type": "boolean",
1788
+ "description": "MISSING DESCRIPTION"
1789
+ },
1790
+ "v-combobox/menu-icon": {
1791
+ "type": "string | (new () => any) | FunctionalComponent",
1792
+ "description": "MISSING DESCRIPTION"
1793
+ },
1794
+ "v-combobox/menu-props": {
1795
+ "type": "unknown",
1796
+ "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 }\"`"
1797
+ },
1798
+ "v-combobox/id": {
1759
1799
  "type": "string",
1760
1800
  "description": "MISSING DESCRIPTION"
1761
1801
  },
1762
- "v-combobox/persistent-hint": {
1802
+ "v-combobox/disabled": {
1763
1803
  "type": "boolean",
1804
+ "description": "Disables the input"
1805
+ },
1806
+ "v-combobox/model-value": {
1807
+ "type": "any",
1764
1808
  "description": "MISSING DESCRIPTION"
1765
1809
  },
1766
- "v-combobox/prefix": {
1810
+ "v-combobox/theme": {
1767
1811
  "type": "string",
1812
+ "description": "Specify a theme for this component and all of its children"
1813
+ },
1814
+ "v-combobox/transition": {
1815
+ "type": "string | boolean",
1768
1816
  "description": "MISSING DESCRIPTION"
1769
1817
  },
1770
- "v-combobox/placeholder": {
1818
+ "v-combobox/name": {
1771
1819
  "type": "string",
1772
1820
  "description": "MISSING DESCRIPTION"
1773
1821
  },
1774
- "v-combobox/persistent-placeholder": {
1822
+ "v-combobox/multiple": {
1775
1823
  "type": "boolean",
1776
- "description": "MISSING DESCRIPTION"
1824
+ "description": "Changes select to multiple. Accepts array for value"
1777
1825
  },
1778
- "v-combobox/persistent-counter": {
1826
+ "v-combobox/no-data-text": {
1827
+ "type": "string",
1828
+ "description": "Display text when there is no data"
1829
+ },
1830
+ "v-combobox/open-on-clear": {
1779
1831
  "type": "boolean",
1832
+ "description": "When using the **clearable** prop, once cleared, the select menu will either open or stay open, depending on the current state"
1833
+ },
1834
+ "v-combobox/items": {
1835
+ "type": "unknown[]",
1836
+ "description": "Can be an array of objects or array of strings. When using objects, will look for a title, value and disabled keys. This can be changed using the **item-title**, **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."
1837
+ },
1838
+ "v-combobox/item-title": {
1839
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/next/packages/vuetify/src/util/helpers.ts#L71-L75\" target=\"_blank\">SelectItemKey</a>",
1780
1840
  "description": "MISSING DESCRIPTION"
1781
1841
  },
1782
- "v-combobox/suffix": {
1783
- "type": "string",
1842
+ "v-combobox/item-value": {
1843
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/next/packages/vuetify/src/util/helpers.ts#L71-L75\" target=\"_blank\">SelectItemKey</a>",
1844
+ "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)"
1845
+ },
1846
+ "v-combobox/item-children": {
1847
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/next/packages/vuetify/src/util/helpers.ts#L71-L75\" target=\"_blank\">SelectItemKey</a>",
1784
1848
  "description": "MISSING DESCRIPTION"
1785
1849
  },
1786
- "v-combobox/id": {
1850
+ "v-combobox/item-props": {
1851
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/next/packages/vuetify/src/util/helpers.ts#L71-L75\" target=\"_blank\">SelectItemKey</a>",
1852
+ "description": "MISSING DESCRIPTION"
1853
+ },
1854
+ "v-combobox/return-object": {
1855
+ "type": "boolean",
1856
+ "description": "Changes the selection behavior to return the object directly rather than the value specified with **item-value**"
1857
+ },
1858
+ "v-combobox/autofocus": {
1859
+ "type": "boolean",
1860
+ "description": "Enables autofocus"
1861
+ },
1862
+ "v-combobox/hint": {
1787
1863
  "type": "string",
1864
+ "description": "Hint text"
1865
+ },
1866
+ "v-combobox/persistent-hint": {
1867
+ "type": "boolean",
1868
+ "description": "Forces hint to always be visible"
1869
+ },
1870
+ "v-combobox/prefix": {
1871
+ "type": "string",
1872
+ "description": "Displays prefix text"
1873
+ },
1874
+ "v-combobox/placeholder": {
1875
+ "type": "string",
1876
+ "description": "Sets the input’s placeholder text"
1877
+ },
1878
+ "v-combobox/persistent-placeholder": {
1879
+ "type": "boolean",
1880
+ "description": "Forces placeholder to always be visible"
1881
+ },
1882
+ "v-combobox/persistent-counter": {
1883
+ "type": "boolean",
1788
1884
  "description": "MISSING DESCRIPTION"
1789
1885
  },
1886
+ "v-combobox/suffix": {
1887
+ "type": "string",
1888
+ "description": "Displays suffix text"
1889
+ },
1790
1890
  "v-combobox/append-icon": {
1791
1891
  "type": "string | (new () => any) | FunctionalComponent",
1792
- "description": "MISSING DESCRIPTION"
1892
+ "description": "Appends an icon to the outside the component's input, uses same syntax as `v-icon`"
1793
1893
  },
1794
1894
  "v-combobox/prepend-icon": {
1795
1895
  "type": "string | (new () => any) | FunctionalComponent",
1796
- "description": "MISSING DESCRIPTION"
1896
+ "description": "Prepends an icon to the outnside the component's input, uses the same syntax as `v-icon`"
1797
1897
  },
1798
1898
  "v-combobox/messages": {
1799
1899
  "type": "string | string[]",
1800
- "description": "MISSING DESCRIPTION"
1900
+ "description": "Displays a list of messages or message if using a string"
1801
1901
  },
1802
1902
  "v-combobox/direction": {
1803
1903
  "type": "\"horizontal\" | \"vertical\"",
@@ -1805,63 +1905,39 @@
1805
1905
  },
1806
1906
  "v-combobox/density": {
1807
1907
  "type": "\"default\" | \"comfortable\" | \"compact\"",
1808
- "description": "MISSING DESCRIPTION"
1809
- },
1810
- "v-combobox/disabled": {
1811
- "type": "boolean",
1812
- "description": "MISSING DESCRIPTION"
1908
+ "description": "Adjusts vertical spacing within the component. Available options are: **default**, **comfortable**, and **compact**."
1813
1909
  },
1814
1910
  "v-combobox/error": {
1815
1911
  "type": "boolean",
1816
- "description": "MISSING DESCRIPTION"
1912
+ "description": "Puts the input in a manual error state"
1817
1913
  },
1818
1914
  "v-combobox/error-messages": {
1819
1915
  "type": "string | string[]",
1820
- "description": "MISSING DESCRIPTION"
1916
+ "description": "Puts the input in an error state and passes through custom error messages. Will be combined with any validations that occur from the **rules** prop. This field will not trigger validation"
1821
1917
  },
1822
1918
  "v-combobox/max-errors": {
1823
1919
  "type": "string | number",
1824
1920
  "description": "MISSING DESCRIPTION"
1825
1921
  },
1826
- "v-combobox/name": {
1827
- "type": "string",
1828
- "description": "MISSING DESCRIPTION"
1829
- },
1830
1922
  "v-combobox/readonly": {
1831
1923
  "type": "boolean",
1832
- "description": "MISSING DESCRIPTION"
1924
+ "description": "Puts input in readonly state"
1833
1925
  },
1834
1926
  "v-combobox/rules": {
1835
1927
  "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/next/packages/vuetify/src/composables/validation.ts#L16-L20\" target=\"_blank\">ValidationRule</a>[]",
1836
- "description": "MISSING DESCRIPTION"
1837
- },
1838
- "v-combobox/model-value": {
1839
- "type": "any",
1840
- "description": "MISSING DESCRIPTION"
1928
+ "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`"
1841
1929
  },
1842
1930
  "v-combobox/validate-on": {
1843
1931
  "type": "\"blur\" | \"input\" | \"submit\"",
1844
1932
  "description": "MISSING DESCRIPTION"
1845
1933
  },
1846
- "v-combobox/validation-value": {
1847
- "type": "any",
1848
- "description": "MISSING DESCRIPTION"
1849
- },
1850
1934
  "v-combobox/focused": {
1851
1935
  "type": "boolean",
1852
1936
  "description": "MISSING DESCRIPTION"
1853
1937
  },
1854
- "v-combobox/reverse": {
1855
- "type": "boolean",
1856
- "description": "MISSING DESCRIPTION"
1857
- },
1858
1938
  "v-combobox/hide-details": {
1859
1939
  "type": "boolean | \"auto\"",
1860
- "description": "MISSING DESCRIPTION"
1861
- },
1862
- "v-combobox/append-inner-icon": {
1863
- "type": "string | (new () => any) | FunctionalComponent",
1864
- "description": "MISSING DESCRIPTION"
1940
+ "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"
1865
1941
  },
1866
1942
  "v-combobox/bg-color": {
1867
1943
  "type": "string",
@@ -1873,7 +1949,7 @@
1873
1949
  },
1874
1950
  "v-combobox/clear-icon": {
1875
1951
  "type": "string | (new () => any) | FunctionalComponent",
1876
- "description": "MISSING DESCRIPTION"
1952
+ "description": "Applied when using **clearable** and the input is dirty"
1877
1953
  },
1878
1954
  "v-combobox/active": {
1879
1955
  "type": "boolean",
@@ -1883,37 +1959,29 @@
1883
1959
  "type": "string",
1884
1960
  "description": "MISSING DESCRIPTION"
1885
1961
  },
1886
- "v-combobox/dirty": {
1887
- "type": "boolean",
1888
- "description": "MISSING DESCRIPTION"
1889
- },
1890
1962
  "v-combobox/persistent-clear": {
1891
1963
  "type": "boolean",
1892
1964
  "description": "MISSING DESCRIPTION"
1893
1965
  },
1894
1966
  "v-combobox/prepend-inner-icon": {
1895
1967
  "type": "string | (new () => any) | FunctionalComponent",
1896
- "description": "MISSING DESCRIPTION"
1968
+ "description": "Prepends an icon inside the component's input, uses the same syntax as `v-icon`"
1897
1969
  },
1898
1970
  "v-combobox/single-line": {
1899
1971
  "type": "boolean",
1900
- "description": "MISSING DESCRIPTION"
1972
+ "description": "Label does not move on focus/dirty"
1901
1973
  },
1902
1974
  "v-combobox/variant": {
1903
1975
  "type": "\"underlined\" | \"outlined\" | \"filled\" | \"solo\" | \"plain\"",
1904
1976
  "description": "MISSING DESCRIPTION"
1905
1977
  },
1906
- "v-combobox/theme": {
1907
- "type": "string",
1908
- "description": "MISSING DESCRIPTION"
1909
- },
1910
1978
  "v-combobox/loading": {
1911
1979
  "type": "boolean",
1912
- "description": "MISSING DESCRIPTION"
1980
+ "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"
1913
1981
  },
1914
1982
  "v-combobox/counter": {
1915
1983
  "type": "string | number | true",
1916
- "description": "MISSING DESCRIPTION"
1984
+ "description": "Creates counter for input length; if no number is specified, it defaults to 25. Does not apply any validation."
1917
1985
  },
1918
1986
  "v-combobox/counter-value": {
1919
1987
  "type": "(value: any) => number",
@@ -1923,98 +1991,6 @@
1923
1991
  "type": "string[]",
1924
1992
  "description": "Accepts an array of strings that will trigger a new tag when typing. Does not replace the normal Tab and Enter keys."
1925
1993
  },
1926
- "v-combobox/filter-mode": {
1927
- "type": "\"every\" | \"some\" | \"union\" | \"intersection\"",
1928
- "description": "MISSING DESCRIPTION"
1929
- },
1930
- "v-combobox/no-filter": {
1931
- "type": "boolean",
1932
- "description": "MISSING DESCRIPTION"
1933
- },
1934
- "v-combobox/custom-filter": {
1935
- "type": "(value: string, query: string, item: any) => number | boolean | [number, number] | [number, number][]",
1936
- "description": "MISSING DESCRIPTION"
1937
- },
1938
- "v-combobox/custom-key-filter": {
1939
- "type": "{ }",
1940
- "description": "MISSING DESCRIPTION"
1941
- },
1942
- "v-combobox/filter-keys": {
1943
- "type": "string | string[]",
1944
- "description": "MISSING DESCRIPTION"
1945
- },
1946
- "v-combobox/chips": {
1947
- "type": "boolean",
1948
- "description": "MISSING DESCRIPTION"
1949
- },
1950
- "v-combobox/closable-chips": {
1951
- "type": "boolean",
1952
- "description": "MISSING DESCRIPTION"
1953
- },
1954
- "v-combobox/eager": {
1955
- "type": "boolean",
1956
- "description": "MISSING DESCRIPTION"
1957
- },
1958
- "v-combobox/hide-no-data": {
1959
- "type": "boolean",
1960
- "description": "MISSING DESCRIPTION"
1961
- },
1962
- "v-combobox/hide-selected": {
1963
- "type": "boolean",
1964
- "description": "MISSING DESCRIPTION"
1965
- },
1966
- "v-combobox/menu": {
1967
- "type": "boolean",
1968
- "description": "MISSING DESCRIPTION"
1969
- },
1970
- "v-combobox/menu-icon": {
1971
- "type": "string | (new () => any) | FunctionalComponent",
1972
- "description": "MISSING DESCRIPTION"
1973
- },
1974
- "v-combobox/menu-props": {
1975
- "type": "unknown",
1976
- "description": "MISSING DESCRIPTION"
1977
- },
1978
- "v-combobox/transition": {
1979
- "type": "string | boolean",
1980
- "description": "MISSING DESCRIPTION"
1981
- },
1982
- "v-combobox/multiple": {
1983
- "type": "boolean",
1984
- "description": "MISSING DESCRIPTION"
1985
- },
1986
- "v-combobox/no-data-text": {
1987
- "type": "string",
1988
- "description": "MISSING DESCRIPTION"
1989
- },
1990
- "v-combobox/open-on-clear": {
1991
- "type": "boolean",
1992
- "description": "MISSING DESCRIPTION"
1993
- },
1994
- "v-combobox/items": {
1995
- "type": "unknown[]",
1996
- "description": "MISSING DESCRIPTION"
1997
- },
1998
- "v-combobox/item-title": {
1999
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/next/packages/vuetify/src/util/helpers.ts#L71-L75\" target=\"_blank\">SelectItemKey</a>",
2000
- "description": "MISSING DESCRIPTION"
2001
- },
2002
- "v-combobox/item-value": {
2003
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/next/packages/vuetify/src/util/helpers.ts#L71-L75\" target=\"_blank\">SelectItemKey</a>",
2004
- "description": "MISSING DESCRIPTION"
2005
- },
2006
- "v-combobox/item-children": {
2007
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/next/packages/vuetify/src/util/helpers.ts#L71-L75\" target=\"_blank\">SelectItemKey</a>",
2008
- "description": "MISSING DESCRIPTION"
2009
- },
2010
- "v-combobox/item-props": {
2011
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/next/packages/vuetify/src/util/helpers.ts#L71-L75\" target=\"_blank\">SelectItemKey</a>",
2012
- "description": "MISSING DESCRIPTION"
2013
- },
2014
- "v-combobox/return-object": {
2015
- "type": "boolean",
2016
- "description": "MISSING DESCRIPTION"
2017
- },
2018
1994
  "v-counter/transition": {
2019
1995
  "type": "string | { component: DefineComponent<{ group: BooleanConstructor; hideOnLeave: BooleanConstructor; leaveAbsolute: BooleanConstructor; mode: { type: StringConstructor; default: string; }; origin: { type: StringConstructor; default: string; }; }, () => VNode<RendererNode, RendererElement, { [key: string]: any; }>, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<{ group: BooleanConstructor; hideOnLeave: BooleanConstructor; leaveAbsolute: BooleanConstructor; mode: { type: StringConstructor; default: string; }; origin: { type: StringConstructor; default: string; }; }>>, { group: boolean; hideOnLeave: boolean; leaveAbsolute: boolean; mode: string; origin: string; }> }",
2020
1996
  "description": "MISSING DESCRIPTION"
@@ -2445,11 +2421,11 @@
2445
2421
  },
2446
2422
  "v-file-input/append-icon": {
2447
2423
  "type": "string | (new () => any) | FunctionalComponent",
2448
- "description": "MISSING DESCRIPTION"
2424
+ "description": "Appends an icon to the component, uses the same syntax as `v-icon`"
2449
2425
  },
2450
2426
  "v-file-input/prepend-icon": {
2451
2427
  "type": "string | (new () => any) | FunctionalComponent",
2452
- "description": "MISSING DESCRIPTION"
2428
+ "description": "Prepends an icon to the component, uses the same syntax as `v-icon`"
2453
2429
  },
2454
2430
  "v-file-input/messages": {
2455
2431
  "type": "string | string[]",
@@ -2485,7 +2461,7 @@
2485
2461
  },
2486
2462
  "v-file-input/label": {
2487
2463
  "type": "string",
2488
- "description": "MISSING DESCRIPTION"
2464
+ "description": "Sets input label"
2489
2465
  },
2490
2466
  "v-file-input/readonly": {
2491
2467
  "type": "boolean",
@@ -2517,7 +2493,7 @@
2517
2493
  },
2518
2494
  "v-file-input/hide-details": {
2519
2495
  "type": "boolean | \"auto\"",
2520
- "description": "MISSING DESCRIPTION"
2496
+ "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"
2521
2497
  },
2522
2498
  "v-file-input/append-inner-icon": {
2523
2499
  "type": "string | (new () => any) | FunctionalComponent",
@@ -2569,7 +2545,7 @@
2569
2545
  },
2570
2546
  "v-file-input/loading": {
2571
2547
  "type": "boolean",
2572
- "description": "MISSING DESCRIPTION"
2548
+ "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"
2573
2549
  },
2574
2550
  "v-file-input/chips": {
2575
2551
  "type": "boolean",
@@ -2593,15 +2569,15 @@
2593
2569
  },
2594
2570
  "v-file-input/hint": {
2595
2571
  "type": "string",
2596
- "description": "MISSING DESCRIPTION"
2572
+ "description": "Hint text"
2597
2573
  },
2598
2574
  "v-file-input/persistent-hint": {
2599
2575
  "type": "boolean",
2600
- "description": "MISSING DESCRIPTION"
2576
+ "description": "Forces hint to always be visible"
2601
2577
  },
2602
2578
  "v-file-input/placeholder": {
2603
2579
  "type": "string",
2604
- "description": "MISSING DESCRIPTION"
2580
+ "description": "Sets the input's placeholder text"
2605
2581
  },
2606
2582
  "v-file-input/show-size": {
2607
2583
  "type": "boolean | 1000 | 1024",
@@ -4105,11 +4081,11 @@
4105
4081
  },
4106
4082
  "v-radio-group/append-icon": {
4107
4083
  "type": "string | (new () => any) | FunctionalComponent",
4108
- "description": "MISSING DESCRIPTION"
4084
+ "description": "Appends an icon to the component, uses the same syntax as `v-icon`"
4109
4085
  },
4110
4086
  "v-radio-group/prepend-icon": {
4111
4087
  "type": "string | (new () => any) | FunctionalComponent",
4112
- "description": "MISSING DESCRIPTION"
4088
+ "description": "Prepends an icon to the component, uses the same syntax as `v-icon`"
4113
4089
  },
4114
4090
  "v-radio-group/messages": {
4115
4091
  "type": "string | string[]",
@@ -4149,7 +4125,7 @@
4149
4125
  },
4150
4126
  "v-radio-group/label": {
4151
4127
  "type": "string",
4152
- "description": "MISSING DESCRIPTION"
4128
+ "description": "Sets input label"
4153
4129
  },
4154
4130
  "v-radio-group/readonly": {
4155
4131
  "type": "boolean",
@@ -4177,7 +4153,7 @@
4177
4153
  },
4178
4154
  "v-radio-group/hide-details": {
4179
4155
  "type": "boolean | \"auto\"",
4180
- "description": "MISSING DESCRIPTION"
4156
+ "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"
4181
4157
  },
4182
4158
  "v-radio-group/color": {
4183
4159
  "type": "string",
@@ -4209,7 +4185,7 @@
4209
4185
  },
4210
4186
  "v-radio-group/height": {
4211
4187
  "type": "string | number",
4212
- "description": "Sets the height for the component"
4188
+ "description": "Sets the height of the input"
4213
4189
  },
4214
4190
  "v-range-slider/focused": {
4215
4191
  "type": "boolean",
@@ -4221,11 +4197,11 @@
4221
4197
  },
4222
4198
  "v-range-slider/append-icon": {
4223
4199
  "type": "string | (new () => any) | FunctionalComponent",
4224
- "description": "MISSING DESCRIPTION"
4200
+ "description": "Appends an icon to the component, uses the same syntax as `v-icon`"
4225
4201
  },
4226
4202
  "v-range-slider/prepend-icon": {
4227
4203
  "type": "string | (new () => any) | FunctionalComponent",
4228
- "description": "MISSING DESCRIPTION"
4204
+ "description": "Prepends an icon to the component, uses the same syntax as `v-icon`"
4229
4205
  },
4230
4206
  "v-range-slider/messages": {
4231
4207
  "type": "string | string[]",
@@ -4261,7 +4237,7 @@
4261
4237
  },
4262
4238
  "v-range-slider/label": {
4263
4239
  "type": "string",
4264
- "description": "MISSING DESCRIPTION"
4240
+ "description": "Sets input label"
4265
4241
  },
4266
4242
  "v-range-slider/readonly": {
4267
4243
  "type": "boolean",
@@ -4289,7 +4265,7 @@
4289
4265
  },
4290
4266
  "v-range-slider/hide-details": {
4291
4267
  "type": "boolean | \"auto\"",
4292
- "description": "MISSING DESCRIPTION"
4268
+ "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"
4293
4269
  },
4294
4270
  "v-range-slider/max": {
4295
4271
  "type": "string | number",
@@ -4423,81 +4399,177 @@
4423
4399
  "type": "string | number",
4424
4400
  "description": "Sets the height and width of the component. Default unit is px. Can also use the following predefined sizes: **x-small**, **small**, **default**, **large**, and **x-large**."
4425
4401
  },
4426
- "v-rating/tag": {
4427
- "type": "string",
4428
- "description": "Specify a custom tag used on the root element."
4402
+ "v-rating/tag": {
4403
+ "type": "string",
4404
+ "description": "Specify a custom tag used on the root element."
4405
+ },
4406
+ "v-rating/theme": {
4407
+ "type": "string",
4408
+ "description": "Specify a theme for this component and all of its children"
4409
+ },
4410
+ "v-rating/item-labels": {
4411
+ "type": "string[]",
4412
+ "description": "Array of labels to display next to each item."
4413
+ },
4414
+ "v-responsive/height": {
4415
+ "type": "string | number",
4416
+ "description": "Sets the height for the component."
4417
+ },
4418
+ "v-responsive/max-height": {
4419
+ "type": "string | number",
4420
+ "description": "Sets the maximum height for the component."
4421
+ },
4422
+ "v-responsive/max-width": {
4423
+ "type": "string | number",
4424
+ "description": "Sets the maximum width for the component."
4425
+ },
4426
+ "v-responsive/min-height": {
4427
+ "type": "string | number",
4428
+ "description": "Sets the minimum height for the component."
4429
+ },
4430
+ "v-responsive/min-width": {
4431
+ "type": "string | number",
4432
+ "description": "Sets the minimum width for the component."
4433
+ },
4434
+ "v-responsive/width": {
4435
+ "type": "string | number",
4436
+ "description": "Sets the width for the component."
4437
+ },
4438
+ "v-responsive/aspect-ratio": {
4439
+ "type": "string | number",
4440
+ "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."
4441
+ },
4442
+ "v-responsive/content-class": {
4443
+ "type": "string",
4444
+ "description": "Apply a custom class to the responsive content div."
4445
+ },
4446
+ "v-select/label": {
4447
+ "type": "string",
4448
+ "description": "Sets input label"
4449
+ },
4450
+ "v-select/type": {
4451
+ "type": "string",
4452
+ "description": "Sets input type"
4453
+ },
4454
+ "v-select/chips": {
4455
+ "type": "boolean",
4456
+ "description": "Changes display of selections to chips"
4457
+ },
4458
+ "v-select/closable-chips": {
4459
+ "type": "boolean",
4460
+ "description": "MISSING DESCRIPTION"
4461
+ },
4462
+ "v-select/eager": {
4463
+ "type": "boolean",
4464
+ "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."
4465
+ },
4466
+ "v-select/hide-no-data": {
4467
+ "type": "boolean",
4468
+ "description": "MISSING DESCRIPTION"
4469
+ },
4470
+ "v-select/hide-selected": {
4471
+ "type": "boolean",
4472
+ "description": "Do not display in the select menu items that are already selected"
4473
+ },
4474
+ "v-select/menu": {
4475
+ "type": "boolean",
4476
+ "description": "MISSING DESCRIPTION"
4477
+ },
4478
+ "v-select/menu-icon": {
4479
+ "type": "string | (new () => any) | FunctionalComponent",
4480
+ "description": "MISSING DESCRIPTION"
4481
+ },
4482
+ "v-select/menu-props": {
4483
+ "type": "unknown",
4484
+ "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 }\"`"
4485
+ },
4486
+ "v-select/id": {
4487
+ "type": "string",
4488
+ "description": "MISSING DESCRIPTION"
4489
+ },
4490
+ "v-select/disabled": {
4491
+ "type": "boolean",
4492
+ "description": "Disables the input"
4493
+ },
4494
+ "v-select/model-value": {
4495
+ "type": "any",
4496
+ "description": "MISSING DESCRIPTION"
4429
4497
  },
4430
- "v-rating/theme": {
4498
+ "v-select/reverse": {
4499
+ "type": "boolean",
4500
+ "description": "Reverses the input orientation"
4501
+ },
4502
+ "v-select/theme": {
4431
4503
  "type": "string",
4432
4504
  "description": "Specify a theme for this component and all of its children"
4433
4505
  },
4434
- "v-rating/item-labels": {
4435
- "type": "string[]",
4436
- "description": "Array of labels to display next to each item."
4437
- },
4438
- "v-responsive/height": {
4439
- "type": "string | number",
4440
- "description": "Sets the height for the component."
4506
+ "v-select/transition": {
4507
+ "type": "string | { component: DefineComponent<{ target: PropType<HTMLElement>; }, () => JSX.Element, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<{ target: PropType<HTMLElement>; }>>, {}> }",
4508
+ "description": "MISSING DESCRIPTION"
4441
4509
  },
4442
- "v-responsive/max-height": {
4443
- "type": "string | number",
4444
- "description": "Sets the maximum height for the component."
4510
+ "v-select/name": {
4511
+ "type": "string",
4512
+ "description": "MISSING DESCRIPTION"
4445
4513
  },
4446
- "v-responsive/max-width": {
4447
- "type": "string | number",
4448
- "description": "Sets the maximum width for the component."
4514
+ "v-select/multiple": {
4515
+ "type": "boolean",
4516
+ "description": "Changes select to multiple. Accepts array for value"
4449
4517
  },
4450
- "v-responsive/min-height": {
4451
- "type": "string | number",
4452
- "description": "Sets the minimum height for the component."
4518
+ "v-select/no-data-text": {
4519
+ "type": "string",
4520
+ "description": "Display text when there is no data"
4453
4521
  },
4454
- "v-responsive/min-width": {
4455
- "type": "string | number",
4456
- "description": "Sets the minimum width for the component."
4522
+ "v-select/open-on-clear": {
4523
+ "type": "boolean",
4524
+ "description": "When using the **clearable** prop, once cleared, the select menu will either open or stay open, depending on the current state"
4457
4525
  },
4458
- "v-responsive/width": {
4459
- "type": "string | number",
4460
- "description": "Sets the width for the component."
4526
+ "v-select/items": {
4527
+ "type": "unknown[]",
4528
+ "description": "Can be an array of objects or array of strings. When using objects, will look for a title, value and disabled keys. This can be changed using the **item-title**, **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."
4461
4529
  },
4462
- "v-responsive/aspect-ratio": {
4463
- "type": "string | number",
4464
- "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."
4530
+ "v-select/item-title": {
4531
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/next/packages/vuetify/src/util/helpers.ts#L71-L75\" target=\"_blank\">SelectItemKey</a>",
4532
+ "description": "MISSING DESCRIPTION"
4465
4533
  },
4466
- "v-responsive/content-class": {
4467
- "type": "string",
4468
- "description": "Apply a custom class to the responsive content div."
4534
+ "v-select/item-value": {
4535
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/next/packages/vuetify/src/util/helpers.ts#L71-L75\" target=\"_blank\">SelectItemKey</a>",
4536
+ "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)"
4469
4537
  },
4470
- "v-select/label": {
4471
- "type": "string",
4538
+ "v-select/item-children": {
4539
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/next/packages/vuetify/src/util/helpers.ts#L71-L75\" target=\"_blank\">SelectItemKey</a>",
4472
4540
  "description": "MISSING DESCRIPTION"
4473
4541
  },
4474
- "v-select/type": {
4475
- "type": "string",
4542
+ "v-select/item-props": {
4543
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/next/packages/vuetify/src/util/helpers.ts#L71-L75\" target=\"_blank\">SelectItemKey</a>",
4476
4544
  "description": "MISSING DESCRIPTION"
4477
4545
  },
4546
+ "v-select/return-object": {
4547
+ "type": "boolean",
4548
+ "description": "Changes the selection behavior to return the object directly rather than the value specified with **item-value**"
4549
+ },
4478
4550
  "v-select/autofocus": {
4479
4551
  "type": "boolean",
4480
- "description": "MISSING DESCRIPTION"
4552
+ "description": "Enables autofocus"
4481
4553
  },
4482
4554
  "v-select/hint": {
4483
4555
  "type": "string",
4484
- "description": "MISSING DESCRIPTION"
4556
+ "description": "Hint text"
4485
4557
  },
4486
4558
  "v-select/persistent-hint": {
4487
4559
  "type": "boolean",
4488
- "description": "MISSING DESCRIPTION"
4560
+ "description": "Forces hint to always be visible"
4489
4561
  },
4490
4562
  "v-select/prefix": {
4491
4563
  "type": "string",
4492
- "description": "MISSING DESCRIPTION"
4564
+ "description": "Displays prefix text"
4493
4565
  },
4494
4566
  "v-select/placeholder": {
4495
4567
  "type": "string",
4496
- "description": "MISSING DESCRIPTION"
4568
+ "description": "Sets the input’s placeholder text"
4497
4569
  },
4498
4570
  "v-select/persistent-placeholder": {
4499
4571
  "type": "boolean",
4500
- "description": "MISSING DESCRIPTION"
4572
+ "description": "Forces placeholder to always be visible"
4501
4573
  },
4502
4574
  "v-select/persistent-counter": {
4503
4575
  "type": "boolean",
@@ -4505,23 +4577,19 @@
4505
4577
  },
4506
4578
  "v-select/suffix": {
4507
4579
  "type": "string",
4508
- "description": "MISSING DESCRIPTION"
4509
- },
4510
- "v-select/id": {
4511
- "type": "string",
4512
- "description": "MISSING DESCRIPTION"
4580
+ "description": "Displays suffix text"
4513
4581
  },
4514
4582
  "v-select/append-icon": {
4515
4583
  "type": "string | (new () => any) | FunctionalComponent",
4516
- "description": "MISSING DESCRIPTION"
4584
+ "description": "Appends an icon to the outside the component's input, uses same syntax as `v-icon`"
4517
4585
  },
4518
4586
  "v-select/prepend-icon": {
4519
4587
  "type": "string | (new () => any) | FunctionalComponent",
4520
- "description": "MISSING DESCRIPTION"
4588
+ "description": "Prepends an icon to the outnside the component's input, uses the same syntax as `v-icon`"
4521
4589
  },
4522
4590
  "v-select/messages": {
4523
4591
  "type": "string | string[]",
4524
- "description": "MISSING DESCRIPTION"
4592
+ "description": "Displays a list of messages or message if using a string"
4525
4593
  },
4526
4594
  "v-select/direction": {
4527
4595
  "type": "\"horizontal\" | \"vertical\"",
@@ -4529,63 +4597,39 @@
4529
4597
  },
4530
4598
  "v-select/density": {
4531
4599
  "type": "\"default\" | \"comfortable\" | \"compact\"",
4532
- "description": "MISSING DESCRIPTION"
4533
- },
4534
- "v-select/disabled": {
4535
- "type": "boolean",
4536
- "description": "Disables the input"
4600
+ "description": "Adjusts vertical spacing within the component. Available options are: **default**, **comfortable**, and **compact**."
4537
4601
  },
4538
4602
  "v-select/error": {
4539
4603
  "type": "boolean",
4540
- "description": "MISSING DESCRIPTION"
4604
+ "description": "Puts the input in a manual error state"
4541
4605
  },
4542
4606
  "v-select/error-messages": {
4543
4607
  "type": "string | string[]",
4544
- "description": "MISSING DESCRIPTION"
4608
+ "description": "Puts the input in an error state and passes through custom error messages. Will be combined with any validations that occur from the **rules** prop. This field will not trigger validation"
4545
4609
  },
4546
4610
  "v-select/max-errors": {
4547
4611
  "type": "string | number",
4548
4612
  "description": "MISSING DESCRIPTION"
4549
4613
  },
4550
- "v-select/name": {
4551
- "type": "string",
4552
- "description": "MISSING DESCRIPTION"
4553
- },
4554
4614
  "v-select/readonly": {
4555
4615
  "type": "boolean",
4556
- "description": "MISSING DESCRIPTION"
4616
+ "description": "Puts input in readonly state"
4557
4617
  },
4558
4618
  "v-select/rules": {
4559
4619
  "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/next/packages/vuetify/src/composables/validation.ts#L16-L20\" target=\"_blank\">ValidationRule</a>[]",
4560
- "description": "MISSING DESCRIPTION"
4561
- },
4562
- "v-select/model-value": {
4563
- "type": "any",
4564
- "description": "MISSING DESCRIPTION"
4620
+ "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`"
4565
4621
  },
4566
4622
  "v-select/validate-on": {
4567
4623
  "type": "\"blur\" | \"input\" | \"submit\"",
4568
4624
  "description": "MISSING DESCRIPTION"
4569
4625
  },
4570
- "v-select/validation-value": {
4571
- "type": "any",
4572
- "description": "MISSING DESCRIPTION"
4573
- },
4574
4626
  "v-select/focused": {
4575
4627
  "type": "boolean",
4576
4628
  "description": "MISSING DESCRIPTION"
4577
4629
  },
4578
- "v-select/reverse": {
4579
- "type": "boolean",
4580
- "description": "MISSING DESCRIPTION"
4581
- },
4582
4630
  "v-select/hide-details": {
4583
4631
  "type": "boolean | \"auto\"",
4584
- "description": "MISSING DESCRIPTION"
4585
- },
4586
- "v-select/append-inner-icon": {
4587
- "type": "string | (new () => any) | FunctionalComponent",
4588
- "description": "MISSING DESCRIPTION"
4632
+ "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"
4589
4633
  },
4590
4634
  "v-select/bg-color": {
4591
4635
  "type": "string",
@@ -4597,7 +4641,7 @@
4597
4641
  },
4598
4642
  "v-select/clear-icon": {
4599
4643
  "type": "string | (new () => any) | FunctionalComponent",
4600
- "description": "MISSING DESCRIPTION"
4644
+ "description": "Applied when using **clearable** and the input is dirty"
4601
4645
  },
4602
4646
  "v-select/active": {
4603
4647
  "type": "boolean",
@@ -4607,114 +4651,34 @@
4607
4651
  "type": "string",
4608
4652
  "description": "MISSING DESCRIPTION"
4609
4653
  },
4610
- "v-select/dirty": {
4611
- "type": "boolean",
4612
- "description": "MISSING DESCRIPTION"
4613
- },
4614
4654
  "v-select/persistent-clear": {
4615
4655
  "type": "boolean",
4616
4656
  "description": "MISSING DESCRIPTION"
4617
4657
  },
4618
4658
  "v-select/prepend-inner-icon": {
4619
4659
  "type": "string | (new () => any) | FunctionalComponent",
4620
- "description": "MISSING DESCRIPTION"
4660
+ "description": "Prepends an icon inside the component's input, uses the same syntax as `v-icon`"
4621
4661
  },
4622
4662
  "v-select/single-line": {
4623
4663
  "type": "boolean",
4624
- "description": "MISSING DESCRIPTION"
4664
+ "description": "Label does not move on focus/dirty"
4625
4665
  },
4626
4666
  "v-select/variant": {
4627
4667
  "type": "\"underlined\" | \"outlined\" | \"filled\" | \"solo\" | \"plain\"",
4628
4668
  "description": "MISSING DESCRIPTION"
4629
4669
  },
4630
- "v-select/theme": {
4631
- "type": "string",
4632
- "description": "MISSING DESCRIPTION"
4633
- },
4634
4670
  "v-select/loading": {
4635
4671
  "type": "boolean",
4636
- "description": "MISSING DESCRIPTION"
4672
+ "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"
4637
4673
  },
4638
4674
  "v-select/counter": {
4639
4675
  "type": "string | number | true",
4640
- "description": "MISSING DESCRIPTION"
4676
+ "description": "Creates counter for input length; if no number is specified, it defaults to 25. Does not apply any validation."
4641
4677
  },
4642
4678
  "v-select/counter-value": {
4643
4679
  "type": "(value: any) => number",
4644
4680
  "description": "MISSING DESCRIPTION"
4645
4681
  },
4646
- "v-select/chips": {
4647
- "type": "boolean",
4648
- "description": "Changes display of selections to chips"
4649
- },
4650
- "v-select/closable-chips": {
4651
- "type": "boolean",
4652
- "description": "MISSING DESCRIPTION"
4653
- },
4654
- "v-select/eager": {
4655
- "type": "boolean",
4656
- "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."
4657
- },
4658
- "v-select/hide-no-data": {
4659
- "type": "boolean",
4660
- "description": "MISSING DESCRIPTION"
4661
- },
4662
- "v-select/hide-selected": {
4663
- "type": "boolean",
4664
- "description": "Do not display in the select menu items that are already selected"
4665
- },
4666
- "v-select/menu": {
4667
- "type": "boolean",
4668
- "description": "MISSING DESCRIPTION"
4669
- },
4670
- "v-select/menu-icon": {
4671
- "type": "string | (new () => any) | FunctionalComponent",
4672
- "description": "MISSING DESCRIPTION"
4673
- },
4674
- "v-select/menu-props": {
4675
- "type": "unknown",
4676
- "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 }\"`"
4677
- },
4678
- "v-select/transition": {
4679
- "type": "string | { component: DefineComponent<{ target: PropType<HTMLElement>; }, () => JSX.Element, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<{ target: PropType<HTMLElement>; }>>, {}> }",
4680
- "description": "MISSING DESCRIPTION"
4681
- },
4682
- "v-select/multiple": {
4683
- "type": "boolean",
4684
- "description": "Changes select to multiple. Accepts array for value"
4685
- },
4686
- "v-select/no-data-text": {
4687
- "type": "string",
4688
- "description": "Display text when there is no data"
4689
- },
4690
- "v-select/open-on-clear": {
4691
- "type": "boolean",
4692
- "description": "When using the **clearable** prop, once cleared, the select menu will either open or stay open, depending on the current state"
4693
- },
4694
- "v-select/items": {
4695
- "type": "unknown[]",
4696
- "description": "Can be an array of objects or array of strings. When using objects, will look for a title, value and disabled keys. This can be changed using the **item-title**, **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."
4697
- },
4698
- "v-select/item-title": {
4699
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/next/packages/vuetify/src/util/helpers.ts#L71-L75\" target=\"_blank\">SelectItemKey</a>",
4700
- "description": "MISSING DESCRIPTION"
4701
- },
4702
- "v-select/item-value": {
4703
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/next/packages/vuetify/src/util/helpers.ts#L71-L75\" target=\"_blank\">SelectItemKey</a>",
4704
- "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)"
4705
- },
4706
- "v-select/item-children": {
4707
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/next/packages/vuetify/src/util/helpers.ts#L71-L75\" target=\"_blank\">SelectItemKey</a>",
4708
- "description": "MISSING DESCRIPTION"
4709
- },
4710
- "v-select/item-props": {
4711
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/next/packages/vuetify/src/util/helpers.ts#L71-L75\" target=\"_blank\">SelectItemKey</a>",
4712
- "description": "MISSING DESCRIPTION"
4713
- },
4714
- "v-select/return-object": {
4715
- "type": "boolean",
4716
- "description": "Changes the selection behavior to return the object directly rather than the value specified with **item-value**"
4717
- },
4718
4682
  "v-selection-control/type": {
4719
4683
  "type": "string",
4720
4684
  "description": "MISSING DESCRIPTION"
@@ -5073,11 +5037,11 @@
5073
5037
  },
5074
5038
  "v-slider/append-icon": {
5075
5039
  "type": "string | (new () => any) | FunctionalComponent",
5076
- "description": "MISSING DESCRIPTION"
5040
+ "description": "Appends an icon to the component, uses the same syntax as `v-icon`"
5077
5041
  },
5078
5042
  "v-slider/prepend-icon": {
5079
5043
  "type": "string | (new () => any) | FunctionalComponent",
5080
- "description": "MISSING DESCRIPTION"
5044
+ "description": "Prepends an icon to the component, uses the same syntax as `v-icon`"
5081
5045
  },
5082
5046
  "v-slider/messages": {
5083
5047
  "type": "string | string[]",
@@ -5101,7 +5065,7 @@
5101
5065
  },
5102
5066
  "v-slider/label": {
5103
5067
  "type": "string",
5104
- "description": "MISSING DESCRIPTION"
5068
+ "description": "Sets input label"
5105
5069
  },
5106
5070
  "v-slider/rules": {
5107
5071
  "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/next/packages/vuetify/src/composables/validation.ts#L16-L20\" target=\"_blank\">ValidationRule</a>[]",
@@ -5121,7 +5085,7 @@
5121
5085
  },
5122
5086
  "v-slider/hide-details": {
5123
5087
  "type": "boolean | \"auto\"",
5124
- "description": "MISSING DESCRIPTION"
5088
+ "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"
5125
5089
  },
5126
5090
  "v-snackbar/activator": {
5127
5091
  "type": "string | Element | ComponentPublicInstance",
@@ -5277,11 +5241,11 @@
5277
5241
  },
5278
5242
  "v-switch/append-icon": {
5279
5243
  "type": "string | (new () => any) | FunctionalComponent",
5280
- "description": "MISSING DESCRIPTION"
5244
+ "description": "Appends an icon to the component, uses the same syntax as `v-icon`"
5281
5245
  },
5282
5246
  "v-switch/prepend-icon": {
5283
5247
  "type": "string | (new () => any) | FunctionalComponent",
5284
- "description": "MISSING DESCRIPTION"
5248
+ "description": "Prepends an icon to the component, uses the same syntax as `v-icon`"
5285
5249
  },
5286
5250
  "v-switch/messages": {
5287
5251
  "type": "string | string[]",
@@ -5321,7 +5285,7 @@
5321
5285
  },
5322
5286
  "v-switch/label": {
5323
5287
  "type": "string",
5324
- "description": "MISSING DESCRIPTION"
5288
+ "description": "Sets input label"
5325
5289
  },
5326
5290
  "v-switch/readonly": {
5327
5291
  "type": "boolean",
@@ -5353,7 +5317,7 @@
5353
5317
  },
5354
5318
  "v-switch/hide-details": {
5355
5319
  "type": "boolean | \"auto\"",
5356
- "description": "MISSING DESCRIPTION"
5320
+ "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"
5357
5321
  },
5358
5322
  "v-switch/true-value": {
5359
5323
  "type": "any",
@@ -5365,7 +5329,7 @@
5365
5329
  },
5366
5330
  "v-switch/value": {
5367
5331
  "type": "any",
5368
- "description": "MISSING DESCRIPTION"
5332
+ "description": "The input's value"
5369
5333
  },
5370
5334
  "v-switch/color": {
5371
5335
  "type": "string",
@@ -5625,11 +5589,11 @@
5625
5589
  },
5626
5590
  "v-textarea/append-icon": {
5627
5591
  "type": "string | (new () => any) | FunctionalComponent",
5628
- "description": "MISSING DESCRIPTION"
5592
+ "description": "Appends an icon to the component, uses the same syntax as `v-icon`"
5629
5593
  },
5630
5594
  "v-textarea/prepend-icon": {
5631
5595
  "type": "string | (new () => any) | FunctionalComponent",
5632
- "description": "MISSING DESCRIPTION"
5596
+ "description": "Prepends an icon to the component, uses the same syntax as `v-icon`"
5633
5597
  },
5634
5598
  "v-textarea/messages": {
5635
5599
  "type": "string | string[]",
@@ -5665,7 +5629,7 @@
5665
5629
  },
5666
5630
  "v-textarea/label": {
5667
5631
  "type": "string",
5668
- "description": "MISSING DESCRIPTION"
5632
+ "description": "Sets input label"
5669
5633
  },
5670
5634
  "v-textarea/readonly": {
5671
5635
  "type": "boolean",
@@ -5697,7 +5661,7 @@
5697
5661
  },
5698
5662
  "v-textarea/hide-details": {
5699
5663
  "type": "boolean | \"auto\"",
5700
- "description": "MISSING DESCRIPTION"
5664
+ "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"
5701
5665
  },
5702
5666
  "v-textarea/append-inner-icon": {
5703
5667
  "type": "string | (new () => any) | FunctionalComponent",
@@ -5749,7 +5713,7 @@
5749
5713
  },
5750
5714
  "v-textarea/loading": {
5751
5715
  "type": "boolean",
5752
- "description": "MISSING DESCRIPTION"
5716
+ "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"
5753
5717
  },
5754
5718
  "v-textarea/auto-grow": {
5755
5719
  "type": "boolean",
@@ -5761,11 +5725,11 @@
5761
5725
  },
5762
5726
  "v-textarea/hint": {
5763
5727
  "type": "string",
5764
- "description": "MISSING DESCRIPTION"
5728
+ "description": "Hint text"
5765
5729
  },
5766
5730
  "v-textarea/persistent-hint": {
5767
5731
  "type": "boolean",
5768
- "description": "MISSING DESCRIPTION"
5732
+ "description": "Forces hint to always be visible"
5769
5733
  },
5770
5734
  "v-textarea/prefix": {
5771
5735
  "type": "string",
@@ -5773,7 +5737,7 @@
5773
5737
  },
5774
5738
  "v-textarea/placeholder": {
5775
5739
  "type": "string",
5776
- "description": "MISSING DESCRIPTION"
5740
+ "description": "Sets the input's placeholder text"
5777
5741
  },
5778
5742
  "v-textarea/persistent-placeholder": {
5779
5743
  "type": "boolean",
@@ -5809,7 +5773,7 @@
5809
5773
  },
5810
5774
  "v-text-field/label": {
5811
5775
  "type": "string",
5812
- "description": "MISSING DESCRIPTION"
5776
+ "description": "Sets input label"
5813
5777
  },
5814
5778
  "v-text-field/type": {
5815
5779
  "type": "string",
@@ -5821,11 +5785,11 @@
5821
5785
  },
5822
5786
  "v-text-field/hint": {
5823
5787
  "type": "string",
5824
- "description": "MISSING DESCRIPTION"
5788
+ "description": "Hint text"
5825
5789
  },
5826
5790
  "v-text-field/persistent-hint": {
5827
5791
  "type": "boolean",
5828
- "description": "MISSING DESCRIPTION"
5792
+ "description": "Forces hint to always be visible"
5829
5793
  },
5830
5794
  "v-text-field/prefix": {
5831
5795
  "type": "string",
@@ -5921,7 +5885,7 @@
5921
5885
  },
5922
5886
  "v-text-field/hide-details": {
5923
5887
  "type": "boolean | \"auto\"",
5924
- "description": "MISSING DESCRIPTION"
5888
+ "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"
5925
5889
  },
5926
5890
  "v-text-field/append-inner-icon": {
5927
5891
  "type": "string | (new () => any) | FunctionalComponent",
@@ -5973,7 +5937,7 @@
5973
5937
  },
5974
5938
  "v-text-field/loading": {
5975
5939
  "type": "boolean",
5976
- "description": "MISSING DESCRIPTION"
5940
+ "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"
5977
5941
  },
5978
5942
  "v-text-field/counter": {
5979
5943
  "type": "string | number | true",