@vuetify/nightly 3.6.11-master.2024-07-08 → 3.6.12-master.2024-07-11

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 (108) hide show
  1. package/CHANGELOG.md +3 -4
  2. package/dist/json/attributes.json +57 -45
  3. package/dist/json/importMap.json +146 -146
  4. package/dist/json/tags.json +4 -1
  5. package/dist/json/web-types.json +97 -62
  6. package/dist/vuetify-labs.css +2977 -2955
  7. package/dist/vuetify-labs.d.ts +614 -688
  8. package/dist/vuetify-labs.esm.js +95 -74
  9. package/dist/vuetify-labs.esm.js.map +1 -1
  10. package/dist/vuetify-labs.js +95 -74
  11. package/dist/vuetify-labs.min.css +2 -2
  12. package/dist/vuetify.css +4804 -4782
  13. package/dist/vuetify.d.ts +579 -653
  14. package/dist/vuetify.esm.js +78 -58
  15. package/dist/vuetify.esm.js.map +1 -1
  16. package/dist/vuetify.js +78 -58
  17. package/dist/vuetify.js.map +1 -1
  18. package/dist/vuetify.min.css +2 -2
  19. package/dist/vuetify.min.js +67 -65
  20. package/dist/vuetify.min.js.map +1 -1
  21. package/lib/blueprints/index.d.mts +3 -3
  22. package/lib/blueprints/md1.d.mts +3 -3
  23. package/lib/blueprints/md2.d.mts +3 -3
  24. package/lib/blueprints/md3.d.mts +3 -3
  25. package/lib/components/VAutocomplete/index.d.mts +25 -31
  26. package/lib/components/VBottomSheet/index.d.mts +10 -10
  27. package/lib/components/VCheckbox/index.d.mts +2 -8
  28. package/lib/components/VCombobox/index.d.mts +25 -31
  29. package/lib/components/VDataIterator/index.d.mts +1 -0
  30. package/lib/components/VDataTable/VDataTable.mjs +6 -2
  31. package/lib/components/VDataTable/VDataTable.mjs.map +1 -1
  32. package/lib/components/VDataTable/VDataTableFooter.mjs +5 -4
  33. package/lib/components/VDataTable/VDataTableFooter.mjs.map +1 -1
  34. package/lib/components/VDataTable/VDataTableServer.mjs +6 -2
  35. package/lib/components/VDataTable/VDataTableServer.mjs.map +1 -1
  36. package/lib/components/VDataTable/VDataTableVirtual.mjs +6 -2
  37. package/lib/components/VDataTable/VDataTableVirtual.mjs.map +1 -1
  38. package/lib/components/VDataTable/composables/group.mjs +2 -1
  39. package/lib/components/VDataTable/composables/group.mjs.map +1 -1
  40. package/lib/components/VDataTable/composables/sort.mjs +1 -1
  41. package/lib/components/VDataTable/composables/sort.mjs.map +1 -1
  42. package/lib/components/VDataTable/index.d.mts +130 -129
  43. package/lib/components/VDatePicker/VDatePickerControls.mjs +5 -4
  44. package/lib/components/VDatePicker/VDatePickerControls.mjs.map +1 -1
  45. package/lib/components/VDatePicker/VDatePickerMonth.mjs +1 -1
  46. package/lib/components/VDatePicker/VDatePickerMonth.mjs.map +1 -1
  47. package/lib/components/VDatePicker/index.d.mts +70 -55
  48. package/lib/components/VDialog/index.d.mts +28 -28
  49. package/lib/components/VField/VField.css +11 -6
  50. package/lib/components/VField/VField.mjs +5 -7
  51. package/lib/components/VField/VField.mjs.map +1 -1
  52. package/lib/components/VField/VField.sass +6 -2
  53. package/lib/components/VField/index.d.mts +6 -12
  54. package/lib/components/VFileInput/index.d.mts +6 -12
  55. package/lib/components/VInput/VInput.css +5 -5
  56. package/lib/components/VInput/VInput.mjs +1 -4
  57. package/lib/components/VInput/VInput.mjs.map +1 -1
  58. package/lib/components/VInput/VInput.sass +1 -1
  59. package/lib/components/VInput/index.d.mts +2 -8
  60. package/lib/components/VMenu/index.d.mts +32 -32
  61. package/lib/components/VOverlay/index.d.mts +10 -10
  62. package/lib/components/VOverlay/locationStrategies.mjs.map +1 -1
  63. package/lib/components/VProgressLinear/VProgressLinear.css +17 -0
  64. package/lib/components/VProgressLinear/VProgressLinear.mjs +6 -5
  65. package/lib/components/VProgressLinear/VProgressLinear.mjs.map +1 -1
  66. package/lib/components/VProgressLinear/VProgressLinear.sass +11 -0
  67. package/lib/components/VRadio/VRadio.mjs +8 -5
  68. package/lib/components/VRadio/VRadio.mjs.map +1 -1
  69. package/lib/components/VRadioGroup/index.d.mts +2 -8
  70. package/lib/components/VRangeSlider/index.d.mts +2 -8
  71. package/lib/components/VSelect/index.d.mts +25 -31
  72. package/lib/components/VSlider/index.d.mts +2 -8
  73. package/lib/components/VSnackbar/index.d.mts +28 -28
  74. package/lib/components/VSpeedDial/index.d.mts +14 -14
  75. package/lib/components/VSwitch/index.d.mts +2 -8
  76. package/lib/components/VTextField/VTextField.mjs +1 -1
  77. package/lib/components/VTextField/VTextField.mjs.map +1 -1
  78. package/lib/components/VTextField/index.d.mts +18 -24
  79. package/lib/components/VTextarea/VTextarea.mjs +5 -5
  80. package/lib/components/VTextarea/VTextarea.mjs.map +1 -1
  81. package/lib/components/VTextarea/index.d.mts +72 -87
  82. package/lib/components/VTooltip/index.d.mts +32 -32
  83. package/lib/components/index.d.mts +530 -604
  84. package/lib/composables/calendar.mjs +10 -4
  85. package/lib/composables/calendar.mjs.map +1 -1
  86. package/lib/composables/date/DateAdapter.mjs.map +1 -1
  87. package/lib/composables/date/adapters/vuetify.mjs +15 -13
  88. package/lib/composables/date/adapters/vuetify.mjs.map +1 -1
  89. package/lib/entry-bundler.mjs +1 -1
  90. package/lib/framework.mjs +1 -1
  91. package/lib/index.d.mts +49 -49
  92. package/lib/labs/VCalendar/VCalendar.mjs +7 -6
  93. package/lib/labs/VCalendar/VCalendar.mjs.map +1 -1
  94. package/lib/labs/VCalendar/index.d.mts +6 -0
  95. package/lib/labs/VDateInput/index.d.mts +39 -39
  96. package/lib/labs/VNumberInput/VNumberInput.mjs +1 -1
  97. package/lib/labs/VNumberInput/VNumberInput.mjs.map +1 -1
  98. package/lib/labs/VNumberInput/index.d.mts +6 -12
  99. package/lib/labs/VSnackbarQueue/index.d.mts +37 -37
  100. package/lib/labs/VTimePicker/VTimePicker.mjs +5 -5
  101. package/lib/labs/VTimePicker/VTimePicker.mjs.map +1 -1
  102. package/lib/labs/VTimePicker/VTimePickerClock.mjs +2 -2
  103. package/lib/labs/VTimePicker/VTimePickerClock.mjs.map +1 -1
  104. package/lib/labs/VTimePicker/VTimePickerControls.mjs +2 -2
  105. package/lib/labs/VTimePicker/VTimePickerControls.mjs.map +1 -1
  106. package/lib/labs/VTimePicker/index.d.mts +18 -18
  107. package/lib/labs/components.d.mts +106 -106
  108. 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.11-master.2024-07-08",
5
+ "version": "3.6.12-master.2024-07-11",
6
6
  "contributions": {
7
7
  "html": {
8
8
  "types-syntax": "typescript",
@@ -1747,8 +1747,9 @@
1747
1747
  },
1748
1748
  {
1749
1749
  "name": "centerAffix",
1750
- "description": "Vertically align **appendInner**, **prependInner**, **clearIcon** and **label** in the center.",
1750
+ "description": "Automatically apply **[singleLine](/api/v-field/#props-single-line)** under the hood, and vertically align **appendInner**, **prependInner**, **clearIcon**, **label** and **input field** in the center.",
1751
1751
  "doc-url": "https://vuetifyjs.com/api/VAutocomplete#props",
1752
+ "default": "false",
1752
1753
  "value": {
1753
1754
  "kind": "expression",
1754
1755
  "type": "boolean"
@@ -5006,6 +5007,15 @@
5006
5007
  "type": "'dynamic' | 'static'"
5007
5008
  }
5008
5009
  },
5010
+ {
5011
+ "name": "firstDayOfWeek",
5012
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/calendar.json))",
5013
+ "doc-url": "https://vuetifyjs.com/api/VCalendar#props",
5014
+ "value": {
5015
+ "kind": "expression",
5016
+ "type": "string | number"
5017
+ }
5018
+ },
5009
5019
  {
5010
5020
  "name": "allowedDates",
5011
5021
  "description": "Determines which dates are selectable.",
@@ -7109,23 +7119,14 @@
7109
7119
  },
7110
7120
  {
7111
7121
  "name": "centerAffix",
7112
- "description": "Vertically align **appendInner**, **prependInner**, **clearIcon** and **label** in the center.",
7122
+ "description": "Vertically align **append** and **prepend** in the center.",
7113
7123
  "doc-url": "https://vuetifyjs.com/api/VCheckbox#props",
7114
- "default": "true",
7124
+ "default": "false",
7115
7125
  "value": {
7116
7126
  "kind": "expression",
7117
7127
  "type": "boolean"
7118
7128
  }
7119
7129
  },
7120
- {
7121
- "name": "type",
7122
- "description": "Provides the default type for children selection controls.",
7123
- "doc-url": "https://vuetifyjs.com/api/VCheckbox#props",
7124
- "value": {
7125
- "kind": "expression",
7126
- "type": "string"
7127
- }
7128
- },
7129
7130
  {
7130
7131
  "name": "prependIcon",
7131
7132
  "description": "Prepends an icon to the component, uses the same syntax as `v-icon`.",
@@ -7270,6 +7271,15 @@
7270
7271
  "type": "string | number"
7271
7272
  }
7272
7273
  },
7274
+ {
7275
+ "name": "type",
7276
+ "description": "Provides the default type for children selection controls.",
7277
+ "doc-url": "https://vuetifyjs.com/api/VCheckbox#props",
7278
+ "value": {
7279
+ "kind": "expression",
7280
+ "type": "string"
7281
+ }
7282
+ },
7273
7283
  {
7274
7284
  "name": "name",
7275
7285
  "description": "Sets the component's name attribute.",
@@ -9912,8 +9922,9 @@
9912
9922
  },
9913
9923
  {
9914
9924
  "name": "centerAffix",
9915
- "description": "Vertically align **appendInner**, **prependInner**, **clearIcon** and **label** in the center.",
9925
+ "description": "Automatically apply **[singleLine](/api/v-field/#props-single-line)** under the hood, and vertically align **appendInner**, **prependInner**, **clearIcon**, **label** and **input field** in the center.",
9916
9926
  "doc-url": "https://vuetifyjs.com/api/VCombobox#props",
9927
+ "default": "false",
9917
9928
  "value": {
9918
9929
  "kind": "expression",
9919
9930
  "type": "boolean"
@@ -12000,7 +12011,7 @@
12000
12011
  "default": "'$prev'",
12001
12012
  "value": {
12002
12013
  "kind": "expression",
12003
- "type": "string"
12014
+ "type": "any"
12004
12015
  }
12005
12016
  },
12006
12017
  {
@@ -12010,7 +12021,7 @@
12010
12021
  "default": "'$next'",
12011
12022
  "value": {
12012
12023
  "kind": "expression",
12013
- "type": "string"
12024
+ "type": "any"
12014
12025
  }
12015
12026
  },
12016
12027
  {
@@ -12020,7 +12031,7 @@
12020
12031
  "default": "'$first'",
12021
12032
  "value": {
12022
12033
  "kind": "expression",
12023
- "type": "string"
12034
+ "type": "any"
12024
12035
  }
12025
12036
  },
12026
12037
  {
@@ -12030,7 +12041,7 @@
12030
12041
  "default": "'$last'",
12031
12042
  "value": {
12032
12043
  "kind": "expression",
12033
- "type": "string"
12044
+ "type": "any"
12034
12045
  }
12035
12046
  },
12036
12047
  {
@@ -14744,7 +14755,7 @@
14744
14755
  "default": "'$prev'",
14745
14756
  "value": {
14746
14757
  "kind": "expression",
14747
- "type": "string"
14758
+ "type": "any"
14748
14759
  }
14749
14760
  },
14750
14761
  {
@@ -14754,7 +14765,7 @@
14754
14765
  "default": "'$next'",
14755
14766
  "value": {
14756
14767
  "kind": "expression",
14757
- "type": "string"
14768
+ "type": "any"
14758
14769
  }
14759
14770
  },
14760
14771
  {
@@ -14764,7 +14775,7 @@
14764
14775
  "default": "'$first'",
14765
14776
  "value": {
14766
14777
  "kind": "expression",
14767
- "type": "string"
14778
+ "type": "any"
14768
14779
  }
14769
14780
  },
14770
14781
  {
@@ -14774,7 +14785,7 @@
14774
14785
  "default": "'$last'",
14775
14786
  "value": {
14776
14787
  "kind": "expression",
14777
- "type": "string"
14788
+ "type": "any"
14778
14789
  }
14779
14790
  },
14780
14791
  {
@@ -17552,8 +17563,9 @@
17552
17563
  },
17553
17564
  {
17554
17565
  "name": "centerAffix",
17555
- "description": "Vertically align **appendInner**, **prependInner**, **clearIcon** and **label** in the center.",
17566
+ "description": "Automatically apply **[singleLine](/api/v-field/#props-single-line)** under the hood, and vertically align **appendInner**, **prependInner**, **clearIcon**, **label** and **input field** in the center.",
17556
17567
  "doc-url": "https://vuetifyjs.com/api/VDateInput#props",
17568
+ "default": "false",
17557
17569
  "value": {
17558
17570
  "kind": "expression",
17559
17571
  "type": "boolean"
@@ -17967,7 +17979,7 @@
17967
17979
  "default": "'$next'",
17968
17980
  "value": {
17969
17981
  "kind": "expression",
17970
- "type": "string"
17982
+ "type": "any"
17971
17983
  }
17972
17984
  },
17973
17985
  {
@@ -17977,7 +17989,7 @@
17977
17989
  "default": "'$prev'",
17978
17990
  "value": {
17979
17991
  "kind": "expression",
17980
- "type": "string"
17992
+ "type": "any"
17981
17993
  }
17982
17994
  },
17983
17995
  {
@@ -17987,7 +17999,7 @@
17987
17999
  "default": "'$subgroup'",
17988
18000
  "value": {
17989
18001
  "kind": "expression",
17990
- "type": "string"
18002
+ "type": "any"
17991
18003
  }
17992
18004
  },
17993
18005
  {
@@ -18088,6 +18100,15 @@
18088
18100
  "type": "'dynamic' | 'static'"
18089
18101
  }
18090
18102
  },
18103
+ {
18104
+ "name": "firstDayOfWeek",
18105
+ "description": "Sets the first day of the week, starting with 0 for Sunday.",
18106
+ "doc-url": "https://vuetifyjs.com/api/VDateInput#props",
18107
+ "value": {
18108
+ "kind": "expression",
18109
+ "type": "string | number"
18110
+ }
18111
+ },
18091
18112
  {
18092
18113
  "name": "allowedDates",
18093
18114
  "description": "Restricts which dates can be selected.",
@@ -18358,7 +18379,7 @@
18358
18379
  "default": "'$next'",
18359
18380
  "value": {
18360
18381
  "kind": "expression",
18361
- "type": "string"
18382
+ "type": "any"
18362
18383
  }
18363
18384
  },
18364
18385
  {
@@ -18368,7 +18389,7 @@
18368
18389
  "default": "'$prev'",
18369
18390
  "value": {
18370
18391
  "kind": "expression",
18371
- "type": "string"
18392
+ "type": "any"
18372
18393
  }
18373
18394
  },
18374
18395
  {
@@ -18378,7 +18399,7 @@
18378
18399
  "default": "'$subgroup'",
18379
18400
  "value": {
18380
18401
  "kind": "expression",
18381
- "type": "string"
18402
+ "type": "any"
18382
18403
  }
18383
18404
  },
18384
18405
  {
@@ -18497,6 +18518,15 @@
18497
18518
  "type": "'dynamic' | 'static'"
18498
18519
  }
18499
18520
  },
18521
+ {
18522
+ "name": "firstDayOfWeek",
18523
+ "description": "Sets the first day of the week, starting with 0 for Sunday.",
18524
+ "doc-url": "https://vuetifyjs.com/api/VDatePicker#props",
18525
+ "value": {
18526
+ "kind": "expression",
18527
+ "type": "string | number"
18528
+ }
18529
+ },
18500
18530
  {
18501
18531
  "name": "allowedDates",
18502
18532
  "description": "Restricts which dates can be selected.",
@@ -18829,7 +18859,7 @@
18829
18859
  "default": "'$next'",
18830
18860
  "value": {
18831
18861
  "kind": "expression",
18832
- "type": "string"
18862
+ "type": "any"
18833
18863
  }
18834
18864
  },
18835
18865
  {
@@ -18839,7 +18869,7 @@
18839
18869
  "default": "'$prev'",
18840
18870
  "value": {
18841
18871
  "kind": "expression",
18842
- "type": "string"
18872
+ "type": "any"
18843
18873
  }
18844
18874
  },
18845
18875
  {
@@ -18849,7 +18879,7 @@
18849
18879
  "default": "'$subgroup'",
18850
18880
  "value": {
18851
18881
  "kind": "expression",
18852
- "type": "string"
18882
+ "type": "any"
18853
18883
  }
18854
18884
  },
18855
18885
  {
@@ -19149,6 +19179,15 @@
19149
19179
  "type": "'dynamic' | 'static'"
19150
19180
  }
19151
19181
  },
19182
+ {
19183
+ "name": "firstDayOfWeek",
19184
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/calendar.json))",
19185
+ "doc-url": "https://vuetifyjs.com/api/VDatePickerMonth#props",
19186
+ "value": {
19187
+ "kind": "expression",
19188
+ "type": "string | number"
19189
+ }
19190
+ },
19152
19191
  {
19153
19192
  "name": "allowedDates",
19154
19193
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/calendar.json))",
@@ -22066,8 +22105,9 @@
22066
22105
  },
22067
22106
  {
22068
22107
  "name": "centerAffix",
22069
- "description": "Vertically align **appendInner**, **prependInner**, **clearIcon** and **label** in the center.",
22108
+ "description": "Automatically apply **[singleLine](/api/v-field/#props-single-line)** under the hood, and vertically align **appendInner**, **prependInner**, **clearIcon**, **label** and **input field** in the center.",
22070
22109
  "doc-url": "https://vuetifyjs.com/api/VField#props",
22110
+ "default": "false",
22071
22111
  "value": {
22072
22112
  "kind": "expression",
22073
22113
  "type": "boolean"
@@ -22533,8 +22573,9 @@
22533
22573
  },
22534
22574
  {
22535
22575
  "name": "centerAffix",
22536
- "description": "Vertically align **appendInner**, **prependInner**, **clearIcon** and **label** in the center.",
22576
+ "description": "Automatically apply **[singleLine](/api/v-field/#props-single-line)** under the hood, and vertically align **appendInner**, **prependInner**, **clearIcon**, **label** and **input field** in the center.",
22537
22577
  "doc-url": "https://vuetifyjs.com/api/VFileInput#props",
22578
+ "default": "false",
22538
22579
  "value": {
22539
22580
  "kind": "expression",
22540
22581
  "type": "boolean"
@@ -24321,9 +24362,9 @@
24321
24362
  },
24322
24363
  {
24323
24364
  "name": "centerAffix",
24324
- "description": "Vertically align **appendInner**, **prependInner**, **clearIcon** and **label** in the center.",
24365
+ "description": "Vertically align **append** and **prepend** in the center.",
24325
24366
  "doc-url": "https://vuetifyjs.com/api/VInput#props",
24326
- "default": "true",
24367
+ "default": "false",
24327
24368
  "value": {
24328
24369
  "kind": "expression",
24329
24370
  "type": "boolean"
@@ -26317,7 +26358,7 @@
26317
26358
  },
26318
26359
  {
26319
26360
  "name": "nav",
26320
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VListItem.json))",
26361
+ "description": "Reduces the width v-list-item takes up as well as adding a border radius.",
26321
26362
  "doc-url": "https://vuetifyjs.com/api/VListItem#props",
26322
26363
  "default": "false",
26323
26364
  "value": {
@@ -26364,7 +26405,7 @@
26364
26405
  },
26365
26406
  {
26366
26407
  "name": "slim",
26367
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VListItem.json))",
26408
+ "description": "Reduces horizontal spacing for badges, icons, tooltips, and avatars to create a more compact visual representation.",
26368
26409
  "doc-url": "https://vuetifyjs.com/api/VListItem#props",
26369
26410
  "default": "false",
26370
26411
  "value": {
@@ -26552,7 +26593,7 @@
26552
26593
  },
26553
26594
  {
26554
26595
  "name": "lines",
26555
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VListItem.json))",
26596
+ "description": "The line declaration specifies the minimum height of the item and can also be controlled from v-list with the same prop.",
26556
26597
  "doc-url": "https://vuetifyjs.com/api/VListItem#props",
26557
26598
  "default": "false",
26558
26599
  "value": {
@@ -28131,8 +28172,9 @@
28131
28172
  },
28132
28173
  {
28133
28174
  "name": "centerAffix",
28134
- "description": "Vertically align **appendInner**, **prependInner**, **clearIcon** and **label** in the center.",
28175
+ "description": "Automatically apply **[singleLine](/api/v-field/#props-single-line)** under the hood, and vertically align **appendInner**, **prependInner**, **clearIcon**, **label** and **input field** in the center.",
28135
28176
  "doc-url": "https://vuetifyjs.com/api/VNumberInput#props",
28177
+ "default": "false",
28136
28178
  "value": {
28137
28179
  "kind": "expression",
28138
28180
  "type": "boolean"
@@ -31189,9 +31231,9 @@
31189
31231
  },
31190
31232
  {
31191
31233
  "name": "centerAffix",
31192
- "description": "Vertically align **appendInner**, **prependInner**, **clearIcon** and **label** in the center.",
31234
+ "description": "Vertically align **append** and **prepend** in the center.",
31193
31235
  "doc-url": "https://vuetifyjs.com/api/VRadioGroup#props",
31194
- "default": "true",
31236
+ "default": "false",
31195
31237
  "value": {
31196
31238
  "kind": "expression",
31197
31239
  "type": "boolean"
@@ -31780,9 +31822,9 @@
31780
31822
  },
31781
31823
  {
31782
31824
  "name": "centerAffix",
31783
- "description": "Vertically align **appendInner**, **prependInner**, **clearIcon** and **label** in the center.",
31825
+ "description": "Vertically align **append** and **prepend** in the center.",
31784
31826
  "doc-url": "https://vuetifyjs.com/api/VRangeSlider#props",
31785
- "default": "true",
31827
+ "default": "false",
31786
31828
  "value": {
31787
31829
  "kind": "expression",
31788
31830
  "type": "boolean"
@@ -34073,8 +34115,9 @@
34073
34115
  },
34074
34116
  {
34075
34117
  "name": "centerAffix",
34076
- "description": "Vertically align **appendInner**, **prependInner**, **clearIcon** and **label** in the center.",
34118
+ "description": "Automatically apply **[singleLine](/api/v-field/#props-single-line)** under the hood, and vertically align **appendInner**, **prependInner**, **clearIcon**, **label** and **input field** in the center.",
34077
34119
  "doc-url": "https://vuetifyjs.com/api/VSelect#props",
34120
+ "default": "false",
34078
34121
  "value": {
34079
34122
  "kind": "expression",
34080
34123
  "type": "boolean"
@@ -36429,9 +36472,9 @@
36429
36472
  },
36430
36473
  {
36431
36474
  "name": "centerAffix",
36432
- "description": "Vertically align **appendInner**, **prependInner**, **clearIcon** and **label** in the center.",
36475
+ "description": "Vertically align **append** and **prepend** in the center.",
36433
36476
  "doc-url": "https://vuetifyjs.com/api/VSlider#props",
36434
- "default": "true",
36477
+ "default": "false",
36435
36478
  "value": {
36436
36479
  "kind": "expression",
36437
36480
  "type": "boolean"
@@ -41193,9 +41236,9 @@
41193
41236
  },
41194
41237
  {
41195
41238
  "name": "centerAffix",
41196
- "description": "Vertically align **appendInner**, **prependInner**, **clearIcon** and **label** in the center.",
41239
+ "description": "Vertically align **append** and **prepend** in the center.",
41197
41240
  "doc-url": "https://vuetifyjs.com/api/VSwitch#props",
41198
- "default": "true",
41241
+ "default": "false",
41199
41242
  "value": {
41200
41243
  "kind": "expression",
41201
41244
  "type": "boolean"
@@ -43145,8 +43188,9 @@
43145
43188
  },
43146
43189
  {
43147
43190
  "name": "centerAffix",
43148
- "description": "Vertically align **appendInner**, **prependInner**, **clearIcon** and **label** in the center.",
43191
+ "description": "Automatically apply **[singleLine](/api/v-field/#props-single-line)** under the hood, and vertically align **appendInner**, **prependInner**, **clearIcon**, **label** and **input field** in the center.",
43149
43192
  "doc-url": "https://vuetifyjs.com/api/VTextField#props",
43193
+ "default": "false",
43150
43194
  "value": {
43151
43195
  "kind": "expression",
43152
43196
  "type": "boolean"
@@ -44072,15 +44116,6 @@
44072
44116
  "type": "any"
44073
44117
  }
44074
44118
  },
44075
- {
44076
- "name": "centerAffix",
44077
- "description": "Vertically align **appendInner**, **prependInner**, **clearIcon** and **label** in the center.",
44078
- "doc-url": "https://vuetifyjs.com/api/VTextarea#props",
44079
- "value": {
44080
- "kind": "expression",
44081
- "type": "boolean"
44082
- }
44083
- },
44084
44119
  {
44085
44120
  "name": "prependIcon",
44086
44121
  "description": "Prepends an icon to the component, uses the same syntax as `v-icon`.",
@@ -47576,7 +47611,7 @@
47576
47611
  },
47577
47612
  {
47578
47613
  "name": "nav",
47579
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VListItem.json))",
47614
+ "description": "Reduces the width v-list-item takes up as well as adding a border radius.",
47580
47615
  "doc-url": "https://vuetifyjs.com/api/VTreeviewItem#props",
47581
47616
  "default": "false",
47582
47617
  "value": {
@@ -47623,7 +47658,7 @@
47623
47658
  },
47624
47659
  {
47625
47660
  "name": "slim",
47626
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VListItem.json))",
47661
+ "description": "Reduces horizontal spacing for badges, icons, tooltips, and avatars to create a more compact visual representation.",
47627
47662
  "doc-url": "https://vuetifyjs.com/api/VTreeviewItem#props",
47628
47663
  "default": "true",
47629
47664
  "value": {
@@ -47811,7 +47846,7 @@
47811
47846
  },
47812
47847
  {
47813
47848
  "name": "lines",
47814
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VListItem.json))",
47849
+ "description": "The line declaration specifies the minimum height of the item and can also be controlled from v-list with the same prop.",
47815
47850
  "doc-url": "https://vuetifyjs.com/api/VTreeviewItem#props",
47816
47851
  "default": "false",
47817
47852
  "value": {