vuetify 3.3.2 → 3.3.4

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 (356) hide show
  1. package/dist/_component-variables-labs.sass +2 -0
  2. package/dist/json/attributes.json +460 -20
  3. package/dist/json/importMap-labs.json +32 -0
  4. package/dist/json/importMap.json +24 -24
  5. package/dist/json/tags.json +150 -0
  6. package/dist/json/web-types.json +1639 -40
  7. package/dist/vuetify-labs.css +499 -230
  8. package/dist/vuetify-labs.d.ts +5421 -326
  9. package/dist/vuetify-labs.esm.js +2124 -1098
  10. package/dist/vuetify-labs.esm.js.map +1 -1
  11. package/dist/vuetify-labs.js +2123 -1097
  12. package/dist/vuetify-labs.min.css +2 -2
  13. package/dist/vuetify.css +219 -210
  14. package/dist/vuetify.d.ts +314 -165
  15. package/dist/vuetify.esm.js +330 -179
  16. package/dist/vuetify.esm.js.map +1 -1
  17. package/dist/vuetify.js +329 -178
  18. package/dist/vuetify.js.map +1 -1
  19. package/dist/vuetify.min.css +2 -2
  20. package/dist/vuetify.min.js +792 -784
  21. package/dist/vuetify.min.js.map +1 -1
  22. package/lib/blueprints/index.d.mts +34 -27
  23. package/lib/blueprints/md1.d.mts +34 -27
  24. package/lib/blueprints/md2.d.mts +34 -27
  25. package/lib/blueprints/md3.d.mts +34 -27
  26. package/lib/components/VAppBar/VAppBar.mjs +3 -10
  27. package/lib/components/VAppBar/VAppBar.mjs.map +1 -1
  28. package/lib/components/VAppBar/index.d.mts +24 -8
  29. package/lib/components/VAutocomplete/VAutocomplete.css +4 -22
  30. package/lib/components/VAutocomplete/VAutocomplete.mjs +17 -12
  31. package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
  32. package/lib/components/VAutocomplete/VAutocomplete.sass +6 -17
  33. package/lib/components/VBreadcrumbs/index.d.mts +7 -7
  34. package/lib/components/VBtn/VBtn.css +11 -11
  35. package/lib/components/VBtn/VBtn.mjs +1 -1
  36. package/lib/components/VBtn/VBtn.mjs.map +1 -1
  37. package/lib/components/VBtn/VBtn.sass +1 -1
  38. package/lib/components/VBtn/_mixins.scss +1 -1
  39. package/lib/components/VBtn/index.d.mts +24 -8
  40. package/lib/components/VCard/VCard.mjs +1 -1
  41. package/lib/components/VCard/VCard.mjs.map +1 -1
  42. package/lib/components/VCard/index.d.mts +44 -28
  43. package/lib/components/VCheckbox/VCheckbox.mjs +8 -1
  44. package/lib/components/VCheckbox/VCheckbox.mjs.map +1 -1
  45. package/lib/components/VCheckbox/index.d.mts +7 -1
  46. package/lib/components/VChip/VChip.css +67 -67
  47. package/lib/components/VChip/VChip.mjs +2 -2
  48. package/lib/components/VChip/VChip.mjs.map +1 -1
  49. package/lib/components/VChip/_variables.scss +1 -1
  50. package/lib/components/VChip/index.d.mts +48 -32
  51. package/lib/components/VCombobox/VCombobox.css +4 -22
  52. package/lib/components/VCombobox/VCombobox.mjs +16 -8
  53. package/lib/components/VCombobox/VCombobox.mjs.map +1 -1
  54. package/lib/components/VCombobox/VCombobox.sass +6 -17
  55. package/lib/components/VCombobox/_variables.scss +3 -3
  56. package/lib/components/VCounter/index.d.mts +8 -8
  57. package/lib/components/VExpansionPanel/VExpansionPanelTitle.mjs +1 -1
  58. package/lib/components/VExpansionPanel/VExpansionPanelTitle.mjs.map +1 -1
  59. package/lib/components/VExpansionPanel/index.d.mts +56 -24
  60. package/lib/components/VField/VField.css +72 -8
  61. package/lib/components/VField/VField.sass +10 -5
  62. package/lib/components/VField/_mixins.sass +7 -0
  63. package/lib/components/VFileInput/VFileInput.css +2 -17
  64. package/lib/components/VFileInput/VFileInput.mjs +0 -2
  65. package/lib/components/VFileInput/VFileInput.mjs.map +1 -1
  66. package/lib/components/VFileInput/VFileInput.sass +2 -11
  67. package/lib/components/VFileInput/_variables.scss +3 -3
  68. package/lib/components/VIcon/VIcon.mjs +2 -2
  69. package/lib/components/VIcon/VIcon.mjs.map +1 -1
  70. package/lib/components/VInput/VInput.css +14 -1
  71. package/lib/components/VInput/VInput.sass +6 -0
  72. package/lib/components/VInput/_variables.scss +5 -1
  73. package/lib/components/VList/VListItem.mjs +2 -2
  74. package/lib/components/VList/VListItem.mjs.map +1 -1
  75. package/lib/components/VList/index.d.mts +24 -8
  76. package/lib/components/VMenu/VMenu.mjs +29 -3
  77. package/lib/components/VMenu/VMenu.mjs.map +1 -1
  78. package/lib/components/VOverlay/VOverlay.mjs +7 -4
  79. package/lib/components/VOverlay/VOverlay.mjs.map +1 -1
  80. package/lib/components/VOverlay/useActivator.mjs +29 -35
  81. package/lib/components/VOverlay/useActivator.mjs.map +1 -1
  82. package/lib/components/VSelect/VSelect.css +2 -20
  83. package/lib/components/VSelect/VSelect.mjs +16 -11
  84. package/lib/components/VSelect/VSelect.mjs.map +1 -1
  85. package/lib/components/VSelect/VSelect.sass +2 -12
  86. package/lib/components/VSelect/_variables.scss +3 -3
  87. package/lib/components/VSlider/VSliderThumb.mjs +2 -2
  88. package/lib/components/VSlider/VSliderThumb.mjs.map +1 -1
  89. package/lib/components/VTabs/VTab.mjs +2 -2
  90. package/lib/components/VTabs/VTab.mjs.map +1 -1
  91. package/lib/components/VTabs/VTabs.css +1 -0
  92. package/lib/components/VTabs/VTabs.sass +1 -0
  93. package/lib/components/VTabs/index.d.mts +24 -8
  94. package/lib/components/VTextarea/VTextarea.css +7 -7
  95. package/lib/components/VTextarea/VTextarea.sass +9 -9
  96. package/lib/components/VTimePicker/VTimePickerTitle.mjs +1 -1
  97. package/lib/components/index.d.mts +266 -132
  98. package/lib/components/index.mjs +1 -2
  99. package/lib/components/index.mjs.map +1 -1
  100. package/lib/composables/icons.mjs.map +1 -1
  101. package/lib/composables/list-items.mjs +5 -2
  102. package/lib/composables/list-items.mjs.map +1 -1
  103. package/lib/composables/nested/nested.mjs +1 -1
  104. package/lib/composables/nested/nested.mjs.map +1 -1
  105. package/lib/composables/theme.mjs +1 -1
  106. package/lib/composables/theme.mjs.map +1 -1
  107. package/lib/entry-bundler.mjs +1 -1
  108. package/lib/framework.mjs +1 -1
  109. package/lib/iconsets/fa-svg.d.mts +1 -0
  110. package/lib/iconsets/fa.d.mts +1 -0
  111. package/lib/iconsets/fa.mjs +2 -1
  112. package/lib/iconsets/fa.mjs.map +1 -1
  113. package/lib/iconsets/fa4.d.mts +1 -0
  114. package/lib/iconsets/fa4.mjs +2 -1
  115. package/lib/iconsets/fa4.mjs.map +1 -1
  116. package/lib/iconsets/md.d.mts +1 -0
  117. package/lib/iconsets/md.mjs +2 -1
  118. package/lib/iconsets/md.mjs.map +1 -1
  119. package/lib/iconsets/mdi-svg.d.mts +1 -0
  120. package/lib/iconsets/mdi-svg.mjs +36 -35
  121. package/lib/iconsets/mdi-svg.mjs.map +1 -1
  122. package/lib/iconsets/mdi.d.mts +1 -0
  123. package/lib/iconsets/mdi.mjs +2 -1
  124. package/lib/iconsets/mdi.mjs.map +1 -1
  125. package/lib/index.d.mts +48 -33
  126. package/lib/labs/VDataTable/VDataTable.css +4 -14
  127. package/lib/labs/VDataTable/VDataTable.sass +6 -15
  128. package/lib/labs/VDataTable/VDataTableHeaders.mjs +2 -2
  129. package/lib/labs/VDataTable/VDataTableHeaders.mjs.map +1 -1
  130. package/lib/labs/VDataTable/VDataTableVirtual.mjs +16 -12
  131. package/lib/labs/VDataTable/VDataTableVirtual.mjs.map +1 -1
  132. package/lib/labs/VDataTable/composables/headers.mjs +2 -5
  133. package/lib/labs/VDataTable/composables/headers.mjs.map +1 -1
  134. package/lib/labs/VDataTable/composables/select.mjs +3 -2
  135. package/lib/labs/VDataTable/composables/select.mjs.map +1 -1
  136. package/lib/labs/VDateInput/VDateInput.mjs +127 -0
  137. package/lib/labs/VDateInput/VDateInput.mjs.map +1 -0
  138. package/lib/labs/VDateInput/VDateInput.sass +11 -0
  139. package/lib/labs/VDateInput/VDateRangeInput.mjs +223 -0
  140. package/lib/labs/VDateInput/VDateRangeInput.mjs.map +1 -0
  141. package/lib/labs/VDateInput/VDateRangeInput.sass +10 -0
  142. package/lib/labs/VDateInput/composables.mjs +59 -0
  143. package/lib/labs/VDateInput/composables.mjs.map +1 -0
  144. package/lib/labs/VDateInput/index.d.mts +1352 -0
  145. package/lib/labs/VDateInput/index.mjs +3 -0
  146. package/lib/labs/VDateInput/index.mjs.map +1 -0
  147. package/lib/labs/VDatePicker/VDateCard.css +33 -0
  148. package/lib/labs/VDatePicker/VDateCard.mjs +112 -0
  149. package/lib/labs/VDatePicker/VDateCard.mjs.map +1 -0
  150. package/lib/labs/VDatePicker/VDateCard.sass +32 -0
  151. package/lib/labs/VDatePicker/VDatePicker.css +23 -0
  152. package/lib/labs/VDatePicker/VDatePicker.mjs +172 -0
  153. package/lib/labs/VDatePicker/VDatePicker.mjs.map +1 -0
  154. package/lib/labs/VDatePicker/VDatePicker.sass +23 -0
  155. package/lib/labs/VDatePicker/VDatePickerControls.css +15 -0
  156. package/lib/labs/VDatePicker/VDatePickerControls.mjs +80 -0
  157. package/lib/labs/VDatePicker/VDatePickerControls.mjs.map +1 -0
  158. package/lib/labs/VDatePicker/VDatePickerControls.sass +15 -0
  159. package/lib/labs/VDatePicker/VDatePickerHeader.css +54 -0
  160. package/lib/labs/VDatePicker/VDatePickerHeader.mjs +75 -0
  161. package/lib/labs/VDatePicker/VDatePickerHeader.mjs.map +1 -0
  162. package/lib/labs/VDatePicker/VDatePickerHeader.sass +51 -0
  163. package/lib/labs/VDatePicker/VDatePickerInput.sass +17 -0
  164. package/lib/labs/VDatePicker/VDatePickerMonth.css +77 -0
  165. package/lib/labs/VDatePicker/VDatePickerMonth.mjs +286 -0
  166. package/lib/labs/VDatePicker/VDatePickerMonth.mjs.map +1 -0
  167. package/lib/labs/VDatePicker/VDatePickerMonth.sass +69 -0
  168. package/lib/{components → labs}/VDatePicker/VDatePickerTitle.mjs +1 -1
  169. package/lib/labs/VDatePicker/VDatePickerTitle.mjs.map +1 -0
  170. package/lib/labs/VDatePicker/VDatePickerYears.css +18 -0
  171. package/lib/labs/VDatePicker/VDatePickerYears.mjs +64 -0
  172. package/lib/labs/VDatePicker/VDatePickerYears.mjs.map +1 -0
  173. package/lib/labs/VDatePicker/VDatePickerYears.sass +16 -0
  174. package/lib/labs/VDatePicker/composables.mjs +33 -0
  175. package/lib/labs/VDatePicker/composables.mjs.map +1 -0
  176. package/lib/labs/VDatePicker/index.d.mts +4430 -0
  177. package/lib/labs/VDatePicker/index.mjs +7 -0
  178. package/lib/labs/VDatePicker/index.mjs.map +1 -0
  179. package/lib/labs/VDatePicker/mixins/date-picker-table.mjs.map +1 -0
  180. package/lib/labs/VDatePicker/util/createNativeLocaleFormatter.mjs.map +1 -0
  181. package/lib/labs/VDatePicker/util/eventHelpers.mjs.map +1 -0
  182. package/lib/labs/VDatePicker/util/index.mjs.map +1 -0
  183. package/lib/labs/VDatePicker/util/isDateAllowed.mjs.map +1 -0
  184. package/lib/labs/VDatePicker/util/monthChange.mjs.map +1 -0
  185. package/lib/labs/VDatePicker/util/pad.mjs.map +1 -0
  186. package/lib/labs/VDatePicker/util/sanitizeDateString.mjs.map +1 -0
  187. package/lib/labs/VDatePicker/utils.mjs +69 -0
  188. package/lib/labs/VDatePicker/utils.mjs.map +1 -0
  189. package/lib/labs/VDateRangePicker/VDateRangeCard.mjs +87 -0
  190. package/lib/labs/VDateRangePicker/VDateRangeCard.mjs.map +1 -0
  191. package/lib/labs/VDateRangePicker/VDateRangeCard.sass +33 -0
  192. package/lib/labs/VDateRangePicker/VDateRangePicker.mjs +131 -0
  193. package/lib/labs/VDateRangePicker/VDateRangePicker.mjs.map +1 -0
  194. package/lib/labs/VDateRangePicker/VDateRangePicker.sass +21 -0
  195. package/lib/labs/VDateRangePicker/VDateRangePickerHeader.mjs +103 -0
  196. package/lib/labs/VDateRangePicker/VDateRangePickerHeader.mjs.map +1 -0
  197. package/lib/labs/VDateRangePicker/VDateRangePickerHeader.sass +39 -0
  198. package/lib/labs/VDateRangePicker/VDateRangePickerMonth.mjs +61 -0
  199. package/lib/labs/VDateRangePicker/VDateRangePickerMonth.mjs.map +1 -0
  200. package/lib/labs/VDateRangePicker/VDateRangePickerMonth.sass +12 -0
  201. package/lib/labs/VDateRangePicker/index.d.mts +1065 -0
  202. package/lib/labs/VDateRangePicker/index.mjs +3 -0
  203. package/lib/labs/VDateRangePicker/index.mjs.map +1 -0
  204. package/lib/labs/VPicker/VPicker.css +57 -0
  205. package/lib/labs/VPicker/VPicker.mjs +47 -0
  206. package/lib/labs/VPicker/VPicker.mjs.map +1 -0
  207. package/lib/labs/VPicker/VPicker.sass +53 -0
  208. package/lib/labs/VPicker/VPickerTitle.mjs +4 -0
  209. package/lib/labs/VPicker/VPickerTitle.mjs.map +1 -0
  210. package/lib/labs/VPicker/index.d.mts +541 -0
  211. package/lib/labs/VPicker/index.mjs +3 -0
  212. package/lib/labs/VPicker/index.mjs.map +1 -0
  213. package/lib/labs/components.d.mts +5136 -198
  214. package/lib/labs/components.mjs +2 -0
  215. package/lib/labs/components.mjs.map +1 -1
  216. package/lib/labs/date/DateAdapter.mjs.map +1 -1
  217. package/lib/labs/date/adapters/vuetify.d.mts +28 -25
  218. package/lib/labs/date/adapters/vuetify.mjs +65 -75
  219. package/lib/labs/date/adapters/vuetify.mjs.map +1 -1
  220. package/lib/labs/date/date.mjs +82 -11
  221. package/lib/labs/date/date.mjs.map +1 -1
  222. package/lib/labs/date/index.d.mts +31 -30
  223. package/lib/locale/af.mjs +14 -5
  224. package/lib/locale/af.mjs.map +1 -1
  225. package/lib/locale/ar.mjs +14 -5
  226. package/lib/locale/ar.mjs.map +1 -1
  227. package/lib/locale/az.mjs +14 -5
  228. package/lib/locale/az.mjs.map +1 -1
  229. package/lib/locale/bg.mjs +14 -5
  230. package/lib/locale/bg.mjs.map +1 -1
  231. package/lib/locale/ca.mjs +14 -5
  232. package/lib/locale/ca.mjs.map +1 -1
  233. package/lib/locale/ckb.mjs +14 -5
  234. package/lib/locale/ckb.mjs.map +1 -1
  235. package/lib/locale/cs.mjs +14 -5
  236. package/lib/locale/cs.mjs.map +1 -1
  237. package/lib/locale/da.mjs +14 -5
  238. package/lib/locale/da.mjs.map +1 -1
  239. package/lib/locale/de.mjs +14 -5
  240. package/lib/locale/de.mjs.map +1 -1
  241. package/lib/locale/el.mjs +14 -5
  242. package/lib/locale/el.mjs.map +1 -1
  243. package/lib/locale/en.mjs +14 -5
  244. package/lib/locale/en.mjs.map +1 -1
  245. package/lib/locale/es.mjs +14 -5
  246. package/lib/locale/es.mjs.map +1 -1
  247. package/lib/locale/et.mjs +14 -5
  248. package/lib/locale/et.mjs.map +1 -1
  249. package/lib/locale/fa.mjs +14 -5
  250. package/lib/locale/fa.mjs.map +1 -1
  251. package/lib/locale/fi.mjs +14 -5
  252. package/lib/locale/fi.mjs.map +1 -1
  253. package/lib/locale/fr.mjs +14 -5
  254. package/lib/locale/fr.mjs.map +1 -1
  255. package/lib/locale/he.mjs +14 -5
  256. package/lib/locale/he.mjs.map +1 -1
  257. package/lib/locale/hr.mjs +14 -5
  258. package/lib/locale/hr.mjs.map +1 -1
  259. package/lib/locale/hu.mjs +14 -5
  260. package/lib/locale/hu.mjs.map +1 -1
  261. package/lib/locale/id.mjs +14 -5
  262. package/lib/locale/id.mjs.map +1 -1
  263. package/lib/locale/index.d.mts +588 -210
  264. package/lib/locale/it.mjs +14 -5
  265. package/lib/locale/it.mjs.map +1 -1
  266. package/lib/locale/ja.mjs +14 -5
  267. package/lib/locale/ja.mjs.map +1 -1
  268. package/lib/locale/ko.mjs +14 -5
  269. package/lib/locale/ko.mjs.map +1 -1
  270. package/lib/locale/lt.mjs +14 -5
  271. package/lib/locale/lt.mjs.map +1 -1
  272. package/lib/locale/lv.mjs +14 -5
  273. package/lib/locale/lv.mjs.map +1 -1
  274. package/lib/locale/nl.mjs +14 -5
  275. package/lib/locale/nl.mjs.map +1 -1
  276. package/lib/locale/no.mjs +14 -5
  277. package/lib/locale/no.mjs.map +1 -1
  278. package/lib/locale/pl.mjs +14 -5
  279. package/lib/locale/pl.mjs.map +1 -1
  280. package/lib/locale/pt.mjs +14 -5
  281. package/lib/locale/pt.mjs.map +1 -1
  282. package/lib/locale/ro.mjs +14 -5
  283. package/lib/locale/ro.mjs.map +1 -1
  284. package/lib/locale/ru.mjs +14 -5
  285. package/lib/locale/ru.mjs.map +1 -1
  286. package/lib/locale/sk.mjs +14 -5
  287. package/lib/locale/sk.mjs.map +1 -1
  288. package/lib/locale/sl.mjs +14 -5
  289. package/lib/locale/sl.mjs.map +1 -1
  290. package/lib/locale/sr-Cyrl.mjs +14 -5
  291. package/lib/locale/sr-Cyrl.mjs.map +1 -1
  292. package/lib/locale/sr-Latn.mjs +14 -5
  293. package/lib/locale/sr-Latn.mjs.map +1 -1
  294. package/lib/locale/sv.mjs +14 -5
  295. package/lib/locale/sv.mjs.map +1 -1
  296. package/lib/locale/th.mjs +14 -5
  297. package/lib/locale/th.mjs.map +1 -1
  298. package/lib/locale/tr.mjs +14 -5
  299. package/lib/locale/tr.mjs.map +1 -1
  300. package/lib/locale/uk.mjs +14 -5
  301. package/lib/locale/uk.mjs.map +1 -1
  302. package/lib/locale/vi.mjs +14 -5
  303. package/lib/locale/vi.mjs.map +1 -1
  304. package/lib/locale/zh-Hans.mjs +14 -5
  305. package/lib/locale/zh-Hans.mjs.map +1 -1
  306. package/lib/locale/zh-Hant.mjs +14 -5
  307. package/lib/locale/zh-Hant.mjs.map +1 -1
  308. package/lib/util/bindProps.mjs +49 -0
  309. package/lib/util/bindProps.mjs.map +1 -0
  310. package/lib/util/dateTimeUtils.mjs +68 -0
  311. package/lib/util/dateTimeUtils.mjs.map +1 -1
  312. package/lib/util/helpers.mjs +3 -0
  313. package/lib/util/helpers.mjs.map +1 -1
  314. package/lib/util/index.mjs +1 -0
  315. package/lib/util/index.mjs.map +1 -1
  316. package/package.json +5 -2
  317. package/lib/components/VDatePicker/VDatePicker.mjs +0 -475
  318. package/lib/components/VDatePicker/VDatePicker.mjs.map +0 -1
  319. package/lib/components/VDatePicker/VDatePickerDateTable.mjs +0 -120
  320. package/lib/components/VDatePicker/VDatePickerDateTable.mjs.map +0 -1
  321. package/lib/components/VDatePicker/VDatePickerHeader.mjs +0 -136
  322. package/lib/components/VDatePicker/VDatePickerHeader.mjs.map +0 -1
  323. package/lib/components/VDatePicker/VDatePickerHeader.sass +0 -46
  324. package/lib/components/VDatePicker/VDatePickerMonthTable.mjs +0 -48
  325. package/lib/components/VDatePicker/VDatePickerMonthTable.mjs.map +0 -1
  326. package/lib/components/VDatePicker/VDatePickerTitle.mjs.map +0 -1
  327. package/lib/components/VDatePicker/VDatePickerYears.mjs +0 -84
  328. package/lib/components/VDatePicker/VDatePickerYears.mjs.map +0 -1
  329. package/lib/components/VDatePicker/VDatePickerYears.sass +0 -30
  330. package/lib/components/VDatePicker/index.mjs +0 -18
  331. package/lib/components/VDatePicker/index.mjs.map +0 -1
  332. package/lib/components/VDatePicker/mixins/date-picker-table.mjs.map +0 -1
  333. package/lib/components/VDatePicker/util/createNativeLocaleFormatter.mjs.map +0 -1
  334. package/lib/components/VDatePicker/util/eventHelpers.mjs.map +0 -1
  335. package/lib/components/VDatePicker/util/index.mjs.map +0 -1
  336. package/lib/components/VDatePicker/util/isDateAllowed.mjs.map +0 -1
  337. package/lib/components/VDatePicker/util/monthChange.mjs.map +0 -1
  338. package/lib/components/VDatePicker/util/pad.mjs.map +0 -1
  339. package/lib/components/VDatePicker/util/sanitizeDateString.mjs.map +0 -1
  340. package/lib/components/VPicker/VPicker.mjs +0 -86
  341. package/lib/components/VPicker/VPicker.mjs.map +0 -1
  342. package/lib/components/VPicker/VPicker.sass +0 -94
  343. package/lib/components/VPicker/index.mjs +0 -4
  344. package/lib/components/VPicker/index.mjs.map +0 -1
  345. /package/lib/{components → labs}/VDatePicker/VDatePickerTable.sass +0 -0
  346. /package/lib/{components → labs}/VDatePicker/VDatePickerTitle.sass +0 -0
  347. /package/lib/{components → labs}/VDatePicker/_variables.scss +0 -0
  348. /package/lib/{components → labs}/VDatePicker/mixins/date-picker-table.mjs +0 -0
  349. /package/lib/{components → labs}/VDatePicker/util/createNativeLocaleFormatter.mjs +0 -0
  350. /package/lib/{components → labs}/VDatePicker/util/eventHelpers.mjs +0 -0
  351. /package/lib/{components → labs}/VDatePicker/util/index.mjs +0 -0
  352. /package/lib/{components → labs}/VDatePicker/util/isDateAllowed.mjs +0 -0
  353. /package/lib/{components → labs}/VDatePicker/util/monthChange.mjs +0 -0
  354. /package/lib/{components → labs}/VDatePicker/util/pad.mjs +0 -0
  355. /package/lib/{components → labs}/VDatePicker/util/sanitizeDateString.mjs +0 -0
  356. /package/lib/{components → labs}/VPicker/_variables.scss +0 -0
@@ -1932,7 +1932,9 @@ declare const VAppBarNavIcon: {
1932
1932
  density?: Density | undefined;
1933
1933
  variant?: NonNullable<NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">> | undefined;
1934
1934
  stacked?: boolean | undefined;
1935
- ripple?: boolean | undefined;
1935
+ ripple?: boolean | {
1936
+ class: string;
1937
+ } | undefined;
1936
1938
  key?: string | number | symbol | undefined;
1937
1939
  location?: Anchor | undefined;
1938
1940
  height?: string | number | undefined;
@@ -2051,7 +2053,9 @@ declare const VAppBarNavIcon: {
2051
2053
  density: Density;
2052
2054
  variant: NonNullable<NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">>;
2053
2055
  stacked: boolean;
2054
- ripple: boolean;
2056
+ ripple: boolean | {
2057
+ class: string;
2058
+ } | undefined;
2055
2059
  } & {
2056
2060
  location?: Anchor | undefined;
2057
2061
  height?: string | number | undefined;
@@ -2110,7 +2114,9 @@ declare const VAppBarNavIcon: {
2110
2114
  density: Density;
2111
2115
  variant: NonNullable<NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">>;
2112
2116
  stacked: boolean;
2113
- ripple: boolean;
2117
+ ripple: boolean | {
2118
+ class: string;
2119
+ } | undefined;
2114
2120
  }, {}, string, vue.SlotsType<Partial<{
2115
2121
  default: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
2116
2122
  [key: string]: any;
@@ -2158,7 +2164,9 @@ declare const VAppBarNavIcon: {
2158
2164
  density: Density;
2159
2165
  variant: NonNullable<NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">>;
2160
2166
  stacked: boolean;
2161
- ripple: boolean;
2167
+ ripple: boolean | {
2168
+ class: string;
2169
+ } | undefined;
2162
2170
  } & {
2163
2171
  location?: Anchor | undefined;
2164
2172
  height?: string | number | undefined;
@@ -2219,7 +2227,9 @@ declare const VAppBarNavIcon: {
2219
2227
  density: Density;
2220
2228
  variant: NonNullable<NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">>;
2221
2229
  stacked: boolean;
2222
- ripple: boolean;
2230
+ ripple: boolean | {
2231
+ class: string;
2232
+ } | undefined;
2223
2233
  } & {
2224
2234
  location?: Anchor | undefined;
2225
2235
  height?: string | number | undefined;
@@ -2278,7 +2288,9 @@ declare const VAppBarNavIcon: {
2278
2288
  density: Density;
2279
2289
  variant: NonNullable<NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">>;
2280
2290
  stacked: boolean;
2281
- ripple: boolean;
2291
+ ripple: boolean | {
2292
+ class: string;
2293
+ } | undefined;
2282
2294
  }, {}, string, vue.SlotsType<Partial<{
2283
2295
  default: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
2284
2296
  [key: string]: any;
@@ -2373,7 +2385,9 @@ declare const VAppBarNavIcon: {
2373
2385
  block: BooleanConstructor;
2374
2386
  stacked: BooleanConstructor;
2375
2387
  ripple: {
2376
- type: BooleanConstructor;
2388
+ type: vue.PropType<boolean | {
2389
+ class: string;
2390
+ } | undefined>;
2377
2391
  default: boolean;
2378
2392
  };
2379
2393
  text: StringConstructor;
@@ -2458,7 +2472,9 @@ declare const VAppBarNavIcon: {
2458
2472
  block: BooleanConstructor;
2459
2473
  stacked: BooleanConstructor;
2460
2474
  ripple: {
2461
- type: BooleanConstructor;
2475
+ type: vue.PropType<boolean | {
2476
+ class: string;
2477
+ } | undefined>;
2462
2478
  default: boolean;
2463
2479
  };
2464
2480
  text: StringConstructor;
@@ -8396,9 +8412,9 @@ declare const VBreadcrumbs: {
8396
8412
  style?: vue.StyleValue | undefined;
8397
8413
  disabled?: boolean | undefined;
8398
8414
  tag?: string | undefined;
8415
+ divider?: string | undefined;
8399
8416
  rounded?: string | number | boolean | undefined;
8400
8417
  density?: Density | undefined;
8401
- divider?: string | undefined;
8402
8418
  key?: string | number | symbol | undefined;
8403
8419
  color?: string | undefined;
8404
8420
  class?: any;
@@ -8482,8 +8498,8 @@ declare const VBreadcrumbs: {
8482
8498
  style: vue.StyleValue;
8483
8499
  disabled: boolean;
8484
8500
  tag: string;
8485
- density: Density;
8486
8501
  divider: string;
8502
+ density: Density;
8487
8503
  } & {
8488
8504
  color?: string | undefined;
8489
8505
  class?: any;
@@ -8496,9 +8512,9 @@ declare const VBreadcrumbs: {
8496
8512
  style: vue.StyleValue;
8497
8513
  disabled: boolean;
8498
8514
  tag: string;
8515
+ divider: string;
8499
8516
  rounded: string | number | boolean;
8500
8517
  density: Density;
8501
- divider: string;
8502
8518
  }, {}, string, vue.SlotsType<Partial<{
8503
8519
  prepend: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
8504
8520
  [key: string]: any;
@@ -8542,8 +8558,8 @@ declare const VBreadcrumbs: {
8542
8558
  style: vue.StyleValue;
8543
8559
  disabled: boolean;
8544
8560
  tag: string;
8545
- density: Density;
8546
8561
  divider: string;
8562
+ density: Density;
8547
8563
  } & {
8548
8564
  color?: string | undefined;
8549
8565
  class?: any;
@@ -8560,8 +8576,8 @@ declare const VBreadcrumbs: {
8560
8576
  style: vue.StyleValue;
8561
8577
  disabled: boolean;
8562
8578
  tag: string;
8563
- density: Density;
8564
8579
  divider: string;
8580
+ density: Density;
8565
8581
  } & {
8566
8582
  color?: string | undefined;
8567
8583
  class?: any;
@@ -8574,9 +8590,9 @@ declare const VBreadcrumbs: {
8574
8590
  style: vue.StyleValue;
8575
8591
  disabled: boolean;
8576
8592
  tag: string;
8593
+ divider: string;
8577
8594
  rounded: string | number | boolean;
8578
8595
  density: Density;
8579
- divider: string;
8580
8596
  }, {}, string, vue.SlotsType<Partial<{
8581
8597
  prepend: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
8582
8598
  [key: string]: any;
@@ -8962,6 +8978,7 @@ declare const VBreadcrumbsDivider: {
8962
8978
  ref_for?: boolean | undefined;
8963
8979
  ref_key?: string | undefined;
8964
8980
  "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
8981
+ divider?: string | number | undefined;
8965
8982
  'v-slots'?: {
8966
8983
  default?: false | (() => vue.VNodeChild) | undefined;
8967
8984
  } | undefined;
@@ -9003,7 +9020,6 @@ declare const VBreadcrumbsDivider: {
9003
9020
  }>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
9004
9021
  [key: string]: any;
9005
9022
  }>) => void)[] | undefined;
9006
- divider?: string | number | undefined;
9007
9023
  };
9008
9024
  $attrs: {
9009
9025
  [x: string]: unknown;
@@ -9134,7 +9150,9 @@ declare const VBtn: {
9134
9150
  density?: Density | undefined;
9135
9151
  variant?: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain"> | undefined;
9136
9152
  stacked?: boolean | undefined;
9137
- ripple?: boolean | undefined;
9153
+ ripple?: boolean | {
9154
+ class: string;
9155
+ } | undefined;
9138
9156
  key?: string | number | symbol | undefined;
9139
9157
  location?: Anchor | undefined;
9140
9158
  height?: string | number | undefined;
@@ -9258,7 +9276,9 @@ declare const VBtn: {
9258
9276
  density: Density;
9259
9277
  variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
9260
9278
  stacked: boolean;
9261
- ripple: boolean;
9279
+ ripple: boolean | {
9280
+ class: string;
9281
+ } | undefined;
9262
9282
  } & {
9263
9283
  location?: Anchor | undefined;
9264
9284
  height?: string | number | undefined;
@@ -9325,7 +9345,9 @@ declare const VBtn: {
9325
9345
  density: Density;
9326
9346
  variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
9327
9347
  stacked: boolean;
9328
- ripple: boolean;
9348
+ ripple: boolean | {
9349
+ class: string;
9350
+ } | undefined;
9329
9351
  }, {}, string, vue.SlotsType<Partial<{
9330
9352
  default: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
9331
9353
  [key: string]: any;
@@ -9372,7 +9394,9 @@ declare const VBtn: {
9372
9394
  density: Density;
9373
9395
  variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
9374
9396
  stacked: boolean;
9375
- ripple: boolean;
9397
+ ripple: boolean | {
9398
+ class: string;
9399
+ } | undefined;
9376
9400
  } & {
9377
9401
  location?: Anchor | undefined;
9378
9402
  height?: string | number | undefined;
@@ -9437,7 +9461,9 @@ declare const VBtn: {
9437
9461
  density: Density;
9438
9462
  variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
9439
9463
  stacked: boolean;
9440
- ripple: boolean;
9464
+ ripple: boolean | {
9465
+ class: string;
9466
+ } | undefined;
9441
9467
  } & {
9442
9468
  location?: Anchor | undefined;
9443
9469
  height?: string | number | undefined;
@@ -9504,7 +9530,9 @@ declare const VBtn: {
9504
9530
  density: Density;
9505
9531
  variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
9506
9532
  stacked: boolean;
9507
- ripple: boolean;
9533
+ ripple: boolean | {
9534
+ class: string;
9535
+ } | undefined;
9508
9536
  }, {}, string, vue.SlotsType<Partial<{
9509
9537
  default: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
9510
9538
  [key: string]: any;
@@ -9593,7 +9621,9 @@ declare const VBtn: {
9593
9621
  block: BooleanConstructor;
9594
9622
  stacked: BooleanConstructor;
9595
9623
  ripple: {
9596
- type: BooleanConstructor;
9624
+ type: PropType<boolean | {
9625
+ class: string;
9626
+ } | undefined>;
9597
9627
  default: boolean;
9598
9628
  };
9599
9629
  text: StringConstructor;
@@ -9672,7 +9702,9 @@ declare const VBtn: {
9672
9702
  block: BooleanConstructor;
9673
9703
  stacked: BooleanConstructor;
9674
9704
  ripple: {
9675
- type: BooleanConstructor;
9705
+ type: PropType<boolean | {
9706
+ class: string;
9707
+ } | undefined>;
9676
9708
  default: boolean;
9677
9709
  };
9678
9710
  text: StringConstructor;
@@ -10586,7 +10618,9 @@ declare const VCard: {
10586
10618
  rounded?: string | number | boolean | undefined;
10587
10619
  density?: Density | undefined;
10588
10620
  variant?: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain"> | undefined;
10589
- ripple?: boolean | undefined;
10621
+ ripple?: boolean | {
10622
+ class: string;
10623
+ } | undefined;
10590
10624
  hover?: boolean | undefined;
10591
10625
  key?: string | number | symbol | undefined;
10592
10626
  location?: Anchor | undefined;
@@ -10740,7 +10774,9 @@ declare const VCard: {
10740
10774
  tag: string;
10741
10775
  density: Density;
10742
10776
  variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
10743
- ripple: boolean;
10777
+ ripple: boolean | {
10778
+ class: string;
10779
+ } | undefined;
10744
10780
  hover: boolean;
10745
10781
  } & {
10746
10782
  link?: boolean | undefined;
@@ -10816,7 +10852,9 @@ declare const VCard: {
10816
10852
  rounded: string | number | boolean;
10817
10853
  density: Density;
10818
10854
  variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
10819
- ripple: boolean;
10855
+ ripple: boolean | {
10856
+ class: string;
10857
+ } | undefined;
10820
10858
  hover: boolean;
10821
10859
  }, {}, string, vue.SlotsType<Partial<{
10822
10860
  default: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
@@ -10878,7 +10916,9 @@ declare const VCard: {
10878
10916
  tag: string;
10879
10917
  density: Density;
10880
10918
  variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
10881
- ripple: boolean;
10919
+ ripple: boolean | {
10920
+ class: string;
10921
+ } | undefined;
10882
10922
  hover: boolean;
10883
10923
  } & {
10884
10924
  link?: boolean | undefined;
@@ -10956,7 +10996,9 @@ declare const VCard: {
10956
10996
  tag: string;
10957
10997
  density: Density;
10958
10998
  variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
10959
- ripple: boolean;
10999
+ ripple: boolean | {
11000
+ class: string;
11001
+ } | undefined;
10960
11002
  hover: boolean;
10961
11003
  } & {
10962
11004
  link?: boolean | undefined;
@@ -11032,7 +11074,9 @@ declare const VCard: {
11032
11074
  rounded: string | number | boolean;
11033
11075
  density: Density;
11034
11076
  variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
11035
- ripple: boolean;
11077
+ ripple: boolean | {
11078
+ class: string;
11079
+ } | undefined;
11036
11080
  hover: boolean;
11037
11081
  }, {}, string, vue.SlotsType<Partial<{
11038
11082
  default: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
@@ -11068,11 +11112,11 @@ declare const VCard: {
11068
11112
  }>>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
11069
11113
  color: StringConstructor;
11070
11114
  variant: Omit<{
11071
- type: vue.PropType<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
11115
+ type: PropType<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
11072
11116
  default: string;
11073
11117
  validator: (v: any) => boolean;
11074
11118
  }, "type" | "default"> & {
11075
- type: vue.PropType<NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">>;
11119
+ type: PropType<NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">>;
11076
11120
  default: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
11077
11121
  };
11078
11122
  theme: StringConstructor;
@@ -11082,17 +11126,17 @@ declare const VCard: {
11082
11126
  };
11083
11127
  href: StringConstructor;
11084
11128
  replace: BooleanConstructor;
11085
- to: vue.PropType<vue_router.RouteLocationRaw>;
11129
+ to: PropType<vue_router.RouteLocationRaw>;
11086
11130
  exact: BooleanConstructor;
11087
11131
  rounded: {
11088
11132
  type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
11089
11133
  default: undefined;
11090
11134
  };
11091
11135
  position: {
11092
- type: vue.PropType<"fixed" | "absolute" | "static" | "relative" | "sticky">;
11136
+ type: PropType<"fixed" | "absolute" | "static" | "relative" | "sticky">;
11093
11137
  validator: (v: any) => boolean;
11094
11138
  };
11095
- location: vue.PropType<Anchor>;
11139
+ location: PropType<Anchor>;
11096
11140
  loading: (StringConstructor | BooleanConstructor)[];
11097
11141
  elevation: {
11098
11142
  type: (StringConstructor | NumberConstructor)[];
@@ -11105,18 +11149,18 @@ declare const VCard: {
11105
11149
  minWidth: (StringConstructor | NumberConstructor)[];
11106
11150
  width: (StringConstructor | NumberConstructor)[];
11107
11151
  density: {
11108
- type: vue.PropType<Density>;
11152
+ type: PropType<Density>;
11109
11153
  default: string;
11110
11154
  validator: (v: any) => boolean;
11111
11155
  };
11112
- class: vue.PropType<any>;
11156
+ class: PropType<any>;
11113
11157
  style: {
11114
- type: vue.PropType<vue.StyleValue>;
11158
+ type: PropType<vue.StyleValue>;
11115
11159
  default: null;
11116
11160
  };
11117
11161
  border: (StringConstructor | BooleanConstructor | NumberConstructor)[];
11118
11162
  appendAvatar: StringConstructor;
11119
- appendIcon: vue.PropType<IconValue>;
11163
+ appendIcon: PropType<IconValue>;
11120
11164
  disabled: BooleanConstructor;
11121
11165
  flat: BooleanConstructor;
11122
11166
  hover: BooleanConstructor;
@@ -11126,9 +11170,11 @@ declare const VCard: {
11126
11170
  default: undefined;
11127
11171
  };
11128
11172
  prependAvatar: StringConstructor;
11129
- prependIcon: vue.PropType<IconValue>;
11173
+ prependIcon: PropType<IconValue>;
11130
11174
  ripple: {
11131
- type: BooleanConstructor;
11175
+ type: PropType<boolean | {
11176
+ class: string;
11177
+ } | undefined>;
11132
11178
  default: boolean;
11133
11179
  };
11134
11180
  subtitle: StringConstructor;
@@ -11137,11 +11183,11 @@ declare const VCard: {
11137
11183
  }, vue.ExtractPropTypes<{
11138
11184
  color: StringConstructor;
11139
11185
  variant: Omit<{
11140
- type: vue.PropType<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
11186
+ type: PropType<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
11141
11187
  default: string;
11142
11188
  validator: (v: any) => boolean;
11143
11189
  }, "type" | "default"> & {
11144
- type: vue.PropType<NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">>;
11190
+ type: PropType<NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">>;
11145
11191
  default: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
11146
11192
  };
11147
11193
  theme: StringConstructor;
@@ -11151,17 +11197,17 @@ declare const VCard: {
11151
11197
  };
11152
11198
  href: StringConstructor;
11153
11199
  replace: BooleanConstructor;
11154
- to: vue.PropType<vue_router.RouteLocationRaw>;
11200
+ to: PropType<vue_router.RouteLocationRaw>;
11155
11201
  exact: BooleanConstructor;
11156
11202
  rounded: {
11157
11203
  type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
11158
11204
  default: undefined;
11159
11205
  };
11160
11206
  position: {
11161
- type: vue.PropType<"fixed" | "absolute" | "static" | "relative" | "sticky">;
11207
+ type: PropType<"fixed" | "absolute" | "static" | "relative" | "sticky">;
11162
11208
  validator: (v: any) => boolean;
11163
11209
  };
11164
- location: vue.PropType<Anchor>;
11210
+ location: PropType<Anchor>;
11165
11211
  loading: (StringConstructor | BooleanConstructor)[];
11166
11212
  elevation: {
11167
11213
  type: (StringConstructor | NumberConstructor)[];
@@ -11174,18 +11220,18 @@ declare const VCard: {
11174
11220
  minWidth: (StringConstructor | NumberConstructor)[];
11175
11221
  width: (StringConstructor | NumberConstructor)[];
11176
11222
  density: {
11177
- type: vue.PropType<Density>;
11223
+ type: PropType<Density>;
11178
11224
  default: string;
11179
11225
  validator: (v: any) => boolean;
11180
11226
  };
11181
- class: vue.PropType<any>;
11227
+ class: PropType<any>;
11182
11228
  style: {
11183
- type: vue.PropType<vue.StyleValue>;
11229
+ type: PropType<vue.StyleValue>;
11184
11230
  default: null;
11185
11231
  };
11186
11232
  border: (StringConstructor | BooleanConstructor | NumberConstructor)[];
11187
11233
  appendAvatar: StringConstructor;
11188
- appendIcon: vue.PropType<IconValue>;
11234
+ appendIcon: PropType<IconValue>;
11189
11235
  disabled: BooleanConstructor;
11190
11236
  flat: BooleanConstructor;
11191
11237
  hover: BooleanConstructor;
@@ -11195,9 +11241,11 @@ declare const VCard: {
11195
11241
  default: undefined;
11196
11242
  };
11197
11243
  prependAvatar: StringConstructor;
11198
- prependIcon: vue.PropType<IconValue>;
11244
+ prependIcon: PropType<IconValue>;
11199
11245
  ripple: {
11200
- type: BooleanConstructor;
11246
+ type: PropType<boolean | {
11247
+ class: string;
11248
+ } | undefined>;
11201
11249
  default: boolean;
11202
11250
  };
11203
11251
  subtitle: StringConstructor;
@@ -14474,6 +14522,7 @@ declare const VCheckbox: {
14474
14522
  "v-slot:append"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
14475
14523
  "v-slot:prepend"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
14476
14524
  modelValue?: any;
14525
+ "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
14477
14526
  prependIcon?: IconValue | undefined;
14478
14527
  appendIcon?: IconValue | undefined;
14479
14528
  defaultsTarget?: string | undefined;
@@ -14528,7 +14577,7 @@ declare const VCheckbox: {
14528
14577
  }>;
14529
14578
  $root: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
14530
14579
  $parent: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
14531
- $emit: (event: "update:focused", focused: boolean) => void;
14580
+ $emit: ((event: "update:modelValue", value: boolean) => void) & ((event: "update:focused", focused: boolean) => void);
14532
14581
  $el: any;
14533
14582
  $options: vue.ComponentOptionsBase<{
14534
14583
  error: boolean;
@@ -14610,8 +14659,10 @@ declare const VCheckbox: {
14610
14659
  }) => vue.VNodeChild) | undefined;
14611
14660
  "v-slot:input"?: false | ((arg: SelectionControlSlot) => vue.VNodeChild) | undefined;
14612
14661
  } & {
14662
+ "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
14613
14663
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
14614
14664
  }, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
14665
+ 'update:modelValue': (value: boolean) => boolean;
14615
14666
  'update:focused': (focused: boolean) => boolean;
14616
14667
  }, string, {
14617
14668
  error: boolean;
@@ -14759,6 +14810,7 @@ declare const VCheckbox: {
14759
14810
  }) => vue.VNodeChild) | undefined;
14760
14811
  "v-slot:input"?: false | ((arg: SelectionControlSlot) => vue.VNodeChild) | undefined;
14761
14812
  } & {
14813
+ "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
14762
14814
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
14763
14815
  } & vue.ShallowUnwrapRef<{}> & {} & vue.ComponentCustomProperties & {};
14764
14816
  __isFragment?: undefined;
@@ -14844,8 +14896,10 @@ declare const VCheckbox: {
14844
14896
  }) => vue.VNodeChild) | undefined;
14845
14897
  "v-slot:input"?: false | ((arg: SelectionControlSlot) => vue.VNodeChild) | undefined;
14846
14898
  } & {
14899
+ "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
14847
14900
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
14848
14901
  }, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
14902
+ 'update:modelValue': (value: boolean) => boolean;
14849
14903
  'update:focused': (focused: boolean) => boolean;
14850
14904
  }, string, {
14851
14905
  error: boolean;
@@ -15559,7 +15613,9 @@ declare const VChip: {
15559
15613
  density?: Density | undefined;
15560
15614
  variant?: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain"> | undefined;
15561
15615
  modelValue?: boolean | undefined;
15562
- ripple?: boolean | undefined;
15616
+ ripple?: boolean | {
15617
+ class: string;
15618
+ } | undefined;
15563
15619
  closable?: boolean | undefined;
15564
15620
  closeIcon?: IconValue | undefined;
15565
15621
  closeLabel?: string | undefined;
@@ -15732,7 +15788,9 @@ declare const VChip: {
15732
15788
  density: Density;
15733
15789
  variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
15734
15790
  modelValue: boolean;
15735
- ripple: boolean;
15791
+ ripple: boolean | {
15792
+ class: string;
15793
+ } | undefined;
15736
15794
  closable: boolean;
15737
15795
  closeIcon: IconValue;
15738
15796
  closeLabel: string;
@@ -15839,7 +15897,9 @@ declare const VChip: {
15839
15897
  density: Density;
15840
15898
  variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
15841
15899
  modelValue: boolean;
15842
- ripple: boolean;
15900
+ ripple: boolean | {
15901
+ class: string;
15902
+ } | undefined;
15843
15903
  closable: boolean;
15844
15904
  closeIcon: IconValue;
15845
15905
  closeLabel: string;
@@ -15904,7 +15964,9 @@ declare const VChip: {
15904
15964
  density: Density;
15905
15965
  variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
15906
15966
  modelValue: boolean;
15907
- ripple: boolean;
15967
+ ripple: boolean | {
15968
+ class: string;
15969
+ } | undefined;
15908
15970
  closable: boolean;
15909
15971
  closeIcon: IconValue;
15910
15972
  closeLabel: string;
@@ -16006,7 +16068,9 @@ declare const VChip: {
16006
16068
  density: Density;
16007
16069
  variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
16008
16070
  modelValue: boolean;
16009
- ripple: boolean;
16071
+ ripple: boolean | {
16072
+ class: string;
16073
+ } | undefined;
16010
16074
  closable: boolean;
16011
16075
  closeIcon: IconValue;
16012
16076
  closeLabel: string;
@@ -16113,7 +16177,9 @@ declare const VChip: {
16113
16177
  density: Density;
16114
16178
  variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
16115
16179
  modelValue: boolean;
16116
- ripple: boolean;
16180
+ ripple: boolean | {
16181
+ class: string;
16182
+ } | undefined;
16117
16183
  closable: boolean;
16118
16184
  closeIcon: IconValue;
16119
16185
  closeLabel: string;
@@ -16148,11 +16214,11 @@ declare const VChip: {
16148
16214
  }>>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
16149
16215
  color: StringConstructor;
16150
16216
  variant: Omit<{
16151
- type: vue.PropType<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
16217
+ type: PropType<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
16152
16218
  default: string;
16153
16219
  validator: (v: any) => boolean;
16154
16220
  }, "type" | "default"> & {
16155
- type: vue.PropType<NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">>;
16221
+ type: PropType<NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">>;
16156
16222
  default: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
16157
16223
  };
16158
16224
  theme: StringConstructor;
@@ -16160,7 +16226,7 @@ declare const VChip: {
16160
16226
  type: StringConstructor;
16161
16227
  default: string;
16162
16228
  }, "type" | "default"> & {
16163
- type: vue.PropType<string>;
16229
+ type: PropType<string>;
16164
16230
  default: string;
16165
16231
  };
16166
16232
  size: {
@@ -16169,7 +16235,7 @@ declare const VChip: {
16169
16235
  };
16170
16236
  href: StringConstructor;
16171
16237
  replace: BooleanConstructor;
16172
- to: vue.PropType<vue_router.RouteLocationRaw>;
16238
+ to: PropType<vue_router.RouteLocationRaw>;
16173
16239
  exact: BooleanConstructor;
16174
16240
  rounded: {
16175
16241
  type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
@@ -16183,22 +16249,22 @@ declare const VChip: {
16183
16249
  validator(v: any): boolean;
16184
16250
  };
16185
16251
  density: {
16186
- type: vue.PropType<Density>;
16252
+ type: PropType<Density>;
16187
16253
  default: string;
16188
16254
  validator: (v: any) => boolean;
16189
16255
  };
16190
- class: vue.PropType<any>;
16256
+ class: PropType<any>;
16191
16257
  style: {
16192
- type: vue.PropType<vue.StyleValue>;
16258
+ type: PropType<vue.StyleValue>;
16193
16259
  default: null;
16194
16260
  };
16195
16261
  border: (StringConstructor | BooleanConstructor | NumberConstructor)[];
16196
16262
  activeClass: StringConstructor;
16197
16263
  appendAvatar: StringConstructor;
16198
- appendIcon: vue.PropType<IconValue>;
16264
+ appendIcon: PropType<IconValue>;
16199
16265
  closable: BooleanConstructor;
16200
16266
  closeIcon: {
16201
- type: vue.PropType<IconValue>;
16267
+ type: PropType<IconValue>;
16202
16268
  default: string;
16203
16269
  };
16204
16270
  closeLabel: {
@@ -16218,9 +16284,11 @@ declare const VChip: {
16218
16284
  };
16219
16285
  pill: BooleanConstructor;
16220
16286
  prependAvatar: StringConstructor;
16221
- prependIcon: vue.PropType<IconValue>;
16287
+ prependIcon: PropType<IconValue>;
16222
16288
  ripple: {
16223
- type: BooleanConstructor;
16289
+ type: PropType<boolean | {
16290
+ class: string;
16291
+ } | undefined>;
16224
16292
  default: boolean;
16225
16293
  };
16226
16294
  text: StringConstructor;
@@ -16228,16 +16296,16 @@ declare const VChip: {
16228
16296
  type: BooleanConstructor;
16229
16297
  default: boolean;
16230
16298
  };
16231
- onClick: vue.PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
16232
- onClickOnce: vue.PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
16299
+ onClick: PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
16300
+ onClickOnce: PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
16233
16301
  }, vue.ExtractPropTypes<{
16234
16302
  color: StringConstructor;
16235
16303
  variant: Omit<{
16236
- type: vue.PropType<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
16304
+ type: PropType<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
16237
16305
  default: string;
16238
16306
  validator: (v: any) => boolean;
16239
16307
  }, "type" | "default"> & {
16240
- type: vue.PropType<NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">>;
16308
+ type: PropType<NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">>;
16241
16309
  default: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
16242
16310
  };
16243
16311
  theme: StringConstructor;
@@ -16245,7 +16313,7 @@ declare const VChip: {
16245
16313
  type: StringConstructor;
16246
16314
  default: string;
16247
16315
  }, "type" | "default"> & {
16248
- type: vue.PropType<string>;
16316
+ type: PropType<string>;
16249
16317
  default: string;
16250
16318
  };
16251
16319
  size: {
@@ -16254,7 +16322,7 @@ declare const VChip: {
16254
16322
  };
16255
16323
  href: StringConstructor;
16256
16324
  replace: BooleanConstructor;
16257
- to: vue.PropType<vue_router.RouteLocationRaw>;
16325
+ to: PropType<vue_router.RouteLocationRaw>;
16258
16326
  exact: BooleanConstructor;
16259
16327
  rounded: {
16260
16328
  type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
@@ -16268,22 +16336,22 @@ declare const VChip: {
16268
16336
  validator(v: any): boolean;
16269
16337
  };
16270
16338
  density: {
16271
- type: vue.PropType<Density>;
16339
+ type: PropType<Density>;
16272
16340
  default: string;
16273
16341
  validator: (v: any) => boolean;
16274
16342
  };
16275
- class: vue.PropType<any>;
16343
+ class: PropType<any>;
16276
16344
  style: {
16277
- type: vue.PropType<vue.StyleValue>;
16345
+ type: PropType<vue.StyleValue>;
16278
16346
  default: null;
16279
16347
  };
16280
16348
  border: (StringConstructor | BooleanConstructor | NumberConstructor)[];
16281
16349
  activeClass: StringConstructor;
16282
16350
  appendAvatar: StringConstructor;
16283
- appendIcon: vue.PropType<IconValue>;
16351
+ appendIcon: PropType<IconValue>;
16284
16352
  closable: BooleanConstructor;
16285
16353
  closeIcon: {
16286
- type: vue.PropType<IconValue>;
16354
+ type: PropType<IconValue>;
16287
16355
  default: string;
16288
16356
  };
16289
16357
  closeLabel: {
@@ -16303,9 +16371,11 @@ declare const VChip: {
16303
16371
  };
16304
16372
  pill: BooleanConstructor;
16305
16373
  prependAvatar: StringConstructor;
16306
- prependIcon: vue.PropType<IconValue>;
16374
+ prependIcon: PropType<IconValue>;
16307
16375
  ripple: {
16308
- type: BooleanConstructor;
16376
+ type: PropType<boolean | {
16377
+ class: string;
16378
+ } | undefined>;
16309
16379
  default: boolean;
16310
16380
  };
16311
16381
  text: StringConstructor;
@@ -16313,8 +16383,8 @@ declare const VChip: {
16313
16383
  type: BooleanConstructor;
16314
16384
  default: boolean;
16315
16385
  };
16316
- onClick: vue.PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
16317
- onClickOnce: vue.PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
16386
+ onClick: PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
16387
+ onClickOnce: PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
16318
16388
  }>>;
16319
16389
  type VChip = InstanceType<typeof VChip>;
16320
16390
 
@@ -19340,9 +19410,9 @@ declare const VCounter: {
19340
19410
  max?: string | number | undefined;
19341
19411
  key?: string | number | symbol | undefined;
19342
19412
  class?: any;
19343
- $children?: vue.VNodeChild | {
19413
+ $children?: vue.VNodeChild | ((arg: VCounterSlot) => vue.VNodeChild) | {
19344
19414
  default?: ((arg: VCounterSlot) => vue.VNodeChild) | undefined;
19345
- } | ((arg: VCounterSlot) => vue.VNodeChild);
19415
+ };
19346
19416
  ref?: vue.VNodeRef | undefined;
19347
19417
  ref_for?: boolean | undefined;
19348
19418
  ref_key?: string | undefined;
@@ -19417,9 +19487,9 @@ declare const VCounter: {
19417
19487
  max?: string | number | undefined;
19418
19488
  class?: any;
19419
19489
  } & {
19420
- $children?: vue.VNodeChild | {
19490
+ $children?: vue.VNodeChild | ((arg: VCounterSlot) => vue.VNodeChild) | {
19421
19491
  default?: ((arg: VCounterSlot) => vue.VNodeChild) | undefined;
19422
- } | ((arg: VCounterSlot) => vue.VNodeChild);
19492
+ };
19423
19493
  'v-slots'?: {
19424
19494
  default?: false | ((arg: VCounterSlot) => vue.VNodeChild) | undefined;
19425
19495
  } | undefined;
@@ -19471,9 +19541,9 @@ declare const VCounter: {
19471
19541
  max?: string | number | undefined;
19472
19542
  class?: any;
19473
19543
  } & {
19474
- $children?: vue.VNodeChild | {
19544
+ $children?: vue.VNodeChild | ((arg: VCounterSlot) => vue.VNodeChild) | {
19475
19545
  default?: ((arg: VCounterSlot) => vue.VNodeChild) | undefined;
19476
- } | ((arg: VCounterSlot) => vue.VNodeChild);
19546
+ };
19477
19547
  'v-slots'?: {
19478
19548
  default?: false | ((arg: VCounterSlot) => vue.VNodeChild) | undefined;
19479
19549
  } | undefined;
@@ -19496,9 +19566,9 @@ declare const VCounter: {
19496
19566
  max?: string | number | undefined;
19497
19567
  class?: any;
19498
19568
  } & {
19499
- $children?: vue.VNodeChild | {
19569
+ $children?: vue.VNodeChild | ((arg: VCounterSlot) => vue.VNodeChild) | {
19500
19570
  default?: ((arg: VCounterSlot) => vue.VNodeChild) | undefined;
19501
- } | ((arg: VCounterSlot) => vue.VNodeChild);
19571
+ };
19502
19572
  'v-slots'?: {
19503
19573
  default?: false | ((arg: VCounterSlot) => vue.VNodeChild) | undefined;
19504
19574
  } | undefined;
@@ -22071,7 +22141,9 @@ declare const VExpansionPanel: {
22071
22141
  readonly?: boolean | undefined;
22072
22142
  tag?: string | undefined;
22073
22143
  rounded?: string | number | boolean | undefined;
22074
- ripple?: boolean | Record<string, any> | undefined;
22144
+ ripple?: boolean | {
22145
+ class: string;
22146
+ } | undefined;
22075
22147
  collapseIcon?: IconValue | undefined;
22076
22148
  expandIcon?: IconValue | undefined;
22077
22149
  hideActions?: boolean | undefined;
@@ -22171,7 +22243,9 @@ declare const VExpansionPanel: {
22171
22243
  disabled: boolean;
22172
22244
  readonly: boolean;
22173
22245
  tag: string;
22174
- ripple: boolean | Record<string, any>;
22246
+ ripple: boolean | {
22247
+ class: string;
22248
+ } | undefined;
22175
22249
  collapseIcon: IconValue;
22176
22250
  expandIcon: IconValue;
22177
22251
  hideActions: boolean;
@@ -22215,7 +22289,9 @@ declare const VExpansionPanel: {
22215
22289
  readonly: boolean;
22216
22290
  tag: string;
22217
22291
  rounded: string | number | boolean;
22218
- ripple: boolean | Record<string, any>;
22292
+ ripple: boolean | {
22293
+ class: string;
22294
+ } | undefined;
22219
22295
  collapseIcon: IconValue;
22220
22296
  expandIcon: IconValue;
22221
22297
  hideActions: boolean;
@@ -22255,7 +22331,9 @@ declare const VExpansionPanel: {
22255
22331
  disabled: boolean;
22256
22332
  readonly: boolean;
22257
22333
  tag: string;
22258
- ripple: boolean | Record<string, any>;
22334
+ ripple: boolean | {
22335
+ class: string;
22336
+ } | undefined;
22259
22337
  collapseIcon: IconValue;
22260
22338
  expandIcon: IconValue;
22261
22339
  hideActions: boolean;
@@ -22298,7 +22376,9 @@ declare const VExpansionPanel: {
22298
22376
  disabled: boolean;
22299
22377
  readonly: boolean;
22300
22378
  tag: string;
22301
- ripple: boolean | Record<string, any>;
22379
+ ripple: boolean | {
22380
+ class: string;
22381
+ } | undefined;
22302
22382
  collapseIcon: IconValue;
22303
22383
  expandIcon: IconValue;
22304
22384
  hideActions: boolean;
@@ -22342,7 +22422,9 @@ declare const VExpansionPanel: {
22342
22422
  readonly: boolean;
22343
22423
  tag: string;
22344
22424
  rounded: string | number | boolean;
22345
- ripple: boolean | Record<string, any>;
22425
+ ripple: boolean | {
22426
+ class: string;
22427
+ } | undefined;
22346
22428
  collapseIcon: IconValue;
22347
22429
  expandIcon: IconValue;
22348
22430
  hideActions: boolean;
@@ -22373,7 +22455,9 @@ declare const VExpansionPanel: {
22373
22455
  };
22374
22456
  hideActions: BooleanConstructor;
22375
22457
  ripple: {
22376
- type: (ObjectConstructor | BooleanConstructor)[];
22458
+ type: vue.PropType<boolean | {
22459
+ class: string;
22460
+ } | undefined>;
22377
22461
  default: boolean;
22378
22462
  };
22379
22463
  readonly: BooleanConstructor;
@@ -22413,7 +22497,9 @@ declare const VExpansionPanel: {
22413
22497
  };
22414
22498
  hideActions: BooleanConstructor;
22415
22499
  ripple: {
22416
- type: (ObjectConstructor | BooleanConstructor)[];
22500
+ type: vue.PropType<boolean | {
22501
+ class: string;
22502
+ } | undefined>;
22417
22503
  default: boolean;
22418
22504
  };
22419
22505
  readonly: BooleanConstructor;
@@ -22623,7 +22709,9 @@ declare const VExpansionPanelTitle: {
22623
22709
  $props: {
22624
22710
  style?: vue.StyleValue | undefined;
22625
22711
  readonly?: boolean | undefined;
22626
- ripple?: boolean | Record<string, any> | undefined;
22712
+ ripple?: boolean | {
22713
+ class: string;
22714
+ } | undefined;
22627
22715
  collapseIcon?: IconValue | undefined;
22628
22716
  expandIcon?: IconValue | undefined;
22629
22717
  hideActions?: boolean | undefined;
@@ -22703,7 +22791,9 @@ declare const VExpansionPanelTitle: {
22703
22791
  $options: vue.ComponentOptionsBase<{
22704
22792
  style: vue.StyleValue;
22705
22793
  readonly: boolean;
22706
- ripple: boolean | Record<string, any>;
22794
+ ripple: boolean | {
22795
+ class: string;
22796
+ } | undefined;
22707
22797
  collapseIcon: IconValue;
22708
22798
  expandIcon: IconValue;
22709
22799
  hideActions: boolean;
@@ -22725,7 +22815,9 @@ declare const VExpansionPanelTitle: {
22725
22815
  }, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {
22726
22816
  style: vue.StyleValue;
22727
22817
  readonly: boolean;
22728
- ripple: boolean | Record<string, any>;
22818
+ ripple: boolean | {
22819
+ class: string;
22820
+ } | undefined;
22729
22821
  collapseIcon: IconValue;
22730
22822
  expandIcon: IconValue;
22731
22823
  hideActions: boolean;
@@ -22759,7 +22851,9 @@ declare const VExpansionPanelTitle: {
22759
22851
  } & {
22760
22852
  style: vue.StyleValue;
22761
22853
  readonly: boolean;
22762
- ripple: boolean | Record<string, any>;
22854
+ ripple: boolean | {
22855
+ class: string;
22856
+ } | undefined;
22763
22857
  collapseIcon: IconValue;
22764
22858
  expandIcon: IconValue;
22765
22859
  hideActions: boolean;
@@ -22785,7 +22879,9 @@ declare const VExpansionPanelTitle: {
22785
22879
  } & vue.ComponentOptionsBase<{
22786
22880
  style: vue.StyleValue;
22787
22881
  readonly: boolean;
22788
- ripple: boolean | Record<string, any>;
22882
+ ripple: boolean | {
22883
+ class: string;
22884
+ } | undefined;
22789
22885
  collapseIcon: IconValue;
22790
22886
  expandIcon: IconValue;
22791
22887
  hideActions: boolean;
@@ -22807,7 +22903,9 @@ declare const VExpansionPanelTitle: {
22807
22903
  }, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {
22808
22904
  style: vue.StyleValue;
22809
22905
  readonly: boolean;
22810
- ripple: boolean | Record<string, any>;
22906
+ ripple: boolean | {
22907
+ class: string;
22908
+ } | undefined;
22811
22909
  collapseIcon: IconValue;
22812
22910
  expandIcon: IconValue;
22813
22911
  hideActions: boolean;
@@ -22819,44 +22917,48 @@ declare const VExpansionPanelTitle: {
22819
22917
  [key: string]: any;
22820
22918
  }>[];
22821
22919
  }>>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
22822
- class: vue.PropType<any>;
22920
+ class: PropType<any>;
22823
22921
  style: {
22824
- type: vue.PropType<vue.StyleValue>;
22922
+ type: PropType<vue.StyleValue>;
22825
22923
  default: null;
22826
22924
  };
22827
22925
  color: StringConstructor;
22828
22926
  expandIcon: {
22829
- type: vue.PropType<IconValue>;
22927
+ type: PropType<IconValue>;
22830
22928
  default: string;
22831
22929
  };
22832
22930
  collapseIcon: {
22833
- type: vue.PropType<IconValue>;
22931
+ type: PropType<IconValue>;
22834
22932
  default: string;
22835
22933
  };
22836
22934
  hideActions: BooleanConstructor;
22837
22935
  ripple: {
22838
- type: (ObjectConstructor | BooleanConstructor)[];
22936
+ type: PropType<boolean | {
22937
+ class: string;
22938
+ } | undefined>;
22839
22939
  default: boolean;
22840
22940
  };
22841
22941
  readonly: BooleanConstructor;
22842
22942
  }, vue.ExtractPropTypes<{
22843
- class: vue.PropType<any>;
22943
+ class: PropType<any>;
22844
22944
  style: {
22845
- type: vue.PropType<vue.StyleValue>;
22945
+ type: PropType<vue.StyleValue>;
22846
22946
  default: null;
22847
22947
  };
22848
22948
  color: StringConstructor;
22849
22949
  expandIcon: {
22850
- type: vue.PropType<IconValue>;
22950
+ type: PropType<IconValue>;
22851
22951
  default: string;
22852
22952
  };
22853
22953
  collapseIcon: {
22854
- type: vue.PropType<IconValue>;
22954
+ type: PropType<IconValue>;
22855
22955
  default: string;
22856
22956
  };
22857
22957
  hideActions: BooleanConstructor;
22858
22958
  ripple: {
22859
- type: (ObjectConstructor | BooleanConstructor)[];
22959
+ type: PropType<boolean | {
22960
+ class: string;
22961
+ } | undefined>;
22860
22962
  default: boolean;
22861
22963
  };
22862
22964
  readonly: BooleanConstructor;
@@ -29406,7 +29508,9 @@ declare const VListItem: {
29406
29508
  rounded?: string | number | boolean | undefined;
29407
29509
  density?: Density | undefined;
29408
29510
  variant?: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain"> | undefined;
29409
- ripple?: boolean | undefined;
29511
+ ripple?: boolean | {
29512
+ class: string;
29513
+ } | undefined;
29410
29514
  key?: string | number | symbol | undefined;
29411
29515
  height?: string | number | undefined;
29412
29516
  width?: string | number | undefined;
@@ -29531,7 +29635,9 @@ declare const VListItem: {
29531
29635
  tag: string;
29532
29636
  density: Density;
29533
29637
  variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
29534
- ripple: boolean;
29638
+ ripple: boolean | {
29639
+ class: string;
29640
+ } | undefined;
29535
29641
  } & {
29536
29642
  link?: boolean | undefined;
29537
29643
  height?: string | number | undefined;
@@ -29599,7 +29705,9 @@ declare const VListItem: {
29599
29705
  rounded: string | number | boolean;
29600
29706
  density: Density;
29601
29707
  variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
29602
- ripple: boolean;
29708
+ ripple: boolean | {
29709
+ class: string;
29710
+ } | undefined;
29603
29711
  }, {}, string, vue.SlotsType<Partial<{
29604
29712
  prepend: (arg: ListItemSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
29605
29713
  [key: string]: any;
@@ -29645,7 +29753,9 @@ declare const VListItem: {
29645
29753
  tag: string;
29646
29754
  density: Density;
29647
29755
  variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
29648
- ripple: boolean;
29756
+ ripple: boolean | {
29757
+ class: string;
29758
+ } | undefined;
29649
29759
  } & {
29650
29760
  link?: boolean | undefined;
29651
29761
  height?: string | number | undefined;
@@ -29712,7 +29822,9 @@ declare const VListItem: {
29712
29822
  tag: string;
29713
29823
  density: Density;
29714
29824
  variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
29715
- ripple: boolean;
29825
+ ripple: boolean | {
29826
+ class: string;
29827
+ } | undefined;
29716
29828
  } & {
29717
29829
  link?: boolean | undefined;
29718
29830
  height?: string | number | undefined;
@@ -29780,7 +29892,9 @@ declare const VListItem: {
29780
29892
  rounded: string | number | boolean;
29781
29893
  density: Density;
29782
29894
  variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
29783
- ripple: boolean;
29895
+ ripple: boolean | {
29896
+ class: string;
29897
+ } | undefined;
29784
29898
  }, {}, string, vue.SlotsType<Partial<{
29785
29899
  prepend: (arg: ListItemSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
29786
29900
  [key: string]: any;
@@ -29860,7 +29974,9 @@ declare const VListItem: {
29860
29974
  prependAvatar: StringConstructor;
29861
29975
  prependIcon: PropType<IconValue>;
29862
29976
  ripple: {
29863
- type: BooleanConstructor;
29977
+ type: PropType<boolean | {
29978
+ class: string;
29979
+ } | undefined>;
29864
29980
  default: boolean;
29865
29981
  };
29866
29982
  subtitle: (StringConstructor | BooleanConstructor | NumberConstructor)[];
@@ -29931,7 +30047,9 @@ declare const VListItem: {
29931
30047
  prependAvatar: StringConstructor;
29932
30048
  prependIcon: PropType<IconValue>;
29933
30049
  ripple: {
29934
- type: BooleanConstructor;
30050
+ type: PropType<boolean | {
30051
+ class: string;
30052
+ } | undefined>;
29935
30053
  default: boolean;
29936
30054
  };
29937
30055
  subtitle: (StringConstructor | BooleanConstructor | NumberConstructor)[];
@@ -46415,7 +46533,9 @@ declare const VTab: {
46415
46533
  variant?: NonNullable<NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">> | undefined;
46416
46534
  selectedClass?: string | undefined;
46417
46535
  stacked?: boolean | undefined;
46418
- ripple?: boolean | undefined;
46536
+ ripple?: boolean | {
46537
+ class: string;
46538
+ } | undefined;
46419
46539
  hideSlider?: boolean | undefined;
46420
46540
  key?: string | number | symbol | undefined;
46421
46541
  height?: string | number | undefined;
@@ -46515,7 +46635,9 @@ declare const VTab: {
46515
46635
  variant: NonNullable<NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">>;
46516
46636
  selectedClass: string;
46517
46637
  stacked: boolean;
46518
- ripple: boolean;
46638
+ ripple: boolean | {
46639
+ class: string;
46640
+ } | undefined;
46519
46641
  hideSlider: boolean;
46520
46642
  } & {
46521
46643
  height?: string | number | undefined;
@@ -46562,7 +46684,9 @@ declare const VTab: {
46562
46684
  variant: NonNullable<NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">>;
46563
46685
  selectedClass: string;
46564
46686
  stacked: boolean;
46565
- ripple: boolean;
46687
+ ripple: boolean | {
46688
+ class: string;
46689
+ } | undefined;
46566
46690
  hideSlider: boolean;
46567
46691
  }, {}, string, vue.SlotsType<Partial<{
46568
46692
  default: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
@@ -46601,7 +46725,9 @@ declare const VTab: {
46601
46725
  variant: NonNullable<NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">>;
46602
46726
  selectedClass: string;
46603
46727
  stacked: boolean;
46604
- ripple: boolean;
46728
+ ripple: boolean | {
46729
+ class: string;
46730
+ } | undefined;
46605
46731
  hideSlider: boolean;
46606
46732
  } & {
46607
46733
  height?: string | number | undefined;
@@ -46651,7 +46777,9 @@ declare const VTab: {
46651
46777
  variant: NonNullable<NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">>;
46652
46778
  selectedClass: string;
46653
46779
  stacked: boolean;
46654
- ripple: boolean;
46780
+ ripple: boolean | {
46781
+ class: string;
46782
+ } | undefined;
46655
46783
  hideSlider: boolean;
46656
46784
  } & {
46657
46785
  height?: string | number | undefined;
@@ -46698,7 +46826,9 @@ declare const VTab: {
46698
46826
  variant: NonNullable<NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">>;
46699
46827
  selectedClass: string;
46700
46828
  stacked: boolean;
46701
- ripple: boolean;
46829
+ ripple: boolean | {
46830
+ class: string;
46831
+ } | undefined;
46702
46832
  hideSlider: boolean;
46703
46833
  }, {}, string, vue.SlotsType<Partial<{
46704
46834
  default: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
@@ -46771,7 +46901,9 @@ declare const VTab: {
46771
46901
  appendIcon: PropType<IconValue>;
46772
46902
  stacked: BooleanConstructor;
46773
46903
  ripple: {
46774
- type: BooleanConstructor;
46904
+ type: PropType<boolean | {
46905
+ class: string;
46906
+ } | undefined>;
46775
46907
  default: boolean;
46776
46908
  };
46777
46909
  fixed: BooleanConstructor;
@@ -46848,7 +46980,9 @@ declare const VTab: {
46848
46980
  appendIcon: PropType<IconValue>;
46849
46981
  stacked: BooleanConstructor;
46850
46982
  ripple: {
46851
- type: BooleanConstructor;
46983
+ type: PropType<boolean | {
46984
+ class: string;
46985
+ } | undefined>;
46852
46986
  default: boolean;
46853
46987
  };
46854
46988
  fixed: BooleanConstructor;