vuetify 3.3.12 → 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 (168) hide show
  1. package/dist/json/attributes.json +45 -5
  2. package/dist/json/importMap.json +12 -12
  3. package/dist/json/tags.json +10 -0
  4. package/dist/json/web-types.json +158 -11
  5. package/dist/vuetify-labs.css +242 -205
  6. package/dist/vuetify-labs.d.ts +169 -35
  7. package/dist/vuetify-labs.esm.js +97 -58
  8. package/dist/vuetify-labs.esm.js.map +1 -1
  9. package/dist/vuetify-labs.js +97 -58
  10. package/dist/vuetify-labs.min.css +2 -2
  11. package/dist/vuetify.css +195 -158
  12. package/dist/vuetify.d.ts +172 -38
  13. package/dist/vuetify.esm.js +97 -58
  14. package/dist/vuetify.esm.js.map +1 -1
  15. package/dist/vuetify.js +97 -58
  16. package/dist/vuetify.js.map +1 -1
  17. package/dist/vuetify.min.css +2 -2
  18. package/dist/vuetify.min.js +149 -149
  19. package/dist/vuetify.min.js.map +1 -1
  20. package/lib/components/VAppBar/VAppBar.mjs.map +1 -1
  21. package/lib/components/VAppBar/index.d.mts +6 -6
  22. package/lib/components/VAutocomplete/VAutocomplete.mjs +6 -2
  23. package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
  24. package/lib/components/VAutocomplete/index.d.mts +42 -0
  25. package/lib/components/VBottomNavigation/VBottomNavigation.css +1 -0
  26. package/lib/components/VBottomNavigation/VBottomNavigation.sass +1 -0
  27. package/lib/components/VBtn/VBtn.css +3 -0
  28. package/lib/components/VBtn/VBtn.sass +3 -0
  29. package/lib/components/VCheckbox/index.d.mts +3 -1
  30. package/lib/components/VCombobox/VCombobox.mjs +6 -2
  31. package/lib/components/VCombobox/VCombobox.mjs.map +1 -1
  32. package/lib/components/VCombobox/index.d.mts +42 -0
  33. package/lib/components/VField/VField.css +1 -0
  34. package/lib/components/VField/VField.mjs +5 -3
  35. package/lib/components/VField/VField.mjs.map +1 -1
  36. package/lib/components/VField/VField.sass +1 -0
  37. package/lib/components/VFileInput/VFileInput.css +4 -0
  38. package/lib/components/VFileInput/VFileInput.sass +5 -1
  39. package/lib/components/VFileInput/_variables.scss +2 -1
  40. package/lib/components/VList/VList.css +1 -1
  41. package/lib/components/VList/VList.sass +1 -1
  42. package/lib/components/VList/VListItem.css +15 -10
  43. package/lib/components/VList/VListItem.mjs +6 -3
  44. package/lib/components/VList/VListItem.mjs.map +1 -1
  45. package/lib/components/VList/VListItem.sass +17 -10
  46. package/lib/components/VMenu/VMenu.mjs +4 -3
  47. package/lib/components/VMenu/VMenu.mjs.map +1 -1
  48. package/lib/components/VMenu/index.d.mts +5 -5
  49. package/lib/components/VNavigationDrawer/VNavigationDrawer.css +0 -1
  50. package/lib/components/VNavigationDrawer/VNavigationDrawer.sass +0 -1
  51. package/lib/components/VNavigationDrawer/_variables.scss +0 -1
  52. package/lib/components/VRadio/index.d.mts +3 -1
  53. package/lib/components/VRadioGroup/VRadioGroup.css +6 -1
  54. package/lib/components/VRadioGroup/VRadioGroup.sass +5 -0
  55. package/lib/components/VRadioGroup/_variables.scss +3 -1
  56. package/lib/components/VRadioGroup/index.d.mts +3 -1
  57. package/lib/components/VSelect/VSelect.mjs +14 -2
  58. package/lib/components/VSelect/VSelect.mjs.map +1 -1
  59. package/lib/components/VSelect/index.d.mts +42 -0
  60. package/lib/components/VSelectionControl/VSelectionControl.mjs +22 -19
  61. package/lib/components/VSelectionControl/VSelectionControl.mjs.map +1 -1
  62. package/lib/components/VSelectionControl/index.d.mts +27 -25
  63. package/lib/components/VSwitch/VSwitch.css +24 -17
  64. package/lib/components/VSwitch/VSwitch.mjs +28 -19
  65. package/lib/components/VSwitch/VSwitch.mjs.map +1 -1
  66. package/lib/components/VSwitch/VSwitch.sass +20 -11
  67. package/lib/components/VSwitch/_variables.scss +18 -6
  68. package/lib/components/VSwitch/index.d.mts +3 -1
  69. package/lib/components/VTextField/VTextField.css +9 -2
  70. package/lib/components/VTextField/VTextField.mjs +6 -3
  71. package/lib/components/VTextField/VTextField.mjs.map +1 -1
  72. package/lib/components/VTextField/VTextField.sass +10 -3
  73. package/lib/components/VTextField/index.d.mts +6 -0
  74. package/lib/components/VTextarea/VTextarea.mjs +1 -2
  75. package/lib/components/VTextarea/VTextarea.mjs.map +1 -1
  76. package/lib/components/VTimeline/VTimeline.css +6 -1
  77. package/lib/components/VTimeline/VTimeline.sass +6 -1
  78. package/lib/components/index.d.mts +169 -35
  79. package/lib/entry-bundler.mjs +1 -1
  80. package/lib/framework.mjs +1 -1
  81. package/lib/index.d.mts +3 -3
  82. package/lib/labs/VDateInput/index.d.mts +6 -0
  83. package/lib/locale/af.mjs +1 -0
  84. package/lib/locale/af.mjs.map +1 -1
  85. package/lib/locale/ar.mjs +1 -0
  86. package/lib/locale/ar.mjs.map +1 -1
  87. package/lib/locale/az.mjs +1 -0
  88. package/lib/locale/az.mjs.map +1 -1
  89. package/lib/locale/bg.mjs +1 -0
  90. package/lib/locale/bg.mjs.map +1 -1
  91. package/lib/locale/ca.mjs +1 -0
  92. package/lib/locale/ca.mjs.map +1 -1
  93. package/lib/locale/ckb.mjs +1 -0
  94. package/lib/locale/ckb.mjs.map +1 -1
  95. package/lib/locale/cs.mjs +1 -0
  96. package/lib/locale/cs.mjs.map +1 -1
  97. package/lib/locale/da.mjs +1 -0
  98. package/lib/locale/da.mjs.map +1 -1
  99. package/lib/locale/de.mjs +1 -0
  100. package/lib/locale/de.mjs.map +1 -1
  101. package/lib/locale/el.mjs +1 -0
  102. package/lib/locale/el.mjs.map +1 -1
  103. package/lib/locale/en.mjs +1 -0
  104. package/lib/locale/en.mjs.map +1 -1
  105. package/lib/locale/es.mjs +1 -0
  106. package/lib/locale/es.mjs.map +1 -1
  107. package/lib/locale/et.mjs +1 -0
  108. package/lib/locale/et.mjs.map +1 -1
  109. package/lib/locale/fa.mjs +1 -0
  110. package/lib/locale/fa.mjs.map +1 -1
  111. package/lib/locale/fi.mjs +1 -0
  112. package/lib/locale/fi.mjs.map +1 -1
  113. package/lib/locale/fr.mjs +1 -0
  114. package/lib/locale/fr.mjs.map +1 -1
  115. package/lib/locale/he.mjs +1 -0
  116. package/lib/locale/he.mjs.map +1 -1
  117. package/lib/locale/hr.mjs +1 -0
  118. package/lib/locale/hr.mjs.map +1 -1
  119. package/lib/locale/hu.mjs +1 -0
  120. package/lib/locale/hu.mjs.map +1 -1
  121. package/lib/locale/id.mjs +1 -0
  122. package/lib/locale/id.mjs.map +1 -1
  123. package/lib/locale/index.d.mts +42 -0
  124. package/lib/locale/it.mjs +1 -0
  125. package/lib/locale/it.mjs.map +1 -1
  126. package/lib/locale/ja.mjs +1 -0
  127. package/lib/locale/ja.mjs.map +1 -1
  128. package/lib/locale/ko.mjs +1 -0
  129. package/lib/locale/ko.mjs.map +1 -1
  130. package/lib/locale/lt.mjs +1 -0
  131. package/lib/locale/lt.mjs.map +1 -1
  132. package/lib/locale/lv.mjs +1 -0
  133. package/lib/locale/lv.mjs.map +1 -1
  134. package/lib/locale/nl.mjs +1 -0
  135. package/lib/locale/nl.mjs.map +1 -1
  136. package/lib/locale/no.mjs +1 -0
  137. package/lib/locale/no.mjs.map +1 -1
  138. package/lib/locale/pl.mjs +1 -0
  139. package/lib/locale/pl.mjs.map +1 -1
  140. package/lib/locale/pt.mjs +1 -0
  141. package/lib/locale/pt.mjs.map +1 -1
  142. package/lib/locale/ro.mjs +1 -0
  143. package/lib/locale/ro.mjs.map +1 -1
  144. package/lib/locale/ru.mjs +1 -0
  145. package/lib/locale/ru.mjs.map +1 -1
  146. package/lib/locale/sk.mjs +1 -0
  147. package/lib/locale/sk.mjs.map +1 -1
  148. package/lib/locale/sl.mjs +1 -0
  149. package/lib/locale/sl.mjs.map +1 -1
  150. package/lib/locale/sr-Cyrl.mjs +1 -0
  151. package/lib/locale/sr-Cyrl.mjs.map +1 -1
  152. package/lib/locale/sr-Latn.mjs +1 -0
  153. package/lib/locale/sr-Latn.mjs.map +1 -1
  154. package/lib/locale/sv.mjs +1 -0
  155. package/lib/locale/sv.mjs.map +1 -1
  156. package/lib/locale/th.mjs +1 -0
  157. package/lib/locale/th.mjs.map +1 -1
  158. package/lib/locale/tr.mjs +1 -0
  159. package/lib/locale/tr.mjs.map +1 -1
  160. package/lib/locale/uk.mjs +1 -0
  161. package/lib/locale/uk.mjs.map +1 -1
  162. package/lib/locale/vi.mjs +1 -0
  163. package/lib/locale/vi.mjs.map +1 -1
  164. package/lib/locale/zh-Hans.mjs +1 -0
  165. package/lib/locale/zh-Hans.mjs.map +1 -1
  166. package/lib/locale/zh-Hant.mjs +1 -0
  167. package/lib/locale/zh-Hant.mjs.map +1 -1
  168. 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"
@@ -5149,7 +5173,7 @@
5149
5173
  },
5150
5174
  "v-list-item/title": {
5151
5175
  "type": "string | number | boolean\n",
5152
- "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."
5153
5177
  },
5154
5178
  "v-list-item/border": {
5155
5179
  "type": "string | number | boolean\n",
@@ -6903,6 +6927,14 @@
6903
6927
  "type": "boolean\n",
6904
6928
  "description": "Enables the [closable](/api/v-chip/#props-closable) prop on all [v-chip](/components/chips/) components"
6905
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
+ },
6906
6938
  "v-select/eager": {
6907
6939
  "type": "boolean\n",
6908
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."
@@ -6995,6 +7027,10 @@
6995
7027
  "type": "string\n",
6996
7028
  "description": "Displays suffix text"
6997
7029
  },
7030
+ "v-select/role": {
7031
+ "type": "string\n",
7032
+ "description": "MISSING DESCRIPTION"
7033
+ },
6998
7034
  "v-select/center-affix": {
6999
7035
  "type": "boolean\n",
7000
7036
  "description": "Vertically align **appendInner**, **prependInner**, **clearIcon** and **label** in the center"
@@ -8443,6 +8479,10 @@
8443
8479
  "type": "string\n",
8444
8480
  "description": "Displays suffix text"
8445
8481
  },
8482
+ "v-text-field/role": {
8483
+ "type": "string\n",
8484
+ "description": "MISSING DESCRIPTION"
8485
+ },
8446
8486
  "v-text-field/center-affix": {
8447
8487
  "type": "boolean\n",
8448
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",
@@ -2308,6 +2314,7 @@
2308
2314
  "clear-icon",
2309
2315
  "clearable",
2310
2316
  "closable-chips",
2317
+ "close-text",
2311
2318
  "color",
2312
2319
  "counter",
2313
2320
  "counter-value",
@@ -2343,6 +2350,7 @@
2343
2350
  "name",
2344
2351
  "no-data-text",
2345
2352
  "open-on-clear",
2353
+ "open-text",
2346
2354
  "persistent-clear",
2347
2355
  "persistent-counter",
2348
2356
  "persistent-hint",
@@ -2354,6 +2362,7 @@
2354
2362
  "readonly",
2355
2363
  "return-object",
2356
2364
  "reverse",
2365
+ "role",
2357
2366
  "rounded",
2358
2367
  "rules",
2359
2368
  "single-line",
@@ -2847,6 +2856,7 @@
2847
2856
  "prepend-inner-icon",
2848
2857
  "readonly",
2849
2858
  "reverse",
2859
+ "role",
2850
2860
  "rounded",
2851
2861
  "rules",
2852
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.12",
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",
@@ -21338,7 +21414,7 @@
21338
21414
  "attributes": [
21339
21415
  {
21340
21416
  "name": "title",
21341
- "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.",
21342
21418
  "doc-url": "https://vuetifyjs.com/api/v-list-item#props",
21343
21419
  "default": "false",
21344
21420
  "value": {
@@ -24920,6 +24996,14 @@
24920
24996
  "name": "textColorStyles",
24921
24997
  "type": "Ref<CSSProperties>"
24922
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
+ },
24923
25007
  {
24924
25008
  "name": "props",
24925
25009
  "type": "{ onBlur: (e: Event) => void; onFocus: (e: FocusEvent) => void; id: string }"
@@ -25497,6 +25581,14 @@
25497
25581
  "name": "textColorStyles",
25498
25582
  "type": "Ref<CSSProperties>"
25499
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
+ },
25500
25592
  {
25501
25593
  "name": "props",
25502
25594
  "type": "{ onBlur: (e: Event) => void; onFocus: (e: FocusEvent) => void; id: string }"
@@ -27490,6 +27582,26 @@
27490
27582
  "type": "boolean\n"
27491
27583
  }
27492
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
+ },
27493
27605
  {
27494
27606
  "name": "eager",
27495
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.",
@@ -27714,6 +27826,16 @@
27714
27826
  "type": "string\n"
27715
27827
  }
27716
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
+ },
27717
27839
  {
27718
27840
  "name": "centerAffix",
27719
27841
  "description": "Vertically align **appendInner**, **prependInner**, **clearIcon** and **label** in the center",
@@ -28593,6 +28715,14 @@
28593
28715
  "name": "textColorStyles",
28594
28716
  "type": "Ref<CSSProperties>"
28595
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
+ },
28596
28726
  {
28597
28727
  "name": "props",
28598
28728
  "type": "{ onBlur: (e: Event) => void; onFocus: (e: FocusEvent) => void; id: string }"
@@ -31917,6 +32047,14 @@
31917
32047
  "name": "textColorStyles",
31918
32048
  "type": "Ref<CSSProperties>"
31919
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
+ },
31920
32058
  {
31921
32059
  "name": "props",
31922
32060
  "type": "{ onBlur: (e: Event) => void; onFocus: (e: FocusEvent) => void; id: string }"
@@ -33011,6 +33149,15 @@
33011
33149
  "type": "string\n"
33012
33150
  }
33013
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
+ },
33014
33161
  {
33015
33162
  "name": "centerAffix",
33016
33163
  "description": "Vertically align **appendInner**, **prependInner**, **clearIcon** and **label** in the center",