@vuetify/nightly 3.6.8-master.2024-06-07 → 3.6.9-dev.2024-06-20

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 (107) hide show
  1. package/CHANGELOG.md +14 -6
  2. package/dist/json/attributes.json +293 -121
  3. package/dist/json/importMap-labs.json +20 -20
  4. package/dist/json/importMap.json +164 -164
  5. package/dist/json/tags.json +49 -6
  6. package/dist/json/web-types.json +610 -221
  7. package/dist/vuetify-labs.css +3032 -3016
  8. package/dist/vuetify-labs.d.ts +1096 -821
  9. package/dist/vuetify-labs.esm.js +93 -44
  10. package/dist/vuetify-labs.esm.js.map +1 -1
  11. package/dist/vuetify-labs.js +93 -44
  12. package/dist/vuetify-labs.min.css +2 -2
  13. package/dist/vuetify.css +928 -912
  14. package/dist/vuetify.d.ts +905 -708
  15. package/dist/vuetify.esm.js +81 -38
  16. package/dist/vuetify.esm.js.map +1 -1
  17. package/dist/vuetify.js +81 -38
  18. package/dist/vuetify.js.map +1 -1
  19. package/dist/vuetify.min.css +2 -2
  20. package/dist/vuetify.min.js +51 -48
  21. package/dist/vuetify.min.js.map +1 -1
  22. package/lib/blueprints/index.d.mts +58 -56
  23. package/lib/blueprints/md1.d.mts +58 -56
  24. package/lib/blueprints/md2.d.mts +58 -56
  25. package/lib/blueprints/md3.d.mts +58 -56
  26. package/lib/components/VAppBar/index.d.mts +6 -0
  27. package/lib/components/VAutocomplete/index.d.mts +49 -49
  28. package/lib/components/VAvatar/VAvatar.css +7 -0
  29. package/lib/components/VAvatar/VAvatar.mjs +6 -1
  30. package/lib/components/VAvatar/VAvatar.mjs.map +1 -1
  31. package/lib/components/VAvatar/VAvatar.sass +1 -0
  32. package/lib/components/VAvatar/_variables.scss +13 -0
  33. package/lib/components/VAvatar/index.d.mts +6 -0
  34. package/lib/components/VBottomSheet/index.d.mts +7 -7
  35. package/lib/components/VBreadcrumbs/index.d.mts +8 -8
  36. package/lib/components/VBtn/VBtn.mjs +3 -1
  37. package/lib/components/VBtn/VBtn.mjs.map +1 -1
  38. package/lib/components/VBtn/index.d.mts +6 -0
  39. package/lib/components/VCarousel/index.d.mts +16 -7
  40. package/lib/components/VCheckbox/index.d.mts +6 -6
  41. package/lib/components/VCombobox/index.d.mts +49 -49
  42. package/lib/components/VDialog/index.d.mts +31 -31
  43. package/lib/components/VExpansionPanel/VExpansionPanel.mjs +23 -11
  44. package/lib/components/VExpansionPanel/VExpansionPanel.mjs.map +1 -1
  45. package/lib/components/VExpansionPanel/VExpansionPanelTitle.mjs +20 -7
  46. package/lib/components/VExpansionPanel/VExpansionPanelTitle.mjs.map +1 -1
  47. package/lib/components/VExpansionPanel/index.d.mts +122 -14
  48. package/lib/components/VFab/VFab.mjs +4 -7
  49. package/lib/components/VFab/VFab.mjs.map +1 -1
  50. package/lib/components/VFab/index.d.mts +52 -49
  51. package/lib/components/VFileInput/index.d.mts +18 -18
  52. package/lib/components/VForm/index.d.mts +9 -9
  53. package/lib/components/VGrid/VContainer.mjs +6 -1
  54. package/lib/components/VGrid/VContainer.mjs.map +1 -1
  55. package/lib/components/VGrid/index.d.mts +36 -0
  56. package/lib/components/VImg/VImg.css +9 -0
  57. package/lib/components/VImg/VImg.mjs +2 -0
  58. package/lib/components/VImg/VImg.mjs.map +1 -1
  59. package/lib/components/VImg/VImg.sass +9 -0
  60. package/lib/components/VImg/index.d.mts +16 -7
  61. package/lib/components/VInput/index.d.mts +6 -6
  62. package/lib/components/VList/VList.mjs +1 -0
  63. package/lib/components/VList/VList.mjs.map +1 -1
  64. package/lib/components/VList/index.d.mts +14 -12
  65. package/lib/components/VMenu/VMenu.mjs +1 -1
  66. package/lib/components/VMenu/VMenu.mjs.map +1 -1
  67. package/lib/components/VMenu/index.d.mts +33 -33
  68. package/lib/components/VOverlay/VOverlay.mjs +4 -3
  69. package/lib/components/VOverlay/VOverlay.mjs.map +1 -1
  70. package/lib/components/VOverlay/index.d.mts +7 -7
  71. package/lib/components/VRadioGroup/index.d.mts +6 -6
  72. package/lib/components/VRangeSlider/index.d.mts +6 -6
  73. package/lib/components/VSelect/index.d.mts +49 -49
  74. package/lib/components/VSlider/index.d.mts +6 -6
  75. package/lib/components/VSnackbar/index.d.mts +33 -33
  76. package/lib/components/VSpeedDial/index.d.mts +9 -9
  77. package/lib/components/VSwitch/index.d.mts +6 -6
  78. package/lib/components/VTabs/index.d.mts +21 -3
  79. package/lib/components/VTextField/index.d.mts +18 -18
  80. package/lib/components/VTextarea/index.d.mts +18 -18
  81. package/lib/components/VTooltip/index.d.mts +39 -39
  82. package/lib/components/VValidation/index.d.mts +9 -8
  83. package/lib/components/index.d.mts +707 -509
  84. package/lib/composables/goto.mjs.map +1 -1
  85. package/lib/composables/icons.mjs.map +1 -1
  86. package/lib/composables/scroll.mjs +6 -0
  87. package/lib/composables/scroll.mjs.map +1 -1
  88. package/lib/composables/validation.mjs +8 -6
  89. package/lib/composables/validation.mjs.map +1 -1
  90. package/lib/entry-bundler.mjs +1 -1
  91. package/lib/entry-bundler.mjs.map +1 -1
  92. package/lib/framework.mjs +1 -1
  93. package/lib/framework.mjs.map +1 -1
  94. package/lib/index.d.mts +164 -165
  95. package/lib/labs/VDateInput/index.d.mts +6 -6
  96. package/lib/labs/VNumberInput/index.d.mts +6 -6
  97. package/lib/labs/VSnackbarQueue/index.d.mts +42 -42
  98. package/lib/labs/VStepperVertical/index.d.mts +93 -21
  99. package/lib/labs/VTimePicker/VTimePickerClock.mjs +3 -1
  100. package/lib/labs/VTimePicker/VTimePickerClock.mjs.map +1 -1
  101. package/lib/labs/VTimePicker/VTimePickerControls.mjs +7 -2
  102. package/lib/labs/VTimePicker/VTimePickerControls.mjs.map +1 -1
  103. package/lib/labs/VTreeview/VTreeview.mjs +3 -4
  104. package/lib/labs/VTreeview/VTreeview.mjs.map +1 -1
  105. package/lib/labs/VTreeview/index.d.mts +22 -16
  106. package/lib/labs/components.d.mts +166 -88
  107. package/package.json +1 -1
@@ -2,7 +2,7 @@
2
2
  "$schema": "http://json.schemastore.org/web-types",
3
3
  "framework": "vue",
4
4
  "name": "vuetify",
5
- "version": "3.6.8-master.2024-06-07",
5
+ "version": "3.6.9-dev.2024-06-20",
6
6
  "contributions": {
7
7
  "html": {
8
8
  "types-syntax": "typescript",
@@ -752,6 +752,15 @@
752
752
  "type": "boolean"
753
753
  }
754
754
  },
755
+ {
756
+ "name": "activeColor",
757
+ "description": "The applied color when the component is in an active state.",
758
+ "doc-url": "https://vuetifyjs.com/api/VAppBarNavIcon#props",
759
+ "value": {
760
+ "kind": "expression",
761
+ "type": "string"
762
+ }
763
+ },
755
764
  {
756
765
  "name": "baseColor",
757
766
  "description": "Sets the color of component when not focused.",
@@ -1868,7 +1877,7 @@
1868
1877
  "doc-url": "https://vuetifyjs.com/api/VAutocomplete#props",
1869
1878
  "value": {
1870
1879
  "kind": "expression",
1871
- "type": "| 'lazy'\n | 'blur'\n | 'input'\n | 'submit'\n | 'blur lazy'\n | 'input lazy'\n | 'submit lazy'\n | 'lazy blur'\n | 'lazy input'\n | 'lazy submit'"
1880
+ "type": "| 'eager'\n | 'lazy'\n | 'blur'\n | 'input'\n | 'submit'\n | 'invalid-input'\n | 'blur lazy'\n | 'input lazy'\n | 'submit lazy'\n | 'invalid-input lazy'\n | 'blur eager'\n | 'input eager'\n | 'submit eager'\n | 'invalid-input eager'\n | 'lazy blur'\n | 'lazy input'\n | 'lazy submit'\n | 'lazy invalid-input'\n | 'eager blur'\n | 'eager input'\n | 'eager submit'\n | 'eager invalid-input'"
1872
1881
  }
1873
1882
  },
1874
1883
  {
@@ -2454,6 +2463,16 @@
2454
2463
  "type": "string"
2455
2464
  }
2456
2465
  },
2466
+ {
2467
+ "name": "border",
2468
+ "description": "Designates the **border-radius** applied to the component. This can be **xs**, **sm**, **md**, **lg**, **xl**.",
2469
+ "doc-url": "https://vuetifyjs.com/api/VAvatar#props",
2470
+ "default": "false",
2471
+ "value": {
2472
+ "kind": "expression",
2473
+ "type": "string | number | boolean"
2474
+ }
2475
+ },
2457
2476
  {
2458
2477
  "name": "density",
2459
2478
  "description": "Adjusts the vertical height used by the component.",
@@ -3343,7 +3362,7 @@
3343
3362
  },
3344
3363
  {
3345
3364
  "name": "update:active",
3346
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VBottomNavigation.json))",
3365
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VBottomNavigation.json))",
3347
3366
  "doc-url": "https://vuetifyjs.com/api/v-bottom-navigation#events",
3348
3367
  "arguments": [
3349
3368
  {
@@ -4191,6 +4210,15 @@
4191
4210
  "type": "boolean"
4192
4211
  }
4193
4212
  },
4213
+ {
4214
+ "name": "activeColor",
4215
+ "description": "The applied color when the component is in an active state.",
4216
+ "doc-url": "https://vuetifyjs.com/api/VBtn#props",
4217
+ "value": {
4218
+ "kind": "expression",
4219
+ "type": "string"
4220
+ }
4221
+ },
4194
4222
  {
4195
4223
  "name": "baseColor",
4196
4224
  "description": "Sets the color of component when not focused.",
@@ -5248,7 +5276,7 @@
5248
5276
  },
5249
5277
  {
5250
5278
  "name": "event",
5251
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/vuetify/src/labs/VCalendar/VCalendar.tsx#L28-L28.json))",
5279
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/vuetify/src/labs/VCalendar/VCalendar.tsx#L28-L28.json))",
5252
5280
  "doc-url": "https://vuetifyjs.com/api/v-calendar#slots",
5253
5281
  "vue-properties": [
5254
5282
  {
@@ -5777,7 +5805,7 @@
5777
5805
  },
5778
5806
  {
5779
5807
  "name": "event",
5780
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/vuetify/src/labs/VCalendar/VCalendarMonthDay.tsx#L15-L15.json))",
5808
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/vuetify/src/labs/VCalendar/VCalendarMonthDay.tsx#L15-L15.json))",
5781
5809
  "doc-url": "https://vuetifyjs.com/api/v-calendar-month-day#slots",
5782
5810
  "vue-properties": [
5783
5811
  {
@@ -6765,6 +6793,16 @@
6765
6793
  "description": "",
6766
6794
  "doc-url": "https://vuetifyjs.com/api/v-carousel-item",
6767
6795
  "attributes": [
6796
+ {
6797
+ "name": "absolute",
6798
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VImg.json))",
6799
+ "doc-url": "https://vuetifyjs.com/api/VCarouselItem#props",
6800
+ "default": "false",
6801
+ "value": {
6802
+ "kind": "expression",
6803
+ "type": "boolean"
6804
+ }
6805
+ },
6768
6806
  {
6769
6807
  "name": "alt",
6770
6808
  "description": "Alternate text for screen readers. Leave empty for decorative images.",
@@ -7314,7 +7352,7 @@
7314
7352
  "doc-url": "https://vuetifyjs.com/api/VCheckbox#props",
7315
7353
  "value": {
7316
7354
  "kind": "expression",
7317
- "type": "| 'input'\n | 'blur'\n | 'submit'\n | 'input lazy'\n | 'blur lazy'\n | 'submit lazy'\n | 'lazy input'\n | 'lazy blur'\n | 'lazy submit'\n | 'lazy'"
7355
+ "type": "| 'input'\n | 'blur'\n | 'submit'\n | 'invalid-input'\n | 'input lazy'\n | 'blur lazy'\n | 'submit lazy'\n | 'invalid-input lazy'\n | 'input eager'\n | 'blur eager'\n | 'submit eager'\n | 'invalid-input eager'\n | 'lazy input'\n | 'lazy blur'\n | 'lazy submit'\n | 'lazy invalid-input'\n | 'eager input'\n | 'eager blur'\n | 'eager submit'\n | 'eager invalid-input'\n | 'lazy'\n | 'eager'"
7318
7356
  }
7319
7357
  },
7320
7358
  {
@@ -8442,7 +8480,7 @@
8442
8480
  },
8443
8481
  {
8444
8482
  "name": "clickOnce",
8445
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VChip.json))",
8483
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VChip.json))",
8446
8484
  "doc-url": "https://vuetifyjs.com/api/v-chip#events",
8447
8485
  "arguments": [
8448
8486
  {
@@ -10033,7 +10071,7 @@
10033
10071
  "doc-url": "https://vuetifyjs.com/api/VCombobox#props",
10034
10072
  "value": {
10035
10073
  "kind": "expression",
10036
- "type": "| 'lazy'\n | 'blur'\n | 'input'\n | 'submit'\n | 'blur lazy'\n | 'input lazy'\n | 'submit lazy'\n | 'lazy blur'\n | 'lazy input'\n | 'lazy submit'"
10074
+ "type": "| 'eager'\n | 'lazy'\n | 'blur'\n | 'input'\n | 'submit'\n | 'invalid-input'\n | 'blur lazy'\n | 'input lazy'\n | 'submit lazy'\n | 'invalid-input lazy'\n | 'blur eager'\n | 'input eager'\n | 'submit eager'\n | 'invalid-input eager'\n | 'lazy blur'\n | 'lazy input'\n | 'lazy submit'\n | 'lazy invalid-input'\n | 'eager blur'\n | 'eager input'\n | 'eager submit'\n | 'eager invalid-input'"
10037
10075
  }
10038
10076
  },
10039
10077
  {
@@ -10675,7 +10713,7 @@
10675
10713
  },
10676
10714
  {
10677
10715
  "name": "save",
10678
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VConfirmEdit.json))",
10716
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VConfirmEdit.json))",
10679
10717
  "doc-url": "https://vuetifyjs.com/api/v-confirm-edit#events",
10680
10718
  "arguments": [
10681
10719
  {
@@ -10749,6 +10787,60 @@
10749
10787
  "type": "boolean"
10750
10788
  }
10751
10789
  },
10790
+ {
10791
+ "name": "height",
10792
+ "description": "Sets the height for the component.",
10793
+ "doc-url": "https://vuetifyjs.com/api/VContainer#props",
10794
+ "value": {
10795
+ "kind": "expression",
10796
+ "type": "string | number"
10797
+ }
10798
+ },
10799
+ {
10800
+ "name": "maxHeight",
10801
+ "description": "Sets the maximum height for the component.",
10802
+ "doc-url": "https://vuetifyjs.com/api/VContainer#props",
10803
+ "value": {
10804
+ "kind": "expression",
10805
+ "type": "string | number"
10806
+ }
10807
+ },
10808
+ {
10809
+ "name": "maxWidth",
10810
+ "description": "Sets the maximum width for the component.",
10811
+ "doc-url": "https://vuetifyjs.com/api/VContainer#props",
10812
+ "value": {
10813
+ "kind": "expression",
10814
+ "type": "string | number"
10815
+ }
10816
+ },
10817
+ {
10818
+ "name": "minHeight",
10819
+ "description": "Sets the minimum height for the component.",
10820
+ "doc-url": "https://vuetifyjs.com/api/VContainer#props",
10821
+ "value": {
10822
+ "kind": "expression",
10823
+ "type": "string | number"
10824
+ }
10825
+ },
10826
+ {
10827
+ "name": "minWidth",
10828
+ "description": "Sets the minimum width for the component.",
10829
+ "doc-url": "https://vuetifyjs.com/api/VContainer#props",
10830
+ "value": {
10831
+ "kind": "expression",
10832
+ "type": "string | number"
10833
+ }
10834
+ },
10835
+ {
10836
+ "name": "width",
10837
+ "description": "Sets the width for the component.",
10838
+ "doc-url": "https://vuetifyjs.com/api/VContainer#props",
10839
+ "value": {
10840
+ "kind": "expression",
10841
+ "type": "string | number"
10842
+ }
10843
+ },
10752
10844
  {
10753
10845
  "name": "tag",
10754
10846
  "description": "Specify a custom tag used on the root element.",
@@ -11213,7 +11305,7 @@
11213
11305
  },
11214
11306
  {
11215
11307
  "name": "update:currentItems",
11216
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VDataIterator.json))",
11308
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VDataIterator.json))",
11217
11309
  "doc-url": "https://vuetifyjs.com/api/v-data-iterator#events",
11218
11310
  "arguments": [
11219
11311
  {
@@ -12194,7 +12286,7 @@
12194
12286
  },
12195
12287
  {
12196
12288
  "name": "update:currentItems",
12197
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VDataTable.json))",
12289
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VDataTable.json))",
12198
12290
  "doc-url": "https://vuetifyjs.com/api/v-data-table#events",
12199
12291
  "arguments": [
12200
12292
  {
@@ -12286,7 +12378,7 @@
12286
12378
  },
12287
12379
  {
12288
12380
  "name": "header.data-table-expand",
12289
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/vuetify/src/components/VDataTable/VDataTableHeaders.tsx#L42-L51.json))",
12381
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/vuetify/src/components/VDataTable/VDataTableHeaders.tsx#L42-L51.json))",
12290
12382
  "doc-url": "https://vuetifyjs.com/api/v-data-table#slots",
12291
12383
  "vue-properties": [
12292
12384
  {
@@ -12388,7 +12480,7 @@
12388
12480
  },
12389
12481
  {
12390
12482
  "name": "headers",
12391
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/vuetify/src/components/VDataTable/VDataTableHeaders.tsx#L30-L40.json))",
12483
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/vuetify/src/components/VDataTable/VDataTableHeaders.tsx#L30-L40.json))",
12392
12484
  "doc-url": "https://vuetifyjs.com/api/v-data-table#slots",
12393
12485
  "vue-properties": [
12394
12486
  {
@@ -12810,7 +12902,7 @@
12810
12902
  },
12811
12903
  {
12812
12904
  "name": "tbody",
12813
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/vuetify/src/components/VDataTable/VDataTable.tsx#L35-L57.json))",
12905
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/vuetify/src/components/VDataTable/VDataTable.tsx#L35-L57.json))",
12814
12906
  "doc-url": "https://vuetifyjs.com/api/v-data-table#slots",
12815
12907
  "vue-properties": [
12816
12908
  {
@@ -12901,7 +12993,7 @@
12901
12993
  },
12902
12994
  {
12903
12995
  "name": "thead",
12904
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/vuetify/src/components/VDataTable/VDataTable.tsx#L35-L57.json))",
12996
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/vuetify/src/components/VDataTable/VDataTable.tsx#L35-L57.json))",
12905
12997
  "doc-url": "https://vuetifyjs.com/api/v-data-table#slots",
12906
12998
  "vue-properties": [
12907
12999
  {
@@ -12992,7 +13084,7 @@
12992
13084
  },
12993
13085
  {
12994
13086
  "name": "tfoot",
12995
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/vuetify/src/components/VDataTable/VDataTable.tsx#L35-L57.json))",
13087
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/vuetify/src/components/VDataTable/VDataTable.tsx#L35-L57.json))",
12996
13088
  "doc-url": "https://vuetifyjs.com/api/v-data-table#slots",
12997
13089
  "vue-properties": [
12998
13090
  {
@@ -13366,7 +13458,7 @@
13366
13458
  },
13367
13459
  {
13368
13460
  "name": "[`header.${string}`]",
13369
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/vuetify/src/components/VDataTable/VDataTableHeaders.tsx#L42-L51.json))",
13461
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/vuetify/src/components/VDataTable/VDataTableHeaders.tsx#L42-L51.json))",
13370
13462
  "doc-url": "https://vuetifyjs.com/api/v-data-table#slots",
13371
13463
  "vue-properties": [
13372
13464
  {
@@ -13422,7 +13514,7 @@
13422
13514
  "slots": [
13423
13515
  {
13424
13516
  "name": "[string]",
13425
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VDataTableFooter.json))",
13517
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VDataTableFooter.json))",
13426
13518
  "doc-url": "https://vuetifyjs.com/api/v-data-table-footer#slots"
13427
13519
  }
13428
13520
  ],
@@ -13471,7 +13563,7 @@
13471
13563
  },
13472
13564
  {
13473
13565
  "name": "multiSort",
13474
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VDataTableHeaders.json))",
13566
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VDataTableHeaders.json))",
13475
13567
  "doc-url": "https://vuetifyjs.com/api/VDataTableHeaders#props",
13476
13568
  "default": "false",
13477
13569
  "value": {
@@ -13501,7 +13593,7 @@
13501
13593
  },
13502
13594
  {
13503
13595
  "name": "headerProps",
13504
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VDataTableHeaders.json))",
13596
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VDataTableHeaders.json))",
13505
13597
  "doc-url": "https://vuetifyjs.com/api/VDataTableHeaders#props",
13506
13598
  "value": {
13507
13599
  "kind": "expression",
@@ -13542,7 +13634,7 @@
13542
13634
  "slots": [
13543
13635
  {
13544
13636
  "name": "headers",
13545
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/vuetify/src/components/VDataTable/VDataTableHeaders.tsx#L30-L40.json))",
13637
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/vuetify/src/components/VDataTable/VDataTableHeaders.tsx#L30-L40.json))",
13546
13638
  "doc-url": "https://vuetifyjs.com/api/v-data-table-headers#slots",
13547
13639
  "vue-properties": [
13548
13640
  {
@@ -13600,7 +13692,7 @@
13600
13692
  },
13601
13693
  {
13602
13694
  "name": "header.data-table-select",
13603
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/vuetify/src/components/VDataTable/VDataTableHeaders.tsx#L42-L51.json))",
13695
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/vuetify/src/components/VDataTable/VDataTableHeaders.tsx#L42-L51.json))",
13604
13696
  "doc-url": "https://vuetifyjs.com/api/v-data-table-headers#slots",
13605
13697
  "vue-properties": [
13606
13698
  {
@@ -13639,7 +13731,7 @@
13639
13731
  },
13640
13732
  {
13641
13733
  "name": "header.data-table-expand",
13642
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/vuetify/src/components/VDataTable/VDataTableHeaders.tsx#L42-L51.json))",
13734
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/vuetify/src/components/VDataTable/VDataTableHeaders.tsx#L42-L51.json))",
13643
13735
  "doc-url": "https://vuetifyjs.com/api/v-data-table-headers#slots",
13644
13736
  "vue-properties": [
13645
13737
  {
@@ -13678,7 +13770,7 @@
13678
13770
  },
13679
13771
  {
13680
13772
  "name": "[`header.${string}`]",
13681
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/vuetify/src/components/VDataTable/VDataTableHeaders.tsx#L42-L51.json))",
13773
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/vuetify/src/components/VDataTable/VDataTableHeaders.tsx#L42-L51.json))",
13682
13774
  "doc-url": "https://vuetifyjs.com/api/v-data-table-headers#slots",
13683
13775
  "vue-properties": [
13684
13776
  {
@@ -13732,7 +13824,7 @@
13732
13824
  "attributes": [
13733
13825
  {
13734
13826
  "name": "cellProps",
13735
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VDataTableRow.json))",
13827
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VDataTableRow.json))",
13736
13828
  "doc-url": "https://vuetifyjs.com/api/VDataTableRow#props",
13737
13829
  "value": {
13738
13830
  "kind": "expression",
@@ -13791,7 +13883,7 @@
13791
13883
  },
13792
13884
  {
13793
13885
  "name": "contextmenu",
13794
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VDataTableRow.json))",
13886
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VDataTableRow.json))",
13795
13887
  "doc-url": "https://vuetifyjs.com/api/v-data-table-row#events",
13796
13888
  "arguments": [
13797
13889
  {
@@ -13802,7 +13894,7 @@
13802
13894
  },
13803
13895
  {
13804
13896
  "name": "dblclick",
13805
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VDataTableRow.json))",
13897
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VDataTableRow.json))",
13806
13898
  "doc-url": "https://vuetifyjs.com/api/v-data-table-row#events",
13807
13899
  "arguments": [
13808
13900
  {
@@ -13815,17 +13907,17 @@
13815
13907
  "slots": [
13816
13908
  {
13817
13909
  "name": "item.data-table-select",
13818
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/typescript/lib/lib.es5.d.ts#L6-L6.json))",
13910
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/typescript/lib/lib.es5.d.ts#L6-L6.json))",
13819
13911
  "doc-url": "https://vuetifyjs.com/api/v-data-table-row#slots"
13820
13912
  },
13821
13913
  {
13822
13914
  "name": "item.data-table-expand",
13823
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/typescript/lib/lib.es5.d.ts#L6-L6.json))",
13915
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/typescript/lib/lib.es5.d.ts#L6-L6.json))",
13824
13916
  "doc-url": "https://vuetifyjs.com/api/v-data-table-row#slots"
13825
13917
  },
13826
13918
  {
13827
13919
  "name": "header.data-table-select",
13828
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/vuetify/src/components/VDataTable/VDataTableHeaders.tsx#L42-L51.json))",
13920
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/vuetify/src/components/VDataTable/VDataTableHeaders.tsx#L42-L51.json))",
13829
13921
  "doc-url": "https://vuetifyjs.com/api/v-data-table-row#slots",
13830
13922
  "vue-properties": [
13831
13923
  {
@@ -13864,7 +13956,7 @@
13864
13956
  },
13865
13957
  {
13866
13958
  "name": "header.data-table-expand",
13867
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/vuetify/src/components/VDataTable/VDataTableHeaders.tsx#L42-L51.json))",
13959
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/vuetify/src/components/VDataTable/VDataTableHeaders.tsx#L42-L51.json))",
13868
13960
  "doc-url": "https://vuetifyjs.com/api/v-data-table-row#slots",
13869
13961
  "vue-properties": [
13870
13962
  {
@@ -13903,12 +13995,12 @@
13903
13995
  },
13904
13996
  {
13905
13997
  "name": "[`item.${string}`]",
13906
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/vuetify/src/components/VDataTable/types.ts#L82-L85.json))",
13998
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/vuetify/src/components/VDataTable/types.ts#L82-L85.json))",
13907
13999
  "doc-url": "https://vuetifyjs.com/api/v-data-table-row#slots"
13908
14000
  },
13909
14001
  {
13910
14002
  "name": "[`header.${string}`]",
13911
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/vuetify/src/components/VDataTable/VDataTableHeaders.tsx#L42-L51.json))",
14003
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/vuetify/src/components/VDataTable/VDataTableHeaders.tsx#L42-L51.json))",
13912
14004
  "doc-url": "https://vuetifyjs.com/api/v-data-table-row#slots",
13913
14005
  "vue-properties": [
13914
14006
  {
@@ -14092,7 +14184,7 @@
14092
14184
  },
14093
14185
  {
14094
14186
  "name": "header.data-table-select",
14095
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/vuetify/src/components/VDataTable/VDataTableHeaders.tsx#L42-L51.json))",
14187
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/vuetify/src/components/VDataTable/VDataTableHeaders.tsx#L42-L51.json))",
14096
14188
  "doc-url": "https://vuetifyjs.com/api/v-data-table-rows#slots",
14097
14189
  "vue-properties": [
14098
14190
  {
@@ -14131,7 +14223,7 @@
14131
14223
  },
14132
14224
  {
14133
14225
  "name": "header.data-table-expand",
14134
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/vuetify/src/components/VDataTable/VDataTableHeaders.tsx#L42-L51.json))",
14226
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/vuetify/src/components/VDataTable/VDataTableHeaders.tsx#L42-L51.json))",
14135
14227
  "doc-url": "https://vuetifyjs.com/api/v-data-table-rows#slots",
14136
14228
  "vue-properties": [
14137
14229
  {
@@ -14233,12 +14325,12 @@
14233
14325
  },
14234
14326
  {
14235
14327
  "name": "[`item.${string}`]",
14236
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/vuetify/src/components/VDataTable/types.ts#L82-L85.json))",
14328
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/vuetify/src/components/VDataTable/types.ts#L82-L85.json))",
14237
14329
  "doc-url": "https://vuetifyjs.com/api/v-data-table-rows#slots"
14238
14330
  },
14239
14331
  {
14240
14332
  "name": "[`header.${string}`]",
14241
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/vuetify/src/components/VDataTable/VDataTableHeaders.tsx#L42-L51.json))",
14333
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/vuetify/src/components/VDataTable/VDataTableHeaders.tsx#L42-L51.json))",
14242
14334
  "doc-url": "https://vuetifyjs.com/api/v-data-table-rows#slots",
14243
14335
  "vue-properties": [
14244
14336
  {
@@ -14301,7 +14393,7 @@
14301
14393
  },
14302
14394
  {
14303
14395
  "name": "headerProps",
14304
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VDataTableHeaders.json))",
14396
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VDataTableHeaders.json))",
14305
14397
  "doc-url": "https://vuetifyjs.com/api/VDataTableServer#props",
14306
14398
  "value": {
14307
14399
  "kind": "expression",
@@ -14435,7 +14527,7 @@
14435
14527
  },
14436
14528
  {
14437
14529
  "name": "hideDefaultBody",
14438
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/DataTable.json))",
14530
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/DataTable.json))",
14439
14531
  "doc-url": "https://vuetifyjs.com/api/VDataTableServer#props",
14440
14532
  "default": "false",
14441
14533
  "value": {
@@ -14445,7 +14537,7 @@
14445
14537
  },
14446
14538
  {
14447
14539
  "name": "hideDefaultFooter",
14448
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/DataTable.json))",
14540
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/DataTable.json))",
14449
14541
  "doc-url": "https://vuetifyjs.com/api/VDataTableServer#props",
14450
14542
  "default": "false",
14451
14543
  "value": {
@@ -14455,7 +14547,7 @@
14455
14547
  },
14456
14548
  {
14457
14549
  "name": "hideDefaultHeader",
14458
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/DataTable.json))",
14550
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/DataTable.json))",
14459
14551
  "doc-url": "https://vuetifyjs.com/api/VDataTableServer#props",
14460
14552
  "default": "false",
14461
14553
  "value": {
@@ -14980,7 +15072,7 @@
14980
15072
  },
14981
15073
  {
14982
15074
  "name": "header.data-table-select",
14983
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/vuetify/src/components/VDataTable/VDataTableHeaders.tsx#L42-L51.json))",
15075
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/vuetify/src/components/VDataTable/VDataTableHeaders.tsx#L42-L51.json))",
14984
15076
  "doc-url": "https://vuetifyjs.com/api/v-data-table-server#slots",
14985
15077
  "vue-properties": [
14986
15078
  {
@@ -15019,7 +15111,7 @@
15019
15111
  },
15020
15112
  {
15021
15113
  "name": "header.data-table-expand",
15022
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/vuetify/src/components/VDataTable/VDataTableHeaders.tsx#L42-L51.json))",
15114
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/vuetify/src/components/VDataTable/VDataTableHeaders.tsx#L42-L51.json))",
15023
15115
  "doc-url": "https://vuetifyjs.com/api/v-data-table-server#slots",
15024
15116
  "vue-properties": [
15025
15117
  {
@@ -15907,7 +15999,7 @@
15907
15999
  },
15908
16000
  {
15909
16001
  "name": "body.prepend",
15910
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/vuetify/src/components/VDataTable/VDataTable.tsx#L35-L57.json))",
16002
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/vuetify/src/components/VDataTable/VDataTable.tsx#L35-L57.json))",
15911
16003
  "doc-url": "https://vuetifyjs.com/api/v-data-table-server#slots",
15912
16004
  "vue-properties": [
15913
16005
  {
@@ -15998,7 +16090,7 @@
15998
16090
  },
15999
16091
  {
16000
16092
  "name": "body.append",
16001
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/vuetify/src/components/VDataTable/VDataTable.tsx#L35-L57.json))",
16093
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/vuetify/src/components/VDataTable/VDataTable.tsx#L35-L57.json))",
16002
16094
  "doc-url": "https://vuetifyjs.com/api/v-data-table-server#slots",
16003
16095
  "vue-properties": [
16004
16096
  {
@@ -16099,7 +16191,7 @@
16099
16191
  },
16100
16192
  {
16101
16193
  "name": "[`header.${string}`]",
16102
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/vuetify/src/components/VDataTable/VDataTableHeaders.tsx#L42-L51.json))",
16194
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/vuetify/src/components/VDataTable/VDataTableHeaders.tsx#L42-L51.json))",
16103
16195
  "doc-url": "https://vuetifyjs.com/api/v-data-table-server#slots",
16104
16196
  "vue-properties": [
16105
16197
  {
@@ -16162,7 +16254,7 @@
16162
16254
  },
16163
16255
  {
16164
16256
  "name": "headerProps",
16165
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VDataTableHeaders.json))",
16257
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VDataTableHeaders.json))",
16166
16258
  "doc-url": "https://vuetifyjs.com/api/VDataTableVirtual#props",
16167
16259
  "value": {
16168
16260
  "kind": "expression",
@@ -16267,7 +16359,7 @@
16267
16359
  },
16268
16360
  {
16269
16361
  "name": "hideDefaultBody",
16270
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/DataTable.json))",
16362
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/DataTable.json))",
16271
16363
  "doc-url": "https://vuetifyjs.com/api/VDataTableVirtual#props",
16272
16364
  "default": "false",
16273
16365
  "value": {
@@ -16277,7 +16369,7 @@
16277
16369
  },
16278
16370
  {
16279
16371
  "name": "hideDefaultFooter",
16280
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/DataTable.json))",
16372
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/DataTable.json))",
16281
16373
  "doc-url": "https://vuetifyjs.com/api/VDataTableVirtual#props",
16282
16374
  "default": "false",
16283
16375
  "value": {
@@ -16287,7 +16379,7 @@
16287
16379
  },
16288
16380
  {
16289
16381
  "name": "hideDefaultHeader",
16290
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/DataTable.json))",
16382
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/DataTable.json))",
16291
16383
  "doc-url": "https://vuetifyjs.com/api/VDataTableVirtual#props",
16292
16384
  "default": "false",
16293
16385
  "value": {
@@ -16727,7 +16819,7 @@
16727
16819
  },
16728
16820
  {
16729
16821
  "name": "header.data-table-select",
16730
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/vuetify/src/components/VDataTable/VDataTableHeaders.tsx#L42-L51.json))",
16822
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/vuetify/src/components/VDataTable/VDataTableHeaders.tsx#L42-L51.json))",
16731
16823
  "doc-url": "https://vuetifyjs.com/api/v-data-table-virtual#slots",
16732
16824
  "vue-properties": [
16733
16825
  {
@@ -16766,7 +16858,7 @@
16766
16858
  },
16767
16859
  {
16768
16860
  "name": "header.data-table-expand",
16769
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/vuetify/src/components/VDataTable/VDataTableHeaders.tsx#L42-L51.json))",
16861
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/vuetify/src/components/VDataTable/VDataTableHeaders.tsx#L42-L51.json))",
16770
16862
  "doc-url": "https://vuetifyjs.com/api/v-data-table-virtual#slots",
16771
16863
  "vue-properties": [
16772
16864
  {
@@ -17151,7 +17243,7 @@
17151
17243
  },
17152
17244
  {
17153
17245
  "name": "body.prepend",
17154
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/vuetify/src/components/VDataTable/VDataTableVirtual.tsx#L32-L38.json))",
17246
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/vuetify/src/components/VDataTable/VDataTableVirtual.tsx#L32-L38.json))",
17155
17247
  "doc-url": "https://vuetifyjs.com/api/v-data-table-virtual#slots",
17156
17248
  "vue-properties": [
17157
17249
  {
@@ -17226,7 +17318,7 @@
17226
17318
  },
17227
17319
  {
17228
17320
  "name": "body.append",
17229
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/vuetify/src/components/VDataTable/VDataTableVirtual.tsx#L32-L38.json))",
17321
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/vuetify/src/components/VDataTable/VDataTableVirtual.tsx#L32-L38.json))",
17230
17322
  "doc-url": "https://vuetifyjs.com/api/v-data-table-virtual#slots",
17231
17323
  "vue-properties": [
17232
17324
  {
@@ -17306,7 +17398,7 @@
17306
17398
  },
17307
17399
  {
17308
17400
  "name": "[`header.${string}`]",
17309
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/vuetify/src/components/VDataTable/VDataTableHeaders.tsx#L42-L51.json))",
17401
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/vuetify/src/components/VDataTable/VDataTableHeaders.tsx#L42-L51.json))",
17310
17402
  "doc-url": "https://vuetifyjs.com/api/v-data-table-virtual#slots",
17311
17403
  "vue-properties": [
17312
17404
  {
@@ -17370,7 +17462,7 @@
17370
17462
  },
17371
17463
  {
17372
17464
  "name": "hideActions",
17373
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VDateInput.json))",
17465
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VDateInput.json))",
17374
17466
  "doc-url": "https://vuetifyjs.com/api/VDateInput#props",
17375
17467
  "default": "false",
17376
17468
  "value": {
@@ -17775,7 +17867,7 @@
17775
17867
  "doc-url": "https://vuetifyjs.com/api/VDateInput#props",
17776
17868
  "value": {
17777
17869
  "kind": "expression",
17778
- "type": "| 'blur'\n | 'input'\n | 'submit'\n | 'blur lazy'\n | 'input lazy'\n | 'submit lazy'\n | 'lazy blur'\n | 'lazy input'\n | 'lazy submit'\n | 'lazy'"
17870
+ "type": "| 'blur'\n | 'input'\n | 'submit'\n | 'invalid-input'\n | 'blur lazy'\n | 'input lazy'\n | 'submit lazy'\n | 'invalid-input lazy'\n | 'blur eager'\n | 'input eager'\n | 'submit eager'\n | 'invalid-input eager'\n | 'lazy blur'\n | 'lazy input'\n | 'lazy submit'\n | 'lazy invalid-input'\n | 'eager blur'\n | 'eager input'\n | 'eager submit'\n | 'eager invalid-input'\n | 'lazy'\n | 'eager'"
17779
17871
  }
17780
17872
  },
17781
17873
  {
@@ -18725,7 +18817,7 @@
18725
18817
  },
18726
18818
  {
18727
18819
  "name": "update:month",
18728
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VDatePicker.json))",
18820
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VDatePicker.json))",
18729
18821
  "doc-url": "https://vuetifyjs.com/api/v-date-picker#events",
18730
18822
  "arguments": [
18731
18823
  {
@@ -18736,7 +18828,7 @@
18736
18828
  },
18737
18829
  {
18738
18830
  "name": "update:year",
18739
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VDatePicker.json))",
18831
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VDatePicker.json))",
18740
18832
  "doc-url": "https://vuetifyjs.com/api/v-date-picker#events",
18741
18833
  "arguments": [
18742
18834
  {
@@ -18747,7 +18839,7 @@
18747
18839
  },
18748
18840
  {
18749
18841
  "name": "update:viewMode",
18750
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VDatePicker.json))",
18842
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VDatePicker.json))",
18751
18843
  "doc-url": "https://vuetifyjs.com/api/v-date-picker#events",
18752
18844
  "arguments": [
18753
18845
  {
@@ -18765,7 +18857,7 @@
18765
18857
  },
18766
18858
  {
18767
18859
  "name": "actions",
18768
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VDatePicker.json))",
18860
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VDatePicker.json))",
18769
18861
  "doc-url": "https://vuetifyjs.com/api/v-date-picker#slots"
18770
18862
  },
18771
18863
  {
@@ -18775,7 +18867,7 @@
18775
18867
  },
18776
18868
  {
18777
18869
  "name": "header",
18778
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/vuetify/src/components/VDatePicker/VDatePicker.tsx#L29-L32.json))",
18870
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/vuetify/src/components/VDatePicker/VDatePicker.tsx#L29-L32.json))",
18779
18871
  "doc-url": "https://vuetifyjs.com/api/v-date-picker#slots",
18780
18872
  "vue-properties": [
18781
18873
  {
@@ -18824,7 +18916,7 @@
18824
18916
  },
18825
18917
  {
18826
18918
  "name": "nextIcon",
18827
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VDatePickerControls.json))",
18919
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VDatePickerControls.json))",
18828
18920
  "doc-url": "https://vuetifyjs.com/api/VDatePickerControls#props",
18829
18921
  "default": "'$next'",
18830
18922
  "value": {
@@ -18834,7 +18926,7 @@
18834
18926
  },
18835
18927
  {
18836
18928
  "name": "prevIcon",
18837
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VDatePickerControls.json))",
18929
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VDatePickerControls.json))",
18838
18930
  "doc-url": "https://vuetifyjs.com/api/VDatePickerControls#props",
18839
18931
  "default": "'$prev'",
18840
18932
  "value": {
@@ -18844,7 +18936,7 @@
18844
18936
  },
18845
18937
  {
18846
18938
  "name": "modeIcon",
18847
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VDatePickerControls.json))",
18939
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VDatePickerControls.json))",
18848
18940
  "doc-url": "https://vuetifyjs.com/api/VDatePickerControls#props",
18849
18941
  "default": "'$subgroup'",
18850
18942
  "value": {
@@ -18863,7 +18955,7 @@
18863
18955
  },
18864
18956
  {
18865
18957
  "name": "viewMode",
18866
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VDatePickerControls.json))",
18958
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VDatePickerControls.json))",
18867
18959
  "doc-url": "https://vuetifyjs.com/api/VDatePickerControls#props",
18868
18960
  "default": "'month'",
18869
18961
  "value": {
@@ -18875,7 +18967,7 @@
18875
18967
  "events": [
18876
18968
  {
18877
18969
  "name": "click:year",
18878
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VDatePickerControls.json))",
18970
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VDatePickerControls.json))",
18879
18971
  "doc-url": "https://vuetifyjs.com/api/v-date-picker-controls#events",
18880
18972
  "arguments": [
18881
18973
  {
@@ -18886,7 +18978,7 @@
18886
18978
  },
18887
18979
  {
18888
18980
  "name": "click:month",
18889
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VDatePickerControls.json))",
18981
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VDatePickerControls.json))",
18890
18982
  "doc-url": "https://vuetifyjs.com/api/v-date-picker-controls#events",
18891
18983
  "arguments": [
18892
18984
  {
@@ -18897,7 +18989,7 @@
18897
18989
  },
18898
18990
  {
18899
18991
  "name": "click:prev",
18900
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VDatePickerControls.json))",
18992
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VDatePickerControls.json))",
18901
18993
  "doc-url": "https://vuetifyjs.com/api/v-date-picker-controls#events",
18902
18994
  "arguments": [
18903
18995
  {
@@ -18908,7 +19000,7 @@
18908
19000
  },
18909
19001
  {
18910
19002
  "name": "click:next",
18911
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VDatePickerControls.json))",
19003
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VDatePickerControls.json))",
18912
19004
  "doc-url": "https://vuetifyjs.com/api/v-date-picker-controls#events",
18913
19005
  "arguments": [
18914
19006
  {
@@ -18919,7 +19011,7 @@
18919
19011
  },
18920
19012
  {
18921
19013
  "name": "click:text",
18922
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VDatePickerControls.json))",
19014
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VDatePickerControls.json))",
18923
19015
  "doc-url": "https://vuetifyjs.com/api/v-date-picker-controls#events",
18924
19016
  "arguments": [
18925
19017
  {
@@ -18970,7 +19062,7 @@
18970
19062
  },
18971
19063
  {
18972
19064
  "name": "header",
18973
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VDatePickerHeader.json))",
19065
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VDatePickerHeader.json))",
18974
19066
  "doc-url": "https://vuetifyjs.com/api/VDatePickerHeader#props",
18975
19067
  "value": {
18976
19068
  "kind": "expression",
@@ -18979,7 +19071,7 @@
18979
19071
  },
18980
19072
  {
18981
19073
  "name": "transition",
18982
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VDatePickerHeader.json))",
19074
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VDatePickerHeader.json))",
18983
19075
  "doc-url": "https://vuetifyjs.com/api/VDatePickerHeader#props",
18984
19076
  "value": {
18985
19077
  "kind": "expression",
@@ -19063,7 +19155,7 @@
19063
19155
  },
19064
19156
  {
19065
19157
  "name": "showWeek",
19066
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VDatePickerMonth.json))",
19158
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VDatePickerMonth.json))",
19067
19159
  "doc-url": "https://vuetifyjs.com/api/VDatePickerMonth#props",
19068
19160
  "default": "false",
19069
19161
  "value": {
@@ -19112,7 +19204,7 @@
19112
19204
  },
19113
19205
  {
19114
19206
  "name": "showAdjacentMonths",
19115
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/calendar.json))",
19207
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/calendar.json))",
19116
19208
  "doc-url": "https://vuetifyjs.com/api/VDatePickerMonth#props",
19117
19209
  "default": "false",
19118
19210
  "value": {
@@ -19151,7 +19243,7 @@
19151
19243
  },
19152
19244
  {
19153
19245
  "name": "allowedDates",
19154
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/calendar.json))",
19246
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/calendar.json))",
19155
19247
  "doc-url": "https://vuetifyjs.com/api/VDatePickerMonth#props",
19156
19248
  "value": {
19157
19249
  "kind": "expression",
@@ -19178,7 +19270,7 @@
19178
19270
  },
19179
19271
  {
19180
19272
  "name": "max",
19181
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/calendar.json))",
19273
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/calendar.json))",
19182
19274
  "doc-url": "https://vuetifyjs.com/api/VDatePickerMonth#props",
19183
19275
  "value": {
19184
19276
  "kind": "expression",
@@ -19187,7 +19279,7 @@
19187
19279
  },
19188
19280
  {
19189
19281
  "name": "min",
19190
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/calendar.json))",
19282
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/calendar.json))",
19191
19283
  "doc-url": "https://vuetifyjs.com/api/VDatePickerMonth#props",
19192
19284
  "value": {
19193
19285
  "kind": "expression",
@@ -19196,7 +19288,7 @@
19196
19288
  },
19197
19289
  {
19198
19290
  "name": "multiple",
19199
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VDatePickerMonth.json))",
19291
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VDatePickerMonth.json))",
19200
19292
  "doc-url": "https://vuetifyjs.com/api/VDatePickerMonth#props",
19201
19293
  "default": "false",
19202
19294
  "value": {
@@ -19219,7 +19311,7 @@
19219
19311
  },
19220
19312
  {
19221
19313
  "name": "update:month",
19222
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VDatePickerMonth.json))",
19314
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VDatePickerMonth.json))",
19223
19315
  "doc-url": "https://vuetifyjs.com/api/v-date-picker-month#events",
19224
19316
  "arguments": [
19225
19317
  {
@@ -19230,7 +19322,7 @@
19230
19322
  },
19231
19323
  {
19232
19324
  "name": "update:year",
19233
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VDatePickerMonth.json))",
19325
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VDatePickerMonth.json))",
19234
19326
  "doc-url": "https://vuetifyjs.com/api/v-date-picker-month#events",
19235
19327
  "arguments": [
19236
19328
  {
@@ -19243,7 +19335,7 @@
19243
19335
  "slots": [
19244
19336
  {
19245
19337
  "name": "day",
19246
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/vuetify/src/components/VDatePicker/VDatePickerMonth.tsx#L21-L27.json))",
19338
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/vuetify/src/components/VDatePicker/VDatePickerMonth.tsx#L21-L27.json))",
19247
19339
  "doc-url": "https://vuetifyjs.com/api/v-date-picker-month#slots",
19248
19340
  "vue-properties": [
19249
19341
  {
@@ -19304,7 +19396,7 @@
19304
19396
  },
19305
19397
  {
19306
19398
  "name": "year",
19307
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VDatePickerMonths.json))",
19399
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VDatePickerMonths.json))",
19308
19400
  "doc-url": "https://vuetifyjs.com/api/VDatePickerMonths#props",
19309
19401
  "value": {
19310
19402
  "kind": "expression",
@@ -19313,7 +19405,7 @@
19313
19405
  },
19314
19406
  {
19315
19407
  "name": "min",
19316
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VDatePickerMonths.json))",
19408
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VDatePickerMonths.json))",
19317
19409
  "doc-url": "https://vuetifyjs.com/api/VDatePickerMonths#props",
19318
19410
  "value": {
19319
19411
  "kind": "expression",
@@ -19322,7 +19414,7 @@
19322
19414
  },
19323
19415
  {
19324
19416
  "name": "max",
19325
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VDatePickerMonths.json))",
19417
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VDatePickerMonths.json))",
19326
19418
  "doc-url": "https://vuetifyjs.com/api/VDatePickerMonths#props",
19327
19419
  "value": {
19328
19420
  "kind": "expression",
@@ -19346,7 +19438,7 @@
19346
19438
  "slots": [
19347
19439
  {
19348
19440
  "name": "month",
19349
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/vuetify/src/components/VDatePicker/VDatePickerMonths.tsx#L19-L28.json))",
19441
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/vuetify/src/components/VDatePicker/VDatePickerMonths.tsx#L19-L28.json))",
19350
19442
  "doc-url": "https://vuetifyjs.com/api/v-date-picker-months#slots",
19351
19443
  "vue-properties": [
19352
19444
  {
@@ -19407,7 +19499,7 @@
19407
19499
  },
19408
19500
  {
19409
19501
  "name": "min",
19410
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VDatePickerYears.json))",
19502
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VDatePickerYears.json))",
19411
19503
  "doc-url": "https://vuetifyjs.com/api/VDatePickerYears#props",
19412
19504
  "value": {
19413
19505
  "kind": "expression",
@@ -19416,7 +19508,7 @@
19416
19508
  },
19417
19509
  {
19418
19510
  "name": "max",
19419
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VDatePickerYears.json))",
19511
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VDatePickerYears.json))",
19420
19512
  "doc-url": "https://vuetifyjs.com/api/VDatePickerYears#props",
19421
19513
  "value": {
19422
19514
  "kind": "expression",
@@ -19440,7 +19532,7 @@
19440
19532
  "slots": [
19441
19533
  {
19442
19534
  "name": "year",
19443
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/vuetify/src/components/VDatePicker/VDatePickerYears.tsx#L20-L34.json))",
19535
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/vuetify/src/components/VDatePicker/VDatePickerYears.tsx#L20-L34.json))",
19444
19536
  "doc-url": "https://vuetifyjs.com/api/v-date-picker-years#slots",
19445
19537
  "vue-properties": [
19446
19538
  {
@@ -20151,7 +20243,7 @@
20151
20243
  "attributes": [
20152
20244
  {
20153
20245
  "name": "target",
20154
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-dialog-transition.json))",
20246
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/v-dialog-transition.json))",
20155
20247
  "doc-url": "https://vuetifyjs.com/api/VDialogTransition#props",
20156
20248
  "value": {
20157
20249
  "kind": "expression",
@@ -20757,7 +20849,7 @@
20757
20849
  },
20758
20850
  {
20759
20851
  "name": "focusable",
20760
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VExpansionPanelTitle.json))",
20852
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VExpansionPanelTitle.json))",
20761
20853
  "doc-url": "https://vuetifyjs.com/api/VExpansionPanel#props",
20762
20854
  "default": "false",
20763
20855
  "value": {
@@ -20795,6 +20887,60 @@
20795
20887
  "type": "boolean"
20796
20888
  }
20797
20889
  },
20890
+ {
20891
+ "name": "height",
20892
+ "description": "Sets the height for the component.",
20893
+ "doc-url": "https://vuetifyjs.com/api/VExpansionPanel#props",
20894
+ "value": {
20895
+ "kind": "expression",
20896
+ "type": "string | number"
20897
+ }
20898
+ },
20899
+ {
20900
+ "name": "maxHeight",
20901
+ "description": "Sets the maximum height for the component.",
20902
+ "doc-url": "https://vuetifyjs.com/api/VExpansionPanel#props",
20903
+ "value": {
20904
+ "kind": "expression",
20905
+ "type": "string | number"
20906
+ }
20907
+ },
20908
+ {
20909
+ "name": "maxWidth",
20910
+ "description": "Sets the maximum width for the component.",
20911
+ "doc-url": "https://vuetifyjs.com/api/VExpansionPanel#props",
20912
+ "value": {
20913
+ "kind": "expression",
20914
+ "type": "string | number"
20915
+ }
20916
+ },
20917
+ {
20918
+ "name": "minHeight",
20919
+ "description": "Sets the minimum height for the component.",
20920
+ "doc-url": "https://vuetifyjs.com/api/VExpansionPanel#props",
20921
+ "value": {
20922
+ "kind": "expression",
20923
+ "type": "string | number"
20924
+ }
20925
+ },
20926
+ {
20927
+ "name": "minWidth",
20928
+ "description": "Sets the minimum width for the component.",
20929
+ "doc-url": "https://vuetifyjs.com/api/VExpansionPanel#props",
20930
+ "value": {
20931
+ "kind": "expression",
20932
+ "type": "string | number"
20933
+ }
20934
+ },
20935
+ {
20936
+ "name": "width",
20937
+ "description": "Sets the width for the component.",
20938
+ "doc-url": "https://vuetifyjs.com/api/VExpansionPanel#props",
20939
+ "value": {
20940
+ "kind": "expression",
20941
+ "type": "string | number"
20942
+ }
20943
+ },
20798
20944
  {
20799
20945
  "name": "eager",
20800
20946
  "description": "Forces the component's content to render when it mounts. This is useful if you have content that will not be rendered in the DOM that you want crawled for SEO.",
@@ -20924,7 +21070,7 @@
20924
21070
  },
20925
21071
  {
20926
21072
  "name": "focusable",
20927
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VExpansionPanelTitle.json))",
21073
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VExpansionPanelTitle.json))",
20928
21074
  "doc-url": "https://vuetifyjs.com/api/VExpansionPanelTitle#props",
20929
21075
  "default": "false",
20930
21076
  "value": {
@@ -20954,13 +21100,67 @@
20954
21100
  },
20955
21101
  {
20956
21102
  "name": "readonly",
20957
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VExpansionPanelTitle.json))",
21103
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VExpansionPanelTitle.json))",
20958
21104
  "doc-url": "https://vuetifyjs.com/api/VExpansionPanelTitle#props",
20959
21105
  "default": "false",
20960
21106
  "value": {
20961
21107
  "kind": "expression",
20962
21108
  "type": "boolean"
20963
21109
  }
21110
+ },
21111
+ {
21112
+ "name": "height",
21113
+ "description": "Sets the height for the component.",
21114
+ "doc-url": "https://vuetifyjs.com/api/VExpansionPanelTitle#props",
21115
+ "value": {
21116
+ "kind": "expression",
21117
+ "type": "string | number"
21118
+ }
21119
+ },
21120
+ {
21121
+ "name": "maxHeight",
21122
+ "description": "Sets the maximum height for the component.",
21123
+ "doc-url": "https://vuetifyjs.com/api/VExpansionPanelTitle#props",
21124
+ "value": {
21125
+ "kind": "expression",
21126
+ "type": "string | number"
21127
+ }
21128
+ },
21129
+ {
21130
+ "name": "maxWidth",
21131
+ "description": "Sets the maximum width for the component.",
21132
+ "doc-url": "https://vuetifyjs.com/api/VExpansionPanelTitle#props",
21133
+ "value": {
21134
+ "kind": "expression",
21135
+ "type": "string | number"
21136
+ }
21137
+ },
21138
+ {
21139
+ "name": "minHeight",
21140
+ "description": "Sets the minimum height for the component.",
21141
+ "doc-url": "https://vuetifyjs.com/api/VExpansionPanelTitle#props",
21142
+ "value": {
21143
+ "kind": "expression",
21144
+ "type": "string | number"
21145
+ }
21146
+ },
21147
+ {
21148
+ "name": "minWidth",
21149
+ "description": "Sets the minimum width for the component.",
21150
+ "doc-url": "https://vuetifyjs.com/api/VExpansionPanelTitle#props",
21151
+ "value": {
21152
+ "kind": "expression",
21153
+ "type": "string | number"
21154
+ }
21155
+ },
21156
+ {
21157
+ "name": "width",
21158
+ "description": "Sets the width for the component.",
21159
+ "doc-url": "https://vuetifyjs.com/api/VExpansionPanelTitle#props",
21160
+ "value": {
21161
+ "kind": "expression",
21162
+ "type": "string | number"
21163
+ }
20964
21164
  }
20965
21165
  ],
20966
21166
  "events": [],
@@ -20994,7 +21194,7 @@
20994
21194
  },
20995
21195
  {
20996
21196
  "name": "actions",
20997
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/vuetify/src/components/VExpansionPanel/VExpansionPanelTitle.tsx#L21-L27.json))",
21197
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/vuetify/src/components/VExpansionPanel/VExpansionPanelTitle.tsx#L23-L29.json))",
20998
21198
  "doc-url": "https://vuetifyjs.com/api/v-expansion-panel-title#slots",
20999
21199
  "vue-properties": [
21000
21200
  {
@@ -21254,6 +21454,60 @@
21254
21454
  "type": "boolean"
21255
21455
  }
21256
21456
  },
21457
+ {
21458
+ "name": "height",
21459
+ "description": "Sets the height for the component.",
21460
+ "doc-url": "https://vuetifyjs.com/api/VExpansionPanels#props",
21461
+ "value": {
21462
+ "kind": "expression",
21463
+ "type": "string | number"
21464
+ }
21465
+ },
21466
+ {
21467
+ "name": "maxHeight",
21468
+ "description": "Sets the maximum height for the component.",
21469
+ "doc-url": "https://vuetifyjs.com/api/VExpansionPanels#props",
21470
+ "value": {
21471
+ "kind": "expression",
21472
+ "type": "string | number"
21473
+ }
21474
+ },
21475
+ {
21476
+ "name": "maxWidth",
21477
+ "description": "Sets the maximum width for the component.",
21478
+ "doc-url": "https://vuetifyjs.com/api/VExpansionPanels#props",
21479
+ "value": {
21480
+ "kind": "expression",
21481
+ "type": "string | number"
21482
+ }
21483
+ },
21484
+ {
21485
+ "name": "minHeight",
21486
+ "description": "Sets the minimum height for the component.",
21487
+ "doc-url": "https://vuetifyjs.com/api/VExpansionPanels#props",
21488
+ "value": {
21489
+ "kind": "expression",
21490
+ "type": "string | number"
21491
+ }
21492
+ },
21493
+ {
21494
+ "name": "minWidth",
21495
+ "description": "Sets the minimum width for the component.",
21496
+ "doc-url": "https://vuetifyjs.com/api/VExpansionPanels#props",
21497
+ "value": {
21498
+ "kind": "expression",
21499
+ "type": "string | number"
21500
+ }
21501
+ },
21502
+ {
21503
+ "name": "width",
21504
+ "description": "Sets the width for the component.",
21505
+ "doc-url": "https://vuetifyjs.com/api/VExpansionPanels#props",
21506
+ "value": {
21507
+ "kind": "expression",
21508
+ "type": "string | number"
21509
+ }
21510
+ },
21257
21511
  {
21258
21512
  "name": "eager",
21259
21513
  "description": "Forces the component's content to render when it mounts. This is useful if you have content that will not be rendered in the DOM that you want crawled for SEO.",
@@ -21387,16 +21641,6 @@
21387
21641
  "type": "boolean"
21388
21642
  }
21389
21643
  },
21390
- {
21391
- "name": "location",
21392
- "description": "The location of the fab relative to the layout. Only works when using **app**.",
21393
- "doc-url": "https://vuetifyjs.com/api/VFab#props",
21394
- "default": "'bottom end'",
21395
- "value": {
21396
- "kind": "expression",
21397
- "type": "'start' | 'end' | 'left' | 'right' | 'top' | 'bottom'"
21398
- }
21399
- },
21400
21644
  {
21401
21645
  "name": "offset",
21402
21646
  "description": "Translates the Fab up or down, depending on if location is set to **top** or **bottom**.",
@@ -21427,6 +21671,15 @@
21427
21671
  "type": "boolean"
21428
21672
  }
21429
21673
  },
21674
+ {
21675
+ "name": "activeColor",
21676
+ "description": "The applied color when the component is in an active state.",
21677
+ "doc-url": "https://vuetifyjs.com/api/VFab#props",
21678
+ "value": {
21679
+ "kind": "expression",
21680
+ "type": "string"
21681
+ }
21682
+ },
21430
21683
  {
21431
21684
  "name": "baseColor",
21432
21685
  "description": "Sets the color of component when not focused.",
@@ -21634,6 +21887,15 @@
21634
21887
  "type": "string | boolean"
21635
21888
  }
21636
21889
  },
21890
+ {
21891
+ "name": "location",
21892
+ "description": "The location of the fab relative to the layout. Only works when using **app**.",
21893
+ "doc-url": "https://vuetifyjs.com/api/VFab#props",
21894
+ "value": {
21895
+ "kind": "expression",
21896
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a>"
21897
+ }
21898
+ },
21637
21899
  {
21638
21900
  "name": "position",
21639
21901
  "description": "Sets the position for the component.",
@@ -22768,7 +23030,7 @@
22768
23030
  "doc-url": "https://vuetifyjs.com/api/VFileInput#props",
22769
23031
  "value": {
22770
23032
  "kind": "expression",
22771
- "type": "| 'blur'\n | 'input'\n | 'submit'\n | 'blur lazy'\n | 'input lazy'\n | 'submit lazy'\n | 'lazy blur'\n | 'lazy input'\n | 'lazy submit'\n | 'lazy'"
23033
+ "type": "| 'blur'\n | 'input'\n | 'submit'\n | 'invalid-input'\n | 'blur lazy'\n | 'input lazy'\n | 'submit lazy'\n | 'invalid-input lazy'\n | 'blur eager'\n | 'input eager'\n | 'submit eager'\n | 'invalid-input eager'\n | 'lazy blur'\n | 'lazy input'\n | 'lazy submit'\n | 'lazy invalid-input'\n | 'eager blur'\n | 'eager input'\n | 'eager submit'\n | 'eager invalid-input'\n | 'lazy'\n | 'eager'"
22772
23034
  }
22773
23035
  },
22774
23036
  {
@@ -23519,7 +23781,7 @@
23519
23781
  "default": "'input'",
23520
23782
  "value": {
23521
23783
  "kind": "expression",
23522
- "type": "| 'blur'\n | 'input'\n | 'submit'\n | 'blur lazy'\n | 'input lazy'\n | 'submit lazy'\n | 'lazy blur'\n | 'lazy input'\n | 'lazy submit'\n | 'lazy'"
23784
+ "type": "| 'blur'\n | 'input'\n | 'submit'\n | 'invalid-input'\n | 'blur lazy'\n | 'input lazy'\n | 'submit lazy'\n | 'invalid-input lazy'\n | 'blur eager'\n | 'input eager'\n | 'submit eager'\n | 'invalid-input eager'\n | 'lazy blur'\n | 'lazy input'\n | 'lazy submit'\n | 'lazy invalid-input'\n | 'eager blur'\n | 'eager input'\n | 'eager submit'\n | 'eager invalid-input'\n | 'lazy'\n | 'eager'"
23523
23785
  }
23524
23786
  }
23525
23787
  ],
@@ -23789,6 +24051,16 @@
23789
24051
  "description": "",
23790
24052
  "doc-url": "https://vuetifyjs.com/api/v-img",
23791
24053
  "attributes": [
24054
+ {
24055
+ "name": "absolute",
24056
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VImg.json))",
24057
+ "doc-url": "https://vuetifyjs.com/api/VImg#props",
24058
+ "default": "false",
24059
+ "value": {
24060
+ "kind": "expression",
24061
+ "type": "boolean"
24062
+ }
24063
+ },
23792
24064
  {
23793
24065
  "name": "alt",
23794
24066
  "description": "Alternate text for screen readers. Leave empty for decorative images.",
@@ -24554,7 +24826,7 @@
24554
24826
  "doc-url": "https://vuetifyjs.com/api/VInput#props",
24555
24827
  "value": {
24556
24828
  "kind": "expression",
24557
- "type": "| 'blur'\n | 'input'\n | 'submit'\n | 'blur lazy'\n | 'input lazy'\n | 'submit lazy'\n | 'lazy blur'\n | 'lazy input'\n | 'lazy submit'\n | 'lazy'"
24829
+ "type": "| 'blur'\n | 'input'\n | 'submit'\n | 'invalid-input'\n | 'blur lazy'\n | 'input lazy'\n | 'submit lazy'\n | 'invalid-input lazy'\n | 'blur eager'\n | 'input eager'\n | 'submit eager'\n | 'invalid-input eager'\n | 'lazy blur'\n | 'lazy input'\n | 'lazy submit'\n | 'lazy invalid-input'\n | 'eager blur'\n | 'eager input'\n | 'eager submit'\n | 'eager invalid-input'\n | 'lazy'\n | 'eager'"
24558
24830
  }
24559
24831
  },
24560
24832
  {
@@ -25272,7 +25544,7 @@
25272
25544
  "attributes": [
25273
25545
  {
25274
25546
  "name": "position",
25275
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VLayoutItem.json))",
25547
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VLayoutItem.json))",
25276
25548
  "doc-url": "https://vuetifyjs.com/api/VLayoutItem#props",
25277
25549
  "value": {
25278
25550
  "kind": "expression",
@@ -25563,7 +25835,7 @@
25563
25835
  },
25564
25836
  {
25565
25837
  "name": "expandIcon",
25566
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VList.json))",
25838
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VList.json))",
25567
25839
  "doc-url": "https://vuetifyjs.com/api/VList#props",
25568
25840
  "value": {
25569
25841
  "kind": "expression",
@@ -25572,7 +25844,7 @@
25572
25844
  },
25573
25845
  {
25574
25846
  "name": "collapseIcon",
25575
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VList.json))",
25847
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VList.json))",
25576
25848
  "doc-url": "https://vuetifyjs.com/api/VList#props",
25577
25849
  "value": {
25578
25850
  "kind": "expression",
@@ -25611,7 +25883,7 @@
25611
25883
  },
25612
25884
  {
25613
25885
  "name": "activatable",
25614
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/nested.json))",
25886
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/nested.json))",
25615
25887
  "doc-url": "https://vuetifyjs.com/api/VList#props",
25616
25888
  "default": "false",
25617
25889
  "value": {
@@ -25621,7 +25893,7 @@
25621
25893
  },
25622
25894
  {
25623
25895
  "name": "selectable",
25624
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/nested.json))",
25896
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/nested.json))",
25625
25897
  "doc-url": "https://vuetifyjs.com/api/VList#props",
25626
25898
  "default": "false",
25627
25899
  "value": {
@@ -25918,7 +26190,7 @@
25918
26190
  "events": [
25919
26191
  {
25920
26192
  "name": "click:open",
25921
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VList.json))",
26193
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VList.json))",
25922
26194
  "doc-url": "https://vuetifyjs.com/api/v-list#events",
25923
26195
  "arguments": [
25924
26196
  {
@@ -25929,7 +26201,7 @@
25929
26201
  },
25930
26202
  {
25931
26203
  "name": "click:select",
25932
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VList.json))",
26204
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VList.json))",
25933
26205
  "doc-url": "https://vuetifyjs.com/api/v-list#events",
25934
26206
  "arguments": [
25935
26207
  {
@@ -25939,8 +26211,8 @@
25939
26211
  ]
25940
26212
  },
25941
26213
  {
25942
- "name": "update:selected",
25943
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VList.json))",
26214
+ "name": "update:opened",
26215
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VList.json))",
25944
26216
  "doc-url": "https://vuetifyjs.com/api/v-list#events",
25945
26217
  "arguments": [
25946
26218
  {
@@ -25950,8 +26222,8 @@
25950
26222
  ]
25951
26223
  },
25952
26224
  {
25953
- "name": "update:opened",
25954
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VList.json))",
26225
+ "name": "update:selected",
26226
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VList.json))",
25955
26227
  "doc-url": "https://vuetifyjs.com/api/v-list#events",
25956
26228
  "arguments": [
25957
26229
  {
@@ -25962,7 +26234,7 @@
25962
26234
  },
25963
26235
  {
25964
26236
  "name": "update:activated",
25965
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VList.json))",
26237
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VList.json))",
25966
26238
  "doc-url": "https://vuetifyjs.com/api/v-list#events",
25967
26239
  "arguments": [
25968
26240
  {
@@ -25973,7 +26245,7 @@
25973
26245
  },
25974
26246
  {
25975
26247
  "name": "click:activate",
25976
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VList.json))",
26248
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VList.json))",
25977
26249
  "doc-url": "https://vuetifyjs.com/api/v-list#events",
25978
26250
  "arguments": [
25979
26251
  {
@@ -26022,7 +26294,7 @@
26022
26294
  },
26023
26295
  {
26024
26296
  "name": "divider",
26025
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/vuetify/src/components/VList/VListChildren.tsx#L22-L22.json))",
26297
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/vuetify/src/components/VList/VListChildren.tsx#L22-L22.json))",
26026
26298
  "doc-url": "https://vuetifyjs.com/api/v-list#slots",
26027
26299
  "vue-properties": [
26028
26300
  {
@@ -26033,7 +26305,7 @@
26033
26305
  },
26034
26306
  {
26035
26307
  "name": "subheader",
26036
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/vuetify/src/components/VList/VListChildren.tsx#L23-L23.json))",
26308
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/vuetify/src/components/VList/VListChildren.tsx#L23-L23.json))",
26037
26309
  "doc-url": "https://vuetifyjs.com/api/v-list#slots",
26038
26310
  "vue-properties": [
26039
26311
  {
@@ -26044,7 +26316,7 @@
26044
26316
  },
26045
26317
  {
26046
26318
  "name": "header",
26047
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/vuetify/src/components/VList/VListChildren.tsx#L24-L24.json))",
26319
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/vuetify/src/components/VList/VListChildren.tsx#L24-L24.json))",
26048
26320
  "doc-url": "https://vuetifyjs.com/api/v-list#slots",
26049
26321
  "vue-properties": [
26050
26322
  {
@@ -26135,7 +26407,7 @@
26135
26407
  },
26136
26408
  {
26137
26409
  "name": "fluid",
26138
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VListGroup.json))",
26410
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VListGroup.json))",
26139
26411
  "doc-url": "https://vuetifyjs.com/api/VListGroup#props",
26140
26412
  "default": "false",
26141
26413
  "value": {
@@ -26345,7 +26617,7 @@
26345
26617
  },
26346
26618
  {
26347
26619
  "name": "nav",
26348
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VListItem.json))",
26620
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VListItem.json))",
26349
26621
  "doc-url": "https://vuetifyjs.com/api/VListItem#props",
26350
26622
  "default": "false",
26351
26623
  "value": {
@@ -26392,7 +26664,7 @@
26392
26664
  },
26393
26665
  {
26394
26666
  "name": "slim",
26395
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VListItem.json))",
26667
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VListItem.json))",
26396
26668
  "doc-url": "https://vuetifyjs.com/api/VListItem#props",
26397
26669
  "default": "false",
26398
26670
  "value": {
@@ -26580,7 +26852,7 @@
26580
26852
  },
26581
26853
  {
26582
26854
  "name": "lines",
26583
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VListItem.json))",
26855
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VListItem.json))",
26584
26856
  "doc-url": "https://vuetifyjs.com/api/VListItem#props",
26585
26857
  "default": "false",
26586
26858
  "value": {
@@ -26603,7 +26875,7 @@
26603
26875
  },
26604
26876
  {
26605
26877
  "name": "clickOnce",
26606
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VListItem.json))",
26878
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VListItem.json))",
26607
26879
  "doc-url": "https://vuetifyjs.com/api/v-list-item#events",
26608
26880
  "arguments": [
26609
26881
  {
@@ -26912,7 +27184,7 @@
26912
27184
  },
26913
27185
  {
26914
27186
  "name": "inset",
26915
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VListSubheader.json))",
27187
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VListSubheader.json))",
26916
27188
  "doc-url": "https://vuetifyjs.com/api/VListSubheader#props",
26917
27189
  "default": "false",
26918
27190
  "value": {
@@ -26922,7 +27194,7 @@
26922
27194
  },
26923
27195
  {
26924
27196
  "name": "sticky",
26925
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VListSubheader.json))",
27197
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VListSubheader.json))",
26926
27198
  "doc-url": "https://vuetifyjs.com/api/VListSubheader#props",
26927
27199
  "default": "false",
26928
27200
  "value": {
@@ -26974,7 +27246,7 @@
26974
27246
  "attributes": [
26975
27247
  {
26976
27248
  "name": "locale",
26977
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VLocaleProvider.json))",
27249
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VLocaleProvider.json))",
26978
27250
  "doc-url": "https://vuetifyjs.com/api/VLocaleProvider#props",
26979
27251
  "value": {
26980
27252
  "kind": "expression",
@@ -26983,7 +27255,7 @@
26983
27255
  },
26984
27256
  {
26985
27257
  "name": "fallbackLocale",
26986
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VLocaleProvider.json))",
27258
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VLocaleProvider.json))",
26987
27259
  "doc-url": "https://vuetifyjs.com/api/VLocaleProvider#props",
26988
27260
  "value": {
26989
27261
  "kind": "expression",
@@ -27001,7 +27273,7 @@
27001
27273
  },
27002
27274
  {
27003
27275
  "name": "rtl",
27004
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VLocaleProvider.json))",
27276
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VLocaleProvider.json))",
27005
27277
  "doc-url": "https://vuetifyjs.com/api/VLocaleProvider#props",
27006
27278
  "value": {
27007
27279
  "kind": "expression",
@@ -27033,7 +27305,7 @@
27033
27305
  "attributes": [
27034
27306
  {
27035
27307
  "name": "scrollable",
27036
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VMain.json))",
27308
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VMain.json))",
27037
27309
  "doc-url": "https://vuetifyjs.com/api/VMain#props",
27038
27310
  "default": "false",
27039
27311
  "value": {
@@ -27760,7 +28032,7 @@
27760
28032
  },
27761
28033
  {
27762
28034
  "name": "sticky",
27763
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VNavigationDrawer.json))",
28035
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VNavigationDrawer.json))",
27764
28036
  "doc-url": "https://vuetifyjs.com/api/VNavigationDrawer#props",
27765
28037
  "default": "false",
27766
28038
  "value": {
@@ -28005,7 +28277,7 @@
28005
28277
  },
28006
28278
  {
28007
28279
  "name": "controlVariant",
28008
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VNumberInput.json))",
28280
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VNumberInput.json))",
28009
28281
  "doc-url": "https://vuetifyjs.com/api/VNumberInput#props",
28010
28282
  "default": "'default'",
28011
28283
  "value": {
@@ -28015,7 +28287,7 @@
28015
28287
  },
28016
28288
  {
28017
28289
  "name": "inset",
28018
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VNumberInput.json))",
28290
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VNumberInput.json))",
28019
28291
  "doc-url": "https://vuetifyjs.com/api/VNumberInput#props",
28020
28292
  "default": "false",
28021
28293
  "value": {
@@ -28025,7 +28297,7 @@
28025
28297
  },
28026
28298
  {
28027
28299
  "name": "hideInput",
28028
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VNumberInput.json))",
28300
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VNumberInput.json))",
28029
28301
  "doc-url": "https://vuetifyjs.com/api/VNumberInput#props",
28030
28302
  "default": "false",
28031
28303
  "value": {
@@ -28035,7 +28307,7 @@
28035
28307
  },
28036
28308
  {
28037
28309
  "name": "min",
28038
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VNumberInput.json))",
28310
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VNumberInput.json))",
28039
28311
  "doc-url": "https://vuetifyjs.com/api/VNumberInput#props",
28040
28312
  "default": "null",
28041
28313
  "value": {
@@ -28055,7 +28327,7 @@
28055
28327
  },
28056
28328
  {
28057
28329
  "name": "max",
28058
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VNumberInput.json))",
28330
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VNumberInput.json))",
28059
28331
  "doc-url": "https://vuetifyjs.com/api/VNumberInput#props",
28060
28332
  "default": "null",
28061
28333
  "value": {
@@ -28065,7 +28337,7 @@
28065
28337
  },
28066
28338
  {
28067
28339
  "name": "step",
28068
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VNumberInput.json))",
28340
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VNumberInput.json))",
28069
28341
  "doc-url": "https://vuetifyjs.com/api/VNumberInput#props",
28070
28342
  "default": "1",
28071
28343
  "value": {
@@ -28364,7 +28636,7 @@
28364
28636
  "doc-url": "https://vuetifyjs.com/api/VNumberInput#props",
28365
28637
  "value": {
28366
28638
  "kind": "expression",
28367
- "type": "| 'blur'\n | 'input'\n | 'submit'\n | 'blur lazy'\n | 'input lazy'\n | 'submit lazy'\n | 'lazy blur'\n | 'lazy input'\n | 'lazy submit'\n | 'lazy'"
28639
+ "type": "| 'blur'\n | 'input'\n | 'submit'\n | 'invalid-input'\n | 'blur lazy'\n | 'input lazy'\n | 'submit lazy'\n | 'invalid-input lazy'\n | 'blur eager'\n | 'input eager'\n | 'submit eager'\n | 'invalid-input eager'\n | 'lazy blur'\n | 'lazy input'\n | 'lazy submit'\n | 'lazy invalid-input'\n | 'eager blur'\n | 'eager input'\n | 'eager submit'\n | 'eager invalid-input'\n | 'lazy'\n | 'eager'"
28368
28640
  }
28369
28641
  },
28370
28642
  {
@@ -28885,7 +29157,7 @@
28885
29157
  },
28886
29158
  {
28887
29159
  "name": "increment",
28888
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/vuetify/src/labs/VNumberInput/VNumberInput.tsx#L22-L24.json))",
29160
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/vuetify/src/labs/VNumberInput/VNumberInput.tsx#L22-L24.json))",
28889
29161
  "doc-url": "https://vuetifyjs.com/api/v-number-input#slots",
28890
29162
  "vue-properties": [
28891
29163
  {
@@ -28896,7 +29168,7 @@
28896
29168
  },
28897
29169
  {
28898
29170
  "name": "decrement",
28899
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/vuetify/src/labs/VNumberInput/VNumberInput.tsx#L22-L24.json))",
29171
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/vuetify/src/labs/VNumberInput/VNumberInput.tsx#L22-L24.json))",
28900
29172
  "doc-url": "https://vuetifyjs.com/api/v-number-input#slots",
28901
29173
  "vue-properties": [
28902
29174
  {
@@ -29577,7 +29849,7 @@
29577
29849
  },
29578
29850
  {
29579
29851
  "name": "afterEnter",
29580
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VOverlay.json))",
29852
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VOverlay.json))",
29581
29853
  "doc-url": "https://vuetifyjs.com/api/v-overlay#events",
29582
29854
  "arguments": [
29583
29855
  {
@@ -30134,7 +30406,7 @@
30134
30406
  "attributes": [
30135
30407
  {
30136
30408
  "name": "scale",
30137
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VParallax.json))",
30409
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VParallax.json))",
30138
30410
  "doc-url": "https://vuetifyjs.com/api/VParallax#props",
30139
30411
  "default": "0.5",
30140
30412
  "value": {
@@ -30152,17 +30424,17 @@
30152
30424
  },
30153
30425
  {
30154
30426
  "name": "placeholder",
30155
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VParallax.json))",
30427
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VParallax.json))",
30156
30428
  "doc-url": "https://vuetifyjs.com/api/v-parallax#slots"
30157
30429
  },
30158
30430
  {
30159
30431
  "name": "error",
30160
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VParallax.json))",
30432
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VParallax.json))",
30161
30433
  "doc-url": "https://vuetifyjs.com/api/v-parallax#slots"
30162
30434
  },
30163
30435
  {
30164
30436
  "name": "sources",
30165
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VParallax.json))",
30437
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VParallax.json))",
30166
30438
  "doc-url": "https://vuetifyjs.com/api/v-parallax#slots"
30167
30439
  }
30168
30440
  ],
@@ -30361,7 +30633,7 @@
30361
30633
  "slots": [
30362
30634
  {
30363
30635
  "name": "header",
30364
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VPicker.json))",
30636
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VPicker.json))",
30365
30637
  "doc-url": "https://vuetifyjs.com/api/v-picker#slots"
30366
30638
  },
30367
30639
  {
@@ -30371,7 +30643,7 @@
30371
30643
  },
30372
30644
  {
30373
30645
  "name": "actions",
30374
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VPicker.json))",
30646
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VPicker.json))",
30375
30647
  "doc-url": "https://vuetifyjs.com/api/v-picker#slots"
30376
30648
  },
30377
30649
  {
@@ -30812,7 +31084,7 @@
30812
31084
  "attributes": [
30813
31085
  {
30814
31086
  "name": "pullDownThreshold",
30815
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VPullToRefresh.json))",
31087
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VPullToRefresh.json))",
30816
31088
  "doc-url": "https://vuetifyjs.com/api/VPullToRefresh#props",
30817
31089
  "default": "64",
30818
31090
  "value": {
@@ -30824,7 +31096,7 @@
30824
31096
  "events": [
30825
31097
  {
30826
31098
  "name": "load",
30827
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VPullToRefresh.json))",
31099
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VPullToRefresh.json))",
30828
31100
  "doc-url": "https://vuetifyjs.com/api/v-pull-to-refresh#events",
30829
31101
  "arguments": [
30830
31102
  {
@@ -30842,7 +31114,7 @@
30842
31114
  },
30843
31115
  {
30844
31116
  "name": "pullDownPanel",
30845
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/vuetify/src/labs/VPullToRefresh/VPullToRefresh.tsx#L14-L18.json))",
31117
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/vuetify/src/labs/VPullToRefresh/VPullToRefresh.tsx#L14-L18.json))",
30846
31118
  "doc-url": "https://vuetifyjs.com/api/v-pull-to-refresh#slots",
30847
31119
  "vue-properties": [
30848
31120
  {
@@ -31413,7 +31685,7 @@
31413
31685
  "doc-url": "https://vuetifyjs.com/api/VRadioGroup#props",
31414
31686
  "value": {
31415
31687
  "kind": "expression",
31416
- "type": "| 'blur'\n | 'input'\n | 'submit'\n | 'blur lazy'\n | 'input lazy'\n | 'submit lazy'\n | 'lazy blur'\n | 'lazy input'\n | 'lazy submit'\n | 'lazy'"
31688
+ "type": "| 'blur'\n | 'input'\n | 'submit'\n | 'invalid-input'\n | 'blur lazy'\n | 'input lazy'\n | 'submit lazy'\n | 'invalid-input lazy'\n | 'blur eager'\n | 'input eager'\n | 'submit eager'\n | 'invalid-input eager'\n | 'lazy blur'\n | 'lazy input'\n | 'lazy submit'\n | 'lazy invalid-input'\n | 'eager blur'\n | 'eager input'\n | 'eager submit'\n | 'eager invalid-input'\n | 'lazy'\n | 'eager'"
31417
31689
  }
31418
31690
  },
31419
31691
  {
@@ -32005,7 +32277,7 @@
32005
32277
  "doc-url": "https://vuetifyjs.com/api/VRangeSlider#props",
32006
32278
  "value": {
32007
32279
  "kind": "expression",
32008
- "type": "| 'blur'\n | 'input'\n | 'submit'\n | 'blur lazy'\n | 'input lazy'\n | 'submit lazy'\n | 'lazy blur'\n | 'lazy input'\n | 'lazy submit'\n | 'lazy'"
32280
+ "type": "| 'blur'\n | 'input'\n | 'submit'\n | 'invalid-input'\n | 'blur lazy'\n | 'input lazy'\n | 'submit lazy'\n | 'invalid-input lazy'\n | 'blur eager'\n | 'input eager'\n | 'submit eager'\n | 'invalid-input eager'\n | 'lazy blur'\n | 'lazy input'\n | 'lazy submit'\n | 'lazy invalid-input'\n | 'eager blur'\n | 'eager input'\n | 'eager submit'\n | 'eager invalid-input'\n | 'lazy'\n | 'eager'"
32009
32281
  }
32010
32282
  },
32011
32283
  {
@@ -32598,7 +32870,7 @@
32598
32870
  },
32599
32871
  {
32600
32872
  "name": "itemAriaLabel",
32601
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VRating.json))",
32873
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VRating.json))",
32602
32874
  "doc-url": "https://vuetifyjs.com/api/VRating#props",
32603
32875
  "default": "'$vuetify.rating.ariaLabel.item'",
32604
32876
  "value": {
@@ -32952,7 +33224,7 @@
32952
33224
  },
32953
33225
  {
32954
33226
  "name": "additional",
32955
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VResponsive.json))",
33227
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VResponsive.json))",
32956
33228
  "doc-url": "https://vuetifyjs.com/api/v-responsive#slots"
32957
33229
  }
32958
33230
  ],
@@ -34222,7 +34494,7 @@
34222
34494
  "doc-url": "https://vuetifyjs.com/api/VSelect#props",
34223
34495
  "value": {
34224
34496
  "kind": "expression",
34225
- "type": "| 'lazy'\n | 'blur'\n | 'input'\n | 'submit'\n | 'blur lazy'\n | 'input lazy'\n | 'submit lazy'\n | 'lazy blur'\n | 'lazy input'\n | 'lazy submit'"
34497
+ "type": "| 'eager'\n | 'lazy'\n | 'blur'\n | 'input'\n | 'submit'\n | 'invalid-input'\n | 'blur lazy'\n | 'input lazy'\n | 'submit lazy'\n | 'invalid-input lazy'\n | 'blur eager'\n | 'input eager'\n | 'submit eager'\n | 'invalid-input eager'\n | 'lazy blur'\n | 'lazy input'\n | 'lazy submit'\n | 'lazy invalid-input'\n | 'eager blur'\n | 'eager input'\n | 'eager submit'\n | 'eager invalid-input'"
34226
34498
  }
34227
34499
  },
34228
34500
  {
@@ -35442,7 +35714,7 @@
35442
35714
  },
35443
35715
  {
35444
35716
  "name": "loadingText",
35445
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VSkeletonLoader.json))",
35717
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VSkeletonLoader.json))",
35446
35718
  "doc-url": "https://vuetifyjs.com/api/VSkeletonLoader#props",
35447
35719
  "default": "'$vuetify.loading'",
35448
35720
  "value": {
@@ -36614,7 +36886,7 @@
36614
36886
  "doc-url": "https://vuetifyjs.com/api/VSlider#props",
36615
36887
  "value": {
36616
36888
  "kind": "expression",
36617
- "type": "| 'blur'\n | 'input'\n | 'submit'\n | 'blur lazy'\n | 'input lazy'\n | 'submit lazy'\n | 'lazy blur'\n | 'lazy input'\n | 'lazy submit'\n | 'lazy'"
36889
+ "type": "| 'blur'\n | 'input'\n | 'submit'\n | 'invalid-input'\n | 'blur lazy'\n | 'input lazy'\n | 'submit lazy'\n | 'invalid-input lazy'\n | 'blur eager'\n | 'input eager'\n | 'submit eager'\n | 'invalid-input eager'\n | 'lazy blur'\n | 'lazy input'\n | 'lazy submit'\n | 'lazy invalid-input'\n | 'eager blur'\n | 'eager input'\n | 'eager submit'\n | 'eager invalid-input'\n | 'lazy'\n | 'eager'"
36618
36890
  }
36619
36891
  },
36620
36892
  {
@@ -38117,7 +38389,7 @@
38117
38389
  },
38118
38390
  {
38119
38391
  "name": "id",
38120
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/Line.json))",
38392
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/Line.json))",
38121
38393
  "doc-url": "https://vuetifyjs.com/api/VSparkline#props",
38122
38394
  "value": {
38123
38395
  "kind": "expression",
@@ -38126,7 +38398,7 @@
38126
38398
  },
38127
38399
  {
38128
38400
  "name": "itemValue",
38129
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/Line.json))",
38401
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/Line.json))",
38130
38402
  "doc-url": "https://vuetifyjs.com/api/VSparkline#props",
38131
38403
  "default": "'value'",
38132
38404
  "value": {
@@ -38146,7 +38418,7 @@
38146
38418
  },
38147
38419
  {
38148
38420
  "name": "min",
38149
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/Line.json))",
38421
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/Line.json))",
38150
38422
  "doc-url": "https://vuetifyjs.com/api/VSparkline#props",
38151
38423
  "value": {
38152
38424
  "kind": "expression",
@@ -38155,7 +38427,7 @@
38155
38427
  },
38156
38428
  {
38157
38429
  "name": "max",
38158
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/Line.json))",
38430
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/Line.json))",
38159
38431
  "doc-url": "https://vuetifyjs.com/api/VSparkline#props",
38160
38432
  "value": {
38161
38433
  "kind": "expression",
@@ -38687,7 +38959,7 @@
38687
38959
  },
38688
38960
  {
38689
38961
  "name": "completeIcon",
38690
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/Stepper.json))",
38962
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/Stepper.json))",
38691
38963
  "doc-url": "https://vuetifyjs.com/api/VStepper#props",
38692
38964
  "value": {
38693
38965
  "kind": "expression",
@@ -38696,7 +38968,7 @@
38696
38968
  },
38697
38969
  {
38698
38970
  "name": "editIcon",
38699
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/Stepper.json))",
38971
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/Stepper.json))",
38700
38972
  "doc-url": "https://vuetifyjs.com/api/VStepper#props",
38701
38973
  "value": {
38702
38974
  "kind": "expression",
@@ -38715,7 +38987,7 @@
38715
38987
  },
38716
38988
  {
38717
38989
  "name": "errorIcon",
38718
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/Stepper.json))",
38990
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/Stepper.json))",
38719
38991
  "doc-url": "https://vuetifyjs.com/api/VStepper#props",
38720
38992
  "value": {
38721
38993
  "kind": "expression",
@@ -39740,7 +40012,7 @@
39740
40012
  },
39741
40013
  {
39742
40014
  "name": "completeIcon",
39743
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/Stepper.json))",
40015
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/Stepper.json))",
39744
40016
  "doc-url": "https://vuetifyjs.com/api/VStepperVertical#props",
39745
40017
  "value": {
39746
40018
  "kind": "expression",
@@ -39749,7 +40021,7 @@
39749
40021
  },
39750
40022
  {
39751
40023
  "name": "editIcon",
39752
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/Stepper.json))",
40024
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/Stepper.json))",
39753
40025
  "doc-url": "https://vuetifyjs.com/api/VStepperVertical#props",
39754
40026
  "value": {
39755
40027
  "kind": "expression",
@@ -39768,7 +40040,7 @@
39768
40040
  },
39769
40041
  {
39770
40042
  "name": "errorIcon",
39771
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/Stepper.json))",
40043
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/Stepper.json))",
39772
40044
  "doc-url": "https://vuetifyjs.com/api/VStepperVertical#props",
39773
40045
  "value": {
39774
40046
  "kind": "expression",
@@ -40016,6 +40288,60 @@
40016
40288
  "type": "boolean"
40017
40289
  }
40018
40290
  },
40291
+ {
40292
+ "name": "height",
40293
+ "description": "Sets the height for the component.",
40294
+ "doc-url": "https://vuetifyjs.com/api/VStepperVertical#props",
40295
+ "value": {
40296
+ "kind": "expression",
40297
+ "type": "string | number"
40298
+ }
40299
+ },
40300
+ {
40301
+ "name": "maxHeight",
40302
+ "description": "Sets the maximum height for the component.",
40303
+ "doc-url": "https://vuetifyjs.com/api/VStepperVertical#props",
40304
+ "value": {
40305
+ "kind": "expression",
40306
+ "type": "string | number"
40307
+ }
40308
+ },
40309
+ {
40310
+ "name": "maxWidth",
40311
+ "description": "Sets the maximum width for the component.",
40312
+ "doc-url": "https://vuetifyjs.com/api/VStepperVertical#props",
40313
+ "value": {
40314
+ "kind": "expression",
40315
+ "type": "string | number"
40316
+ }
40317
+ },
40318
+ {
40319
+ "name": "minHeight",
40320
+ "description": "Sets the minimum height for the component.",
40321
+ "doc-url": "https://vuetifyjs.com/api/VStepperVertical#props",
40322
+ "value": {
40323
+ "kind": "expression",
40324
+ "type": "string | number"
40325
+ }
40326
+ },
40327
+ {
40328
+ "name": "minWidth",
40329
+ "description": "Sets the minimum width for the component.",
40330
+ "doc-url": "https://vuetifyjs.com/api/VStepperVertical#props",
40331
+ "value": {
40332
+ "kind": "expression",
40333
+ "type": "string | number"
40334
+ }
40335
+ },
40336
+ {
40337
+ "name": "width",
40338
+ "description": "Sets the width for the component.",
40339
+ "doc-url": "https://vuetifyjs.com/api/VStepperVertical#props",
40340
+ "value": {
40341
+ "kind": "expression",
40342
+ "type": "string | number"
40343
+ }
40344
+ },
40019
40345
  {
40020
40346
  "name": "eager",
40021
40347
  "description": "Forces the component's content to render when it mounts. This is useful if you have content that will not be rendered in the DOM that you want crawled for SEO.",
@@ -40641,7 +40967,7 @@
40641
40967
  },
40642
40968
  {
40643
40969
  "name": "focusable",
40644
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VExpansionPanelTitle.json))",
40970
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VExpansionPanelTitle.json))",
40645
40971
  "doc-url": "https://vuetifyjs.com/api/VStepperVerticalItem#props",
40646
40972
  "default": "false",
40647
40973
  "value": {
@@ -40669,6 +40995,60 @@
40669
40995
  "type": "boolean"
40670
40996
  }
40671
40997
  },
40998
+ {
40999
+ "name": "height",
41000
+ "description": "Sets the height for the component.",
41001
+ "doc-url": "https://vuetifyjs.com/api/VStepperVerticalItem#props",
41002
+ "value": {
41003
+ "kind": "expression",
41004
+ "type": "string | number"
41005
+ }
41006
+ },
41007
+ {
41008
+ "name": "maxHeight",
41009
+ "description": "Sets the maximum height for the component.",
41010
+ "doc-url": "https://vuetifyjs.com/api/VStepperVerticalItem#props",
41011
+ "value": {
41012
+ "kind": "expression",
41013
+ "type": "string | number"
41014
+ }
41015
+ },
41016
+ {
41017
+ "name": "maxWidth",
41018
+ "description": "Sets the maximum width for the component.",
41019
+ "doc-url": "https://vuetifyjs.com/api/VStepperVerticalItem#props",
41020
+ "value": {
41021
+ "kind": "expression",
41022
+ "type": "string | number"
41023
+ }
41024
+ },
41025
+ {
41026
+ "name": "minHeight",
41027
+ "description": "Sets the minimum height for the component.",
41028
+ "doc-url": "https://vuetifyjs.com/api/VStepperVerticalItem#props",
41029
+ "value": {
41030
+ "kind": "expression",
41031
+ "type": "string | number"
41032
+ }
41033
+ },
41034
+ {
41035
+ "name": "minWidth",
41036
+ "description": "Sets the minimum width for the component.",
41037
+ "doc-url": "https://vuetifyjs.com/api/VStepperVerticalItem#props",
41038
+ "value": {
41039
+ "kind": "expression",
41040
+ "type": "string | number"
41041
+ }
41042
+ },
41043
+ {
41044
+ "name": "width",
41045
+ "description": "Sets the width for the component.",
41046
+ "doc-url": "https://vuetifyjs.com/api/VStepperVerticalItem#props",
41047
+ "value": {
41048
+ "kind": "expression",
41049
+ "type": "string | number"
41050
+ }
41051
+ },
40672
41052
  {
40673
41053
  "name": "eager",
40674
41054
  "description": "Forces the component's content to render when it mounts. This is useful if you have content that will not be rendered in the DOM that you want crawled for SEO.",
@@ -40694,7 +41074,7 @@
40694
41074
  },
40695
41075
  {
40696
41076
  "name": "click:prev",
40697
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VStepperVerticalItem.json))",
41077
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VStepperVerticalItem.json))",
40698
41078
  "doc-url": "https://vuetifyjs.com/api/v-stepper-vertical-item#events",
40699
41079
  "arguments": [
40700
41080
  {
@@ -40749,7 +41129,7 @@
40749
41129
  },
40750
41130
  {
40751
41131
  "name": "icon",
40752
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/vuetify/src/components/VStepper/VStepperItem.tsx#L26-L33.json))",
41132
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/vuetify/src/components/VStepper/VStepperItem.tsx#L26-L33.json))",
40753
41133
  "doc-url": "https://vuetifyjs.com/api/v-stepper-vertical-item#slots",
40754
41134
  "vue-properties": [
40755
41135
  {
@@ -40873,7 +41253,7 @@
40873
41253
  },
40874
41254
  {
40875
41255
  "name": "prev",
40876
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/vuetify/src/components/VStepper/VStepperItem.tsx#L26-L33.json))",
41256
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/vuetify/src/components/VStepper/VStepperItem.tsx#L26-L33.json))",
40877
41257
  "doc-url": "https://vuetifyjs.com/api/v-stepper-vertical-item#slots",
40878
41258
  "vue-properties": [
40879
41259
  {
@@ -40904,7 +41284,7 @@
40904
41284
  },
40905
41285
  {
40906
41286
  "name": "next",
40907
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/vuetify/src/components/VStepper/VStepperItem.tsx#L26-L33.json))",
41287
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/vuetify/src/components/VStepper/VStepperItem.tsx#L26-L33.json))",
40908
41288
  "doc-url": "https://vuetifyjs.com/api/v-stepper-vertical-item#slots",
40909
41289
  "vue-properties": [
40910
41290
  {
@@ -40935,7 +41315,7 @@
40935
41315
  },
40936
41316
  {
40937
41317
  "name": "actions",
40938
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VStepperVerticalItem.json))",
41318
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VStepperVerticalItem.json))",
40939
41319
  "doc-url": "https://vuetifyjs.com/api/v-stepper-vertical-item#slots"
40940
41320
  }
40941
41321
  ],
@@ -41444,7 +41824,7 @@
41444
41824
  "doc-url": "https://vuetifyjs.com/api/VSwitch#props",
41445
41825
  "value": {
41446
41826
  "kind": "expression",
41447
- "type": "| 'input'\n | 'blur'\n | 'submit'\n | 'input lazy'\n | 'blur lazy'\n | 'submit lazy'\n | 'lazy input'\n | 'lazy blur'\n | 'lazy submit'\n | 'lazy'"
41827
+ "type": "| 'input'\n | 'blur'\n | 'submit'\n | 'invalid-input'\n | 'input lazy'\n | 'blur lazy'\n | 'submit lazy'\n | 'invalid-input lazy'\n | 'input eager'\n | 'blur eager'\n | 'submit eager'\n | 'invalid-input eager'\n | 'lazy input'\n | 'lazy blur'\n | 'lazy submit'\n | 'lazy invalid-input'\n | 'eager input'\n | 'eager blur'\n | 'eager submit'\n | 'eager invalid-input'\n | 'lazy'\n | 'eager'"
41448
41828
  }
41449
41829
  },
41450
41830
  {
@@ -42100,6 +42480,15 @@
42100
42480
  "type": "'horizontal' | 'vertical'"
42101
42481
  }
42102
42482
  },
42483
+ {
42484
+ "name": "activeColor",
42485
+ "description": "The applied color when the component is in an active state.",
42486
+ "doc-url": "https://vuetifyjs.com/api/VTab#props",
42487
+ "value": {
42488
+ "kind": "expression",
42489
+ "type": "string"
42490
+ }
42491
+ },
42103
42492
  {
42104
42493
  "name": "baseColor",
42105
42494
  "description": "Sets the color of component when not focused.",
@@ -42831,7 +43220,7 @@
42831
43220
  },
42832
43221
  {
42833
43222
  "name": "tab",
42834
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/vuetify/src/components/VTabs/VTabs.tsx#L28-L30.json))",
43223
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/vuetify/src/components/VTabs/VTabs.tsx#L28-L30.json))",
42835
43224
  "doc-url": "https://vuetifyjs.com/api/v-tabs#slots",
42836
43225
  "vue-properties": [
42837
43226
  {
@@ -42853,12 +43242,12 @@
42853
43242
  },
42854
43243
  {
42855
43244
  "name": "window",
42856
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VTabs.json))",
43245
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VTabs.json))",
42857
43246
  "doc-url": "https://vuetifyjs.com/api/v-tabs#slots"
42858
43247
  },
42859
43248
  {
42860
43249
  "name": "[`tab.${string}`]",
42861
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/vuetify/src/components/VTabs/VTabs.tsx#L28-L30.json))",
43250
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/vuetify/src/components/VTabs/VTabs.tsx#L28-L30.json))",
42862
43251
  "doc-url": "https://vuetifyjs.com/api/v-tabs#slots",
42863
43252
  "vue-properties": [
42864
43253
  {
@@ -42869,7 +43258,7 @@
42869
43258
  },
42870
43259
  {
42871
43260
  "name": "[`item.${string}`]",
42872
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/vuetify/src/components/VTabs/VTabs.tsx#L28-L30.json))",
43261
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/vuetify/src/components/VTabs/VTabs.tsx#L28-L30.json))",
42873
43262
  "doc-url": "https://vuetifyjs.com/api/v-tabs#slots",
42874
43263
  "vue-properties": [
42875
43264
  {
@@ -43405,7 +43794,7 @@
43405
43794
  "doc-url": "https://vuetifyjs.com/api/VTextField#props",
43406
43795
  "value": {
43407
43796
  "kind": "expression",
43408
- "type": "| 'blur'\n | 'input'\n | 'submit'\n | 'blur lazy'\n | 'input lazy'\n | 'submit lazy'\n | 'lazy blur'\n | 'lazy input'\n | 'lazy submit'\n | 'lazy'"
43797
+ "type": "| 'blur'\n | 'input'\n | 'submit'\n | 'invalid-input'\n | 'blur lazy'\n | 'input lazy'\n | 'submit lazy'\n | 'invalid-input lazy'\n | 'blur eager'\n | 'input eager'\n | 'submit eager'\n | 'invalid-input eager'\n | 'lazy blur'\n | 'lazy input'\n | 'lazy submit'\n | 'lazy invalid-input'\n | 'eager blur'\n | 'eager input'\n | 'eager submit'\n | 'eager invalid-input'\n | 'lazy'\n | 'eager'"
43409
43798
  }
43410
43799
  },
43411
43800
  {
@@ -44025,7 +44414,7 @@
44025
44414
  },
44026
44415
  {
44027
44416
  "name": "autofocus",
44028
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VTextarea.json))",
44417
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VTextarea.json))",
44029
44418
  "doc-url": "https://vuetifyjs.com/api/VTextarea#props",
44030
44419
  "default": "false",
44031
44420
  "value": {
@@ -44334,7 +44723,7 @@
44334
44723
  "doc-url": "https://vuetifyjs.com/api/VTextarea#props",
44335
44724
  "value": {
44336
44725
  "kind": "expression",
44337
- "type": "| 'blur'\n | 'input'\n | 'submit'\n | 'blur lazy'\n | 'input lazy'\n | 'submit lazy'\n | 'lazy blur'\n | 'lazy input'\n | 'lazy submit'\n | 'lazy'"
44726
+ "type": "| 'blur'\n | 'input'\n | 'submit'\n | 'invalid-input'\n | 'blur lazy'\n | 'input lazy'\n | 'submit lazy'\n | 'invalid-input lazy'\n | 'blur eager'\n | 'input eager'\n | 'submit eager'\n | 'invalid-input eager'\n | 'lazy blur'\n | 'lazy input'\n | 'lazy submit'\n | 'lazy invalid-input'\n | 'eager blur'\n | 'eager input'\n | 'eager submit'\n | 'eager invalid-input'\n | 'lazy'\n | 'eager'"
44338
44727
  }
44339
44728
  },
44340
44729
  {
@@ -44910,7 +45299,7 @@
44910
45299
  "attributes": [
44911
45300
  {
44912
45301
  "name": "withBackground",
44913
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VThemeProvider.json))",
45302
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VThemeProvider.json))",
44914
45303
  "doc-url": "https://vuetifyjs.com/api/VThemeProvider#props",
44915
45304
  "default": "false",
44916
45305
  "value": {
@@ -45040,7 +45429,7 @@
45040
45429
  },
45041
45430
  {
45042
45431
  "name": "useSeconds",
45043
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VTimePicker.json))",
45432
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VTimePicker.json))",
45044
45433
  "doc-url": "https://vuetifyjs.com/api/VTimePicker#props",
45045
45434
  "default": "false",
45046
45435
  "value": {
@@ -45307,7 +45696,7 @@
45307
45696
  },
45308
45697
  {
45309
45698
  "name": "actions",
45310
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VTimePicker.json))",
45699
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VTimePicker.json))",
45311
45700
  "doc-url": "https://vuetifyjs.com/api/v-time-picker#slots"
45312
45701
  },
45313
45702
  {
@@ -45332,7 +45721,7 @@
45332
45721
  "attributes": [
45333
45722
  {
45334
45723
  "name": "ampm",
45335
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VTimePickerClock.json))",
45724
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VTimePickerClock.json))",
45336
45725
  "doc-url": "https://vuetifyjs.com/api/VTimePickerClock#props",
45337
45726
  "default": "false",
45338
45727
  "value": {
@@ -45361,7 +45750,7 @@
45361
45750
  },
45362
45751
  {
45363
45752
  "name": "displayedValue",
45364
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VTimePickerClock.json))",
45753
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VTimePickerClock.json))",
45365
45754
  "doc-url": "https://vuetifyjs.com/api/VTimePickerClock#props",
45366
45755
  "value": {
45367
45756
  "kind": "expression",
@@ -45370,7 +45759,7 @@
45370
45759
  },
45371
45760
  {
45372
45761
  "name": "double",
45373
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VTimePickerClock.json))",
45762
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VTimePickerClock.json))",
45374
45763
  "doc-url": "https://vuetifyjs.com/api/VTimePickerClock#props",
45375
45764
  "default": "false",
45376
45765
  "value": {
@@ -45380,7 +45769,7 @@
45380
45769
  },
45381
45770
  {
45382
45771
  "name": "format",
45383
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VTimePickerClock.json))",
45772
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VTimePickerClock.json))",
45384
45773
  "doc-url": "https://vuetifyjs.com/api/VTimePickerClock#props",
45385
45774
  "value": {
45386
45775
  "kind": "expression",
@@ -45389,7 +45778,7 @@
45389
45778
  },
45390
45779
  {
45391
45780
  "name": "max",
45392
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VTimePickerClock.json))",
45781
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VTimePickerClock.json))",
45393
45782
  "doc-url": "https://vuetifyjs.com/api/VTimePickerClock#props",
45394
45783
  "value": {
45395
45784
  "kind": "expression",
@@ -45398,7 +45787,7 @@
45398
45787
  },
45399
45788
  {
45400
45789
  "name": "min",
45401
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VTimePickerClock.json))",
45790
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VTimePickerClock.json))",
45402
45791
  "doc-url": "https://vuetifyjs.com/api/VTimePickerClock#props",
45403
45792
  "value": {
45404
45793
  "kind": "expression",
@@ -45407,7 +45796,7 @@
45407
45796
  },
45408
45797
  {
45409
45798
  "name": "scrollable",
45410
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VTimePickerClock.json))",
45799
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VTimePickerClock.json))",
45411
45800
  "doc-url": "https://vuetifyjs.com/api/VTimePickerClock#props",
45412
45801
  "default": "false",
45413
45802
  "value": {
@@ -45417,7 +45806,7 @@
45417
45806
  },
45418
45807
  {
45419
45808
  "name": "readonly",
45420
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VTimePickerClock.json))",
45809
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VTimePickerClock.json))",
45421
45810
  "doc-url": "https://vuetifyjs.com/api/VTimePickerClock#props",
45422
45811
  "default": "false",
45423
45812
  "value": {
@@ -45427,7 +45816,7 @@
45427
45816
  },
45428
45817
  {
45429
45818
  "name": "rotate",
45430
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VTimePickerClock.json))",
45819
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VTimePickerClock.json))",
45431
45820
  "doc-url": "https://vuetifyjs.com/api/VTimePickerClock#props",
45432
45821
  "default": "0",
45433
45822
  "value": {
@@ -45437,7 +45826,7 @@
45437
45826
  },
45438
45827
  {
45439
45828
  "name": "step",
45440
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VTimePickerClock.json))",
45829
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VTimePickerClock.json))",
45441
45830
  "doc-url": "https://vuetifyjs.com/api/VTimePickerClock#props",
45442
45831
  "default": "1",
45443
45832
  "value": {
@@ -45456,7 +45845,7 @@
45456
45845
  },
45457
45846
  {
45458
45847
  "name": "allowedValues",
45459
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VTimePickerClock.json))",
45848
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VTimePickerClock.json))",
45460
45849
  "doc-url": "https://vuetifyjs.com/api/VTimePickerClock#props",
45461
45850
  "value": {
45462
45851
  "kind": "expression",
@@ -45467,7 +45856,7 @@
45467
45856
  "events": [
45468
45857
  {
45469
45858
  "name": "change",
45470
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VTimePickerClock.json))",
45859
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VTimePickerClock.json))",
45471
45860
  "doc-url": "https://vuetifyjs.com/api/v-time-picker-clock#events",
45472
45861
  "arguments": [
45473
45862
  {
@@ -45511,7 +45900,7 @@
45511
45900
  "attributes": [
45512
45901
  {
45513
45902
  "name": "ampm",
45514
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VTimePickerControls.json))",
45903
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VTimePickerControls.json))",
45515
45904
  "doc-url": "https://vuetifyjs.com/api/VTimePickerControls#props",
45516
45905
  "default": "false",
45517
45906
  "value": {
@@ -45521,7 +45910,7 @@
45521
45910
  },
45522
45911
  {
45523
45912
  "name": "ampmReadonly",
45524
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VTimePickerControls.json))",
45913
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VTimePickerControls.json))",
45525
45914
  "doc-url": "https://vuetifyjs.com/api/VTimePickerControls#props",
45526
45915
  "default": "false",
45527
45916
  "value": {
@@ -45550,7 +45939,7 @@
45550
45939
  },
45551
45940
  {
45552
45941
  "name": "hour",
45553
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VTimePickerControls.json))",
45942
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VTimePickerControls.json))",
45554
45943
  "doc-url": "https://vuetifyjs.com/api/VTimePickerControls#props",
45555
45944
  "value": {
45556
45945
  "kind": "expression",
@@ -45559,7 +45948,7 @@
45559
45948
  },
45560
45949
  {
45561
45950
  "name": "minute",
45562
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VTimePickerControls.json))",
45951
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VTimePickerControls.json))",
45563
45952
  "doc-url": "https://vuetifyjs.com/api/VTimePickerControls#props",
45564
45953
  "value": {
45565
45954
  "kind": "expression",
@@ -45568,7 +45957,7 @@
45568
45957
  },
45569
45958
  {
45570
45959
  "name": "second",
45571
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VTimePickerControls.json))",
45960
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VTimePickerControls.json))",
45572
45961
  "doc-url": "https://vuetifyjs.com/api/VTimePickerControls#props",
45573
45962
  "value": {
45574
45963
  "kind": "expression",
@@ -45577,7 +45966,7 @@
45577
45966
  },
45578
45967
  {
45579
45968
  "name": "period",
45580
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VTimePickerControls.json))",
45969
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VTimePickerControls.json))",
45581
45970
  "doc-url": "https://vuetifyjs.com/api/VTimePickerControls#props",
45582
45971
  "value": {
45583
45972
  "kind": "expression",
@@ -45586,7 +45975,7 @@
45586
45975
  },
45587
45976
  {
45588
45977
  "name": "readonly",
45589
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VTimePickerControls.json))",
45978
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VTimePickerControls.json))",
45590
45979
  "doc-url": "https://vuetifyjs.com/api/VTimePickerControls#props",
45591
45980
  "default": "false",
45592
45981
  "value": {
@@ -45596,7 +45985,7 @@
45596
45985
  },
45597
45986
  {
45598
45987
  "name": "useSeconds",
45599
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VTimePickerControls.json))",
45988
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VTimePickerControls.json))",
45600
45989
  "doc-url": "https://vuetifyjs.com/api/VTimePickerControls#props",
45601
45990
  "default": "false",
45602
45991
  "value": {
@@ -45606,7 +45995,7 @@
45606
45995
  },
45607
45996
  {
45608
45997
  "name": "selecting",
45609
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VTimePickerControls.json))",
45998
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VTimePickerControls.json))",
45610
45999
  "doc-url": "https://vuetifyjs.com/api/VTimePickerControls#props",
45611
46000
  "value": {
45612
46001
  "kind": "expression",
@@ -45615,7 +46004,7 @@
45615
46004
  },
45616
46005
  {
45617
46006
  "name": "value",
45618
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VTimePickerControls.json))",
46007
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VTimePickerControls.json))",
45619
46008
  "doc-url": "https://vuetifyjs.com/api/VTimePickerControls#props",
45620
46009
  "value": {
45621
46010
  "kind": "expression",
@@ -45626,7 +46015,7 @@
45626
46015
  "events": [
45627
46016
  {
45628
46017
  "name": "update:period",
45629
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VTimePickerControls.json))",
46018
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VTimePickerControls.json))",
45630
46019
  "doc-url": "https://vuetifyjs.com/api/v-time-picker-controls#events",
45631
46020
  "arguments": [
45632
46021
  {
@@ -45637,7 +46026,7 @@
45637
46026
  },
45638
46027
  {
45639
46028
  "name": "update:selecting",
45640
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VTimePickerControls.json))",
46029
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VTimePickerControls.json))",
45641
46030
  "doc-url": "https://vuetifyjs.com/api/v-time-picker-controls#events",
45642
46031
  "arguments": [
45643
46032
  {
@@ -46932,7 +47321,7 @@
46932
47321
  },
46933
47322
  {
46934
47323
  "name": "collapseIcon",
46935
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VList.json))",
47324
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VList.json))",
46936
47325
  "doc-url": "https://vuetifyjs.com/api/VTreeview#props",
46937
47326
  "default": "'$treeviewCollapse'",
46938
47327
  "value": {
@@ -47445,7 +47834,7 @@
47445
47834
  },
47446
47835
  {
47447
47836
  "name": "fluid",
47448
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VListGroup.json))",
47837
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VListGroup.json))",
47449
47838
  "doc-url": "https://vuetifyjs.com/api/VTreeviewGroup#props",
47450
47839
  "default": "false",
47451
47840
  "value": {
@@ -47539,7 +47928,7 @@
47539
47928
  },
47540
47929
  {
47541
47930
  "name": "loading",
47542
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VTreeviewItem.json))",
47931
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VTreeviewItem.json))",
47543
47932
  "doc-url": "https://vuetifyjs.com/api/VTreeviewItem#props",
47544
47933
  "default": "false",
47545
47934
  "value": {
@@ -47549,7 +47938,7 @@
47549
47938
  },
47550
47939
  {
47551
47940
  "name": "toggleIcon",
47552
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VTreeviewItem.json))",
47941
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VTreeviewItem.json))",
47553
47942
  "doc-url": "https://vuetifyjs.com/api/VTreeviewItem#props",
47554
47943
  "value": {
47555
47944
  "kind": "expression",
@@ -47631,7 +48020,7 @@
47631
48020
  },
47632
48021
  {
47633
48022
  "name": "nav",
47634
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VListItem.json))",
48023
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VListItem.json))",
47635
48024
  "doc-url": "https://vuetifyjs.com/api/VTreeviewItem#props",
47636
48025
  "default": "false",
47637
48026
  "value": {
@@ -47678,7 +48067,7 @@
47678
48067
  },
47679
48068
  {
47680
48069
  "name": "slim",
47681
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VListItem.json))",
48070
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VListItem.json))",
47682
48071
  "doc-url": "https://vuetifyjs.com/api/VTreeviewItem#props",
47683
48072
  "default": "true",
47684
48073
  "value": {
@@ -47866,7 +48255,7 @@
47866
48255
  },
47867
48256
  {
47868
48257
  "name": "lines",
47869
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VListItem.json))",
48258
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VListItem.json))",
47870
48259
  "doc-url": "https://vuetifyjs.com/api/VTreeviewItem#props",
47871
48260
  "default": "false",
47872
48261
  "value": {
@@ -47889,7 +48278,7 @@
47889
48278
  },
47890
48279
  {
47891
48280
  "name": "clickOnce",
47892
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VTreeviewItem.json))",
48281
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VTreeviewItem.json))",
47893
48282
  "doc-url": "https://vuetifyjs.com/api/v-treeview-item#events",
47894
48283
  "arguments": [
47895
48284
  {
@@ -48099,7 +48488,7 @@
48099
48488
  "doc-url": "https://vuetifyjs.com/api/VValidation#props",
48100
48489
  "value": {
48101
48490
  "kind": "expression",
48102
- "type": "| 'blur'\n | 'input'\n | 'submit'\n | 'blur lazy'\n | 'input lazy'\n | 'submit lazy'\n | 'lazy blur'\n | 'lazy input'\n | 'lazy submit'\n | 'lazy'"
48491
+ "type": "| 'blur'\n | 'input'\n | 'submit'\n | 'invalid-input'\n | 'blur lazy'\n | 'input lazy'\n | 'submit lazy'\n | 'invalid-input lazy'\n | 'blur eager'\n | 'input eager'\n | 'submit eager'\n | 'invalid-input eager'\n | 'lazy blur'\n | 'lazy input'\n | 'lazy submit'\n | 'lazy invalid-input'\n | 'eager blur'\n | 'eager input'\n | 'eager submit'\n | 'eager invalid-input'\n | 'lazy'\n | 'eager'"
48103
48492
  }
48104
48493
  },
48105
48494
  {