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,24 +9,63 @@ declare const VKbd: {
9
9
  new (...args: any[]): {
10
10
  $: vue.ComponentInternalInstance;
11
11
  $data: {};
12
- $props: Partial<{
13
- style: vue.StyleValue;
14
- tag: string;
15
- }> & Omit<{
16
- style: vue.StyleValue;
17
- tag: string;
18
- } & {
12
+ $props: {
13
+ style?: vue.StyleValue | undefined;
14
+ tag?: string | undefined;
15
+ key?: string | number | symbol | undefined;
19
16
  class?: any;
20
- } & {
21
17
  $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
22
18
  default?: (() => vue.VNodeChild) | undefined;
23
19
  };
20
+ ref?: vue.VNodeRef | undefined;
21
+ ref_for?: boolean | undefined;
22
+ ref_key?: string | undefined;
23
+ "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
24
24
  'v-slots'?: {
25
25
  default?: false | (() => vue.VNodeChild) | undefined;
26
26
  } | undefined;
27
- } & {
28
- "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
29
- } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "style" | "tag">;
27
+ $slots?: {
28
+ default?: (() => vue.VNodeChild) | undefined;
29
+ } | undefined;
30
+ onVnodeBeforeMount?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
31
+ [key: string]: any;
32
+ }>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
33
+ [key: string]: any;
34
+ }>) => void)[] | undefined;
35
+ onVnodeMounted?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
36
+ [key: string]: any;
37
+ }>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
38
+ [key: string]: any;
39
+ }>) => void)[] | undefined;
40
+ onVnodeBeforeUpdate?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
41
+ [key: string]: any;
42
+ }>, oldVNode: vue.VNode<vue.RendererNode, vue.RendererElement, {
43
+ [key: string]: any;
44
+ }>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
45
+ [key: string]: any;
46
+ }>, oldVNode: vue.VNode<vue.RendererNode, vue.RendererElement, {
47
+ [key: string]: any;
48
+ }>) => void)[] | undefined;
49
+ onVnodeUpdated?: ((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
+ onVnodeBeforeUnmount?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
59
+ [key: string]: any;
60
+ }>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
61
+ [key: string]: any;
62
+ }>) => void)[] | undefined;
63
+ onVnodeUnmounted?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
64
+ [key: string]: any;
65
+ }>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
66
+ [key: string]: any;
67
+ }>) => void)[] | undefined;
68
+ };
30
69
  $attrs: {
31
70
  [x: string]: unknown;
32
71
  };
@@ -34,10 +73,12 @@ declare const VKbd: {
34
73
  [x: string]: unknown;
35
74
  };
36
75
  $slots: Readonly<{
37
- [name: string]: vue.Slot | undefined;
76
+ default?: (() => vue.VNode<vue.RendererNode, vue.RendererElement, {
77
+ [key: string]: any;
78
+ }>[]) | undefined;
38
79
  }>;
39
- $root: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
40
- $parent: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
80
+ $root: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
81
+ $parent: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
41
82
  $emit: (event: string, ...args: any[]) => void;
42
83
  $el: any;
43
84
  $options: vue.ComponentOptionsBase<{
@@ -54,12 +95,20 @@ declare const VKbd: {
54
95
  } | undefined;
55
96
  } & {
56
97
  "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
98
+ } & {
99
+ $slots?: {
100
+ default?: (() => vue.VNodeChild) | undefined;
101
+ } | undefined;
57
102
  }, () => vue.VNode<vue.RendererNode, vue.RendererElement, {
58
103
  [key: string]: any;
59
104
  }>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {
60
105
  style: vue.StyleValue;
61
106
  tag: string;
62
- }, {}, string> & {
107
+ }, {}, string, vue.SlotsType<Partial<{
108
+ default: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
109
+ [key: string]: any;
110
+ }>[];
111
+ }>>> & {
63
112
  beforeCreate?: ((() => void) | (() => void)[]) | undefined;
64
113
  created?: ((() => void) | (() => void)[]) | undefined;
65
114
  beforeMount?: ((() => void) | (() => void)[]) | undefined;
@@ -74,7 +123,7 @@ declare const VKbd: {
74
123
  unmounted?: ((() => void) | (() => void)[]) | undefined;
75
124
  renderTracked?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
76
125
  renderTriggered?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
77
- 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;
126
+ 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;
78
127
  };
79
128
  $forceUpdate: () => void;
80
129
  $nextTick: typeof vue.nextTick;
@@ -93,6 +142,10 @@ declare const VKbd: {
93
142
  } | undefined;
94
143
  } & {
95
144
  "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
145
+ } & {
146
+ $slots?: {
147
+ default?: (() => vue.VNodeChild) | undefined;
148
+ } | undefined;
96
149
  } & vue.ShallowUnwrapRef<() => vue.VNode<vue.RendererNode, vue.RendererElement, {
97
150
  [key: string]: any;
98
151
  }>> & {} & vue.ComponentCustomProperties & {};
@@ -113,12 +166,20 @@ declare const VKbd: {
113
166
  } | undefined;
114
167
  } & {
115
168
  "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
169
+ } & {
170
+ $slots?: {
171
+ default?: (() => vue.VNodeChild) | undefined;
172
+ } | undefined;
116
173
  }, () => vue.VNode<vue.RendererNode, vue.RendererElement, {
117
174
  [key: string]: any;
118
175
  }>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {
119
176
  style: vue.StyleValue;
120
177
  tag: string;
121
- }, {}, string> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
178
+ }, {}, string, vue.SlotsType<Partial<{
179
+ default: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
180
+ [key: string]: any;
181
+ }>[];
182
+ }>>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
122
183
  class: vue.PropType<any>;
123
184
  style: {
124
185
  type: vue.PropType<vue.StyleValue>;
@@ -9,26 +9,65 @@ declare const VLabel: {
9
9
  new (...args: any[]): {
10
10
  $: vue.ComponentInternalInstance;
11
11
  $data: {};
12
- $props: Partial<{
13
- style: vue.StyleValue;
14
- clickable: boolean;
15
- }> & Omit<{
16
- style: vue.StyleValue;
17
- clickable: boolean;
18
- } & {
12
+ $props: {
13
+ style?: vue.StyleValue | undefined;
14
+ clickable?: boolean | undefined;
15
+ key?: string | number | symbol | undefined;
19
16
  text?: string | undefined;
20
17
  class?: any;
21
- theme?: string | undefined;
22
- } & {
23
18
  $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
24
19
  default?: (() => vue.VNodeChild) | undefined;
25
20
  };
21
+ ref?: vue.VNodeRef | undefined;
22
+ ref_for?: boolean | undefined;
23
+ ref_key?: string | undefined;
24
+ theme?: string | undefined;
25
+ "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
26
26
  'v-slots'?: {
27
27
  default?: false | (() => vue.VNodeChild) | undefined;
28
28
  } | undefined;
29
- } & {
30
- "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
31
- } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "style" | "clickable">;
29
+ $slots?: {
30
+ default?: (() => vue.VNodeChild) | undefined;
31
+ } | undefined;
32
+ onVnodeBeforeMount?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
33
+ [key: string]: any;
34
+ }>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
35
+ [key: string]: any;
36
+ }>) => void)[] | undefined;
37
+ onVnodeMounted?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
38
+ [key: string]: any;
39
+ }>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
40
+ [key: string]: any;
41
+ }>) => void)[] | undefined;
42
+ onVnodeBeforeUpdate?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
43
+ [key: string]: any;
44
+ }>, oldVNode: vue.VNode<vue.RendererNode, vue.RendererElement, {
45
+ [key: string]: any;
46
+ }>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
47
+ [key: string]: any;
48
+ }>, oldVNode: vue.VNode<vue.RendererNode, vue.RendererElement, {
49
+ [key: string]: any;
50
+ }>) => void)[] | undefined;
51
+ onVnodeUpdated?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
52
+ [key: string]: any;
53
+ }>, oldVNode: vue.VNode<vue.RendererNode, vue.RendererElement, {
54
+ [key: string]: any;
55
+ }>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
56
+ [key: string]: any;
57
+ }>, oldVNode: vue.VNode<vue.RendererNode, vue.RendererElement, {
58
+ [key: string]: any;
59
+ }>) => void)[] | undefined;
60
+ onVnodeBeforeUnmount?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
61
+ [key: string]: any;
62
+ }>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
63
+ [key: string]: any;
64
+ }>) => void)[] | undefined;
65
+ onVnodeUnmounted?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
66
+ [key: string]: any;
67
+ }>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
68
+ [key: string]: any;
69
+ }>) => void)[] | undefined;
70
+ };
32
71
  $attrs: {
33
72
  [x: string]: unknown;
34
73
  };
@@ -36,10 +75,12 @@ declare const VLabel: {
36
75
  [x: string]: unknown;
37
76
  };
38
77
  $slots: Readonly<{
39
- [name: string]: vue.Slot | undefined;
78
+ default?: (() => vue.VNode<vue.RendererNode, vue.RendererElement, {
79
+ [key: string]: any;
80
+ }>[]) | undefined;
40
81
  }>;
41
- $root: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
42
- $parent: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
82
+ $root: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
83
+ $parent: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
43
84
  $emit: (event: string, ...args: any[]) => void;
44
85
  $el: any;
45
86
  $options: vue.ComponentOptionsBase<{
@@ -58,10 +99,18 @@ declare const VLabel: {
58
99
  } | undefined;
59
100
  } & {
60
101
  "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
102
+ } & {
103
+ $slots?: {
104
+ default?: (() => vue.VNodeChild) | undefined;
105
+ } | undefined;
61
106
  }, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {
62
107
  style: vue.StyleValue;
63
108
  clickable: boolean;
64
- }, {}, string> & {
109
+ }, {}, string, vue.SlotsType<Partial<{
110
+ default: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
111
+ [key: string]: any;
112
+ }>[];
113
+ }>>> & {
65
114
  beforeCreate?: ((() => void) | (() => void)[]) | undefined;
66
115
  created?: ((() => void) | (() => void)[]) | undefined;
67
116
  beforeMount?: ((() => void) | (() => void)[]) | undefined;
@@ -76,7 +125,7 @@ declare const VLabel: {
76
125
  unmounted?: ((() => void) | (() => void)[]) | undefined;
77
126
  renderTracked?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
78
127
  renderTriggered?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
79
- 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;
128
+ 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;
80
129
  };
81
130
  $forceUpdate: () => void;
82
131
  $nextTick: typeof vue.nextTick;
@@ -97,6 +146,10 @@ declare const VLabel: {
97
146
  } | undefined;
98
147
  } & {
99
148
  "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
149
+ } & {
150
+ $slots?: {
151
+ default?: (() => vue.VNodeChild) | undefined;
152
+ } | undefined;
100
153
  } & vue.ShallowUnwrapRef<{}> & {} & vue.ComponentCustomProperties & {};
101
154
  __isFragment?: undefined;
102
155
  __isTeleport?: undefined;
@@ -117,10 +170,18 @@ declare const VLabel: {
117
170
  } | undefined;
118
171
  } & {
119
172
  "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
173
+ } & {
174
+ $slots?: {
175
+ default?: (() => vue.VNodeChild) | undefined;
176
+ } | undefined;
120
177
  }, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {
121
178
  style: vue.StyleValue;
122
179
  clickable: boolean;
123
- }, {}, string> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
180
+ }, {}, string, vue.SlotsType<Partial<{
181
+ default: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
182
+ [key: string]: any;
183
+ }>[];
184
+ }>>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
124
185
  theme: StringConstructor;
125
186
  class: vue.PropType<any>;
126
187
  style: {
@@ -9,25 +9,64 @@ declare const VLayout: {
9
9
  new (...args: any[]): {
10
10
  $: vue.ComponentInternalInstance;
11
11
  $data: {};
12
- $props: Partial<{
13
- style: vue.StyleValue;
14
- fullHeight: boolean;
15
- }> & Omit<{
16
- style: vue.StyleValue;
17
- fullHeight: boolean;
18
- } & {
12
+ $props: {
13
+ style?: vue.StyleValue | undefined;
14
+ fullHeight?: boolean | undefined;
15
+ key?: string | number | symbol | undefined;
19
16
  class?: any;
20
- overlaps?: string[] | undefined;
21
- } & {
22
17
  $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
23
18
  default?: (() => vue.VNodeChild) | undefined;
24
19
  };
20
+ ref?: vue.VNodeRef | undefined;
21
+ ref_for?: boolean | undefined;
22
+ ref_key?: string | undefined;
23
+ "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
24
+ overlaps?: string[] | undefined;
25
25
  'v-slots'?: {
26
26
  default?: false | (() => vue.VNodeChild) | undefined;
27
27
  } | undefined;
28
- } & {
29
- "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
30
- } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "style" | "fullHeight">;
28
+ $slots?: {
29
+ default?: (() => vue.VNodeChild) | undefined;
30
+ } | undefined;
31
+ onVnodeBeforeMount?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
32
+ [key: string]: any;
33
+ }>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
34
+ [key: string]: any;
35
+ }>) => void)[] | undefined;
36
+ onVnodeMounted?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
37
+ [key: string]: any;
38
+ }>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
39
+ [key: string]: any;
40
+ }>) => void)[] | undefined;
41
+ onVnodeBeforeUpdate?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
42
+ [key: string]: any;
43
+ }>, oldVNode: vue.VNode<vue.RendererNode, vue.RendererElement, {
44
+ [key: string]: any;
45
+ }>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
46
+ [key: string]: any;
47
+ }>, oldVNode: vue.VNode<vue.RendererNode, vue.RendererElement, {
48
+ [key: string]: any;
49
+ }>) => void)[] | undefined;
50
+ onVnodeUpdated?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
51
+ [key: string]: any;
52
+ }>, oldVNode: vue.VNode<vue.RendererNode, vue.RendererElement, {
53
+ [key: string]: any;
54
+ }>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
55
+ [key: string]: any;
56
+ }>, oldVNode: vue.VNode<vue.RendererNode, vue.RendererElement, {
57
+ [key: string]: any;
58
+ }>) => void)[] | undefined;
59
+ onVnodeBeforeUnmount?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
60
+ [key: string]: any;
61
+ }>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
62
+ [key: string]: any;
63
+ }>) => void)[] | undefined;
64
+ onVnodeUnmounted?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
65
+ [key: string]: any;
66
+ }>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
67
+ [key: string]: any;
68
+ }>) => void)[] | undefined;
69
+ };
31
70
  $attrs: {
32
71
  [x: string]: unknown;
33
72
  };
@@ -35,10 +74,12 @@ declare const VLayout: {
35
74
  [x: string]: unknown;
36
75
  };
37
76
  $slots: Readonly<{
38
- [name: string]: vue.Slot | undefined;
77
+ default?: (() => vue.VNode<vue.RendererNode, vue.RendererElement, {
78
+ [key: string]: any;
79
+ }>[]) | undefined;
39
80
  }>;
40
- $root: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
41
- $parent: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
81
+ $root: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
82
+ $parent: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
42
83
  $emit: (event: string, ...args: any[]) => void;
43
84
  $el: any;
44
85
  $options: vue.ComponentOptionsBase<{
@@ -56,6 +97,10 @@ declare const VLayout: {
56
97
  } | undefined;
57
98
  } & {
58
99
  "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
100
+ } & {
101
+ $slots?: {
102
+ default?: (() => vue.VNodeChild) | undefined;
103
+ } | undefined;
59
104
  }, {
60
105
  getLayoutItem: (id: string) => {
61
106
  size: number;
@@ -78,7 +123,11 @@ declare const VLayout: {
78
123
  }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {
79
124
  style: vue.StyleValue;
80
125
  fullHeight: boolean;
81
- }, {}, string> & {
126
+ }, {}, string, vue.SlotsType<Partial<{
127
+ default: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
128
+ [key: string]: any;
129
+ }>[];
130
+ }>>> & {
82
131
  beforeCreate?: ((() => void) | (() => void)[]) | undefined;
83
132
  created?: ((() => void) | (() => void)[]) | undefined;
84
133
  beforeMount?: ((() => void) | (() => void)[]) | undefined;
@@ -93,7 +142,7 @@ declare const VLayout: {
93
142
  unmounted?: ((() => void) | (() => void)[]) | undefined;
94
143
  renderTracked?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
95
144
  renderTriggered?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
96
- 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;
145
+ 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;
97
146
  };
98
147
  $forceUpdate: () => void;
99
148
  $nextTick: typeof vue.nextTick;
@@ -113,6 +162,10 @@ declare const VLayout: {
113
162
  } | undefined;
114
163
  } & {
115
164
  "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
165
+ } & {
166
+ $slots?: {
167
+ default?: (() => vue.VNodeChild) | undefined;
168
+ } | undefined;
116
169
  } & vue.ShallowUnwrapRef<{
117
170
  getLayoutItem: (id: string) => {
118
171
  size: number;
@@ -151,6 +204,10 @@ declare const VLayout: {
151
204
  } | undefined;
152
205
  } & {
153
206
  "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
207
+ } & {
208
+ $slots?: {
209
+ default?: (() => vue.VNodeChild) | undefined;
210
+ } | undefined;
154
211
  }, {
155
212
  getLayoutItem: (id: string) => {
156
213
  size: number;
@@ -173,7 +230,11 @@ declare const VLayout: {
173
230
  }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {
174
231
  style: vue.StyleValue;
175
232
  fullHeight: boolean;
176
- }, {}, 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<{
177
238
  overlaps: vue.Prop<string[]>;
178
239
  fullHeight: BooleanConstructor;
179
240
  class: vue.PropType<any>;
@@ -196,32 +257,68 @@ declare const VLayoutItem: {
196
257
  new (...args: any[]): {
197
258
  $: vue.ComponentInternalInstance;
198
259
  $data: {};
199
- $props: Partial<{
200
- absolute: boolean;
201
- order: string | number;
202
- style: vue.StyleValue;
203
- size: string | number;
204
- modelValue: boolean;
205
- }> & Omit<{
206
- absolute: boolean;
207
- order: string | number;
208
- position: "left" | "top" | "bottom" | "right";
209
- style: vue.StyleValue;
210
- size: string | number;
211
- modelValue: boolean;
212
- } & {
260
+ $props: {
261
+ absolute?: boolean | undefined;
262
+ order?: string | number | undefined;
263
+ style?: vue.StyleValue | undefined;
264
+ size?: string | number | undefined;
265
+ modelValue?: boolean | undefined;
266
+ key?: string | number | symbol | undefined;
213
267
  name?: string | undefined;
268
+ position: "left" | "top" | "bottom" | "right";
214
269
  class?: any;
215
- } & {
216
270
  $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
217
271
  default?: (() => vue.VNodeChild) | undefined;
218
272
  };
273
+ ref?: vue.VNodeRef | undefined;
274
+ ref_for?: boolean | undefined;
275
+ ref_key?: string | undefined;
276
+ "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
219
277
  'v-slots'?: {
220
278
  default?: false | (() => vue.VNodeChild) | undefined;
221
279
  } | undefined;
222
- } & {
223
- "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
224
- } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "absolute" | "order" | "style" | "size" | "modelValue">;
280
+ $slots?: {
281
+ default?: (() => vue.VNodeChild) | undefined;
282
+ } | undefined;
283
+ onVnodeBeforeMount?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
284
+ [key: string]: any;
285
+ }>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
286
+ [key: string]: any;
287
+ }>) => void)[] | undefined;
288
+ onVnodeMounted?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
289
+ [key: string]: any;
290
+ }>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
291
+ [key: string]: any;
292
+ }>) => void)[] | undefined;
293
+ onVnodeBeforeUpdate?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
294
+ [key: string]: any;
295
+ }>, oldVNode: vue.VNode<vue.RendererNode, vue.RendererElement, {
296
+ [key: string]: any;
297
+ }>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
298
+ [key: string]: any;
299
+ }>, oldVNode: vue.VNode<vue.RendererNode, vue.RendererElement, {
300
+ [key: string]: any;
301
+ }>) => void)[] | undefined;
302
+ onVnodeUpdated?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
303
+ [key: string]: any;
304
+ }>, oldVNode: vue.VNode<vue.RendererNode, vue.RendererElement, {
305
+ [key: string]: any;
306
+ }>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
307
+ [key: string]: any;
308
+ }>, oldVNode: vue.VNode<vue.RendererNode, vue.RendererElement, {
309
+ [key: string]: any;
310
+ }>) => void)[] | undefined;
311
+ onVnodeBeforeUnmount?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
312
+ [key: string]: any;
313
+ }>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
314
+ [key: string]: any;
315
+ }>) => void)[] | undefined;
316
+ onVnodeUnmounted?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
317
+ [key: string]: any;
318
+ }>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
319
+ [key: string]: any;
320
+ }>) => void)[] | undefined;
321
+ };
225
322
  $attrs: {
226
323
  [x: string]: unknown;
227
324
  };
@@ -229,10 +326,12 @@ declare const VLayoutItem: {
229
326
  [x: string]: unknown;
230
327
  };
231
328
  $slots: Readonly<{
232
- [name: string]: vue.Slot | undefined;
329
+ default?: (() => vue.VNode<vue.RendererNode, vue.RendererElement, {
330
+ [key: string]: any;
331
+ }>[]) | undefined;
233
332
  }>;
234
- $root: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
235
- $parent: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
333
+ $root: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
334
+ $parent: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
236
335
  $emit: (event: string, ...args: any[]) => void;
237
336
  $el: any;
238
337
  $options: vue.ComponentOptionsBase<{
@@ -254,13 +353,21 @@ declare const VLayoutItem: {
254
353
  } | undefined;
255
354
  } & {
256
355
  "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
356
+ } & {
357
+ $slots?: {
358
+ default?: (() => vue.VNodeChild) | undefined;
359
+ } | undefined;
257
360
  }, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {
258
361
  absolute: boolean;
259
362
  order: string | number;
260
363
  style: vue.StyleValue;
261
364
  size: string | number;
262
365
  modelValue: boolean;
263
- }, {}, string> & {
366
+ }, {}, string, vue.SlotsType<Partial<{
367
+ default: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
368
+ [key: string]: any;
369
+ }>[];
370
+ }>>> & {
264
371
  beforeCreate?: ((() => void) | (() => void)[]) | undefined;
265
372
  created?: ((() => void) | (() => void)[]) | undefined;
266
373
  beforeMount?: ((() => void) | (() => void)[]) | undefined;
@@ -275,7 +382,7 @@ declare const VLayoutItem: {
275
382
  unmounted?: ((() => void) | (() => void)[]) | undefined;
276
383
  renderTracked?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
277
384
  renderTriggered?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
278
- 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;
385
+ 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;
279
386
  };
280
387
  $forceUpdate: () => void;
281
388
  $nextTick: typeof vue.nextTick;
@@ -299,6 +406,10 @@ declare const VLayoutItem: {
299
406
  } | undefined;
300
407
  } & {
301
408
  "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
409
+ } & {
410
+ $slots?: {
411
+ default?: (() => vue.VNodeChild) | undefined;
412
+ } | undefined;
302
413
  } & vue.ShallowUnwrapRef<() => JSX.Element> & {} & vue.ComponentCustomProperties & {};
303
414
  __isFragment?: undefined;
304
415
  __isTeleport?: undefined;
@@ -322,13 +433,21 @@ declare const VLayoutItem: {
322
433
  } | undefined;
323
434
  } & {
324
435
  "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
436
+ } & {
437
+ $slots?: {
438
+ default?: (() => vue.VNodeChild) | undefined;
439
+ } | undefined;
325
440
  }, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {
326
441
  absolute: boolean;
327
442
  order: string | number;
328
443
  style: vue.StyleValue;
329
444
  size: string | number;
330
445
  modelValue: boolean;
331
- }, {}, string> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
446
+ }, {}, string, vue.SlotsType<Partial<{
447
+ default: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
448
+ [key: string]: any;
449
+ }>[];
450
+ }>>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
332
451
  name: {
333
452
  type: StringConstructor;
334
453
  };