vuetify 3.1.14 → 3.1.15

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 (97) hide show
  1. package/dist/json/attributes.json +149 -97
  2. package/dist/json/importMap.json +70 -70
  3. package/dist/json/tags.json +13 -0
  4. package/dist/json/web-types.json +440 -209
  5. package/dist/vuetify-labs.css +161 -152
  6. package/dist/vuetify-labs.d.ts +518 -160
  7. package/dist/vuetify-labs.esm.js +176 -116
  8. package/dist/vuetify-labs.esm.js.map +1 -1
  9. package/dist/vuetify-labs.js +176 -116
  10. package/dist/vuetify-labs.min.css +2 -2
  11. package/dist/vuetify.css +11 -2
  12. package/dist/vuetify.d.ts +486 -161
  13. package/dist/vuetify.esm.js +118 -68
  14. package/dist/vuetify.esm.js.map +1 -1
  15. package/dist/vuetify.js +118 -68
  16. package/dist/vuetify.js.map +1 -1
  17. package/dist/vuetify.min.css +2 -2
  18. package/dist/vuetify.min.js +728 -717
  19. package/dist/vuetify.min.js.map +1 -1
  20. package/lib/components/VAutocomplete/VAutocomplete.css +9 -0
  21. package/lib/components/VAutocomplete/VAutocomplete.mjs +50 -6
  22. package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
  23. package/lib/components/VAutocomplete/VAutocomplete.sass +10 -0
  24. package/lib/components/VAutocomplete/index.d.ts +29 -17
  25. package/lib/components/VCard/VCard.mjs.map +1 -1
  26. package/lib/components/VCard/index.d.ts +21 -16
  27. package/lib/components/VCheckbox/VCheckbox.mjs +2 -2
  28. package/lib/components/VCheckbox/VCheckbox.mjs.map +1 -1
  29. package/lib/components/VCheckbox/index.d.ts +22 -1
  30. package/lib/components/VCombobox/VCombobox.css +1 -1
  31. package/lib/components/VCombobox/VCombobox.mjs +6 -4
  32. package/lib/components/VCombobox/VCombobox.mjs.map +1 -1
  33. package/lib/components/VCombobox/VCombobox.sass +1 -1
  34. package/lib/components/VCombobox/index.d.ts +29 -17
  35. package/lib/components/VField/index.d.ts +6 -0
  36. package/lib/components/VFileInput/VFileInput.mjs +13 -17
  37. package/lib/components/VFileInput/VFileInput.mjs.map +1 -1
  38. package/lib/components/VFileInput/index.d.ts +68 -23
  39. package/lib/components/VInput/VInput.mjs +14 -7
  40. package/lib/components/VInput/VInput.mjs.map +1 -1
  41. package/lib/components/VInput/index.d.ts +22 -1
  42. package/lib/components/VOverlay/locationStrategies.mjs +9 -4
  43. package/lib/components/VOverlay/locationStrategies.mjs.map +1 -1
  44. package/lib/components/VRadioGroup/VRadioGroup.mjs +2 -2
  45. package/lib/components/VRadioGroup/VRadioGroup.mjs.map +1 -1
  46. package/lib/components/VRadioGroup/index.d.ts +22 -1
  47. package/lib/components/VRangeSlider/VRangeSlider.mjs +2 -2
  48. package/lib/components/VRangeSlider/VRangeSlider.mjs.map +1 -1
  49. package/lib/components/VRangeSlider/index.d.ts +22 -1
  50. package/lib/components/VSelect/VSelect.mjs +6 -0
  51. package/lib/components/VSelect/VSelect.mjs.map +1 -1
  52. package/lib/components/VSelect/index.d.ts +32 -17
  53. package/lib/components/VSlider/VSlider.mjs +2 -2
  54. package/lib/components/VSlider/VSlider.mjs.map +1 -1
  55. package/lib/components/VSlider/index.d.ts +22 -1
  56. package/lib/components/VSwitch/VSwitch.mjs +5 -3
  57. package/lib/components/VSwitch/VSwitch.mjs.map +1 -1
  58. package/lib/components/VSwitch/index.d.ts +43 -1
  59. package/lib/components/VTextField/VTextField.mjs +4 -12
  60. package/lib/components/VTextField/VTextField.mjs.map +1 -1
  61. package/lib/components/VTextField/index.d.ts +70 -22
  62. package/lib/components/VTextarea/VTextarea.mjs +4 -12
  63. package/lib/components/VTextarea/VTextarea.mjs.map +1 -1
  64. package/lib/components/VTextarea/index.d.ts +61 -22
  65. package/lib/components/VTreeview/_mixins.sass +0 -0
  66. package/lib/components/VTreeview/util/filterTreeItems.mjs +0 -0
  67. package/lib/components/VValidation/index.d.ts +10 -1
  68. package/lib/components/index.d.ts +465 -140
  69. package/lib/composables/focus.mjs +3 -2
  70. package/lib/composables/focus.mjs.map +1 -1
  71. package/lib/composables/items.mjs +7 -2
  72. package/lib/composables/items.mjs.map +1 -1
  73. package/lib/entry-bundler.mjs +1 -1
  74. package/lib/framework.mjs +1 -1
  75. package/lib/iconsets/mdi-svg.mjs +2 -2
  76. package/lib/iconsets/mdi-svg.mjs.map +1 -1
  77. package/lib/index.d.ts +21 -21
  78. package/lib/labs/VDataTable/VDataTable.mjs +2 -2
  79. package/lib/labs/VDataTable/VDataTable.mjs.map +1 -1
  80. package/lib/labs/VDataTable/VDataTableFooter.mjs.map +1 -1
  81. package/lib/labs/VDataTable/VDataTableHeaders.mjs.map +1 -1
  82. package/lib/labs/VDataTable/VDataTableRows.mjs +52 -44
  83. package/lib/labs/VDataTable/VDataTableRows.mjs.map +1 -1
  84. package/lib/labs/VDataTable/VDataTableServer.mjs +2 -1
  85. package/lib/labs/VDataTable/VDataTableServer.mjs.map +1 -1
  86. package/lib/labs/VDataTable/VDataTableVirtual.mjs +0 -1
  87. package/lib/labs/VDataTable/VDataTableVirtual.mjs.map +1 -1
  88. package/lib/labs/VDataTable/composables/options.mjs +2 -1
  89. package/lib/labs/VDataTable/composables/options.mjs.map +1 -1
  90. package/lib/labs/VDataTable/index.d.ts +44 -11
  91. package/lib/labs/VSkeletonLoader/VSkeletonLoader.mjs +1 -0
  92. package/lib/labs/VSkeletonLoader/VSkeletonLoader.mjs.map +1 -1
  93. package/lib/labs/VSkeletonLoader/index.d.ts +9 -9
  94. package/lib/labs/components.d.ts +53 -20
  95. package/lib/locale/el.mjs +0 -0
  96. package/lib/locale/index.mjs +0 -0
  97. package/package.json +2 -2
@@ -363,14 +363,6 @@
363
363
  "type": "boolean",
364
364
  "description": "Enables autofocus"
365
365
  },
366
- "v-autocomplete/hint": {
367
- "type": "string",
368
- "description": "Hint text"
369
- },
370
- "v-autocomplete/persistent-hint": {
371
- "type": "boolean",
372
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-text-field.json))"
373
- },
374
366
  "v-autocomplete/prefix": {
375
367
  "type": "string",
376
368
  "description": "Displays prefix text"
@@ -399,6 +391,14 @@
399
391
  "type": "string | (new () => any) | FunctionalComponent",
400
392
  "description": "Prepends an icon to the outnside the component's input, uses the same syntax as `v-icon`"
401
393
  },
394
+ "v-autocomplete/hint": {
395
+ "type": "string",
396
+ "description": "Displays hint text below the input when focused. Force this always open with the [persistent-hint](#props-persistent-hint) property"
397
+ },
398
+ "v-autocomplete/persistent-hint": {
399
+ "type": "boolean",
400
+ "description": "Forces [hint](#props-hint) to always be visible"
401
+ },
402
402
  "v-autocomplete/messages": {
403
403
  "type": "string | string[]",
404
404
  "description": "Displays a list of messages or message if using a string"
@@ -453,7 +453,7 @@
453
453
  },
454
454
  "v-autocomplete/persistent-clear": {
455
455
  "type": "boolean",
456
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-field.json))"
456
+ "description": "Always show the clearable icon when the input is dirty (By default it only shows on hover)"
457
457
  },
458
458
  "v-autocomplete/prepend-inner-icon": {
459
459
  "type": "string | (new () => any) | FunctionalComponent",
@@ -1373,7 +1373,7 @@
1373
1373
  },
1374
1374
  "v-checkbox/error": {
1375
1375
  "type": "boolean",
1376
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-selection-control-group.json))"
1376
+ "description": "Puts the input in a manual error state"
1377
1377
  },
1378
1378
  "v-checkbox/density": {
1379
1379
  "type": "\"default\" | \"comfortable\" | \"compact\"",
@@ -1397,7 +1397,7 @@
1397
1397
  },
1398
1398
  "v-checkbox/id": {
1399
1399
  "type": "string",
1400
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-selection-control-group.json))"
1400
+ "description": "Sets the DOM id on the component"
1401
1401
  },
1402
1402
  "v-checkbox/label": {
1403
1403
  "type": "string",
@@ -1423,6 +1423,14 @@
1423
1423
  "type": "string | (new () => any) | FunctionalComponent",
1424
1424
  "description": "Prepends an icon to the component, uses the same syntax as `v-icon`"
1425
1425
  },
1426
+ "v-checkbox/hint": {
1427
+ "type": "string",
1428
+ "description": "Displays hint text below the input when focused. Force this always open with the [persistent-hint](#props-persistent-hint) property"
1429
+ },
1430
+ "v-checkbox/persistent-hint": {
1431
+ "type": "boolean",
1432
+ "description": "Forces [hint](#props-hint) to always be visible"
1433
+ },
1426
1434
  "v-checkbox/messages": {
1427
1435
  "type": "string | string[]",
1428
1436
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-input.json))"
@@ -1441,7 +1449,7 @@
1441
1449
  },
1442
1450
  "v-checkbox/readonly": {
1443
1451
  "type": "boolean",
1444
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-selection-control-group.json))"
1452
+ "description": "Puts input in readonly state"
1445
1453
  },
1446
1454
  "v-checkbox/rules": {
1447
1455
  "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/validation.ts#L16-L20\" target=\"_blank\">ValidationRule</a>[]",
@@ -1501,7 +1509,7 @@
1501
1509
  },
1502
1510
  "v-checkbox-btn/error": {
1503
1511
  "type": "boolean",
1504
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-selection-control-group.json))"
1512
+ "description": "Puts the input in a manual error state"
1505
1513
  },
1506
1514
  "v-checkbox-btn/density": {
1507
1515
  "type": "\"default\" | \"comfortable\" | \"compact\"",
@@ -1525,7 +1533,7 @@
1525
1533
  },
1526
1534
  "v-checkbox-btn/id": {
1527
1535
  "type": "string",
1528
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-selection-control-group.json))"
1536
+ "description": "Sets the DOM id on the component"
1529
1537
  },
1530
1538
  "v-checkbox-btn/label": {
1531
1539
  "type": "string",
@@ -1537,7 +1545,7 @@
1537
1545
  },
1538
1546
  "v-checkbox-btn/multiple": {
1539
1547
  "type": "boolean",
1540
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-selection-control-group.json))"
1548
+ "description": "Changes select to multiple. Accepts array for value"
1541
1549
  },
1542
1550
  "v-checkbox-btn/value-comparator": {
1543
1551
  "type": "(a: any, b: any) => boolean",
@@ -1545,7 +1553,7 @@
1545
1553
  },
1546
1554
  "v-checkbox-btn/readonly": {
1547
1555
  "type": "boolean",
1548
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-selection-control-group.json))"
1556
+ "description": "Puts input in readonly state"
1549
1557
  },
1550
1558
  "v-checkbox-btn/inline": {
1551
1559
  "type": "boolean",
@@ -1573,11 +1581,11 @@
1573
1581
  },
1574
1582
  "v-checkbox-btn/false-icon": {
1575
1583
  "type": "string | (new () => any) | FunctionalComponent",
1576
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-selection-control-group.json))"
1584
+ "description": "The icon used when inactive"
1577
1585
  },
1578
1586
  "v-checkbox-btn/true-icon": {
1579
1587
  "type": "string | (new () => any) | FunctionalComponent",
1580
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-selection-control-group.json))"
1588
+ "description": "The icon used when active"
1581
1589
  },
1582
1590
  "v-chip/text": {
1583
1591
  "type": "string",
@@ -2083,14 +2091,6 @@
2083
2091
  "type": "boolean",
2084
2092
  "description": "Enables autofocus"
2085
2093
  },
2086
- "v-combobox/hint": {
2087
- "type": "string",
2088
- "description": "Hint text"
2089
- },
2090
- "v-combobox/persistent-hint": {
2091
- "type": "boolean",
2092
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-text-field.json))"
2093
- },
2094
2094
  "v-combobox/prefix": {
2095
2095
  "type": "string",
2096
2096
  "description": "Displays prefix text"
@@ -2119,6 +2119,14 @@
2119
2119
  "type": "string | (new () => any) | FunctionalComponent",
2120
2120
  "description": "Prepends an icon to the outnside the component's input, uses the same syntax as `v-icon`"
2121
2121
  },
2122
+ "v-combobox/hint": {
2123
+ "type": "string",
2124
+ "description": "Displays hint text below the input when focused. Force this always open with the [persistent-hint](#props-persistent-hint) property"
2125
+ },
2126
+ "v-combobox/persistent-hint": {
2127
+ "type": "boolean",
2128
+ "description": "Forces [hint](#props-hint) to always be visible"
2129
+ },
2122
2130
  "v-combobox/messages": {
2123
2131
  "type": "string | string[]",
2124
2132
  "description": "Displays a list of messages or message if using a string"
@@ -2173,7 +2181,7 @@
2173
2181
  },
2174
2182
  "v-combobox/persistent-clear": {
2175
2183
  "type": "boolean",
2176
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-field.json))"
2184
+ "description": "Always show the clearable icon when the input is dirty (By default it only shows on hover)"
2177
2185
  },
2178
2186
  "v-combobox/prepend-inner-icon": {
2179
2187
  "type": "string | (new () => any) | FunctionalComponent",
@@ -2411,6 +2419,10 @@
2411
2419
  "type": "any[]",
2412
2420
  "description": "An array of strings or objects used for automatically generating children components"
2413
2421
  },
2422
+ "v-data-table-server/search": {
2423
+ "type": "string",
2424
+ "description": "Text input used to filter items"
2425
+ },
2414
2426
  "v-data-table-server/hide-no-data": {
2415
2427
  "type": "boolean",
2416
2428
  "description": "MISSING DESCRIPTION"
@@ -3081,11 +3093,11 @@
3081
3093
  },
3082
3094
  "v-field/error": {
3083
3095
  "type": "boolean",
3084
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-field.json))"
3096
+ "description": "Puts the input in a manual error state"
3085
3097
  },
3086
3098
  "v-field/reverse": {
3087
3099
  "type": "boolean",
3088
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-field.json))"
3100
+ "description": "Reverses the orientation "
3089
3101
  },
3090
3102
  "v-field/theme": {
3091
3103
  "type": "string",
@@ -3129,7 +3141,7 @@
3129
3141
  },
3130
3142
  "v-field/clear-icon": {
3131
3143
  "type": "string | (new () => any) | FunctionalComponent",
3132
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-field.json))"
3144
+ "description": "The icon used when the **clerable** prop is set to true"
3133
3145
  },
3134
3146
  "v-field/active": {
3135
3147
  "type": "boolean",
@@ -3141,7 +3153,7 @@
3141
3153
  },
3142
3154
  "v-field/persistent-clear": {
3143
3155
  "type": "boolean",
3144
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-field.json))"
3156
+ "description": "Always show the clearable icon when the input is dirty (By default it only shows on hover)"
3145
3157
  },
3146
3158
  "v-field/prepend-inner-icon": {
3147
3159
  "type": "string | (new () => any) | FunctionalComponent",
@@ -3165,7 +3177,7 @@
3165
3177
  },
3166
3178
  "v-file-input/error": {
3167
3179
  "type": "boolean",
3168
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-field.json))"
3180
+ "description": "Puts the input in a manual error state"
3169
3181
  },
3170
3182
  "v-file-input/density": {
3171
3183
  "type": "\"default\" | \"comfortable\" | \"compact\"",
@@ -3173,7 +3185,7 @@
3173
3185
  },
3174
3186
  "v-file-input/reverse": {
3175
3187
  "type": "boolean",
3176
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-field.json))"
3188
+ "description": "Reverses the orientation "
3177
3189
  },
3178
3190
  "v-file-input/theme": {
3179
3191
  "type": "string",
@@ -3211,14 +3223,6 @@
3211
3223
  "type": "boolean",
3212
3224
  "description": "Adds the **multiple** attribute to the input, allowing multiple file selections."
3213
3225
  },
3214
- "v-file-input/hint": {
3215
- "type": "string",
3216
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-file-input.json))"
3217
- },
3218
- "v-file-input/persistent-hint": {
3219
- "type": "boolean",
3220
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-file-input.json))"
3221
- },
3222
3226
  "v-file-input/append-icon": {
3223
3227
  "type": "string | (new () => any) | FunctionalComponent",
3224
3228
  "description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot"
@@ -3227,6 +3231,14 @@
3227
3231
  "type": "string | (new () => any) | FunctionalComponent",
3228
3232
  "description": "Prepends an icon to the component, uses the same syntax as `v-icon`"
3229
3233
  },
3234
+ "v-file-input/hint": {
3235
+ "type": "string",
3236
+ "description": "Displays hint text below the input when focused. Force this always open with the [persistent-hint](#props-persistent-hint) property"
3237
+ },
3238
+ "v-file-input/persistent-hint": {
3239
+ "type": "boolean",
3240
+ "description": "Forces [hint](#props-hint) to always be visible"
3241
+ },
3230
3242
  "v-file-input/messages": {
3231
3243
  "type": "string | string[]",
3232
3244
  "description": "Displays a list of messages or message if using a string"
@@ -3281,7 +3293,7 @@
3281
3293
  },
3282
3294
  "v-file-input/clear-icon": {
3283
3295
  "type": "string | (new () => any) | FunctionalComponent",
3284
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-field.json))"
3296
+ "description": "The icon used when the **clerable** prop is set to true"
3285
3297
  },
3286
3298
  "v-file-input/active": {
3287
3299
  "type": "boolean",
@@ -3293,7 +3305,7 @@
3293
3305
  },
3294
3306
  "v-file-input/persistent-clear": {
3295
3307
  "type": "boolean",
3296
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-field.json))"
3308
+ "description": "Always show the clearable icon when the input is dirty (By default it only shows on hover)"
3297
3309
  },
3298
3310
  "v-file-input/prepend-inner-icon": {
3299
3311
  "type": "string | (new () => any) | FunctionalComponent",
@@ -3515,6 +3527,14 @@
3515
3527
  "type": "string | (new () => any) | FunctionalComponent",
3516
3528
  "description": "Prepends an icon to the component, uses the same syntax as `v-icon`"
3517
3529
  },
3530
+ "v-input/hint": {
3531
+ "type": "string",
3532
+ "description": "Displays hint text below the input when focused. Force this always open with the [persistent-hint](#props-persistent-hint) property"
3533
+ },
3534
+ "v-input/persistent-hint": {
3535
+ "type": "boolean",
3536
+ "description": "Forces [hint](#props-hint) to always be visible"
3537
+ },
3518
3538
  "v-input/messages": {
3519
3539
  "type": "string | string[]",
3520
3540
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-input.json))"
@@ -4701,7 +4721,7 @@
4701
4721
  },
4702
4722
  "v-radio/error": {
4703
4723
  "type": "boolean",
4704
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-selection-control-group.json))"
4724
+ "description": "Puts the input in a manual error state"
4705
4725
  },
4706
4726
  "v-radio/density": {
4707
4727
  "type": "\"default\" | \"comfortable\" | \"compact\"",
@@ -4725,7 +4745,7 @@
4725
4745
  },
4726
4746
  "v-radio/id": {
4727
4747
  "type": "string",
4728
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-selection-control-group.json))"
4748
+ "description": "Sets the DOM id on the component"
4729
4749
  },
4730
4750
  "v-radio/label": {
4731
4751
  "type": "string",
@@ -4737,7 +4757,7 @@
4737
4757
  },
4738
4758
  "v-radio/multiple": {
4739
4759
  "type": "boolean",
4740
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-selection-control-group.json))"
4760
+ "description": "Changes select to multiple. Accepts array for value"
4741
4761
  },
4742
4762
  "v-radio/value-comparator": {
4743
4763
  "type": "(a: any, b: any) => boolean",
@@ -4745,7 +4765,7 @@
4745
4765
  },
4746
4766
  "v-radio/readonly": {
4747
4767
  "type": "boolean",
4748
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-selection-control-group.json))"
4768
+ "description": "Puts input in readonly state"
4749
4769
  },
4750
4770
  "v-radio/inline": {
4751
4771
  "type": "boolean",
@@ -4781,7 +4801,7 @@
4781
4801
  },
4782
4802
  "v-radio-group/error": {
4783
4803
  "type": "boolean",
4784
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-selection-control-group.json))"
4804
+ "description": "Puts the input in a manual error state"
4785
4805
  },
4786
4806
  "v-radio-group/density": {
4787
4807
  "type": "\"default\" | \"comfortable\" | \"compact\"",
@@ -4805,7 +4825,7 @@
4805
4825
  },
4806
4826
  "v-radio-group/id": {
4807
4827
  "type": "string",
4808
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-selection-control-group.json))"
4828
+ "description": "Sets the DOM id on the component"
4809
4829
  },
4810
4830
  "v-radio-group/label": {
4811
4831
  "type": "string",
@@ -4827,6 +4847,14 @@
4827
4847
  "type": "string | (new () => any) | FunctionalComponent",
4828
4848
  "description": "Prepends an icon to the component, uses the same syntax as `v-icon`"
4829
4849
  },
4850
+ "v-radio-group/hint": {
4851
+ "type": "string",
4852
+ "description": "Displays hint text below the input when focused. Force this always open with the [persistent-hint](#props-persistent-hint) property"
4853
+ },
4854
+ "v-radio-group/persistent-hint": {
4855
+ "type": "boolean",
4856
+ "description": "Forces [hint](#props-hint) to always be visible"
4857
+ },
4830
4858
  "v-radio-group/messages": {
4831
4859
  "type": "string | string[]",
4832
4860
  "description": "Displays a list of messages or message if using a string"
@@ -4845,7 +4873,7 @@
4845
4873
  },
4846
4874
  "v-radio-group/readonly": {
4847
4875
  "type": "boolean",
4848
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-selection-control-group.json))"
4876
+ "description": "Puts input in readonly state"
4849
4877
  },
4850
4878
  "v-radio-group/rules": {
4851
4879
  "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/validation.ts#L16-L20\" target=\"_blank\">ValidationRule</a>[]",
@@ -4935,6 +4963,14 @@
4935
4963
  "type": "string | (new () => any) | FunctionalComponent",
4936
4964
  "description": "Prepends an icon to the component, uses the same syntax as `v-icon`"
4937
4965
  },
4966
+ "v-range-slider/hint": {
4967
+ "type": "string",
4968
+ "description": "Displays hint text below the input when focused. Force this always open with the [persistent-hint](#props-persistent-hint) property"
4969
+ },
4970
+ "v-range-slider/persistent-hint": {
4971
+ "type": "boolean",
4972
+ "description": "Forces [hint](#props-hint) to always be visible"
4973
+ },
4938
4974
  "v-range-slider/messages": {
4939
4975
  "type": "string | string[]",
4940
4976
  "description": "Displays a list of messages or message if using a string"
@@ -5471,14 +5507,6 @@
5471
5507
  "type": "boolean",
5472
5508
  "description": "Enables autofocus"
5473
5509
  },
5474
- "v-select/hint": {
5475
- "type": "string",
5476
- "description": "Hint text"
5477
- },
5478
- "v-select/persistent-hint": {
5479
- "type": "boolean",
5480
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-text-field.json))"
5481
- },
5482
5510
  "v-select/prefix": {
5483
5511
  "type": "string",
5484
5512
  "description": "Displays prefix text"
@@ -5507,6 +5535,14 @@
5507
5535
  "type": "string | (new () => any) | FunctionalComponent",
5508
5536
  "description": "Prepends an icon to the outnside the component's input, uses the same syntax as `v-icon`"
5509
5537
  },
5538
+ "v-select/hint": {
5539
+ "type": "string",
5540
+ "description": "Displays hint text below the input when focused. Force this always open with the [persistent-hint](#props-persistent-hint) property"
5541
+ },
5542
+ "v-select/persistent-hint": {
5543
+ "type": "boolean",
5544
+ "description": "Forces [hint](#props-hint) to always be visible"
5545
+ },
5510
5546
  "v-select/messages": {
5511
5547
  "type": "string | string[]",
5512
5548
  "description": "Displays a list of messages or message if using a string"
@@ -5561,7 +5597,7 @@
5561
5597
  },
5562
5598
  "v-select/persistent-clear": {
5563
5599
  "type": "boolean",
5564
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-field.json))"
5600
+ "description": "Always show the clearable icon when the input is dirty (By default it only shows on hover)"
5565
5601
  },
5566
5602
  "v-select/prepend-inner-icon": {
5567
5603
  "type": "string | (new () => any) | FunctionalComponent",
@@ -5597,7 +5633,7 @@
5597
5633
  },
5598
5634
  "v-selection-control/error": {
5599
5635
  "type": "boolean",
5600
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-selection-control-group.json))"
5636
+ "description": "Puts the input in a manual error state"
5601
5637
  },
5602
5638
  "v-selection-control/density": {
5603
5639
  "type": "\"default\" | \"comfortable\" | \"compact\"",
@@ -5621,7 +5657,7 @@
5621
5657
  },
5622
5658
  "v-selection-control/id": {
5623
5659
  "type": "string",
5624
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-selection-control-group.json))"
5660
+ "description": "Sets the DOM id on the component"
5625
5661
  },
5626
5662
  "v-selection-control/label": {
5627
5663
  "type": "string",
@@ -5633,7 +5669,7 @@
5633
5669
  },
5634
5670
  "v-selection-control/multiple": {
5635
5671
  "type": "boolean",
5636
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-selection-control-group.json))"
5672
+ "description": "Changes select to multiple. Accepts array for value"
5637
5673
  },
5638
5674
  "v-selection-control/value-comparator": {
5639
5675
  "type": "(a: any, b: any) => boolean",
@@ -5641,7 +5677,7 @@
5641
5677
  },
5642
5678
  "v-selection-control/readonly": {
5643
5679
  "type": "boolean",
5644
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-selection-control-group.json))"
5680
+ "description": "Puts input in readonly state"
5645
5681
  },
5646
5682
  "v-selection-control/inline": {
5647
5683
  "type": "boolean",
@@ -5661,11 +5697,11 @@
5661
5697
  },
5662
5698
  "v-selection-control/false-icon": {
5663
5699
  "type": "string | (new () => any) | FunctionalComponent",
5664
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-selection-control-group.json))"
5700
+ "description": "The icon used when inactive"
5665
5701
  },
5666
5702
  "v-selection-control/true-icon": {
5667
5703
  "type": "string | (new () => any) | FunctionalComponent",
5668
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-selection-control-group.json))"
5704
+ "description": "The icon used when active"
5669
5705
  },
5670
5706
  "v-selection-control-group/type": {
5671
5707
  "type": "string",
@@ -5677,7 +5713,7 @@
5677
5713
  },
5678
5714
  "v-selection-control-group/error": {
5679
5715
  "type": "boolean",
5680
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-selection-control-group.json))"
5716
+ "description": "Puts the input in a manual error state"
5681
5717
  },
5682
5718
  "v-selection-control-group/density": {
5683
5719
  "type": "\"default\" | \"comfortable\" | \"compact\"",
@@ -5697,7 +5733,7 @@
5697
5733
  },
5698
5734
  "v-selection-control-group/id": {
5699
5735
  "type": "string",
5700
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-selection-control-group.json))"
5736
+ "description": "Sets the DOM id on the component"
5701
5737
  },
5702
5738
  "v-selection-control-group/disabled": {
5703
5739
  "type": "boolean",
@@ -5705,7 +5741,7 @@
5705
5741
  },
5706
5742
  "v-selection-control-group/multiple": {
5707
5743
  "type": "boolean",
5708
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-selection-control-group.json))"
5744
+ "description": "Changes select to multiple. Accepts array for value"
5709
5745
  },
5710
5746
  "v-selection-control-group/value-comparator": {
5711
5747
  "type": "(a: any, b: any) => boolean",
@@ -5713,7 +5749,7 @@
5713
5749
  },
5714
5750
  "v-selection-control-group/readonly": {
5715
5751
  "type": "boolean",
5716
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-selection-control-group.json))"
5752
+ "description": "Puts input in readonly state"
5717
5753
  },
5718
5754
  "v-selection-control-group/inline": {
5719
5755
  "type": "boolean",
@@ -5725,11 +5761,11 @@
5725
5761
  },
5726
5762
  "v-selection-control-group/false-icon": {
5727
5763
  "type": "string | (new () => any) | FunctionalComponent",
5728
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-selection-control-group.json))"
5764
+ "description": "The icon used when inactive"
5729
5765
  },
5730
5766
  "v-selection-control-group/true-icon": {
5731
5767
  "type": "string | (new () => any) | FunctionalComponent",
5732
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-selection-control-group.json))"
5768
+ "description": "The icon used when active"
5733
5769
  },
5734
5770
  "v-selection-control-group/defaults-target": {
5735
5771
  "type": "string",
@@ -5792,7 +5828,7 @@
5792
5828
  "description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors)"
5793
5829
  },
5794
5830
  "v-skeleton-loader/type": {
5795
- "type": "\"text\" | \"image\" | \"chip\" | \"actions\" | \"avatar\" | \"button\" | \"subtitle\" | \"heading\" | \"sentences\" | \"paragraph\" | \"article\" | \"card\" | \"card-avatar\" | \"date-picker\" | \"date-picker-options\" | \"date-picker-days\" | \"list-item\" | \"list-item-avatar\" | \"list-item-two-line\" | \"list-item-avatar-two-line\" | \"list-item-three-line\" | \"list-item-avatar-three-line\" | \"table\" | \"table-heading\" | \"table-thead\" | \"table-tbody\" | \"table-row-divider\" | \"table-row\" | \"table-tfoot\" | (\"text\" | \"image\" | \"chip\" | \"actions\" | \"avatar\" | \"button\" | \"subtitle\" | \"heading\" | \"sentences\" | \"paragraph\" | \"article\" | \"card\" | \"card-avatar\" | \"date-picker\" | \"date-picker-options\" | \"date-picker-days\" | \"list-item\" | \"list-item-avatar\" | \"list-item-two-line\" | \"list-item-avatar-two-line\" | \"list-item-three-line\" | \"list-item-avatar-three-line\" | \"table\" | \"table-heading\" | \"table-thead\" | \"table-tbody\" | \"table-row-divider\" | \"table-row\" | \"table-tfoot\")[]",
5831
+ "type": "\"text\" | \"image\" | \"chip\" | \"actions\" | \"avatar\" | \"divider\" | \"button\" | \"subtitle\" | \"heading\" | \"sentences\" | \"paragraph\" | \"article\" | \"card\" | \"card-avatar\" | \"date-picker\" | \"date-picker-options\" | \"date-picker-days\" | \"list-item\" | \"list-item-avatar\" | \"list-item-two-line\" | \"list-item-avatar-two-line\" | \"list-item-three-line\" | \"list-item-avatar-three-line\" | \"table\" | \"table-heading\" | \"table-thead\" | \"table-tbody\" | \"table-row-divider\" | \"table-row\" | \"table-tfoot\" | (\"text\" | \"image\" | \"chip\" | \"actions\" | \"avatar\" | \"divider\" | \"button\" | \"subtitle\" | \"heading\" | \"sentences\" | \"paragraph\" | \"article\" | \"card\" | \"card-avatar\" | \"date-picker\" | \"date-picker-options\" | \"date-picker-days\" | \"list-item\" | \"list-item-avatar\" | \"list-item-two-line\" | \"list-item-avatar-two-line\" | \"list-item-three-line\" | \"list-item-avatar-three-line\" | \"table\" | \"table-heading\" | \"table-thead\" | \"table-tbody\" | \"table-row-divider\" | \"table-row\" | \"table-tfoot\")[]",
5796
5832
  "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."
5797
5833
  },
5798
5834
  "v-skeleton-loader/height": {
@@ -6055,6 +6091,14 @@
6055
6091
  "type": "string | (new () => any) | FunctionalComponent",
6056
6092
  "description": "Prepends an icon to the component, uses the same syntax as `v-icon`"
6057
6093
  },
6094
+ "v-slider/hint": {
6095
+ "type": "string",
6096
+ "description": "Displays hint text below the input when focused. Force this always open with the [persistent-hint](#props-persistent-hint) property"
6097
+ },
6098
+ "v-slider/persistent-hint": {
6099
+ "type": "boolean",
6100
+ "description": "Forces [hint](#props-hint) to always be visible"
6101
+ },
6058
6102
  "v-slider/messages": {
6059
6103
  "type": "string | string[]",
6060
6104
  "description": "Displays a list of messages or message if using a string"
@@ -6317,7 +6361,7 @@
6317
6361
  },
6318
6362
  "v-switch/error": {
6319
6363
  "type": "boolean",
6320
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-selection-control-group.json))"
6364
+ "description": "Puts the input in a manual error state"
6321
6365
  },
6322
6366
  "v-switch/density": {
6323
6367
  "type": "\"default\" | \"comfortable\" | \"compact\"",
@@ -6341,7 +6385,7 @@
6341
6385
  },
6342
6386
  "v-switch/id": {
6343
6387
  "type": "string",
6344
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-selection-control-group.json))"
6388
+ "description": "Sets the DOM id on the component"
6345
6389
  },
6346
6390
  "v-switch/label": {
6347
6391
  "type": "string",
@@ -6367,6 +6411,14 @@
6367
6411
  "type": "string | (new () => any) | FunctionalComponent",
6368
6412
  "description": "Prepends an icon to the component, uses the same syntax as `v-icon`"
6369
6413
  },
6414
+ "v-switch/hint": {
6415
+ "type": "string",
6416
+ "description": "Displays hint text below the input when focused. Force this always open with the [persistent-hint](#props-persistent-hint) property"
6417
+ },
6418
+ "v-switch/persistent-hint": {
6419
+ "type": "boolean",
6420
+ "description": "Forces [hint](#props-hint) to always be visible"
6421
+ },
6370
6422
  "v-switch/messages": {
6371
6423
  "type": "string | string[]",
6372
6424
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-input.json))"
@@ -6385,7 +6437,7 @@
6385
6437
  },
6386
6438
  "v-switch/readonly": {
6387
6439
  "type": "boolean",
6388
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-selection-control-group.json))"
6440
+ "description": "Puts input in readonly state"
6389
6441
  },
6390
6442
  "v-switch/rules": {
6391
6443
  "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/validation.ts#L16-L20\" target=\"_blank\">ValidationRule</a>[]",
@@ -6433,11 +6485,11 @@
6433
6485
  },
6434
6486
  "v-switch/false-icon": {
6435
6487
  "type": "string | (new () => any) | FunctionalComponent",
6436
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-selection-control-group.json))"
6488
+ "description": "The icon used when inactive"
6437
6489
  },
6438
6490
  "v-switch/true-icon": {
6439
6491
  "type": "string | (new () => any) | FunctionalComponent",
6440
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-selection-control-group.json))"
6492
+ "description": "The icon used when active"
6441
6493
  },
6442
6494
  "v-switch/inset": {
6443
6495
  "type": "boolean",
@@ -6791,14 +6843,6 @@
6791
6843
  "type": "boolean",
6792
6844
  "description": "Enables autofocus"
6793
6845
  },
6794
- "v-text-field/hint": {
6795
- "type": "string",
6796
- "description": "Hint text"
6797
- },
6798
- "v-text-field/persistent-hint": {
6799
- "type": "boolean",
6800
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-text-field.json))"
6801
- },
6802
6846
  "v-text-field/prefix": {
6803
6847
  "type": "string",
6804
6848
  "description": "Displays prefix text"
@@ -6827,6 +6871,14 @@
6827
6871
  "type": "string | (new () => any) | FunctionalComponent",
6828
6872
  "description": "Prepends an icon to the outnside the component's input, uses the same syntax as `v-icon`"
6829
6873
  },
6874
+ "v-text-field/hint": {
6875
+ "type": "string",
6876
+ "description": "Displays hint text below the input when focused. Force this always open with the [persistent-hint](#props-persistent-hint) property"
6877
+ },
6878
+ "v-text-field/persistent-hint": {
6879
+ "type": "boolean",
6880
+ "description": "Forces [hint](#props-hint) to always be visible"
6881
+ },
6830
6882
  "v-text-field/messages": {
6831
6883
  "type": "string | string[]",
6832
6884
  "description": "Displays a list of messages or message if using a string"
@@ -6893,7 +6945,7 @@
6893
6945
  },
6894
6946
  "v-text-field/persistent-clear": {
6895
6947
  "type": "boolean",
6896
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-field.json))"
6948
+ "description": "Always show the clearable icon when the input is dirty (By default it only shows on hover)"
6897
6949
  },
6898
6950
  "v-text-field/prepend-inner-icon": {
6899
6951
  "type": "string | (new () => any) | FunctionalComponent",
@@ -6933,7 +6985,7 @@
6933
6985
  },
6934
6986
  "v-textarea/reverse": {
6935
6987
  "type": "boolean",
6936
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-field.json))"
6988
+ "description": "Reverses the orientation "
6937
6989
  },
6938
6990
  "v-textarea/theme": {
6939
6991
  "type": "string",
@@ -6967,14 +7019,6 @@
6967
7019
  "type": "boolean",
6968
7020
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-textarea.json))"
6969
7021
  },
6970
- "v-textarea/hint": {
6971
- "type": "string",
6972
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-textarea.json))"
6973
- },
6974
- "v-textarea/persistent-hint": {
6975
- "type": "boolean",
6976
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-textarea.json))"
6977
- },
6978
7022
  "v-textarea/prefix": {
6979
7023
  "type": "string",
6980
7024
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-textarea.json))"
@@ -7003,6 +7047,14 @@
7003
7047
  "type": "string | (new () => any) | FunctionalComponent",
7004
7048
  "description": "Prepends an icon to the component, uses the same syntax as `v-icon`"
7005
7049
  },
7050
+ "v-textarea/hint": {
7051
+ "type": "string",
7052
+ "description": "Displays hint text below the input when focused. Force this always open with the [persistent-hint](#props-persistent-hint) property"
7053
+ },
7054
+ "v-textarea/persistent-hint": {
7055
+ "type": "boolean",
7056
+ "description": "Forces [hint](#props-hint) to always be visible"
7057
+ },
7006
7058
  "v-textarea/messages": {
7007
7059
  "type": "string | string[]",
7008
7060
  "description": "Displays a list of messages or message if using a string"
@@ -7057,7 +7109,7 @@
7057
7109
  },
7058
7110
  "v-textarea/clear-icon": {
7059
7111
  "type": "string | (new () => any) | FunctionalComponent",
7060
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-field.json))"
7112
+ "description": "The icon used when the **clerable** prop is set to true"
7061
7113
  },
7062
7114
  "v-textarea/active": {
7063
7115
  "type": "boolean",
@@ -7069,7 +7121,7 @@
7069
7121
  },
7070
7122
  "v-textarea/persistent-clear": {
7071
7123
  "type": "boolean",
7072
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-field.json))"
7124
+ "description": "Always show the clearable icon when the input is dirty (By default it only shows on hover)"
7073
7125
  },
7074
7126
  "v-textarea/prepend-inner-icon": {
7075
7127
  "type": "string | (new () => any) | FunctionalComponent",