vuetify 3.2.4 → 3.3.0

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 (335) hide show
  1. package/dist/_component-variables-labs.sass +1 -0
  2. package/dist/json/attributes.json +2503 -2151
  3. package/dist/json/importMap-labs.json +12 -4
  4. package/dist/json/importMap.json +28 -28
  5. package/dist/json/tags.json +107 -9
  6. package/dist/json/web-types.json +10785 -7110
  7. package/dist/vuetify-labs.css +263 -153
  8. package/dist/vuetify-labs.d.ts +35870 -16257
  9. package/dist/vuetify-labs.esm.js +1466 -934
  10. package/dist/vuetify-labs.esm.js.map +1 -1
  11. package/dist/vuetify-labs.js +1465 -933
  12. package/dist/vuetify-labs.min.css +2 -2
  13. package/dist/vuetify.css +246 -168
  14. package/dist/vuetify.d.ts +27883 -14061
  15. package/dist/vuetify.esm.js +477 -300
  16. package/dist/vuetify.esm.js.map +1 -1
  17. package/dist/vuetify.js +476 -299
  18. package/dist/vuetify.js.map +1 -1
  19. package/dist/vuetify.min.css +2 -2
  20. package/dist/vuetify.min.js +811 -806
  21. package/dist/vuetify.min.js.map +1 -1
  22. package/lib/blueprints/{index.d.ts → index.d.mts} +5 -1
  23. package/lib/blueprints/{md1.d.ts → md1.d.mts} +5 -1
  24. package/lib/blueprints/{md2.d.ts → md2.d.mts} +5 -1
  25. package/lib/blueprints/{md3.d.ts → md3.d.mts} +5 -1
  26. package/lib/components/VAlert/VAlert.mjs.map +1 -1
  27. package/lib/components/VAlert/{index.d.ts → index.d.mts} +284 -69
  28. package/lib/components/VApp/{index.d.ts → index.d.mts} +80 -19
  29. package/lib/components/VAppBar/{index.d.ts → index.d.mts} +391 -119
  30. package/lib/components/VAutocomplete/VAutocomplete.css +15 -9
  31. package/lib/components/VAutocomplete/VAutocomplete.mjs +82 -34
  32. package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
  33. package/lib/components/VAutocomplete/VAutocomplete.sass +15 -11
  34. package/lib/components/VAutocomplete/index.d.mts +2048 -0
  35. package/lib/components/VAvatar/{index.d.ts → index.d.mts} +85 -30
  36. package/lib/components/VBadge/_variables.scss +1 -1
  37. package/lib/components/VBadge/{index.d.ts → index.d.mts} +105 -42
  38. package/lib/components/VBanner/{index.d.ts → index.d.mts} +282 -63
  39. package/lib/components/VBottomNavigation/{index.d.ts → index.d.mts} +93 -45
  40. package/lib/components/VBreadcrumbs/VBreadcrumbs.mjs +1 -1
  41. package/lib/components/VBreadcrumbs/VBreadcrumbs.mjs.map +1 -1
  42. package/lib/components/VBreadcrumbs/VBreadcrumbsDivider.mjs +1 -1
  43. package/lib/components/VBreadcrumbs/VBreadcrumbsDivider.mjs.map +1 -1
  44. package/lib/components/VBreadcrumbs/{index.d.ts → index.d.mts} +348 -212
  45. package/lib/components/VBtn/{index.d.ts → index.d.mts} +139 -53
  46. package/lib/components/VBtnGroup/{index.d.ts → index.d.mts} +84 -27
  47. package/lib/components/VBtnToggle/{index.d.ts → index.d.mts} +88 -35
  48. package/lib/components/VCalendar/util/props.mjs.map +1 -1
  49. package/lib/components/VCard/VCard.mjs.map +1 -1
  50. package/lib/components/VCard/{index.d.ts → index.d.mts} +957 -419
  51. package/lib/components/VCarousel/VCarousel.mjs.map +1 -1
  52. package/lib/components/VCarousel/{index.d.ts → index.d.mts} +616 -111
  53. package/lib/components/VCheckbox/VCheckboxBtn.mjs +3 -3
  54. package/lib/components/VCheckbox/VCheckboxBtn.mjs.map +1 -1
  55. package/lib/components/VCheckbox/{index.d.ts → index.d.mts} +408 -141
  56. package/lib/components/VChip/VChip.css +4 -2
  57. package/lib/components/VChip/VChip.mjs.map +1 -1
  58. package/lib/components/VChip/VChip.sass +3 -2
  59. package/lib/components/VChip/{index.d.ts → index.d.mts} +376 -85
  60. package/lib/components/VChipGroup/VChipGroup.mjs.map +1 -1
  61. package/lib/components/VChipGroup/index.d.mts +470 -0
  62. package/lib/components/VCode/{index.d.ts → index.d.mts} +78 -17
  63. package/lib/components/VColorPicker/VColorPicker.mjs +9 -4
  64. package/lib/components/VColorPicker/VColorPicker.mjs.map +1 -1
  65. package/lib/components/VColorPicker/VColorPickerEdit.mjs.map +1 -1
  66. package/lib/components/VColorPicker/VColorPickerSwatches.mjs +5 -4
  67. package/lib/components/VColorPicker/VColorPickerSwatches.mjs.map +1 -1
  68. package/lib/components/VColorPicker/{index.d.ts → index.d.mts} +241 -109
  69. package/lib/components/VColorPicker/util/index.mjs +2 -22
  70. package/lib/components/VColorPicker/util/index.mjs.map +1 -1
  71. package/lib/components/VCombobox/VCombobox.css +15 -9
  72. package/lib/components/VCombobox/VCombobox.mjs +82 -37
  73. package/lib/components/VCombobox/VCombobox.mjs.map +1 -1
  74. package/lib/components/VCombobox/VCombobox.sass +15 -11
  75. package/lib/components/VCombobox/index.d.mts +2060 -0
  76. package/lib/components/VCounter/VCounter.mjs.map +1 -1
  77. package/lib/components/VCounter/{index.d.ts → index.d.mts} +105 -45
  78. package/lib/components/VDefaultsProvider/{index.d.ts → index.d.mts} +82 -20
  79. package/lib/components/VDialog/{index.d.ts → index.d.mts} +571 -305
  80. package/lib/components/VDivider/{index.d.ts → index.d.mts} +81 -21
  81. package/lib/components/VExpansionPanel/{index.d.ts → index.d.mts} +374 -110
  82. package/lib/components/VField/VField.css +49 -16
  83. package/lib/components/VField/VField.mjs +12 -2
  84. package/lib/components/VField/VField.mjs.map +1 -1
  85. package/lib/components/VField/VField.sass +40 -11
  86. package/lib/components/VField/_variables.scss +8 -2
  87. package/lib/components/VField/index.d.mts +682 -0
  88. package/lib/components/VFileInput/VFileInput.css +3 -0
  89. package/lib/components/VFileInput/VFileInput.mjs +7 -1
  90. package/lib/components/VFileInput/VFileInput.mjs.map +1 -1
  91. package/lib/components/VFileInput/VFileInput.sass +6 -1
  92. package/lib/components/VFileInput/{index.d.ts → index.d.mts} +1033 -399
  93. package/lib/components/VFooter/{index.d.ts → index.d.mts} +85 -29
  94. package/lib/components/VForm/VForm.mjs.map +1 -1
  95. package/lib/components/VForm/index.d.mts +993 -0
  96. package/lib/components/VGrid/{index.d.ts → index.d.mts} +334 -100
  97. package/lib/components/VHover/VHover.mjs.map +1 -1
  98. package/lib/components/VHover/{index.d.ts → index.d.mts} +120 -37
  99. package/lib/components/VIcon/{index.d.ts → index.d.mts} +322 -81
  100. package/lib/components/VImg/VImg.css +2 -4
  101. package/lib/components/VImg/VImg.mjs +25 -24
  102. package/lib/components/VImg/VImg.mjs.map +1 -1
  103. package/lib/components/VImg/VImg.sass +4 -3
  104. package/lib/components/VImg/{index.d.ts → index.d.mts} +177 -40
  105. package/lib/components/VInput/VInput.css +10 -4
  106. package/lib/components/VInput/VInput.mjs +9 -3
  107. package/lib/components/VInput/VInput.mjs.map +1 -1
  108. package/lib/components/VInput/VInput.sass +7 -2
  109. package/lib/components/VInput/_variables.scss +1 -0
  110. package/lib/components/VInput/{index.d.ts → index.d.mts} +237 -93
  111. package/lib/components/VItemGroup/VItem.mjs +1 -1
  112. package/lib/components/VItemGroup/VItem.mjs.map +1 -1
  113. package/lib/components/VItemGroup/VItemGroup.mjs.map +1 -1
  114. package/lib/components/VItemGroup/index.d.mts +781 -0
  115. package/lib/components/VKbd/{index.d.ts → index.d.mts} +78 -17
  116. package/lib/components/VLabel/{index.d.ts → index.d.mts} +79 -18
  117. package/lib/components/VLayout/{index.d.ts → index.d.mts} +161 -42
  118. package/lib/components/VLazy/{index.d.ts → index.d.mts} +82 -27
  119. package/lib/components/VList/VList.mjs +6 -1
  120. package/lib/components/VList/VList.mjs.map +1 -1
  121. package/lib/components/VList/VListChildren.mjs +4 -8
  122. package/lib/components/VList/VListChildren.mjs.map +1 -1
  123. package/lib/components/VList/VListGroup.mjs +3 -0
  124. package/lib/components/VList/VListGroup.mjs.map +1 -1
  125. package/lib/components/VList/VListItem.mjs +11 -6
  126. package/lib/components/VList/VListItem.mjs.map +1 -1
  127. package/lib/components/VList/{index.d.ts → index.d.mts} +1245 -619
  128. package/lib/components/VLocaleProvider/{index.d.ts → index.d.mts} +80 -19
  129. package/lib/components/VMain/{index.d.ts → index.d.mts} +79 -19
  130. package/lib/components/VMenu/{index.d.ts → index.d.mts} +567 -299
  131. package/lib/components/VMessages/VMessages.mjs.map +1 -1
  132. package/lib/components/VMessages/{index.d.ts → index.d.mts} +87 -34
  133. package/lib/components/VNavigationDrawer/VNavigationDrawer.css +2 -0
  134. package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs.map +1 -1
  135. package/lib/components/VNavigationDrawer/VNavigationDrawer.sass +2 -0
  136. package/lib/components/VNavigationDrawer/{index.d.ts → index.d.mts} +139 -57
  137. package/lib/components/VOverlay/{index.d.ts → index.d.mts} +159 -75
  138. package/lib/components/VPagination/VPagination.mjs.map +1 -1
  139. package/lib/components/VPagination/{index.d.ts → index.d.mts} +229 -125
  140. package/lib/components/VParallax/{index.d.ts → index.d.mts} +118 -18
  141. package/lib/components/VProgressCircular/VProgressCircular.mjs.map +1 -1
  142. package/lib/components/VProgressCircular/{index.d.ts → index.d.mts} +148 -45
  143. package/lib/components/VProgressLinear/{index.d.ts → index.d.mts} +119 -52
  144. package/lib/components/VRadio/{index.d.ts → index.d.mts} +139 -40
  145. package/lib/components/VRadioGroup/{index.d.ts → index.d.mts} +265 -93
  146. package/lib/components/VRangeSlider/VRangeSlider.mjs +4 -4
  147. package/lib/components/VRangeSlider/VRangeSlider.mjs.map +1 -1
  148. package/lib/components/VRangeSlider/{index.d.ts → index.d.mts} +313 -132
  149. package/lib/components/VRating/{index.d.ts → index.d.mts} +108 -49
  150. package/lib/components/VResponsive/VResponsive.css +13 -5
  151. package/lib/components/VResponsive/VResponsive.mjs +4 -1
  152. package/lib/components/VResponsive/VResponsive.mjs.map +1 -1
  153. package/lib/components/VResponsive/VResponsive.sass +12 -4
  154. package/lib/components/VResponsive/{index.d.ts → index.d.mts} +99 -16
  155. package/lib/components/VSelect/VSelect.css +15 -9
  156. package/lib/components/VSelect/VSelect.mjs +23 -18
  157. package/lib/components/VSelect/VSelect.mjs.map +1 -1
  158. package/lib/components/VSelect/VSelect.sass +14 -11
  159. package/lib/components/VSelect/index.d.mts +1986 -0
  160. package/lib/components/VSelectionControl/VSelectionControl.mjs.map +1 -1
  161. package/lib/components/VSelectionControl/index.d.mts +403 -0
  162. package/lib/components/VSelectionControlGroup/{index.d.ts → index.d.mts} +90 -38
  163. package/lib/components/VSheet/{index.d.ts → index.d.mts} +81 -21
  164. package/lib/components/VSlideGroup/{index.d.ts → index.d.mts} +236 -61
  165. package/lib/components/VSlider/VSlider.mjs +2 -2
  166. package/lib/components/VSlider/VSlider.mjs.map +1 -1
  167. package/lib/components/VSlider/VSliderThumb.mjs +1 -1
  168. package/lib/components/VSlider/VSliderThumb.mjs.map +1 -1
  169. package/lib/components/VSlider/VSliderTrack.mjs.map +1 -1
  170. package/lib/components/VSlider/{index.d.ts → index.d.mts} +308 -126
  171. package/lib/components/VSlider/slider.mjs +8 -2
  172. package/lib/components/VSlider/slider.mjs.map +1 -1
  173. package/lib/components/VSnackbar/{index.d.ts → index.d.mts} +566 -297
  174. package/lib/components/VSwitch/VSwitch.css +3 -3
  175. package/lib/components/VSwitch/VSwitch.sass +4 -3
  176. package/lib/components/VSwitch/{index.d.ts → index.d.mts} +284 -101
  177. package/lib/components/VSystemBar/{index.d.ts → index.d.mts} +84 -27
  178. package/lib/components/VTable/{index.d.ts → index.d.mts} +122 -26
  179. package/lib/components/VTabs/VTabs.mjs.map +1 -1
  180. package/lib/components/VTabs/{index.d.ts → index.d.mts} +203 -113
  181. package/lib/components/VTextField/VTextField.css +9 -1
  182. package/lib/components/VTextField/VTextField.mjs +4 -2
  183. package/lib/components/VTextField/VTextField.mjs.map +1 -1
  184. package/lib/components/VTextField/VTextField.sass +8 -1
  185. package/lib/components/VTextField/index.d.mts +2735 -0
  186. package/lib/components/VTextarea/VTextarea.mjs +13 -4
  187. package/lib/components/VTextarea/VTextarea.mjs.map +1 -1
  188. package/lib/components/VTextarea/{index.d.ts → index.d.mts} +933 -393
  189. package/lib/components/VThemeProvider/{index.d.ts → index.d.mts} +80 -20
  190. package/lib/components/VTimeline/{index.d.ts → index.d.mts} +201 -62
  191. package/lib/components/VToolbar/{index.d.ts → index.d.mts} +325 -73
  192. package/lib/components/VTooltip/{index.d.ts → index.d.mts} +568 -297
  193. package/lib/components/VValidation/VValidation.mjs.map +1 -1
  194. package/lib/components/VValidation/index.d.mts +634 -0
  195. package/lib/components/VVirtualScroll/VVirtualScroll.mjs.map +1 -1
  196. package/lib/components/VVirtualScroll/index.d.mts +229 -0
  197. package/lib/components/VWindow/{index.d.ts → index.d.mts} +271 -68
  198. package/lib/components/{index.d.ts → index.d.mts} +27847 -14031
  199. package/lib/components/index.mjs +2 -3
  200. package/lib/components/index.mjs.map +1 -1
  201. package/lib/components/transitions/{index.d.ts → index.d.mts} +1330 -355
  202. package/lib/composables/display.mjs +6 -6
  203. package/lib/composables/display.mjs.map +1 -1
  204. package/lib/composables/filter.mjs +5 -4
  205. package/lib/composables/filter.mjs.map +1 -1
  206. package/lib/composables/form.mjs +2 -3
  207. package/lib/composables/form.mjs.map +1 -1
  208. package/lib/composables/forwardRefs.mjs.map +1 -1
  209. package/lib/composables/group.mjs +13 -13
  210. package/lib/composables/group.mjs.map +1 -1
  211. package/lib/composables/icons.mjs.map +1 -1
  212. package/lib/composables/{items.mjs → list-items.mjs} +9 -6
  213. package/lib/composables/list-items.mjs.map +1 -0
  214. package/lib/composables/nested/nested.mjs.map +1 -1
  215. package/lib/composables/nested/selectStrategies.mjs.map +1 -1
  216. package/lib/composables/scroll.mjs +2 -2
  217. package/lib/composables/scroll.mjs.map +1 -1
  218. package/lib/composables/validation.mjs +44 -16
  219. package/lib/composables/validation.mjs.map +1 -1
  220. package/lib/entry-bundler.mjs +1 -1
  221. package/lib/framework.mjs +1 -1
  222. package/lib/framework.mjs.map +1 -1
  223. package/lib/{index.d.ts → index.d.mts} +16 -10
  224. package/lib/labs/VBottomSheet/VBottomSheet.css +33 -0
  225. package/lib/labs/VBottomSheet/VBottomSheet.mjs +40 -0
  226. package/lib/labs/VBottomSheet/VBottomSheet.mjs.map +1 -0
  227. package/lib/labs/VBottomSheet/VBottomSheet.sass +37 -0
  228. package/lib/labs/VBottomSheet/_variables.scss +5 -0
  229. package/lib/labs/VBottomSheet/index.d.mts +871 -0
  230. package/lib/labs/VBottomSheet/index.mjs +2 -0
  231. package/lib/labs/VBottomSheet/index.mjs.map +1 -0
  232. package/lib/labs/VDataIterator/VDataIterator.mjs +160 -0
  233. package/lib/labs/VDataIterator/VDataIterator.mjs.map +1 -0
  234. package/lib/labs/VDataIterator/composables/items.mjs +37 -0
  235. package/lib/labs/VDataIterator/composables/items.mjs.map +1 -0
  236. package/lib/labs/VDataIterator/index.d.mts +704 -0
  237. package/lib/labs/VDataIterator/index.mjs +2 -0
  238. package/lib/labs/VDataIterator/index.mjs.map +1 -0
  239. package/lib/labs/VDataTable/VDataTable.mjs +58 -20
  240. package/lib/labs/VDataTable/VDataTable.mjs.map +1 -1
  241. package/lib/labs/VDataTable/VDataTableFooter.mjs.map +1 -1
  242. package/lib/labs/VDataTable/VDataTableGroupHeaderRow.mjs.map +1 -1
  243. package/lib/labs/VDataTable/VDataTableHeaders.mjs +17 -10
  244. package/lib/labs/VDataTable/VDataTableHeaders.mjs.map +1 -1
  245. package/lib/labs/VDataTable/VDataTableRows.mjs +1 -1
  246. package/lib/labs/VDataTable/VDataTableRows.mjs.map +1 -1
  247. package/lib/labs/VDataTable/VDataTableServer.mjs +50 -14
  248. package/lib/labs/VDataTable/VDataTableServer.mjs.map +1 -1
  249. package/lib/labs/VDataTable/VDataTableVirtual.mjs +50 -13
  250. package/lib/labs/VDataTable/VDataTableVirtual.mjs.map +1 -1
  251. package/lib/labs/VDataTable/composables/expand.mjs.map +1 -1
  252. package/lib/labs/VDataTable/composables/group.mjs +8 -6
  253. package/lib/labs/VDataTable/composables/group.mjs.map +1 -1
  254. package/lib/labs/VDataTable/composables/headers.mjs +2 -3
  255. package/lib/labs/VDataTable/composables/headers.mjs.map +1 -1
  256. package/lib/labs/VDataTable/composables/items.mjs +31 -32
  257. package/lib/labs/VDataTable/composables/items.mjs.map +1 -1
  258. package/lib/labs/VDataTable/composables/paginate.mjs +14 -2
  259. package/lib/labs/VDataTable/composables/paginate.mjs.map +1 -1
  260. package/lib/labs/VDataTable/composables/select.mjs +3 -3
  261. package/lib/labs/VDataTable/composables/select.mjs.map +1 -1
  262. package/lib/labs/VDataTable/composables/sort.mjs +17 -17
  263. package/lib/labs/VDataTable/composables/sort.mjs.map +1 -1
  264. package/lib/labs/VDataTable/composables/virtual.mjs.map +1 -1
  265. package/lib/labs/VDataTable/index.d.mts +9681 -0
  266. package/lib/labs/VDataTable/index.mjs +1 -1
  267. package/lib/labs/VDataTable/index.mjs.map +1 -1
  268. package/lib/labs/VDataTable/types.mjs.map +1 -1
  269. package/lib/labs/VInfiniteScroll/VInfiniteScroll.mjs.map +1 -1
  270. package/lib/labs/VInfiniteScroll/{index.d.ts → index.d.mts} +161 -54
  271. package/lib/labs/VSkeletonLoader/VSkeletonLoader.mjs.map +1 -1
  272. package/lib/labs/VSkeletonLoader/{index.d.ts → index.d.mts} +92 -31
  273. package/lib/labs/components.d.mts +11806 -0
  274. package/lib/labs/components.mjs +2 -0
  275. package/lib/labs/components.mjs.map +1 -1
  276. package/lib/labs/date/date.mjs.map +1 -1
  277. package/lib/labs/date/index.d.mts +70 -0
  278. package/lib/labs/date/index.mjs +1 -1
  279. package/lib/labs/date/index.mjs.map +1 -1
  280. package/lib/styles/settings/_variables.scss +3 -3
  281. package/lib/util/colorUtils.mjs +68 -3
  282. package/lib/util/colorUtils.mjs.map +1 -1
  283. package/lib/util/console.mjs +12 -81
  284. package/lib/util/console.mjs.map +1 -1
  285. package/lib/util/defineComponent.mjs.map +1 -1
  286. package/lib/util/helpers.mjs +4 -18
  287. package/lib/util/helpers.mjs.map +1 -1
  288. package/lib/util/propsFactory.mjs +2 -0
  289. package/lib/util/propsFactory.mjs.map +1 -1
  290. package/package.json +13 -9
  291. package/lib/components/VAutocomplete/index.d.ts +0 -2050
  292. package/lib/components/VBottomSheet/VBottomSheet.mjs +0 -29
  293. package/lib/components/VBottomSheet/VBottomSheet.mjs.map +0 -1
  294. package/lib/components/VBottomSheet/VBottomSheet.sass +0 -23
  295. package/lib/components/VBottomSheet/_variables.scss +0 -3
  296. package/lib/components/VBottomSheet/index.mjs +0 -4
  297. package/lib/components/VBottomSheet/index.mjs.map +0 -1
  298. package/lib/components/VChipGroup/index.d.ts +0 -280
  299. package/lib/components/VCombobox/index.d.ts +0 -2086
  300. package/lib/components/VData/VData.mjs +0 -374
  301. package/lib/components/VData/VData.mjs.map +0 -1
  302. package/lib/components/VData/index.mjs +0 -4
  303. package/lib/components/VData/index.mjs.map +0 -1
  304. package/lib/components/VDataIterator/VDataFooter.mjs +0 -194
  305. package/lib/components/VDataIterator/VDataFooter.mjs.map +0 -1
  306. package/lib/components/VDataIterator/VDataFooter.sass +0 -71
  307. package/lib/components/VDataIterator/VDataIterator.mjs +0 -316
  308. package/lib/components/VDataIterator/VDataIterator.mjs.map +0 -1
  309. package/lib/components/VDataIterator/_variables.scss +0 -13
  310. package/lib/components/VDataIterator/index.mjs +0 -10
  311. package/lib/components/VDataIterator/index.mjs.map +0 -1
  312. package/lib/components/VField/index.d.ts +0 -563
  313. package/lib/components/VForm/index.d.ts +0 -284
  314. package/lib/components/VItemGroup/index.d.ts +0 -396
  315. package/lib/components/VSelect/index.d.ts +0 -1981
  316. package/lib/components/VSelectionControl/index.d.ts +0 -387
  317. package/lib/components/VTextField/index.d.ts +0 -2061
  318. package/lib/components/VValidation/index.d.ts +0 -243
  319. package/lib/components/VVirtualScroll/index.d.ts +0 -197
  320. package/lib/composables/items.mjs.map +0 -1
  321. package/lib/labs/VDataTable/index.d.ts +0 -5415
  322. package/lib/labs/components.d.ts +0 -5945
  323. package/lib/labs/date/index.d.ts +0 -38
  324. /package/lib/components/VNoSsr/{index.d.ts → index.d.mts} +0 -0
  325. /package/lib/directives/{index.d.ts → index.d.mts} +0 -0
  326. /package/lib/iconsets/{fa-svg.d.ts → fa-svg.d.mts} +0 -0
  327. /package/lib/iconsets/{fa.d.ts → fa.d.mts} +0 -0
  328. /package/lib/iconsets/{fa4.d.ts → fa4.d.mts} +0 -0
  329. /package/lib/iconsets/{md.d.ts → md.d.mts} +0 -0
  330. /package/lib/iconsets/{mdi-svg.d.ts → mdi-svg.d.mts} +0 -0
  331. /package/lib/iconsets/{mdi.d.ts → mdi.d.mts} +0 -0
  332. /package/lib/labs/date/adapters/{vuetify.d.ts → vuetify.d.mts} +0 -0
  333. /package/lib/locale/adapters/{vue-i18n.d.ts → vue-i18n.d.mts} +0 -0
  334. /package/lib/locale/adapters/{vuetify.d.ts → vuetify.d.mts} +0 -0
  335. /package/lib/locale/{index.d.ts → index.d.mts} +0 -0
@@ -9,41 +9,74 @@ declare const VExpansionPanels: {
9
9
  new (...args: any[]): {
10
10
  $: vue.ComponentInternalInstance;
11
11
  $data: {};
12
- $props: Partial<{
13
- style: vue.StyleValue;
14
- disabled: boolean;
15
- multiple: boolean;
16
- readonly: boolean;
17
- tag: string;
18
- variant: "default" | "inset" | "accordion" | "popout";
19
- modelValue: any;
20
- }> & Omit<{
21
- style: vue.StyleValue;
22
- disabled: boolean;
23
- multiple: boolean;
24
- readonly: boolean;
25
- tag: string;
26
- variant: "default" | "inset" | "accordion" | "popout";
27
- } & {
12
+ $props: {
13
+ style?: vue.StyleValue | undefined;
14
+ disabled?: boolean | undefined;
15
+ multiple?: boolean | undefined;
16
+ readonly?: boolean | undefined;
17
+ tag?: string | undefined;
18
+ variant?: "default" | "inset" | "accordion" | "popout" | undefined;
19
+ modelValue?: any;
28
20
  max?: number | undefined;
21
+ key?: string | number | symbol | undefined;
29
22
  color?: string | undefined;
30
23
  class?: any;
31
24
  mandatory?: boolean | "force" | undefined;
32
- theme?: string | undefined;
33
- modelValue?: any;
34
- selectedClass?: string | undefined;
35
- } & {
36
25
  $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
37
26
  default?: (() => vue.VNodeChild) | undefined;
38
27
  };
28
+ ref?: vue.VNodeRef | undefined;
29
+ ref_for?: boolean | undefined;
30
+ ref_key?: string | undefined;
31
+ theme?: string | undefined;
32
+ "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
39
33
  'v-slots'?: {
40
34
  default?: false | (() => vue.VNodeChild) | undefined;
41
35
  } | undefined;
42
- } & {
43
- "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
44
- } & {
36
+ $slots?: {
37
+ default?: (() => vue.VNodeChild) | undefined;
38
+ } | undefined;
39
+ onVnodeBeforeMount?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
40
+ [key: string]: any;
41
+ }>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
42
+ [key: string]: any;
43
+ }>) => void)[] | undefined;
44
+ onVnodeMounted?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
45
+ [key: string]: any;
46
+ }>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
47
+ [key: string]: any;
48
+ }>) => void)[] | undefined;
49
+ onVnodeBeforeUpdate?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
50
+ [key: string]: any;
51
+ }>, oldVNode: vue.VNode<vue.RendererNode, vue.RendererElement, {
52
+ [key: string]: any;
53
+ }>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
54
+ [key: string]: any;
55
+ }>, oldVNode: vue.VNode<vue.RendererNode, vue.RendererElement, {
56
+ [key: string]: any;
57
+ }>) => void)[] | undefined;
58
+ onVnodeUpdated?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
59
+ [key: string]: any;
60
+ }>, oldVNode: vue.VNode<vue.RendererNode, vue.RendererElement, {
61
+ [key: string]: any;
62
+ }>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
63
+ [key: string]: any;
64
+ }>, oldVNode: vue.VNode<vue.RendererNode, vue.RendererElement, {
65
+ [key: string]: any;
66
+ }>) => void)[] | undefined;
67
+ onVnodeBeforeUnmount?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
68
+ [key: string]: any;
69
+ }>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
70
+ [key: string]: any;
71
+ }>) => void)[] | undefined;
72
+ onVnodeUnmounted?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
73
+ [key: string]: any;
74
+ }>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
75
+ [key: string]: any;
76
+ }>) => void)[] | undefined;
45
77
  "onUpdate:modelValue"?: ((val: unknown) => any) | undefined;
46
- } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "style" | "disabled" | "multiple" | "readonly" | "tag" | "variant" | "modelValue">;
78
+ selectedClass?: string | undefined;
79
+ };
47
80
  $attrs: {
48
81
  [x: string]: unknown;
49
82
  };
@@ -51,10 +84,12 @@ declare const VExpansionPanels: {
51
84
  [x: string]: unknown;
52
85
  };
53
86
  $slots: Readonly<{
54
- [name: string]: vue.Slot | undefined;
87
+ default?: (() => vue.VNode<vue.RendererNode, vue.RendererElement, {
88
+ [key: string]: any;
89
+ }>[]) | undefined;
55
90
  }>;
56
- $root: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
57
- $parent: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
91
+ $root: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
92
+ $parent: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
58
93
  $emit: (event: "update:modelValue", val: unknown) => void;
59
94
  $el: any;
60
95
  $options: vue.ComponentOptionsBase<{
@@ -81,6 +116,10 @@ declare const VExpansionPanels: {
81
116
  } | undefined;
82
117
  } & {
83
118
  "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
119
+ } & {
120
+ $slots?: {
121
+ default?: (() => vue.VNodeChild) | undefined;
122
+ } | undefined;
84
123
  } & {
85
124
  "onUpdate:modelValue"?: ((val: unknown) => any) | undefined;
86
125
  }, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
@@ -93,7 +132,11 @@ declare const VExpansionPanels: {
93
132
  tag: string;
94
133
  variant: "default" | "inset" | "accordion" | "popout";
95
134
  modelValue: any;
96
- }, {}, string> & {
135
+ }, {}, string, vue.SlotsType<Partial<{
136
+ default: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
137
+ [key: string]: any;
138
+ }>[];
139
+ }>>> & {
97
140
  beforeCreate?: ((() => void) | (() => void)[]) | undefined;
98
141
  created?: ((() => void) | (() => void)[]) | undefined;
99
142
  beforeMount?: ((() => void) | (() => void)[]) | undefined;
@@ -108,7 +151,7 @@ declare const VExpansionPanels: {
108
151
  unmounted?: ((() => void) | (() => void)[]) | undefined;
109
152
  renderTracked?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
110
153
  renderTriggered?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
111
- errorCaptured?: (((err: unknown, instance: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null, info: string) => boolean | void) | ((err: unknown, instance: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null, info: string) => boolean | void)[]) | undefined;
154
+ errorCaptured?: (((err: unknown, instance: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null, info: string) => boolean | void) | ((err: unknown, instance: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null, info: string) => boolean | void)[]) | undefined;
112
155
  };
113
156
  $forceUpdate: () => void;
114
157
  $nextTick: typeof vue.nextTick;
@@ -137,6 +180,10 @@ declare const VExpansionPanels: {
137
180
  } | undefined;
138
181
  } & {
139
182
  "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
183
+ } & {
184
+ $slots?: {
185
+ default?: (() => vue.VNodeChild) | undefined;
186
+ } | undefined;
140
187
  } & {
141
188
  "onUpdate:modelValue"?: ((val: unknown) => any) | undefined;
142
189
  } & vue.ShallowUnwrapRef<{}> & {} & vue.ComponentCustomProperties & {};
@@ -167,6 +214,10 @@ declare const VExpansionPanels: {
167
214
  } | undefined;
168
215
  } & {
169
216
  "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
217
+ } & {
218
+ $slots?: {
219
+ default?: (() => vue.VNodeChild) | undefined;
220
+ } | undefined;
170
221
  } & {
171
222
  "onUpdate:modelValue"?: ((val: unknown) => any) | undefined;
172
223
  }, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
@@ -179,7 +230,11 @@ declare const VExpansionPanels: {
179
230
  tag: string;
180
231
  variant: "default" | "inset" | "accordion" | "popout";
181
232
  modelValue: any;
182
- }, {}, string> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
233
+ }, {}, string, vue.SlotsType<Partial<{
234
+ default: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
235
+ [key: string]: any;
236
+ }>[];
237
+ }>>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
183
238
  theme: StringConstructor;
184
239
  tag: {
185
240
  type: StringConstructor;
@@ -243,57 +298,89 @@ declare const VExpansionPanel: {
243
298
  new (...args: any[]): {
244
299
  $: vue.ComponentInternalInstance;
245
300
  $data: {};
246
- $props: Partial<{
247
- style: vue.StyleValue;
248
- eager: boolean;
249
- disabled: boolean;
250
- readonly: boolean;
251
- tag: string;
252
- rounded: string | number | boolean;
253
- ripple: boolean | Record<string, any>;
254
- collapseIcon: IconValue;
255
- expandIcon: IconValue;
256
- hideActions: boolean;
257
- }> & Omit<{
258
- style: vue.StyleValue;
259
- eager: boolean;
260
- disabled: boolean;
261
- readonly: boolean;
262
- tag: string;
263
- ripple: boolean | Record<string, any>;
264
- collapseIcon: IconValue;
265
- expandIcon: IconValue;
266
- hideActions: boolean;
267
- } & {
301
+ $props: {
302
+ style?: vue.StyleValue | undefined;
303
+ eager?: boolean | undefined;
304
+ disabled?: boolean | undefined;
305
+ readonly?: boolean | undefined;
306
+ tag?: string | undefined;
307
+ rounded?: string | number | boolean | undefined;
308
+ ripple?: boolean | Record<string, any> | undefined;
309
+ collapseIcon?: IconValue | undefined;
310
+ expandIcon?: IconValue | undefined;
311
+ hideActions?: boolean | undefined;
312
+ key?: string | number | symbol | undefined;
268
313
  color?: string | undefined;
269
314
  value?: any;
270
315
  title?: string | undefined;
271
316
  text?: string | undefined;
272
317
  class?: any;
273
- elevation?: string | number | undefined;
274
- rounded?: string | number | boolean | undefined;
275
- selectedClass?: string | undefined;
276
- bgColor?: string | undefined;
277
- } & {
278
318
  $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
279
319
  default?: (() => vue.VNodeChild) | undefined;
280
320
  title?: (() => vue.VNodeChild) | undefined;
281
321
  text?: (() => vue.VNodeChild) | undefined;
282
322
  };
323
+ elevation?: string | number | undefined;
324
+ ref?: vue.VNodeRef | undefined;
325
+ ref_for?: boolean | undefined;
326
+ ref_key?: string | undefined;
327
+ "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
283
328
  'v-slots'?: {
284
329
  default?: false | (() => vue.VNodeChild) | undefined;
285
330
  title?: false | (() => vue.VNodeChild) | undefined;
286
331
  text?: false | (() => vue.VNodeChild) | undefined;
287
332
  } | undefined;
288
- } & {
289
- "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
290
- "v-slot:title"?: false | (() => vue.VNodeChild) | undefined;
333
+ $slots?: {
334
+ default?: (() => vue.VNodeChild) | undefined;
335
+ title?: (() => vue.VNodeChild) | undefined;
336
+ text?: (() => vue.VNodeChild) | undefined;
337
+ } | undefined;
338
+ onVnodeBeforeMount?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
339
+ [key: string]: any;
340
+ }>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
341
+ [key: string]: any;
342
+ }>) => void)[] | undefined;
343
+ onVnodeMounted?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
344
+ [key: string]: any;
345
+ }>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
346
+ [key: string]: any;
347
+ }>) => void)[] | undefined;
348
+ onVnodeBeforeUpdate?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
349
+ [key: string]: any;
350
+ }>, oldVNode: vue.VNode<vue.RendererNode, vue.RendererElement, {
351
+ [key: string]: any;
352
+ }>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
353
+ [key: string]: any;
354
+ }>, oldVNode: vue.VNode<vue.RendererNode, vue.RendererElement, {
355
+ [key: string]: any;
356
+ }>) => void)[] | undefined;
357
+ onVnodeUpdated?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
358
+ [key: string]: any;
359
+ }>, oldVNode: vue.VNode<vue.RendererNode, vue.RendererElement, {
360
+ [key: string]: any;
361
+ }>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
362
+ [key: string]: any;
363
+ }>, oldVNode: vue.VNode<vue.RendererNode, vue.RendererElement, {
364
+ [key: string]: any;
365
+ }>) => void)[] | undefined;
366
+ onVnodeBeforeUnmount?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
367
+ [key: string]: any;
368
+ }>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
369
+ [key: string]: any;
370
+ }>) => void)[] | undefined;
371
+ onVnodeUnmounted?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
372
+ [key: string]: any;
373
+ }>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
374
+ [key: string]: any;
375
+ }>) => void)[] | undefined;
291
376
  "v-slot:text"?: false | (() => vue.VNodeChild) | undefined;
292
- } & {
377
+ "v-slot:title"?: false | (() => vue.VNodeChild) | undefined;
378
+ selectedClass?: string | undefined;
293
379
  "onGroup:selected"?: ((val: {
294
380
  value: boolean;
295
381
  }) => any) | undefined;
296
- } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "style" | "eager" | "disabled" | "readonly" | "tag" | "rounded" | "ripple" | "collapseIcon" | "expandIcon" | "hideActions">;
382
+ bgColor?: string | undefined;
383
+ };
297
384
  $attrs: {
298
385
  [x: string]: unknown;
299
386
  };
@@ -301,10 +388,18 @@ declare const VExpansionPanel: {
301
388
  [x: string]: unknown;
302
389
  };
303
390
  $slots: Readonly<{
304
- [name: string]: vue.Slot | undefined;
391
+ default?: (() => vue.VNode<vue.RendererNode, vue.RendererElement, {
392
+ [key: string]: any;
393
+ }>[]) | undefined;
394
+ title?: (() => vue.VNode<vue.RendererNode, vue.RendererElement, {
395
+ [key: string]: any;
396
+ }>[]) | undefined;
397
+ text?: (() => vue.VNode<vue.RendererNode, vue.RendererElement, {
398
+ [key: string]: any;
399
+ }>[]) | undefined;
305
400
  }>;
306
- $root: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
307
- $parent: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
401
+ $root: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
402
+ $parent: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
308
403
  $emit: (event: "group:selected", val: {
309
404
  value: boolean;
310
405
  }) => void;
@@ -344,6 +439,12 @@ declare const VExpansionPanel: {
344
439
  "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
345
440
  "v-slot:title"?: false | (() => vue.VNodeChild) | undefined;
346
441
  "v-slot:text"?: false | (() => vue.VNodeChild) | undefined;
442
+ } & {
443
+ $slots?: {
444
+ default?: (() => vue.VNodeChild) | undefined;
445
+ title?: (() => vue.VNodeChild) | undefined;
446
+ text?: (() => vue.VNodeChild) | undefined;
447
+ } | undefined;
347
448
  } & {
348
449
  "onGroup:selected"?: ((val: {
349
450
  value: boolean;
@@ -363,7 +464,17 @@ declare const VExpansionPanel: {
363
464
  collapseIcon: IconValue;
364
465
  expandIcon: IconValue;
365
466
  hideActions: boolean;
366
- }, {}, string> & {
467
+ }, {}, string, vue.SlotsType<Partial<{
468
+ default: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
469
+ [key: string]: any;
470
+ }>[];
471
+ title: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
472
+ [key: string]: any;
473
+ }>[];
474
+ text: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
475
+ [key: string]: any;
476
+ }>[];
477
+ }>>> & {
367
478
  beforeCreate?: ((() => void) | (() => void)[]) | undefined;
368
479
  created?: ((() => void) | (() => void)[]) | undefined;
369
480
  beforeMount?: ((() => void) | (() => void)[]) | undefined;
@@ -378,7 +489,7 @@ declare const VExpansionPanel: {
378
489
  unmounted?: ((() => void) | (() => void)[]) | undefined;
379
490
  renderTracked?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
380
491
  renderTriggered?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
381
- errorCaptured?: (((err: unknown, instance: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null, info: string) => boolean | void) | ((err: unknown, instance: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null, info: string) => boolean | void)[]) | undefined;
492
+ errorCaptured?: (((err: unknown, instance: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null, info: string) => boolean | void) | ((err: unknown, instance: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null, info: string) => boolean | void)[]) | undefined;
382
493
  };
383
494
  $forceUpdate: () => void;
384
495
  $nextTick: typeof vue.nextTick;
@@ -418,6 +529,12 @@ declare const VExpansionPanel: {
418
529
  "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
419
530
  "v-slot:title"?: false | (() => vue.VNodeChild) | undefined;
420
531
  "v-slot:text"?: false | (() => vue.VNodeChild) | undefined;
532
+ } & {
533
+ $slots?: {
534
+ default?: (() => vue.VNodeChild) | undefined;
535
+ title?: (() => vue.VNodeChild) | undefined;
536
+ text?: (() => vue.VNodeChild) | undefined;
537
+ } | undefined;
421
538
  } & {
422
539
  "onGroup:selected"?: ((val: {
423
540
  value: boolean;
@@ -461,6 +578,12 @@ declare const VExpansionPanel: {
461
578
  "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
462
579
  "v-slot:title"?: false | (() => vue.VNodeChild) | undefined;
463
580
  "v-slot:text"?: false | (() => vue.VNodeChild) | undefined;
581
+ } & {
582
+ $slots?: {
583
+ default?: (() => vue.VNodeChild) | undefined;
584
+ title?: (() => vue.VNodeChild) | undefined;
585
+ text?: (() => vue.VNodeChild) | undefined;
586
+ } | undefined;
464
587
  } & {
465
588
  "onGroup:selected"?: ((val: {
466
589
  value: boolean;
@@ -480,7 +603,17 @@ declare const VExpansionPanel: {
480
603
  collapseIcon: IconValue;
481
604
  expandIcon: IconValue;
482
605
  hideActions: boolean;
483
- }, {}, string> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
606
+ }, {}, string, vue.SlotsType<Partial<{
607
+ default: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
608
+ [key: string]: any;
609
+ }>[];
610
+ title: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
611
+ [key: string]: any;
612
+ }>[];
613
+ text: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
614
+ [key: string]: any;
615
+ }>[];
616
+ }>>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
484
617
  class: vue.PropType<any>;
485
618
  style: {
486
619
  type: vue.PropType<vue.StyleValue>;
@@ -567,24 +700,63 @@ declare const VExpansionPanelText: {
567
700
  new (...args: any[]): {
568
701
  $: vue.ComponentInternalInstance;
569
702
  $data: {};
570
- $props: Partial<{
571
- style: vue.StyleValue;
572
- eager: boolean;
573
- }> & Omit<{
574
- style: vue.StyleValue;
575
- eager: boolean;
576
- } & {
703
+ $props: {
704
+ style?: vue.StyleValue | undefined;
705
+ eager?: boolean | undefined;
706
+ key?: string | number | symbol | undefined;
577
707
  class?: any;
578
- } & {
579
708
  $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
580
709
  default?: (() => vue.VNodeChild) | undefined;
581
710
  };
711
+ ref?: vue.VNodeRef | undefined;
712
+ ref_for?: boolean | undefined;
713
+ ref_key?: string | undefined;
714
+ "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
582
715
  'v-slots'?: {
583
716
  default?: false | (() => vue.VNodeChild) | undefined;
584
717
  } | undefined;
585
- } & {
586
- "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
587
- } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "style" | "eager">;
718
+ $slots?: {
719
+ default?: (() => vue.VNodeChild) | undefined;
720
+ } | undefined;
721
+ onVnodeBeforeMount?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
722
+ [key: string]: any;
723
+ }>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
724
+ [key: string]: any;
725
+ }>) => void)[] | undefined;
726
+ onVnodeMounted?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
727
+ [key: string]: any;
728
+ }>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
729
+ [key: string]: any;
730
+ }>) => void)[] | undefined;
731
+ onVnodeBeforeUpdate?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
732
+ [key: string]: any;
733
+ }>, oldVNode: vue.VNode<vue.RendererNode, vue.RendererElement, {
734
+ [key: string]: any;
735
+ }>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
736
+ [key: string]: any;
737
+ }>, oldVNode: vue.VNode<vue.RendererNode, vue.RendererElement, {
738
+ [key: string]: any;
739
+ }>) => void)[] | undefined;
740
+ onVnodeUpdated?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
741
+ [key: string]: any;
742
+ }>, oldVNode: vue.VNode<vue.RendererNode, vue.RendererElement, {
743
+ [key: string]: any;
744
+ }>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
745
+ [key: string]: any;
746
+ }>, oldVNode: vue.VNode<vue.RendererNode, vue.RendererElement, {
747
+ [key: string]: any;
748
+ }>) => void)[] | undefined;
749
+ onVnodeBeforeUnmount?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
750
+ [key: string]: any;
751
+ }>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
752
+ [key: string]: any;
753
+ }>) => void)[] | undefined;
754
+ onVnodeUnmounted?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
755
+ [key: string]: any;
756
+ }>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
757
+ [key: string]: any;
758
+ }>) => void)[] | undefined;
759
+ };
588
760
  $attrs: {
589
761
  [x: string]: unknown;
590
762
  };
@@ -592,10 +764,12 @@ declare const VExpansionPanelText: {
592
764
  [x: string]: unknown;
593
765
  };
594
766
  $slots: Readonly<{
595
- [name: string]: vue.Slot | undefined;
767
+ default?: (() => vue.VNode<vue.RendererNode, vue.RendererElement, {
768
+ [key: string]: any;
769
+ }>[]) | undefined;
596
770
  }>;
597
- $root: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
598
- $parent: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
771
+ $root: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
772
+ $parent: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
599
773
  $emit: (event: string, ...args: any[]) => void;
600
774
  $el: any;
601
775
  $options: vue.ComponentOptionsBase<{
@@ -612,10 +786,18 @@ declare const VExpansionPanelText: {
612
786
  } | undefined;
613
787
  } & {
614
788
  "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
789
+ } & {
790
+ $slots?: {
791
+ default?: (() => vue.VNodeChild) | undefined;
792
+ } | undefined;
615
793
  }, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {
616
794
  style: vue.StyleValue;
617
795
  eager: boolean;
618
- }, {}, string> & {
796
+ }, {}, string, vue.SlotsType<Partial<{
797
+ default: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
798
+ [key: string]: any;
799
+ }>[];
800
+ }>>> & {
619
801
  beforeCreate?: ((() => void) | (() => void)[]) | undefined;
620
802
  created?: ((() => void) | (() => void)[]) | undefined;
621
803
  beforeMount?: ((() => void) | (() => void)[]) | undefined;
@@ -630,7 +812,7 @@ declare const VExpansionPanelText: {
630
812
  unmounted?: ((() => void) | (() => void)[]) | undefined;
631
813
  renderTracked?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
632
814
  renderTriggered?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
633
- errorCaptured?: (((err: unknown, instance: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null, info: string) => boolean | void) | ((err: unknown, instance: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null, info: string) => boolean | void)[]) | undefined;
815
+ errorCaptured?: (((err: unknown, instance: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null, info: string) => boolean | void) | ((err: unknown, instance: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null, info: string) => boolean | void)[]) | undefined;
634
816
  };
635
817
  $forceUpdate: () => void;
636
818
  $nextTick: typeof vue.nextTick;
@@ -649,6 +831,10 @@ declare const VExpansionPanelText: {
649
831
  } | undefined;
650
832
  } & {
651
833
  "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
834
+ } & {
835
+ $slots?: {
836
+ default?: (() => vue.VNodeChild) | undefined;
837
+ } | undefined;
652
838
  } & vue.ShallowUnwrapRef<{}> & {} & vue.ComponentCustomProperties & {};
653
839
  __isFragment?: undefined;
654
840
  __isTeleport?: undefined;
@@ -667,10 +853,18 @@ declare const VExpansionPanelText: {
667
853
  } | undefined;
668
854
  } & {
669
855
  "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
856
+ } & {
857
+ $slots?: {
858
+ default?: (() => vue.VNodeChild) | undefined;
859
+ } | undefined;
670
860
  }, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {
671
861
  style: vue.StyleValue;
672
862
  eager: boolean;
673
- }, {}, string> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
863
+ }, {}, string, vue.SlotsType<Partial<{
864
+ default: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
865
+ [key: string]: any;
866
+ }>[];
867
+ }>>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
674
868
  eager: BooleanConstructor;
675
869
  class: vue.PropType<any>;
676
870
  style: {
@@ -698,36 +892,72 @@ declare const VExpansionPanelTitle: {
698
892
  new (...args: any[]): {
699
893
  $: vue.ComponentInternalInstance;
700
894
  $data: {};
701
- $props: Partial<{
702
- style: vue.StyleValue;
703
- readonly: boolean;
704
- ripple: boolean | Record<string, any>;
705
- collapseIcon: IconValue;
706
- expandIcon: IconValue;
707
- hideActions: boolean;
708
- }> & Omit<{
709
- style: vue.StyleValue;
710
- readonly: boolean;
711
- ripple: boolean | Record<string, any>;
712
- collapseIcon: IconValue;
713
- expandIcon: IconValue;
714
- hideActions: boolean;
715
- } & {
895
+ $props: {
896
+ style?: vue.StyleValue | undefined;
897
+ readonly?: boolean | undefined;
898
+ ripple?: boolean | Record<string, any> | undefined;
899
+ collapseIcon?: IconValue | undefined;
900
+ expandIcon?: IconValue | undefined;
901
+ hideActions?: boolean | undefined;
902
+ key?: string | number | symbol | undefined;
716
903
  color?: string | undefined;
717
904
  class?: any;
718
- } & {
719
905
  $children?: vue.VNodeChild | {
720
906
  default?: ((args_0: ExpansionPanelTitleSlot) => vue.VNodeChild) | undefined;
721
907
  actions?: ((args_0: ExpansionPanelTitleSlot) => vue.VNodeChild) | undefined;
722
908
  } | ((args_0: ExpansionPanelTitleSlot) => vue.VNodeChild);
909
+ ref?: vue.VNodeRef | undefined;
910
+ ref_for?: boolean | undefined;
911
+ ref_key?: string | undefined;
912
+ "v-slot:default"?: false | ((args_0: ExpansionPanelTitleSlot) => vue.VNodeChild) | undefined;
723
913
  'v-slots'?: {
724
914
  default?: false | ((args_0: ExpansionPanelTitleSlot) => vue.VNodeChild) | undefined;
725
915
  actions?: false | ((args_0: ExpansionPanelTitleSlot) => vue.VNodeChild) | undefined;
726
916
  } | undefined;
727
- } & {
728
- "v-slot:default"?: false | ((args_0: ExpansionPanelTitleSlot) => vue.VNodeChild) | undefined;
917
+ $slots?: {
918
+ default?: ((args_0: ExpansionPanelTitleSlot) => vue.VNodeChild) | undefined;
919
+ actions?: ((args_0: ExpansionPanelTitleSlot) => vue.VNodeChild) | undefined;
920
+ } | undefined;
921
+ onVnodeBeforeMount?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
922
+ [key: string]: any;
923
+ }>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
924
+ [key: string]: any;
925
+ }>) => void)[] | undefined;
926
+ onVnodeMounted?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
927
+ [key: string]: any;
928
+ }>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
929
+ [key: string]: any;
930
+ }>) => void)[] | undefined;
931
+ onVnodeBeforeUpdate?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
932
+ [key: string]: any;
933
+ }>, oldVNode: vue.VNode<vue.RendererNode, vue.RendererElement, {
934
+ [key: string]: any;
935
+ }>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
936
+ [key: string]: any;
937
+ }>, oldVNode: vue.VNode<vue.RendererNode, vue.RendererElement, {
938
+ [key: string]: any;
939
+ }>) => void)[] | undefined;
940
+ onVnodeUpdated?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
941
+ [key: string]: any;
942
+ }>, oldVNode: vue.VNode<vue.RendererNode, vue.RendererElement, {
943
+ [key: string]: any;
944
+ }>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
945
+ [key: string]: any;
946
+ }>, oldVNode: vue.VNode<vue.RendererNode, vue.RendererElement, {
947
+ [key: string]: any;
948
+ }>) => void)[] | undefined;
949
+ onVnodeBeforeUnmount?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
950
+ [key: string]: any;
951
+ }>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
952
+ [key: string]: any;
953
+ }>) => void)[] | undefined;
954
+ onVnodeUnmounted?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
955
+ [key: string]: any;
956
+ }>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
957
+ [key: string]: any;
958
+ }>) => void)[] | undefined;
729
959
  "v-slot:actions"?: false | ((args_0: ExpansionPanelTitleSlot) => vue.VNodeChild) | undefined;
730
- } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "style" | "readonly" | "ripple" | "collapseIcon" | "expandIcon" | "hideActions">;
960
+ };
731
961
  $attrs: {
732
962
  [x: string]: unknown;
733
963
  };
@@ -735,10 +965,15 @@ declare const VExpansionPanelTitle: {
735
965
  [x: string]: unknown;
736
966
  };
737
967
  $slots: Readonly<{
738
- [name: string]: vue.Slot | undefined;
968
+ default?: ((args_0: ExpansionPanelTitleSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
969
+ [key: string]: any;
970
+ }>[]) | undefined;
971
+ actions?: ((args_0: ExpansionPanelTitleSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
972
+ [key: string]: any;
973
+ }>[]) | undefined;
739
974
  }>;
740
- $root: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
741
- $parent: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
975
+ $root: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
976
+ $parent: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
742
977
  $emit: (event: string, ...args: any[]) => void;
743
978
  $el: any;
744
979
  $options: vue.ComponentOptionsBase<{
@@ -763,6 +998,11 @@ declare const VExpansionPanelTitle: {
763
998
  } & {
764
999
  "v-slot:default"?: false | ((args_0: ExpansionPanelTitleSlot) => vue.VNodeChild) | undefined;
765
1000
  "v-slot:actions"?: false | ((args_0: ExpansionPanelTitleSlot) => vue.VNodeChild) | undefined;
1001
+ } & {
1002
+ $slots?: {
1003
+ default?: ((args_0: ExpansionPanelTitleSlot) => vue.VNodeChild) | undefined;
1004
+ actions?: ((args_0: ExpansionPanelTitleSlot) => vue.VNodeChild) | undefined;
1005
+ } | undefined;
766
1006
  }, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {
767
1007
  style: vue.StyleValue;
768
1008
  readonly: boolean;
@@ -770,7 +1010,14 @@ declare const VExpansionPanelTitle: {
770
1010
  collapseIcon: IconValue;
771
1011
  expandIcon: IconValue;
772
1012
  hideActions: boolean;
773
- }, {}, string> & {
1013
+ }, {}, string, vue.SlotsType<Partial<{
1014
+ default: (args_0: ExpansionPanelTitleSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
1015
+ [key: string]: any;
1016
+ }>[];
1017
+ actions: (args_0: ExpansionPanelTitleSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
1018
+ [key: string]: any;
1019
+ }>[];
1020
+ }>>> & {
774
1021
  beforeCreate?: ((() => void) | (() => void)[]) | undefined;
775
1022
  created?: ((() => void) | (() => void)[]) | undefined;
776
1023
  beforeMount?: ((() => void) | (() => void)[]) | undefined;
@@ -785,7 +1032,7 @@ declare const VExpansionPanelTitle: {
785
1032
  unmounted?: ((() => void) | (() => void)[]) | undefined;
786
1033
  renderTracked?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
787
1034
  renderTriggered?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
788
- errorCaptured?: (((err: unknown, instance: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null, info: string) => boolean | void) | ((err: unknown, instance: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null, info: string) => boolean | void)[]) | undefined;
1035
+ errorCaptured?: (((err: unknown, instance: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null, info: string) => boolean | void) | ((err: unknown, instance: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null, info: string) => boolean | void)[]) | undefined;
789
1036
  };
790
1037
  $forceUpdate: () => void;
791
1038
  $nextTick: typeof vue.nextTick;
@@ -812,6 +1059,11 @@ declare const VExpansionPanelTitle: {
812
1059
  } & {
813
1060
  "v-slot:default"?: false | ((args_0: ExpansionPanelTitleSlot) => vue.VNodeChild) | undefined;
814
1061
  "v-slot:actions"?: false | ((args_0: ExpansionPanelTitleSlot) => vue.VNodeChild) | undefined;
1062
+ } & {
1063
+ $slots?: {
1064
+ default?: ((args_0: ExpansionPanelTitleSlot) => vue.VNodeChild) | undefined;
1065
+ actions?: ((args_0: ExpansionPanelTitleSlot) => vue.VNodeChild) | undefined;
1066
+ } | undefined;
815
1067
  } & vue.ShallowUnwrapRef<{}> & {} & vue.ComponentCustomProperties & {};
816
1068
  __isFragment?: undefined;
817
1069
  __isTeleport?: undefined;
@@ -838,6 +1090,11 @@ declare const VExpansionPanelTitle: {
838
1090
  } & {
839
1091
  "v-slot:default"?: false | ((args_0: ExpansionPanelTitleSlot) => vue.VNodeChild) | undefined;
840
1092
  "v-slot:actions"?: false | ((args_0: ExpansionPanelTitleSlot) => vue.VNodeChild) | undefined;
1093
+ } & {
1094
+ $slots?: {
1095
+ default?: ((args_0: ExpansionPanelTitleSlot) => vue.VNodeChild) | undefined;
1096
+ actions?: ((args_0: ExpansionPanelTitleSlot) => vue.VNodeChild) | undefined;
1097
+ } | undefined;
841
1098
  }, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {
842
1099
  style: vue.StyleValue;
843
1100
  readonly: boolean;
@@ -845,7 +1102,14 @@ declare const VExpansionPanelTitle: {
845
1102
  collapseIcon: IconValue;
846
1103
  expandIcon: IconValue;
847
1104
  hideActions: boolean;
848
- }, {}, string> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
1105
+ }, {}, string, vue.SlotsType<Partial<{
1106
+ default: (args_0: ExpansionPanelTitleSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
1107
+ [key: string]: any;
1108
+ }>[];
1109
+ actions: (args_0: ExpansionPanelTitleSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
1110
+ [key: string]: any;
1111
+ }>[];
1112
+ }>>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
849
1113
  class: vue.PropType<any>;
850
1114
  style: {
851
1115
  type: vue.PropType<vue.StyleValue>;