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
@@ -2,7 +2,7 @@
2
2
  "$schema": "http://json.schemastore.org/web-types",
3
3
  "framework": "vue",
4
4
  "name": "vuetify",
5
- "version": "3.1.14",
5
+ "version": "3.1.15",
6
6
  "contributions": {
7
7
  "html": {
8
8
  "types-syntax": "typescript",
@@ -1161,26 +1161,6 @@
1161
1161
  },
1162
1162
  "type": "boolean"
1163
1163
  },
1164
- {
1165
- "name": "hint",
1166
- "description": "Hint text",
1167
- "doc-url": "https://vuetifyjs.com/api/v-autocomplete#props",
1168
- "value": {
1169
- "kind": "expression",
1170
- "type": "string"
1171
- }
1172
- },
1173
- {
1174
- "name": "persistentHint",
1175
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-text-field.json))",
1176
- "doc-url": "https://vuetifyjs.com/api/v-autocomplete#props",
1177
- "default": "false",
1178
- "value": {
1179
- "kind": "expression",
1180
- "type": "boolean"
1181
- },
1182
- "type": "boolean"
1183
- },
1184
1164
  {
1185
1165
  "name": "prefix",
1186
1166
  "description": "Displays prefix text",
@@ -1248,6 +1228,26 @@
1248
1228
  "type": "string | (new () => any) | FunctionalComponent"
1249
1229
  }
1250
1230
  },
1231
+ {
1232
+ "name": "hint",
1233
+ "description": "Displays hint text below the input when focused. Force this always open with the [persistent-hint](#props-persistent-hint) property",
1234
+ "doc-url": "https://vuetifyjs.com/api/v-autocomplete#props",
1235
+ "value": {
1236
+ "kind": "expression",
1237
+ "type": "string"
1238
+ }
1239
+ },
1240
+ {
1241
+ "name": "persistentHint",
1242
+ "description": "Forces [hint](#props-hint) to always be visible",
1243
+ "doc-url": "https://vuetifyjs.com/api/v-autocomplete#props",
1244
+ "default": "false",
1245
+ "value": {
1246
+ "kind": "expression",
1247
+ "type": "boolean"
1248
+ },
1249
+ "type": "boolean"
1250
+ },
1251
1251
  {
1252
1252
  "name": "messages",
1253
1253
  "description": "Displays a list of messages or message if using a string",
@@ -1382,7 +1382,7 @@
1382
1382
  },
1383
1383
  {
1384
1384
  "name": "persistentClear",
1385
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-field.json))",
1385
+ "description": "Always show the clearable icon when the input is dirty (By default it only shows on hover)",
1386
1386
  "doc-url": "https://vuetifyjs.com/api/v-autocomplete#props",
1387
1387
  "default": "false",
1388
1388
  "value": {
@@ -1484,6 +1484,17 @@
1484
1484
  }
1485
1485
  ]
1486
1486
  },
1487
+ {
1488
+ "name": "update:focused",
1489
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-text-field.json))",
1490
+ "doc-url": "https://vuetifyjs.com/api/v-autocomplete#events",
1491
+ "arguments": [
1492
+ {
1493
+ "name": "argument",
1494
+ "type": "[boolean]"
1495
+ }
1496
+ ]
1497
+ },
1487
1498
  {
1488
1499
  "name": "click:clear",
1489
1500
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-autocomplete.json))",
@@ -4070,7 +4081,17 @@
4070
4081
  {
4071
4082
  "name": "loader",
4072
4083
  "description": "MISSING DESCRIPTION",
4073
- "doc-url": "https://vuetifyjs.com/api/v-card#slots"
4084
+ "doc-url": "https://vuetifyjs.com/api/v-card#slots",
4085
+ "vue-properties": [
4086
+ {
4087
+ "name": "color",
4088
+ "type": "string"
4089
+ },
4090
+ {
4091
+ "name": "isActive",
4092
+ "type": "boolean"
4093
+ }
4094
+ ]
4074
4095
  },
4075
4096
  {
4076
4097
  "name": "image",
@@ -4694,7 +4715,7 @@
4694
4715
  },
4695
4716
  {
4696
4717
  "name": "error",
4697
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-selection-control-group.json))",
4718
+ "description": "Puts the input in a manual error state",
4698
4719
  "doc-url": "https://vuetifyjs.com/api/v-checkbox#props",
4699
4720
  "default": "false",
4700
4721
  "value": {
@@ -4751,7 +4772,7 @@
4751
4772
  },
4752
4773
  {
4753
4774
  "name": "id",
4754
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-selection-control-group.json))",
4775
+ "description": "Sets the DOM id on the component",
4755
4776
  "doc-url": "https://vuetifyjs.com/api/v-checkbox#props",
4756
4777
  "value": {
4757
4778
  "kind": "expression",
@@ -4816,6 +4837,26 @@
4816
4837
  "type": "string | (new () => any) | FunctionalComponent"
4817
4838
  }
4818
4839
  },
4840
+ {
4841
+ "name": "hint",
4842
+ "description": "Displays hint text below the input when focused. Force this always open with the [persistent-hint](#props-persistent-hint) property",
4843
+ "doc-url": "https://vuetifyjs.com/api/v-checkbox#props",
4844
+ "value": {
4845
+ "kind": "expression",
4846
+ "type": "string"
4847
+ }
4848
+ },
4849
+ {
4850
+ "name": "persistentHint",
4851
+ "description": "Forces [hint](#props-hint) to always be visible",
4852
+ "doc-url": "https://vuetifyjs.com/api/v-checkbox#props",
4853
+ "default": "false",
4854
+ "value": {
4855
+ "kind": "expression",
4856
+ "type": "boolean"
4857
+ },
4858
+ "type": "boolean"
4859
+ },
4819
4860
  {
4820
4861
  "name": "messages",
4821
4862
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-input.json))",
@@ -4858,7 +4899,7 @@
4858
4899
  },
4859
4900
  {
4860
4901
  "name": "readonly",
4861
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-selection-control-group.json))",
4902
+ "description": "Puts input in readonly state",
4862
4903
  "doc-url": "https://vuetifyjs.com/api/v-checkbox#props",
4863
4904
  "default": "false",
4864
4905
  "value": {
@@ -5254,7 +5295,7 @@
5254
5295
  },
5255
5296
  {
5256
5297
  "name": "error",
5257
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-selection-control-group.json))",
5298
+ "description": "Puts the input in a manual error state",
5258
5299
  "doc-url": "https://vuetifyjs.com/api/v-checkbox-btn#props",
5259
5300
  "default": "false",
5260
5301
  "value": {
@@ -5311,7 +5352,7 @@
5311
5352
  },
5312
5353
  {
5313
5354
  "name": "id",
5314
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-selection-control-group.json))",
5355
+ "description": "Sets the DOM id on the component",
5315
5356
  "doc-url": "https://vuetifyjs.com/api/v-checkbox-btn#props",
5316
5357
  "value": {
5317
5358
  "kind": "expression",
@@ -5340,7 +5381,7 @@
5340
5381
  },
5341
5382
  {
5342
5383
  "name": "multiple",
5343
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-selection-control-group.json))",
5384
+ "description": "Changes select to multiple. Accepts array for value",
5344
5385
  "doc-url": "https://vuetifyjs.com/api/v-checkbox-btn#props",
5345
5386
  "default": "false",
5346
5387
  "value": {
@@ -5360,7 +5401,7 @@
5360
5401
  },
5361
5402
  {
5362
5403
  "name": "readonly",
5363
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-selection-control-group.json))",
5404
+ "description": "Puts input in readonly state",
5364
5405
  "doc-url": "https://vuetifyjs.com/api/v-checkbox-btn#props",
5365
5406
  "default": "false",
5366
5407
  "value": {
@@ -5432,7 +5473,7 @@
5432
5473
  },
5433
5474
  {
5434
5475
  "name": "falseIcon",
5435
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-selection-control-group.json))",
5476
+ "description": "The icon used when inactive",
5436
5477
  "doc-url": "https://vuetifyjs.com/api/v-checkbox-btn#props",
5437
5478
  "default": "'$checkboxOff'",
5438
5479
  "value": {
@@ -5442,7 +5483,7 @@
5442
5483
  },
5443
5484
  {
5444
5485
  "name": "trueIcon",
5445
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-selection-control-group.json))",
5486
+ "description": "The icon used when active",
5446
5487
  "doc-url": "https://vuetifyjs.com/api/v-checkbox-btn#props",
5447
5488
  "default": "'$checkboxOn'",
5448
5489
  "value": {
@@ -7025,26 +7066,6 @@
7025
7066
  },
7026
7067
  "type": "boolean"
7027
7068
  },
7028
- {
7029
- "name": "hint",
7030
- "description": "Hint text",
7031
- "doc-url": "https://vuetifyjs.com/api/v-combobox#props",
7032
- "value": {
7033
- "kind": "expression",
7034
- "type": "string"
7035
- }
7036
- },
7037
- {
7038
- "name": "persistentHint",
7039
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-text-field.json))",
7040
- "doc-url": "https://vuetifyjs.com/api/v-combobox#props",
7041
- "default": "false",
7042
- "value": {
7043
- "kind": "expression",
7044
- "type": "boolean"
7045
- },
7046
- "type": "boolean"
7047
- },
7048
7069
  {
7049
7070
  "name": "prefix",
7050
7071
  "description": "Displays prefix text",
@@ -7112,6 +7133,26 @@
7112
7133
  "type": "string | (new () => any) | FunctionalComponent"
7113
7134
  }
7114
7135
  },
7136
+ {
7137
+ "name": "hint",
7138
+ "description": "Displays hint text below the input when focused. Force this always open with the [persistent-hint](#props-persistent-hint) property",
7139
+ "doc-url": "https://vuetifyjs.com/api/v-combobox#props",
7140
+ "value": {
7141
+ "kind": "expression",
7142
+ "type": "string"
7143
+ }
7144
+ },
7145
+ {
7146
+ "name": "persistentHint",
7147
+ "description": "Forces [hint](#props-hint) to always be visible",
7148
+ "doc-url": "https://vuetifyjs.com/api/v-combobox#props",
7149
+ "default": "false",
7150
+ "value": {
7151
+ "kind": "expression",
7152
+ "type": "boolean"
7153
+ },
7154
+ "type": "boolean"
7155
+ },
7115
7156
  {
7116
7157
  "name": "messages",
7117
7158
  "description": "Displays a list of messages or message if using a string",
@@ -7246,7 +7287,7 @@
7246
7287
  },
7247
7288
  {
7248
7289
  "name": "persistentClear",
7249
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-field.json))",
7290
+ "description": "Always show the clearable icon when the input is dirty (By default it only shows on hover)",
7250
7291
  "doc-url": "https://vuetifyjs.com/api/v-combobox#props",
7251
7292
  "default": "false",
7252
7293
  "value": {
@@ -7357,6 +7398,17 @@
7357
7398
  }
7358
7399
  ]
7359
7400
  },
7401
+ {
7402
+ "name": "update:focused",
7403
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-text-field.json))",
7404
+ "doc-url": "https://vuetifyjs.com/api/v-combobox#events",
7405
+ "arguments": [
7406
+ {
7407
+ "name": "argument",
7408
+ "type": "[boolean]"
7409
+ }
7410
+ ]
7411
+ },
7360
7412
  {
7361
7413
  "name": "click:clear",
7362
7414
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-combobox.json))",
@@ -8972,6 +9024,15 @@
8972
9024
  "type": "any[]"
8973
9025
  }
8974
9026
  },
9027
+ {
9028
+ "name": "search",
9029
+ "description": "Text input used to filter items",
9030
+ "doc-url": "https://vuetifyjs.com/api/v-data-table-server#props",
9031
+ "value": {
9032
+ "kind": "expression",
9033
+ "type": "string"
9034
+ }
9035
+ },
8975
9036
  {
8976
9037
  "name": "hideNoData",
8977
9038
  "description": "MISSING DESCRIPTION",
@@ -11825,7 +11886,7 @@
11825
11886
  },
11826
11887
  {
11827
11888
  "name": "error",
11828
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-field.json))",
11889
+ "description": "Puts the input in a manual error state",
11829
11890
  "doc-url": "https://vuetifyjs.com/api/v-field#props",
11830
11891
  "default": "false",
11831
11892
  "value": {
@@ -11836,7 +11897,7 @@
11836
11897
  },
11837
11898
  {
11838
11899
  "name": "reverse",
11839
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-field.json))",
11900
+ "description": "Reverses the orientation ",
11840
11901
  "doc-url": "https://vuetifyjs.com/api/v-field#props",
11841
11902
  "default": "false",
11842
11903
  "value": {
@@ -11944,7 +12005,7 @@
11944
12005
  },
11945
12006
  {
11946
12007
  "name": "clearIcon",
11947
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-field.json))",
12008
+ "description": "The icon used when the **clerable** prop is set to true",
11948
12009
  "doc-url": "https://vuetifyjs.com/api/v-field#props",
11949
12010
  "default": "'$clear'",
11950
12011
  "value": {
@@ -11976,7 +12037,7 @@
11976
12037
  },
11977
12038
  {
11978
12039
  "name": "persistentClear",
11979
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-field.json))",
12040
+ "description": "Always show the clearable icon when the input is dirty (By default it only shows on hover)",
11980
12041
  "doc-url": "https://vuetifyjs.com/api/v-field#props",
11981
12042
  "default": "false",
11982
12043
  "value": {
@@ -12029,19 +12090,19 @@
12029
12090
  ]
12030
12091
  },
12031
12092
  {
12032
- "name": "click:clear",
12033
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-field.json))",
12093
+ "name": "update:focused",
12094
+ "description": "Emitted when the input is focused or blurred",
12034
12095
  "doc-url": "https://vuetifyjs.com/api/v-field#events",
12035
12096
  "arguments": [
12036
12097
  {
12037
12098
  "name": "argument",
12038
- "type": "never"
12099
+ "type": "[boolean]"
12039
12100
  }
12040
12101
  ]
12041
12102
  },
12042
12103
  {
12043
- "name": "click:appendInner",
12044
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-field.json))",
12104
+ "name": "click:clear",
12105
+ "description": "Emitted when clearable icon clicked",
12045
12106
  "doc-url": "https://vuetifyjs.com/api/v-field#events",
12046
12107
  "arguments": [
12047
12108
  {
@@ -12051,8 +12112,8 @@
12051
12112
  ]
12052
12113
  },
12053
12114
  {
12054
- "name": "click:prependInner",
12055
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-field.json))",
12115
+ "name": "click:appendInner",
12116
+ "description": "Emitted when appended inner icon is clicked",
12056
12117
  "doc-url": "https://vuetifyjs.com/api/v-field#events",
12057
12118
  "arguments": [
12058
12119
  {
@@ -12062,13 +12123,13 @@
12062
12123
  ]
12063
12124
  },
12064
12125
  {
12065
- "name": "update:focused",
12066
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-field.json))",
12126
+ "name": "click:prependInner",
12127
+ "description": "Emitted when prepended inner icon is clicked",
12067
12128
  "doc-url": "https://vuetifyjs.com/api/v-field#events",
12068
12129
  "arguments": [
12069
12130
  {
12070
12131
  "name": "argument",
12071
- "type": "[boolean]"
12132
+ "type": "never"
12072
12133
  }
12073
12134
  ]
12074
12135
  }
@@ -12076,17 +12137,17 @@
12076
12137
  "slots": [
12077
12138
  {
12078
12139
  "name": "clear",
12079
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-field.json))",
12140
+ "description": "Slot for custom clear icon (displayed when the **clearable** prop is equal to true)",
12080
12141
  "doc-url": "https://vuetifyjs.com/api/v-field#slots"
12081
12142
  },
12082
12143
  {
12083
12144
  "name": "prepend-inner",
12084
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-field.json))",
12145
+ "description": "Slot that is prepended to the input",
12085
12146
  "doc-url": "https://vuetifyjs.com/api/v-field#slots"
12086
12147
  },
12087
12148
  {
12088
12149
  "name": "append-inner",
12089
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-field.json))",
12150
+ "description": "Slot that is appended to the input",
12090
12151
  "doc-url": "https://vuetifyjs.com/api/v-field#slots"
12091
12152
  },
12092
12153
  {
@@ -12096,7 +12157,7 @@
12096
12157
  },
12097
12158
  {
12098
12159
  "name": "loader",
12099
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-field.json))",
12160
+ "description": "Slot for custom loader (displayed when **loading** prop is equal to true)",
12100
12161
  "doc-url": "https://vuetifyjs.com/api/v-field#slots",
12101
12162
  "vue-properties": [
12102
12163
  {
@@ -12201,7 +12262,7 @@
12201
12262
  },
12202
12263
  {
12203
12264
  "name": "error",
12204
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-field.json))",
12265
+ "description": "Puts the input in a manual error state",
12205
12266
  "doc-url": "https://vuetifyjs.com/api/v-file-input#props",
12206
12267
  "default": "false",
12207
12268
  "value": {
@@ -12222,7 +12283,7 @@
12222
12283
  },
12223
12284
  {
12224
12285
  "name": "reverse",
12225
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-field.json))",
12286
+ "description": "Reverses the orientation ",
12226
12287
  "doc-url": "https://vuetifyjs.com/api/v-file-input#props",
12227
12288
  "default": "false",
12228
12289
  "value": {
@@ -12320,43 +12381,43 @@
12320
12381
  "type": "boolean"
12321
12382
  },
12322
12383
  {
12323
- "name": "hint",
12324
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-file-input.json))",
12384
+ "name": "appendIcon",
12385
+ "description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot",
12325
12386
  "doc-url": "https://vuetifyjs.com/api/v-file-input#props",
12326
12387
  "value": {
12327
12388
  "kind": "expression",
12328
- "type": "string"
12389
+ "type": "string | (new () => any) | FunctionalComponent"
12329
12390
  }
12330
12391
  },
12331
12392
  {
12332
- "name": "persistentHint",
12333
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-file-input.json))",
12393
+ "name": "prependIcon",
12394
+ "description": "Prepends an icon to the component, uses the same syntax as `v-icon`",
12334
12395
  "doc-url": "https://vuetifyjs.com/api/v-file-input#props",
12335
- "default": "false",
12396
+ "default": "'$file'",
12336
12397
  "value": {
12337
12398
  "kind": "expression",
12338
- "type": "boolean"
12339
- },
12340
- "type": "boolean"
12399
+ "type": "string | (new () => any) | FunctionalComponent"
12400
+ }
12341
12401
  },
12342
12402
  {
12343
- "name": "appendIcon",
12344
- "description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot",
12403
+ "name": "hint",
12404
+ "description": "Displays hint text below the input when focused. Force this always open with the [persistent-hint](#props-persistent-hint) property",
12345
12405
  "doc-url": "https://vuetifyjs.com/api/v-file-input#props",
12346
12406
  "value": {
12347
12407
  "kind": "expression",
12348
- "type": "string | (new () => any) | FunctionalComponent"
12408
+ "type": "string"
12349
12409
  }
12350
12410
  },
12351
12411
  {
12352
- "name": "prependIcon",
12353
- "description": "Prepends an icon to the component, uses the same syntax as `v-icon`",
12412
+ "name": "persistentHint",
12413
+ "description": "Forces [hint](#props-hint) to always be visible",
12354
12414
  "doc-url": "https://vuetifyjs.com/api/v-file-input#props",
12355
- "default": "'$file'",
12415
+ "default": "false",
12356
12416
  "value": {
12357
12417
  "kind": "expression",
12358
- "type": "string | (new () => any) | FunctionalComponent"
12359
- }
12418
+ "type": "boolean"
12419
+ },
12420
+ "type": "boolean"
12360
12421
  },
12361
12422
  {
12362
12423
  "name": "messages",
@@ -12489,7 +12550,7 @@
12489
12550
  },
12490
12551
  {
12491
12552
  "name": "clearIcon",
12492
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-field.json))",
12553
+ "description": "The icon used when the **clerable** prop is set to true",
12493
12554
  "doc-url": "https://vuetifyjs.com/api/v-file-input#props",
12494
12555
  "default": "'$clear'",
12495
12556
  "value": {
@@ -12521,7 +12582,7 @@
12521
12582
  },
12522
12583
  {
12523
12584
  "name": "persistentClear",
12524
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-field.json))",
12585
+ "description": "Always show the clearable icon when the input is dirty (By default it only shows on hover)",
12525
12586
  "doc-url": "https://vuetifyjs.com/api/v-file-input#props",
12526
12587
  "default": "false",
12527
12588
  "value": {
@@ -12636,6 +12697,17 @@
12636
12697
  }
12637
12698
  ]
12638
12699
  },
12700
+ {
12701
+ "name": "update:focused",
12702
+ "description": "Emitted when the input is focused or blurred",
12703
+ "doc-url": "https://vuetifyjs.com/api/v-file-input#events",
12704
+ "arguments": [
12705
+ {
12706
+ "name": "argument",
12707
+ "type": "[boolean]"
12708
+ }
12709
+ ]
12710
+ },
12639
12711
  {
12640
12712
  "name": "click:clear",
12641
12713
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-file-input.json))",
@@ -12879,17 +12951,17 @@
12879
12951
  },
12880
12952
  {
12881
12953
  "name": "clear",
12882
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-field.json))",
12954
+ "description": "Slot for custom clear icon (displayed when the **clearable** prop is equal to true)",
12883
12955
  "doc-url": "https://vuetifyjs.com/api/v-file-input#slots"
12884
12956
  },
12885
12957
  {
12886
12958
  "name": "prepend-inner",
12887
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-field.json))",
12959
+ "description": "Slot that is prepended to the input",
12888
12960
  "doc-url": "https://vuetifyjs.com/api/v-file-input#slots"
12889
12961
  },
12890
12962
  {
12891
12963
  "name": "append-inner",
12892
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-field.json))",
12964
+ "description": "Slot that is appended to the input",
12893
12965
  "doc-url": "https://vuetifyjs.com/api/v-file-input#slots"
12894
12966
  },
12895
12967
  {
@@ -12899,7 +12971,7 @@
12899
12971
  },
12900
12972
  {
12901
12973
  "name": "loader",
12902
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-field.json))",
12974
+ "description": "Slot for custom loader (displayed when **loading** prop is equal to true)",
12903
12975
  "doc-url": "https://vuetifyjs.com/api/v-file-input#slots",
12904
12976
  "vue-properties": [
12905
12977
  {
@@ -13613,6 +13685,26 @@
13613
13685
  "type": "string | (new () => any) | FunctionalComponent"
13614
13686
  }
13615
13687
  },
13688
+ {
13689
+ "name": "hint",
13690
+ "description": "Displays hint text below the input when focused. Force this always open with the [persistent-hint](#props-persistent-hint) property",
13691
+ "doc-url": "https://vuetifyjs.com/api/v-input#props",
13692
+ "value": {
13693
+ "kind": "expression",
13694
+ "type": "string"
13695
+ }
13696
+ },
13697
+ {
13698
+ "name": "persistentHint",
13699
+ "description": "Forces [hint](#props-hint) to always be visible",
13700
+ "doc-url": "https://vuetifyjs.com/api/v-input#props",
13701
+ "default": "false",
13702
+ "value": {
13703
+ "kind": "expression",
13704
+ "type": "boolean"
13705
+ },
13706
+ "type": "boolean"
13707
+ },
13616
13708
  {
13617
13709
  "name": "messages",
13618
13710
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-input.json))",
@@ -13747,6 +13839,17 @@
13747
13839
  "type": "never"
13748
13840
  }
13749
13841
  ]
13842
+ },
13843
+ {
13844
+ "name": "update:focused",
13845
+ "description": "MISSING DESCRIPTION",
13846
+ "doc-url": "https://vuetifyjs.com/api/v-input#events",
13847
+ "arguments": [
13848
+ {
13849
+ "name": "argument",
13850
+ "type": "never"
13851
+ }
13852
+ ]
13750
13853
  }
13751
13854
  ],
13752
13855
  "slots": [
@@ -17941,7 +18044,7 @@
17941
18044
  },
17942
18045
  {
17943
18046
  "name": "error",
17944
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-selection-control-group.json))",
18047
+ "description": "Puts the input in a manual error state",
17945
18048
  "doc-url": "https://vuetifyjs.com/api/v-radio#props",
17946
18049
  "default": "false",
17947
18050
  "value": {
@@ -17998,7 +18101,7 @@
17998
18101
  },
17999
18102
  {
18000
18103
  "name": "id",
18001
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-selection-control-group.json))",
18104
+ "description": "Sets the DOM id on the component",
18002
18105
  "doc-url": "https://vuetifyjs.com/api/v-radio#props",
18003
18106
  "value": {
18004
18107
  "kind": "expression",
@@ -18027,7 +18130,7 @@
18027
18130
  },
18028
18131
  {
18029
18132
  "name": "multiple",
18030
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-selection-control-group.json))",
18133
+ "description": "Changes select to multiple. Accepts array for value",
18031
18134
  "doc-url": "https://vuetifyjs.com/api/v-radio#props",
18032
18135
  "default": "false",
18033
18136
  "value": {
@@ -18047,7 +18150,7 @@
18047
18150
  },
18048
18151
  {
18049
18152
  "name": "readonly",
18050
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-selection-control-group.json))",
18153
+ "description": "Puts input in readonly state",
18051
18154
  "doc-url": "https://vuetifyjs.com/api/v-radio#props",
18052
18155
  "default": "false",
18053
18156
  "value": {
@@ -18198,7 +18301,7 @@
18198
18301
  },
18199
18302
  {
18200
18303
  "name": "error",
18201
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-selection-control-group.json))",
18304
+ "description": "Puts the input in a manual error state",
18202
18305
  "doc-url": "https://vuetifyjs.com/api/v-radio-group#props",
18203
18306
  "default": "false",
18204
18307
  "value": {
@@ -18256,7 +18359,7 @@
18256
18359
  },
18257
18360
  {
18258
18361
  "name": "id",
18259
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-selection-control-group.json))",
18362
+ "description": "Sets the DOM id on the component",
18260
18363
  "doc-url": "https://vuetifyjs.com/api/v-radio-group#props",
18261
18364
  "value": {
18262
18365
  "kind": "expression",
@@ -18311,10 +18414,30 @@
18311
18414
  }
18312
18415
  },
18313
18416
  {
18314
- "name": "messages",
18315
- "description": "Displays a list of messages or message if using a string",
18417
+ "name": "hint",
18418
+ "description": "Displays hint text below the input when focused. Force this always open with the [persistent-hint](#props-persistent-hint) property",
18316
18419
  "doc-url": "https://vuetifyjs.com/api/v-radio-group#props",
18317
- "default": "[]",
18420
+ "value": {
18421
+ "kind": "expression",
18422
+ "type": "string"
18423
+ }
18424
+ },
18425
+ {
18426
+ "name": "persistentHint",
18427
+ "description": "Forces [hint](#props-hint) to always be visible",
18428
+ "doc-url": "https://vuetifyjs.com/api/v-radio-group#props",
18429
+ "default": "false",
18430
+ "value": {
18431
+ "kind": "expression",
18432
+ "type": "boolean"
18433
+ },
18434
+ "type": "boolean"
18435
+ },
18436
+ {
18437
+ "name": "messages",
18438
+ "description": "Displays a list of messages or message if using a string",
18439
+ "doc-url": "https://vuetifyjs.com/api/v-radio-group#props",
18440
+ "default": "[]",
18318
18441
  "value": {
18319
18442
  "kind": "expression",
18320
18443
  "type": "string | string[]"
@@ -18352,7 +18475,7 @@
18352
18475
  },
18353
18476
  {
18354
18477
  "name": "readonly",
18355
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-selection-control-group.json))",
18478
+ "description": "Puts input in readonly state",
18356
18479
  "doc-url": "https://vuetifyjs.com/api/v-radio-group#props",
18357
18480
  "default": "false",
18358
18481
  "value": {
@@ -18486,6 +18609,17 @@
18486
18609
  "type": "never"
18487
18610
  }
18488
18611
  ]
18612
+ },
18613
+ {
18614
+ "name": "update:focused",
18615
+ "description": "MISSING DESCRIPTION",
18616
+ "doc-url": "https://vuetifyjs.com/api/v-radio-group#events",
18617
+ "arguments": [
18618
+ {
18619
+ "name": "argument",
18620
+ "type": "never"
18621
+ }
18622
+ ]
18489
18623
  }
18490
18624
  ],
18491
18625
  "slots": [
@@ -18827,6 +18961,26 @@
18827
18961
  "type": "string | (new () => any) | FunctionalComponent"
18828
18962
  }
18829
18963
  },
18964
+ {
18965
+ "name": "hint",
18966
+ "description": "Displays hint text below the input when focused. Force this always open with the [persistent-hint](#props-persistent-hint) property",
18967
+ "doc-url": "https://vuetifyjs.com/api/v-range-slider#props",
18968
+ "value": {
18969
+ "kind": "expression",
18970
+ "type": "string"
18971
+ }
18972
+ },
18973
+ {
18974
+ "name": "persistentHint",
18975
+ "description": "Forces [hint](#props-hint) to always be visible",
18976
+ "doc-url": "https://vuetifyjs.com/api/v-range-slider#props",
18977
+ "default": "false",
18978
+ "value": {
18979
+ "kind": "expression",
18980
+ "type": "boolean"
18981
+ },
18982
+ "type": "boolean"
18983
+ },
18830
18984
  {
18831
18985
  "name": "messages",
18832
18986
  "description": "Displays a list of messages or message if using a string",
@@ -20707,26 +20861,6 @@
20707
20861
  },
20708
20862
  "type": "boolean"
20709
20863
  },
20710
- {
20711
- "name": "hint",
20712
- "description": "Hint text",
20713
- "doc-url": "https://vuetifyjs.com/api/v-select#props",
20714
- "value": {
20715
- "kind": "expression",
20716
- "type": "string"
20717
- }
20718
- },
20719
- {
20720
- "name": "persistentHint",
20721
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-text-field.json))",
20722
- "doc-url": "https://vuetifyjs.com/api/v-select#props",
20723
- "default": "false",
20724
- "value": {
20725
- "kind": "expression",
20726
- "type": "boolean"
20727
- },
20728
- "type": "boolean"
20729
- },
20730
20864
  {
20731
20865
  "name": "prefix",
20732
20866
  "description": "Displays prefix text",
@@ -20794,6 +20928,26 @@
20794
20928
  "type": "string | (new () => any) | FunctionalComponent"
20795
20929
  }
20796
20930
  },
20931
+ {
20932
+ "name": "hint",
20933
+ "description": "Displays hint text below the input when focused. Force this always open with the [persistent-hint](#props-persistent-hint) property",
20934
+ "doc-url": "https://vuetifyjs.com/api/v-select#props",
20935
+ "value": {
20936
+ "kind": "expression",
20937
+ "type": "string"
20938
+ }
20939
+ },
20940
+ {
20941
+ "name": "persistentHint",
20942
+ "description": "Forces [hint](#props-hint) to always be visible",
20943
+ "doc-url": "https://vuetifyjs.com/api/v-select#props",
20944
+ "default": "false",
20945
+ "value": {
20946
+ "kind": "expression",
20947
+ "type": "boolean"
20948
+ },
20949
+ "type": "boolean"
20950
+ },
20797
20951
  {
20798
20952
  "name": "messages",
20799
20953
  "description": "Displays a list of messages or message if using a string",
@@ -20928,7 +21082,7 @@
20928
21082
  },
20929
21083
  {
20930
21084
  "name": "persistentClear",
20931
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-field.json))",
21085
+ "description": "Always show the clearable icon when the input is dirty (By default it only shows on hover)",
20932
21086
  "doc-url": "https://vuetifyjs.com/api/v-select#props",
20933
21087
  "default": "false",
20934
21088
  "value": {
@@ -21030,6 +21184,17 @@
21030
21184
  }
21031
21185
  ]
21032
21186
  },
21187
+ {
21188
+ "name": "update:focused",
21189
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-text-field.json))",
21190
+ "doc-url": "https://vuetifyjs.com/api/v-select#events",
21191
+ "arguments": [
21192
+ {
21193
+ "name": "argument",
21194
+ "type": "[boolean]"
21195
+ }
21196
+ ]
21197
+ },
21033
21198
  {
21034
21199
  "name": "click:clear",
21035
21200
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-select.json))",
@@ -21367,7 +21532,7 @@
21367
21532
  },
21368
21533
  {
21369
21534
  "name": "error",
21370
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-selection-control-group.json))",
21535
+ "description": "Puts the input in a manual error state",
21371
21536
  "doc-url": "https://vuetifyjs.com/api/v-selection-control#props",
21372
21537
  "default": "false",
21373
21538
  "value": {
@@ -21424,7 +21589,7 @@
21424
21589
  },
21425
21590
  {
21426
21591
  "name": "id",
21427
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-selection-control-group.json))",
21592
+ "description": "Sets the DOM id on the component",
21428
21593
  "doc-url": "https://vuetifyjs.com/api/v-selection-control#props",
21429
21594
  "value": {
21430
21595
  "kind": "expression",
@@ -21453,7 +21618,7 @@
21453
21618
  },
21454
21619
  {
21455
21620
  "name": "multiple",
21456
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-selection-control-group.json))",
21621
+ "description": "Changes select to multiple. Accepts array for value",
21457
21622
  "doc-url": "https://vuetifyjs.com/api/v-selection-control#props",
21458
21623
  "default": "false",
21459
21624
  "value": {
@@ -21473,7 +21638,7 @@
21473
21638
  },
21474
21639
  {
21475
21640
  "name": "readonly",
21476
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-selection-control-group.json))",
21641
+ "description": "Puts input in readonly state",
21477
21642
  "doc-url": "https://vuetifyjs.com/api/v-selection-control#props",
21478
21643
  "default": "false",
21479
21644
  "value": {
@@ -21524,7 +21689,7 @@
21524
21689
  },
21525
21690
  {
21526
21691
  "name": "falseIcon",
21527
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-selection-control-group.json))",
21692
+ "description": "The icon used when inactive",
21528
21693
  "doc-url": "https://vuetifyjs.com/api/v-selection-control#props",
21529
21694
  "value": {
21530
21695
  "kind": "expression",
@@ -21533,7 +21698,7 @@
21533
21698
  },
21534
21699
  {
21535
21700
  "name": "trueIcon",
21536
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-selection-control-group.json))",
21701
+ "description": "The icon used when active",
21537
21702
  "doc-url": "https://vuetifyjs.com/api/v-selection-control#props",
21538
21703
  "value": {
21539
21704
  "kind": "expression",
@@ -21633,7 +21798,7 @@
21633
21798
  },
21634
21799
  {
21635
21800
  "name": "error",
21636
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-selection-control-group.json))",
21801
+ "description": "Puts the input in a manual error state",
21637
21802
  "doc-url": "https://vuetifyjs.com/api/v-selection-control-group#props",
21638
21803
  "default": "false",
21639
21804
  "value": {
@@ -21681,7 +21846,7 @@
21681
21846
  },
21682
21847
  {
21683
21848
  "name": "id",
21684
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-selection-control-group.json))",
21849
+ "description": "Sets the DOM id on the component",
21685
21850
  "doc-url": "https://vuetifyjs.com/api/v-selection-control-group#props",
21686
21851
  "value": {
21687
21852
  "kind": "expression",
@@ -21701,7 +21866,7 @@
21701
21866
  },
21702
21867
  {
21703
21868
  "name": "multiple",
21704
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-selection-control-group.json))",
21869
+ "description": "Changes select to multiple. Accepts array for value",
21705
21870
  "doc-url": "https://vuetifyjs.com/api/v-selection-control-group#props",
21706
21871
  "default": "false",
21707
21872
  "value": {
@@ -21721,7 +21886,7 @@
21721
21886
  },
21722
21887
  {
21723
21888
  "name": "readonly",
21724
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-selection-control-group.json))",
21889
+ "description": "Puts input in readonly state",
21725
21890
  "doc-url": "https://vuetifyjs.com/api/v-selection-control-group#props",
21726
21891
  "default": "false",
21727
21892
  "value": {
@@ -21754,7 +21919,7 @@
21754
21919
  },
21755
21920
  {
21756
21921
  "name": "falseIcon",
21757
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-selection-control-group.json))",
21922
+ "description": "The icon used when inactive",
21758
21923
  "doc-url": "https://vuetifyjs.com/api/v-selection-control-group#props",
21759
21924
  "value": {
21760
21925
  "kind": "expression",
@@ -21763,7 +21928,7 @@
21763
21928
  },
21764
21929
  {
21765
21930
  "name": "trueIcon",
21766
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-selection-control-group.json))",
21931
+ "description": "The icon used when active",
21767
21932
  "doc-url": "https://vuetifyjs.com/api/v-selection-control-group#props",
21768
21933
  "value": {
21769
21934
  "kind": "expression",
@@ -21974,7 +22139,7 @@
21974
22139
  "default": "'image'",
21975
22140
  "value": {
21976
22141
  "kind": "expression",
21977
- "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\")[]"
22142
+ "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\")[]"
21978
22143
  }
21979
22144
  },
21980
22145
  {
@@ -22895,6 +23060,26 @@
22895
23060
  "type": "string | (new () => any) | FunctionalComponent"
22896
23061
  }
22897
23062
  },
23063
+ {
23064
+ "name": "hint",
23065
+ "description": "Displays hint text below the input when focused. Force this always open with the [persistent-hint](#props-persistent-hint) property",
23066
+ "doc-url": "https://vuetifyjs.com/api/v-slider#props",
23067
+ "value": {
23068
+ "kind": "expression",
23069
+ "type": "string"
23070
+ }
23071
+ },
23072
+ {
23073
+ "name": "persistentHint",
23074
+ "description": "Forces [hint](#props-hint) to always be visible",
23075
+ "doc-url": "https://vuetifyjs.com/api/v-slider#props",
23076
+ "default": "false",
23077
+ "value": {
23078
+ "kind": "expression",
23079
+ "type": "boolean"
23080
+ },
23081
+ "type": "boolean"
23082
+ },
22898
23083
  {
22899
23084
  "name": "messages",
22900
23085
  "description": "Displays a list of messages or message if using a string",
@@ -23909,7 +24094,7 @@
23909
24094
  },
23910
24095
  {
23911
24096
  "name": "error",
23912
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-selection-control-group.json))",
24097
+ "description": "Puts the input in a manual error state",
23913
24098
  "doc-url": "https://vuetifyjs.com/api/v-switch#props",
23914
24099
  "default": "false",
23915
24100
  "value": {
@@ -23966,7 +24151,7 @@
23966
24151
  },
23967
24152
  {
23968
24153
  "name": "id",
23969
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-selection-control-group.json))",
24154
+ "description": "Sets the DOM id on the component",
23970
24155
  "doc-url": "https://vuetifyjs.com/api/v-switch#props",
23971
24156
  "value": {
23972
24157
  "kind": "expression",
@@ -24031,6 +24216,26 @@
24031
24216
  "type": "string | (new () => any) | FunctionalComponent"
24032
24217
  }
24033
24218
  },
24219
+ {
24220
+ "name": "hint",
24221
+ "description": "Displays hint text below the input when focused. Force this always open with the [persistent-hint](#props-persistent-hint) property",
24222
+ "doc-url": "https://vuetifyjs.com/api/v-switch#props",
24223
+ "value": {
24224
+ "kind": "expression",
24225
+ "type": "string"
24226
+ }
24227
+ },
24228
+ {
24229
+ "name": "persistentHint",
24230
+ "description": "Forces [hint](#props-hint) to always be visible",
24231
+ "doc-url": "https://vuetifyjs.com/api/v-switch#props",
24232
+ "default": "false",
24233
+ "value": {
24234
+ "kind": "expression",
24235
+ "type": "boolean"
24236
+ },
24237
+ "type": "boolean"
24238
+ },
24034
24239
  {
24035
24240
  "name": "messages",
24036
24241
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-input.json))",
@@ -24073,7 +24278,7 @@
24073
24278
  },
24074
24279
  {
24075
24280
  "name": "readonly",
24076
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-selection-control-group.json))",
24281
+ "description": "Puts input in readonly state",
24077
24282
  "doc-url": "https://vuetifyjs.com/api/v-switch#props",
24078
24283
  "default": "false",
24079
24284
  "value": {
@@ -24194,7 +24399,7 @@
24194
24399
  },
24195
24400
  {
24196
24401
  "name": "falseIcon",
24197
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-selection-control-group.json))",
24402
+ "description": "The icon used when inactive",
24198
24403
  "doc-url": "https://vuetifyjs.com/api/v-switch#props",
24199
24404
  "value": {
24200
24405
  "kind": "expression",
@@ -24203,7 +24408,7 @@
24203
24408
  },
24204
24409
  {
24205
24410
  "name": "trueIcon",
24206
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-selection-control-group.json))",
24411
+ "description": "The icon used when active",
24207
24412
  "doc-url": "https://vuetifyjs.com/api/v-switch#props",
24208
24413
  "value": {
24209
24414
  "kind": "expression",
@@ -24475,6 +24680,21 @@
24475
24680
  "type": "{ onBlur: (e: Event) => void; onFocus: (e: FocusEvent) => void; id: string }"
24476
24681
  }
24477
24682
  ]
24683
+ },
24684
+ {
24685
+ "name": "loader",
24686
+ "description": "MISSING DESCRIPTION",
24687
+ "doc-url": "https://vuetifyjs.com/api/v-switch#slots",
24688
+ "vue-properties": [
24689
+ {
24690
+ "name": "color",
24691
+ "type": "string"
24692
+ },
24693
+ {
24694
+ "name": "isActive",
24695
+ "type": "boolean"
24696
+ }
24697
+ ]
24478
24698
  }
24479
24699
  ],
24480
24700
  "vue-model": {
@@ -25467,26 +25687,6 @@
25467
25687
  },
25468
25688
  "type": "boolean"
25469
25689
  },
25470
- {
25471
- "name": "hint",
25472
- "description": "Hint text",
25473
- "doc-url": "https://vuetifyjs.com/api/v-text-field#props",
25474
- "value": {
25475
- "kind": "expression",
25476
- "type": "string"
25477
- }
25478
- },
25479
- {
25480
- "name": "persistentHint",
25481
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-text-field.json))",
25482
- "doc-url": "https://vuetifyjs.com/api/v-text-field#props",
25483
- "default": "false",
25484
- "value": {
25485
- "kind": "expression",
25486
- "type": "boolean"
25487
- },
25488
- "type": "boolean"
25489
- },
25490
25690
  {
25491
25691
  "name": "prefix",
25492
25692
  "description": "Displays prefix text",
@@ -25554,6 +25754,26 @@
25554
25754
  "type": "string | (new () => any) | FunctionalComponent"
25555
25755
  }
25556
25756
  },
25757
+ {
25758
+ "name": "hint",
25759
+ "description": "Displays hint text below the input when focused. Force this always open with the [persistent-hint](#props-persistent-hint) property",
25760
+ "doc-url": "https://vuetifyjs.com/api/v-text-field#props",
25761
+ "value": {
25762
+ "kind": "expression",
25763
+ "type": "string"
25764
+ }
25765
+ },
25766
+ {
25767
+ "name": "persistentHint",
25768
+ "description": "Forces [hint](#props-hint) to always be visible",
25769
+ "doc-url": "https://vuetifyjs.com/api/v-text-field#props",
25770
+ "default": "false",
25771
+ "value": {
25772
+ "kind": "expression",
25773
+ "type": "boolean"
25774
+ },
25775
+ "type": "boolean"
25776
+ },
25557
25777
  {
25558
25778
  "name": "messages",
25559
25779
  "description": "Displays a list of messages or message if using a string",
@@ -25717,7 +25937,7 @@
25717
25937
  },
25718
25938
  {
25719
25939
  "name": "persistentClear",
25720
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-field.json))",
25940
+ "description": "Always show the clearable icon when the input is dirty (By default it only shows on hover)",
25721
25941
  "doc-url": "https://vuetifyjs.com/api/v-text-field#props",
25722
25942
  "default": "false",
25723
25943
  "value": {
@@ -25820,19 +26040,19 @@
25820
26040
  ]
25821
26041
  },
25822
26042
  {
25823
- "name": "click:clear",
25824
- "description": "Emitted when clearable icon clicked",
26043
+ "name": "update:focused",
26044
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-text-field.json))",
25825
26045
  "doc-url": "https://vuetifyjs.com/api/v-text-field#events",
25826
26046
  "arguments": [
25827
26047
  {
25828
26048
  "name": "argument",
25829
- "type": "never"
26049
+ "type": "[boolean]"
25830
26050
  }
25831
26051
  ]
25832
26052
  },
25833
26053
  {
25834
- "name": "click:appendInner",
25835
- "description": "Emitted when appended inner icon is clicked",
26054
+ "name": "click:clear",
26055
+ "description": "Emitted when clearable icon clicked",
25836
26056
  "doc-url": "https://vuetifyjs.com/api/v-text-field#events",
25837
26057
  "arguments": [
25838
26058
  {
@@ -25842,8 +26062,8 @@
25842
26062
  ]
25843
26063
  },
25844
26064
  {
25845
- "name": "click:prependInner",
25846
- "description": "Emitted when prepended inner icon is clicked",
26065
+ "name": "click:appendInner",
26066
+ "description": "Emitted when appended inner icon is clicked",
25847
26067
  "doc-url": "https://vuetifyjs.com/api/v-text-field#events",
25848
26068
  "arguments": [
25849
26069
  {
@@ -25853,13 +26073,13 @@
25853
26073
  ]
25854
26074
  },
25855
26075
  {
25856
- "name": "update:focused",
25857
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-text-field.json))",
26076
+ "name": "click:prependInner",
26077
+ "description": "Emitted when prepended inner icon is clicked",
25858
26078
  "doc-url": "https://vuetifyjs.com/api/v-text-field#events",
25859
26079
  "arguments": [
25860
26080
  {
25861
26081
  "name": "argument",
25862
- "type": "[boolean]"
26082
+ "type": "never"
25863
26083
  }
25864
26084
  ]
25865
26085
  },
@@ -26127,7 +26347,7 @@
26127
26347
  },
26128
26348
  {
26129
26349
  "name": "reverse",
26130
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-field.json))",
26350
+ "description": "Reverses the orientation ",
26131
26351
  "doc-url": "https://vuetifyjs.com/api/v-textarea#props",
26132
26352
  "default": "false",
26133
26353
  "value": {
@@ -26213,26 +26433,6 @@
26213
26433
  },
26214
26434
  "type": "boolean"
26215
26435
  },
26216
- {
26217
- "name": "hint",
26218
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-textarea.json))",
26219
- "doc-url": "https://vuetifyjs.com/api/v-textarea#props",
26220
- "value": {
26221
- "kind": "expression",
26222
- "type": "string"
26223
- }
26224
- },
26225
- {
26226
- "name": "persistentHint",
26227
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-textarea.json))",
26228
- "doc-url": "https://vuetifyjs.com/api/v-textarea#props",
26229
- "default": "false",
26230
- "value": {
26231
- "kind": "expression",
26232
- "type": "boolean"
26233
- },
26234
- "type": "boolean"
26235
- },
26236
26436
  {
26237
26437
  "name": "prefix",
26238
26438
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-textarea.json))",
@@ -26300,6 +26500,26 @@
26300
26500
  "type": "string | (new () => any) | FunctionalComponent"
26301
26501
  }
26302
26502
  },
26503
+ {
26504
+ "name": "hint",
26505
+ "description": "Displays hint text below the input when focused. Force this always open with the [persistent-hint](#props-persistent-hint) property",
26506
+ "doc-url": "https://vuetifyjs.com/api/v-textarea#props",
26507
+ "value": {
26508
+ "kind": "expression",
26509
+ "type": "string"
26510
+ }
26511
+ },
26512
+ {
26513
+ "name": "persistentHint",
26514
+ "description": "Forces [hint](#props-hint) to always be visible",
26515
+ "doc-url": "https://vuetifyjs.com/api/v-textarea#props",
26516
+ "default": "false",
26517
+ "value": {
26518
+ "kind": "expression",
26519
+ "type": "boolean"
26520
+ },
26521
+ "type": "boolean"
26522
+ },
26303
26523
  {
26304
26524
  "name": "messages",
26305
26525
  "description": "Displays a list of messages or message if using a string",
@@ -26431,7 +26651,7 @@
26431
26651
  },
26432
26652
  {
26433
26653
  "name": "clearIcon",
26434
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-field.json))",
26654
+ "description": "The icon used when the **clerable** prop is set to true",
26435
26655
  "doc-url": "https://vuetifyjs.com/api/v-textarea#props",
26436
26656
  "default": "'$clear'",
26437
26657
  "value": {
@@ -26463,7 +26683,7 @@
26463
26683
  },
26464
26684
  {
26465
26685
  "name": "persistentClear",
26466
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-field.json))",
26686
+ "description": "Always show the clearable icon when the input is dirty (By default it only shows on hover)",
26467
26687
  "doc-url": "https://vuetifyjs.com/api/v-textarea#props",
26468
26688
  "default": "false",
26469
26689
  "value": {
@@ -26607,18 +26827,18 @@
26607
26827
  ]
26608
26828
  },
26609
26829
  {
26610
- "name": "click:clear",
26830
+ "name": "update:focused",
26611
26831
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-textarea.json))",
26612
26832
  "doc-url": "https://vuetifyjs.com/api/v-textarea#events",
26613
26833
  "arguments": [
26614
26834
  {
26615
26835
  "name": "argument",
26616
- "type": "never"
26836
+ "type": "[boolean]"
26617
26837
  }
26618
26838
  ]
26619
26839
  },
26620
26840
  {
26621
- "name": "click:appendInner",
26841
+ "name": "click:clear",
26622
26842
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-textarea.json))",
26623
26843
  "doc-url": "https://vuetifyjs.com/api/v-textarea#events",
26624
26844
  "arguments": [
@@ -26629,7 +26849,7 @@
26629
26849
  ]
26630
26850
  },
26631
26851
  {
26632
- "name": "click:prependInner",
26852
+ "name": "click:appendInner",
26633
26853
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-textarea.json))",
26634
26854
  "doc-url": "https://vuetifyjs.com/api/v-textarea#events",
26635
26855
  "arguments": [
@@ -26640,13 +26860,13 @@
26640
26860
  ]
26641
26861
  },
26642
26862
  {
26643
- "name": "update:focused",
26863
+ "name": "click:prependInner",
26644
26864
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-textarea.json))",
26645
26865
  "doc-url": "https://vuetifyjs.com/api/v-textarea#events",
26646
26866
  "arguments": [
26647
26867
  {
26648
26868
  "name": "argument",
26649
- "type": "[boolean]"
26869
+ "type": "never"
26650
26870
  }
26651
26871
  ]
26652
26872
  },
@@ -26778,7 +26998,7 @@
26778
26998
  },
26779
26999
  {
26780
27000
  "name": "loader",
26781
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-field.json))",
27001
+ "description": "Slot for custom loader (displayed when **loading** prop is equal to true)",
26782
27002
  "doc-url": "https://vuetifyjs.com/api/v-textarea#slots",
26783
27003
  "vue-properties": [
26784
27004
  {
@@ -26844,17 +27064,17 @@
26844
27064
  },
26845
27065
  {
26846
27066
  "name": "clear",
26847
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-field.json))",
27067
+ "description": "Slot for custom clear icon (displayed when the **clearable** prop is equal to true)",
26848
27068
  "doc-url": "https://vuetifyjs.com/api/v-textarea#slots"
26849
27069
  },
26850
27070
  {
26851
27071
  "name": "prepend-inner",
26852
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-field.json))",
27072
+ "description": "Slot that is prepended to the input",
26853
27073
  "doc-url": "https://vuetifyjs.com/api/v-textarea#slots"
26854
27074
  },
26855
27075
  {
26856
27076
  "name": "append-inner",
26857
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-field.json))",
27077
+ "description": "Slot that is appended to the input",
26858
27078
  "doc-url": "https://vuetifyjs.com/api/v-textarea#slots"
26859
27079
  },
26860
27080
  {
@@ -28073,6 +28293,17 @@
28073
28293
  "type": "[any]"
28074
28294
  }
28075
28295
  ]
28296
+ },
28297
+ {
28298
+ "name": "update:focused",
28299
+ "description": "MISSING DESCRIPTION",
28300
+ "doc-url": "https://vuetifyjs.com/api/v-validation#events",
28301
+ "arguments": [
28302
+ {
28303
+ "name": "argument",
28304
+ "type": "never"
28305
+ }
28306
+ ]
28076
28307
  }
28077
28308
  ],
28078
28309
  "slots": [