@vuetify/nightly 3.6.3-dev.2024-05-03 → 3.6.3-master.2024-05-03

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 (37) hide show
  1. package/CHANGELOG.md +3 -2
  2. package/dist/json/attributes.json +105 -105
  3. package/dist/json/importMap-labs.json +16 -16
  4. package/dist/json/importMap.json +136 -136
  5. package/dist/json/web-types.json +202 -202
  6. package/dist/vuetify-labs.css +2288 -2288
  7. package/dist/vuetify-labs.d.ts +129 -123
  8. package/dist/vuetify-labs.esm.js +7 -5
  9. package/dist/vuetify-labs.esm.js.map +1 -1
  10. package/dist/vuetify-labs.js +7 -5
  11. package/dist/vuetify-labs.min.css +2 -2
  12. package/dist/vuetify.css +830 -830
  13. package/dist/vuetify.d.ts +177 -171
  14. package/dist/vuetify.esm.js +7 -5
  15. package/dist/vuetify.esm.js.map +1 -1
  16. package/dist/vuetify.js +7 -5
  17. package/dist/vuetify.js.map +1 -1
  18. package/dist/vuetify.min.css +2 -2
  19. package/dist/vuetify.min.js +5 -5
  20. package/dist/vuetify.min.js.map +1 -1
  21. package/lib/components/VBanner/index.d.mts +11 -11
  22. package/lib/components/VChipGroup/index.d.mts +11 -11
  23. package/lib/components/VDataTable/index.d.mts +66 -66
  24. package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs +3 -1
  25. package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs.map +1 -1
  26. package/lib/components/VNavigationDrawer/index.d.mts +19 -13
  27. package/lib/components/VSlideGroup/index.d.mts +11 -11
  28. package/lib/components/VTabs/index.d.mts +11 -11
  29. package/lib/components/index.d.mts +129 -123
  30. package/lib/composables/display.mjs +1 -1
  31. package/lib/composables/display.mjs.map +1 -1
  32. package/lib/entry-bundler.mjs +1 -1
  33. package/lib/entry-bundler.mjs.map +1 -1
  34. package/lib/framework.mjs +1 -1
  35. package/lib/framework.mjs.map +1 -1
  36. package/lib/index.d.mts +48 -48
  37. 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.3-dev.2024-05-03",
5
+ "version": "3.6.3-master.2024-05-03",
6
6
  "contributions": {
7
7
  "html": {
8
8
  "types-syntax": "typescript",
@@ -2906,7 +2906,7 @@
2906
2906
  "name": "mobile",
2907
2907
  "description": "Applies the mobile banner styles.",
2908
2908
  "doc-url": "https://vuetifyjs.com/api/VBanner#props",
2909
- "default": "null",
2909
+ "default": "false",
2910
2910
  "value": {
2911
2911
  "kind": "expression",
2912
2912
  "type": "boolean"
@@ -2914,7 +2914,7 @@
2914
2914
  },
2915
2915
  {
2916
2916
  "name": "mobileBreakpoint",
2917
- "description": "Overrides the display configuration default.",
2917
+ "description": "Overrides the display configuration default screen size that the component should be considered in mobile.",
2918
2918
  "doc-url": "https://vuetifyjs.com/api/VBanner#props",
2919
2919
  "value": {
2920
2920
  "kind": "expression",
@@ -3343,7 +3343,7 @@
3343
3343
  },
3344
3344
  {
3345
3345
  "name": "update:active",
3346
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VBottomNavigation.json))",
3346
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VBottomNavigation.json))",
3347
3347
  "doc-url": "https://vuetifyjs.com/api/v-bottom-navigation#events",
3348
3348
  "arguments": [
3349
3349
  {
@@ -5248,7 +5248,7 @@
5248
5248
  },
5249
5249
  {
5250
5250
  "name": "event",
5251
- "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))",
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))",
5252
5252
  "doc-url": "https://vuetifyjs.com/api/v-calendar#slots",
5253
5253
  "vue-properties": [
5254
5254
  {
@@ -5777,7 +5777,7 @@
5777
5777
  },
5778
5778
  {
5779
5779
  "name": "event",
5780
- "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))",
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))",
5781
5781
  "doc-url": "https://vuetifyjs.com/api/v-calendar-month-day#slots",
5782
5782
  "vue-properties": [
5783
5783
  {
@@ -8442,7 +8442,7 @@
8442
8442
  },
8443
8443
  {
8444
8444
  "name": "clickOnce",
8445
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VChip.json))",
8445
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VChip.json))",
8446
8446
  "doc-url": "https://vuetifyjs.com/api/v-chip#events",
8447
8447
  "arguments": [
8448
8448
  {
@@ -8647,9 +8647,9 @@
8647
8647
  },
8648
8648
  {
8649
8649
  "name": "mobile",
8650
- "description": "Explicitly designate as a mobile display configuration.",
8650
+ "description": "Determines the display mode of the component. If true, the component will be displayed in mobile mode. If false, the component will be displayed in desktop mode. If null, will be based on the current mobile-breakpoint",
8651
8651
  "doc-url": "https://vuetifyjs.com/api/VChipGroup#props",
8652
- "default": "null",
8652
+ "default": "false",
8653
8653
  "value": {
8654
8654
  "kind": "expression",
8655
8655
  "type": "boolean"
@@ -10675,7 +10675,7 @@
10675
10675
  },
10676
10676
  {
10677
10677
  "name": "save",
10678
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VConfirmEdit.json))",
10678
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VConfirmEdit.json))",
10679
10679
  "doc-url": "https://vuetifyjs.com/api/v-confirm-edit#events",
10680
10680
  "arguments": [
10681
10681
  {
@@ -11201,7 +11201,7 @@
11201
11201
  },
11202
11202
  {
11203
11203
  "name": "update:currentItems",
11204
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VDataIterator.json))",
11204
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VDataIterator.json))",
11205
11205
  "doc-url": "https://vuetifyjs.com/api/v-data-iterator#events",
11206
11206
  "arguments": [
11207
11207
  {
@@ -11525,9 +11525,9 @@
11525
11525
  },
11526
11526
  {
11527
11527
  "name": "mobile",
11528
- "description": "Explicitly designate as a mobile display configuration.",
11528
+ "description": "Determines the display mode of the component. If true, the component will be displayed in mobile mode. If false, the component will be displayed in desktop mode. If null, will be based on the current mobile-breakpoint",
11529
11529
  "doc-url": "https://vuetifyjs.com/api/VDataTable#props",
11530
- "default": "null",
11530
+ "default": "false",
11531
11531
  "value": {
11532
11532
  "kind": "expression",
11533
11533
  "type": "boolean"
@@ -11614,7 +11614,7 @@
11614
11614
  },
11615
11615
  {
11616
11616
  "name": "mobileBreakpoint",
11617
- "description": "Overrides the display configuration default.",
11617
+ "description": "Overrides the display configuration default screen size that the component should be considered in mobile.",
11618
11618
  "doc-url": "https://vuetifyjs.com/api/VDataTable#props",
11619
11619
  "value": {
11620
11620
  "kind": "expression",
@@ -12142,7 +12142,7 @@
12142
12142
  },
12143
12143
  {
12144
12144
  "name": "update:currentItems",
12145
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VDataTable.json))",
12145
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VDataTable.json))",
12146
12146
  "doc-url": "https://vuetifyjs.com/api/v-data-table#events",
12147
12147
  "arguments": [
12148
12148
  {
@@ -12234,7 +12234,7 @@
12234
12234
  },
12235
12235
  {
12236
12236
  "name": "header.data-table-expand",
12237
- "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))",
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))",
12238
12238
  "doc-url": "https://vuetifyjs.com/api/v-data-table#slots",
12239
12239
  "vue-properties": [
12240
12240
  {
@@ -12336,7 +12336,7 @@
12336
12336
  },
12337
12337
  {
12338
12338
  "name": "headers",
12339
- "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))",
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))",
12340
12340
  "doc-url": "https://vuetifyjs.com/api/v-data-table#slots",
12341
12341
  "vue-properties": [
12342
12342
  {
@@ -12758,7 +12758,7 @@
12758
12758
  },
12759
12759
  {
12760
12760
  "name": "tbody",
12761
- "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))",
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))",
12762
12762
  "doc-url": "https://vuetifyjs.com/api/v-data-table#slots",
12763
12763
  "vue-properties": [
12764
12764
  {
@@ -12849,7 +12849,7 @@
12849
12849
  },
12850
12850
  {
12851
12851
  "name": "thead",
12852
- "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))",
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))",
12853
12853
  "doc-url": "https://vuetifyjs.com/api/v-data-table#slots",
12854
12854
  "vue-properties": [
12855
12855
  {
@@ -12940,7 +12940,7 @@
12940
12940
  },
12941
12941
  {
12942
12942
  "name": "tfoot",
12943
- "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))",
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))",
12944
12944
  "doc-url": "https://vuetifyjs.com/api/v-data-table#slots",
12945
12945
  "vue-properties": [
12946
12946
  {
@@ -13314,7 +13314,7 @@
13314
13314
  },
13315
13315
  {
13316
13316
  "name": "[`header.${string}`]",
13317
- "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))",
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))",
13318
13318
  "doc-url": "https://vuetifyjs.com/api/v-data-table#slots",
13319
13319
  "vue-properties": [
13320
13320
  {
@@ -13370,7 +13370,7 @@
13370
13370
  "slots": [
13371
13371
  {
13372
13372
  "name": "[string]",
13373
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VDataTableFooter.json))",
13373
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VDataTableFooter.json))",
13374
13374
  "doc-url": "https://vuetifyjs.com/api/v-data-table-footer#slots"
13375
13375
  }
13376
13376
  ],
@@ -13409,7 +13409,7 @@
13409
13409
  },
13410
13410
  {
13411
13411
  "name": "multiSort",
13412
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VDataTableHeaders.json))",
13412
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VDataTableHeaders.json))",
13413
13413
  "doc-url": "https://vuetifyjs.com/api/VDataTableHeaders#props",
13414
13414
  "default": "false",
13415
13415
  "value": {
@@ -13439,7 +13439,7 @@
13439
13439
  },
13440
13440
  {
13441
13441
  "name": "headerProps",
13442
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VDataTableHeaders.json))",
13442
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VDataTableHeaders.json))",
13443
13443
  "doc-url": "https://vuetifyjs.com/api/VDataTableHeaders#props",
13444
13444
  "value": {
13445
13445
  "kind": "expression",
@@ -13448,9 +13448,9 @@
13448
13448
  },
13449
13449
  {
13450
13450
  "name": "mobile",
13451
- "description": "Explicitly designate as a mobile display configuration.",
13451
+ "description": "Determines the display mode of the component. If true, the component will be displayed in mobile mode. If false, the component will be displayed in desktop mode. If null, will be based on the current mobile-breakpoint",
13452
13452
  "doc-url": "https://vuetifyjs.com/api/VDataTableHeaders#props",
13453
- "default": "null",
13453
+ "default": "false",
13454
13454
  "value": {
13455
13455
  "kind": "expression",
13456
13456
  "type": "boolean"
@@ -13458,7 +13458,7 @@
13458
13458
  },
13459
13459
  {
13460
13460
  "name": "mobileBreakpoint",
13461
- "description": "Overrides the display configuration default.",
13461
+ "description": "Overrides the display configuration default screen size that the component should be considered in mobile.",
13462
13462
  "doc-url": "https://vuetifyjs.com/api/VDataTableHeaders#props",
13463
13463
  "value": {
13464
13464
  "kind": "expression",
@@ -13480,7 +13480,7 @@
13480
13480
  "slots": [
13481
13481
  {
13482
13482
  "name": "headers",
13483
- "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))",
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))",
13484
13484
  "doc-url": "https://vuetifyjs.com/api/v-data-table-headers#slots",
13485
13485
  "vue-properties": [
13486
13486
  {
@@ -13538,7 +13538,7 @@
13538
13538
  },
13539
13539
  {
13540
13540
  "name": "header.data-table-select",
13541
- "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))",
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))",
13542
13542
  "doc-url": "https://vuetifyjs.com/api/v-data-table-headers#slots",
13543
13543
  "vue-properties": [
13544
13544
  {
@@ -13577,7 +13577,7 @@
13577
13577
  },
13578
13578
  {
13579
13579
  "name": "header.data-table-expand",
13580
- "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))",
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))",
13581
13581
  "doc-url": "https://vuetifyjs.com/api/v-data-table-headers#slots",
13582
13582
  "vue-properties": [
13583
13583
  {
@@ -13616,7 +13616,7 @@
13616
13616
  },
13617
13617
  {
13618
13618
  "name": "[`header.${string}`]",
13619
- "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))",
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))",
13620
13620
  "doc-url": "https://vuetifyjs.com/api/v-data-table-headers#slots",
13621
13621
  "vue-properties": [
13622
13622
  {
@@ -13670,7 +13670,7 @@
13670
13670
  "attributes": [
13671
13671
  {
13672
13672
  "name": "cellProps",
13673
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VDataTableRow.json))",
13673
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VDataTableRow.json))",
13674
13674
  "doc-url": "https://vuetifyjs.com/api/VDataTableRow#props",
13675
13675
  "value": {
13676
13676
  "kind": "expression",
@@ -13679,9 +13679,9 @@
13679
13679
  },
13680
13680
  {
13681
13681
  "name": "mobile",
13682
- "description": "Explicitly designate as a mobile display configuration.",
13682
+ "description": "Determines the display mode of the component. If true, the component will be displayed in mobile mode. If false, the component will be displayed in desktop mode. If null, will be based on the current mobile-breakpoint",
13683
13683
  "doc-url": "https://vuetifyjs.com/api/VDataTableRow#props",
13684
- "default": "null",
13684
+ "default": "false",
13685
13685
  "value": {
13686
13686
  "kind": "expression",
13687
13687
  "type": "boolean"
@@ -13698,7 +13698,7 @@
13698
13698
  },
13699
13699
  {
13700
13700
  "name": "mobileBreakpoint",
13701
- "description": "Overrides the display configuration default.",
13701
+ "description": "Overrides the display configuration default screen size that the component should be considered in mobile.",
13702
13702
  "doc-url": "https://vuetifyjs.com/api/VDataTableRow#props",
13703
13703
  "value": {
13704
13704
  "kind": "expression",
@@ -13729,7 +13729,7 @@
13729
13729
  },
13730
13730
  {
13731
13731
  "name": "contextmenu",
13732
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VDataTableRow.json))",
13732
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VDataTableRow.json))",
13733
13733
  "doc-url": "https://vuetifyjs.com/api/v-data-table-row#events",
13734
13734
  "arguments": [
13735
13735
  {
@@ -13740,7 +13740,7 @@
13740
13740
  },
13741
13741
  {
13742
13742
  "name": "dblclick",
13743
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VDataTableRow.json))",
13743
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VDataTableRow.json))",
13744
13744
  "doc-url": "https://vuetifyjs.com/api/v-data-table-row#events",
13745
13745
  "arguments": [
13746
13746
  {
@@ -13753,17 +13753,17 @@
13753
13753
  "slots": [
13754
13754
  {
13755
13755
  "name": "item.data-table-select",
13756
- "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))",
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))",
13757
13757
  "doc-url": "https://vuetifyjs.com/api/v-data-table-row#slots"
13758
13758
  },
13759
13759
  {
13760
13760
  "name": "item.data-table-expand",
13761
- "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))",
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))",
13762
13762
  "doc-url": "https://vuetifyjs.com/api/v-data-table-row#slots"
13763
13763
  },
13764
13764
  {
13765
13765
  "name": "header.data-table-select",
13766
- "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))",
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))",
13767
13767
  "doc-url": "https://vuetifyjs.com/api/v-data-table-row#slots",
13768
13768
  "vue-properties": [
13769
13769
  {
@@ -13802,7 +13802,7 @@
13802
13802
  },
13803
13803
  {
13804
13804
  "name": "header.data-table-expand",
13805
- "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))",
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))",
13806
13806
  "doc-url": "https://vuetifyjs.com/api/v-data-table-row#slots",
13807
13807
  "vue-properties": [
13808
13808
  {
@@ -13841,12 +13841,12 @@
13841
13841
  },
13842
13842
  {
13843
13843
  "name": "[`item.${string}`]",
13844
- "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))",
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))",
13845
13845
  "doc-url": "https://vuetifyjs.com/api/v-data-table-row#slots"
13846
13846
  },
13847
13847
  {
13848
13848
  "name": "[`header.${string}`]",
13849
- "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))",
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))",
13850
13850
  "doc-url": "https://vuetifyjs.com/api/v-data-table-row#slots",
13851
13851
  "vue-properties": [
13852
13852
  {
@@ -13909,9 +13909,9 @@
13909
13909
  },
13910
13910
  {
13911
13911
  "name": "mobile",
13912
- "description": "Explicitly designate as a mobile display configuration.",
13912
+ "description": "Determines the display mode of the component. If true, the component will be displayed in mobile mode. If false, the component will be displayed in desktop mode. If null, will be based on the current mobile-breakpoint",
13913
13913
  "doc-url": "https://vuetifyjs.com/api/VDataTableRows#props",
13914
- "default": "null",
13914
+ "default": "false",
13915
13915
  "value": {
13916
13916
  "kind": "expression",
13917
13917
  "type": "boolean"
@@ -13969,7 +13969,7 @@
13969
13969
  },
13970
13970
  {
13971
13971
  "name": "mobileBreakpoint",
13972
- "description": "Overrides the display configuration default.",
13972
+ "description": "Overrides the display configuration default screen size that the component should be considered in mobile.",
13973
13973
  "doc-url": "https://vuetifyjs.com/api/VDataTableRows#props",
13974
13974
  "value": {
13975
13975
  "kind": "expression",
@@ -14030,7 +14030,7 @@
14030
14030
  },
14031
14031
  {
14032
14032
  "name": "header.data-table-select",
14033
- "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))",
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))",
14034
14034
  "doc-url": "https://vuetifyjs.com/api/v-data-table-rows#slots",
14035
14035
  "vue-properties": [
14036
14036
  {
@@ -14069,7 +14069,7 @@
14069
14069
  },
14070
14070
  {
14071
14071
  "name": "header.data-table-expand",
14072
- "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))",
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))",
14073
14073
  "doc-url": "https://vuetifyjs.com/api/v-data-table-rows#slots",
14074
14074
  "vue-properties": [
14075
14075
  {
@@ -14171,12 +14171,12 @@
14171
14171
  },
14172
14172
  {
14173
14173
  "name": "[`item.${string}`]",
14174
- "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))",
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))",
14175
14175
  "doc-url": "https://vuetifyjs.com/api/v-data-table-rows#slots"
14176
14176
  },
14177
14177
  {
14178
14178
  "name": "[`header.${string}`]",
14179
- "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))",
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))",
14180
14180
  "doc-url": "https://vuetifyjs.com/api/v-data-table-rows#slots",
14181
14181
  "vue-properties": [
14182
14182
  {
@@ -14239,7 +14239,7 @@
14239
14239
  },
14240
14240
  {
14241
14241
  "name": "headerProps",
14242
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VDataTableHeaders.json))",
14242
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VDataTableHeaders.json))",
14243
14243
  "doc-url": "https://vuetifyjs.com/api/VDataTableServer#props",
14244
14244
  "value": {
14245
14245
  "kind": "expression",
@@ -14257,9 +14257,9 @@
14257
14257
  },
14258
14258
  {
14259
14259
  "name": "mobile",
14260
- "description": "Explicitly designate as a mobile display configuration.",
14260
+ "description": "Determines the display mode of the component. If true, the component will be displayed in mobile mode. If false, the component will be displayed in desktop mode. If null, will be based on the current mobile-breakpoint",
14261
14261
  "doc-url": "https://vuetifyjs.com/api/VDataTableServer#props",
14262
- "default": "null",
14262
+ "default": "false",
14263
14263
  "value": {
14264
14264
  "kind": "expression",
14265
14265
  "type": "boolean"
@@ -14355,7 +14355,7 @@
14355
14355
  },
14356
14356
  {
14357
14357
  "name": "mobileBreakpoint",
14358
- "description": "Overrides the display configuration default.",
14358
+ "description": "Overrides the display configuration default screen size that the component should be considered in mobile.",
14359
14359
  "doc-url": "https://vuetifyjs.com/api/VDataTableServer#props",
14360
14360
  "value": {
14361
14361
  "kind": "expression",
@@ -14878,7 +14878,7 @@
14878
14878
  },
14879
14879
  {
14880
14880
  "name": "header.data-table-select",
14881
- "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))",
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))",
14882
14882
  "doc-url": "https://vuetifyjs.com/api/v-data-table-server#slots",
14883
14883
  "vue-properties": [
14884
14884
  {
@@ -14917,7 +14917,7 @@
14917
14917
  },
14918
14918
  {
14919
14919
  "name": "header.data-table-expand",
14920
- "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))",
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))",
14921
14921
  "doc-url": "https://vuetifyjs.com/api/v-data-table-server#slots",
14922
14922
  "vue-properties": [
14923
14923
  {
@@ -15805,7 +15805,7 @@
15805
15805
  },
15806
15806
  {
15807
15807
  "name": "body.prepend",
15808
- "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))",
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))",
15809
15809
  "doc-url": "https://vuetifyjs.com/api/v-data-table-server#slots",
15810
15810
  "vue-properties": [
15811
15811
  {
@@ -15896,7 +15896,7 @@
15896
15896
  },
15897
15897
  {
15898
15898
  "name": "body.append",
15899
- "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))",
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))",
15900
15900
  "doc-url": "https://vuetifyjs.com/api/v-data-table-server#slots",
15901
15901
  "vue-properties": [
15902
15902
  {
@@ -15997,7 +15997,7 @@
15997
15997
  },
15998
15998
  {
15999
15999
  "name": "[`header.${string}`]",
16000
- "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))",
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))",
16001
16001
  "doc-url": "https://vuetifyjs.com/api/v-data-table-server#slots",
16002
16002
  "vue-properties": [
16003
16003
  {
@@ -16060,7 +16060,7 @@
16060
16060
  },
16061
16061
  {
16062
16062
  "name": "headerProps",
16063
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VDataTableHeaders.json))",
16063
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VDataTableHeaders.json))",
16064
16064
  "doc-url": "https://vuetifyjs.com/api/VDataTableVirtual#props",
16065
16065
  "value": {
16066
16066
  "kind": "expression",
@@ -16078,9 +16078,9 @@
16078
16078
  },
16079
16079
  {
16080
16080
  "name": "mobile",
16081
- "description": "Explicitly designate as a mobile display configuration.",
16081
+ "description": "Determines the display mode of the component. If true, the component will be displayed in mobile mode. If false, the component will be displayed in desktop mode. If null, will be based on the current mobile-breakpoint",
16082
16082
  "doc-url": "https://vuetifyjs.com/api/VDataTableVirtual#props",
16083
- "default": "null",
16083
+ "default": "false",
16084
16084
  "value": {
16085
16085
  "kind": "expression",
16086
16086
  "type": "boolean"
@@ -16147,7 +16147,7 @@
16147
16147
  },
16148
16148
  {
16149
16149
  "name": "mobileBreakpoint",
16150
- "description": "Overrides the display configuration default.",
16150
+ "description": "Overrides the display configuration default screen size that the component should be considered in mobile.",
16151
16151
  "doc-url": "https://vuetifyjs.com/api/VDataTableVirtual#props",
16152
16152
  "value": {
16153
16153
  "kind": "expression",
@@ -16585,7 +16585,7 @@
16585
16585
  },
16586
16586
  {
16587
16587
  "name": "header.data-table-select",
16588
- "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))",
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))",
16589
16589
  "doc-url": "https://vuetifyjs.com/api/v-data-table-virtual#slots",
16590
16590
  "vue-properties": [
16591
16591
  {
@@ -16624,7 +16624,7 @@
16624
16624
  },
16625
16625
  {
16626
16626
  "name": "header.data-table-expand",
16627
- "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))",
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))",
16628
16628
  "doc-url": "https://vuetifyjs.com/api/v-data-table-virtual#slots",
16629
16629
  "vue-properties": [
16630
16630
  {
@@ -17009,7 +17009,7 @@
17009
17009
  },
17010
17010
  {
17011
17011
  "name": "body.prepend",
17012
- "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))",
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))",
17013
17013
  "doc-url": "https://vuetifyjs.com/api/v-data-table-virtual#slots",
17014
17014
  "vue-properties": [
17015
17015
  {
@@ -17084,7 +17084,7 @@
17084
17084
  },
17085
17085
  {
17086
17086
  "name": "body.append",
17087
- "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))",
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))",
17088
17088
  "doc-url": "https://vuetifyjs.com/api/v-data-table-virtual#slots",
17089
17089
  "vue-properties": [
17090
17090
  {
@@ -17164,7 +17164,7 @@
17164
17164
  },
17165
17165
  {
17166
17166
  "name": "[`header.${string}`]",
17167
- "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))",
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))",
17168
17168
  "doc-url": "https://vuetifyjs.com/api/v-data-table-virtual#slots",
17169
17169
  "vue-properties": [
17170
17170
  {
@@ -17228,7 +17228,7 @@
17228
17228
  },
17229
17229
  {
17230
17230
  "name": "hideActions",
17231
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VDateInput.json))",
17231
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VDateInput.json))",
17232
17232
  "doc-url": "https://vuetifyjs.com/api/VDateInput#props",
17233
17233
  "default": "false",
17234
17234
  "value": {
@@ -18583,7 +18583,7 @@
18583
18583
  },
18584
18584
  {
18585
18585
  "name": "update:month",
18586
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VDatePicker.json))",
18586
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VDatePicker.json))",
18587
18587
  "doc-url": "https://vuetifyjs.com/api/v-date-picker#events",
18588
18588
  "arguments": [
18589
18589
  {
@@ -18594,7 +18594,7 @@
18594
18594
  },
18595
18595
  {
18596
18596
  "name": "update:year",
18597
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VDatePicker.json))",
18597
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VDatePicker.json))",
18598
18598
  "doc-url": "https://vuetifyjs.com/api/v-date-picker#events",
18599
18599
  "arguments": [
18600
18600
  {
@@ -18605,7 +18605,7 @@
18605
18605
  },
18606
18606
  {
18607
18607
  "name": "update:viewMode",
18608
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VDatePicker.json))",
18608
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VDatePicker.json))",
18609
18609
  "doc-url": "https://vuetifyjs.com/api/v-date-picker#events",
18610
18610
  "arguments": [
18611
18611
  {
@@ -18623,7 +18623,7 @@
18623
18623
  },
18624
18624
  {
18625
18625
  "name": "actions",
18626
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VDatePicker.json))",
18626
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VDatePicker.json))",
18627
18627
  "doc-url": "https://vuetifyjs.com/api/v-date-picker#slots"
18628
18628
  },
18629
18629
  {
@@ -18633,7 +18633,7 @@
18633
18633
  },
18634
18634
  {
18635
18635
  "name": "header",
18636
- "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))",
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))",
18637
18637
  "doc-url": "https://vuetifyjs.com/api/v-date-picker#slots",
18638
18638
  "vue-properties": [
18639
18639
  {
@@ -18682,7 +18682,7 @@
18682
18682
  },
18683
18683
  {
18684
18684
  "name": "nextIcon",
18685
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VDatePickerControls.json))",
18685
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VDatePickerControls.json))",
18686
18686
  "doc-url": "https://vuetifyjs.com/api/VDatePickerControls#props",
18687
18687
  "default": "'$next'",
18688
18688
  "value": {
@@ -18692,7 +18692,7 @@
18692
18692
  },
18693
18693
  {
18694
18694
  "name": "prevIcon",
18695
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VDatePickerControls.json))",
18695
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VDatePickerControls.json))",
18696
18696
  "doc-url": "https://vuetifyjs.com/api/VDatePickerControls#props",
18697
18697
  "default": "'$prev'",
18698
18698
  "value": {
@@ -18702,7 +18702,7 @@
18702
18702
  },
18703
18703
  {
18704
18704
  "name": "modeIcon",
18705
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VDatePickerControls.json))",
18705
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VDatePickerControls.json))",
18706
18706
  "doc-url": "https://vuetifyjs.com/api/VDatePickerControls#props",
18707
18707
  "default": "'$subgroup'",
18708
18708
  "value": {
@@ -18721,7 +18721,7 @@
18721
18721
  },
18722
18722
  {
18723
18723
  "name": "viewMode",
18724
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VDatePickerControls.json))",
18724
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VDatePickerControls.json))",
18725
18725
  "doc-url": "https://vuetifyjs.com/api/VDatePickerControls#props",
18726
18726
  "default": "'month'",
18727
18727
  "value": {
@@ -18733,7 +18733,7 @@
18733
18733
  "events": [
18734
18734
  {
18735
18735
  "name": "click:year",
18736
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VDatePickerControls.json))",
18736
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VDatePickerControls.json))",
18737
18737
  "doc-url": "https://vuetifyjs.com/api/v-date-picker-controls#events",
18738
18738
  "arguments": [
18739
18739
  {
@@ -18744,7 +18744,7 @@
18744
18744
  },
18745
18745
  {
18746
18746
  "name": "click:month",
18747
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VDatePickerControls.json))",
18747
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VDatePickerControls.json))",
18748
18748
  "doc-url": "https://vuetifyjs.com/api/v-date-picker-controls#events",
18749
18749
  "arguments": [
18750
18750
  {
@@ -18755,7 +18755,7 @@
18755
18755
  },
18756
18756
  {
18757
18757
  "name": "click:prev",
18758
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VDatePickerControls.json))",
18758
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VDatePickerControls.json))",
18759
18759
  "doc-url": "https://vuetifyjs.com/api/v-date-picker-controls#events",
18760
18760
  "arguments": [
18761
18761
  {
@@ -18766,7 +18766,7 @@
18766
18766
  },
18767
18767
  {
18768
18768
  "name": "click:next",
18769
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VDatePickerControls.json))",
18769
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VDatePickerControls.json))",
18770
18770
  "doc-url": "https://vuetifyjs.com/api/v-date-picker-controls#events",
18771
18771
  "arguments": [
18772
18772
  {
@@ -18777,7 +18777,7 @@
18777
18777
  },
18778
18778
  {
18779
18779
  "name": "click:text",
18780
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VDatePickerControls.json))",
18780
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VDatePickerControls.json))",
18781
18781
  "doc-url": "https://vuetifyjs.com/api/v-date-picker-controls#events",
18782
18782
  "arguments": [
18783
18783
  {
@@ -18828,7 +18828,7 @@
18828
18828
  },
18829
18829
  {
18830
18830
  "name": "header",
18831
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VDatePickerHeader.json))",
18831
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VDatePickerHeader.json))",
18832
18832
  "doc-url": "https://vuetifyjs.com/api/VDatePickerHeader#props",
18833
18833
  "value": {
18834
18834
  "kind": "expression",
@@ -18837,7 +18837,7 @@
18837
18837
  },
18838
18838
  {
18839
18839
  "name": "transition",
18840
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VDatePickerHeader.json))",
18840
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VDatePickerHeader.json))",
18841
18841
  "doc-url": "https://vuetifyjs.com/api/VDatePickerHeader#props",
18842
18842
  "value": {
18843
18843
  "kind": "expression",
@@ -18921,7 +18921,7 @@
18921
18921
  },
18922
18922
  {
18923
18923
  "name": "showWeek",
18924
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VDatePickerMonth.json))",
18924
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VDatePickerMonth.json))",
18925
18925
  "doc-url": "https://vuetifyjs.com/api/VDatePickerMonth#props",
18926
18926
  "default": "false",
18927
18927
  "value": {
@@ -18970,7 +18970,7 @@
18970
18970
  },
18971
18971
  {
18972
18972
  "name": "showAdjacentMonths",
18973
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/calendar.json))",
18973
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/calendar.json))",
18974
18974
  "doc-url": "https://vuetifyjs.com/api/VDatePickerMonth#props",
18975
18975
  "default": "false",
18976
18976
  "value": {
@@ -19009,7 +19009,7 @@
19009
19009
  },
19010
19010
  {
19011
19011
  "name": "allowedDates",
19012
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/calendar.json))",
19012
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/calendar.json))",
19013
19013
  "doc-url": "https://vuetifyjs.com/api/VDatePickerMonth#props",
19014
19014
  "value": {
19015
19015
  "kind": "expression",
@@ -19036,7 +19036,7 @@
19036
19036
  },
19037
19037
  {
19038
19038
  "name": "max",
19039
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/calendar.json))",
19039
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/calendar.json))",
19040
19040
  "doc-url": "https://vuetifyjs.com/api/VDatePickerMonth#props",
19041
19041
  "value": {
19042
19042
  "kind": "expression",
@@ -19045,7 +19045,7 @@
19045
19045
  },
19046
19046
  {
19047
19047
  "name": "min",
19048
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/calendar.json))",
19048
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/calendar.json))",
19049
19049
  "doc-url": "https://vuetifyjs.com/api/VDatePickerMonth#props",
19050
19050
  "value": {
19051
19051
  "kind": "expression",
@@ -19054,7 +19054,7 @@
19054
19054
  },
19055
19055
  {
19056
19056
  "name": "multiple",
19057
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VDatePickerMonth.json))",
19057
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VDatePickerMonth.json))",
19058
19058
  "doc-url": "https://vuetifyjs.com/api/VDatePickerMonth#props",
19059
19059
  "default": "false",
19060
19060
  "value": {
@@ -19077,7 +19077,7 @@
19077
19077
  },
19078
19078
  {
19079
19079
  "name": "update:month",
19080
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VDatePickerMonth.json))",
19080
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VDatePickerMonth.json))",
19081
19081
  "doc-url": "https://vuetifyjs.com/api/v-date-picker-month#events",
19082
19082
  "arguments": [
19083
19083
  {
@@ -19088,7 +19088,7 @@
19088
19088
  },
19089
19089
  {
19090
19090
  "name": "update:year",
19091
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VDatePickerMonth.json))",
19091
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VDatePickerMonth.json))",
19092
19092
  "doc-url": "https://vuetifyjs.com/api/v-date-picker-month#events",
19093
19093
  "arguments": [
19094
19094
  {
@@ -19101,7 +19101,7 @@
19101
19101
  "slots": [
19102
19102
  {
19103
19103
  "name": "day",
19104
- "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))",
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))",
19105
19105
  "doc-url": "https://vuetifyjs.com/api/v-date-picker-month#slots",
19106
19106
  "vue-properties": [
19107
19107
  {
@@ -19177,7 +19177,7 @@
19177
19177
  "slots": [
19178
19178
  {
19179
19179
  "name": "month",
19180
- "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))",
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))",
19181
19181
  "doc-url": "https://vuetifyjs.com/api/v-date-picker-months#slots",
19182
19182
  "vue-properties": [
19183
19183
  {
@@ -19238,7 +19238,7 @@
19238
19238
  },
19239
19239
  {
19240
19240
  "name": "min",
19241
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VDatePickerYears.json))",
19241
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VDatePickerYears.json))",
19242
19242
  "doc-url": "https://vuetifyjs.com/api/VDatePickerYears#props",
19243
19243
  "value": {
19244
19244
  "kind": "expression",
@@ -19247,7 +19247,7 @@
19247
19247
  },
19248
19248
  {
19249
19249
  "name": "max",
19250
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VDatePickerYears.json))",
19250
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VDatePickerYears.json))",
19251
19251
  "doc-url": "https://vuetifyjs.com/api/VDatePickerYears#props",
19252
19252
  "value": {
19253
19253
  "kind": "expression",
@@ -19271,7 +19271,7 @@
19271
19271
  "slots": [
19272
19272
  {
19273
19273
  "name": "year",
19274
- "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))",
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))",
19275
19275
  "doc-url": "https://vuetifyjs.com/api/v-date-picker-years#slots",
19276
19276
  "vue-properties": [
19277
19277
  {
@@ -19982,7 +19982,7 @@
19982
19982
  "attributes": [
19983
19983
  {
19984
19984
  "name": "target",
19985
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/v-dialog-transition.json))",
19985
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-dialog-transition.json))",
19986
19986
  "doc-url": "https://vuetifyjs.com/api/VDialogTransition#props",
19987
19987
  "value": {
19988
19988
  "kind": "expression",
@@ -20588,7 +20588,7 @@
20588
20588
  },
20589
20589
  {
20590
20590
  "name": "focusable",
20591
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VExpansionPanelTitle.json))",
20591
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VExpansionPanelTitle.json))",
20592
20592
  "doc-url": "https://vuetifyjs.com/api/VExpansionPanel#props",
20593
20593
  "default": "false",
20594
20594
  "value": {
@@ -20598,7 +20598,7 @@
20598
20598
  },
20599
20599
  {
20600
20600
  "name": "static",
20601
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VExpansionPanelTitle.json))",
20601
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VExpansionPanelTitle.json))",
20602
20602
  "doc-url": "https://vuetifyjs.com/api/VExpansionPanel#props",
20603
20603
  "default": "false",
20604
20604
  "value": {
@@ -20755,7 +20755,7 @@
20755
20755
  },
20756
20756
  {
20757
20757
  "name": "focusable",
20758
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VExpansionPanelTitle.json))",
20758
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VExpansionPanelTitle.json))",
20759
20759
  "doc-url": "https://vuetifyjs.com/api/VExpansionPanelTitle#props",
20760
20760
  "default": "false",
20761
20761
  "value": {
@@ -20765,7 +20765,7 @@
20765
20765
  },
20766
20766
  {
20767
20767
  "name": "static",
20768
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VExpansionPanelTitle.json))",
20768
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VExpansionPanelTitle.json))",
20769
20769
  "doc-url": "https://vuetifyjs.com/api/VExpansionPanelTitle#props",
20770
20770
  "default": "false",
20771
20771
  "value": {
@@ -20785,7 +20785,7 @@
20785
20785
  },
20786
20786
  {
20787
20787
  "name": "readonly",
20788
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VExpansionPanelTitle.json))",
20788
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VExpansionPanelTitle.json))",
20789
20789
  "doc-url": "https://vuetifyjs.com/api/VExpansionPanelTitle#props",
20790
20790
  "default": "false",
20791
20791
  "value": {
@@ -20825,7 +20825,7 @@
20825
20825
  },
20826
20826
  {
20827
20827
  "name": "actions",
20828
- "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))",
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))",
20829
20829
  "doc-url": "https://vuetifyjs.com/api/v-expansion-panel-title#slots",
20830
20830
  "vue-properties": [
20831
20831
  {
@@ -21057,7 +21057,7 @@
21057
21057
  },
21058
21058
  {
21059
21059
  "name": "static",
21060
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VExpansionPanelTitle.json))",
21060
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VExpansionPanelTitle.json))",
21061
21061
  "doc-url": "https://vuetifyjs.com/api/VExpansionPanels#props",
21062
21062
  "default": "false",
21063
21063
  "value": {
@@ -25093,7 +25093,7 @@
25093
25093
  "attributes": [
25094
25094
  {
25095
25095
  "name": "position",
25096
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VLayoutItem.json))",
25096
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VLayoutItem.json))",
25097
25097
  "doc-url": "https://vuetifyjs.com/api/VLayoutItem#props",
25098
25098
  "value": {
25099
25099
  "kind": "expression",
@@ -25384,7 +25384,7 @@
25384
25384
  },
25385
25385
  {
25386
25386
  "name": "expandIcon",
25387
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VList.json))",
25387
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VList.json))",
25388
25388
  "doc-url": "https://vuetifyjs.com/api/VList#props",
25389
25389
  "value": {
25390
25390
  "kind": "expression",
@@ -25393,7 +25393,7 @@
25393
25393
  },
25394
25394
  {
25395
25395
  "name": "collapseIcon",
25396
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VList.json))",
25396
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VList.json))",
25397
25397
  "doc-url": "https://vuetifyjs.com/api/VList#props",
25398
25398
  "value": {
25399
25399
  "kind": "expression",
@@ -25432,7 +25432,7 @@
25432
25432
  },
25433
25433
  {
25434
25434
  "name": "activatable",
25435
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/nested.json))",
25435
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/nested.json))",
25436
25436
  "doc-url": "https://vuetifyjs.com/api/VList#props",
25437
25437
  "default": "false",
25438
25438
  "value": {
@@ -25442,7 +25442,7 @@
25442
25442
  },
25443
25443
  {
25444
25444
  "name": "selectable",
25445
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/nested.json))",
25445
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/nested.json))",
25446
25446
  "doc-url": "https://vuetifyjs.com/api/VList#props",
25447
25447
  "default": "false",
25448
25448
  "value": {
@@ -25739,7 +25739,7 @@
25739
25739
  "events": [
25740
25740
  {
25741
25741
  "name": "update:selected",
25742
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VList.json))",
25742
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VList.json))",
25743
25743
  "doc-url": "https://vuetifyjs.com/api/v-list#events",
25744
25744
  "arguments": [
25745
25745
  {
@@ -25750,7 +25750,7 @@
25750
25750
  },
25751
25751
  {
25752
25752
  "name": "update:opened",
25753
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VList.json))",
25753
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VList.json))",
25754
25754
  "doc-url": "https://vuetifyjs.com/api/v-list#events",
25755
25755
  "arguments": [
25756
25756
  {
@@ -25761,7 +25761,7 @@
25761
25761
  },
25762
25762
  {
25763
25763
  "name": "update:activated",
25764
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VList.json))",
25764
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VList.json))",
25765
25765
  "doc-url": "https://vuetifyjs.com/api/v-list#events",
25766
25766
  "arguments": [
25767
25767
  {
@@ -25772,7 +25772,7 @@
25772
25772
  },
25773
25773
  {
25774
25774
  "name": "click:open",
25775
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VList.json))",
25775
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VList.json))",
25776
25776
  "doc-url": "https://vuetifyjs.com/api/v-list#events",
25777
25777
  "arguments": [
25778
25778
  {
@@ -25783,7 +25783,7 @@
25783
25783
  },
25784
25784
  {
25785
25785
  "name": "click:activate",
25786
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VList.json))",
25786
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VList.json))",
25787
25787
  "doc-url": "https://vuetifyjs.com/api/v-list#events",
25788
25788
  "arguments": [
25789
25789
  {
@@ -25794,7 +25794,7 @@
25794
25794
  },
25795
25795
  {
25796
25796
  "name": "click:select",
25797
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VList.json))",
25797
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VList.json))",
25798
25798
  "doc-url": "https://vuetifyjs.com/api/v-list#events",
25799
25799
  "arguments": [
25800
25800
  {
@@ -25843,7 +25843,7 @@
25843
25843
  },
25844
25844
  {
25845
25845
  "name": "divider",
25846
- "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
+ "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))",
25847
25847
  "doc-url": "https://vuetifyjs.com/api/v-list#slots",
25848
25848
  "vue-properties": [
25849
25849
  {
@@ -25854,7 +25854,7 @@
25854
25854
  },
25855
25855
  {
25856
25856
  "name": "subheader",
25857
- "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
+ "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))",
25858
25858
  "doc-url": "https://vuetifyjs.com/api/v-list#slots",
25859
25859
  "vue-properties": [
25860
25860
  {
@@ -25865,7 +25865,7 @@
25865
25865
  },
25866
25866
  {
25867
25867
  "name": "header",
25868
- "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
+ "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))",
25869
25869
  "doc-url": "https://vuetifyjs.com/api/v-list#slots",
25870
25870
  "vue-properties": [
25871
25871
  {
@@ -25956,7 +25956,7 @@
25956
25956
  },
25957
25957
  {
25958
25958
  "name": "fluid",
25959
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VListGroup.json))",
25959
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VListGroup.json))",
25960
25960
  "doc-url": "https://vuetifyjs.com/api/VListGroup#props",
25961
25961
  "default": "false",
25962
25962
  "value": {
@@ -26166,7 +26166,7 @@
26166
26166
  },
26167
26167
  {
26168
26168
  "name": "nav",
26169
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VListItem.json))",
26169
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VListItem.json))",
26170
26170
  "doc-url": "https://vuetifyjs.com/api/VListItem#props",
26171
26171
  "default": "false",
26172
26172
  "value": {
@@ -26213,7 +26213,7 @@
26213
26213
  },
26214
26214
  {
26215
26215
  "name": "slim",
26216
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VListItem.json))",
26216
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VListItem.json))",
26217
26217
  "doc-url": "https://vuetifyjs.com/api/VListItem#props",
26218
26218
  "default": "false",
26219
26219
  "value": {
@@ -26401,7 +26401,7 @@
26401
26401
  },
26402
26402
  {
26403
26403
  "name": "lines",
26404
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VListItem.json))",
26404
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VListItem.json))",
26405
26405
  "doc-url": "https://vuetifyjs.com/api/VListItem#props",
26406
26406
  "value": {
26407
26407
  "kind": "expression",
@@ -26423,7 +26423,7 @@
26423
26423
  },
26424
26424
  {
26425
26425
  "name": "clickOnce",
26426
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VListItem.json))",
26426
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VListItem.json))",
26427
26427
  "doc-url": "https://vuetifyjs.com/api/v-list-item#events",
26428
26428
  "arguments": [
26429
26429
  {
@@ -26732,7 +26732,7 @@
26732
26732
  },
26733
26733
  {
26734
26734
  "name": "inset",
26735
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VListSubheader.json))",
26735
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VListSubheader.json))",
26736
26736
  "doc-url": "https://vuetifyjs.com/api/VListSubheader#props",
26737
26737
  "default": "false",
26738
26738
  "value": {
@@ -26742,7 +26742,7 @@
26742
26742
  },
26743
26743
  {
26744
26744
  "name": "sticky",
26745
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VListSubheader.json))",
26745
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VListSubheader.json))",
26746
26746
  "doc-url": "https://vuetifyjs.com/api/VListSubheader#props",
26747
26747
  "default": "false",
26748
26748
  "value": {
@@ -26794,7 +26794,7 @@
26794
26794
  "attributes": [
26795
26795
  {
26796
26796
  "name": "locale",
26797
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VLocaleProvider.json))",
26797
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VLocaleProvider.json))",
26798
26798
  "doc-url": "https://vuetifyjs.com/api/VLocaleProvider#props",
26799
26799
  "value": {
26800
26800
  "kind": "expression",
@@ -26803,7 +26803,7 @@
26803
26803
  },
26804
26804
  {
26805
26805
  "name": "fallbackLocale",
26806
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VLocaleProvider.json))",
26806
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VLocaleProvider.json))",
26807
26807
  "doc-url": "https://vuetifyjs.com/api/VLocaleProvider#props",
26808
26808
  "value": {
26809
26809
  "kind": "expression",
@@ -26821,7 +26821,7 @@
26821
26821
  },
26822
26822
  {
26823
26823
  "name": "rtl",
26824
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VLocaleProvider.json))",
26824
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VLocaleProvider.json))",
26825
26825
  "doc-url": "https://vuetifyjs.com/api/VLocaleProvider#props",
26826
26826
  "value": {
26827
26827
  "kind": "expression",
@@ -26853,7 +26853,7 @@
26853
26853
  "attributes": [
26854
26854
  {
26855
26855
  "name": "scrollable",
26856
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VMain.json))",
26856
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VMain.json))",
26857
26857
  "doc-url": "https://vuetifyjs.com/api/VMain#props",
26858
26858
  "default": "false",
26859
26859
  "value": {
@@ -27580,7 +27580,7 @@
27580
27580
  },
27581
27581
  {
27582
27582
  "name": "sticky",
27583
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VNavigationDrawer.json))",
27583
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VNavigationDrawer.json))",
27584
27584
  "doc-url": "https://vuetifyjs.com/api/VNavigationDrawer#props",
27585
27585
  "default": "false",
27586
27586
  "value": {
@@ -27618,7 +27618,7 @@
27618
27618
  },
27619
27619
  {
27620
27620
  "name": "mobile",
27621
- "description": "Explicitly designate as a mobile display configuration.",
27621
+ "description": "Determines the display mode of the component. If true, the component will be displayed in mobile mode. If false, the component will be displayed in desktop mode. If null, will be based on the current mobile-breakpoint",
27622
27622
  "doc-url": "https://vuetifyjs.com/api/VNavigationDrawer#props",
27623
27623
  "default": "null",
27624
27624
  "value": {
@@ -27805,7 +27805,7 @@
27805
27805
  },
27806
27806
  {
27807
27807
  "name": "controlVariant",
27808
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VNumberInput.json))",
27808
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VNumberInput.json))",
27809
27809
  "doc-url": "https://vuetifyjs.com/api/VNumberInput#props",
27810
27810
  "default": "'default'",
27811
27811
  "value": {
@@ -27815,7 +27815,7 @@
27815
27815
  },
27816
27816
  {
27817
27817
  "name": "inset",
27818
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VNumberInput.json))",
27818
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VNumberInput.json))",
27819
27819
  "doc-url": "https://vuetifyjs.com/api/VNumberInput#props",
27820
27820
  "default": "false",
27821
27821
  "value": {
@@ -27825,7 +27825,7 @@
27825
27825
  },
27826
27826
  {
27827
27827
  "name": "hideInput",
27828
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VNumberInput.json))",
27828
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VNumberInput.json))",
27829
27829
  "doc-url": "https://vuetifyjs.com/api/VNumberInput#props",
27830
27830
  "default": "false",
27831
27831
  "value": {
@@ -27835,7 +27835,7 @@
27835
27835
  },
27836
27836
  {
27837
27837
  "name": "min",
27838
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VNumberInput.json))",
27838
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VNumberInput.json))",
27839
27839
  "doc-url": "https://vuetifyjs.com/api/VNumberInput#props",
27840
27840
  "default": "null",
27841
27841
  "value": {
@@ -27845,7 +27845,7 @@
27845
27845
  },
27846
27846
  {
27847
27847
  "name": "max",
27848
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VNumberInput.json))",
27848
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VNumberInput.json))",
27849
27849
  "doc-url": "https://vuetifyjs.com/api/VNumberInput#props",
27850
27850
  "default": "null",
27851
27851
  "value": {
@@ -27855,7 +27855,7 @@
27855
27855
  },
27856
27856
  {
27857
27857
  "name": "step",
27858
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VNumberInput.json))",
27858
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VNumberInput.json))",
27859
27859
  "doc-url": "https://vuetifyjs.com/api/VNumberInput#props",
27860
27860
  "default": "1",
27861
27861
  "value": {
@@ -28297,7 +28297,7 @@
28297
28297
  },
28298
28298
  {
28299
28299
  "name": "increment",
28300
- "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
+ "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))",
28301
28301
  "doc-url": "https://vuetifyjs.com/api/v-number-input#slots",
28302
28302
  "vue-properties": [
28303
28303
  {
@@ -28308,7 +28308,7 @@
28308
28308
  },
28309
28309
  {
28310
28310
  "name": "decrement",
28311
- "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
+ "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))",
28312
28312
  "doc-url": "https://vuetifyjs.com/api/v-number-input#slots",
28313
28313
  "vue-properties": [
28314
28314
  {
@@ -28989,7 +28989,7 @@
28989
28989
  },
28990
28990
  {
28991
28991
  "name": "afterEnter",
28992
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VOverlay.json))",
28992
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VOverlay.json))",
28993
28993
  "doc-url": "https://vuetifyjs.com/api/v-overlay#events",
28994
28994
  "arguments": [
28995
28995
  {
@@ -29546,7 +29546,7 @@
29546
29546
  "attributes": [
29547
29547
  {
29548
29548
  "name": "scale",
29549
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VParallax.json))",
29549
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VParallax.json))",
29550
29550
  "doc-url": "https://vuetifyjs.com/api/VParallax#props",
29551
29551
  "default": "0.5",
29552
29552
  "value": {
@@ -29564,17 +29564,17 @@
29564
29564
  },
29565
29565
  {
29566
29566
  "name": "placeholder",
29567
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VParallax.json))",
29567
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VParallax.json))",
29568
29568
  "doc-url": "https://vuetifyjs.com/api/v-parallax#slots"
29569
29569
  },
29570
29570
  {
29571
29571
  "name": "error",
29572
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VParallax.json))",
29572
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VParallax.json))",
29573
29573
  "doc-url": "https://vuetifyjs.com/api/v-parallax#slots"
29574
29574
  },
29575
29575
  {
29576
29576
  "name": "sources",
29577
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VParallax.json))",
29577
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VParallax.json))",
29578
29578
  "doc-url": "https://vuetifyjs.com/api/v-parallax#slots"
29579
29579
  }
29580
29580
  ],
@@ -29773,7 +29773,7 @@
29773
29773
  "slots": [
29774
29774
  {
29775
29775
  "name": "header",
29776
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VPicker.json))",
29776
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VPicker.json))",
29777
29777
  "doc-url": "https://vuetifyjs.com/api/v-picker#slots"
29778
29778
  },
29779
29779
  {
@@ -29783,7 +29783,7 @@
29783
29783
  },
29784
29784
  {
29785
29785
  "name": "actions",
29786
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VPicker.json))",
29786
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VPicker.json))",
29787
29787
  "doc-url": "https://vuetifyjs.com/api/v-picker#slots"
29788
29788
  },
29789
29789
  {
@@ -30224,7 +30224,7 @@
30224
30224
  "attributes": [
30225
30225
  {
30226
30226
  "name": "pullDownThreshold",
30227
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VPullToRefresh.json))",
30227
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VPullToRefresh.json))",
30228
30228
  "doc-url": "https://vuetifyjs.com/api/VPullToRefresh#props",
30229
30229
  "default": "64",
30230
30230
  "value": {
@@ -30236,7 +30236,7 @@
30236
30236
  "events": [
30237
30237
  {
30238
30238
  "name": "load",
30239
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VPullToRefresh.json))",
30239
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VPullToRefresh.json))",
30240
30240
  "doc-url": "https://vuetifyjs.com/api/v-pull-to-refresh#events",
30241
30241
  "arguments": [
30242
30242
  {
@@ -30254,7 +30254,7 @@
30254
30254
  },
30255
30255
  {
30256
30256
  "name": "pullDownPanel",
30257
- "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
+ "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))",
30258
30258
  "doc-url": "https://vuetifyjs.com/api/v-pull-to-refresh#slots",
30259
30259
  "vue-properties": [
30260
30260
  {
@@ -32010,7 +32010,7 @@
32010
32010
  },
32011
32011
  {
32012
32012
  "name": "itemAriaLabel",
32013
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VRating.json))",
32013
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VRating.json))",
32014
32014
  "doc-url": "https://vuetifyjs.com/api/VRating#props",
32015
32015
  "default": "'$vuetify.rating.ariaLabel.item'",
32016
32016
  "value": {
@@ -32364,7 +32364,7 @@
32364
32364
  },
32365
32365
  {
32366
32366
  "name": "additional",
32367
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VResponsive.json))",
32367
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VResponsive.json))",
32368
32368
  "doc-url": "https://vuetifyjs.com/api/v-responsive#slots"
32369
32369
  }
32370
32370
  ],
@@ -34854,7 +34854,7 @@
34854
34854
  },
34855
34855
  {
34856
34856
  "name": "loadingText",
34857
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VSkeletonLoader.json))",
34857
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VSkeletonLoader.json))",
34858
34858
  "doc-url": "https://vuetifyjs.com/api/VSkeletonLoader#props",
34859
34859
  "default": "'$vuetify.loading'",
34860
34860
  "value": {
@@ -35028,9 +35028,9 @@
35028
35028
  },
35029
35029
  {
35030
35030
  "name": "mobile",
35031
- "description": "Explicitly designate as a mobile display configuration.",
35031
+ "description": "Determines the display mode of the component. If true, the component will be displayed in mobile mode. If false, the component will be displayed in desktop mode. If null, will be based on the current mobile-breakpoint",
35032
35032
  "doc-url": "https://vuetifyjs.com/api/VSlideGroup#props",
35033
- "default": "null",
35033
+ "default": "false",
35034
35034
  "value": {
35035
35035
  "kind": "expression",
35036
35036
  "type": "boolean"
@@ -37529,7 +37529,7 @@
37529
37529
  },
37530
37530
  {
37531
37531
  "name": "id",
37532
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/Line.json))",
37532
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/Line.json))",
37533
37533
  "doc-url": "https://vuetifyjs.com/api/VSparkline#props",
37534
37534
  "value": {
37535
37535
  "kind": "expression",
@@ -37538,7 +37538,7 @@
37538
37538
  },
37539
37539
  {
37540
37540
  "name": "itemValue",
37541
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/Line.json))",
37541
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/Line.json))",
37542
37542
  "doc-url": "https://vuetifyjs.com/api/VSparkline#props",
37543
37543
  "default": "'value'",
37544
37544
  "value": {
@@ -37558,7 +37558,7 @@
37558
37558
  },
37559
37559
  {
37560
37560
  "name": "min",
37561
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/Line.json))",
37561
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/Line.json))",
37562
37562
  "doc-url": "https://vuetifyjs.com/api/VSparkline#props",
37563
37563
  "value": {
37564
37564
  "kind": "expression",
@@ -37567,7 +37567,7 @@
37567
37567
  },
37568
37568
  {
37569
37569
  "name": "max",
37570
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/Line.json))",
37570
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/Line.json))",
37571
37571
  "doc-url": "https://vuetifyjs.com/api/VSparkline#props",
37572
37572
  "value": {
37573
37573
  "kind": "expression",
@@ -40817,9 +40817,9 @@
40817
40817
  },
40818
40818
  {
40819
40819
  "name": "mobile",
40820
- "description": "Explicitly designate as a mobile display configuration.",
40820
+ "description": "Determines the display mode of the component. If true, the component will be displayed in mobile mode. If false, the component will be displayed in desktop mode. If null, will be based on the current mobile-breakpoint",
40821
40821
  "doc-url": "https://vuetifyjs.com/api/VTabs#props",
40822
- "default": "null",
40822
+ "default": "false",
40823
40823
  "value": {
40824
40824
  "kind": "expression",
40825
40825
  "type": "boolean"
@@ -40934,7 +40934,7 @@
40934
40934
  },
40935
40935
  {
40936
40936
  "name": "tab",
40937
- "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
+ "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))",
40938
40938
  "doc-url": "https://vuetifyjs.com/api/v-tabs#slots",
40939
40939
  "vue-properties": [
40940
40940
  {
@@ -40956,12 +40956,12 @@
40956
40956
  },
40957
40957
  {
40958
40958
  "name": "window",
40959
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VTabs.json))",
40959
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VTabs.json))",
40960
40960
  "doc-url": "https://vuetifyjs.com/api/v-tabs#slots"
40961
40961
  },
40962
40962
  {
40963
40963
  "name": "[`tab.${string}`]",
40964
- "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
+ "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))",
40965
40965
  "doc-url": "https://vuetifyjs.com/api/v-tabs#slots",
40966
40966
  "vue-properties": [
40967
40967
  {
@@ -40972,7 +40972,7 @@
40972
40972
  },
40973
40973
  {
40974
40974
  "name": "[`item.${string}`]",
40975
- "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
+ "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))",
40976
40976
  "doc-url": "https://vuetifyjs.com/api/v-tabs#slots",
40977
40977
  "vue-properties": [
40978
40978
  {
@@ -42128,7 +42128,7 @@
42128
42128
  },
42129
42129
  {
42130
42130
  "name": "autofocus",
42131
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VTextarea.json))",
42131
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VTextarea.json))",
42132
42132
  "doc-url": "https://vuetifyjs.com/api/VTextarea#props",
42133
42133
  "default": "false",
42134
42134
  "value": {
@@ -43013,7 +43013,7 @@
43013
43013
  "attributes": [
43014
43014
  {
43015
43015
  "name": "withBackground",
43016
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VThemeProvider.json))",
43016
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VThemeProvider.json))",
43017
43017
  "doc-url": "https://vuetifyjs.com/api/VThemeProvider#props",
43018
43018
  "default": "false",
43019
43019
  "value": {
@@ -43143,7 +43143,7 @@
43143
43143
  },
43144
43144
  {
43145
43145
  "name": "useSeconds",
43146
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VTimePicker.json))",
43146
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VTimePicker.json))",
43147
43147
  "doc-url": "https://vuetifyjs.com/api/VTimePicker#props",
43148
43148
  "default": "false",
43149
43149
  "value": {
@@ -43410,7 +43410,7 @@
43410
43410
  },
43411
43411
  {
43412
43412
  "name": "actions",
43413
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VTimePicker.json))",
43413
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VTimePicker.json))",
43414
43414
  "doc-url": "https://vuetifyjs.com/api/v-time-picker#slots"
43415
43415
  },
43416
43416
  {
@@ -43435,7 +43435,7 @@
43435
43435
  "attributes": [
43436
43436
  {
43437
43437
  "name": "ampm",
43438
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VTimePickerClock.json))",
43438
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VTimePickerClock.json))",
43439
43439
  "doc-url": "https://vuetifyjs.com/api/VTimePickerClock#props",
43440
43440
  "default": "false",
43441
43441
  "value": {
@@ -43464,7 +43464,7 @@
43464
43464
  },
43465
43465
  {
43466
43466
  "name": "displayedValue",
43467
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VTimePickerClock.json))",
43467
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VTimePickerClock.json))",
43468
43468
  "doc-url": "https://vuetifyjs.com/api/VTimePickerClock#props",
43469
43469
  "value": {
43470
43470
  "kind": "expression",
@@ -43473,7 +43473,7 @@
43473
43473
  },
43474
43474
  {
43475
43475
  "name": "double",
43476
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VTimePickerClock.json))",
43476
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VTimePickerClock.json))",
43477
43477
  "doc-url": "https://vuetifyjs.com/api/VTimePickerClock#props",
43478
43478
  "default": "false",
43479
43479
  "value": {
@@ -43483,7 +43483,7 @@
43483
43483
  },
43484
43484
  {
43485
43485
  "name": "format",
43486
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VTimePickerClock.json))",
43486
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VTimePickerClock.json))",
43487
43487
  "doc-url": "https://vuetifyjs.com/api/VTimePickerClock#props",
43488
43488
  "value": {
43489
43489
  "kind": "expression",
@@ -43492,7 +43492,7 @@
43492
43492
  },
43493
43493
  {
43494
43494
  "name": "max",
43495
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VTimePickerClock.json))",
43495
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VTimePickerClock.json))",
43496
43496
  "doc-url": "https://vuetifyjs.com/api/VTimePickerClock#props",
43497
43497
  "value": {
43498
43498
  "kind": "expression",
@@ -43501,7 +43501,7 @@
43501
43501
  },
43502
43502
  {
43503
43503
  "name": "min",
43504
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VTimePickerClock.json))",
43504
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VTimePickerClock.json))",
43505
43505
  "doc-url": "https://vuetifyjs.com/api/VTimePickerClock#props",
43506
43506
  "value": {
43507
43507
  "kind": "expression",
@@ -43510,7 +43510,7 @@
43510
43510
  },
43511
43511
  {
43512
43512
  "name": "scrollable",
43513
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VTimePickerClock.json))",
43513
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VTimePickerClock.json))",
43514
43514
  "doc-url": "https://vuetifyjs.com/api/VTimePickerClock#props",
43515
43515
  "default": "false",
43516
43516
  "value": {
@@ -43520,7 +43520,7 @@
43520
43520
  },
43521
43521
  {
43522
43522
  "name": "readonly",
43523
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VTimePickerClock.json))",
43523
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VTimePickerClock.json))",
43524
43524
  "doc-url": "https://vuetifyjs.com/api/VTimePickerClock#props",
43525
43525
  "default": "false",
43526
43526
  "value": {
@@ -43530,7 +43530,7 @@
43530
43530
  },
43531
43531
  {
43532
43532
  "name": "rotate",
43533
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VTimePickerClock.json))",
43533
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VTimePickerClock.json))",
43534
43534
  "doc-url": "https://vuetifyjs.com/api/VTimePickerClock#props",
43535
43535
  "default": "0",
43536
43536
  "value": {
@@ -43540,7 +43540,7 @@
43540
43540
  },
43541
43541
  {
43542
43542
  "name": "step",
43543
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VTimePickerClock.json))",
43543
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VTimePickerClock.json))",
43544
43544
  "doc-url": "https://vuetifyjs.com/api/VTimePickerClock#props",
43545
43545
  "default": "1",
43546
43546
  "value": {
@@ -43559,7 +43559,7 @@
43559
43559
  },
43560
43560
  {
43561
43561
  "name": "allowedValues",
43562
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VTimePickerClock.json))",
43562
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VTimePickerClock.json))",
43563
43563
  "doc-url": "https://vuetifyjs.com/api/VTimePickerClock#props",
43564
43564
  "value": {
43565
43565
  "kind": "expression",
@@ -43570,7 +43570,7 @@
43570
43570
  "events": [
43571
43571
  {
43572
43572
  "name": "change",
43573
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VTimePickerClock.json))",
43573
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VTimePickerClock.json))",
43574
43574
  "doc-url": "https://vuetifyjs.com/api/v-time-picker-clock#events",
43575
43575
  "arguments": [
43576
43576
  {
@@ -43614,7 +43614,7 @@
43614
43614
  "attributes": [
43615
43615
  {
43616
43616
  "name": "ampm",
43617
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VTimePickerControls.json))",
43617
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VTimePickerControls.json))",
43618
43618
  "doc-url": "https://vuetifyjs.com/api/VTimePickerControls#props",
43619
43619
  "default": "false",
43620
43620
  "value": {
@@ -43624,7 +43624,7 @@
43624
43624
  },
43625
43625
  {
43626
43626
  "name": "ampmReadonly",
43627
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VTimePickerControls.json))",
43627
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VTimePickerControls.json))",
43628
43628
  "doc-url": "https://vuetifyjs.com/api/VTimePickerControls#props",
43629
43629
  "default": "false",
43630
43630
  "value": {
@@ -43653,7 +43653,7 @@
43653
43653
  },
43654
43654
  {
43655
43655
  "name": "hour",
43656
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VTimePickerControls.json))",
43656
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VTimePickerControls.json))",
43657
43657
  "doc-url": "https://vuetifyjs.com/api/VTimePickerControls#props",
43658
43658
  "value": {
43659
43659
  "kind": "expression",
@@ -43662,7 +43662,7 @@
43662
43662
  },
43663
43663
  {
43664
43664
  "name": "minute",
43665
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VTimePickerControls.json))",
43665
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VTimePickerControls.json))",
43666
43666
  "doc-url": "https://vuetifyjs.com/api/VTimePickerControls#props",
43667
43667
  "value": {
43668
43668
  "kind": "expression",
@@ -43671,7 +43671,7 @@
43671
43671
  },
43672
43672
  {
43673
43673
  "name": "second",
43674
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VTimePickerControls.json))",
43674
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VTimePickerControls.json))",
43675
43675
  "doc-url": "https://vuetifyjs.com/api/VTimePickerControls#props",
43676
43676
  "value": {
43677
43677
  "kind": "expression",
@@ -43680,7 +43680,7 @@
43680
43680
  },
43681
43681
  {
43682
43682
  "name": "period",
43683
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VTimePickerControls.json))",
43683
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VTimePickerControls.json))",
43684
43684
  "doc-url": "https://vuetifyjs.com/api/VTimePickerControls#props",
43685
43685
  "value": {
43686
43686
  "kind": "expression",
@@ -43689,7 +43689,7 @@
43689
43689
  },
43690
43690
  {
43691
43691
  "name": "readonly",
43692
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VTimePickerControls.json))",
43692
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VTimePickerControls.json))",
43693
43693
  "doc-url": "https://vuetifyjs.com/api/VTimePickerControls#props",
43694
43694
  "default": "false",
43695
43695
  "value": {
@@ -43699,7 +43699,7 @@
43699
43699
  },
43700
43700
  {
43701
43701
  "name": "useSeconds",
43702
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VTimePickerControls.json))",
43702
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VTimePickerControls.json))",
43703
43703
  "doc-url": "https://vuetifyjs.com/api/VTimePickerControls#props",
43704
43704
  "default": "false",
43705
43705
  "value": {
@@ -43709,7 +43709,7 @@
43709
43709
  },
43710
43710
  {
43711
43711
  "name": "selecting",
43712
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VTimePickerControls.json))",
43712
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VTimePickerControls.json))",
43713
43713
  "doc-url": "https://vuetifyjs.com/api/VTimePickerControls#props",
43714
43714
  "value": {
43715
43715
  "kind": "expression",
@@ -43718,7 +43718,7 @@
43718
43718
  },
43719
43719
  {
43720
43720
  "name": "value",
43721
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VTimePickerControls.json))",
43721
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VTimePickerControls.json))",
43722
43722
  "doc-url": "https://vuetifyjs.com/api/VTimePickerControls#props",
43723
43723
  "value": {
43724
43724
  "kind": "expression",
@@ -43729,7 +43729,7 @@
43729
43729
  "events": [
43730
43730
  {
43731
43731
  "name": "update:period",
43732
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VTimePickerControls.json))",
43732
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VTimePickerControls.json))",
43733
43733
  "doc-url": "https://vuetifyjs.com/api/v-time-picker-controls#events",
43734
43734
  "arguments": [
43735
43735
  {
@@ -43740,7 +43740,7 @@
43740
43740
  },
43741
43741
  {
43742
43742
  "name": "update:selecting",
43743
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VTimePickerControls.json))",
43743
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VTimePickerControls.json))",
43744
43744
  "doc-url": "https://vuetifyjs.com/api/v-time-picker-controls#events",
43745
43745
  "arguments": [
43746
43746
  {
@@ -45025,7 +45025,7 @@
45025
45025
  },
45026
45026
  {
45027
45027
  "name": "collapseIcon",
45028
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VList.json))",
45028
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VList.json))",
45029
45029
  "doc-url": "https://vuetifyjs.com/api/VTreeview#props",
45030
45030
  "default": "'$treeviewCollapse'",
45031
45031
  "value": {
@@ -45548,7 +45548,7 @@
45548
45548
  },
45549
45549
  {
45550
45550
  "name": "fluid",
45551
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VListGroup.json))",
45551
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VListGroup.json))",
45552
45552
  "doc-url": "https://vuetifyjs.com/api/VTreeviewGroup#props",
45553
45553
  "default": "false",
45554
45554
  "value": {
@@ -45642,7 +45642,7 @@
45642
45642
  },
45643
45643
  {
45644
45644
  "name": "loading",
45645
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VTreeviewItem.json))",
45645
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VTreeviewItem.json))",
45646
45646
  "doc-url": "https://vuetifyjs.com/api/VTreeviewItem#props",
45647
45647
  "default": "false",
45648
45648
  "value": {
@@ -45652,7 +45652,7 @@
45652
45652
  },
45653
45653
  {
45654
45654
  "name": "toggleIcon",
45655
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VTreeviewItem.json))",
45655
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VTreeviewItem.json))",
45656
45656
  "doc-url": "https://vuetifyjs.com/api/VTreeviewItem#props",
45657
45657
  "value": {
45658
45658
  "kind": "expression",
@@ -45734,7 +45734,7 @@
45734
45734
  },
45735
45735
  {
45736
45736
  "name": "nav",
45737
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VListItem.json))",
45737
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VListItem.json))",
45738
45738
  "doc-url": "https://vuetifyjs.com/api/VTreeviewItem#props",
45739
45739
  "default": "false",
45740
45740
  "value": {
@@ -45781,7 +45781,7 @@
45781
45781
  },
45782
45782
  {
45783
45783
  "name": "slim",
45784
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VListItem.json))",
45784
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VListItem.json))",
45785
45785
  "doc-url": "https://vuetifyjs.com/api/VTreeviewItem#props",
45786
45786
  "default": "true",
45787
45787
  "value": {
@@ -45969,7 +45969,7 @@
45969
45969
  },
45970
45970
  {
45971
45971
  "name": "lines",
45972
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VListItem.json))",
45972
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VListItem.json))",
45973
45973
  "doc-url": "https://vuetifyjs.com/api/VTreeviewItem#props",
45974
45974
  "value": {
45975
45975
  "kind": "expression",
@@ -45991,7 +45991,7 @@
45991
45991
  },
45992
45992
  {
45993
45993
  "name": "clickOnce",
45994
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VTreeviewItem.json))",
45994
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VTreeviewItem.json))",
45995
45995
  "doc-url": "https://vuetifyjs.com/api/v-treeview-item#events",
45996
45996
  "arguments": [
45997
45997
  {