@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
@@ -909,7 +909,7 @@
909
909
  },
910
910
  "VBanner/mobile-breakpoint": {
911
911
  "type": "number | 'xs' | 'sm' | 'md' | 'lg' | 'xl' | 'xxl'\n",
912
- "description": "Overrides the display configuration default."
912
+ "description": "Overrides the display configuration default screen size that the component should be considered in mobile."
913
913
  },
914
914
  "VBanner/elevation": {
915
915
  "type": "string | number\n",
@@ -2657,7 +2657,7 @@
2657
2657
  },
2658
2658
  "VChipGroup/mobile": {
2659
2659
  "type": "boolean\n",
2660
- "description": "Explicitly designate as a mobile display configuration."
2660
+ "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"
2661
2661
  },
2662
2662
  "VChipGroup/mobile-breakpoint": {
2663
2663
  "type": "number | 'xs' | 'sm' | 'md' | 'lg' | 'xl' | 'xxl'\n",
@@ -3385,7 +3385,7 @@
3385
3385
  },
3386
3386
  "VDataTable/mobile": {
3387
3387
  "type": "boolean\n",
3388
- "description": "Explicitly designate as a mobile display configuration."
3388
+ "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"
3389
3389
  },
3390
3390
  "VDataTable/loading": {
3391
3391
  "type": "string | boolean\n",
@@ -3421,7 +3421,7 @@
3421
3421
  },
3422
3422
  "VDataTable/mobile-breakpoint": {
3423
3423
  "type": "number | 'xs' | 'sm' | 'md' | 'lg' | 'xl' | 'xxl'\n",
3424
- "description": "Overrides the display configuration default."
3424
+ "description": "Overrides the display configuration default screen size that the component should be considered in mobile."
3425
3425
  },
3426
3426
  "VDataTable/row-props": {
3427
3427
  "type": " | Record<string, any>\n | ((\n data: Pick<ItemKeySlot<any>, 'item' | 'index' | 'internalItem'>,\n ) => Record<string, any>)\n",
@@ -3613,7 +3613,7 @@
3613
3613
  },
3614
3614
  "VDataTableHeaders/multi-sort": {
3615
3615
  "type": "boolean\n",
3616
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VDataTableHeaders.json))"
3616
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VDataTableHeaders.json))"
3617
3617
  },
3618
3618
  "VDataTableHeaders/sort-asc-icon": {
3619
3619
  "type": "any\n",
@@ -3625,15 +3625,15 @@
3625
3625
  },
3626
3626
  "VDataTableHeaders/header-props": {
3627
3627
  "type": "unknown\n",
3628
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VDataTableHeaders.json))"
3628
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VDataTableHeaders.json))"
3629
3629
  },
3630
3630
  "VDataTableHeaders/mobile": {
3631
3631
  "type": "boolean\n",
3632
- "description": "Explicitly designate as a mobile display configuration."
3632
+ "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"
3633
3633
  },
3634
3634
  "VDataTableHeaders/mobile-breakpoint": {
3635
3635
  "type": "number | 'xs' | 'sm' | 'md' | 'lg' | 'xl' | 'xxl'\n",
3636
- "description": "Overrides the display configuration default."
3636
+ "description": "Overrides the display configuration default screen size that the component should be considered in mobile."
3637
3637
  },
3638
3638
  "VDataTableHeaders/loading": {
3639
3639
  "type": "string | boolean\n",
@@ -3641,11 +3641,11 @@
3641
3641
  },
3642
3642
  "VDataTableRow/cell-props": {
3643
3643
  "type": " | Record<string, any>\n | ((\n data: Pick<\n ItemKeySlot<unknown>,\n 'value' | 'index' | 'item' | 'internalItem' | 'column'\n >,\n ) => Record<string, any>)\n",
3644
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VDataTableRow.json))"
3644
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VDataTableRow.json))"
3645
3645
  },
3646
3646
  "VDataTableRow/mobile": {
3647
3647
  "type": "boolean\n",
3648
- "description": "Explicitly designate as a mobile display configuration."
3648
+ "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"
3649
3649
  },
3650
3650
  "VDataTableRow/index": {
3651
3651
  "type": "number\n",
@@ -3653,7 +3653,7 @@
3653
3653
  },
3654
3654
  "VDataTableRow/mobile-breakpoint": {
3655
3655
  "type": "number | 'xs' | 'sm' | 'md' | 'lg' | 'xl' | 'xxl'\n",
3656
- "description": "Overrides the display configuration default."
3656
+ "description": "Overrides the display configuration default screen size that the component should be considered in mobile."
3657
3657
  },
3658
3658
  "VDataTableRow/item": {
3659
3659
  "type": "unknown\n",
@@ -3665,7 +3665,7 @@
3665
3665
  },
3666
3666
  "VDataTableRows/mobile": {
3667
3667
  "type": "boolean\n",
3668
- "description": "Explicitly designate as a mobile display configuration."
3668
+ "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"
3669
3669
  },
3670
3670
  "VDataTableRows/loading": {
3671
3671
  "type": "string | boolean\n",
@@ -3689,7 +3689,7 @@
3689
3689
  },
3690
3690
  "VDataTableRows/mobile-breakpoint": {
3691
3691
  "type": "number | 'xs' | 'sm' | 'md' | 'lg' | 'xl' | 'xxl'\n",
3692
- "description": "Overrides the display configuration default."
3692
+ "description": "Overrides the display configuration default screen size that the component should be considered in mobile."
3693
3693
  },
3694
3694
  "VDataTableRows/row-props": {
3695
3695
  "type": " | Record<string, any>\n | ((\n data: Pick<ItemKeySlot<any>, 'item' | 'index' | 'internalItem'>,\n ) => Record<string, any>)\n",
@@ -3701,7 +3701,7 @@
3701
3701
  },
3702
3702
  "VDataTableServer/header-props": {
3703
3703
  "type": "unknown\n",
3704
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VDataTableHeaders.json))"
3704
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VDataTableHeaders.json))"
3705
3705
  },
3706
3706
  "VDataTableServer/cell-props": {
3707
3707
  "type": " | Record<string, any>\n | ((\n data: Pick<\n ItemKeySlot<any>,\n 'value' | 'item' | 'index' | 'internalItem' | 'column'\n >,\n ) => Record<string, any>)\n",
@@ -3709,7 +3709,7 @@
3709
3709
  },
3710
3710
  "VDataTableServer/mobile": {
3711
3711
  "type": "boolean\n",
3712
- "description": "Explicitly designate as a mobile display configuration."
3712
+ "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"
3713
3713
  },
3714
3714
  "VDataTableServer/loading": {
3715
3715
  "type": "string | boolean\n",
@@ -3749,7 +3749,7 @@
3749
3749
  },
3750
3750
  "VDataTableServer/mobile-breakpoint": {
3751
3751
  "type": "number | 'xs' | 'sm' | 'md' | 'lg' | 'xl' | 'xxl'\n",
3752
- "description": "Overrides the display configuration default."
3752
+ "description": "Overrides the display configuration default screen size that the component should be considered in mobile."
3753
3753
  },
3754
3754
  "VDataTableServer/row-props": {
3755
3755
  "type": " | Record<string, any>\n | ((\n data: Pick<ItemKeySlot<any>, 'item' | 'index' | 'internalItem'>,\n ) => Record<string, any>)\n",
@@ -3917,7 +3917,7 @@
3917
3917
  },
3918
3918
  "VDataTableVirtual/header-props": {
3919
3919
  "type": "unknown\n",
3920
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VDataTableHeaders.json))"
3920
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VDataTableHeaders.json))"
3921
3921
  },
3922
3922
  "VDataTableVirtual/cell-props": {
3923
3923
  "type": " | Record<string, any>\n | ((\n data: Pick<\n ItemKeySlot<any>,\n 'value' | 'item' | 'index' | 'internalItem' | 'column'\n >,\n ) => Record<string, any>)\n",
@@ -3925,7 +3925,7 @@
3925
3925
  },
3926
3926
  "VDataTableVirtual/mobile": {
3927
3927
  "type": "boolean\n",
3928
- "description": "Explicitly designate as a mobile display configuration."
3928
+ "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"
3929
3929
  },
3930
3930
  "VDataTableVirtual/headers": {
3931
3931
  "type": "{\n readonly key?:\n | 'data-table-group'\n | 'data-table-select'\n | 'data-table-expand'\n | (string & {})\n | undefined\n readonly value?: SelectItemKey<Record<string, any>>\n readonly title?: string | undefined\n readonly fixed?: boolean | undefined\n readonly align?: 'start' | 'end' | 'center' | undefined\n readonly width?: string | number | undefined\n readonly minWidth?: string | undefined\n readonly maxWidth?: string | undefined\n readonly nowrap?: boolean | undefined\n readonly headerProps?: { readonly [x: string]: any } | undefined\n readonly cellProps?:\n | { readonly [x: string]: any }\n | ((\n data: Pick<\n ItemKeySlot<any>,\n 'value' | 'item' | 'index' | 'internalItem'\n >,\n ) => Record<string, any>)\n | undefined\n readonly sortable?: boolean | undefined\n readonly sort?: DataTableCompareFunction<any> | undefined\n readonly sortRaw?: DataTableCompareFunction<any> | undefined\n readonly filter?: FilterFunction | undefined\n readonly mobile?: boolean | undefined\n readonly children?:\n | readonly {\n readonly key?:\n | 'data-table-group'\n | 'data-table-select'\n | 'data-table-expand'\n | (string & {})\n | undefined\n readonly value?: SelectItemKey<Record<string, any>>\n readonly title?: string | undefined\n readonly fixed?: boolean | undefined\n readonly align?: 'start' | 'end' | 'center' | undefined\n readonly width?: string | number | undefined\n readonly minWidth?: string | undefined\n readonly maxWidth?: string | undefined\n readonly nowrap?: boolean | undefined\n readonly headerProps?: { readonly [x: string]: any } | undefined\n readonly cellProps?:\n | { readonly [x: string]: any }\n | ((\n data: Pick<\n ItemKeySlot<any>,\n 'value' | 'item' | 'index' | 'internalItem'\n >,\n ) => Record<string, any>)\n | undefined\n readonly sortable?: boolean | undefined\n readonly sort?: DataTableCompareFunction<any> | undefined\n readonly sortRaw?: DataTableCompareFunction<any> | undefined\n readonly filter?: FilterFunction | undefined\n readonly mobile?: boolean | undefined\n readonly children?: readonly any[] | undefined\n }[]\n | undefined\n}[]\n",
@@ -3953,7 +3953,7 @@
3953
3953
  },
3954
3954
  "VDataTableVirtual/mobile-breakpoint": {
3955
3955
  "type": "number | 'xs' | 'sm' | 'md' | 'lg' | 'xl' | 'xxl'\n",
3956
- "description": "Overrides the display configuration default."
3956
+ "description": "Overrides the display configuration default screen size that the component should be considered in mobile."
3957
3957
  },
3958
3958
  "VDataTableVirtual/row-props": {
3959
3959
  "type": " | Record<string, any>\n | ((\n data: Pick<ItemKeySlot<any>, 'item' | 'index' | 'internalItem'>,\n ) => Record<string, any>)\n",
@@ -4097,7 +4097,7 @@
4097
4097
  },
4098
4098
  "VDateInput/hide-actions": {
4099
4099
  "type": "boolean\n",
4100
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VDateInput.json))"
4100
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VDateInput.json))"
4101
4101
  },
4102
4102
  "VDateInput/focused": {
4103
4103
  "type": "boolean\n",
@@ -4625,15 +4625,15 @@
4625
4625
  },
4626
4626
  "VDatePickerControls/next-icon": {
4627
4627
  "type": "string\n",
4628
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VDatePickerControls.json))"
4628
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VDatePickerControls.json))"
4629
4629
  },
4630
4630
  "VDatePickerControls/prev-icon": {
4631
4631
  "type": "string\n",
4632
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VDatePickerControls.json))"
4632
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VDatePickerControls.json))"
4633
4633
  },
4634
4634
  "VDatePickerControls/mode-icon": {
4635
4635
  "type": "string\n",
4636
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VDatePickerControls.json))"
4636
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VDatePickerControls.json))"
4637
4637
  },
4638
4638
  "VDatePickerControls/text": {
4639
4639
  "type": "string\n",
@@ -4641,7 +4641,7 @@
4641
4641
  },
4642
4642
  "VDatePickerControls/view-mode": {
4643
4643
  "type": "'month' | 'months' | 'year'\n",
4644
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VDatePickerControls.json))"
4644
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VDatePickerControls.json))"
4645
4645
  },
4646
4646
  "VDatePickerHeader/append-icon": {
4647
4647
  "type": "string\n",
@@ -4653,11 +4653,11 @@
4653
4653
  },
4654
4654
  "VDatePickerHeader/header": {
4655
4655
  "type": "string\n",
4656
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VDatePickerHeader.json))"
4656
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VDatePickerHeader.json))"
4657
4657
  },
4658
4658
  "VDatePickerHeader/transition": {
4659
4659
  "type": "string\n",
4660
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VDatePickerHeader.json))"
4660
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VDatePickerHeader.json))"
4661
4661
  },
4662
4662
  "VDatePickerMonth/color": {
4663
4663
  "type": "string\n",
@@ -4669,7 +4669,7 @@
4669
4669
  },
4670
4670
  "VDatePickerMonth/show-week": {
4671
4671
  "type": "boolean\n",
4672
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VDatePickerMonth.json))"
4672
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VDatePickerMonth.json))"
4673
4673
  },
4674
4674
  "VDatePickerMonth/transition": {
4675
4675
  "type": "string\n",
@@ -4689,7 +4689,7 @@
4689
4689
  },
4690
4690
  "VDatePickerMonth/show-adjacent-months": {
4691
4691
  "type": "boolean\n",
4692
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/calendar.json))"
4692
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/calendar.json))"
4693
4693
  },
4694
4694
  "VDatePickerMonth/year": {
4695
4695
  "type": "string | number\n",
@@ -4705,7 +4705,7 @@
4705
4705
  },
4706
4706
  "VDatePickerMonth/allowed-dates": {
4707
4707
  "type": "unknown[] | ((date: unknown) => boolean)\n",
4708
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/calendar.json))"
4708
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/calendar.json))"
4709
4709
  },
4710
4710
  "VDatePickerMonth/display-value": {
4711
4711
  "type": "unknown\n",
@@ -4717,15 +4717,15 @@
4717
4717
  },
4718
4718
  "VDatePickerMonth/max": {
4719
4719
  "type": "unknown\n",
4720
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/calendar.json))"
4720
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/calendar.json))"
4721
4721
  },
4722
4722
  "VDatePickerMonth/min": {
4723
4723
  "type": "unknown\n",
4724
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/calendar.json))"
4724
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/calendar.json))"
4725
4725
  },
4726
4726
  "VDatePickerMonth/multiple": {
4727
4727
  "type": "number | boolean | 'range' | (string & {})\n",
4728
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VDatePickerMonth.json))"
4728
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VDatePickerMonth.json))"
4729
4729
  },
4730
4730
  "VDatePickerMonths/color": {
4731
4731
  "type": "string\n",
@@ -4753,11 +4753,11 @@
4753
4753
  },
4754
4754
  "VDatePickerYears/min": {
4755
4755
  "type": "unknown\n",
4756
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VDatePickerYears.json))"
4756
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VDatePickerYears.json))"
4757
4757
  },
4758
4758
  "VDatePickerYears/max": {
4759
4759
  "type": "unknown\n",
4760
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VDatePickerYears.json))"
4760
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VDatePickerYears.json))"
4761
4761
  },
4762
4762
  "VDefaultsProvider/disabled": {
4763
4763
  "type": "boolean\n",
@@ -4985,7 +4985,7 @@
4985
4985
  },
4986
4986
  "VDialogTransition/target": {
4987
4987
  "type": "HTMLElement | [number, number]\n",
4988
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/v-dialog-transition.json))"
4988
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-dialog-transition.json))"
4989
4989
  },
4990
4990
  "VDivider/length": {
4991
4991
  "type": "string | number\n",
@@ -5177,11 +5177,11 @@
5177
5177
  },
5178
5178
  "VExpansionPanel/focusable": {
5179
5179
  "type": "boolean\n",
5180
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VExpansionPanelTitle.json))"
5180
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VExpansionPanelTitle.json))"
5181
5181
  },
5182
5182
  "VExpansionPanel/static": {
5183
5183
  "type": "boolean\n",
5184
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VExpansionPanelTitle.json))"
5184
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VExpansionPanelTitle.json))"
5185
5185
  },
5186
5186
  "VExpansionPanel/ripple": {
5187
5187
  "type": "boolean | { class: string }\n",
@@ -5217,11 +5217,11 @@
5217
5217
  },
5218
5218
  "VExpansionPanelTitle/focusable": {
5219
5219
  "type": "boolean\n",
5220
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VExpansionPanelTitle.json))"
5220
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VExpansionPanelTitle.json))"
5221
5221
  },
5222
5222
  "VExpansionPanelTitle/static": {
5223
5223
  "type": "boolean\n",
5224
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VExpansionPanelTitle.json))"
5224
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VExpansionPanelTitle.json))"
5225
5225
  },
5226
5226
  "VExpansionPanelTitle/ripple": {
5227
5227
  "type": "boolean | { class: string }\n",
@@ -5229,7 +5229,7 @@
5229
5229
  },
5230
5230
  "VExpansionPanelTitle/readonly": {
5231
5231
  "type": "boolean\n",
5232
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VExpansionPanelTitle.json))"
5232
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VExpansionPanelTitle.json))"
5233
5233
  },
5234
5234
  "VExpansionPanels/flat": {
5235
5235
  "type": "boolean\n",
@@ -5313,7 +5313,7 @@
5313
5313
  },
5314
5314
  "VExpansionPanels/static": {
5315
5315
  "type": "boolean\n",
5316
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VExpansionPanelTitle.json))"
5316
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VExpansionPanelTitle.json))"
5317
5317
  },
5318
5318
  "VExpansionPanels/ripple": {
5319
5319
  "type": "boolean | { class: string }\n",
@@ -6361,7 +6361,7 @@
6361
6361
  },
6362
6362
  "VLayoutItem/position": {
6363
6363
  "type": "'top' | 'right' | 'bottom' | 'left'\n",
6364
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VLayoutItem.json))"
6364
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VLayoutItem.json))"
6365
6365
  },
6366
6366
  "VLayoutItem/size": {
6367
6367
  "type": "string | number\n",
@@ -6453,11 +6453,11 @@
6453
6453
  },
6454
6454
  "VList/expand-icon": {
6455
6455
  "type": "string\n",
6456
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VList.json))"
6456
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VList.json))"
6457
6457
  },
6458
6458
  "VList/collapse-icon": {
6459
6459
  "type": "string\n",
6460
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VList.json))"
6460
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VList.json))"
6461
6461
  },
6462
6462
  "VList/lines": {
6463
6463
  "type": "false | 'one' | 'two' | 'three'\n",
@@ -6473,11 +6473,11 @@
6473
6473
  },
6474
6474
  "VList/activatable": {
6475
6475
  "type": "boolean\n",
6476
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/nested.json))"
6476
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/nested.json))"
6477
6477
  },
6478
6478
  "VList/selectable": {
6479
6479
  "type": "boolean\n",
6480
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/nested.json))"
6480
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/nested.json))"
6481
6481
  },
6482
6482
  "VList/mandatory": {
6483
6483
  "type": "boolean\n",
@@ -6629,7 +6629,7 @@
6629
6629
  },
6630
6630
  "VListGroup/fluid": {
6631
6631
  "type": "boolean\n",
6632
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VListGroup.json))"
6632
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VListGroup.json))"
6633
6633
  },
6634
6634
  "VListGroup/subgroup": {
6635
6635
  "type": "boolean\n",
@@ -6693,7 +6693,7 @@
6693
6693
  },
6694
6694
  "VListItem/nav": {
6695
6695
  "type": "boolean\n",
6696
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VListItem.json))"
6696
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VListItem.json))"
6697
6697
  },
6698
6698
  "VListItem/prepend-avatar": {
6699
6699
  "type": "string\n",
@@ -6713,7 +6713,7 @@
6713
6713
  },
6714
6714
  "VListItem/slim": {
6715
6715
  "type": "boolean\n",
6716
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VListItem.json))"
6716
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VListItem.json))"
6717
6717
  },
6718
6718
  "VListItem/border": {
6719
6719
  "type": "string | number | boolean\n",
@@ -6793,7 +6793,7 @@
6793
6793
  },
6794
6794
  "VListItem/lines": {
6795
6795
  "type": "'one' | 'two' | 'three'\n",
6796
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VListItem.json))"
6796
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VListItem.json))"
6797
6797
  },
6798
6798
  "VListItemAction/start": {
6799
6799
  "type": "boolean\n",
@@ -6837,11 +6837,11 @@
6837
6837
  },
6838
6838
  "VListSubheader/inset": {
6839
6839
  "type": "boolean\n",
6840
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VListSubheader.json))"
6840
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VListSubheader.json))"
6841
6841
  },
6842
6842
  "VListSubheader/sticky": {
6843
6843
  "type": "boolean\n",
6844
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VListSubheader.json))"
6844
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VListSubheader.json))"
6845
6845
  },
6846
6846
  "VListSubheader/title": {
6847
6847
  "type": "string\n",
@@ -6853,11 +6853,11 @@
6853
6853
  },
6854
6854
  "VLocaleProvider/locale": {
6855
6855
  "type": "string\n",
6856
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VLocaleProvider.json))"
6856
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VLocaleProvider.json))"
6857
6857
  },
6858
6858
  "VLocaleProvider/fallback-locale": {
6859
6859
  "type": "string\n",
6860
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VLocaleProvider.json))"
6860
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VLocaleProvider.json))"
6861
6861
  },
6862
6862
  "VLocaleProvider/messages": {
6863
6863
  "type": "unknown\n",
@@ -6865,11 +6865,11 @@
6865
6865
  },
6866
6866
  "VLocaleProvider/rtl": {
6867
6867
  "type": "boolean\n",
6868
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VLocaleProvider.json))"
6868
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VLocaleProvider.json))"
6869
6869
  },
6870
6870
  "VMain/scrollable": {
6871
6871
  "type": "boolean\n",
6872
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VMain.json))"
6872
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VMain.json))"
6873
6873
  },
6874
6874
  "VMain/height": {
6875
6875
  "type": "string | number\n",
@@ -7125,7 +7125,7 @@
7125
7125
  },
7126
7126
  "VNavigationDrawer/sticky": {
7127
7127
  "type": "boolean\n",
7128
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VNavigationDrawer.json))"
7128
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VNavigationDrawer.json))"
7129
7129
  },
7130
7130
  "VNavigationDrawer/border": {
7131
7131
  "type": "string | number | boolean\n",
@@ -7141,7 +7141,7 @@
7141
7141
  },
7142
7142
  "VNavigationDrawer/mobile": {
7143
7143
  "type": "boolean\n",
7144
- "description": "Explicitly designate as a mobile display configuration."
7144
+ "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"
7145
7145
  },
7146
7146
  "VNavigationDrawer/mobile-breakpoint": {
7147
7147
  "type": "number | 'xs' | 'sm' | 'md' | 'lg' | 'xl' | 'xxl'\n",
@@ -7185,27 +7185,27 @@
7185
7185
  },
7186
7186
  "VNumberInput/control-variant": {
7187
7187
  "type": "'default' | 'stacked' | 'split'\n",
7188
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VNumberInput.json))"
7188
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VNumberInput.json))"
7189
7189
  },
7190
7190
  "VNumberInput/inset": {
7191
7191
  "type": "boolean\n",
7192
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VNumberInput.json))"
7192
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VNumberInput.json))"
7193
7193
  },
7194
7194
  "VNumberInput/hide-input": {
7195
7195
  "type": "boolean\n",
7196
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VNumberInput.json))"
7196
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VNumberInput.json))"
7197
7197
  },
7198
7198
  "VNumberInput/min": {
7199
7199
  "type": "number\n",
7200
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VNumberInput.json))"
7200
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VNumberInput.json))"
7201
7201
  },
7202
7202
  "VNumberInput/max": {
7203
7203
  "type": "number\n",
7204
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VNumberInput.json))"
7204
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VNumberInput.json))"
7205
7205
  },
7206
7206
  "VNumberInput/step": {
7207
7207
  "type": "number\n",
7208
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VNumberInput.json))"
7208
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VNumberInput.json))"
7209
7209
  },
7210
7210
  "VNumberInput/hint": {
7211
7211
  "type": "string\n",
@@ -7633,7 +7633,7 @@
7633
7633
  },
7634
7634
  "VParallax/scale": {
7635
7635
  "type": "string | number\n",
7636
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VParallax.json))"
7636
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VParallax.json))"
7637
7637
  },
7638
7638
  "VPicker/title": {
7639
7639
  "type": "string\n",
@@ -7845,7 +7845,7 @@
7845
7845
  },
7846
7846
  "VPullToRefresh/pull-down-threshold": {
7847
7847
  "type": "number\n",
7848
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VPullToRefresh.json))"
7848
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VPullToRefresh.json))"
7849
7849
  },
7850
7850
  "VRadio/label": {
7851
7851
  "type": "string\n",
@@ -8273,7 +8273,7 @@
8273
8273
  },
8274
8274
  "VRating/item-aria-label": {
8275
8275
  "type": "string\n",
8276
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VRating.json))"
8276
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VRating.json))"
8277
8277
  },
8278
8278
  "VRating/active-color": {
8279
8279
  "type": "string\n",
@@ -9113,7 +9113,7 @@
9113
9113
  },
9114
9114
  "VSkeletonLoader/loading-text": {
9115
9115
  "type": "string\n",
9116
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VSkeletonLoader.json))"
9116
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VSkeletonLoader.json))"
9117
9117
  },
9118
9118
  "VSkeletonLoader/type": {
9119
9119
  "type": " | 'avatar'\n | 'button'\n | 'chip'\n | 'divider'\n | 'heading'\n | 'image'\n | 'text'\n | 'sentences'\n | 'paragraph'\n | 'ossein'\n | 'actions'\n | 'article'\n | 'card'\n | 'card-avatar'\n | 'date-picker'\n | 'date-picker-options'\n | 'date-picker-days'\n | 'list-item'\n | 'list-item-avatar'\n | 'list-item-two-line'\n | 'list-item-avatar-two-line'\n | 'list-item-three-line'\n | 'list-item-avatar-three-line'\n | 'subtitle'\n | 'table'\n | 'table-heading'\n | 'table-thead'\n | 'table-tbody'\n | 'table-row-divider'\n | 'table-row'\n | 'table-tfoot'\n | (string & {})\n | (\n | 'avatar'\n | 'button'\n | 'chip'\n | 'divider'\n | 'heading'\n | 'image'\n | 'text'\n | 'sentences'\n | 'paragraph'\n | 'ossein'\n | 'actions'\n | 'article'\n | 'card'\n | 'card-avatar'\n | 'date-picker'\n | 'date-picker-options'\n | 'date-picker-days'\n | 'list-item'\n | 'list-item-avatar'\n | 'list-item-two-line'\n | 'list-item-avatar-two-line'\n | 'list-item-three-line'\n | 'list-item-avatar-three-line'\n | 'subtitle'\n | 'table'\n | 'table-heading'\n | 'table-thead'\n | 'table-tbody'\n | 'table-row-divider'\n | 'table-row'\n | 'table-tfoot'\n | (string & {})\n )[]\n",
@@ -9177,7 +9177,7 @@
9177
9177
  },
9178
9178
  "VSlideGroup/mobile": {
9179
9179
  "type": "boolean\n",
9180
- "description": "Explicitly designate as a mobile display configuration."
9180
+ "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"
9181
9181
  },
9182
9182
  "VSlideGroup/mobile-breakpoint": {
9183
9183
  "type": "number | 'xs' | 'sm' | 'md' | 'lg' | 'xl' | 'xxl'\n",
@@ -9897,11 +9897,11 @@
9897
9897
  },
9898
9898
  "VSparkline/id": {
9899
9899
  "type": "string\n",
9900
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/Line.json))"
9900
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/Line.json))"
9901
9901
  },
9902
9902
  "VSparkline/item-value": {
9903
9903
  "type": "string\n",
9904
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/Line.json))"
9904
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/Line.json))"
9905
9905
  },
9906
9906
  "VSparkline/model-value": {
9907
9907
  "type": "(number | { value: number })[]\n",
@@ -9909,11 +9909,11 @@
9909
9909
  },
9910
9910
  "VSparkline/min": {
9911
9911
  "type": "string | number\n",
9912
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/Line.json))"
9912
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/Line.json))"
9913
9913
  },
9914
9914
  "VSparkline/max": {
9915
9915
  "type": "string | number\n",
9916
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/Line.json))"
9916
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/Line.json))"
9917
9917
  },
9918
9918
  "VSparkline/padding": {
9919
9919
  "type": "string | number\n",
@@ -10813,7 +10813,7 @@
10813
10813
  },
10814
10814
  "VTabs/mobile": {
10815
10815
  "type": "boolean\n",
10816
- "description": "Explicitly designate as a mobile display configuration."
10816
+ "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"
10817
10817
  },
10818
10818
  "VTabs/mobile-breakpoint": {
10819
10819
  "type": "number | 'xs' | 'sm' | 'md' | 'lg' | 'xl' | 'xxl'\n",
@@ -11141,7 +11141,7 @@
11141
11141
  },
11142
11142
  "VTextarea/autofocus": {
11143
11143
  "type": "boolean\n",
11144
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VTextarea.json))"
11144
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VTextarea.json))"
11145
11145
  },
11146
11146
  "VTextarea/prefix": {
11147
11147
  "type": "string\n",
@@ -11353,7 +11353,7 @@
11353
11353
  },
11354
11354
  "VThemeProvider/with-background": {
11355
11355
  "type": "boolean\n",
11356
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VThemeProvider.json))"
11356
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VThemeProvider.json))"
11357
11357
  },
11358
11358
  "VThemeProvider/theme": {
11359
11359
  "type": "string\n",
@@ -11397,7 +11397,7 @@
11397
11397
  },
11398
11398
  "VTimePicker/use-seconds": {
11399
11399
  "type": "boolean\n",
11400
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VTimePicker.json))"
11400
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VTimePicker.json))"
11401
11401
  },
11402
11402
  "VTimePicker/bg-color": {
11403
11403
  "type": "string\n",
@@ -11485,7 +11485,7 @@
11485
11485
  },
11486
11486
  "VTimePickerClock/ampm": {
11487
11487
  "type": "boolean\n",
11488
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VTimePickerClock.json))"
11488
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VTimePickerClock.json))"
11489
11489
  },
11490
11490
  "VTimePickerClock/color": {
11491
11491
  "type": "string\n",
@@ -11497,39 +11497,39 @@
11497
11497
  },
11498
11498
  "VTimePickerClock/displayed-value": {
11499
11499
  "type": "any\n",
11500
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VTimePickerClock.json))"
11500
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VTimePickerClock.json))"
11501
11501
  },
11502
11502
  "VTimePickerClock/double": {
11503
11503
  "type": "boolean\n",
11504
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VTimePickerClock.json))"
11504
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VTimePickerClock.json))"
11505
11505
  },
11506
11506
  "VTimePickerClock/format": {
11507
11507
  "type": "Function\n",
11508
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VTimePickerClock.json))"
11508
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VTimePickerClock.json))"
11509
11509
  },
11510
11510
  "VTimePickerClock/max": {
11511
11511
  "type": "number\n",
11512
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VTimePickerClock.json))"
11512
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VTimePickerClock.json))"
11513
11513
  },
11514
11514
  "VTimePickerClock/min": {
11515
11515
  "type": "number\n",
11516
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VTimePickerClock.json))"
11516
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VTimePickerClock.json))"
11517
11517
  },
11518
11518
  "VTimePickerClock/scrollable": {
11519
11519
  "type": "boolean\n",
11520
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VTimePickerClock.json))"
11520
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VTimePickerClock.json))"
11521
11521
  },
11522
11522
  "VTimePickerClock/readonly": {
11523
11523
  "type": "boolean\n",
11524
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VTimePickerClock.json))"
11524
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VTimePickerClock.json))"
11525
11525
  },
11526
11526
  "VTimePickerClock/rotate": {
11527
11527
  "type": "number\n",
11528
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VTimePickerClock.json))"
11528
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VTimePickerClock.json))"
11529
11529
  },
11530
11530
  "VTimePickerClock/step": {
11531
11531
  "type": "number\n",
11532
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VTimePickerClock.json))"
11532
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VTimePickerClock.json))"
11533
11533
  },
11534
11534
  "VTimePickerClock/model-value": {
11535
11535
  "type": "number\n",
@@ -11537,15 +11537,15 @@
11537
11537
  },
11538
11538
  "VTimePickerClock/allowed-values": {
11539
11539
  "type": "(value: number) => boolean\n",
11540
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VTimePickerClock.json))"
11540
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VTimePickerClock.json))"
11541
11541
  },
11542
11542
  "VTimePickerControls/ampm": {
11543
11543
  "type": "boolean\n",
11544
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VTimePickerControls.json))"
11544
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VTimePickerControls.json))"
11545
11545
  },
11546
11546
  "VTimePickerControls/ampm-readonly": {
11547
11547
  "type": "boolean\n",
11548
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VTimePickerControls.json))"
11548
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VTimePickerControls.json))"
11549
11549
  },
11550
11550
  "VTimePickerControls/color": {
11551
11551
  "type": "string\n",
@@ -11557,35 +11557,35 @@
11557
11557
  },
11558
11558
  "VTimePickerControls/hour": {
11559
11559
  "type": "number\n",
11560
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VTimePickerControls.json))"
11560
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VTimePickerControls.json))"
11561
11561
  },
11562
11562
  "VTimePickerControls/minute": {
11563
11563
  "type": "number\n",
11564
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VTimePickerControls.json))"
11564
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VTimePickerControls.json))"
11565
11565
  },
11566
11566
  "VTimePickerControls/second": {
11567
11567
  "type": "number\n",
11568
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VTimePickerControls.json))"
11568
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VTimePickerControls.json))"
11569
11569
  },
11570
11570
  "VTimePickerControls/period": {
11571
11571
  "type": "string\n",
11572
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VTimePickerControls.json))"
11572
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VTimePickerControls.json))"
11573
11573
  },
11574
11574
  "VTimePickerControls/readonly": {
11575
11575
  "type": "boolean\n",
11576
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VTimePickerControls.json))"
11576
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VTimePickerControls.json))"
11577
11577
  },
11578
11578
  "VTimePickerControls/use-seconds": {
11579
11579
  "type": "boolean\n",
11580
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VTimePickerControls.json))"
11580
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VTimePickerControls.json))"
11581
11581
  },
11582
11582
  "VTimePickerControls/selecting": {
11583
11583
  "type": "number\n",
11584
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VTimePickerControls.json))"
11584
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VTimePickerControls.json))"
11585
11585
  },
11586
11586
  "VTimePickerControls/value": {
11587
11587
  "type": "number\n",
11588
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VTimePickerControls.json))"
11588
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VTimePickerControls.json))"
11589
11589
  },
11590
11590
  "VTimeline/justify": {
11591
11591
  "type": "string\n",
@@ -12025,7 +12025,7 @@
12025
12025
  },
12026
12026
  "VTreeview/collapse-icon": {
12027
12027
  "type": "string\n",
12028
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VList.json))"
12028
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VList.json))"
12029
12029
  },
12030
12030
  "VTreeview/lines": {
12031
12031
  "type": "false | 'one' | 'two' | 'three'\n",
@@ -12185,7 +12185,7 @@
12185
12185
  },
12186
12186
  "VTreeviewGroup/fluid": {
12187
12187
  "type": "boolean\n",
12188
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VListGroup.json))"
12188
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VListGroup.json))"
12189
12189
  },
12190
12190
  "VTreeviewGroup/title": {
12191
12191
  "type": "string\n",
@@ -12209,11 +12209,11 @@
12209
12209
  },
12210
12210
  "VTreeviewItem/loading": {
12211
12211
  "type": "boolean\n",
12212
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VTreeviewItem.json))"
12212
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VTreeviewItem.json))"
12213
12213
  },
12214
12214
  "VTreeviewItem/toggle-icon": {
12215
12215
  "type": "any\n",
12216
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VTreeviewItem.json))"
12216
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VTreeviewItem.json))"
12217
12217
  },
12218
12218
  "VTreeviewItem/active": {
12219
12219
  "type": "boolean\n",
@@ -12249,7 +12249,7 @@
12249
12249
  },
12250
12250
  "VTreeviewItem/nav": {
12251
12251
  "type": "boolean\n",
12252
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VListItem.json))"
12252
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VListItem.json))"
12253
12253
  },
12254
12254
  "VTreeviewItem/prepend-avatar": {
12255
12255
  "type": "string\n",
@@ -12269,7 +12269,7 @@
12269
12269
  },
12270
12270
  "VTreeviewItem/slim": {
12271
12271
  "type": "boolean\n",
12272
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VListItem.json))"
12272
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VListItem.json))"
12273
12273
  },
12274
12274
  "VTreeviewItem/border": {
12275
12275
  "type": "string | number | boolean\n",
@@ -12349,7 +12349,7 @@
12349
12349
  },
12350
12350
  "VTreeviewItem/lines": {
12351
12351
  "type": "'one' | 'two' | 'three'\n",
12352
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VListItem.json))"
12352
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VListItem.json))"
12353
12353
  },
12354
12354
  "VValidation/disabled": {
12355
12355
  "type": "boolean\n",