vuetify 3.3.11 → 3.3.13

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 (199) hide show
  1. package/dist/json/attributes.json +49 -5
  2. package/dist/json/importMap.json +12 -12
  3. package/dist/json/tags.json +11 -0
  4. package/dist/json/web-types.json +168 -11
  5. package/dist/vuetify-labs.css +423 -358
  6. package/dist/vuetify-labs.d.ts +233 -91
  7. package/dist/vuetify-labs.esm.js +189 -104
  8. package/dist/vuetify-labs.esm.js.map +1 -1
  9. package/dist/vuetify-labs.js +189 -104
  10. package/dist/vuetify-labs.min.css +2 -2
  11. package/dist/vuetify.css +130 -65
  12. package/dist/vuetify.d.ts +172 -38
  13. package/dist/vuetify.esm.js +100 -59
  14. package/dist/vuetify.esm.js.map +1 -1
  15. package/dist/vuetify.js +100 -59
  16. package/dist/vuetify.js.map +1 -1
  17. package/dist/vuetify.min.css +2 -2
  18. package/dist/vuetify.min.js +152 -152
  19. package/dist/vuetify.min.js.map +1 -1
  20. package/lib/blueprints/md3.mjs +2 -1
  21. package/lib/blueprints/md3.mjs.map +1 -1
  22. package/lib/components/VAppBar/VAppBar.mjs.map +1 -1
  23. package/lib/components/VAppBar/index.d.mts +6 -6
  24. package/lib/components/VAutocomplete/VAutocomplete.mjs +6 -2
  25. package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
  26. package/lib/components/VAutocomplete/index.d.mts +42 -0
  27. package/lib/components/VBanner/VBanner.css +2 -0
  28. package/lib/components/VBanner/VBanner.sass +2 -0
  29. package/lib/components/VBottomNavigation/VBottomNavigation.css +1 -0
  30. package/lib/components/VBottomNavigation/VBottomNavigation.sass +1 -0
  31. package/lib/components/VBtn/VBtn.css +6 -0
  32. package/lib/components/VBtn/VBtn.sass +5 -0
  33. package/lib/components/VCheckbox/index.d.mts +3 -1
  34. package/lib/components/VChip/VChip.mjs +1 -0
  35. package/lib/components/VChip/VChip.mjs.map +1 -1
  36. package/lib/components/VCombobox/VCombobox.mjs +6 -2
  37. package/lib/components/VCombobox/VCombobox.mjs.map +1 -1
  38. package/lib/components/VCombobox/index.d.mts +42 -0
  39. package/lib/components/VDialog/VDialog.css +15 -6
  40. package/lib/components/VDialog/VDialog.sass +41 -35
  41. package/lib/components/VField/VField.css +7 -2
  42. package/lib/components/VField/VField.mjs +5 -3
  43. package/lib/components/VField/VField.mjs.map +1 -1
  44. package/lib/components/VField/VField.sass +7 -2
  45. package/lib/components/VFileInput/VFileInput.css +4 -0
  46. package/lib/components/VFileInput/VFileInput.sass +5 -1
  47. package/lib/components/VFileInput/_variables.scss +2 -1
  48. package/lib/components/VGrid/VGrid.css +4 -0
  49. package/lib/components/VGrid/VGrid.sass +4 -1
  50. package/lib/components/VGrid/VSpacer.mjs +1 -1
  51. package/lib/components/VGrid/VSpacer.mjs.map +1 -1
  52. package/lib/components/VList/VList.css +1 -1
  53. package/lib/components/VList/VList.sass +1 -1
  54. package/lib/components/VList/VListItem.css +20 -9
  55. package/lib/components/VList/VListItem.mjs +6 -2
  56. package/lib/components/VList/VListItem.mjs.map +1 -1
  57. package/lib/components/VList/VListItem.sass +19 -8
  58. package/lib/components/VMenu/VMenu.mjs +4 -3
  59. package/lib/components/VMenu/VMenu.mjs.map +1 -1
  60. package/lib/components/VMenu/index.d.mts +5 -5
  61. package/lib/components/VNavigationDrawer/VNavigationDrawer.css +0 -1
  62. package/lib/components/VNavigationDrawer/VNavigationDrawer.sass +0 -1
  63. package/lib/components/VNavigationDrawer/_variables.scss +0 -1
  64. package/lib/components/VRadio/index.d.mts +3 -1
  65. package/lib/components/VRadioGroup/VRadioGroup.css +6 -1
  66. package/lib/components/VRadioGroup/VRadioGroup.sass +5 -0
  67. package/lib/components/VRadioGroup/_variables.scss +3 -1
  68. package/lib/components/VRadioGroup/index.d.mts +3 -1
  69. package/lib/components/VSelect/VSelect.mjs +14 -2
  70. package/lib/components/VSelect/VSelect.mjs.map +1 -1
  71. package/lib/components/VSelect/index.d.mts +42 -0
  72. package/lib/components/VSelectionControl/VSelectionControl.mjs +22 -19
  73. package/lib/components/VSelectionControl/VSelectionControl.mjs.map +1 -1
  74. package/lib/components/VSelectionControl/index.d.mts +27 -25
  75. package/lib/components/VSwitch/VSwitch.css +24 -17
  76. package/lib/components/VSwitch/VSwitch.mjs +28 -19
  77. package/lib/components/VSwitch/VSwitch.mjs.map +1 -1
  78. package/lib/components/VSwitch/VSwitch.sass +20 -11
  79. package/lib/components/VSwitch/_variables.scss +18 -6
  80. package/lib/components/VSwitch/index.d.mts +3 -1
  81. package/lib/components/VTextField/VTextField.css +9 -2
  82. package/lib/components/VTextField/VTextField.mjs +6 -3
  83. package/lib/components/VTextField/VTextField.mjs.map +1 -1
  84. package/lib/components/VTextField/VTextField.sass +10 -3
  85. package/lib/components/VTextField/index.d.mts +6 -0
  86. package/lib/components/VTextarea/VTextarea.mjs +1 -2
  87. package/lib/components/VTextarea/VTextarea.mjs.map +1 -1
  88. package/lib/components/VTimeline/VTimeline.css +6 -1
  89. package/lib/components/VTimeline/VTimeline.sass +6 -1
  90. package/lib/components/VTooltip/VTooltip.css +1 -1
  91. package/lib/components/VTooltip/_variables.scss +1 -1
  92. package/lib/components/index.d.mts +169 -35
  93. package/lib/entry-bundler.mjs +1 -1
  94. package/lib/framework.mjs +1 -1
  95. package/lib/index.d.mts +3 -3
  96. package/lib/labs/VDateInput/composables.mjs +11 -1
  97. package/lib/labs/VDateInput/composables.mjs.map +1 -1
  98. package/lib/labs/VDateInput/index.d.mts +6 -0
  99. package/lib/labs/VDatePicker/VDatePicker.mjs +34 -14
  100. package/lib/labs/VDatePicker/VDatePicker.mjs.map +1 -1
  101. package/lib/labs/VDatePicker/VDatePickerMonth.mjs +1 -1
  102. package/lib/labs/VDatePicker/VDatePickerMonth.mjs.map +1 -1
  103. package/lib/labs/VDatePicker/composables.mjs +4 -2
  104. package/lib/labs/VDatePicker/composables.mjs.map +1 -1
  105. package/lib/labs/VDatePicker/index.d.mts +14 -0
  106. package/lib/labs/VOtpInput/VOtpInput.mjs +31 -22
  107. package/lib/labs/VOtpInput/VOtpInput.mjs.map +1 -1
  108. package/lib/labs/VStepper/VStepper.mjs +12 -9
  109. package/lib/labs/VStepper/VStepper.mjs.map +1 -1
  110. package/lib/labs/VStepper/index.d.mts +50 -56
  111. package/lib/labs/components.d.mts +64 -56
  112. package/lib/labs/date/adapters/vuetify.mjs +1 -1
  113. package/lib/labs/date/adapters/vuetify.mjs.map +1 -1
  114. package/lib/locale/af.mjs +1 -0
  115. package/lib/locale/af.mjs.map +1 -1
  116. package/lib/locale/ar.mjs +1 -0
  117. package/lib/locale/ar.mjs.map +1 -1
  118. package/lib/locale/az.mjs +1 -0
  119. package/lib/locale/az.mjs.map +1 -1
  120. package/lib/locale/bg.mjs +1 -0
  121. package/lib/locale/bg.mjs.map +1 -1
  122. package/lib/locale/ca.mjs +1 -0
  123. package/lib/locale/ca.mjs.map +1 -1
  124. package/lib/locale/ckb.mjs +1 -0
  125. package/lib/locale/ckb.mjs.map +1 -1
  126. package/lib/locale/cs.mjs +1 -0
  127. package/lib/locale/cs.mjs.map +1 -1
  128. package/lib/locale/da.mjs +1 -0
  129. package/lib/locale/da.mjs.map +1 -1
  130. package/lib/locale/de.mjs +1 -0
  131. package/lib/locale/de.mjs.map +1 -1
  132. package/lib/locale/el.mjs +1 -0
  133. package/lib/locale/el.mjs.map +1 -1
  134. package/lib/locale/en.mjs +1 -0
  135. package/lib/locale/en.mjs.map +1 -1
  136. package/lib/locale/es.mjs +1 -0
  137. package/lib/locale/es.mjs.map +1 -1
  138. package/lib/locale/et.mjs +1 -0
  139. package/lib/locale/et.mjs.map +1 -1
  140. package/lib/locale/fa.mjs +1 -0
  141. package/lib/locale/fa.mjs.map +1 -1
  142. package/lib/locale/fi.mjs +1 -0
  143. package/lib/locale/fi.mjs.map +1 -1
  144. package/lib/locale/fr.mjs +1 -0
  145. package/lib/locale/fr.mjs.map +1 -1
  146. package/lib/locale/he.mjs +1 -0
  147. package/lib/locale/he.mjs.map +1 -1
  148. package/lib/locale/hr.mjs +1 -0
  149. package/lib/locale/hr.mjs.map +1 -1
  150. package/lib/locale/hu.mjs +1 -0
  151. package/lib/locale/hu.mjs.map +1 -1
  152. package/lib/locale/id.mjs +1 -0
  153. package/lib/locale/id.mjs.map +1 -1
  154. package/lib/locale/index.d.mts +42 -0
  155. package/lib/locale/it.mjs +1 -0
  156. package/lib/locale/it.mjs.map +1 -1
  157. package/lib/locale/ja.mjs +1 -0
  158. package/lib/locale/ja.mjs.map +1 -1
  159. package/lib/locale/ko.mjs +1 -0
  160. package/lib/locale/ko.mjs.map +1 -1
  161. package/lib/locale/lt.mjs +1 -0
  162. package/lib/locale/lt.mjs.map +1 -1
  163. package/lib/locale/lv.mjs +1 -0
  164. package/lib/locale/lv.mjs.map +1 -1
  165. package/lib/locale/nl.mjs +1 -0
  166. package/lib/locale/nl.mjs.map +1 -1
  167. package/lib/locale/no.mjs +16 -15
  168. package/lib/locale/no.mjs.map +1 -1
  169. package/lib/locale/pl.mjs +1 -0
  170. package/lib/locale/pl.mjs.map +1 -1
  171. package/lib/locale/pt.mjs +1 -0
  172. package/lib/locale/pt.mjs.map +1 -1
  173. package/lib/locale/ro.mjs +1 -0
  174. package/lib/locale/ro.mjs.map +1 -1
  175. package/lib/locale/ru.mjs +1 -0
  176. package/lib/locale/ru.mjs.map +1 -1
  177. package/lib/locale/sk.mjs +1 -0
  178. package/lib/locale/sk.mjs.map +1 -1
  179. package/lib/locale/sl.mjs +1 -0
  180. package/lib/locale/sl.mjs.map +1 -1
  181. package/lib/locale/sr-Cyrl.mjs +1 -0
  182. package/lib/locale/sr-Cyrl.mjs.map +1 -1
  183. package/lib/locale/sr-Latn.mjs +1 -0
  184. package/lib/locale/sr-Latn.mjs.map +1 -1
  185. package/lib/locale/sv.mjs +1 -0
  186. package/lib/locale/sv.mjs.map +1 -1
  187. package/lib/locale/th.mjs +1 -0
  188. package/lib/locale/th.mjs.map +1 -1
  189. package/lib/locale/tr.mjs +1 -0
  190. package/lib/locale/tr.mjs.map +1 -1
  191. package/lib/locale/uk.mjs +1 -0
  192. package/lib/locale/uk.mjs.map +1 -1
  193. package/lib/locale/vi.mjs +1 -0
  194. package/lib/locale/vi.mjs.map +1 -1
  195. package/lib/locale/zh-Hans.mjs +1 -0
  196. package/lib/locale/zh-Hans.mjs.map +1 -1
  197. package/lib/locale/zh-Hant.mjs +1 -0
  198. package/lib/locale/zh-Hant.mjs.map +1 -1
  199. package/package.json +2 -2
@@ -179,10 +179,6 @@
179
179
  "type": "string\n",
180
180
  "description": "Specifies a [v-img](/components/images) as the component's background."
181
181
  },
182
- "v-app-bar/scroll-behavior": {
183
- "type": "string\n",
184
- "description": "Specify an action to take when the scroll position of **scroll-target** reaches **scroll-threshold**. Accepts any combination of hide, inverted, collapse, elevate, and fade-image. Multiple values can be used, separated by a space."
185
- },
186
182
  "v-app-bar/collapse": {
187
183
  "type": "boolean\n",
188
184
  "description": "Morphs the component into a collapsed state, reducing its maximum width."
@@ -211,6 +207,10 @@
211
207
  "type": "string | number\n",
212
208
  "description": "The amount of scroll distance down before **scroll-behavior** activates."
213
209
  },
210
+ "v-app-bar/scroll-behavior": {
211
+ "type": "'hide' | 'inverted' | 'collapse' | 'elevate' | 'fade-image'\n",
212
+ "description": "Specify an action to take when the scroll position of **scroll-target** reaches **scroll-threshold**. Accepts any combination of hide, inverted, collapse, elevate, and fade-image. Multiple values can be used, separated by a space."
213
+ },
214
214
  "v-app-bar-nav-icon/symbol": {
215
215
  "type": "any\n",
216
216
  "description": "The [Symbol](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Symbol) used to hook into group functionality for components like [v-btn-toggle](/components/btn-toggle) and [v-bottom-navigation](/components/bottom-navigations/) "
@@ -471,6 +471,14 @@
471
471
  "type": "boolean\n",
472
472
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/select.json))"
473
473
  },
474
+ "v-autocomplete/close-text": {
475
+ "type": "string\n",
476
+ "description": "MISSING DESCRIPTION"
477
+ },
478
+ "v-autocomplete/open-text": {
479
+ "type": "string\n",
480
+ "description": "MISSING DESCRIPTION"
481
+ },
474
482
  "v-autocomplete/eager": {
475
483
  "type": "boolean\n",
476
484
  "description": "Forces the component's content to render when it mounts. This is useful if you have content that will not be rendered in the DOM that you want crawled for SEO."
@@ -563,6 +571,10 @@
563
571
  "type": "string\n",
564
572
  "description": "Displays suffix text"
565
573
  },
574
+ "v-autocomplete/role": {
575
+ "type": "string\n",
576
+ "description": "MISSING DESCRIPTION"
577
+ },
566
578
  "v-autocomplete/center-affix": {
567
579
  "type": "boolean\n",
568
580
  "description": "Vertically align **appendInner**, **prependInner**, **clearIcon** and **label** in the center"
@@ -2483,6 +2495,14 @@
2483
2495
  "type": "boolean\n",
2484
2496
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/select.json))"
2485
2497
  },
2498
+ "v-combobox/close-text": {
2499
+ "type": "string\n",
2500
+ "description": "MISSING DESCRIPTION"
2501
+ },
2502
+ "v-combobox/open-text": {
2503
+ "type": "string\n",
2504
+ "description": "MISSING DESCRIPTION"
2505
+ },
2486
2506
  "v-combobox/eager": {
2487
2507
  "type": "boolean\n",
2488
2508
  "description": "Forces the component's content to render when it mounts. This is useful if you have content that will not be rendered in the DOM that you want crawled for SEO."
@@ -2575,6 +2595,10 @@
2575
2595
  "type": "string\n",
2576
2596
  "description": "Displays suffix text"
2577
2597
  },
2598
+ "v-combobox/role": {
2599
+ "type": "string\n",
2600
+ "description": "MISSING DESCRIPTION"
2601
+ },
2578
2602
  "v-combobox/center-affix": {
2579
2603
  "type": "boolean\n",
2580
2604
  "description": "Vertically align **appendInner**, **prependInner**, **clearIcon** and **label** in the center"
@@ -3655,6 +3679,10 @@
3655
3679
  "type": "string\n",
3656
3680
  "description": "MISSING DESCRIPTION"
3657
3681
  },
3682
+ "v-date-picker/input-placeholder": {
3683
+ "type": "string\n",
3684
+ "description": "MISSING DESCRIPTION"
3685
+ },
3658
3686
  "v-date-picker/landscape": {
3659
3687
  "type": "boolean\n",
3660
3688
  "description": "MISSING DESCRIPTION"
@@ -5145,7 +5173,7 @@
5145
5173
  },
5146
5174
  "v-list-item/title": {
5147
5175
  "type": "string | number | boolean\n",
5148
- "description": "Generates a `v-list-item-title` component with the supplied value"
5176
+ "description": "Generates a `v-list-item-title` component with the supplied value. Note that this overrides the native [`title`](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/title) attribute, that must be set with `v-bind:title.attr` instead."
5149
5177
  },
5150
5178
  "v-list-item/border": {
5151
5179
  "type": "string | number | boolean\n",
@@ -6899,6 +6927,14 @@
6899
6927
  "type": "boolean\n",
6900
6928
  "description": "Enables the [closable](/api/v-chip/#props-closable) prop on all [v-chip](/components/chips/) components"
6901
6929
  },
6930
+ "v-select/close-text": {
6931
+ "type": "string\n",
6932
+ "description": "MISSING DESCRIPTION"
6933
+ },
6934
+ "v-select/open-text": {
6935
+ "type": "string\n",
6936
+ "description": "MISSING DESCRIPTION"
6937
+ },
6902
6938
  "v-select/eager": {
6903
6939
  "type": "boolean\n",
6904
6940
  "description": "Forces the component's content to render when it mounts. This is useful if you have content that will not be rendered in the DOM that you want crawled for SEO."
@@ -6991,6 +7027,10 @@
6991
7027
  "type": "string\n",
6992
7028
  "description": "Displays suffix text"
6993
7029
  },
7030
+ "v-select/role": {
7031
+ "type": "string\n",
7032
+ "description": "MISSING DESCRIPTION"
7033
+ },
6994
7034
  "v-select/center-affix": {
6995
7035
  "type": "boolean\n",
6996
7036
  "description": "Vertically align **appendInner**, **prependInner**, **clearIcon** and **label** in the center"
@@ -8439,6 +8479,10 @@
8439
8479
  "type": "string\n",
8440
8480
  "description": "Displays suffix text"
8441
8481
  },
8482
+ "v-text-field/role": {
8483
+ "type": "string\n",
8484
+ "description": "MISSING DESCRIPTION"
8485
+ },
8442
8486
  "v-text-field/center-affix": {
8443
8487
  "type": "boolean\n",
8444
8488
  "description": "Vertically align **appendInner**, **prependInner**, **clearIcon** and **label** in the center"
@@ -76,6 +76,14 @@
76
76
  "from": "components/VBtnToggle/index.mjs",
77
77
  "styles": []
78
78
  },
79
+ "VCarousel": {
80
+ "from": "components/VCarousel/index.mjs",
81
+ "styles": []
82
+ },
83
+ "VCarouselItem": {
84
+ "from": "components/VCarousel/index.mjs",
85
+ "styles": []
86
+ },
79
87
  "VCard": {
80
88
  "from": "components/VCard/index.mjs",
81
89
  "styles": []
@@ -100,14 +108,6 @@
100
108
  "from": "components/VCard/index.mjs",
101
109
  "styles": []
102
110
  },
103
- "VCarousel": {
104
- "from": "components/VCarousel/index.mjs",
105
- "styles": []
106
- },
107
- "VCarouselItem": {
108
- "from": "components/VCarousel/index.mjs",
109
- "styles": []
110
- },
111
111
  "VCheckbox": {
112
112
  "from": "components/VCheckbox/index.mjs",
113
113
  "styles": []
@@ -140,14 +140,14 @@
140
140
  "from": "components/VCounter/index.mjs",
141
141
  "styles": []
142
142
  },
143
- "VDialog": {
144
- "from": "components/VDialog/index.mjs",
145
- "styles": []
146
- },
147
143
  "VDivider": {
148
144
  "from": "components/VDivider/index.mjs",
149
145
  "styles": []
150
146
  },
147
+ "VDialog": {
148
+ "from": "components/VDialog/index.mjs",
149
+ "styles": []
150
+ },
151
151
  "VExpansionPanels": {
152
152
  "from": "components/VExpansionPanel/index.mjs",
153
153
  "styles": []
@@ -132,6 +132,7 @@
132
132
  "clear-icon",
133
133
  "clearable",
134
134
  "closable-chips",
135
+ "close-text",
135
136
  "color",
136
137
  "counter",
137
138
  "counter-value",
@@ -172,6 +173,7 @@
172
173
  "no-data-text",
173
174
  "no-filter",
174
175
  "open-on-clear",
176
+ "open-text",
175
177
  "persistent-clear",
176
178
  "persistent-counter",
177
179
  "persistent-hint",
@@ -183,6 +185,7 @@
183
185
  "readonly",
184
186
  "return-object",
185
187
  "reverse",
188
+ "role",
186
189
  "rounded",
187
190
  "rules",
188
191
  "search",
@@ -785,6 +788,7 @@
785
788
  "clear-icon",
786
789
  "clearable",
787
790
  "closable-chips",
791
+ "close-text",
788
792
  "color",
789
793
  "counter",
790
794
  "counter-value",
@@ -826,6 +830,7 @@
826
830
  "no-data-text",
827
831
  "no-filter",
828
832
  "open-on-clear",
833
+ "open-text",
829
834
  "persistent-clear",
830
835
  "persistent-counter",
831
836
  "persistent-hint",
@@ -837,6 +842,7 @@
837
842
  "readonly",
838
843
  "return-object",
839
844
  "reverse",
845
+ "role",
840
846
  "rounded",
841
847
  "rules",
842
848
  "single-line",
@@ -1128,6 +1134,7 @@
1128
1134
  "hide-weekdays",
1129
1135
  "hover-date",
1130
1136
  "input-mode",
1137
+ "input-placeholder",
1131
1138
  "input-text",
1132
1139
  "keyboard-icon",
1133
1140
  "landscape",
@@ -2307,6 +2314,7 @@
2307
2314
  "clear-icon",
2308
2315
  "clearable",
2309
2316
  "closable-chips",
2317
+ "close-text",
2310
2318
  "color",
2311
2319
  "counter",
2312
2320
  "counter-value",
@@ -2342,6 +2350,7 @@
2342
2350
  "name",
2343
2351
  "no-data-text",
2344
2352
  "open-on-clear",
2353
+ "open-text",
2345
2354
  "persistent-clear",
2346
2355
  "persistent-counter",
2347
2356
  "persistent-hint",
@@ -2353,6 +2362,7 @@
2353
2362
  "readonly",
2354
2363
  "return-object",
2355
2364
  "reverse",
2365
+ "role",
2356
2366
  "rounded",
2357
2367
  "rules",
2358
2368
  "single-line",
@@ -2846,6 +2856,7 @@
2846
2856
  "prepend-inner-icon",
2847
2857
  "readonly",
2848
2858
  "reverse",
2859
+ "role",
2849
2860
  "rounded",
2850
2861
  "rules",
2851
2862
  "single-line",
@@ -2,7 +2,7 @@
2
2
  "$schema": "http://json.schemastore.org/web-types",
3
3
  "framework": "vue",
4
4
  "name": "vuetify",
5
- "version": "3.3.11",
5
+ "version": "3.3.13",
6
6
  "contributions": {
7
7
  "html": {
8
8
  "types-syntax": "typescript",
@@ -568,15 +568,6 @@
568
568
  "type": "string\n"
569
569
  }
570
570
  },
571
- {
572
- "name": "scrollBehavior",
573
- "description": "Specify an action to take when the scroll position of **scroll-target** reaches **scroll-threshold**. Accepts any combination of hide, inverted, collapse, elevate, and fade-image. Multiple values can be used, separated by a space.",
574
- "doc-url": "https://vuetifyjs.com/api/v-app-bar#props",
575
- "value": {
576
- "kind": "expression",
577
- "type": "string\n"
578
- }
579
- },
580
571
  {
581
572
  "name": "collapse",
582
573
  "description": "Morphs the component into a collapsed state, reducing its maximum width.",
@@ -645,6 +636,15 @@
645
636
  "kind": "expression",
646
637
  "type": "string | number\n"
647
638
  }
639
+ },
640
+ {
641
+ "name": "scrollBehavior",
642
+ "description": "Specify an action to take when the scroll position of **scroll-target** reaches **scroll-threshold**. Accepts any combination of hide, inverted, collapse, elevate, and fade-image. Multiple values can be used, separated by a space.",
643
+ "doc-url": "https://vuetifyjs.com/api/v-app-bar#props",
644
+ "value": {
645
+ "kind": "expression",
646
+ "type": "'hide' | 'inverted' | 'collapse' | 'elevate' | 'fade-image'\n"
647
+ }
648
648
  }
649
649
  ],
650
650
  "events": [
@@ -1392,6 +1392,26 @@
1392
1392
  "type": "boolean\n"
1393
1393
  }
1394
1394
  },
1395
+ {
1396
+ "name": "closeText",
1397
+ "description": "MISSING DESCRIPTION",
1398
+ "doc-url": "https://vuetifyjs.com/api/v-autocomplete#props",
1399
+ "default": "'$vuetify.close'",
1400
+ "value": {
1401
+ "kind": "expression",
1402
+ "type": "string\n"
1403
+ }
1404
+ },
1405
+ {
1406
+ "name": "openText",
1407
+ "description": "MISSING DESCRIPTION",
1408
+ "doc-url": "https://vuetifyjs.com/api/v-autocomplete#props",
1409
+ "default": "'$vuetify.open'",
1410
+ "value": {
1411
+ "kind": "expression",
1412
+ "type": "string\n"
1413
+ }
1414
+ },
1395
1415
  {
1396
1416
  "name": "eager",
1397
1417
  "description": "Forces the component's content to render when it mounts. This is useful if you have content that will not be rendered in the DOM that you want crawled for SEO.",
@@ -1616,6 +1636,16 @@
1616
1636
  "type": "string\n"
1617
1637
  }
1618
1638
  },
1639
+ {
1640
+ "name": "role",
1641
+ "description": "MISSING DESCRIPTION",
1642
+ "doc-url": "https://vuetifyjs.com/api/v-autocomplete#props",
1643
+ "default": "'combobox'",
1644
+ "value": {
1645
+ "kind": "expression",
1646
+ "type": "string\n"
1647
+ }
1648
+ },
1619
1649
  {
1620
1650
  "name": "centerAffix",
1621
1651
  "description": "Vertically align **appendInner**, **prependInner**, **clearIcon** and **label** in the center",
@@ -6347,6 +6377,14 @@
6347
6377
  "name": "textColorStyles",
6348
6378
  "type": "Ref<CSSProperties>"
6349
6379
  },
6380
+ {
6381
+ "name": "inputNode",
6382
+ "type": "VNode<RendererNode, RendererElement, { [key: string]: any; }>"
6383
+ },
6384
+ {
6385
+ "name": "icon",
6386
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
6387
+ },
6350
6388
  {
6351
6389
  "name": "props",
6352
6390
  "type": "{ onBlur: (e: Event) => void; onFocus: (e: FocusEvent) => void; id: string }"
@@ -6649,6 +6687,14 @@
6649
6687
  "name": "textColorStyles",
6650
6688
  "type": "Ref<CSSProperties>"
6651
6689
  },
6690
+ {
6691
+ "name": "inputNode",
6692
+ "type": "VNode<RendererNode, RendererElement, { [key: string]: any; }>"
6693
+ },
6694
+ {
6695
+ "name": "icon",
6696
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
6697
+ },
6652
6698
  {
6653
6699
  "name": "props",
6654
6700
  "type": "{ onBlur: (e: Event) => void; onFocus: (e: FocusEvent) => void; id: string }"
@@ -8085,6 +8131,26 @@
8085
8131
  "type": "boolean\n"
8086
8132
  }
8087
8133
  },
8134
+ {
8135
+ "name": "closeText",
8136
+ "description": "MISSING DESCRIPTION",
8137
+ "doc-url": "https://vuetifyjs.com/api/v-combobox#props",
8138
+ "default": "'$vuetify.close'",
8139
+ "value": {
8140
+ "kind": "expression",
8141
+ "type": "string\n"
8142
+ }
8143
+ },
8144
+ {
8145
+ "name": "openText",
8146
+ "description": "MISSING DESCRIPTION",
8147
+ "doc-url": "https://vuetifyjs.com/api/v-combobox#props",
8148
+ "default": "'$vuetify.open'",
8149
+ "value": {
8150
+ "kind": "expression",
8151
+ "type": "string\n"
8152
+ }
8153
+ },
8088
8154
  {
8089
8155
  "name": "eager",
8090
8156
  "description": "Forces the component's content to render when it mounts. This is useful if you have content that will not be rendered in the DOM that you want crawled for SEO.",
@@ -8309,6 +8375,16 @@
8309
8375
  "type": "string\n"
8310
8376
  }
8311
8377
  },
8378
+ {
8379
+ "name": "role",
8380
+ "description": "MISSING DESCRIPTION",
8381
+ "doc-url": "https://vuetifyjs.com/api/v-combobox#props",
8382
+ "default": "'combobox'",
8383
+ "value": {
8384
+ "kind": "expression",
8385
+ "type": "string\n"
8386
+ }
8387
+ },
8312
8388
  {
8313
8389
  "name": "centerAffix",
8314
8390
  "description": "Vertically align **appendInner**, **prependInner**, **clearIcon** and **label** in the center",
@@ -15317,6 +15393,16 @@
15317
15393
  "type": "string\n"
15318
15394
  }
15319
15395
  },
15396
+ {
15397
+ "name": "inputPlaceholder",
15398
+ "description": "MISSING DESCRIPTION",
15399
+ "doc-url": "https://vuetifyjs.com/api/v-date-picker#props",
15400
+ "default": "'dd/mm/yyyy'",
15401
+ "value": {
15402
+ "kind": "expression",
15403
+ "type": "string\n"
15404
+ }
15405
+ },
15320
15406
  {
15321
15407
  "name": "landscape",
15322
15408
  "description": "MISSING DESCRIPTION",
@@ -21328,7 +21414,7 @@
21328
21414
  "attributes": [
21329
21415
  {
21330
21416
  "name": "title",
21331
- "description": "Generates a `v-list-item-title` component with the supplied value",
21417
+ "description": "Generates a `v-list-item-title` component with the supplied value. Note that this overrides the native [`title`](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/title) attribute, that must be set with `v-bind:title.attr` instead.",
21332
21418
  "doc-url": "https://vuetifyjs.com/api/v-list-item#props",
21333
21419
  "default": "false",
21334
21420
  "value": {
@@ -24910,6 +24996,14 @@
24910
24996
  "name": "textColorStyles",
24911
24997
  "type": "Ref<CSSProperties>"
24912
24998
  },
24999
+ {
25000
+ "name": "inputNode",
25001
+ "type": "VNode<RendererNode, RendererElement, { [key: string]: any; }>"
25002
+ },
25003
+ {
25004
+ "name": "icon",
25005
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
25006
+ },
24913
25007
  {
24914
25008
  "name": "props",
24915
25009
  "type": "{ onBlur: (e: Event) => void; onFocus: (e: FocusEvent) => void; id: string }"
@@ -25487,6 +25581,14 @@
25487
25581
  "name": "textColorStyles",
25488
25582
  "type": "Ref<CSSProperties>"
25489
25583
  },
25584
+ {
25585
+ "name": "inputNode",
25586
+ "type": "VNode<RendererNode, RendererElement, { [key: string]: any; }>"
25587
+ },
25588
+ {
25589
+ "name": "icon",
25590
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
25591
+ },
25490
25592
  {
25491
25593
  "name": "props",
25492
25594
  "type": "{ onBlur: (e: Event) => void; onFocus: (e: FocusEvent) => void; id: string }"
@@ -27480,6 +27582,26 @@
27480
27582
  "type": "boolean\n"
27481
27583
  }
27482
27584
  },
27585
+ {
27586
+ "name": "closeText",
27587
+ "description": "MISSING DESCRIPTION",
27588
+ "doc-url": "https://vuetifyjs.com/api/v-select#props",
27589
+ "default": "'$vuetify.close'",
27590
+ "value": {
27591
+ "kind": "expression",
27592
+ "type": "string\n"
27593
+ }
27594
+ },
27595
+ {
27596
+ "name": "openText",
27597
+ "description": "MISSING DESCRIPTION",
27598
+ "doc-url": "https://vuetifyjs.com/api/v-select#props",
27599
+ "default": "'$vuetify.open'",
27600
+ "value": {
27601
+ "kind": "expression",
27602
+ "type": "string\n"
27603
+ }
27604
+ },
27483
27605
  {
27484
27606
  "name": "eager",
27485
27607
  "description": "Forces the component's content to render when it mounts. This is useful if you have content that will not be rendered in the DOM that you want crawled for SEO.",
@@ -27704,6 +27826,16 @@
27704
27826
  "type": "string\n"
27705
27827
  }
27706
27828
  },
27829
+ {
27830
+ "name": "role",
27831
+ "description": "MISSING DESCRIPTION",
27832
+ "doc-url": "https://vuetifyjs.com/api/v-select#props",
27833
+ "default": "'button'",
27834
+ "value": {
27835
+ "kind": "expression",
27836
+ "type": "string\n"
27837
+ }
27838
+ },
27707
27839
  {
27708
27840
  "name": "centerAffix",
27709
27841
  "description": "Vertically align **appendInner**, **prependInner**, **clearIcon** and **label** in the center",
@@ -28583,6 +28715,14 @@
28583
28715
  "name": "textColorStyles",
28584
28716
  "type": "Ref<CSSProperties>"
28585
28717
  },
28718
+ {
28719
+ "name": "inputNode",
28720
+ "type": "VNode<RendererNode, RendererElement, { [key: string]: any; }>"
28721
+ },
28722
+ {
28723
+ "name": "icon",
28724
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
28725
+ },
28586
28726
  {
28587
28727
  "name": "props",
28588
28728
  "type": "{ onBlur: (e: Event) => void; onFocus: (e: FocusEvent) => void; id: string }"
@@ -31907,6 +32047,14 @@
31907
32047
  "name": "textColorStyles",
31908
32048
  "type": "Ref<CSSProperties>"
31909
32049
  },
32050
+ {
32051
+ "name": "inputNode",
32052
+ "type": "VNode<RendererNode, RendererElement, { [key: string]: any; }>"
32053
+ },
32054
+ {
32055
+ "name": "icon",
32056
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
32057
+ },
31910
32058
  {
31911
32059
  "name": "props",
31912
32060
  "type": "{ onBlur: (e: Event) => void; onFocus: (e: FocusEvent) => void; id: string }"
@@ -33001,6 +33149,15 @@
33001
33149
  "type": "string\n"
33002
33150
  }
33003
33151
  },
33152
+ {
33153
+ "name": "role",
33154
+ "description": "MISSING DESCRIPTION",
33155
+ "doc-url": "https://vuetifyjs.com/api/v-text-field#props",
33156
+ "value": {
33157
+ "kind": "expression",
33158
+ "type": "string\n"
33159
+ }
33160
+ },
33004
33161
  {
33005
33162
  "name": "centerAffix",
33006
33163
  "description": "Vertically align **appendInner**, **prependInner**, **clearIcon** and **label** in the center",