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
@@ -0,0 +1,993 @@
1
+ import * as vue from 'vue';
2
+ import { ComponentPropsOptions, ExtractPropTypes } from 'vue';
3
+
4
+ interface FilterPropsOptions<PropsOptions extends Readonly<ComponentPropsOptions>, Props = ExtractPropTypes<PropsOptions>> {
5
+ filterProps<T extends Partial<Props>, U extends Exclude<keyof Props, Exclude<keyof Props, keyof T>>>(props: T): [yes: Partial<Pick<T, U>>, no: Omit<T, U>];
6
+ }
7
+
8
+ interface FieldValidationResult {
9
+ id: number | string;
10
+ errorMessages: string[];
11
+ }
12
+ interface FormValidationResult {
13
+ valid: boolean;
14
+ errors: FieldValidationResult[];
15
+ }
16
+ interface SubmitEventPromise extends SubmitEvent, Promise<FormValidationResult> {
17
+ }
18
+
19
+ declare const VForm: {
20
+ new (...args: any[]): {
21
+ $: vue.ComponentInternalInstance;
22
+ $data: {};
23
+ $props: {
24
+ style?: vue.StyleValue | undefined;
25
+ disabled?: boolean | undefined;
26
+ readonly?: boolean | undefined;
27
+ modelValue?: boolean | null | undefined;
28
+ validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
29
+ fastFail?: boolean | undefined;
30
+ key?: string | number | symbol | undefined;
31
+ class?: any;
32
+ onSubmit?: ((e: SubmitEventPromise) => any) | undefined;
33
+ $children?: vue.VNodeChild | {
34
+ default?: ((args_0: {
35
+ errors: vue.Ref<{
36
+ id: string | number;
37
+ errorMessages: string[];
38
+ }[]>;
39
+ isDisabled: vue.ComputedRef<boolean>;
40
+ isReadonly: vue.ComputedRef<boolean>;
41
+ isValidating: vue.ShallowRef<boolean>;
42
+ isValid: vue.Ref<boolean | null> & {
43
+ readonly externalValue: boolean | null;
44
+ };
45
+ items: vue.Ref<{
46
+ id: string | number;
47
+ validate: () => Promise<string[]>;
48
+ reset: () => void;
49
+ resetValidation: () => void;
50
+ isValid: boolean | null;
51
+ errorMessages: string[];
52
+ }[]>;
53
+ validate: () => Promise<{
54
+ valid: boolean;
55
+ errors: {
56
+ id: string | number;
57
+ errorMessages: string[];
58
+ }[];
59
+ }>;
60
+ reset: () => void;
61
+ resetValidation: () => void;
62
+ }) => vue.VNodeChild) | undefined;
63
+ } | ((args_0: {
64
+ errors: vue.Ref<{
65
+ id: string | number;
66
+ errorMessages: string[];
67
+ }[]>;
68
+ isDisabled: vue.ComputedRef<boolean>;
69
+ isReadonly: vue.ComputedRef<boolean>;
70
+ isValidating: vue.ShallowRef<boolean>;
71
+ isValid: vue.Ref<boolean | null> & {
72
+ readonly externalValue: boolean | null;
73
+ };
74
+ items: vue.Ref<{
75
+ id: string | number;
76
+ validate: () => Promise<string[]>;
77
+ reset: () => void;
78
+ resetValidation: () => void;
79
+ isValid: boolean | null;
80
+ errorMessages: string[];
81
+ }[]>;
82
+ validate: () => Promise<{
83
+ valid: boolean;
84
+ errors: {
85
+ id: string | number;
86
+ errorMessages: string[];
87
+ }[];
88
+ }>;
89
+ reset: () => void;
90
+ resetValidation: () => void;
91
+ }) => vue.VNodeChild);
92
+ ref?: vue.VNodeRef | undefined;
93
+ ref_for?: boolean | undefined;
94
+ ref_key?: string | undefined;
95
+ "v-slot:default"?: false | ((args_0: {
96
+ errors: vue.Ref<{
97
+ id: string | number;
98
+ errorMessages: string[];
99
+ }[]>;
100
+ isDisabled: vue.ComputedRef<boolean>;
101
+ isReadonly: vue.ComputedRef<boolean>;
102
+ isValidating: vue.ShallowRef<boolean>;
103
+ isValid: vue.Ref<boolean | null> & {
104
+ readonly externalValue: boolean | null;
105
+ };
106
+ items: vue.Ref<{
107
+ id: string | number;
108
+ validate: () => Promise<string[]>;
109
+ reset: () => void;
110
+ resetValidation: () => void;
111
+ isValid: boolean | null;
112
+ errorMessages: string[];
113
+ }[]>;
114
+ validate: () => Promise<{
115
+ valid: boolean;
116
+ errors: {
117
+ id: string | number;
118
+ errorMessages: string[];
119
+ }[];
120
+ }>;
121
+ reset: () => void;
122
+ resetValidation: () => void;
123
+ }) => vue.VNodeChild) | undefined;
124
+ 'v-slots'?: {
125
+ default?: false | ((args_0: {
126
+ errors: vue.Ref<{
127
+ id: string | number;
128
+ errorMessages: string[];
129
+ }[]>;
130
+ isDisabled: vue.ComputedRef<boolean>;
131
+ isReadonly: vue.ComputedRef<boolean>;
132
+ isValidating: vue.ShallowRef<boolean>;
133
+ isValid: vue.Ref<boolean | null> & {
134
+ readonly externalValue: boolean | null;
135
+ };
136
+ items: vue.Ref<{
137
+ id: string | number;
138
+ validate: () => Promise<string[]>;
139
+ reset: () => void;
140
+ resetValidation: () => void;
141
+ isValid: boolean | null;
142
+ errorMessages: string[];
143
+ }[]>;
144
+ validate: () => Promise<{
145
+ valid: boolean;
146
+ errors: {
147
+ id: string | number;
148
+ errorMessages: string[];
149
+ }[];
150
+ }>;
151
+ reset: () => void;
152
+ resetValidation: () => void;
153
+ }) => vue.VNodeChild) | undefined;
154
+ } | undefined;
155
+ $slots?: {
156
+ default?: ((args_0: {
157
+ errors: vue.Ref<{
158
+ id: string | number;
159
+ errorMessages: string[];
160
+ }[]>;
161
+ isDisabled: vue.ComputedRef<boolean>;
162
+ isReadonly: vue.ComputedRef<boolean>;
163
+ isValidating: vue.ShallowRef<boolean>;
164
+ isValid: vue.Ref<boolean | null> & {
165
+ readonly externalValue: boolean | null;
166
+ };
167
+ items: vue.Ref<{
168
+ id: string | number;
169
+ validate: () => Promise<string[]>;
170
+ reset: () => void;
171
+ resetValidation: () => void;
172
+ isValid: boolean | null;
173
+ errorMessages: string[];
174
+ }[]>;
175
+ validate: () => Promise<{
176
+ valid: boolean;
177
+ errors: {
178
+ id: string | number;
179
+ errorMessages: string[];
180
+ }[];
181
+ }>;
182
+ reset: () => void;
183
+ resetValidation: () => void;
184
+ }) => vue.VNodeChild) | undefined;
185
+ } | undefined;
186
+ onVnodeBeforeMount?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
187
+ [key: string]: any;
188
+ }>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
189
+ [key: string]: any;
190
+ }>) => void)[] | undefined;
191
+ onVnodeMounted?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
192
+ [key: string]: any;
193
+ }>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
194
+ [key: string]: any;
195
+ }>) => void)[] | undefined;
196
+ onVnodeBeforeUpdate?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
197
+ [key: string]: any;
198
+ }>, oldVNode: vue.VNode<vue.RendererNode, vue.RendererElement, {
199
+ [key: string]: any;
200
+ }>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
201
+ [key: string]: any;
202
+ }>, oldVNode: vue.VNode<vue.RendererNode, vue.RendererElement, {
203
+ [key: string]: any;
204
+ }>) => void)[] | undefined;
205
+ onVnodeUpdated?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
206
+ [key: string]: any;
207
+ }>, oldVNode: vue.VNode<vue.RendererNode, vue.RendererElement, {
208
+ [key: string]: any;
209
+ }>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
210
+ [key: string]: any;
211
+ }>, oldVNode: vue.VNode<vue.RendererNode, vue.RendererElement, {
212
+ [key: string]: any;
213
+ }>) => void)[] | undefined;
214
+ onVnodeBeforeUnmount?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
215
+ [key: string]: any;
216
+ }>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
217
+ [key: string]: any;
218
+ }>) => void)[] | undefined;
219
+ onVnodeUnmounted?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
220
+ [key: string]: any;
221
+ }>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
222
+ [key: string]: any;
223
+ }>) => void)[] | undefined;
224
+ "onUpdate:modelValue"?: ((val: boolean | null) => any) | undefined;
225
+ };
226
+ $attrs: {
227
+ [x: string]: unknown;
228
+ };
229
+ $refs: {
230
+ [x: string]: unknown;
231
+ };
232
+ $slots: Readonly<{
233
+ default?: ((args_0: {
234
+ errors: vue.Ref<{
235
+ id: string | number;
236
+ errorMessages: string[];
237
+ }[]>;
238
+ isDisabled: vue.ComputedRef<boolean>;
239
+ isReadonly: vue.ComputedRef<boolean>;
240
+ isValidating: vue.ShallowRef<boolean>;
241
+ isValid: vue.Ref<boolean | null> & {
242
+ readonly externalValue: boolean | null;
243
+ };
244
+ items: vue.Ref<{
245
+ id: string | number;
246
+ validate: () => Promise<string[]>;
247
+ reset: () => void;
248
+ resetValidation: () => void;
249
+ isValid: boolean | null;
250
+ errorMessages: string[];
251
+ }[]>;
252
+ validate: () => Promise<{
253
+ valid: boolean;
254
+ errors: {
255
+ id: string | number;
256
+ errorMessages: string[];
257
+ }[];
258
+ }>;
259
+ reset: () => void;
260
+ resetValidation: () => void;
261
+ }) => vue.VNode<vue.RendererNode, vue.RendererElement, {
262
+ [key: string]: any;
263
+ }>[]) | undefined;
264
+ }>;
265
+ $root: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
266
+ $parent: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
267
+ $emit: ((event: "submit", e: SubmitEventPromise) => void) & ((event: "update:modelValue", val: boolean | null) => void);
268
+ $el: any;
269
+ $options: vue.ComponentOptionsBase<{
270
+ style: vue.StyleValue;
271
+ disabled: boolean;
272
+ readonly: boolean;
273
+ modelValue: boolean | null;
274
+ validateOn: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
275
+ fastFail: boolean;
276
+ } & {
277
+ class?: any;
278
+ } & {
279
+ $children?: vue.VNodeChild | {
280
+ default?: ((args_0: {
281
+ errors: vue.Ref<{
282
+ id: string | number;
283
+ errorMessages: string[];
284
+ }[]>;
285
+ isDisabled: vue.ComputedRef<boolean>;
286
+ isReadonly: vue.ComputedRef<boolean>;
287
+ isValidating: vue.ShallowRef<boolean>;
288
+ isValid: vue.Ref<boolean | null> & {
289
+ readonly externalValue: boolean | null;
290
+ };
291
+ items: vue.Ref<{
292
+ id: string | number;
293
+ validate: () => Promise<string[]>;
294
+ reset: () => void;
295
+ resetValidation: () => void;
296
+ isValid: boolean | null;
297
+ errorMessages: string[];
298
+ }[]>;
299
+ validate: () => Promise<{
300
+ valid: boolean;
301
+ errors: {
302
+ id: string | number;
303
+ errorMessages: string[];
304
+ }[];
305
+ }>;
306
+ reset: () => void;
307
+ resetValidation: () => void;
308
+ }) => vue.VNodeChild) | undefined;
309
+ } | ((args_0: {
310
+ errors: vue.Ref<{
311
+ id: string | number;
312
+ errorMessages: string[];
313
+ }[]>;
314
+ isDisabled: vue.ComputedRef<boolean>;
315
+ isReadonly: vue.ComputedRef<boolean>;
316
+ isValidating: vue.ShallowRef<boolean>;
317
+ isValid: vue.Ref<boolean | null> & {
318
+ readonly externalValue: boolean | null;
319
+ };
320
+ items: vue.Ref<{
321
+ id: string | number;
322
+ validate: () => Promise<string[]>;
323
+ reset: () => void;
324
+ resetValidation: () => void;
325
+ isValid: boolean | null;
326
+ errorMessages: string[];
327
+ }[]>;
328
+ validate: () => Promise<{
329
+ valid: boolean;
330
+ errors: {
331
+ id: string | number;
332
+ errorMessages: string[];
333
+ }[];
334
+ }>;
335
+ reset: () => void;
336
+ resetValidation: () => void;
337
+ }) => vue.VNodeChild);
338
+ 'v-slots'?: {
339
+ default?: false | ((args_0: {
340
+ errors: vue.Ref<{
341
+ id: string | number;
342
+ errorMessages: string[];
343
+ }[]>;
344
+ isDisabled: vue.ComputedRef<boolean>;
345
+ isReadonly: vue.ComputedRef<boolean>;
346
+ isValidating: vue.ShallowRef<boolean>;
347
+ isValid: vue.Ref<boolean | null> & {
348
+ readonly externalValue: boolean | null;
349
+ };
350
+ items: vue.Ref<{
351
+ id: string | number;
352
+ validate: () => Promise<string[]>;
353
+ reset: () => void;
354
+ resetValidation: () => void;
355
+ isValid: boolean | null;
356
+ errorMessages: string[];
357
+ }[]>;
358
+ validate: () => Promise<{
359
+ valid: boolean;
360
+ errors: {
361
+ id: string | number;
362
+ errorMessages: string[];
363
+ }[];
364
+ }>;
365
+ reset: () => void;
366
+ resetValidation: () => void;
367
+ }) => vue.VNodeChild) | undefined;
368
+ } | undefined;
369
+ } & {
370
+ "v-slot:default"?: false | ((args_0: {
371
+ errors: vue.Ref<{
372
+ id: string | number;
373
+ errorMessages: string[];
374
+ }[]>;
375
+ isDisabled: vue.ComputedRef<boolean>;
376
+ isReadonly: vue.ComputedRef<boolean>;
377
+ isValidating: vue.ShallowRef<boolean>;
378
+ isValid: vue.Ref<boolean | null> & {
379
+ readonly externalValue: boolean | null;
380
+ };
381
+ items: vue.Ref<{
382
+ id: string | number;
383
+ validate: () => Promise<string[]>;
384
+ reset: () => void;
385
+ resetValidation: () => void;
386
+ isValid: boolean | null;
387
+ errorMessages: string[];
388
+ }[]>;
389
+ validate: () => Promise<{
390
+ valid: boolean;
391
+ errors: {
392
+ id: string | number;
393
+ errorMessages: string[];
394
+ }[];
395
+ }>;
396
+ reset: () => void;
397
+ resetValidation: () => void;
398
+ }) => vue.VNodeChild) | undefined;
399
+ } & {
400
+ $slots?: {
401
+ default?: ((args_0: {
402
+ errors: vue.Ref<{
403
+ id: string | number;
404
+ errorMessages: string[];
405
+ }[]>;
406
+ isDisabled: vue.ComputedRef<boolean>;
407
+ isReadonly: vue.ComputedRef<boolean>;
408
+ isValidating: vue.ShallowRef<boolean>;
409
+ isValid: vue.Ref<boolean | null> & {
410
+ readonly externalValue: boolean | null;
411
+ };
412
+ items: vue.Ref<{
413
+ id: string | number;
414
+ validate: () => Promise<string[]>;
415
+ reset: () => void;
416
+ resetValidation: () => void;
417
+ isValid: boolean | null;
418
+ errorMessages: string[];
419
+ }[]>;
420
+ validate: () => Promise<{
421
+ valid: boolean;
422
+ errors: {
423
+ id: string | number;
424
+ errorMessages: string[];
425
+ }[];
426
+ }>;
427
+ reset: () => void;
428
+ resetValidation: () => void;
429
+ }) => vue.VNodeChild) | undefined;
430
+ } | undefined;
431
+ } & {
432
+ onSubmit?: ((e: SubmitEventPromise) => any) | undefined;
433
+ "onUpdate:modelValue"?: ((val: boolean | null) => any) | undefined;
434
+ }, {
435
+ errors: vue.Ref<{
436
+ id: string | number;
437
+ errorMessages: string[];
438
+ }[]>;
439
+ isDisabled: vue.ComputedRef<boolean>;
440
+ isReadonly: vue.ComputedRef<boolean>;
441
+ isValidating: vue.ShallowRef<boolean>;
442
+ isValid: vue.Ref<boolean | null> & {
443
+ readonly externalValue: boolean | null;
444
+ };
445
+ items: vue.Ref<{
446
+ id: string | number;
447
+ validate: () => Promise<string[]>;
448
+ reset: () => void;
449
+ resetValidation: () => void;
450
+ isValid: boolean | null;
451
+ errorMessages: string[];
452
+ }[]>;
453
+ validate: () => Promise<{
454
+ valid: boolean;
455
+ errors: {
456
+ id: string | number;
457
+ errorMessages: string[];
458
+ }[];
459
+ }>;
460
+ reset: () => void;
461
+ resetValidation: () => void;
462
+ } & HTMLFormElement, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
463
+ 'update:modelValue': (val: boolean | null) => true;
464
+ submit: (e: SubmitEventPromise) => true;
465
+ }, string, {
466
+ style: vue.StyleValue;
467
+ disabled: boolean;
468
+ readonly: boolean;
469
+ modelValue: boolean | null;
470
+ validateOn: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
471
+ fastFail: boolean;
472
+ }, {}, string, vue.SlotsType<Partial<{
473
+ default: (args_0: {
474
+ errors: vue.Ref<{
475
+ id: string | number;
476
+ errorMessages: string[];
477
+ }[]>;
478
+ isDisabled: vue.ComputedRef<boolean>;
479
+ isReadonly: vue.ComputedRef<boolean>;
480
+ isValidating: vue.ShallowRef<boolean>;
481
+ isValid: vue.Ref<boolean | null> & {
482
+ readonly externalValue: boolean | null;
483
+ };
484
+ items: vue.Ref<{
485
+ id: string | number;
486
+ validate: () => Promise<string[]>;
487
+ reset: () => void;
488
+ resetValidation: () => void;
489
+ isValid: boolean | null;
490
+ errorMessages: string[];
491
+ }[]>;
492
+ validate: () => Promise<{
493
+ valid: boolean;
494
+ errors: {
495
+ id: string | number;
496
+ errorMessages: string[];
497
+ }[];
498
+ }>;
499
+ reset: () => void;
500
+ resetValidation: () => void;
501
+ }) => vue.VNode<vue.RendererNode, vue.RendererElement, {
502
+ [key: string]: any;
503
+ }>[];
504
+ }>>> & {
505
+ beforeCreate?: ((() => void) | (() => void)[]) | undefined;
506
+ created?: ((() => void) | (() => void)[]) | undefined;
507
+ beforeMount?: ((() => void) | (() => void)[]) | undefined;
508
+ mounted?: ((() => void) | (() => void)[]) | undefined;
509
+ beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
510
+ updated?: ((() => void) | (() => void)[]) | undefined;
511
+ activated?: ((() => void) | (() => void)[]) | undefined;
512
+ deactivated?: ((() => void) | (() => void)[]) | undefined;
513
+ beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
514
+ beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
515
+ destroyed?: ((() => void) | (() => void)[]) | undefined;
516
+ unmounted?: ((() => void) | (() => void)[]) | undefined;
517
+ renderTracked?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
518
+ renderTriggered?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
519
+ 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;
520
+ };
521
+ $forceUpdate: () => void;
522
+ $nextTick: typeof vue.nextTick;
523
+ $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: vue.WatchOptions<boolean> | undefined): vue.WatchStopHandle;
524
+ } & {
525
+ style: vue.StyleValue;
526
+ disabled: boolean;
527
+ readonly: boolean;
528
+ modelValue: boolean | null;
529
+ validateOn: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
530
+ fastFail: boolean;
531
+ } & {
532
+ class?: any;
533
+ } & {
534
+ $children?: vue.VNodeChild | {
535
+ default?: ((args_0: {
536
+ errors: vue.Ref<{
537
+ id: string | number;
538
+ errorMessages: string[];
539
+ }[]>;
540
+ isDisabled: vue.ComputedRef<boolean>;
541
+ isReadonly: vue.ComputedRef<boolean>;
542
+ isValidating: vue.ShallowRef<boolean>;
543
+ isValid: vue.Ref<boolean | null> & {
544
+ readonly externalValue: boolean | null;
545
+ };
546
+ items: vue.Ref<{
547
+ id: string | number;
548
+ validate: () => Promise<string[]>;
549
+ reset: () => void;
550
+ resetValidation: () => void;
551
+ isValid: boolean | null;
552
+ errorMessages: string[];
553
+ }[]>;
554
+ validate: () => Promise<{
555
+ valid: boolean;
556
+ errors: {
557
+ id: string | number;
558
+ errorMessages: string[];
559
+ }[];
560
+ }>;
561
+ reset: () => void;
562
+ resetValidation: () => void;
563
+ }) => vue.VNodeChild) | undefined;
564
+ } | ((args_0: {
565
+ errors: vue.Ref<{
566
+ id: string | number;
567
+ errorMessages: string[];
568
+ }[]>;
569
+ isDisabled: vue.ComputedRef<boolean>;
570
+ isReadonly: vue.ComputedRef<boolean>;
571
+ isValidating: vue.ShallowRef<boolean>;
572
+ isValid: vue.Ref<boolean | null> & {
573
+ readonly externalValue: boolean | null;
574
+ };
575
+ items: vue.Ref<{
576
+ id: string | number;
577
+ validate: () => Promise<string[]>;
578
+ reset: () => void;
579
+ resetValidation: () => void;
580
+ isValid: boolean | null;
581
+ errorMessages: string[];
582
+ }[]>;
583
+ validate: () => Promise<{
584
+ valid: boolean;
585
+ errors: {
586
+ id: string | number;
587
+ errorMessages: string[];
588
+ }[];
589
+ }>;
590
+ reset: () => void;
591
+ resetValidation: () => void;
592
+ }) => vue.VNodeChild);
593
+ 'v-slots'?: {
594
+ default?: false | ((args_0: {
595
+ errors: vue.Ref<{
596
+ id: string | number;
597
+ errorMessages: string[];
598
+ }[]>;
599
+ isDisabled: vue.ComputedRef<boolean>;
600
+ isReadonly: vue.ComputedRef<boolean>;
601
+ isValidating: vue.ShallowRef<boolean>;
602
+ isValid: vue.Ref<boolean | null> & {
603
+ readonly externalValue: boolean | null;
604
+ };
605
+ items: vue.Ref<{
606
+ id: string | number;
607
+ validate: () => Promise<string[]>;
608
+ reset: () => void;
609
+ resetValidation: () => void;
610
+ isValid: boolean | null;
611
+ errorMessages: string[];
612
+ }[]>;
613
+ validate: () => Promise<{
614
+ valid: boolean;
615
+ errors: {
616
+ id: string | number;
617
+ errorMessages: string[];
618
+ }[];
619
+ }>;
620
+ reset: () => void;
621
+ resetValidation: () => void;
622
+ }) => vue.VNodeChild) | undefined;
623
+ } | undefined;
624
+ } & {
625
+ "v-slot:default"?: false | ((args_0: {
626
+ errors: vue.Ref<{
627
+ id: string | number;
628
+ errorMessages: string[];
629
+ }[]>;
630
+ isDisabled: vue.ComputedRef<boolean>;
631
+ isReadonly: vue.ComputedRef<boolean>;
632
+ isValidating: vue.ShallowRef<boolean>;
633
+ isValid: vue.Ref<boolean | null> & {
634
+ readonly externalValue: boolean | null;
635
+ };
636
+ items: vue.Ref<{
637
+ id: string | number;
638
+ validate: () => Promise<string[]>;
639
+ reset: () => void;
640
+ resetValidation: () => void;
641
+ isValid: boolean | null;
642
+ errorMessages: string[];
643
+ }[]>;
644
+ validate: () => Promise<{
645
+ valid: boolean;
646
+ errors: {
647
+ id: string | number;
648
+ errorMessages: string[];
649
+ }[];
650
+ }>;
651
+ reset: () => void;
652
+ resetValidation: () => void;
653
+ }) => vue.VNodeChild) | undefined;
654
+ } & {
655
+ $slots?: {
656
+ default?: ((args_0: {
657
+ errors: vue.Ref<{
658
+ id: string | number;
659
+ errorMessages: string[];
660
+ }[]>;
661
+ isDisabled: vue.ComputedRef<boolean>;
662
+ isReadonly: vue.ComputedRef<boolean>;
663
+ isValidating: vue.ShallowRef<boolean>;
664
+ isValid: vue.Ref<boolean | null> & {
665
+ readonly externalValue: boolean | null;
666
+ };
667
+ items: vue.Ref<{
668
+ id: string | number;
669
+ validate: () => Promise<string[]>;
670
+ reset: () => void;
671
+ resetValidation: () => void;
672
+ isValid: boolean | null;
673
+ errorMessages: string[];
674
+ }[]>;
675
+ validate: () => Promise<{
676
+ valid: boolean;
677
+ errors: {
678
+ id: string | number;
679
+ errorMessages: string[];
680
+ }[];
681
+ }>;
682
+ reset: () => void;
683
+ resetValidation: () => void;
684
+ }) => vue.VNodeChild) | undefined;
685
+ } | undefined;
686
+ } & {
687
+ onSubmit?: ((e: SubmitEventPromise) => any) | undefined;
688
+ "onUpdate:modelValue"?: ((val: boolean | null) => any) | undefined;
689
+ } & vue.ShallowUnwrapRef<{
690
+ errors: vue.Ref<{
691
+ id: string | number;
692
+ errorMessages: string[];
693
+ }[]>;
694
+ isDisabled: vue.ComputedRef<boolean>;
695
+ isReadonly: vue.ComputedRef<boolean>;
696
+ isValidating: vue.ShallowRef<boolean>;
697
+ isValid: vue.Ref<boolean | null> & {
698
+ readonly externalValue: boolean | null;
699
+ };
700
+ items: vue.Ref<{
701
+ id: string | number;
702
+ validate: () => Promise<string[]>;
703
+ reset: () => void;
704
+ resetValidation: () => void;
705
+ isValid: boolean | null;
706
+ errorMessages: string[];
707
+ }[]>;
708
+ validate: () => Promise<{
709
+ valid: boolean;
710
+ errors: {
711
+ id: string | number;
712
+ errorMessages: string[];
713
+ }[];
714
+ }>;
715
+ reset: () => void;
716
+ resetValidation: () => void;
717
+ } & HTMLFormElement> & {} & vue.ComponentCustomProperties & {};
718
+ __isFragment?: undefined;
719
+ __isTeleport?: undefined;
720
+ __isSuspense?: undefined;
721
+ } & vue.ComponentOptionsBase<{
722
+ style: vue.StyleValue;
723
+ disabled: boolean;
724
+ readonly: boolean;
725
+ modelValue: boolean | null;
726
+ validateOn: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
727
+ fastFail: boolean;
728
+ } & {
729
+ class?: any;
730
+ } & {
731
+ $children?: vue.VNodeChild | {
732
+ default?: ((args_0: {
733
+ errors: vue.Ref<{
734
+ id: string | number;
735
+ errorMessages: string[];
736
+ }[]>;
737
+ isDisabled: vue.ComputedRef<boolean>;
738
+ isReadonly: vue.ComputedRef<boolean>;
739
+ isValidating: vue.ShallowRef<boolean>;
740
+ isValid: vue.Ref<boolean | null> & {
741
+ readonly externalValue: boolean | null;
742
+ };
743
+ items: vue.Ref<{
744
+ id: string | number;
745
+ validate: () => Promise<string[]>;
746
+ reset: () => void;
747
+ resetValidation: () => void;
748
+ isValid: boolean | null;
749
+ errorMessages: string[];
750
+ }[]>;
751
+ validate: () => Promise<{
752
+ valid: boolean;
753
+ errors: {
754
+ id: string | number;
755
+ errorMessages: string[];
756
+ }[];
757
+ }>;
758
+ reset: () => void;
759
+ resetValidation: () => void;
760
+ }) => vue.VNodeChild) | undefined;
761
+ } | ((args_0: {
762
+ errors: vue.Ref<{
763
+ id: string | number;
764
+ errorMessages: string[];
765
+ }[]>;
766
+ isDisabled: vue.ComputedRef<boolean>;
767
+ isReadonly: vue.ComputedRef<boolean>;
768
+ isValidating: vue.ShallowRef<boolean>;
769
+ isValid: vue.Ref<boolean | null> & {
770
+ readonly externalValue: boolean | null;
771
+ };
772
+ items: vue.Ref<{
773
+ id: string | number;
774
+ validate: () => Promise<string[]>;
775
+ reset: () => void;
776
+ resetValidation: () => void;
777
+ isValid: boolean | null;
778
+ errorMessages: string[];
779
+ }[]>;
780
+ validate: () => Promise<{
781
+ valid: boolean;
782
+ errors: {
783
+ id: string | number;
784
+ errorMessages: string[];
785
+ }[];
786
+ }>;
787
+ reset: () => void;
788
+ resetValidation: () => void;
789
+ }) => vue.VNodeChild);
790
+ 'v-slots'?: {
791
+ default?: false | ((args_0: {
792
+ errors: vue.Ref<{
793
+ id: string | number;
794
+ errorMessages: string[];
795
+ }[]>;
796
+ isDisabled: vue.ComputedRef<boolean>;
797
+ isReadonly: vue.ComputedRef<boolean>;
798
+ isValidating: vue.ShallowRef<boolean>;
799
+ isValid: vue.Ref<boolean | null> & {
800
+ readonly externalValue: boolean | null;
801
+ };
802
+ items: vue.Ref<{
803
+ id: string | number;
804
+ validate: () => Promise<string[]>;
805
+ reset: () => void;
806
+ resetValidation: () => void;
807
+ isValid: boolean | null;
808
+ errorMessages: string[];
809
+ }[]>;
810
+ validate: () => Promise<{
811
+ valid: boolean;
812
+ errors: {
813
+ id: string | number;
814
+ errorMessages: string[];
815
+ }[];
816
+ }>;
817
+ reset: () => void;
818
+ resetValidation: () => void;
819
+ }) => vue.VNodeChild) | undefined;
820
+ } | undefined;
821
+ } & {
822
+ "v-slot:default"?: false | ((args_0: {
823
+ errors: vue.Ref<{
824
+ id: string | number;
825
+ errorMessages: string[];
826
+ }[]>;
827
+ isDisabled: vue.ComputedRef<boolean>;
828
+ isReadonly: vue.ComputedRef<boolean>;
829
+ isValidating: vue.ShallowRef<boolean>;
830
+ isValid: vue.Ref<boolean | null> & {
831
+ readonly externalValue: boolean | null;
832
+ };
833
+ items: vue.Ref<{
834
+ id: string | number;
835
+ validate: () => Promise<string[]>;
836
+ reset: () => void;
837
+ resetValidation: () => void;
838
+ isValid: boolean | null;
839
+ errorMessages: string[];
840
+ }[]>;
841
+ validate: () => Promise<{
842
+ valid: boolean;
843
+ errors: {
844
+ id: string | number;
845
+ errorMessages: string[];
846
+ }[];
847
+ }>;
848
+ reset: () => void;
849
+ resetValidation: () => void;
850
+ }) => vue.VNodeChild) | undefined;
851
+ } & {
852
+ $slots?: {
853
+ default?: ((args_0: {
854
+ errors: vue.Ref<{
855
+ id: string | number;
856
+ errorMessages: string[];
857
+ }[]>;
858
+ isDisabled: vue.ComputedRef<boolean>;
859
+ isReadonly: vue.ComputedRef<boolean>;
860
+ isValidating: vue.ShallowRef<boolean>;
861
+ isValid: vue.Ref<boolean | null> & {
862
+ readonly externalValue: boolean | null;
863
+ };
864
+ items: vue.Ref<{
865
+ id: string | number;
866
+ validate: () => Promise<string[]>;
867
+ reset: () => void;
868
+ resetValidation: () => void;
869
+ isValid: boolean | null;
870
+ errorMessages: string[];
871
+ }[]>;
872
+ validate: () => Promise<{
873
+ valid: boolean;
874
+ errors: {
875
+ id: string | number;
876
+ errorMessages: string[];
877
+ }[];
878
+ }>;
879
+ reset: () => void;
880
+ resetValidation: () => void;
881
+ }) => vue.VNodeChild) | undefined;
882
+ } | undefined;
883
+ } & {
884
+ onSubmit?: ((e: SubmitEventPromise) => any) | undefined;
885
+ "onUpdate:modelValue"?: ((val: boolean | null) => any) | undefined;
886
+ }, {
887
+ errors: vue.Ref<{
888
+ id: string | number;
889
+ errorMessages: string[];
890
+ }[]>;
891
+ isDisabled: vue.ComputedRef<boolean>;
892
+ isReadonly: vue.ComputedRef<boolean>;
893
+ isValidating: vue.ShallowRef<boolean>;
894
+ isValid: vue.Ref<boolean | null> & {
895
+ readonly externalValue: boolean | null;
896
+ };
897
+ items: vue.Ref<{
898
+ id: string | number;
899
+ validate: () => Promise<string[]>;
900
+ reset: () => void;
901
+ resetValidation: () => void;
902
+ isValid: boolean | null;
903
+ errorMessages: string[];
904
+ }[]>;
905
+ validate: () => Promise<{
906
+ valid: boolean;
907
+ errors: {
908
+ id: string | number;
909
+ errorMessages: string[];
910
+ }[];
911
+ }>;
912
+ reset: () => void;
913
+ resetValidation: () => void;
914
+ } & HTMLFormElement, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
915
+ 'update:modelValue': (val: boolean | null) => true;
916
+ submit: (e: SubmitEventPromise) => true;
917
+ }, string, {
918
+ style: vue.StyleValue;
919
+ disabled: boolean;
920
+ readonly: boolean;
921
+ modelValue: boolean | null;
922
+ validateOn: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
923
+ fastFail: boolean;
924
+ }, {}, string, vue.SlotsType<Partial<{
925
+ default: (args_0: {
926
+ errors: vue.Ref<{
927
+ id: string | number;
928
+ errorMessages: string[];
929
+ }[]>;
930
+ isDisabled: vue.ComputedRef<boolean>;
931
+ isReadonly: vue.ComputedRef<boolean>;
932
+ isValidating: vue.ShallowRef<boolean>;
933
+ isValid: vue.Ref<boolean | null> & {
934
+ readonly externalValue: boolean | null;
935
+ };
936
+ items: vue.Ref<{
937
+ id: string | number;
938
+ validate: () => Promise<string[]>;
939
+ reset: () => void;
940
+ resetValidation: () => void;
941
+ isValid: boolean | null;
942
+ errorMessages: string[];
943
+ }[]>;
944
+ validate: () => Promise<{
945
+ valid: boolean;
946
+ errors: {
947
+ id: string | number;
948
+ errorMessages: string[];
949
+ }[];
950
+ }>;
951
+ reset: () => void;
952
+ resetValidation: () => void;
953
+ }) => vue.VNode<vue.RendererNode, vue.RendererElement, {
954
+ [key: string]: any;
955
+ }>[];
956
+ }>>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
957
+ disabled: BooleanConstructor;
958
+ fastFail: BooleanConstructor;
959
+ readonly: BooleanConstructor;
960
+ modelValue: {
961
+ type: vue.PropType<boolean | null>;
962
+ default: null;
963
+ };
964
+ validateOn: {
965
+ type: vue.PropType<"lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined>;
966
+ default: string;
967
+ };
968
+ class: vue.PropType<any>;
969
+ style: {
970
+ type: vue.PropType<vue.StyleValue>;
971
+ default: null;
972
+ };
973
+ }, vue.ExtractPropTypes<{
974
+ disabled: BooleanConstructor;
975
+ fastFail: BooleanConstructor;
976
+ readonly: BooleanConstructor;
977
+ modelValue: {
978
+ type: vue.PropType<boolean | null>;
979
+ default: null;
980
+ };
981
+ validateOn: {
982
+ type: vue.PropType<"lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined>;
983
+ default: string;
984
+ };
985
+ class: vue.PropType<any>;
986
+ style: {
987
+ type: vue.PropType<vue.StyleValue>;
988
+ default: null;
989
+ };
990
+ }>>;
991
+ type VForm = InstanceType<typeof VForm>;
992
+
993
+ export { VForm };