@vuetify/nightly 3.6.1-master.2024-05-01 → 3.6.3-dev.2024-05-06

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 (65) hide show
  1. package/CHANGELOG.md +8 -3
  2. package/dist/json/attributes.json +95 -91
  3. package/dist/json/importMap-labs.json +22 -22
  4. package/dist/json/importMap.json +120 -120
  5. package/dist/json/tags.json +1 -0
  6. package/dist/json/web-types.json +202 -191
  7. package/dist/vuetify-labs.css +2399 -2378
  8. package/dist/vuetify-labs.d.ts +281 -233
  9. package/dist/vuetify-labs.esm.js +22 -14
  10. package/dist/vuetify-labs.esm.js.map +1 -1
  11. package/dist/vuetify-labs.js +22 -14
  12. package/dist/vuetify-labs.min.css +2 -2
  13. package/dist/vuetify.css +1041 -1020
  14. package/dist/vuetify.d.ts +325 -277
  15. package/dist/vuetify.esm.js +22 -14
  16. package/dist/vuetify.esm.js.map +1 -1
  17. package/dist/vuetify.js +22 -14
  18. package/dist/vuetify.js.map +1 -1
  19. package/dist/vuetify.min.css +2 -2
  20. package/dist/vuetify.min.js +21 -22
  21. package/dist/vuetify.min.js.map +1 -1
  22. package/lib/components/VAlert/VAlert.css +3 -1
  23. package/lib/components/VAutocomplete/index.d.mts +18 -18
  24. package/lib/components/VAvatar/VAvatar.css +10 -1
  25. package/lib/components/VAvatar/VAvatar.mjs +6 -1
  26. package/lib/components/VAvatar/VAvatar.mjs.map +1 -1
  27. package/lib/components/VAvatar/VAvatar.sass +1 -0
  28. package/lib/components/VAvatar/_variables.scss +13 -0
  29. package/lib/components/VAvatar/index.d.mts +6 -0
  30. package/lib/components/VBottomSheet/index.d.mts +15 -9
  31. package/lib/components/VBtn/VBtn.css +3 -1
  32. package/lib/components/VCard/VCard.css +3 -1
  33. package/lib/components/VChip/VChip.css +3 -1
  34. package/lib/components/VCombobox/index.d.mts +18 -18
  35. package/lib/components/VDataTable/VDataTableHeaders.mjs +2 -0
  36. package/lib/components/VDataTable/VDataTableHeaders.mjs.map +1 -1
  37. package/lib/components/VDataTable/composables/select.mjs +7 -8
  38. package/lib/components/VDataTable/composables/select.mjs.map +1 -1
  39. package/lib/components/VDialog/index.d.mts +33 -27
  40. package/lib/components/VFileInput/VFileInput.mjs.map +1 -1
  41. package/lib/components/VFileInput/index.d.mts +6 -6
  42. package/lib/components/VHover/VHover.mjs +1 -1
  43. package/lib/components/VHover/VHover.mjs.map +1 -1
  44. package/lib/components/VHover/index.d.mts +24 -24
  45. package/lib/components/VList/VListItem.css +3 -1
  46. package/lib/components/VMenu/index.d.mts +33 -27
  47. package/lib/components/VOverlay/VOverlay.mjs +5 -2
  48. package/lib/components/VOverlay/VOverlay.mjs.map +1 -1
  49. package/lib/components/VOverlay/index.d.mts +15 -9
  50. package/lib/components/VSelect/index.d.mts +18 -18
  51. package/lib/components/VSnackbar/VSnackbar.css +3 -1
  52. package/lib/components/VSnackbar/VSnackbar.mjs.map +1 -1
  53. package/lib/components/VSnackbar/index.d.mts +47 -41
  54. package/lib/components/VSpeedDial/index.d.mts +15 -9
  55. package/lib/components/VTooltip/index.d.mts +33 -27
  56. package/lib/components/index.d.mts +281 -233
  57. package/lib/entry-bundler.mjs +1 -1
  58. package/lib/entry-bundler.mjs.map +1 -1
  59. package/lib/framework.mjs +1 -1
  60. package/lib/framework.mjs.map +1 -1
  61. package/lib/index.d.mts +44 -44
  62. package/lib/labs/VSnackbarQueue/index.d.mts +47 -41
  63. package/lib/labs/components.d.mts +47 -41
  64. package/lib/styles/tools/_variant.sass +3 -1
  65. 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.1-master.2024-05-01",
5
+ "version": "3.6.3-dev.2024-05-06",
6
6
  "contributions": {
7
7
  "html": {
8
8
  "types-syntax": "typescript",
@@ -2454,6 +2454,16 @@
2454
2454
  "type": "string"
2455
2455
  }
2456
2456
  },
2457
+ {
2458
+ "name": "border",
2459
+ "description": "Designates the **border-radius** applied to the component. This can be **xs**, **sm**, **md**, **lg**, **xl**.",
2460
+ "doc-url": "https://vuetifyjs.com/api/VAvatar#props",
2461
+ "default": "false",
2462
+ "value": {
2463
+ "kind": "expression",
2464
+ "type": "string | number | boolean"
2465
+ }
2466
+ },
2457
2467
  {
2458
2468
  "name": "density",
2459
2469
  "description": "Adjusts the vertical height used by the component.",
@@ -3343,7 +3353,7 @@
3343
3353
  },
3344
3354
  {
3345
3355
  "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))",
3356
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VBottomNavigation.json))",
3347
3357
  "doc-url": "https://vuetifyjs.com/api/v-bottom-navigation#events",
3348
3358
  "arguments": [
3349
3359
  {
@@ -3504,7 +3514,7 @@
3504
3514
  "name": "modelValue",
3505
3515
  "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array.",
3506
3516
  "doc-url": "https://vuetifyjs.com/api/VBottomSheet#props",
3507
- "default": "false",
3517
+ "default": "null",
3508
3518
  "value": {
3509
3519
  "kind": "expression",
3510
3520
  "type": "boolean"
@@ -5248,7 +5258,7 @@
5248
5258
  },
5249
5259
  {
5250
5260
  "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))",
5261
+ "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
5262
  "doc-url": "https://vuetifyjs.com/api/v-calendar#slots",
5253
5263
  "vue-properties": [
5254
5264
  {
@@ -5777,7 +5787,7 @@
5777
5787
  },
5778
5788
  {
5779
5789
  "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))",
5790
+ "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
5791
  "doc-url": "https://vuetifyjs.com/api/v-calendar-month-day#slots",
5782
5792
  "vue-properties": [
5783
5793
  {
@@ -6823,7 +6833,7 @@
6823
6833
  },
6824
6834
  {
6825
6835
  "name": "lazySrc",
6826
- "description": "Something to show while waiting for the main image to load, typically a small base64-encoded thumbnail. Has a slight blur filter applied.\n\nUse [vuetify-loader](https://github.com/vuetifyjs/vuetify-loader) to generate automatically. NOTE: This prop has no effect unless either `height` or `aspect-ratio` are provided.",
6836
+ "description": "Something to show while waiting for the main image to load, typically a small base64-encoded thumbnail. Has a slight blur filter applied. \nNOTE: This prop has no effect unless either `height` or `aspect-ratio` are provided.",
6827
6837
  "doc-url": "https://vuetifyjs.com/api/VCarouselItem#props",
6828
6838
  "value": {
6829
6839
  "kind": "expression",
@@ -8442,7 +8452,7 @@
8442
8452
  },
8443
8453
  {
8444
8454
  "name": "clickOnce",
8445
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VChip.json))",
8455
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VChip.json))",
8446
8456
  "doc-url": "https://vuetifyjs.com/api/v-chip#events",
8447
8457
  "arguments": [
8448
8458
  {
@@ -10675,7 +10685,7 @@
10675
10685
  },
10676
10686
  {
10677
10687
  "name": "save",
10678
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VConfirmEdit.json))",
10688
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VConfirmEdit.json))",
10679
10689
  "doc-url": "https://vuetifyjs.com/api/v-confirm-edit#events",
10680
10690
  "arguments": [
10681
10691
  {
@@ -11201,7 +11211,7 @@
11201
11211
  },
11202
11212
  {
11203
11213
  "name": "update:currentItems",
11204
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VDataIterator.json))",
11214
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VDataIterator.json))",
11205
11215
  "doc-url": "https://vuetifyjs.com/api/v-data-iterator#events",
11206
11216
  "arguments": [
11207
11217
  {
@@ -12142,7 +12152,7 @@
12142
12152
  },
12143
12153
  {
12144
12154
  "name": "update:currentItems",
12145
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VDataTable.json))",
12155
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VDataTable.json))",
12146
12156
  "doc-url": "https://vuetifyjs.com/api/v-data-table#events",
12147
12157
  "arguments": [
12148
12158
  {
@@ -12234,7 +12244,7 @@
12234
12244
  },
12235
12245
  {
12236
12246
  "name": "header.data-table-expand",
12237
- "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))",
12247
+ "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))",
12238
12248
  "doc-url": "https://vuetifyjs.com/api/v-data-table#slots",
12239
12249
  "vue-properties": [
12240
12250
  {
@@ -12336,7 +12346,7 @@
12336
12346
  },
12337
12347
  {
12338
12348
  "name": "headers",
12339
- "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))",
12349
+ "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))",
12340
12350
  "doc-url": "https://vuetifyjs.com/api/v-data-table#slots",
12341
12351
  "vue-properties": [
12342
12352
  {
@@ -12758,7 +12768,7 @@
12758
12768
  },
12759
12769
  {
12760
12770
  "name": "tbody",
12761
- "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))",
12771
+ "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))",
12762
12772
  "doc-url": "https://vuetifyjs.com/api/v-data-table#slots",
12763
12773
  "vue-properties": [
12764
12774
  {
@@ -12849,7 +12859,7 @@
12849
12859
  },
12850
12860
  {
12851
12861
  "name": "thead",
12852
- "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))",
12862
+ "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))",
12853
12863
  "doc-url": "https://vuetifyjs.com/api/v-data-table#slots",
12854
12864
  "vue-properties": [
12855
12865
  {
@@ -12940,7 +12950,7 @@
12940
12950
  },
12941
12951
  {
12942
12952
  "name": "tfoot",
12943
- "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))",
12953
+ "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))",
12944
12954
  "doc-url": "https://vuetifyjs.com/api/v-data-table#slots",
12945
12955
  "vue-properties": [
12946
12956
  {
@@ -13314,7 +13324,7 @@
13314
13324
  },
13315
13325
  {
13316
13326
  "name": "[`header.${string}`]",
13317
- "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))",
13327
+ "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))",
13318
13328
  "doc-url": "https://vuetifyjs.com/api/v-data-table#slots",
13319
13329
  "vue-properties": [
13320
13330
  {
@@ -13370,7 +13380,7 @@
13370
13380
  "slots": [
13371
13381
  {
13372
13382
  "name": "[string]",
13373
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VDataTableFooter.json))",
13383
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VDataTableFooter.json))",
13374
13384
  "doc-url": "https://vuetifyjs.com/api/v-data-table-footer#slots"
13375
13385
  }
13376
13386
  ],
@@ -13409,7 +13419,7 @@
13409
13419
  },
13410
13420
  {
13411
13421
  "name": "multiSort",
13412
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VDataTableHeaders.json))",
13422
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VDataTableHeaders.json))",
13413
13423
  "doc-url": "https://vuetifyjs.com/api/VDataTableHeaders#props",
13414
13424
  "default": "false",
13415
13425
  "value": {
@@ -13439,7 +13449,7 @@
13439
13449
  },
13440
13450
  {
13441
13451
  "name": "headerProps",
13442
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VDataTableHeaders.json))",
13452
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VDataTableHeaders.json))",
13443
13453
  "doc-url": "https://vuetifyjs.com/api/VDataTableHeaders#props",
13444
13454
  "value": {
13445
13455
  "kind": "expression",
@@ -13480,7 +13490,7 @@
13480
13490
  "slots": [
13481
13491
  {
13482
13492
  "name": "headers",
13483
- "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))",
13493
+ "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))",
13484
13494
  "doc-url": "https://vuetifyjs.com/api/v-data-table-headers#slots",
13485
13495
  "vue-properties": [
13486
13496
  {
@@ -13538,7 +13548,7 @@
13538
13548
  },
13539
13549
  {
13540
13550
  "name": "header.data-table-select",
13541
- "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))",
13551
+ "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))",
13542
13552
  "doc-url": "https://vuetifyjs.com/api/v-data-table-headers#slots",
13543
13553
  "vue-properties": [
13544
13554
  {
@@ -13577,7 +13587,7 @@
13577
13587
  },
13578
13588
  {
13579
13589
  "name": "header.data-table-expand",
13580
- "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))",
13590
+ "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))",
13581
13591
  "doc-url": "https://vuetifyjs.com/api/v-data-table-headers#slots",
13582
13592
  "vue-properties": [
13583
13593
  {
@@ -13616,7 +13626,7 @@
13616
13626
  },
13617
13627
  {
13618
13628
  "name": "[`header.${string}`]",
13619
- "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))",
13629
+ "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))",
13620
13630
  "doc-url": "https://vuetifyjs.com/api/v-data-table-headers#slots",
13621
13631
  "vue-properties": [
13622
13632
  {
@@ -13670,7 +13680,7 @@
13670
13680
  "attributes": [
13671
13681
  {
13672
13682
  "name": "cellProps",
13673
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VDataTableRow.json))",
13683
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VDataTableRow.json))",
13674
13684
  "doc-url": "https://vuetifyjs.com/api/VDataTableRow#props",
13675
13685
  "value": {
13676
13686
  "kind": "expression",
@@ -13729,7 +13739,7 @@
13729
13739
  },
13730
13740
  {
13731
13741
  "name": "contextmenu",
13732
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VDataTableRow.json))",
13742
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VDataTableRow.json))",
13733
13743
  "doc-url": "https://vuetifyjs.com/api/v-data-table-row#events",
13734
13744
  "arguments": [
13735
13745
  {
@@ -13740,7 +13750,7 @@
13740
13750
  },
13741
13751
  {
13742
13752
  "name": "dblclick",
13743
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VDataTableRow.json))",
13753
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VDataTableRow.json))",
13744
13754
  "doc-url": "https://vuetifyjs.com/api/v-data-table-row#events",
13745
13755
  "arguments": [
13746
13756
  {
@@ -13753,17 +13763,17 @@
13753
13763
  "slots": [
13754
13764
  {
13755
13765
  "name": "item.data-table-select",
13756
- "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))",
13766
+ "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))",
13757
13767
  "doc-url": "https://vuetifyjs.com/api/v-data-table-row#slots"
13758
13768
  },
13759
13769
  {
13760
13770
  "name": "item.data-table-expand",
13761
- "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))",
13771
+ "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))",
13762
13772
  "doc-url": "https://vuetifyjs.com/api/v-data-table-row#slots"
13763
13773
  },
13764
13774
  {
13765
13775
  "name": "header.data-table-select",
13766
- "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))",
13776
+ "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))",
13767
13777
  "doc-url": "https://vuetifyjs.com/api/v-data-table-row#slots",
13768
13778
  "vue-properties": [
13769
13779
  {
@@ -13802,7 +13812,7 @@
13802
13812
  },
13803
13813
  {
13804
13814
  "name": "header.data-table-expand",
13805
- "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))",
13815
+ "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))",
13806
13816
  "doc-url": "https://vuetifyjs.com/api/v-data-table-row#slots",
13807
13817
  "vue-properties": [
13808
13818
  {
@@ -13841,12 +13851,12 @@
13841
13851
  },
13842
13852
  {
13843
13853
  "name": "[`item.${string}`]",
13844
- "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))",
13854
+ "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))",
13845
13855
  "doc-url": "https://vuetifyjs.com/api/v-data-table-row#slots"
13846
13856
  },
13847
13857
  {
13848
13858
  "name": "[`header.${string}`]",
13849
- "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))",
13859
+ "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))",
13850
13860
  "doc-url": "https://vuetifyjs.com/api/v-data-table-row#slots",
13851
13861
  "vue-properties": [
13852
13862
  {
@@ -14030,7 +14040,7 @@
14030
14040
  },
14031
14041
  {
14032
14042
  "name": "header.data-table-select",
14033
- "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))",
14043
+ "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))",
14034
14044
  "doc-url": "https://vuetifyjs.com/api/v-data-table-rows#slots",
14035
14045
  "vue-properties": [
14036
14046
  {
@@ -14069,7 +14079,7 @@
14069
14079
  },
14070
14080
  {
14071
14081
  "name": "header.data-table-expand",
14072
- "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))",
14082
+ "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))",
14073
14083
  "doc-url": "https://vuetifyjs.com/api/v-data-table-rows#slots",
14074
14084
  "vue-properties": [
14075
14085
  {
@@ -14171,12 +14181,12 @@
14171
14181
  },
14172
14182
  {
14173
14183
  "name": "[`item.${string}`]",
14174
- "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))",
14184
+ "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))",
14175
14185
  "doc-url": "https://vuetifyjs.com/api/v-data-table-rows#slots"
14176
14186
  },
14177
14187
  {
14178
14188
  "name": "[`header.${string}`]",
14179
- "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))",
14189
+ "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))",
14180
14190
  "doc-url": "https://vuetifyjs.com/api/v-data-table-rows#slots",
14181
14191
  "vue-properties": [
14182
14192
  {
@@ -14239,7 +14249,7 @@
14239
14249
  },
14240
14250
  {
14241
14251
  "name": "headerProps",
14242
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VDataTableHeaders.json))",
14252
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VDataTableHeaders.json))",
14243
14253
  "doc-url": "https://vuetifyjs.com/api/VDataTableServer#props",
14244
14254
  "value": {
14245
14255
  "kind": "expression",
@@ -14878,7 +14888,7 @@
14878
14888
  },
14879
14889
  {
14880
14890
  "name": "header.data-table-select",
14881
- "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))",
14891
+ "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))",
14882
14892
  "doc-url": "https://vuetifyjs.com/api/v-data-table-server#slots",
14883
14893
  "vue-properties": [
14884
14894
  {
@@ -14917,7 +14927,7 @@
14917
14927
  },
14918
14928
  {
14919
14929
  "name": "header.data-table-expand",
14920
- "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))",
14930
+ "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))",
14921
14931
  "doc-url": "https://vuetifyjs.com/api/v-data-table-server#slots",
14922
14932
  "vue-properties": [
14923
14933
  {
@@ -15805,7 +15815,7 @@
15805
15815
  },
15806
15816
  {
15807
15817
  "name": "body.prepend",
15808
- "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))",
15818
+ "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))",
15809
15819
  "doc-url": "https://vuetifyjs.com/api/v-data-table-server#slots",
15810
15820
  "vue-properties": [
15811
15821
  {
@@ -15896,7 +15906,7 @@
15896
15906
  },
15897
15907
  {
15898
15908
  "name": "body.append",
15899
- "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))",
15909
+ "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))",
15900
15910
  "doc-url": "https://vuetifyjs.com/api/v-data-table-server#slots",
15901
15911
  "vue-properties": [
15902
15912
  {
@@ -15997,7 +16007,7 @@
15997
16007
  },
15998
16008
  {
15999
16009
  "name": "[`header.${string}`]",
16000
- "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))",
16010
+ "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))",
16001
16011
  "doc-url": "https://vuetifyjs.com/api/v-data-table-server#slots",
16002
16012
  "vue-properties": [
16003
16013
  {
@@ -16060,7 +16070,7 @@
16060
16070
  },
16061
16071
  {
16062
16072
  "name": "headerProps",
16063
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VDataTableHeaders.json))",
16073
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VDataTableHeaders.json))",
16064
16074
  "doc-url": "https://vuetifyjs.com/api/VDataTableVirtual#props",
16065
16075
  "value": {
16066
16076
  "kind": "expression",
@@ -16585,7 +16595,7 @@
16585
16595
  },
16586
16596
  {
16587
16597
  "name": "header.data-table-select",
16588
- "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))",
16598
+ "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))",
16589
16599
  "doc-url": "https://vuetifyjs.com/api/v-data-table-virtual#slots",
16590
16600
  "vue-properties": [
16591
16601
  {
@@ -16624,7 +16634,7 @@
16624
16634
  },
16625
16635
  {
16626
16636
  "name": "header.data-table-expand",
16627
- "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))",
16637
+ "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))",
16628
16638
  "doc-url": "https://vuetifyjs.com/api/v-data-table-virtual#slots",
16629
16639
  "vue-properties": [
16630
16640
  {
@@ -17009,7 +17019,7 @@
17009
17019
  },
17010
17020
  {
17011
17021
  "name": "body.prepend",
17012
- "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#L33-L39.json))",
17022
+ "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#L33-L39.json))",
17013
17023
  "doc-url": "https://vuetifyjs.com/api/v-data-table-virtual#slots",
17014
17024
  "vue-properties": [
17015
17025
  {
@@ -17084,7 +17094,7 @@
17084
17094
  },
17085
17095
  {
17086
17096
  "name": "body.append",
17087
- "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#L33-L39.json))",
17097
+ "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#L33-L39.json))",
17088
17098
  "doc-url": "https://vuetifyjs.com/api/v-data-table-virtual#slots",
17089
17099
  "vue-properties": [
17090
17100
  {
@@ -17164,7 +17174,7 @@
17164
17174
  },
17165
17175
  {
17166
17176
  "name": "[`header.${string}`]",
17167
- "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))",
17177
+ "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))",
17168
17178
  "doc-url": "https://vuetifyjs.com/api/v-data-table-virtual#slots",
17169
17179
  "vue-properties": [
17170
17180
  {
@@ -17228,7 +17238,7 @@
17228
17238
  },
17229
17239
  {
17230
17240
  "name": "hideActions",
17231
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VDateInput.json))",
17241
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VDateInput.json))",
17232
17242
  "doc-url": "https://vuetifyjs.com/api/VDateInput#props",
17233
17243
  "default": "false",
17234
17244
  "value": {
@@ -18583,7 +18593,7 @@
18583
18593
  },
18584
18594
  {
18585
18595
  "name": "update:month",
18586
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VDatePicker.json))",
18596
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VDatePicker.json))",
18587
18597
  "doc-url": "https://vuetifyjs.com/api/v-date-picker#events",
18588
18598
  "arguments": [
18589
18599
  {
@@ -18594,7 +18604,7 @@
18594
18604
  },
18595
18605
  {
18596
18606
  "name": "update:year",
18597
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VDatePicker.json))",
18607
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VDatePicker.json))",
18598
18608
  "doc-url": "https://vuetifyjs.com/api/v-date-picker#events",
18599
18609
  "arguments": [
18600
18610
  {
@@ -18605,7 +18615,7 @@
18605
18615
  },
18606
18616
  {
18607
18617
  "name": "update:viewMode",
18608
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VDatePicker.json))",
18618
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VDatePicker.json))",
18609
18619
  "doc-url": "https://vuetifyjs.com/api/v-date-picker#events",
18610
18620
  "arguments": [
18611
18621
  {
@@ -18623,7 +18633,7 @@
18623
18633
  },
18624
18634
  {
18625
18635
  "name": "actions",
18626
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VDatePicker.json))",
18636
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VDatePicker.json))",
18627
18637
  "doc-url": "https://vuetifyjs.com/api/v-date-picker#slots"
18628
18638
  },
18629
18639
  {
@@ -18633,7 +18643,7 @@
18633
18643
  },
18634
18644
  {
18635
18645
  "name": "header",
18636
- "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))",
18646
+ "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))",
18637
18647
  "doc-url": "https://vuetifyjs.com/api/v-date-picker#slots",
18638
18648
  "vue-properties": [
18639
18649
  {
@@ -18682,7 +18692,7 @@
18682
18692
  },
18683
18693
  {
18684
18694
  "name": "nextIcon",
18685
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VDatePickerControls.json))",
18695
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VDatePickerControls.json))",
18686
18696
  "doc-url": "https://vuetifyjs.com/api/VDatePickerControls#props",
18687
18697
  "default": "'$next'",
18688
18698
  "value": {
@@ -18692,7 +18702,7 @@
18692
18702
  },
18693
18703
  {
18694
18704
  "name": "prevIcon",
18695
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VDatePickerControls.json))",
18705
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VDatePickerControls.json))",
18696
18706
  "doc-url": "https://vuetifyjs.com/api/VDatePickerControls#props",
18697
18707
  "default": "'$prev'",
18698
18708
  "value": {
@@ -18702,7 +18712,7 @@
18702
18712
  },
18703
18713
  {
18704
18714
  "name": "modeIcon",
18705
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VDatePickerControls.json))",
18715
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VDatePickerControls.json))",
18706
18716
  "doc-url": "https://vuetifyjs.com/api/VDatePickerControls#props",
18707
18717
  "default": "'$subgroup'",
18708
18718
  "value": {
@@ -18721,7 +18731,7 @@
18721
18731
  },
18722
18732
  {
18723
18733
  "name": "viewMode",
18724
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VDatePickerControls.json))",
18734
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VDatePickerControls.json))",
18725
18735
  "doc-url": "https://vuetifyjs.com/api/VDatePickerControls#props",
18726
18736
  "default": "'month'",
18727
18737
  "value": {
@@ -18733,7 +18743,7 @@
18733
18743
  "events": [
18734
18744
  {
18735
18745
  "name": "click:year",
18736
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VDatePickerControls.json))",
18746
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VDatePickerControls.json))",
18737
18747
  "doc-url": "https://vuetifyjs.com/api/v-date-picker-controls#events",
18738
18748
  "arguments": [
18739
18749
  {
@@ -18744,7 +18754,7 @@
18744
18754
  },
18745
18755
  {
18746
18756
  "name": "click:month",
18747
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VDatePickerControls.json))",
18757
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VDatePickerControls.json))",
18748
18758
  "doc-url": "https://vuetifyjs.com/api/v-date-picker-controls#events",
18749
18759
  "arguments": [
18750
18760
  {
@@ -18755,7 +18765,7 @@
18755
18765
  },
18756
18766
  {
18757
18767
  "name": "click:prev",
18758
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VDatePickerControls.json))",
18768
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VDatePickerControls.json))",
18759
18769
  "doc-url": "https://vuetifyjs.com/api/v-date-picker-controls#events",
18760
18770
  "arguments": [
18761
18771
  {
@@ -18766,7 +18776,7 @@
18766
18776
  },
18767
18777
  {
18768
18778
  "name": "click:next",
18769
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VDatePickerControls.json))",
18779
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VDatePickerControls.json))",
18770
18780
  "doc-url": "https://vuetifyjs.com/api/v-date-picker-controls#events",
18771
18781
  "arguments": [
18772
18782
  {
@@ -18777,7 +18787,7 @@
18777
18787
  },
18778
18788
  {
18779
18789
  "name": "click:text",
18780
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VDatePickerControls.json))",
18790
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VDatePickerControls.json))",
18781
18791
  "doc-url": "https://vuetifyjs.com/api/v-date-picker-controls#events",
18782
18792
  "arguments": [
18783
18793
  {
@@ -18828,7 +18838,7 @@
18828
18838
  },
18829
18839
  {
18830
18840
  "name": "header",
18831
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VDatePickerHeader.json))",
18841
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VDatePickerHeader.json))",
18832
18842
  "doc-url": "https://vuetifyjs.com/api/VDatePickerHeader#props",
18833
18843
  "value": {
18834
18844
  "kind": "expression",
@@ -18837,7 +18847,7 @@
18837
18847
  },
18838
18848
  {
18839
18849
  "name": "transition",
18840
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VDatePickerHeader.json))",
18850
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VDatePickerHeader.json))",
18841
18851
  "doc-url": "https://vuetifyjs.com/api/VDatePickerHeader#props",
18842
18852
  "value": {
18843
18853
  "kind": "expression",
@@ -18921,7 +18931,7 @@
18921
18931
  },
18922
18932
  {
18923
18933
  "name": "showWeek",
18924
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VDatePickerMonth.json))",
18934
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VDatePickerMonth.json))",
18925
18935
  "doc-url": "https://vuetifyjs.com/api/VDatePickerMonth#props",
18926
18936
  "default": "false",
18927
18937
  "value": {
@@ -18970,7 +18980,7 @@
18970
18980
  },
18971
18981
  {
18972
18982
  "name": "showAdjacentMonths",
18973
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/calendar.json))",
18983
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/calendar.json))",
18974
18984
  "doc-url": "https://vuetifyjs.com/api/VDatePickerMonth#props",
18975
18985
  "default": "false",
18976
18986
  "value": {
@@ -19009,7 +19019,7 @@
19009
19019
  },
19010
19020
  {
19011
19021
  "name": "allowedDates",
19012
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/calendar.json))",
19022
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/calendar.json))",
19013
19023
  "doc-url": "https://vuetifyjs.com/api/VDatePickerMonth#props",
19014
19024
  "value": {
19015
19025
  "kind": "expression",
@@ -19036,7 +19046,7 @@
19036
19046
  },
19037
19047
  {
19038
19048
  "name": "max",
19039
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/calendar.json))",
19049
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/calendar.json))",
19040
19050
  "doc-url": "https://vuetifyjs.com/api/VDatePickerMonth#props",
19041
19051
  "value": {
19042
19052
  "kind": "expression",
@@ -19045,7 +19055,7 @@
19045
19055
  },
19046
19056
  {
19047
19057
  "name": "min",
19048
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/calendar.json))",
19058
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/calendar.json))",
19049
19059
  "doc-url": "https://vuetifyjs.com/api/VDatePickerMonth#props",
19050
19060
  "value": {
19051
19061
  "kind": "expression",
@@ -19054,7 +19064,7 @@
19054
19064
  },
19055
19065
  {
19056
19066
  "name": "multiple",
19057
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VDatePickerMonth.json))",
19067
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VDatePickerMonth.json))",
19058
19068
  "doc-url": "https://vuetifyjs.com/api/VDatePickerMonth#props",
19059
19069
  "default": "false",
19060
19070
  "value": {
@@ -19077,7 +19087,7 @@
19077
19087
  },
19078
19088
  {
19079
19089
  "name": "update:month",
19080
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VDatePickerMonth.json))",
19090
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VDatePickerMonth.json))",
19081
19091
  "doc-url": "https://vuetifyjs.com/api/v-date-picker-month#events",
19082
19092
  "arguments": [
19083
19093
  {
@@ -19088,7 +19098,7 @@
19088
19098
  },
19089
19099
  {
19090
19100
  "name": "update:year",
19091
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VDatePickerMonth.json))",
19101
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VDatePickerMonth.json))",
19092
19102
  "doc-url": "https://vuetifyjs.com/api/v-date-picker-month#events",
19093
19103
  "arguments": [
19094
19104
  {
@@ -19101,7 +19111,7 @@
19101
19111
  "slots": [
19102
19112
  {
19103
19113
  "name": "day",
19104
- "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))",
19114
+ "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))",
19105
19115
  "doc-url": "https://vuetifyjs.com/api/v-date-picker-month#slots",
19106
19116
  "vue-properties": [
19107
19117
  {
@@ -19177,7 +19187,7 @@
19177
19187
  "slots": [
19178
19188
  {
19179
19189
  "name": "month",
19180
- "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#L17-L26.json))",
19190
+ "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#L17-L26.json))",
19181
19191
  "doc-url": "https://vuetifyjs.com/api/v-date-picker-months#slots",
19182
19192
  "vue-properties": [
19183
19193
  {
@@ -19238,7 +19248,7 @@
19238
19248
  },
19239
19249
  {
19240
19250
  "name": "min",
19241
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VDatePickerYears.json))",
19251
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VDatePickerYears.json))",
19242
19252
  "doc-url": "https://vuetifyjs.com/api/VDatePickerYears#props",
19243
19253
  "value": {
19244
19254
  "kind": "expression",
@@ -19247,7 +19257,7 @@
19247
19257
  },
19248
19258
  {
19249
19259
  "name": "max",
19250
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VDatePickerYears.json))",
19260
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VDatePickerYears.json))",
19251
19261
  "doc-url": "https://vuetifyjs.com/api/VDatePickerYears#props",
19252
19262
  "value": {
19253
19263
  "kind": "expression",
@@ -19271,7 +19281,7 @@
19271
19281
  "slots": [
19272
19282
  {
19273
19283
  "name": "year",
19274
- "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))",
19284
+ "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))",
19275
19285
  "doc-url": "https://vuetifyjs.com/api/v-date-picker-years#slots",
19276
19286
  "vue-properties": [
19277
19287
  {
@@ -19494,7 +19504,7 @@
19494
19504
  "name": "modelValue",
19495
19505
  "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array.",
19496
19506
  "doc-url": "https://vuetifyjs.com/api/VDialog#props",
19497
- "default": "false",
19507
+ "default": "null",
19498
19508
  "value": {
19499
19509
  "kind": "expression",
19500
19510
  "type": "boolean"
@@ -19982,7 +19992,7 @@
19982
19992
  "attributes": [
19983
19993
  {
19984
19994
  "name": "target",
19985
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-dialog-transition.json))",
19995
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/v-dialog-transition.json))",
19986
19996
  "doc-url": "https://vuetifyjs.com/api/VDialogTransition#props",
19987
19997
  "value": {
19988
19998
  "kind": "expression",
@@ -20588,7 +20598,7 @@
20588
20598
  },
20589
20599
  {
20590
20600
  "name": "focusable",
20591
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VExpansionPanelTitle.json))",
20601
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VExpansionPanelTitle.json))",
20592
20602
  "doc-url": "https://vuetifyjs.com/api/VExpansionPanel#props",
20593
20603
  "default": "false",
20594
20604
  "value": {
@@ -20598,7 +20608,7 @@
20598
20608
  },
20599
20609
  {
20600
20610
  "name": "static",
20601
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VExpansionPanelTitle.json))",
20611
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VExpansionPanelTitle.json))",
20602
20612
  "doc-url": "https://vuetifyjs.com/api/VExpansionPanel#props",
20603
20613
  "default": "false",
20604
20614
  "value": {
@@ -20755,7 +20765,7 @@
20755
20765
  },
20756
20766
  {
20757
20767
  "name": "focusable",
20758
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VExpansionPanelTitle.json))",
20768
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VExpansionPanelTitle.json))",
20759
20769
  "doc-url": "https://vuetifyjs.com/api/VExpansionPanelTitle#props",
20760
20770
  "default": "false",
20761
20771
  "value": {
@@ -20765,7 +20775,7 @@
20765
20775
  },
20766
20776
  {
20767
20777
  "name": "static",
20768
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VExpansionPanelTitle.json))",
20778
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VExpansionPanelTitle.json))",
20769
20779
  "doc-url": "https://vuetifyjs.com/api/VExpansionPanelTitle#props",
20770
20780
  "default": "false",
20771
20781
  "value": {
@@ -20785,7 +20795,7 @@
20785
20795
  },
20786
20796
  {
20787
20797
  "name": "readonly",
20788
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VExpansionPanelTitle.json))",
20798
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VExpansionPanelTitle.json))",
20789
20799
  "doc-url": "https://vuetifyjs.com/api/VExpansionPanelTitle#props",
20790
20800
  "default": "false",
20791
20801
  "value": {
@@ -20825,7 +20835,7 @@
20825
20835
  },
20826
20836
  {
20827
20837
  "name": "actions",
20828
- "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))",
20838
+ "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#L21-L27.json))",
20829
20839
  "doc-url": "https://vuetifyjs.com/api/v-expansion-panel-title#slots",
20830
20840
  "vue-properties": [
20831
20841
  {
@@ -21057,7 +21067,7 @@
21057
21067
  },
21058
21068
  {
21059
21069
  "name": "static",
21060
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VExpansionPanelTitle.json))",
21070
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VExpansionPanelTitle.json))",
21061
21071
  "doc-url": "https://vuetifyjs.com/api/VExpansionPanels#props",
21062
21072
  "default": "false",
21063
21073
  "value": {
@@ -22862,7 +22872,7 @@
22862
22872
  "arguments": [
22863
22873
  {
22864
22874
  "name": "argument",
22865
- "type": "[File[]]\n"
22875
+ "type": "[File | File[]]\n"
22866
22876
  }
22867
22877
  ]
22868
22878
  }
@@ -23441,6 +23451,7 @@
23441
23451
  "name": "modelValue",
23442
23452
  "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array.",
23443
23453
  "doc-url": "https://vuetifyjs.com/api/VHover#props",
23454
+ "default": "null",
23444
23455
  "value": {
23445
23456
  "kind": "expression",
23446
23457
  "type": "boolean"
@@ -23667,7 +23678,7 @@
23667
23678
  },
23668
23679
  {
23669
23680
  "name": "lazySrc",
23670
- "description": "Something to show while waiting for the main image to load, typically a small base64-encoded thumbnail. Has a slight blur filter applied.\n\nUse [vuetify-loader](https://github.com/vuetifyjs/vuetify-loader) to generate automatically. NOTE: This prop has no effect unless either `height` or `aspect-ratio` are provided.",
23681
+ "description": "Something to show while waiting for the main image to load, typically a small base64-encoded thumbnail. Has a slight blur filter applied. \nNOTE: This prop has no effect unless either `height` or `aspect-ratio` are provided.",
23671
23682
  "doc-url": "https://vuetifyjs.com/api/VImg#props",
23672
23683
  "value": {
23673
23684
  "kind": "expression",
@@ -25092,7 +25103,7 @@
25092
25103
  "attributes": [
25093
25104
  {
25094
25105
  "name": "position",
25095
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VLayoutItem.json))",
25106
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VLayoutItem.json))",
25096
25107
  "doc-url": "https://vuetifyjs.com/api/VLayoutItem#props",
25097
25108
  "value": {
25098
25109
  "kind": "expression",
@@ -25383,7 +25394,7 @@
25383
25394
  },
25384
25395
  {
25385
25396
  "name": "expandIcon",
25386
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VList.json))",
25397
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VList.json))",
25387
25398
  "doc-url": "https://vuetifyjs.com/api/VList#props",
25388
25399
  "value": {
25389
25400
  "kind": "expression",
@@ -25392,7 +25403,7 @@
25392
25403
  },
25393
25404
  {
25394
25405
  "name": "collapseIcon",
25395
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VList.json))",
25406
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VList.json))",
25396
25407
  "doc-url": "https://vuetifyjs.com/api/VList#props",
25397
25408
  "value": {
25398
25409
  "kind": "expression",
@@ -25431,7 +25442,7 @@
25431
25442
  },
25432
25443
  {
25433
25444
  "name": "activatable",
25434
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/nested.json))",
25445
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/nested.json))",
25435
25446
  "doc-url": "https://vuetifyjs.com/api/VList#props",
25436
25447
  "default": "false",
25437
25448
  "value": {
@@ -25441,7 +25452,7 @@
25441
25452
  },
25442
25453
  {
25443
25454
  "name": "selectable",
25444
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/nested.json))",
25455
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/nested.json))",
25445
25456
  "doc-url": "https://vuetifyjs.com/api/VList#props",
25446
25457
  "default": "false",
25447
25458
  "value": {
@@ -25738,7 +25749,7 @@
25738
25749
  "events": [
25739
25750
  {
25740
25751
  "name": "update:selected",
25741
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VList.json))",
25752
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VList.json))",
25742
25753
  "doc-url": "https://vuetifyjs.com/api/v-list#events",
25743
25754
  "arguments": [
25744
25755
  {
@@ -25749,7 +25760,7 @@
25749
25760
  },
25750
25761
  {
25751
25762
  "name": "update:opened",
25752
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VList.json))",
25763
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VList.json))",
25753
25764
  "doc-url": "https://vuetifyjs.com/api/v-list#events",
25754
25765
  "arguments": [
25755
25766
  {
@@ -25760,7 +25771,7 @@
25760
25771
  },
25761
25772
  {
25762
25773
  "name": "update:activated",
25763
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VList.json))",
25774
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VList.json))",
25764
25775
  "doc-url": "https://vuetifyjs.com/api/v-list#events",
25765
25776
  "arguments": [
25766
25777
  {
@@ -25771,7 +25782,7 @@
25771
25782
  },
25772
25783
  {
25773
25784
  "name": "click:open",
25774
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VList.json))",
25785
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VList.json))",
25775
25786
  "doc-url": "https://vuetifyjs.com/api/v-list#events",
25776
25787
  "arguments": [
25777
25788
  {
@@ -25782,7 +25793,7 @@
25782
25793
  },
25783
25794
  {
25784
25795
  "name": "click:activate",
25785
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VList.json))",
25796
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VList.json))",
25786
25797
  "doc-url": "https://vuetifyjs.com/api/v-list#events",
25787
25798
  "arguments": [
25788
25799
  {
@@ -25793,7 +25804,7 @@
25793
25804
  },
25794
25805
  {
25795
25806
  "name": "click:select",
25796
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VList.json))",
25807
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VList.json))",
25797
25808
  "doc-url": "https://vuetifyjs.com/api/v-list#events",
25798
25809
  "arguments": [
25799
25810
  {
@@ -25842,7 +25853,7 @@
25842
25853
  },
25843
25854
  {
25844
25855
  "name": "divider",
25845
- "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))",
25856
+ "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))",
25846
25857
  "doc-url": "https://vuetifyjs.com/api/v-list#slots",
25847
25858
  "vue-properties": [
25848
25859
  {
@@ -25853,7 +25864,7 @@
25853
25864
  },
25854
25865
  {
25855
25866
  "name": "subheader",
25856
- "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))",
25867
+ "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))",
25857
25868
  "doc-url": "https://vuetifyjs.com/api/v-list#slots",
25858
25869
  "vue-properties": [
25859
25870
  {
@@ -25864,7 +25875,7 @@
25864
25875
  },
25865
25876
  {
25866
25877
  "name": "header",
25867
- "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))",
25878
+ "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))",
25868
25879
  "doc-url": "https://vuetifyjs.com/api/v-list#slots",
25869
25880
  "vue-properties": [
25870
25881
  {
@@ -25955,7 +25966,7 @@
25955
25966
  },
25956
25967
  {
25957
25968
  "name": "fluid",
25958
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VListGroup.json))",
25969
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VListGroup.json))",
25959
25970
  "doc-url": "https://vuetifyjs.com/api/VListGroup#props",
25960
25971
  "default": "false",
25961
25972
  "value": {
@@ -26165,7 +26176,7 @@
26165
26176
  },
26166
26177
  {
26167
26178
  "name": "nav",
26168
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VListItem.json))",
26179
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VListItem.json))",
26169
26180
  "doc-url": "https://vuetifyjs.com/api/VListItem#props",
26170
26181
  "default": "false",
26171
26182
  "value": {
@@ -26212,7 +26223,7 @@
26212
26223
  },
26213
26224
  {
26214
26225
  "name": "slim",
26215
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VListItem.json))",
26226
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VListItem.json))",
26216
26227
  "doc-url": "https://vuetifyjs.com/api/VListItem#props",
26217
26228
  "default": "false",
26218
26229
  "value": {
@@ -26400,7 +26411,7 @@
26400
26411
  },
26401
26412
  {
26402
26413
  "name": "lines",
26403
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VListItem.json))",
26414
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VListItem.json))",
26404
26415
  "doc-url": "https://vuetifyjs.com/api/VListItem#props",
26405
26416
  "value": {
26406
26417
  "kind": "expression",
@@ -26422,7 +26433,7 @@
26422
26433
  },
26423
26434
  {
26424
26435
  "name": "clickOnce",
26425
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VListItem.json))",
26436
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VListItem.json))",
26426
26437
  "doc-url": "https://vuetifyjs.com/api/v-list-item#events",
26427
26438
  "arguments": [
26428
26439
  {
@@ -26731,7 +26742,7 @@
26731
26742
  },
26732
26743
  {
26733
26744
  "name": "inset",
26734
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VListSubheader.json))",
26745
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VListSubheader.json))",
26735
26746
  "doc-url": "https://vuetifyjs.com/api/VListSubheader#props",
26736
26747
  "default": "false",
26737
26748
  "value": {
@@ -26741,7 +26752,7 @@
26741
26752
  },
26742
26753
  {
26743
26754
  "name": "sticky",
26744
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VListSubheader.json))",
26755
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VListSubheader.json))",
26745
26756
  "doc-url": "https://vuetifyjs.com/api/VListSubheader#props",
26746
26757
  "default": "false",
26747
26758
  "value": {
@@ -26793,7 +26804,7 @@
26793
26804
  "attributes": [
26794
26805
  {
26795
26806
  "name": "locale",
26796
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VLocaleProvider.json))",
26807
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VLocaleProvider.json))",
26797
26808
  "doc-url": "https://vuetifyjs.com/api/VLocaleProvider#props",
26798
26809
  "value": {
26799
26810
  "kind": "expression",
@@ -26802,7 +26813,7 @@
26802
26813
  },
26803
26814
  {
26804
26815
  "name": "fallbackLocale",
26805
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VLocaleProvider.json))",
26816
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VLocaleProvider.json))",
26806
26817
  "doc-url": "https://vuetifyjs.com/api/VLocaleProvider#props",
26807
26818
  "value": {
26808
26819
  "kind": "expression",
@@ -26820,7 +26831,7 @@
26820
26831
  },
26821
26832
  {
26822
26833
  "name": "rtl",
26823
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VLocaleProvider.json))",
26834
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VLocaleProvider.json))",
26824
26835
  "doc-url": "https://vuetifyjs.com/api/VLocaleProvider#props",
26825
26836
  "value": {
26826
26837
  "kind": "expression",
@@ -26852,7 +26863,7 @@
26852
26863
  "attributes": [
26853
26864
  {
26854
26865
  "name": "scrollable",
26855
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VMain.json))",
26866
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VMain.json))",
26856
26867
  "doc-url": "https://vuetifyjs.com/api/VMain#props",
26857
26868
  "default": "false",
26858
26869
  "value": {
@@ -27036,7 +27047,7 @@
27036
27047
  "name": "modelValue",
27037
27048
  "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array.",
27038
27049
  "doc-url": "https://vuetifyjs.com/api/VMenu#props",
27039
- "default": "false",
27050
+ "default": "null",
27040
27051
  "value": {
27041
27052
  "kind": "expression",
27042
27053
  "type": "boolean"
@@ -27579,7 +27590,7 @@
27579
27590
  },
27580
27591
  {
27581
27592
  "name": "sticky",
27582
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VNavigationDrawer.json))",
27593
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VNavigationDrawer.json))",
27583
27594
  "doc-url": "https://vuetifyjs.com/api/VNavigationDrawer#props",
27584
27595
  "default": "false",
27585
27596
  "value": {
@@ -27804,7 +27815,7 @@
27804
27815
  },
27805
27816
  {
27806
27817
  "name": "controlVariant",
27807
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VNumberInput.json))",
27818
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VNumberInput.json))",
27808
27819
  "doc-url": "https://vuetifyjs.com/api/VNumberInput#props",
27809
27820
  "default": "'default'",
27810
27821
  "value": {
@@ -27814,7 +27825,7 @@
27814
27825
  },
27815
27826
  {
27816
27827
  "name": "inset",
27817
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VNumberInput.json))",
27828
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VNumberInput.json))",
27818
27829
  "doc-url": "https://vuetifyjs.com/api/VNumberInput#props",
27819
27830
  "default": "false",
27820
27831
  "value": {
@@ -27824,7 +27835,7 @@
27824
27835
  },
27825
27836
  {
27826
27837
  "name": "hideInput",
27827
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VNumberInput.json))",
27838
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VNumberInput.json))",
27828
27839
  "doc-url": "https://vuetifyjs.com/api/VNumberInput#props",
27829
27840
  "default": "false",
27830
27841
  "value": {
@@ -27834,7 +27845,7 @@
27834
27845
  },
27835
27846
  {
27836
27847
  "name": "min",
27837
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VNumberInput.json))",
27848
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VNumberInput.json))",
27838
27849
  "doc-url": "https://vuetifyjs.com/api/VNumberInput#props",
27839
27850
  "default": "null",
27840
27851
  "value": {
@@ -27844,7 +27855,7 @@
27844
27855
  },
27845
27856
  {
27846
27857
  "name": "max",
27847
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VNumberInput.json))",
27858
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VNumberInput.json))",
27848
27859
  "doc-url": "https://vuetifyjs.com/api/VNumberInput#props",
27849
27860
  "default": "null",
27850
27861
  "value": {
@@ -27854,7 +27865,7 @@
27854
27865
  },
27855
27866
  {
27856
27867
  "name": "step",
27857
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VNumberInput.json))",
27868
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VNumberInput.json))",
27858
27869
  "doc-url": "https://vuetifyjs.com/api/VNumberInput#props",
27859
27870
  "default": "1",
27860
27871
  "value": {
@@ -28296,7 +28307,7 @@
28296
28307
  },
28297
28308
  {
28298
28309
  "name": "increment",
28299
- "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#L24-L26.json))",
28310
+ "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#L24-L26.json))",
28300
28311
  "doc-url": "https://vuetifyjs.com/api/v-number-input#slots",
28301
28312
  "vue-properties": [
28302
28313
  {
@@ -28307,7 +28318,7 @@
28307
28318
  },
28308
28319
  {
28309
28320
  "name": "decrement",
28310
- "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#L24-L26.json))",
28321
+ "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#L24-L26.json))",
28311
28322
  "doc-url": "https://vuetifyjs.com/api/v-number-input#slots",
28312
28323
  "vue-properties": [
28313
28324
  {
@@ -28709,7 +28720,7 @@
28709
28720
  "name": "modelValue",
28710
28721
  "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array.",
28711
28722
  "doc-url": "https://vuetifyjs.com/api/VOverlay#props",
28712
- "default": "false",
28723
+ "default": "null",
28713
28724
  "value": {
28714
28725
  "kind": "expression",
28715
28726
  "type": "boolean"
@@ -28988,7 +28999,7 @@
28988
28999
  },
28989
29000
  {
28990
29001
  "name": "afterEnter",
28991
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VOverlay.json))",
29002
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VOverlay.json))",
28992
29003
  "doc-url": "https://vuetifyjs.com/api/v-overlay#events",
28993
29004
  "arguments": [
28994
29005
  {
@@ -29545,7 +29556,7 @@
29545
29556
  "attributes": [
29546
29557
  {
29547
29558
  "name": "scale",
29548
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VParallax.json))",
29559
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VParallax.json))",
29549
29560
  "doc-url": "https://vuetifyjs.com/api/VParallax#props",
29550
29561
  "default": "0.5",
29551
29562
  "value": {
@@ -29563,17 +29574,17 @@
29563
29574
  },
29564
29575
  {
29565
29576
  "name": "placeholder",
29566
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VParallax.json))",
29577
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VParallax.json))",
29567
29578
  "doc-url": "https://vuetifyjs.com/api/v-parallax#slots"
29568
29579
  },
29569
29580
  {
29570
29581
  "name": "error",
29571
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VParallax.json))",
29582
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VParallax.json))",
29572
29583
  "doc-url": "https://vuetifyjs.com/api/v-parallax#slots"
29573
29584
  },
29574
29585
  {
29575
29586
  "name": "sources",
29576
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VParallax.json))",
29587
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VParallax.json))",
29577
29588
  "doc-url": "https://vuetifyjs.com/api/v-parallax#slots"
29578
29589
  }
29579
29590
  ],
@@ -29772,7 +29783,7 @@
29772
29783
  "slots": [
29773
29784
  {
29774
29785
  "name": "header",
29775
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VPicker.json))",
29786
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VPicker.json))",
29776
29787
  "doc-url": "https://vuetifyjs.com/api/v-picker#slots"
29777
29788
  },
29778
29789
  {
@@ -29782,7 +29793,7 @@
29782
29793
  },
29783
29794
  {
29784
29795
  "name": "actions",
29785
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VPicker.json))",
29796
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VPicker.json))",
29786
29797
  "doc-url": "https://vuetifyjs.com/api/v-picker#slots"
29787
29798
  },
29788
29799
  {
@@ -30223,7 +30234,7 @@
30223
30234
  "attributes": [
30224
30235
  {
30225
30236
  "name": "pullDownThreshold",
30226
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VPullToRefresh.json))",
30237
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VPullToRefresh.json))",
30227
30238
  "doc-url": "https://vuetifyjs.com/api/VPullToRefresh#props",
30228
30239
  "default": "64",
30229
30240
  "value": {
@@ -30235,7 +30246,7 @@
30235
30246
  "events": [
30236
30247
  {
30237
30248
  "name": "load",
30238
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VPullToRefresh.json))",
30249
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VPullToRefresh.json))",
30239
30250
  "doc-url": "https://vuetifyjs.com/api/v-pull-to-refresh#events",
30240
30251
  "arguments": [
30241
30252
  {
@@ -30253,7 +30264,7 @@
30253
30264
  },
30254
30265
  {
30255
30266
  "name": "pullDownPanel",
30256
- "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))",
30267
+ "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))",
30257
30268
  "doc-url": "https://vuetifyjs.com/api/v-pull-to-refresh#slots",
30258
30269
  "vue-properties": [
30259
30270
  {
@@ -32009,7 +32020,7 @@
32009
32020
  },
32010
32021
  {
32011
32022
  "name": "itemAriaLabel",
32012
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VRating.json))",
32023
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VRating.json))",
32013
32024
  "doc-url": "https://vuetifyjs.com/api/VRating#props",
32014
32025
  "default": "'$vuetify.rating.ariaLabel.item'",
32015
32026
  "value": {
@@ -32363,7 +32374,7 @@
32363
32374
  },
32364
32375
  {
32365
32376
  "name": "additional",
32366
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VResponsive.json))",
32377
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VResponsive.json))",
32367
32378
  "doc-url": "https://vuetifyjs.com/api/v-responsive#slots"
32368
32379
  }
32369
32380
  ],
@@ -34853,7 +34864,7 @@
34853
34864
  },
34854
34865
  {
34855
34866
  "name": "loadingText",
34856
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VSkeletonLoader.json))",
34867
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VSkeletonLoader.json))",
34857
34868
  "doc-url": "https://vuetifyjs.com/api/VSkeletonLoader#props",
34858
34869
  "default": "'$vuetify.loading'",
34859
34870
  "value": {
@@ -36619,7 +36630,7 @@
36619
36630
  "name": "modelValue",
36620
36631
  "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array.",
36621
36632
  "doc-url": "https://vuetifyjs.com/api/VSnackbar#props",
36622
- "default": "false",
36633
+ "default": "null",
36623
36634
  "value": {
36624
36635
  "kind": "expression",
36625
36636
  "type": "boolean"
@@ -36865,7 +36876,7 @@
36865
36876
  "vue-properties": [
36866
36877
  {
36867
36878
  "name": "isActive",
36868
- "type": "Ref<boolean>"
36879
+ "type": "Ref<boolean | null>"
36869
36880
  }
36870
36881
  ]
36871
36882
  },
@@ -37087,7 +37098,7 @@
37087
37098
  "default": "[]",
37088
37099
  "value": {
37089
37100
  "kind": "expression",
37090
- "type": "(\n | string\n | {\n text: string\n multiLine: boolean\n timer: string | boolean\n timeout: string | number\n vertical: boolean\n location: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a>\n position: 'static' | 'relative' | 'fixed' | 'absolute' | 'sticky'\n absolute: boolean\n rounded: string | number | boolean\n tile: boolean\n color: string\n variant: 'text' | 'flat' | 'elevated' | 'tonal' | 'outlined' | 'plain'\n theme: string\n closeOnBack: boolean\n contained: boolean\n contentClass: any\n contentProps: any\n disabled: boolean\n opacity: string | number\n zIndex: string | number\n target:\n | Element\n | 'parent'\n | 'cursor'\n | (string & {})\n | ComponentPublicInstance\n | [number, number]\n closeOnContentClick: boolean\n style: StyleValue\n class: any\n height: string | number\n maxHeight: string | number\n maxWidth: string | number\n minHeight: string | number\n minWidth: string | number\n width: string | number\n eager: boolean\n locationStrategy: 'static' | 'connected' | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VOverlay/locationStrategies.ts#L36-L40\" target=\"_blank\">LocationStrategyFn</a>\n origin: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a> | 'auto' | 'overlap'\n offset: string | number | number[]\n transition:\n | string\n | boolean\n | (TransitionProps & { component: Component })\n attach: string | boolean | Element\n 'v-slots': {\n activator:\n | false\n | ((arg: {\n isActive: boolean\n props: Record<string, any>\n }) => VNodeChild)\n default: false | (() => VNodeChild)\n actions: false | ((arg: { isActive: Ref<boolean> }) => VNodeChild)\n text: false | (() => VNodeChild)\n }\n 'v-slot:default': false | (() => VNodeChild)\n 'v-slot:activator':\n | false\n | ((arg: {\n isActive: boolean\n props: Record<string, any>\n }) => VNodeChild)\n key: string | number | symbol\n ref: VNodeRef\n ref_for: boolean\n ref_key: string\n onVnodeBeforeMount: VNodeMountHook | VNodeMountHook[]\n onVnodeMounted: VNodeMountHook | VNodeMountHook[]\n onVnodeBeforeUpdate: VNodeUpdateHook | VNodeUpdateHook[]\n onVnodeUpdated: VNodeUpdateHook | VNodeUpdateHook[]\n onVnodeBeforeUnmount: VNodeMountHook | VNodeMountHook[]\n onVnodeUnmounted: VNodeMountHook | VNodeMountHook[]\n 'v-slot:actions':\n | false\n | ((arg: { isActive: Ref<boolean> }) => VNodeChild)\n 'v-slot:text': false | (() => VNodeChild)\n }\n)[]"
37101
+ "type": "(\n | string\n | {\n text: string\n multiLine: boolean\n timer: string | boolean\n timeout: string | number\n vertical: boolean\n location: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a>\n position: 'static' | 'relative' | 'fixed' | 'absolute' | 'sticky'\n absolute: boolean\n rounded: string | number | boolean\n tile: boolean\n color: string\n variant: 'text' | 'flat' | 'elevated' | 'tonal' | 'outlined' | 'plain'\n theme: string\n closeOnBack: boolean\n contained: boolean\n contentClass: any\n contentProps: any\n disabled: boolean\n opacity: string | number\n zIndex: string | number\n target:\n | Element\n | 'parent'\n | 'cursor'\n | (string & {})\n | ComponentPublicInstance\n | [number, number]\n closeOnContentClick: boolean\n style: StyleValue\n class: any\n height: string | number\n maxHeight: string | number\n maxWidth: string | number\n minHeight: string | number\n minWidth: string | number\n width: string | number\n eager: boolean\n locationStrategy: 'static' | 'connected' | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VOverlay/locationStrategies.ts#L36-L40\" target=\"_blank\">LocationStrategyFn</a>\n origin: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a> | 'auto' | 'overlap'\n offset: string | number | number[]\n transition:\n | string\n | boolean\n | (TransitionProps & { component: Component })\n attach: string | boolean | Element\n 'v-slots': {\n activator:\n | false\n | ((arg: {\n isActive: boolean\n props: Record<string, any>\n }) => VNodeChild)\n default: false | (() => VNodeChild)\n actions:\n | false\n | ((arg: { isActive: Ref<boolean | null> }) => VNodeChild)\n text: false | (() => VNodeChild)\n }\n 'v-slot:default': false | (() => VNodeChild)\n 'v-slot:activator':\n | false\n | ((arg: {\n isActive: boolean\n props: Record<string, any>\n }) => VNodeChild)\n key: string | number | symbol\n ref: VNodeRef\n ref_for: boolean\n ref_key: string\n onVnodeBeforeMount: VNodeMountHook | VNodeMountHook[]\n onVnodeMounted: VNodeMountHook | VNodeMountHook[]\n onVnodeBeforeUpdate: VNodeUpdateHook | VNodeUpdateHook[]\n onVnodeUpdated: VNodeUpdateHook | VNodeUpdateHook[]\n onVnodeBeforeUnmount: VNodeMountHook | VNodeMountHook[]\n onVnodeUnmounted: VNodeMountHook | VNodeMountHook[]\n 'v-slot:actions':\n | false\n | ((arg: { isActive: Ref<boolean | null> }) => VNodeChild)\n 'v-slot:text': false | (() => VNodeChild)\n }\n)[]"
37091
37102
  }
37092
37103
  },
37093
37104
  {
@@ -37317,7 +37328,7 @@
37317
37328
  "arguments": [
37318
37329
  {
37319
37330
  "name": "argument",
37320
- "type": "[\n (\n | string\n | {\n text: string\n multiLine: boolean\n timer: string | boolean\n timeout: string | number\n vertical: boolean\n location: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a>\n position: 'static' | 'relative' | 'fixed' | 'absolute' | 'sticky'\n absolute: boolean\n rounded: string | number | boolean\n tile: boolean\n color: string\n variant: 'text' | 'flat' | 'elevated' | 'tonal' | 'outlined' | 'plain'\n theme: string\n closeOnBack: boolean\n contained: boolean\n contentClass: any\n contentProps: any\n disabled: boolean\n opacity: string | number\n zIndex: string | number\n target:\n | Element\n | 'parent'\n | 'cursor'\n | (string & {})\n | ComponentPublicInstance\n | [number, number]\n closeOnContentClick: boolean\n style: StyleValue\n class: any\n height: string | number\n maxHeight: string | number\n maxWidth: string | number\n minHeight: string | number\n minWidth: string | number\n width: string | number\n eager: boolean\n locationStrategy: 'static' | 'connected' | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VOverlay/locationStrategies.ts#L36-L40\" target=\"_blank\">LocationStrategyFn</a>\n origin: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a> | 'auto' | 'overlap'\n offset: string | number | number[]\n transition:\n | string\n | boolean\n | (TransitionProps & { component: Component })\n attach: string | boolean | Element\n 'v-slots': {\n activator:\n | false\n | ((arg: {\n isActive: boolean\n props: Record<string, any>\n }) => VNodeChild)\n default: false | (() => VNodeChild)\n actions: false | ((arg: { isActive: Ref<boolean> }) => VNodeChild)\n text: false | (() => VNodeChild)\n }\n 'v-slot:default': false | (() => VNodeChild)\n 'v-slot:activator':\n | false\n | ((arg: {\n isActive: boolean\n props: Record<string, any>\n }) => VNodeChild)\n key: string | number | symbol\n ref: VNodeRef\n ref_for: boolean\n ref_key: string\n onVnodeBeforeMount: VNodeMountHook | VNodeMountHook[]\n onVnodeMounted: VNodeMountHook | VNodeMountHook[]\n onVnodeBeforeUpdate: VNodeUpdateHook | VNodeUpdateHook[]\n onVnodeUpdated: VNodeUpdateHook | VNodeUpdateHook[]\n onVnodeBeforeUnmount: VNodeMountHook | VNodeMountHook[]\n onVnodeUnmounted: VNodeMountHook | VNodeMountHook[]\n 'v-slot:actions':\n | false\n | ((arg: { isActive: Ref<boolean> }) => VNodeChild)\n 'v-slot:text': false | (() => VNodeChild)\n }\n )[],\n]\n"
37331
+ "type": "[\n (\n | string\n | {\n text: string\n multiLine: boolean\n timer: string | boolean\n timeout: string | number\n vertical: boolean\n location: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a>\n position: 'static' | 'relative' | 'fixed' | 'absolute' | 'sticky'\n absolute: boolean\n rounded: string | number | boolean\n tile: boolean\n color: string\n variant: 'text' | 'flat' | 'elevated' | 'tonal' | 'outlined' | 'plain'\n theme: string\n closeOnBack: boolean\n contained: boolean\n contentClass: any\n contentProps: any\n disabled: boolean\n opacity: string | number\n zIndex: string | number\n target:\n | Element\n | 'parent'\n | 'cursor'\n | (string & {})\n | ComponentPublicInstance\n | [number, number]\n closeOnContentClick: boolean\n style: StyleValue\n class: any\n height: string | number\n maxHeight: string | number\n maxWidth: string | number\n minHeight: string | number\n minWidth: string | number\n width: string | number\n eager: boolean\n locationStrategy: 'static' | 'connected' | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VOverlay/locationStrategies.ts#L36-L40\" target=\"_blank\">LocationStrategyFn</a>\n origin: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a> | 'auto' | 'overlap'\n offset: string | number | number[]\n transition:\n | string\n | boolean\n | (TransitionProps & { component: Component })\n attach: string | boolean | Element\n 'v-slots': {\n activator:\n | false\n | ((arg: {\n isActive: boolean\n props: Record<string, any>\n }) => VNodeChild)\n default: false | (() => VNodeChild)\n actions:\n | false\n | ((arg: { isActive: Ref<boolean | null> }) => VNodeChild)\n text: false | (() => VNodeChild)\n }\n 'v-slot:default': false | (() => VNodeChild)\n 'v-slot:activator':\n | false\n | ((arg: {\n isActive: boolean\n props: Record<string, any>\n }) => VNodeChild)\n key: string | number | symbol\n ref: VNodeRef\n ref_for: boolean\n ref_key: string\n onVnodeBeforeMount: VNodeMountHook | VNodeMountHook[]\n onVnodeMounted: VNodeMountHook | VNodeMountHook[]\n onVnodeBeforeUpdate: VNodeUpdateHook | VNodeUpdateHook[]\n onVnodeUpdated: VNodeUpdateHook | VNodeUpdateHook[]\n onVnodeBeforeUnmount: VNodeMountHook | VNodeMountHook[]\n onVnodeUnmounted: VNodeMountHook | VNodeMountHook[]\n 'v-slot:actions':\n | false\n | ((arg: { isActive: Ref<boolean | null> }) => VNodeChild)\n 'v-slot:text': false | (() => VNodeChild)\n }\n )[],\n]\n"
37321
37332
  }
37322
37333
  ]
37323
37334
  }
@@ -37330,7 +37341,7 @@
37330
37341
  "vue-properties": [
37331
37342
  {
37332
37343
  "name": "item",
37333
- "type": "string | { text: string; multiLine: boolean; timer: string | boolean; timeout: string | number; vertical: boolean; location: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a>; position: \"static\" | \"relative\" | \"fixed\" | \"absolute\" | \"sticky\"; absolute: boolean; rounded: string | number | boolean; tile: boolean; color: string; variant: \"text\" | \"flat\" | \"elevated\" | \"tonal\" | \"outlined\" | \"plain\"; theme: string; closeOnBack: boolean; contained: boolean; contentClass: any; contentProps: any; disabled: boolean; opacity: string | number; zIndex: string | number; target: Element | \"parent\" | \"cursor\" | string & { } | ComponentPublicInstance | [number, number]; closeOnContentClick: boolean; style: StyleValue; class: any; height: string | number; maxHeight: string | number; maxWidth: string | number; minHeight: string | number; minWidth: string | number; width: string | number; eager: boolean; locationStrategy: \"static\" | \"connected\" | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VOverlay/locationStrategies.ts#L36-L40\" target=\"_blank\">LocationStrategyFn</a>; origin: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a> | \"auto\" | \"overlap\"; offset: string | number | number[]; transition: string | boolean | TransitionProps & { component: Component }; attach: string | boolean | Element; 'v-slots': { activator: false | ((arg: { isActive: boolean; props: Record<string, any> }) => VNodeChild); default: false | (() => VNodeChild); actions: false | ((arg: { isActive: Ref<boolean> }) => VNodeChild); text: false | (() => VNodeChild) }; 'v-slot:default': false | (() => VNodeChild); 'v-slot:activator': false | ((arg: { isActive: boolean; props: Record<string, any> }) => VNodeChild); key: string | number | symbol; ref: VNodeRef; ref_for: boolean; ref_key: string; onVnodeBeforeMount: VNodeMountHook | VNodeMountHook[]; onVnodeMounted: VNodeMountHook | VNodeMountHook[]; onVnodeBeforeUpdate: VNodeUpdateHook | VNodeUpdateHook[]; onVnodeUpdated: VNodeUpdateHook | VNodeUpdateHook[]; onVnodeBeforeUnmount: VNodeMountHook | VNodeMountHook[]; onVnodeUnmounted: VNodeMountHook | VNodeMountHook[]; 'v-slot:actions': false | ((arg: { isActive: Ref<boolean> }) => VNodeChild); 'v-slot:text': false | (() => VNodeChild) }"
37344
+ "type": "string | { text: string; multiLine: boolean; timer: string | boolean; timeout: string | number; vertical: boolean; location: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a>; position: \"static\" | \"relative\" | \"fixed\" | \"absolute\" | \"sticky\"; absolute: boolean; rounded: string | number | boolean; tile: boolean; color: string; variant: \"text\" | \"flat\" | \"elevated\" | \"tonal\" | \"outlined\" | \"plain\"; theme: string; closeOnBack: boolean; contained: boolean; contentClass: any; contentProps: any; disabled: boolean; opacity: string | number; zIndex: string | number; target: Element | \"parent\" | \"cursor\" | string & { } | ComponentPublicInstance | [number, number]; closeOnContentClick: boolean; style: StyleValue; class: any; height: string | number; maxHeight: string | number; maxWidth: string | number; minHeight: string | number; minWidth: string | number; width: string | number; eager: boolean; locationStrategy: \"static\" | \"connected\" | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VOverlay/locationStrategies.ts#L36-L40\" target=\"_blank\">LocationStrategyFn</a>; origin: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a> | \"auto\" | \"overlap\"; offset: string | number | number[]; transition: string | boolean | TransitionProps & { component: Component }; attach: string | boolean | Element; 'v-slots': { activator: false | ((arg: { isActive: boolean; props: Record<string, any> }) => VNodeChild); default: false | (() => VNodeChild); actions: false | ((arg: { isActive: Ref<boolean | null> }) => VNodeChild); text: false | (() => VNodeChild) }; 'v-slot:default': false | (() => VNodeChild); 'v-slot:activator': false | ((arg: { isActive: boolean; props: Record<string, any> }) => VNodeChild); key: string | number | symbol; ref: VNodeRef; ref_for: boolean; ref_key: string; onVnodeBeforeMount: VNodeMountHook | VNodeMountHook[]; onVnodeMounted: VNodeMountHook | VNodeMountHook[]; onVnodeBeforeUpdate: VNodeUpdateHook | VNodeUpdateHook[]; onVnodeUpdated: VNodeUpdateHook | VNodeUpdateHook[]; onVnodeBeforeUnmount: VNodeMountHook | VNodeMountHook[]; onVnodeUnmounted: VNodeMountHook | VNodeMountHook[]; 'v-slot:actions': false | ((arg: { isActive: Ref<boolean | null> }) => VNodeChild); 'v-slot:text': false | (() => VNodeChild) }"
37334
37345
  }
37335
37346
  ]
37336
37347
  },
@@ -37341,7 +37352,7 @@
37341
37352
  "vue-properties": [
37342
37353
  {
37343
37354
  "name": "item",
37344
- "type": "string | { text: string; multiLine: boolean; timer: string | boolean; timeout: string | number; vertical: boolean; location: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a>; position: \"static\" | \"relative\" | \"fixed\" | \"absolute\" | \"sticky\"; absolute: boolean; rounded: string | number | boolean; tile: boolean; color: string; variant: \"text\" | \"flat\" | \"elevated\" | \"tonal\" | \"outlined\" | \"plain\"; theme: string; closeOnBack: boolean; contained: boolean; contentClass: any; contentProps: any; disabled: boolean; opacity: string | number; zIndex: string | number; target: Element | \"parent\" | \"cursor\" | string & { } | ComponentPublicInstance | [number, number]; closeOnContentClick: boolean; style: StyleValue; class: any; height: string | number; maxHeight: string | number; maxWidth: string | number; minHeight: string | number; minWidth: string | number; width: string | number; eager: boolean; locationStrategy: \"static\" | \"connected\" | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VOverlay/locationStrategies.ts#L36-L40\" target=\"_blank\">LocationStrategyFn</a>; origin: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a> | \"auto\" | \"overlap\"; offset: string | number | number[]; transition: string | boolean | TransitionProps & { component: Component }; attach: string | boolean | Element; 'v-slots': { activator: false | ((arg: { isActive: boolean; props: Record<string, any> }) => VNodeChild); default: false | (() => VNodeChild); actions: false | ((arg: { isActive: Ref<boolean> }) => VNodeChild); text: false | (() => VNodeChild) }; 'v-slot:default': false | (() => VNodeChild); 'v-slot:activator': false | ((arg: { isActive: boolean; props: Record<string, any> }) => VNodeChild); key: string | number | symbol; ref: VNodeRef; ref_for: boolean; ref_key: string; onVnodeBeforeMount: VNodeMountHook | VNodeMountHook[]; onVnodeMounted: VNodeMountHook | VNodeMountHook[]; onVnodeBeforeUpdate: VNodeUpdateHook | VNodeUpdateHook[]; onVnodeUpdated: VNodeUpdateHook | VNodeUpdateHook[]; onVnodeBeforeUnmount: VNodeMountHook | VNodeMountHook[]; onVnodeUnmounted: VNodeMountHook | VNodeMountHook[]; 'v-slot:actions': false | ((arg: { isActive: Ref<boolean> }) => VNodeChild); 'v-slot:text': false | (() => VNodeChild) }"
37355
+ "type": "string | { text: string; multiLine: boolean; timer: string | boolean; timeout: string | number; vertical: boolean; location: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a>; position: \"static\" | \"relative\" | \"fixed\" | \"absolute\" | \"sticky\"; absolute: boolean; rounded: string | number | boolean; tile: boolean; color: string; variant: \"text\" | \"flat\" | \"elevated\" | \"tonal\" | \"outlined\" | \"plain\"; theme: string; closeOnBack: boolean; contained: boolean; contentClass: any; contentProps: any; disabled: boolean; opacity: string | number; zIndex: string | number; target: Element | \"parent\" | \"cursor\" | string & { } | ComponentPublicInstance | [number, number]; closeOnContentClick: boolean; style: StyleValue; class: any; height: string | number; maxHeight: string | number; maxWidth: string | number; minHeight: string | number; minWidth: string | number; width: string | number; eager: boolean; locationStrategy: \"static\" | \"connected\" | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VOverlay/locationStrategies.ts#L36-L40\" target=\"_blank\">LocationStrategyFn</a>; origin: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a> | \"auto\" | \"overlap\"; offset: string | number | number[]; transition: string | boolean | TransitionProps & { component: Component }; attach: string | boolean | Element; 'v-slots': { activator: false | ((arg: { isActive: boolean; props: Record<string, any> }) => VNodeChild); default: false | (() => VNodeChild); actions: false | ((arg: { isActive: Ref<boolean | null> }) => VNodeChild); text: false | (() => VNodeChild) }; 'v-slot:default': false | (() => VNodeChild); 'v-slot:activator': false | ((arg: { isActive: boolean; props: Record<string, any> }) => VNodeChild); key: string | number | symbol; ref: VNodeRef; ref_for: boolean; ref_key: string; onVnodeBeforeMount: VNodeMountHook | VNodeMountHook[]; onVnodeMounted: VNodeMountHook | VNodeMountHook[]; onVnodeBeforeUpdate: VNodeUpdateHook | VNodeUpdateHook[]; onVnodeUpdated: VNodeUpdateHook | VNodeUpdateHook[]; onVnodeBeforeUnmount: VNodeMountHook | VNodeMountHook[]; onVnodeUnmounted: VNodeMountHook | VNodeMountHook[]; 'v-slot:actions': false | ((arg: { isActive: Ref<boolean | null> }) => VNodeChild); 'v-slot:text': false | (() => VNodeChild) }"
37345
37356
  }
37346
37357
  ]
37347
37358
  },
@@ -37352,7 +37363,7 @@
37352
37363
  "vue-properties": [
37353
37364
  {
37354
37365
  "name": "item",
37355
- "type": "string | { text: string; multiLine: boolean; timer: string | boolean; timeout: string | number; vertical: boolean; location: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a>; position: \"static\" | \"relative\" | \"fixed\" | \"absolute\" | \"sticky\"; absolute: boolean; rounded: string | number | boolean; tile: boolean; color: string; variant: \"text\" | \"flat\" | \"elevated\" | \"tonal\" | \"outlined\" | \"plain\"; theme: string; closeOnBack: boolean; contained: boolean; contentClass: any; contentProps: any; disabled: boolean; opacity: string | number; zIndex: string | number; target: Element | \"parent\" | \"cursor\" | string & { } | ComponentPublicInstance | [number, number]; closeOnContentClick: boolean; style: StyleValue; class: any; height: string | number; maxHeight: string | number; maxWidth: string | number; minHeight: string | number; minWidth: string | number; width: string | number; eager: boolean; locationStrategy: \"static\" | \"connected\" | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VOverlay/locationStrategies.ts#L36-L40\" target=\"_blank\">LocationStrategyFn</a>; origin: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a> | \"auto\" | \"overlap\"; offset: string | number | number[]; transition: string | boolean | TransitionProps & { component: Component }; attach: string | boolean | Element; 'v-slots': { activator: false | ((arg: { isActive: boolean; props: Record<string, any> }) => VNodeChild); default: false | (() => VNodeChild); actions: false | ((arg: { isActive: Ref<boolean> }) => VNodeChild); text: false | (() => VNodeChild) }; 'v-slot:default': false | (() => VNodeChild); 'v-slot:activator': false | ((arg: { isActive: boolean; props: Record<string, any> }) => VNodeChild); key: string | number | symbol; ref: VNodeRef; ref_for: boolean; ref_key: string; onVnodeBeforeMount: VNodeMountHook | VNodeMountHook[]; onVnodeMounted: VNodeMountHook | VNodeMountHook[]; onVnodeBeforeUpdate: VNodeUpdateHook | VNodeUpdateHook[]; onVnodeUpdated: VNodeUpdateHook | VNodeUpdateHook[]; onVnodeBeforeUnmount: VNodeMountHook | VNodeMountHook[]; onVnodeUnmounted: VNodeMountHook | VNodeMountHook[]; 'v-slot:actions': false | ((arg: { isActive: Ref<boolean> }) => VNodeChild); 'v-slot:text': false | (() => VNodeChild) }"
37366
+ "type": "string | { text: string; multiLine: boolean; timer: string | boolean; timeout: string | number; vertical: boolean; location: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a>; position: \"static\" | \"relative\" | \"fixed\" | \"absolute\" | \"sticky\"; absolute: boolean; rounded: string | number | boolean; tile: boolean; color: string; variant: \"text\" | \"flat\" | \"elevated\" | \"tonal\" | \"outlined\" | \"plain\"; theme: string; closeOnBack: boolean; contained: boolean; contentClass: any; contentProps: any; disabled: boolean; opacity: string | number; zIndex: string | number; target: Element | \"parent\" | \"cursor\" | string & { } | ComponentPublicInstance | [number, number]; closeOnContentClick: boolean; style: StyleValue; class: any; height: string | number; maxHeight: string | number; maxWidth: string | number; minHeight: string | number; minWidth: string | number; width: string | number; eager: boolean; locationStrategy: \"static\" | \"connected\" | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VOverlay/locationStrategies.ts#L36-L40\" target=\"_blank\">LocationStrategyFn</a>; origin: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a> | \"auto\" | \"overlap\"; offset: string | number | number[]; transition: string | boolean | TransitionProps & { component: Component }; attach: string | boolean | Element; 'v-slots': { activator: false | ((arg: { isActive: boolean; props: Record<string, any> }) => VNodeChild); default: false | (() => VNodeChild); actions: false | ((arg: { isActive: Ref<boolean | null> }) => VNodeChild); text: false | (() => VNodeChild) }; 'v-slot:default': false | (() => VNodeChild); 'v-slot:activator': false | ((arg: { isActive: boolean; props: Record<string, any> }) => VNodeChild); key: string | number | symbol; ref: VNodeRef; ref_for: boolean; ref_key: string; onVnodeBeforeMount: VNodeMountHook | VNodeMountHook[]; onVnodeMounted: VNodeMountHook | VNodeMountHook[]; onVnodeBeforeUpdate: VNodeUpdateHook | VNodeUpdateHook[]; onVnodeUpdated: VNodeUpdateHook | VNodeUpdateHook[]; onVnodeBeforeUnmount: VNodeMountHook | VNodeMountHook[]; onVnodeUnmounted: VNodeMountHook | VNodeMountHook[]; 'v-slot:actions': false | ((arg: { isActive: Ref<boolean | null> }) => VNodeChild); 'v-slot:text': false | (() => VNodeChild) }"
37356
37367
  },
37357
37368
  {
37358
37369
  "name": "props",
@@ -37528,7 +37539,7 @@
37528
37539
  },
37529
37540
  {
37530
37541
  "name": "id",
37531
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/Line.json))",
37542
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/Line.json))",
37532
37543
  "doc-url": "https://vuetifyjs.com/api/VSparkline#props",
37533
37544
  "value": {
37534
37545
  "kind": "expression",
@@ -37537,7 +37548,7 @@
37537
37548
  },
37538
37549
  {
37539
37550
  "name": "itemValue",
37540
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/Line.json))",
37551
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/Line.json))",
37541
37552
  "doc-url": "https://vuetifyjs.com/api/VSparkline#props",
37542
37553
  "default": "'value'",
37543
37554
  "value": {
@@ -37557,7 +37568,7 @@
37557
37568
  },
37558
37569
  {
37559
37570
  "name": "min",
37560
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/Line.json))",
37571
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/Line.json))",
37561
37572
  "doc-url": "https://vuetifyjs.com/api/VSparkline#props",
37562
37573
  "value": {
37563
37574
  "kind": "expression",
@@ -37566,7 +37577,7 @@
37566
37577
  },
37567
37578
  {
37568
37579
  "name": "max",
37569
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/Line.json))",
37580
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/Line.json))",
37570
37581
  "doc-url": "https://vuetifyjs.com/api/VSparkline#props",
37571
37582
  "value": {
37572
37583
  "kind": "expression",
@@ -37750,7 +37761,7 @@
37750
37761
  "name": "modelValue",
37751
37762
  "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array.",
37752
37763
  "doc-url": "https://vuetifyjs.com/api/VSpeedDial#props",
37753
- "default": "false",
37764
+ "default": "null",
37754
37765
  "value": {
37755
37766
  "kind": "expression",
37756
37767
  "type": "boolean"
@@ -40933,7 +40944,7 @@
40933
40944
  },
40934
40945
  {
40935
40946
  "name": "tab",
40936
- "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#L27-L29.json))",
40947
+ "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#L27-L29.json))",
40937
40948
  "doc-url": "https://vuetifyjs.com/api/v-tabs#slots",
40938
40949
  "vue-properties": [
40939
40950
  {
@@ -40955,12 +40966,12 @@
40955
40966
  },
40956
40967
  {
40957
40968
  "name": "window",
40958
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VTabs.json))",
40969
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VTabs.json))",
40959
40970
  "doc-url": "https://vuetifyjs.com/api/v-tabs#slots"
40960
40971
  },
40961
40972
  {
40962
40973
  "name": "[`tab.${string}`]",
40963
- "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#L27-L29.json))",
40974
+ "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#L27-L29.json))",
40964
40975
  "doc-url": "https://vuetifyjs.com/api/v-tabs#slots",
40965
40976
  "vue-properties": [
40966
40977
  {
@@ -40971,7 +40982,7 @@
40971
40982
  },
40972
40983
  {
40973
40984
  "name": "[`item.${string}`]",
40974
- "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#L27-L29.json))",
40985
+ "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#L27-L29.json))",
40975
40986
  "doc-url": "https://vuetifyjs.com/api/v-tabs#slots",
40976
40987
  "vue-properties": [
40977
40988
  {
@@ -42127,7 +42138,7 @@
42127
42138
  },
42128
42139
  {
42129
42140
  "name": "autofocus",
42130
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VTextarea.json))",
42141
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VTextarea.json))",
42131
42142
  "doc-url": "https://vuetifyjs.com/api/VTextarea#props",
42132
42143
  "default": "false",
42133
42144
  "value": {
@@ -43012,7 +43023,7 @@
43012
43023
  "attributes": [
43013
43024
  {
43014
43025
  "name": "withBackground",
43015
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VThemeProvider.json))",
43026
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VThemeProvider.json))",
43016
43027
  "doc-url": "https://vuetifyjs.com/api/VThemeProvider#props",
43017
43028
  "default": "false",
43018
43029
  "value": {
@@ -43142,7 +43153,7 @@
43142
43153
  },
43143
43154
  {
43144
43155
  "name": "useSeconds",
43145
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VTimePicker.json))",
43156
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VTimePicker.json))",
43146
43157
  "doc-url": "https://vuetifyjs.com/api/VTimePicker#props",
43147
43158
  "default": "false",
43148
43159
  "value": {
@@ -43409,7 +43420,7 @@
43409
43420
  },
43410
43421
  {
43411
43422
  "name": "actions",
43412
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VTimePicker.json))",
43423
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VTimePicker.json))",
43413
43424
  "doc-url": "https://vuetifyjs.com/api/v-time-picker#slots"
43414
43425
  },
43415
43426
  {
@@ -43434,7 +43445,7 @@
43434
43445
  "attributes": [
43435
43446
  {
43436
43447
  "name": "ampm",
43437
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VTimePickerClock.json))",
43448
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VTimePickerClock.json))",
43438
43449
  "doc-url": "https://vuetifyjs.com/api/VTimePickerClock#props",
43439
43450
  "default": "false",
43440
43451
  "value": {
@@ -43463,7 +43474,7 @@
43463
43474
  },
43464
43475
  {
43465
43476
  "name": "displayedValue",
43466
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VTimePickerClock.json))",
43477
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VTimePickerClock.json))",
43467
43478
  "doc-url": "https://vuetifyjs.com/api/VTimePickerClock#props",
43468
43479
  "value": {
43469
43480
  "kind": "expression",
@@ -43472,7 +43483,7 @@
43472
43483
  },
43473
43484
  {
43474
43485
  "name": "double",
43475
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VTimePickerClock.json))",
43486
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VTimePickerClock.json))",
43476
43487
  "doc-url": "https://vuetifyjs.com/api/VTimePickerClock#props",
43477
43488
  "default": "false",
43478
43489
  "value": {
@@ -43482,7 +43493,7 @@
43482
43493
  },
43483
43494
  {
43484
43495
  "name": "format",
43485
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VTimePickerClock.json))",
43496
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VTimePickerClock.json))",
43486
43497
  "doc-url": "https://vuetifyjs.com/api/VTimePickerClock#props",
43487
43498
  "value": {
43488
43499
  "kind": "expression",
@@ -43491,7 +43502,7 @@
43491
43502
  },
43492
43503
  {
43493
43504
  "name": "max",
43494
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VTimePickerClock.json))",
43505
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VTimePickerClock.json))",
43495
43506
  "doc-url": "https://vuetifyjs.com/api/VTimePickerClock#props",
43496
43507
  "value": {
43497
43508
  "kind": "expression",
@@ -43500,7 +43511,7 @@
43500
43511
  },
43501
43512
  {
43502
43513
  "name": "min",
43503
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VTimePickerClock.json))",
43514
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VTimePickerClock.json))",
43504
43515
  "doc-url": "https://vuetifyjs.com/api/VTimePickerClock#props",
43505
43516
  "value": {
43506
43517
  "kind": "expression",
@@ -43509,7 +43520,7 @@
43509
43520
  },
43510
43521
  {
43511
43522
  "name": "scrollable",
43512
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VTimePickerClock.json))",
43523
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VTimePickerClock.json))",
43513
43524
  "doc-url": "https://vuetifyjs.com/api/VTimePickerClock#props",
43514
43525
  "default": "false",
43515
43526
  "value": {
@@ -43519,7 +43530,7 @@
43519
43530
  },
43520
43531
  {
43521
43532
  "name": "readonly",
43522
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VTimePickerClock.json))",
43533
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VTimePickerClock.json))",
43523
43534
  "doc-url": "https://vuetifyjs.com/api/VTimePickerClock#props",
43524
43535
  "default": "false",
43525
43536
  "value": {
@@ -43529,7 +43540,7 @@
43529
43540
  },
43530
43541
  {
43531
43542
  "name": "rotate",
43532
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VTimePickerClock.json))",
43543
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VTimePickerClock.json))",
43533
43544
  "doc-url": "https://vuetifyjs.com/api/VTimePickerClock#props",
43534
43545
  "default": "0",
43535
43546
  "value": {
@@ -43539,7 +43550,7 @@
43539
43550
  },
43540
43551
  {
43541
43552
  "name": "step",
43542
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VTimePickerClock.json))",
43553
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VTimePickerClock.json))",
43543
43554
  "doc-url": "https://vuetifyjs.com/api/VTimePickerClock#props",
43544
43555
  "default": "1",
43545
43556
  "value": {
@@ -43558,7 +43569,7 @@
43558
43569
  },
43559
43570
  {
43560
43571
  "name": "allowedValues",
43561
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VTimePickerClock.json))",
43572
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VTimePickerClock.json))",
43562
43573
  "doc-url": "https://vuetifyjs.com/api/VTimePickerClock#props",
43563
43574
  "value": {
43564
43575
  "kind": "expression",
@@ -43569,7 +43580,7 @@
43569
43580
  "events": [
43570
43581
  {
43571
43582
  "name": "change",
43572
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VTimePickerClock.json))",
43583
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VTimePickerClock.json))",
43573
43584
  "doc-url": "https://vuetifyjs.com/api/v-time-picker-clock#events",
43574
43585
  "arguments": [
43575
43586
  {
@@ -43613,7 +43624,7 @@
43613
43624
  "attributes": [
43614
43625
  {
43615
43626
  "name": "ampm",
43616
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VTimePickerControls.json))",
43627
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VTimePickerControls.json))",
43617
43628
  "doc-url": "https://vuetifyjs.com/api/VTimePickerControls#props",
43618
43629
  "default": "false",
43619
43630
  "value": {
@@ -43623,7 +43634,7 @@
43623
43634
  },
43624
43635
  {
43625
43636
  "name": "ampmReadonly",
43626
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VTimePickerControls.json))",
43637
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VTimePickerControls.json))",
43627
43638
  "doc-url": "https://vuetifyjs.com/api/VTimePickerControls#props",
43628
43639
  "default": "false",
43629
43640
  "value": {
@@ -43652,7 +43663,7 @@
43652
43663
  },
43653
43664
  {
43654
43665
  "name": "hour",
43655
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VTimePickerControls.json))",
43666
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VTimePickerControls.json))",
43656
43667
  "doc-url": "https://vuetifyjs.com/api/VTimePickerControls#props",
43657
43668
  "value": {
43658
43669
  "kind": "expression",
@@ -43661,7 +43672,7 @@
43661
43672
  },
43662
43673
  {
43663
43674
  "name": "minute",
43664
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VTimePickerControls.json))",
43675
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VTimePickerControls.json))",
43665
43676
  "doc-url": "https://vuetifyjs.com/api/VTimePickerControls#props",
43666
43677
  "value": {
43667
43678
  "kind": "expression",
@@ -43670,7 +43681,7 @@
43670
43681
  },
43671
43682
  {
43672
43683
  "name": "second",
43673
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VTimePickerControls.json))",
43684
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VTimePickerControls.json))",
43674
43685
  "doc-url": "https://vuetifyjs.com/api/VTimePickerControls#props",
43675
43686
  "value": {
43676
43687
  "kind": "expression",
@@ -43679,7 +43690,7 @@
43679
43690
  },
43680
43691
  {
43681
43692
  "name": "period",
43682
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VTimePickerControls.json))",
43693
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VTimePickerControls.json))",
43683
43694
  "doc-url": "https://vuetifyjs.com/api/VTimePickerControls#props",
43684
43695
  "value": {
43685
43696
  "kind": "expression",
@@ -43688,7 +43699,7 @@
43688
43699
  },
43689
43700
  {
43690
43701
  "name": "readonly",
43691
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VTimePickerControls.json))",
43702
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VTimePickerControls.json))",
43692
43703
  "doc-url": "https://vuetifyjs.com/api/VTimePickerControls#props",
43693
43704
  "default": "false",
43694
43705
  "value": {
@@ -43698,7 +43709,7 @@
43698
43709
  },
43699
43710
  {
43700
43711
  "name": "useSeconds",
43701
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VTimePickerControls.json))",
43712
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VTimePickerControls.json))",
43702
43713
  "doc-url": "https://vuetifyjs.com/api/VTimePickerControls#props",
43703
43714
  "default": "false",
43704
43715
  "value": {
@@ -43708,7 +43719,7 @@
43708
43719
  },
43709
43720
  {
43710
43721
  "name": "selecting",
43711
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VTimePickerControls.json))",
43722
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VTimePickerControls.json))",
43712
43723
  "doc-url": "https://vuetifyjs.com/api/VTimePickerControls#props",
43713
43724
  "value": {
43714
43725
  "kind": "expression",
@@ -43717,7 +43728,7 @@
43717
43728
  },
43718
43729
  {
43719
43730
  "name": "value",
43720
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VTimePickerControls.json))",
43731
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VTimePickerControls.json))",
43721
43732
  "doc-url": "https://vuetifyjs.com/api/VTimePickerControls#props",
43722
43733
  "value": {
43723
43734
  "kind": "expression",
@@ -43728,7 +43739,7 @@
43728
43739
  "events": [
43729
43740
  {
43730
43741
  "name": "update:period",
43731
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VTimePickerControls.json))",
43742
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VTimePickerControls.json))",
43732
43743
  "doc-url": "https://vuetifyjs.com/api/v-time-picker-controls#events",
43733
43744
  "arguments": [
43734
43745
  {
@@ -43739,7 +43750,7 @@
43739
43750
  },
43740
43751
  {
43741
43752
  "name": "update:selecting",
43742
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VTimePickerControls.json))",
43753
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VTimePickerControls.json))",
43743
43754
  "doc-url": "https://vuetifyjs.com/api/v-time-picker-controls#events",
43744
43755
  "arguments": [
43745
43756
  {
@@ -44554,7 +44565,7 @@
44554
44565
  "name": "modelValue",
44555
44566
  "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array.",
44556
44567
  "doc-url": "https://vuetifyjs.com/api/VTooltip#props",
44557
- "default": "false",
44568
+ "default": "null",
44558
44569
  "value": {
44559
44570
  "kind": "expression",
44560
44571
  "type": "boolean"
@@ -45024,7 +45035,7 @@
45024
45035
  },
45025
45036
  {
45026
45037
  "name": "collapseIcon",
45027
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VList.json))",
45038
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VList.json))",
45028
45039
  "doc-url": "https://vuetifyjs.com/api/VTreeview#props",
45029
45040
  "default": "'$treeviewCollapse'",
45030
45041
  "value": {
@@ -45547,7 +45558,7 @@
45547
45558
  },
45548
45559
  {
45549
45560
  "name": "fluid",
45550
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VListGroup.json))",
45561
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VListGroup.json))",
45551
45562
  "doc-url": "https://vuetifyjs.com/api/VTreeviewGroup#props",
45552
45563
  "default": "false",
45553
45564
  "value": {
@@ -45641,7 +45652,7 @@
45641
45652
  },
45642
45653
  {
45643
45654
  "name": "loading",
45644
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VTreeviewItem.json))",
45655
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VTreeviewItem.json))",
45645
45656
  "doc-url": "https://vuetifyjs.com/api/VTreeviewItem#props",
45646
45657
  "default": "false",
45647
45658
  "value": {
@@ -45651,7 +45662,7 @@
45651
45662
  },
45652
45663
  {
45653
45664
  "name": "toggleIcon",
45654
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VTreeviewItem.json))",
45665
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VTreeviewItem.json))",
45655
45666
  "doc-url": "https://vuetifyjs.com/api/VTreeviewItem#props",
45656
45667
  "value": {
45657
45668
  "kind": "expression",
@@ -45733,7 +45744,7 @@
45733
45744
  },
45734
45745
  {
45735
45746
  "name": "nav",
45736
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VListItem.json))",
45747
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VListItem.json))",
45737
45748
  "doc-url": "https://vuetifyjs.com/api/VTreeviewItem#props",
45738
45749
  "default": "false",
45739
45750
  "value": {
@@ -45780,7 +45791,7 @@
45780
45791
  },
45781
45792
  {
45782
45793
  "name": "slim",
45783
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VListItem.json))",
45794
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VListItem.json))",
45784
45795
  "doc-url": "https://vuetifyjs.com/api/VTreeviewItem#props",
45785
45796
  "default": "true",
45786
45797
  "value": {
@@ -45968,7 +45979,7 @@
45968
45979
  },
45969
45980
  {
45970
45981
  "name": "lines",
45971
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VListItem.json))",
45982
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VListItem.json))",
45972
45983
  "doc-url": "https://vuetifyjs.com/api/VTreeviewItem#props",
45973
45984
  "value": {
45974
45985
  "kind": "expression",
@@ -45990,7 +46001,7 @@
45990
46001
  },
45991
46002
  {
45992
46003
  "name": "clickOnce",
45993
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VTreeviewItem.json))",
46004
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VTreeviewItem.json))",
45994
46005
  "doc-url": "https://vuetifyjs.com/api/v-treeview-item#events",
45995
46006
  "arguments": [
45996
46007
  {