@vuetify/nightly 4.0.0-master-20230206.0 → 4.0.0-master-20230207.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,12 +1,14 @@
1
- # [](https://github.com/vuetifyjs/vuetify/compare/v4.0.0-master-20230206.0...v) (2023-02-06)
1
+ # [](https://github.com/vuetifyjs/vuetify/compare/v4.0.0-master-20230207.0...v) (2023-02-07)
2
2
 
3
3
 
4
4
 
5
- # [4.0.0-master-20230206.0](https://github.com/vuetifyjs/vuetify/compare/v3.1.3...v4.0.0-master-20230206.0) (2023-02-06)
5
+ # [4.0.0-master-20230207.0](https://github.com/vuetifyjs/vuetify/compare/v3.1.3...v4.0.0-master-20230207.0) (2023-02-07)
6
6
 
7
7
 
8
8
  ### Bug Fixes
9
9
 
10
+ * **VChip:** incorrect import ([11ddd2d](https://github.com/vuetifyjs/vuetify/commit/11ddd2dd21630f539913a117b501ac759da00c86))
11
+ * **VChip:** set aria-label correctly ([48d3724](https://github.com/vuetifyjs/vuetify/commit/48d3724e7f28669fd2e483a916b4412d4039c1c6)), closes [#16549](https://github.com/vuetifyjs/vuetify/issues/16549)
10
12
  * getUid must be called from inside a setup function ([#16591](https://github.com/vuetifyjs/vuetify/issues/16591)) ([b7c4ec0](https://github.com/vuetifyjs/vuetify/commit/b7c4ec0d1a48d1dc65783d82685b32fa9600d4a2)), closes [#16558](https://github.com/vuetifyjs/vuetify/issues/16558)
11
13
  * **locale:** update swedish locale messages ([#16556](https://github.com/vuetifyjs/vuetify/issues/16556)) ([d0e1434](https://github.com/vuetifyjs/vuetify/commit/d0e1434f5525f689451434e4553b7bb652789e1a))
12
14
  * **states:** use theme opacity variables ([824df5c](https://github.com/vuetifyjs/vuetify/commit/824df5ce109bb90e588057edb8d805854bafdf42))
@@ -93,7 +93,15 @@
93
93
  },
94
94
  "v-app-bar-nav-icon/icon": {
95
95
  "type": "string | (new () => any) | FunctionalComponent",
96
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-app-bar-nav-icon.json))"
96
+ "description": "Apply a specific icon using the [v-icon](/components/icons/) component."
97
+ },
98
+ "v-app-bar-title/text": {
99
+ "type": "string",
100
+ "description": "Specify content text for the component."
101
+ },
102
+ "v-app-bar-title/tag": {
103
+ "type": "string",
104
+ "description": "Specify a custom tag used on the root element."
97
105
  },
98
106
  "v-alert/density": {
99
107
  "type": "\"default\" | \"comfortable\" | \"compact\"",
@@ -161,7 +169,7 @@
161
169
  },
162
170
  "v-alert/text": {
163
171
  "type": "string",
164
- "description": "Specify subtitle/body text for the alert."
172
+ "description": "Specify content text for the component."
165
173
  },
166
174
  "v-alert/border": {
167
175
  "type": "boolean | \"top\" | \"end\" | \"bottom\" | \"start\"",
@@ -185,7 +193,7 @@
185
193
  },
186
194
  "v-alert/icon": {
187
195
  "type": "false | string | (new () => any) | FunctionalComponent",
188
- "description": "Designates a specific icon."
196
+ "description": "Apply a specific icon using the [v-icon](/components/icons/) component."
189
197
  },
190
198
  "v-alert/model-value": {
191
199
  "type": "boolean",
@@ -369,7 +377,7 @@
369
377
  },
370
378
  "v-autocomplete/append-icon": {
371
379
  "type": "string | (new () => any) | FunctionalComponent",
372
- "description": "Appends an icon to the outside the component's input, uses same syntax as `v-icon`"
380
+ "description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot."
373
381
  },
374
382
  "v-autocomplete/prepend-icon": {
375
383
  "type": "string | (new () => any) | FunctionalComponent",
@@ -553,7 +561,7 @@
553
561
  },
554
562
  "v-badge/icon": {
555
563
  "type": "string | (new () => any) | FunctionalComponent",
556
- "description": "Designates a specific icon to render in the badge."
564
+ "description": "Apply a specific icon using the [v-icon](/components/icons/) component."
557
565
  },
558
566
  "v-badge/inline": {
559
567
  "type": "boolean",
@@ -653,15 +661,15 @@
653
661
  },
654
662
  "v-banner/icon": {
655
663
  "type": "string | (new () => any) | FunctionalComponent",
656
- "description": "Designates a specific icon."
664
+ "description": "Apply a specific icon using the [v-icon](/components/icons/) component."
657
665
  },
658
666
  "v-banner/stacked": {
659
667
  "type": "boolean",
660
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-banner.json))"
668
+ "description": "Forces the banner actions onto a new line. This "
661
669
  },
662
670
  "v-banner/text": {
663
671
  "type": "string",
664
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-banner.json))"
672
+ "description": "Specify content text for the component."
665
673
  },
666
674
  "v-banner/lines": {
667
675
  "type": "\"one\" | \"two\" | \"three\"",
@@ -789,7 +797,7 @@
789
797
  },
790
798
  "v-breadcrumbs/icon": {
791
799
  "type": "string | (new () => any) | FunctionalComponent",
792
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-breadcrumbs.json))"
800
+ "description": "Apply a specific icon using the [v-icon](/components/icons/) component."
793
801
  },
794
802
  "v-breadcrumbs/items": {
795
803
  "type": "unknown[]",
@@ -913,7 +921,7 @@
913
921
  },
914
922
  "v-btn/loading": {
915
923
  "type": "string | boolean",
916
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/loader.json))"
924
+ "description": "Displays linear progress bar. Can either be a String which specifies which color is applied to the progress bar (any material color or theme color - **primary**, **secondary**, **success**, **info**, **warning**, **error**) or a Boolean which uses the component **color** (set by color prop - if it's supported by the component) or the primary color"
917
925
  },
918
926
  "v-btn/location": {
919
927
  "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/next/packages/vuetify/src/util/anchor.ts#L7-L13\" target=\"_blank\">Anchor</a>",
@@ -969,7 +977,7 @@
969
977
  },
970
978
  "v-btn/append-icon": {
971
979
  "type": "string | (new () => any) | FunctionalComponent",
972
- "description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot"
980
+ "description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot."
973
981
  },
974
982
  "v-btn/block": {
975
983
  "type": "boolean",
@@ -981,11 +989,11 @@
981
989
  },
982
990
  "v-btn/ripple": {
983
991
  "type": "boolean",
984
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-btn.json))"
992
+ "description": "Applies the [v-ripple](/directives/ripple) directive."
985
993
  },
986
994
  "v-btn/icon": {
987
995
  "type": "boolean | string | (new () => any) | FunctionalComponent",
988
- "description": "Designates the button as icon. Button will become _round_ and applies the **text** prop."
996
+ "description": "Apply a specific icon using the [v-icon](/components/icons/) component. The button will become _round_."
989
997
  },
990
998
  "v-btn-group/divided": {
991
999
  "type": "boolean",
@@ -1129,7 +1137,7 @@
1129
1137
  },
1130
1138
  "v-card/loading": {
1131
1139
  "type": "string | boolean",
1132
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/loader.json))"
1140
+ "description": "Displays linear progress bar. Can either be a String which specifies which color is applied to the progress bar (any material color or theme color - **primary**, **secondary**, **success**, **info**, **warning**, **error**) or a Boolean which uses the component **color** (set by color prop - if it's supported by the component) or the primary color"
1133
1141
  },
1134
1142
  "v-card/location": {
1135
1143
  "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/next/packages/vuetify/src/util/anchor.ts#L7-L13\" target=\"_blank\">Anchor</a>",
@@ -1173,7 +1181,7 @@
1173
1181
  },
1174
1182
  "v-card/text": {
1175
1183
  "type": "string",
1176
- "description": "Generates a `v-card-text` component with the supplied value"
1184
+ "description": "Specify content text for the component."
1177
1185
  },
1178
1186
  "v-card/link": {
1179
1187
  "type": "boolean",
@@ -1185,7 +1193,7 @@
1185
1193
  },
1186
1194
  "v-card/append-icon": {
1187
1195
  "type": "string | (new () => any) | FunctionalComponent",
1188
- "description": "Appends a [v-icon](/components/icons/) component to the header"
1196
+ "description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot."
1189
1197
  },
1190
1198
  "v-card/disabled": {
1191
1199
  "type": "boolean",
@@ -1209,7 +1217,7 @@
1209
1217
  },
1210
1218
  "v-card/ripple": {
1211
1219
  "type": "boolean",
1212
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-card.json))"
1220
+ "description": "Applies the [v-ripple](/directives/ripple) directive."
1213
1221
  },
1214
1222
  "v-card/subtitle": {
1215
1223
  "type": "string",
@@ -1229,7 +1237,7 @@
1229
1237
  },
1230
1238
  "v-card-item/append-icon": {
1231
1239
  "type": "string | (new () => any) | FunctionalComponent",
1232
- "description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot"
1240
+ "description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot."
1233
1241
  },
1234
1242
  "v-card-item/prepend-avatar": {
1235
1243
  "type": "string",
@@ -1313,7 +1321,7 @@
1313
1321
  },
1314
1322
  "v-checkbox/append-icon": {
1315
1323
  "type": "string | (new () => any) | FunctionalComponent",
1316
- "description": "Appends an icon to the component, uses the same syntax as `v-icon`"
1324
+ "description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot."
1317
1325
  },
1318
1326
  "v-checkbox/prepend-icon": {
1319
1327
  "type": "string | (new () => any) | FunctionalComponent",
@@ -1425,7 +1433,7 @@
1425
1433
  },
1426
1434
  "v-checkbox/ripple": {
1427
1435
  "type": "boolean",
1428
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-selection-control-group.json))"
1436
+ "description": "Applies the [v-ripple](/directives/ripple) directive."
1429
1437
  },
1430
1438
  "v-checkbox/multiple": {
1431
1439
  "type": "boolean",
@@ -1497,7 +1505,7 @@
1497
1505
  },
1498
1506
  "v-checkbox-btn/ripple": {
1499
1507
  "type": "boolean",
1500
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-selection-control-group.json))"
1508
+ "description": "Applies the [v-ripple](/directives/ripple) directive."
1501
1509
  },
1502
1510
  "v-checkbox-btn/multiple": {
1503
1511
  "type": "boolean",
@@ -1597,7 +1605,7 @@
1597
1605
  },
1598
1606
  "v-chip/text": {
1599
1607
  "type": "string",
1600
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-chip.json))"
1608
+ "description": "Specify content text for the component."
1601
1609
  },
1602
1610
  "v-chip/link": {
1603
1611
  "type": "boolean",
@@ -1613,7 +1621,7 @@
1613
1621
  },
1614
1622
  "v-chip/append-icon": {
1615
1623
  "type": "string | (new () => any) | FunctionalComponent",
1616
- "description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot"
1624
+ "description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot."
1617
1625
  },
1618
1626
  "v-chip/closable": {
1619
1627
  "type": "boolean",
@@ -1653,7 +1661,7 @@
1653
1661
  },
1654
1662
  "v-chip/ripple": {
1655
1663
  "type": "boolean",
1656
- "description": "Applies the v-ripple directive"
1664
+ "description": "Applies the [v-ripple](/directives/ripple) directive."
1657
1665
  },
1658
1666
  "v-chip/model-value": {
1659
1667
  "type": "boolean",
@@ -1941,7 +1949,7 @@
1941
1949
  },
1942
1950
  "v-combobox/append-icon": {
1943
1951
  "type": "string | (new () => any) | FunctionalComponent",
1944
- "description": "Appends an icon to the outside the component's input, uses same syntax as `v-icon`"
1952
+ "description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot."
1945
1953
  },
1946
1954
  "v-combobox/prepend-icon": {
1947
1955
  "type": "string | (new () => any) | FunctionalComponent",
@@ -2337,7 +2345,7 @@
2337
2345
  },
2338
2346
  "v-expansion-panel/ripple": {
2339
2347
  "type": "boolean | Record<string, any>",
2340
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-expansion-panel-title.json))"
2348
+ "description": "Applies the [v-ripple](/directives/ripple) directive."
2341
2349
  },
2342
2350
  "v-expansion-panel/readonly": {
2343
2351
  "type": "boolean",
@@ -2349,7 +2357,7 @@
2349
2357
  },
2350
2358
  "v-expansion-panel/text": {
2351
2359
  "type": "string",
2352
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-expansion-panel.json))"
2360
+ "description": "Specify content text for the component."
2353
2361
  },
2354
2362
  "v-expansion-panel/bg-color": {
2355
2363
  "type": "string",
@@ -2377,7 +2385,7 @@
2377
2385
  },
2378
2386
  "v-expansion-panel-title/ripple": {
2379
2387
  "type": "boolean | Record<string, any>",
2380
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-expansion-panel-title.json))"
2388
+ "description": "Applies the [v-ripple](/directives/ripple) directive."
2381
2389
  },
2382
2390
  "v-expansion-panel-title/readonly": {
2383
2391
  "type": "boolean",
@@ -2457,7 +2465,7 @@
2457
2465
  },
2458
2466
  "v-field/loading": {
2459
2467
  "type": "string | boolean",
2460
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/loader.json))"
2468
+ "description": "Displays linear progress bar. Can either be a String which specifies which color is applied to the progress bar (any material color or theme color - **primary**, **secondary**, **success**, **info**, **warning**, **error**) or a Boolean which uses the component **color** (set by color prop - if it's supported by the component) or the primary color"
2461
2469
  },
2462
2470
  "v-field/model-value": {
2463
2471
  "type": "unknown",
@@ -2473,7 +2481,7 @@
2473
2481
  },
2474
2482
  "v-file-input/append-icon": {
2475
2483
  "type": "string | (new () => any) | FunctionalComponent",
2476
- "description": "Appends an icon to the component, uses the same syntax as `v-icon`"
2484
+ "description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot."
2477
2485
  },
2478
2486
  "v-file-input/prepend-icon": {
2479
2487
  "type": "string | (new () => any) | FunctionalComponent",
@@ -2785,7 +2793,7 @@
2785
2793
  },
2786
2794
  "v-icon/icon": {
2787
2795
  "type": "string | (new () => any) | FunctionalComponent",
2788
- "description": "Designates a specific icon."
2796
+ "description": "Apply a specific icon using the [v-icon](/components/icons/) component."
2789
2797
  },
2790
2798
  "v-icon/size": {
2791
2799
  "type": "string | number",
@@ -2885,7 +2893,7 @@
2885
2893
  },
2886
2894
  "v-input/append-icon": {
2887
2895
  "type": "string | (new () => any) | FunctionalComponent",
2888
- "description": "Appends an icon to the component, uses the same syntax as `v-icon`"
2896
+ "description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot."
2889
2897
  },
2890
2898
  "v-input/prepend-icon": {
2891
2899
  "type": "string | (new () => any) | FunctionalComponent",
@@ -3009,7 +3017,7 @@
3009
3017
  },
3010
3018
  "v-label/text": {
3011
3019
  "type": "string",
3012
- "description": "Specify the displayed label text"
3020
+ "description": "Specify content text for the component."
3013
3021
  },
3014
3022
  "v-label/clickable": {
3015
3023
  "type": "boolean",
@@ -3241,7 +3249,7 @@
3241
3249
  },
3242
3250
  "v-list-group/append-icon": {
3243
3251
  "type": "string | (new () => any) | FunctionalComponent",
3244
- "description": "Appends an icon to the component, uses the same syntax as `v-icon`"
3252
+ "description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot."
3245
3253
  },
3246
3254
  "v-list-group/fluid": {
3247
3255
  "type": "boolean",
@@ -3289,7 +3297,7 @@
3289
3297
  },
3290
3298
  "v-list-item/append-icon": {
3291
3299
  "type": "string | (new () => any) | FunctionalComponent",
3292
- "description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot"
3300
+ "description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot."
3293
3301
  },
3294
3302
  "v-list-item/disabled": {
3295
3303
  "type": "boolean",
@@ -3321,7 +3329,7 @@
3321
3329
  },
3322
3330
  "v-list-item/ripple": {
3323
3331
  "type": "boolean",
3324
- "description": "MISSING DESCRIPTION"
3332
+ "description": "Applies the [v-ripple](/directives/ripple) directive."
3325
3333
  },
3326
3334
  "v-list-item/border": {
3327
3335
  "type": "string | number | boolean",
@@ -4133,7 +4141,7 @@
4133
4141
  },
4134
4142
  "v-radio/ripple": {
4135
4143
  "type": "boolean",
4136
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-selection-control-group.json))"
4144
+ "description": "Applies the [v-ripple](/directives/ripple) directive."
4137
4145
  },
4138
4146
  "v-radio/type": {
4139
4147
  "type": "string",
@@ -4173,7 +4181,7 @@
4173
4181
  },
4174
4182
  "v-radio-group/append-icon": {
4175
4183
  "type": "string | (new () => any) | FunctionalComponent",
4176
- "description": "Appends an icon to the component, uses the same syntax as `v-icon`"
4184
+ "description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot."
4177
4185
  },
4178
4186
  "v-radio-group/prepend-icon": {
4179
4187
  "type": "string | (new () => any) | FunctionalComponent",
@@ -4265,7 +4273,7 @@
4265
4273
  },
4266
4274
  "v-radio-group/ripple": {
4267
4275
  "type": "boolean",
4268
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-selection-control-group.json))"
4276
+ "description": "Applies the [v-ripple](/directives/ripple) directive."
4269
4277
  },
4270
4278
  "v-radio-group/value-comparator": {
4271
4279
  "type": "(a: any, b: any) => boolean",
@@ -4289,7 +4297,7 @@
4289
4297
  },
4290
4298
  "v-range-slider/append-icon": {
4291
4299
  "type": "string | (new () => any) | FunctionalComponent",
4292
- "description": "Appends an icon to the component, uses the same syntax as `v-icon`"
4300
+ "description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot."
4293
4301
  },
4294
4302
  "v-range-slider/prepend-icon": {
4295
4303
  "type": "string | (new () => any) | FunctionalComponent",
@@ -4461,7 +4469,7 @@
4461
4469
  },
4462
4470
  "v-rating/ripple": {
4463
4471
  "type": "boolean",
4464
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-rating.json))"
4472
+ "description": "Applies the [v-ripple](/directives/ripple) directive."
4465
4473
  },
4466
4474
  "v-rating/item-aria-label": {
4467
4475
  "type": "string",
@@ -4677,7 +4685,7 @@
4677
4685
  },
4678
4686
  "v-select/append-icon": {
4679
4687
  "type": "string | (new () => any) | FunctionalComponent",
4680
- "description": "Appends an icon to the outside the component's input, uses same syntax as `v-icon`"
4688
+ "description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot."
4681
4689
  },
4682
4690
  "v-select/prepend-icon": {
4683
4691
  "type": "string | (new () => any) | FunctionalComponent",
@@ -4825,7 +4833,7 @@
4825
4833
  },
4826
4834
  "v-selection-control/ripple": {
4827
4835
  "type": "boolean",
4828
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-selection-control-group.json))"
4836
+ "description": "Applies the [v-ripple](/directives/ripple) directive."
4829
4837
  },
4830
4838
  "v-selection-control/multiple": {
4831
4839
  "type": "boolean",
@@ -4885,7 +4893,7 @@
4885
4893
  },
4886
4894
  "v-selection-control-group/ripple": {
4887
4895
  "type": "boolean",
4888
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-selection-control-group.json))"
4896
+ "description": "Applies the [v-ripple](/directives/ripple) directive."
4889
4897
  },
4890
4898
  "v-selection-control-group/type": {
4891
4899
  "type": "string",
@@ -5133,7 +5141,7 @@
5133
5141
  },
5134
5142
  "v-slider/append-icon": {
5135
5143
  "type": "string | (new () => any) | FunctionalComponent",
5136
- "description": "Appends an icon to the component, uses the same syntax as `v-icon`"
5144
+ "description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot."
5137
5145
  },
5138
5146
  "v-slider/prepend-icon": {
5139
5147
  "type": "string | (new () => any) | FunctionalComponent",
@@ -5337,7 +5345,7 @@
5337
5345
  },
5338
5346
  "v-switch/append-icon": {
5339
5347
  "type": "string | (new () => any) | FunctionalComponent",
5340
- "description": "Appends an icon to the component, uses the same syntax as `v-icon`"
5348
+ "description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot."
5341
5349
  },
5342
5350
  "v-switch/prepend-icon": {
5343
5351
  "type": "string | (new () => any) | FunctionalComponent",
@@ -5445,7 +5453,7 @@
5445
5453
  },
5446
5454
  "v-switch/ripple": {
5447
5455
  "type": "boolean",
5448
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-selection-control-group.json))"
5456
+ "description": "Applies the [v-ripple](/directives/ripple) directive."
5449
5457
  },
5450
5458
  "v-switch/multiple": {
5451
5459
  "type": "boolean",
@@ -5541,7 +5549,7 @@
5541
5549
  },
5542
5550
  "v-tabs/stacked": {
5543
5551
  "type": "boolean",
5544
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-tabs.json))"
5552
+ "description": "Apply the stacked prop to all children v-tab components."
5545
5553
  },
5546
5554
  "v-tabs/bg-color": {
5547
5555
  "type": "string",
@@ -5613,23 +5621,23 @@
5613
5621
  },
5614
5622
  "v-tab/prepend-icon": {
5615
5623
  "type": "string | (new () => any) | FunctionalComponent",
5616
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-tab.json))"
5624
+ "description": "Creates a [v-icon](/api/v-icon/) component in the **prepend** slot before default content"
5617
5625
  },
5618
5626
  "v-tab/append-icon": {
5619
5627
  "type": "string | (new () => any) | FunctionalComponent",
5620
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-tab.json))"
5628
+ "description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot."
5621
5629
  },
5622
5630
  "v-tab/stacked": {
5623
5631
  "type": "boolean",
5624
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-tab.json))"
5632
+ "description": "Displays the tab as a flex-column."
5625
5633
  },
5626
5634
  "v-tab/title": {
5627
5635
  "type": "string",
5628
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-tab.json))"
5636
+ "description": "Specify a title text for the component."
5629
5637
  },
5630
5638
  "v-tab/ripple": {
5631
5639
  "type": "boolean",
5632
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-tab.json))"
5640
+ "description": "Applies the [v-ripple](/directives/ripple) directive."
5633
5641
  },
5634
5642
  "v-tab/color": {
5635
5643
  "type": "string",
@@ -5649,7 +5657,7 @@
5649
5657
  },
5650
5658
  "v-tab/icon": {
5651
5659
  "type": "boolean | string | (new () => any) | FunctionalComponent",
5652
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-tab.json))"
5660
+ "description": "Apply a specific icon using the [v-icon](/components/icons/) component."
5653
5661
  },
5654
5662
  "v-table/density": {
5655
5663
  "type": "\"default\" | \"comfortable\" | \"compact\"",
@@ -5685,7 +5693,7 @@
5685
5693
  },
5686
5694
  "v-textarea/append-icon": {
5687
5695
  "type": "string | (new () => any) | FunctionalComponent",
5688
- "description": "Appends an icon to the component, uses the same syntax as `v-icon`"
5696
+ "description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot."
5689
5697
  },
5690
5698
  "v-textarea/prepend-icon": {
5691
5699
  "type": "string | (new () => any) | FunctionalComponent",
@@ -5913,7 +5921,7 @@
5913
5921
  },
5914
5922
  "v-text-field/append-icon": {
5915
5923
  "type": "string | (new () => any) | FunctionalComponent",
5916
- "description": "Appends an icon to the outside the component's input, uses same syntax as `v-icon`"
5924
+ "description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot."
5917
5925
  },
5918
5926
  "v-text-field/prepend-icon": {
5919
5927
  "type": "string | (new () => any) | FunctionalComponent",
@@ -6157,7 +6165,7 @@
6157
6165
  },
6158
6166
  "v-timeline-item/icon": {
6159
6167
  "type": "string | (new () => any) | FunctionalComponent",
6160
- "description": "Specify icon to display inside dot"
6168
+ "description": "Apply a specific icon to the inside dot using the [v-icon](/components/icons/) component."
6161
6169
  },
6162
6170
  "v-timeline-item/icon-color": {
6163
6171
  "type": "string",
@@ -6237,7 +6245,7 @@
6237
6245
  },
6238
6246
  "v-toolbar-title/text": {
6239
6247
  "type": "string",
6240
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-toolbar-title.json))"
6248
+ "description": "Specify content text for the component."
6241
6249
  },
6242
6250
  "v-toolbar-title/tag": {
6243
6251
  "type": "string",
@@ -6261,7 +6269,7 @@
6261
6269
  },
6262
6270
  "v-tooltip/text": {
6263
6271
  "type": "string",
6264
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-tooltip.json))"
6272
+ "description": "Specify content text for the component."
6265
6273
  },
6266
6274
  "v-tooltip/close-on-back": {
6267
6275
  "type": "boolean",