ll-plus 2.4.7 → 2.4.8

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 (324) hide show
  1. package/es/component.mjs +3 -0
  2. package/es/component.mjs.map +1 -1
  3. package/es/components/advanced-filtering/index.d.ts +336 -318
  4. package/es/components/advanced-filtering/src/advanced-filtering.vue.d.ts +170 -161
  5. package/es/components/advanced-filtering/src/components/advanced-filtering-params.vue.d.ts +163 -153
  6. package/es/components/advanced-filtering/src/components/advanced-filtering-tags.vue.d.ts +4 -4
  7. package/es/components/api-component/index.d.ts +32 -32
  8. package/es/components/api-component/src/api-component.vue.d.ts +32 -32
  9. package/es/components/api-component/src/components/api-modal.vue.d.ts +6 -6
  10. package/es/components/api-component/src/components/body-component.vue.d.ts +14 -14
  11. package/es/components/api-component/src/components/click-input.vue.d.ts +10 -10
  12. package/es/components/api-component/src/components/params-table-row.vue.d.ts +12 -12
  13. package/es/components/api-component/src/components/params-table.vue.d.ts +14 -14
  14. package/es/components/api-component/src/config/api-modal.d.ts +1 -1
  15. package/es/components/api-component/src/config/click-input.d.ts +1 -1
  16. package/es/components/avatar/index.d.ts +19 -51
  17. package/es/components/avatar/src/avatar.d.ts +8 -38
  18. package/es/components/avatar/src/avatar.vue.d.ts +19 -51
  19. package/es/components/checkbox/index.d.ts +217 -217
  20. package/es/components/checkbox/src/checkbox-group.vue.d.ts +217 -217
  21. package/es/components/checkbox/src/checkbox.d.ts +56 -56
  22. package/es/components/code-editor/index.d.ts +2 -2
  23. package/es/components/code-editor/src/code-editor.vue.d.ts +2 -2
  24. package/es/components/cropper/index.d.ts +1485 -0
  25. package/es/components/cropper/src/cropper-image.d.ts +51 -0
  26. package/es/components/cropper/src/cropper-image.vue.d.ts +93 -0
  27. package/es/components/cropper/src/cropper-modal.vue.d.ts +1391 -0
  28. package/es/components/drawer/index.d.ts +11 -11
  29. package/es/components/drawer/src/components/second-confirmation/index.d.ts +9 -9
  30. package/es/components/drawer/src/components/second-confirmation/src/second-confirmation.vue.d.ts +9 -9
  31. package/es/components/drawer/src/drawer.vue.d.ts +11 -11
  32. package/es/components/easy-cron/index.d.ts +82 -82
  33. package/es/components/easy-cron/src/components/easy-cron-inner.vue.d.ts +77 -77
  34. package/es/components/easy-cron/src/components/easy-cron-modal.vue.d.ts +77 -77
  35. package/es/components/easy-cron/src/easy-cron.vue.d.ts +82 -82
  36. package/es/components/empty/index.d.ts +4 -0
  37. package/es/components/empty/src/empty.d.ts +1 -0
  38. package/es/components/empty/src/empty.vue.d.ts +4 -0
  39. package/es/components/form/index.d.ts +166 -150
  40. package/es/components/form/src/components/form-component.vue.d.ts +9 -2
  41. package/es/components/form/src/config/form-component.d.ts +4 -1
  42. package/es/components/form/src/config/form.d.ts +63 -57
  43. package/es/components/form/src/form.vue.d.ts +157 -148
  44. package/es/components/index.d.ts +1 -0
  45. package/es/components/input/index.d.ts +31 -31
  46. package/es/components/input/src/input.vue.d.ts +31 -31
  47. package/es/components/key-value/index.d.ts +774 -720
  48. package/es/components/key-value/src/components/key-value-item.vue.d.ts +258 -240
  49. package/es/components/key-value/src/key-value.vue.d.ts +774 -720
  50. package/es/components/modal/index.d.ts +4 -4
  51. package/es/components/modal/src/modal.vue.d.ts +4 -4
  52. package/es/components/rich-text-editor/index.d.ts +1 -1
  53. package/es/components/rich-text-editor/src/rich-text-editor.vue.d.ts +1 -1
  54. package/es/components/select/index.d.ts +11 -11
  55. package/es/components/select/src/select.vue.d.ts +11 -11
  56. package/es/components/select-group/index.d.ts +6 -6
  57. package/es/components/select-group/src/select-group.d.ts +1 -1
  58. package/es/components/select-group/src/select-group.vue.d.ts +6 -6
  59. package/es/components/table/index.d.ts +6 -6
  60. package/es/components/table/src/components/main-table.vue.d.ts +2 -2
  61. package/es/components/table/src/config/table.d.ts +2 -2
  62. package/es/components/table/src/table.vue.d.ts +6 -6
  63. package/es/components/textarea/index.d.ts +5 -5
  64. package/es/components/textarea/src/textarea.vue.d.ts +5 -5
  65. package/es/components/tooltip/index.d.ts +4 -4
  66. package/es/components/tooltip/src/tooltip.d.ts +1 -1
  67. package/es/components/tooltip/src/tooltip.vue.d.ts +4 -4
  68. package/es/components/tree-search/index.d.ts +15 -15
  69. package/es/components/tree-search/src/config/tree-search.d.ts +4 -4
  70. package/es/components/tree-search/src/tree-search.vue.d.ts +15 -15
  71. package/es/components/upload-drag/index.d.ts +4 -4
  72. package/es/components/upload-drag/src/upload-drag.vue.d.ts +4 -4
  73. package/es/index.mjs +3 -1
  74. package/es/index.mjs.map +1 -1
  75. package/es/node_modules/.pnpm/@vueuse_shared@10.9.0_vue@3.4.25/node_modules/@vueuse/shared/index.mjs +1576 -0
  76. package/es/node_modules/.pnpm/@vueuse_shared@10.9.0_vue@3.4.25/node_modules/@vueuse/shared/index.mjs.map +1 -0
  77. package/es/node_modules/.pnpm/vue-demi@0.14.7_vue@3.4.25/node_modules/vue-demi/lib/index.mjs +30 -0
  78. package/es/node_modules/.pnpm/vue-demi@0.14.7_vue@3.4.25/node_modules/vue-demi/lib/index.mjs.map +1 -0
  79. package/es/packages/components/advanced-filtering/src/components/advanced-filtering-params.vue2.mjs +5 -15
  80. package/es/packages/components/advanced-filtering/src/components/advanced-filtering-params.vue2.mjs.map +1 -1
  81. package/es/packages/components/avatar/src/avatar.mjs +2 -15
  82. package/es/packages/components/avatar/src/avatar.mjs.map +1 -1
  83. package/es/packages/components/avatar/src/avatar.vue2.mjs +40 -103
  84. package/es/packages/components/avatar/src/avatar.vue2.mjs.map +1 -1
  85. package/es/packages/components/checkbox/index.mjs.map +1 -1
  86. package/es/packages/components/cropper/index.mjs +12 -0
  87. package/es/packages/components/cropper/index.mjs.map +1 -0
  88. package/es/packages/components/cropper/src/cropper-image.mjs +77 -0
  89. package/es/packages/components/cropper/src/cropper-image.mjs.map +1 -0
  90. package/es/packages/components/cropper/src/cropper-image.vue.mjs +8 -0
  91. package/es/packages/components/cropper/src/cropper-image.vue.mjs.map +1 -0
  92. package/es/packages/components/cropper/src/cropper-image.vue2.mjs +137 -0
  93. package/es/packages/components/cropper/src/cropper-image.vue2.mjs.map +1 -0
  94. package/es/packages/components/cropper/src/cropper-modal.vue.mjs +8 -0
  95. package/es/packages/components/cropper/src/cropper-modal.vue.mjs.map +1 -0
  96. package/es/packages/components/cropper/src/cropper-modal.vue2.mjs +407 -0
  97. package/es/packages/components/cropper/src/cropper-modal.vue2.mjs.map +1 -0
  98. package/es/packages/components/empty/src/empty.mjs +7 -0
  99. package/es/packages/components/empty/src/empty.mjs.map +1 -1
  100. package/es/packages/components/empty/src/empty.vue2.mjs +4 -4
  101. package/es/packages/components/empty/src/empty.vue2.mjs.map +1 -1
  102. package/es/packages/components/form/index.mjs +1 -1
  103. package/es/packages/components/form/src/components/form-component.vue2.mjs +14 -9
  104. package/es/packages/components/form/src/components/form-component.vue2.mjs.map +1 -1
  105. package/es/packages/components/form/src/config/form-component.mjs +4 -1
  106. package/es/packages/components/form/src/config/form-component.mjs.map +1 -1
  107. package/es/packages/components/form/src/config/form.mjs +1 -1
  108. package/es/packages/components/form/src/config/form.mjs.map +1 -1
  109. package/es/packages/components/form/src/config/index.mjs +1 -1
  110. package/es/packages/components/form/src/form.vue2.mjs +12 -15
  111. package/es/packages/components/form/src/form.vue2.mjs.map +1 -1
  112. package/es/packages/components/index.mjs +3 -1
  113. package/es/packages/components/index.mjs.map +1 -1
  114. package/es/packages/components/select-group/src/select-group.mjs.map +1 -1
  115. package/es/packages/components/select-group/src/select-group.vue2.mjs +1 -0
  116. package/es/packages/components/select-group/src/select-group.vue2.mjs.map +1 -1
  117. package/es/packages/utils/file.mjs +13 -1
  118. package/es/packages/utils/file.mjs.map +1 -1
  119. package/es/packages/utils/index.mjs +1 -1
  120. package/es/utils/file.d.ts +4 -0
  121. package/global.d.ts +2 -0
  122. package/index.full.js +3903 -610
  123. package/index.full.min.js +41 -28
  124. package/index.full.min.js.map +1 -1
  125. package/index.full.min.mjs +40 -27
  126. package/index.full.min.mjs.map +1 -1
  127. package/index.full.mjs +3897 -612
  128. package/lib/component.js +92 -89
  129. package/lib/component.js.map +1 -1
  130. package/lib/components/advanced-filtering/index.d.ts +336 -318
  131. package/lib/components/advanced-filtering/src/advanced-filtering.vue.d.ts +170 -161
  132. package/lib/components/advanced-filtering/src/components/advanced-filtering-params.vue.d.ts +163 -153
  133. package/lib/components/advanced-filtering/src/components/advanced-filtering-tags.vue.d.ts +4 -4
  134. package/lib/components/api-component/index.d.ts +32 -32
  135. package/lib/components/api-component/src/api-component.vue.d.ts +32 -32
  136. package/lib/components/api-component/src/components/api-modal.vue.d.ts +6 -6
  137. package/lib/components/api-component/src/components/body-component.vue.d.ts +14 -14
  138. package/lib/components/api-component/src/components/click-input.vue.d.ts +10 -10
  139. package/lib/components/api-component/src/components/params-table-row.vue.d.ts +12 -12
  140. package/lib/components/api-component/src/components/params-table.vue.d.ts +14 -14
  141. package/lib/components/api-component/src/config/api-modal.d.ts +1 -1
  142. package/lib/components/api-component/src/config/click-input.d.ts +1 -1
  143. package/lib/components/avatar/index.d.ts +19 -51
  144. package/lib/components/avatar/src/avatar.d.ts +8 -38
  145. package/lib/components/avatar/src/avatar.vue.d.ts +19 -51
  146. package/lib/components/checkbox/index.d.ts +217 -217
  147. package/lib/components/checkbox/src/checkbox-group.vue.d.ts +217 -217
  148. package/lib/components/checkbox/src/checkbox.d.ts +56 -56
  149. package/lib/components/code-editor/index.d.ts +2 -2
  150. package/lib/components/code-editor/src/code-editor.vue.d.ts +2 -2
  151. package/lib/components/cropper/index.d.ts +1485 -0
  152. package/lib/components/cropper/src/cropper-image.d.ts +51 -0
  153. package/lib/components/cropper/src/cropper-image.vue.d.ts +93 -0
  154. package/lib/components/cropper/src/cropper-modal.vue.d.ts +1391 -0
  155. package/lib/components/drawer/index.d.ts +11 -11
  156. package/lib/components/drawer/src/components/second-confirmation/index.d.ts +9 -9
  157. package/lib/components/drawer/src/components/second-confirmation/src/second-confirmation.vue.d.ts +9 -9
  158. package/lib/components/drawer/src/drawer.vue.d.ts +11 -11
  159. package/lib/components/easy-cron/index.d.ts +82 -82
  160. package/lib/components/easy-cron/src/components/easy-cron-inner.vue.d.ts +77 -77
  161. package/lib/components/easy-cron/src/components/easy-cron-modal.vue.d.ts +77 -77
  162. package/lib/components/easy-cron/src/easy-cron.vue.d.ts +82 -82
  163. package/lib/components/empty/index.d.ts +4 -0
  164. package/lib/components/empty/src/empty.d.ts +1 -0
  165. package/lib/components/empty/src/empty.vue.d.ts +4 -0
  166. package/lib/components/form/index.d.ts +166 -150
  167. package/lib/components/form/src/components/form-component.vue.d.ts +9 -2
  168. package/lib/components/form/src/config/form-component.d.ts +4 -1
  169. package/lib/components/form/src/config/form.d.ts +63 -57
  170. package/lib/components/form/src/form.vue.d.ts +157 -148
  171. package/lib/components/index.d.ts +1 -0
  172. package/lib/components/input/index.d.ts +31 -31
  173. package/lib/components/input/src/input.vue.d.ts +31 -31
  174. package/lib/components/key-value/index.d.ts +774 -720
  175. package/lib/components/key-value/src/components/key-value-item.vue.d.ts +258 -240
  176. package/lib/components/key-value/src/key-value.vue.d.ts +774 -720
  177. package/lib/components/modal/index.d.ts +4 -4
  178. package/lib/components/modal/src/modal.vue.d.ts +4 -4
  179. package/lib/components/rich-text-editor/index.d.ts +1 -1
  180. package/lib/components/rich-text-editor/src/rich-text-editor.vue.d.ts +1 -1
  181. package/lib/components/select/index.d.ts +11 -11
  182. package/lib/components/select/src/select.vue.d.ts +11 -11
  183. package/lib/components/select-group/index.d.ts +6 -6
  184. package/lib/components/select-group/src/select-group.d.ts +1 -1
  185. package/lib/components/select-group/src/select-group.vue.d.ts +6 -6
  186. package/lib/components/table/index.d.ts +6 -6
  187. package/lib/components/table/src/components/main-table.vue.d.ts +2 -2
  188. package/lib/components/table/src/config/table.d.ts +2 -2
  189. package/lib/components/table/src/table.vue.d.ts +6 -6
  190. package/lib/components/textarea/index.d.ts +5 -5
  191. package/lib/components/textarea/src/textarea.vue.d.ts +5 -5
  192. package/lib/components/tooltip/index.d.ts +4 -4
  193. package/lib/components/tooltip/src/tooltip.d.ts +1 -1
  194. package/lib/components/tooltip/src/tooltip.vue.d.ts +4 -4
  195. package/lib/components/tree-search/index.d.ts +15 -15
  196. package/lib/components/tree-search/src/config/tree-search.d.ts +4 -4
  197. package/lib/components/tree-search/src/tree-search.vue.d.ts +15 -15
  198. package/lib/components/upload-drag/index.d.ts +4 -4
  199. package/lib/components/upload-drag/src/upload-drag.vue.d.ts +4 -4
  200. package/lib/index.js +101 -91
  201. package/lib/index.js.map +1 -1
  202. package/lib/node_modules/.pnpm/@vueuse_shared@10.9.0_vue@3.4.25/node_modules/@vueuse/shared/index.js +1696 -0
  203. package/lib/node_modules/.pnpm/@vueuse_shared@10.9.0_vue@3.4.25/node_modules/@vueuse/shared/index.js.map +1 -0
  204. package/lib/node_modules/.pnpm/vue-demi@0.14.7_vue@3.4.25/node_modules/vue-demi/lib/index.js +61 -0
  205. package/lib/node_modules/.pnpm/vue-demi@0.14.7_vue@3.4.25/node_modules/vue-demi/lib/index.js.map +1 -0
  206. package/lib/packages/components/advanced-filtering/src/components/advanced-filtering-params.vue2.js +5 -15
  207. package/lib/packages/components/advanced-filtering/src/components/advanced-filtering-params.vue2.js.map +1 -1
  208. package/lib/packages/components/avatar/src/avatar.js +2 -15
  209. package/lib/packages/components/avatar/src/avatar.js.map +1 -1
  210. package/lib/packages/components/avatar/src/avatar.vue2.js +39 -102
  211. package/lib/packages/components/avatar/src/avatar.vue2.js.map +1 -1
  212. package/lib/packages/components/checkbox/index.js.map +1 -1
  213. package/lib/packages/components/cropper/index.js +20 -0
  214. package/lib/packages/components/cropper/index.js.map +1 -0
  215. package/lib/packages/components/cropper/src/cropper-image.js +83 -0
  216. package/lib/packages/components/cropper/src/cropper-image.js.map +1 -0
  217. package/lib/packages/components/cropper/src/cropper-image.vue.js +12 -0
  218. package/lib/packages/components/cropper/src/cropper-image.vue.js.map +1 -0
  219. package/lib/packages/components/cropper/src/cropper-image.vue2.js +141 -0
  220. package/lib/packages/components/cropper/src/cropper-image.vue2.js.map +1 -0
  221. package/lib/packages/components/cropper/src/cropper-modal.vue.js +12 -0
  222. package/lib/packages/components/cropper/src/cropper-modal.vue.js.map +1 -0
  223. package/lib/packages/components/cropper/src/cropper-modal.vue2.js +411 -0
  224. package/lib/packages/components/cropper/src/cropper-modal.vue2.js.map +1 -0
  225. package/lib/packages/components/empty/src/empty.js +7 -0
  226. package/lib/packages/components/empty/src/empty.js.map +1 -1
  227. package/lib/packages/components/empty/src/empty.vue2.js +3 -3
  228. package/lib/packages/components/empty/src/empty.vue2.js.map +1 -1
  229. package/lib/packages/components/form/index.js +1 -0
  230. package/lib/packages/components/form/index.js.map +1 -1
  231. package/lib/packages/components/form/src/components/form-component.vue2.js +12 -7
  232. package/lib/packages/components/form/src/components/form-component.vue2.js.map +1 -1
  233. package/lib/packages/components/form/src/config/form-component.js +4 -0
  234. package/lib/packages/components/form/src/config/form-component.js.map +1 -1
  235. package/lib/packages/components/form/src/config/form.js +1 -1
  236. package/lib/packages/components/form/src/config/form.js.map +1 -1
  237. package/lib/packages/components/form/src/config/index.js +1 -0
  238. package/lib/packages/components/form/src/config/index.js.map +1 -1
  239. package/lib/packages/components/form/src/form.vue2.js +12 -15
  240. package/lib/packages/components/form/src/form.vue2.js.map +1 -1
  241. package/lib/packages/components/index.js +101 -91
  242. package/lib/packages/components/index.js.map +1 -1
  243. package/lib/packages/components/select-group/src/select-group.js.map +1 -1
  244. package/lib/packages/components/select-group/src/select-group.vue2.js +1 -0
  245. package/lib/packages/components/select-group/src/select-group.vue2.js.map +1 -1
  246. package/lib/packages/utils/file.js +13 -0
  247. package/lib/packages/utils/file.js.map +1 -1
  248. package/lib/packages/utils/index.js +1 -0
  249. package/lib/packages/utils/index.js.map +1 -1
  250. package/lib/utils/file.d.ts +4 -0
  251. package/package.json +2 -1
  252. package/theme-chalk/css/cropper.css +13 -0
  253. package/theme-chalk/css/index.css +9 -1
  254. package/types/packages/components/advanced-filtering/index.d.ts +336 -318
  255. package/types/packages/components/advanced-filtering/src/advanced-filtering.vue.d.ts +170 -161
  256. package/types/packages/components/advanced-filtering/src/components/advanced-filtering-params.vue.d.ts +163 -153
  257. package/types/packages/components/advanced-filtering/src/components/advanced-filtering-tags.vue.d.ts +4 -4
  258. package/types/packages/components/api-component/index.d.ts +32 -32
  259. package/types/packages/components/api-component/src/api-component.vue.d.ts +32 -32
  260. package/types/packages/components/api-component/src/components/api-modal.vue.d.ts +6 -6
  261. package/types/packages/components/api-component/src/components/body-component.vue.d.ts +14 -14
  262. package/types/packages/components/api-component/src/components/click-input.vue.d.ts +10 -10
  263. package/types/packages/components/api-component/src/components/params-table-row.vue.d.ts +12 -12
  264. package/types/packages/components/api-component/src/components/params-table.vue.d.ts +14 -14
  265. package/types/packages/components/api-component/src/config/api-modal.d.ts +1 -1
  266. package/types/packages/components/api-component/src/config/click-input.d.ts +1 -1
  267. package/types/packages/components/avatar/index.d.ts +19 -51
  268. package/types/packages/components/avatar/src/avatar.d.ts +8 -38
  269. package/types/packages/components/avatar/src/avatar.vue.d.ts +19 -51
  270. package/types/packages/components/checkbox/index.d.ts +217 -217
  271. package/types/packages/components/checkbox/src/checkbox-group.vue.d.ts +217 -217
  272. package/types/packages/components/checkbox/src/checkbox.d.ts +56 -56
  273. package/types/packages/components/code-editor/index.d.ts +2 -2
  274. package/types/packages/components/code-editor/src/code-editor.vue.d.ts +2 -2
  275. package/types/packages/components/cropper/index.d.ts +1485 -0
  276. package/types/packages/components/cropper/src/cropper-image.d.ts +51 -0
  277. package/types/packages/components/cropper/src/cropper-image.vue.d.ts +93 -0
  278. package/types/packages/components/cropper/src/cropper-modal.vue.d.ts +1391 -0
  279. package/types/packages/components/drawer/index.d.ts +11 -11
  280. package/types/packages/components/drawer/src/components/second-confirmation/index.d.ts +9 -9
  281. package/types/packages/components/drawer/src/components/second-confirmation/src/second-confirmation.vue.d.ts +9 -9
  282. package/types/packages/components/drawer/src/drawer.vue.d.ts +11 -11
  283. package/types/packages/components/easy-cron/index.d.ts +82 -82
  284. package/types/packages/components/easy-cron/src/components/easy-cron-inner.vue.d.ts +77 -77
  285. package/types/packages/components/easy-cron/src/components/easy-cron-modal.vue.d.ts +77 -77
  286. package/types/packages/components/easy-cron/src/easy-cron.vue.d.ts +82 -82
  287. package/types/packages/components/empty/index.d.ts +4 -0
  288. package/types/packages/components/empty/src/empty.d.ts +1 -0
  289. package/types/packages/components/empty/src/empty.vue.d.ts +4 -0
  290. package/types/packages/components/form/index.d.ts +166 -150
  291. package/types/packages/components/form/src/components/form-component.vue.d.ts +9 -2
  292. package/types/packages/components/form/src/config/form-component.d.ts +4 -1
  293. package/types/packages/components/form/src/config/form.d.ts +63 -57
  294. package/types/packages/components/form/src/form.vue.d.ts +157 -148
  295. package/types/packages/components/index.d.ts +1 -0
  296. package/types/packages/components/input/index.d.ts +31 -31
  297. package/types/packages/components/input/src/input.vue.d.ts +31 -31
  298. package/types/packages/components/key-value/index.d.ts +774 -720
  299. package/types/packages/components/key-value/src/components/key-value-item.vue.d.ts +258 -240
  300. package/types/packages/components/key-value/src/key-value.vue.d.ts +774 -720
  301. package/types/packages/components/modal/index.d.ts +4 -4
  302. package/types/packages/components/modal/src/modal.vue.d.ts +4 -4
  303. package/types/packages/components/rich-text-editor/index.d.ts +1 -1
  304. package/types/packages/components/rich-text-editor/src/rich-text-editor.vue.d.ts +1 -1
  305. package/types/packages/components/select/index.d.ts +11 -11
  306. package/types/packages/components/select/src/select.vue.d.ts +11 -11
  307. package/types/packages/components/select-group/index.d.ts +6 -6
  308. package/types/packages/components/select-group/src/select-group.d.ts +1 -1
  309. package/types/packages/components/select-group/src/select-group.vue.d.ts +6 -6
  310. package/types/packages/components/table/index.d.ts +6 -6
  311. package/types/packages/components/table/src/components/main-table.vue.d.ts +2 -2
  312. package/types/packages/components/table/src/config/table.d.ts +2 -2
  313. package/types/packages/components/table/src/table.vue.d.ts +6 -6
  314. package/types/packages/components/textarea/index.d.ts +5 -5
  315. package/types/packages/components/textarea/src/textarea.vue.d.ts +5 -5
  316. package/types/packages/components/tooltip/index.d.ts +4 -4
  317. package/types/packages/components/tooltip/src/tooltip.d.ts +1 -1
  318. package/types/packages/components/tooltip/src/tooltip.vue.d.ts +4 -4
  319. package/types/packages/components/tree-search/index.d.ts +15 -15
  320. package/types/packages/components/tree-search/src/config/tree-search.d.ts +4 -4
  321. package/types/packages/components/tree-search/src/tree-search.vue.d.ts +15 -15
  322. package/types/packages/components/upload-drag/index.d.ts +4 -4
  323. package/types/packages/components/upload-drag/src/upload-drag.vue.d.ts +4 -4
  324. package/types/packages/utils/file.d.ts +4 -0
@@ -1079,21 +1079,21 @@ declare const _default: import("vue").DefineComponent<{
1079
1079
  readonly formData: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("ll-plus/es/index").FormData) | (() => import("ll-plus/es/index").FormData) | ((new (...args: any[]) => import("ll-plus/es/index").FormData) | (() => import("ll-plus/es/index").FormData))[], unknown, unknown, () => {}, boolean>;
1080
1080
  readonly rowOptions: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
1081
1081
  align: {
1082
- type: import("vue").PropType<"middle" | "bottom" | "top" | "stretch" | {
1083
- xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
1084
- sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
1085
- md?: "middle" | "bottom" | "top" | "stretch" | undefined;
1086
- lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
1087
- xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
1088
- xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
1082
+ type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
1083
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
1084
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
1085
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
1086
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
1087
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
1088
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
1089
1089
  }>;
1090
- default: "middle" | "bottom" | "top" | "stretch" | {
1091
- xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
1092
- sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
1093
- md?: "middle" | "bottom" | "top" | "stretch" | undefined;
1094
- lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
1095
- xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
1096
- xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
1090
+ default: "middle" | "top" | "bottom" | "stretch" | {
1091
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
1092
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
1093
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
1094
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
1095
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
1096
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
1097
1097
  };
1098
1098
  };
1099
1099
  justify: {
@@ -1125,21 +1125,21 @@ declare const _default: import("vue").DefineComponent<{
1125
1125
  };
1126
1126
  }>>) | (() => Partial<import("vue").ExtractPropTypes<{
1127
1127
  align: {
1128
- type: import("vue").PropType<"middle" | "bottom" | "top" | "stretch" | {
1129
- xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
1130
- sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
1131
- md?: "middle" | "bottom" | "top" | "stretch" | undefined;
1132
- lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
1133
- xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
1134
- xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
1128
+ type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
1129
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
1130
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
1131
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
1132
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
1133
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
1134
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
1135
1135
  }>;
1136
- default: "middle" | "bottom" | "top" | "stretch" | {
1137
- xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
1138
- sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
1139
- md?: "middle" | "bottom" | "top" | "stretch" | undefined;
1140
- lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
1141
- xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
1142
- xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
1136
+ default: "middle" | "top" | "bottom" | "stretch" | {
1137
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
1138
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
1139
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
1140
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
1141
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
1142
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
1143
1143
  };
1144
1144
  };
1145
1145
  justify: {
@@ -1171,21 +1171,21 @@ declare const _default: import("vue").DefineComponent<{
1171
1171
  };
1172
1172
  }>>) | ((new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
1173
1173
  align: {
1174
- type: import("vue").PropType<"middle" | "bottom" | "top" | "stretch" | {
1175
- xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
1176
- sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
1177
- md?: "middle" | "bottom" | "top" | "stretch" | undefined;
1178
- lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
1179
- xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
1180
- xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
1174
+ type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
1175
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
1176
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
1177
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
1178
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
1179
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
1180
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
1181
1181
  }>;
1182
- default: "middle" | "bottom" | "top" | "stretch" | {
1183
- xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
1184
- sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
1185
- md?: "middle" | "bottom" | "top" | "stretch" | undefined;
1186
- lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
1187
- xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
1188
- xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
1182
+ default: "middle" | "top" | "bottom" | "stretch" | {
1183
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
1184
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
1185
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
1186
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
1187
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
1188
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
1189
1189
  };
1190
1190
  };
1191
1191
  justify: {
@@ -1217,21 +1217,21 @@ declare const _default: import("vue").DefineComponent<{
1217
1217
  };
1218
1218
  }>>) | (() => Partial<import("vue").ExtractPropTypes<{
1219
1219
  align: {
1220
- type: import("vue").PropType<"middle" | "bottom" | "top" | "stretch" | {
1221
- xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
1222
- sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
1223
- md?: "middle" | "bottom" | "top" | "stretch" | undefined;
1224
- lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
1225
- xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
1226
- xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
1220
+ type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
1221
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
1222
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
1223
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
1224
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
1225
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
1226
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
1227
1227
  }>;
1228
- default: "middle" | "bottom" | "top" | "stretch" | {
1229
- xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
1230
- sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
1231
- md?: "middle" | "bottom" | "top" | "stretch" | undefined;
1232
- lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
1233
- xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
1234
- xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
1228
+ default: "middle" | "top" | "bottom" | "stretch" | {
1229
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
1230
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
1231
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
1232
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
1233
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
1234
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
1235
1235
  };
1236
1236
  };
1237
1237
  justify: {
@@ -1266,10 +1266,9 @@ declare const _default: import("vue").DefineComponent<{
1266
1266
  }, boolean>;
1267
1267
  readonly loading: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
1268
1268
  }>> & {
1269
- onChange?: ((value: import("ll-plus/es/index").FormData) => any) | undefined;
1269
+ onChange?: ((params: import("ll-plus/es/index").FormChangeEvent) => any) | undefined;
1270
1270
  }, {
1271
1271
  props: import("@vue/shared").LooseRequired<{
1272
- readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
1273
1272
  readonly formOptions: Partial<import("vue").ExtractPropTypes<{
1274
1273
  layout: import("vue-types").VueTypeDef<string>;
1275
1274
  labelCol: {
@@ -1494,23 +1493,24 @@ declare const _default: import("vue").DefineComponent<{
1494
1493
  default: (name: string | number | string[] | number[], status: boolean, errors: string[]) => void;
1495
1494
  };
1496
1495
  }>>;
1496
+ readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
1497
1497
  readonly rowOptions: Partial<import("vue").ExtractPropTypes<{
1498
1498
  align: {
1499
- type: import("vue").PropType<"middle" | "bottom" | "top" | "stretch" | {
1500
- xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
1501
- sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
1502
- md?: "middle" | "bottom" | "top" | "stretch" | undefined;
1503
- lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
1504
- xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
1505
- xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
1499
+ type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
1500
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
1501
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
1502
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
1503
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
1504
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
1505
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
1506
1506
  }>;
1507
- default: "middle" | "bottom" | "top" | "stretch" | {
1508
- xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
1509
- sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
1510
- md?: "middle" | "bottom" | "top" | "stretch" | undefined;
1511
- lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
1512
- xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
1513
- xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
1507
+ default: "middle" | "top" | "bottom" | "stretch" | {
1508
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
1509
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
1510
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
1511
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
1512
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
1513
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
1514
1514
  };
1515
1515
  };
1516
1516
  justify: {
@@ -1543,9 +1543,9 @@ declare const _default: import("vue").DefineComponent<{
1543
1543
  }>>;
1544
1544
  readonly formColumns: any[];
1545
1545
  readonly formData: import("ll-plus/es/index").FormData;
1546
- readonly onChange?: ((value: import("ll-plus/es/index").FormData) => any) | undefined;
1546
+ readonly onChange?: ((params: import("ll-plus/es/index").FormChangeEvent) => any) | undefined;
1547
1547
  } & {}>;
1548
- emits: (event: "change", value: import("ll-plus/es/index").FormData) => void;
1548
+ emits: (event: "change", params: import("ll-plus/es/index").FormChangeEvent) => void;
1549
1549
  bem: {
1550
1550
  b: (blockSuffix?: string) => string;
1551
1551
  e: (element?: string) => string;
@@ -1558,12 +1558,14 @@ declare const _default: import("vue").DefineComponent<{
1558
1558
  };
1559
1559
  formData: import("ll-plus/es/index").FormData;
1560
1560
  formRef: import("vue").Ref<any>;
1561
+ id: import("vue").Ref<string>;
1561
1562
  validate: () => Promise<any>;
1562
1563
  resetFields: () => Promise<any>;
1563
1564
  clearValidate: (nameList?: import("ant-design-vue/es/form/interface").NamePath[] | undefined) => Promise<any>;
1564
1565
  scrollToField: (name: import("ant-design-vue/es/form/interface").NamePath, options?: ScrollOptions | undefined) => Promise<any>;
1565
1566
  getBindValue: (item: any) => import("lodash").Omit<any, "label">;
1566
1567
  getFormItemClass: (item?: any) => string;
1568
+ handleChangeField: (item: any) => void;
1567
1569
  readonly isEmpty: {
1568
1570
  <T extends {
1569
1571
  __trapAny: any;
@@ -1589,11 +1591,16 @@ declare const _default: import("vue").DefineComponent<{
1589
1591
  props: import("@vue/shared").LooseRequired<{
1590
1592
  readonly formData: import("ll-plus/es/index").FormData;
1591
1593
  readonly item: any;
1594
+ readonly onChangeField?: ((item: any) => any) | undefined;
1592
1595
  } & {}>;
1596
+ emits: (event: "changeField", item: any) => void;
1593
1597
  formData: import("ll-plus/es/index").FormData;
1594
1598
  getBindValue: (item: any) => import("lodash").Omit<any, "label">;
1599
+ handleChange: (e: any) => void;
1595
1600
  readonly checkedType: string[];
1596
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
1601
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
1602
+ readonly changeField: (item: any) => boolean;
1603
+ }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
1597
1604
  readonly item: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => any) | (() => any) | {
1598
1605
  (): any;
1599
1606
  new (): any;
@@ -1604,12 +1611,14 @@ declare const _default: import("vue").DefineComponent<{
1604
1611
  readonly prototype: any;
1605
1612
  })[], unknown, unknown, () => {}, boolean>;
1606
1613
  readonly formData: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("ll-plus/es/index").FormData) | (() => import("ll-plus/es/index").FormData) | ((new (...args: any[]) => import("ll-plus/es/index").FormData) | (() => import("ll-plus/es/index").FormData))[], unknown, unknown, () => {}, boolean>;
1607
- }>>, {
1614
+ }>> & {
1615
+ onChangeField?: ((item: any) => any) | undefined;
1616
+ }, {
1608
1617
  readonly formData: import("ll-plus/es/index").FormData;
1609
1618
  readonly item: any;
1610
1619
  }, {}>;
1611
1620
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
1612
- change: (value: import("ll-plus/es/index").FormData) => boolean;
1621
+ change: (params: import("ll-plus/es/index").FormChangeEvent) => boolean;
1613
1622
  }, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
1614
1623
  readonly formColumns: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => any[]) | (() => any[]) | ((new (...args: any[]) => any[]) | (() => any[]))[], unknown, unknown, () => never[], boolean>;
1615
1624
  readonly formOptions: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
@@ -2510,21 +2519,21 @@ declare const _default: import("vue").DefineComponent<{
2510
2519
  readonly formData: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("ll-plus/es/index").FormData) | (() => import("ll-plus/es/index").FormData) | ((new (...args: any[]) => import("ll-plus/es/index").FormData) | (() => import("ll-plus/es/index").FormData))[], unknown, unknown, () => {}, boolean>;
2511
2520
  readonly rowOptions: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
2512
2521
  align: {
2513
- type: import("vue").PropType<"middle" | "bottom" | "top" | "stretch" | {
2514
- xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
2515
- sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
2516
- md?: "middle" | "bottom" | "top" | "stretch" | undefined;
2517
- lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
2518
- xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
2519
- xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
2522
+ type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
2523
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
2524
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
2525
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
2526
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
2527
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
2528
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
2520
2529
  }>;
2521
- default: "middle" | "bottom" | "top" | "stretch" | {
2522
- xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
2523
- sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
2524
- md?: "middle" | "bottom" | "top" | "stretch" | undefined;
2525
- lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
2526
- xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
2527
- xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
2530
+ default: "middle" | "top" | "bottom" | "stretch" | {
2531
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
2532
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
2533
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
2534
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
2535
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
2536
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
2528
2537
  };
2529
2538
  };
2530
2539
  justify: {
@@ -2556,21 +2565,21 @@ declare const _default: import("vue").DefineComponent<{
2556
2565
  };
2557
2566
  }>>) | (() => Partial<import("vue").ExtractPropTypes<{
2558
2567
  align: {
2559
- type: import("vue").PropType<"middle" | "bottom" | "top" | "stretch" | {
2560
- xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
2561
- sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
2562
- md?: "middle" | "bottom" | "top" | "stretch" | undefined;
2563
- lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
2564
- xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
2565
- xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
2568
+ type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
2569
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
2570
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
2571
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
2572
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
2573
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
2574
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
2566
2575
  }>;
2567
- default: "middle" | "bottom" | "top" | "stretch" | {
2568
- xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
2569
- sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
2570
- md?: "middle" | "bottom" | "top" | "stretch" | undefined;
2571
- lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
2572
- xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
2573
- xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
2576
+ default: "middle" | "top" | "bottom" | "stretch" | {
2577
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
2578
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
2579
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
2580
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
2581
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
2582
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
2574
2583
  };
2575
2584
  };
2576
2585
  justify: {
@@ -2602,21 +2611,21 @@ declare const _default: import("vue").DefineComponent<{
2602
2611
  };
2603
2612
  }>>) | ((new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
2604
2613
  align: {
2605
- type: import("vue").PropType<"middle" | "bottom" | "top" | "stretch" | {
2606
- xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
2607
- sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
2608
- md?: "middle" | "bottom" | "top" | "stretch" | undefined;
2609
- lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
2610
- xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
2611
- xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
2614
+ type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
2615
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
2616
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
2617
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
2618
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
2619
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
2620
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
2612
2621
  }>;
2613
- default: "middle" | "bottom" | "top" | "stretch" | {
2614
- xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
2615
- sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
2616
- md?: "middle" | "bottom" | "top" | "stretch" | undefined;
2617
- lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
2618
- xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
2619
- xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
2622
+ default: "middle" | "top" | "bottom" | "stretch" | {
2623
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
2624
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
2625
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
2626
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
2627
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
2628
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
2620
2629
  };
2621
2630
  };
2622
2631
  justify: {
@@ -2648,21 +2657,21 @@ declare const _default: import("vue").DefineComponent<{
2648
2657
  };
2649
2658
  }>>) | (() => Partial<import("vue").ExtractPropTypes<{
2650
2659
  align: {
2651
- type: import("vue").PropType<"middle" | "bottom" | "top" | "stretch" | {
2652
- xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
2653
- sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
2654
- md?: "middle" | "bottom" | "top" | "stretch" | undefined;
2655
- lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
2656
- xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
2657
- xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
2660
+ type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
2661
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
2662
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
2663
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
2664
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
2665
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
2666
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
2658
2667
  }>;
2659
- default: "middle" | "bottom" | "top" | "stretch" | {
2660
- xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
2661
- sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
2662
- md?: "middle" | "bottom" | "top" | "stretch" | undefined;
2663
- lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
2664
- xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
2665
- xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
2668
+ default: "middle" | "top" | "bottom" | "stretch" | {
2669
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
2670
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
2671
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
2672
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
2673
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
2674
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
2666
2675
  };
2667
2676
  };
2668
2677
  justify: {
@@ -2697,9 +2706,8 @@ declare const _default: import("vue").DefineComponent<{
2697
2706
  }, boolean>;
2698
2707
  readonly loading: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
2699
2708
  }>> & {
2700
- onChange?: ((value: import("ll-plus/es/index").FormData) => any) | undefined;
2709
+ onChange?: ((params: import("ll-plus/es/index").FormChangeEvent) => any) | undefined;
2701
2710
  }, {
2702
- readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
2703
2711
  readonly formOptions: Partial<import("vue").ExtractPropTypes<{
2704
2712
  layout: import("vue-types").VueTypeDef<string>;
2705
2713
  labelCol: {
@@ -2924,23 +2932,24 @@ declare const _default: import("vue").DefineComponent<{
2924
2932
  default: (name: string | number | string[] | number[], status: boolean, errors: string[]) => void;
2925
2933
  };
2926
2934
  }>>;
2935
+ readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
2927
2936
  readonly rowOptions: Partial<import("vue").ExtractPropTypes<{
2928
2937
  align: {
2929
- type: import("vue").PropType<"middle" | "bottom" | "top" | "stretch" | {
2930
- xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
2931
- sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
2932
- md?: "middle" | "bottom" | "top" | "stretch" | undefined;
2933
- lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
2934
- xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
2935
- xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
2938
+ type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
2939
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
2940
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
2941
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
2942
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
2943
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
2944
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
2936
2945
  }>;
2937
- default: "middle" | "bottom" | "top" | "stretch" | {
2938
- xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
2939
- sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
2940
- md?: "middle" | "bottom" | "top" | "stretch" | undefined;
2941
- lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
2942
- xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
2943
- xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
2946
+ default: "middle" | "top" | "bottom" | "stretch" | {
2947
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
2948
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
2949
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
2950
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
2951
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
2952
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
2944
2953
  };
2945
2954
  };
2946
2955
  justify: {
@@ -3880,21 +3889,21 @@ declare const _default: import("vue").DefineComponent<{
3880
3889
  readonly formData: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("ll-plus/es/index").FormData) | (() => import("ll-plus/es/index").FormData) | ((new (...args: any[]) => import("ll-plus/es/index").FormData) | (() => import("ll-plus/es/index").FormData))[], unknown, unknown, () => {}, boolean>;
3881
3890
  readonly rowOptions: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
3882
3891
  align: {
3883
- type: import("vue").PropType<"middle" | "bottom" | "top" | "stretch" | {
3884
- xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
3885
- sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
3886
- md?: "middle" | "bottom" | "top" | "stretch" | undefined;
3887
- lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
3888
- xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
3889
- xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
3892
+ type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
3893
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
3894
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
3895
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
3896
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
3897
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
3898
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
3890
3899
  }>;
3891
- default: "middle" | "bottom" | "top" | "stretch" | {
3892
- xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
3893
- sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
3894
- md?: "middle" | "bottom" | "top" | "stretch" | undefined;
3895
- lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
3896
- xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
3897
- xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
3900
+ default: "middle" | "top" | "bottom" | "stretch" | {
3901
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
3902
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
3903
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
3904
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
3905
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
3906
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
3898
3907
  };
3899
3908
  };
3900
3909
  justify: {
@@ -3926,21 +3935,21 @@ declare const _default: import("vue").DefineComponent<{
3926
3935
  };
3927
3936
  }>>) | (() => Partial<import("vue").ExtractPropTypes<{
3928
3937
  align: {
3929
- type: import("vue").PropType<"middle" | "bottom" | "top" | "stretch" | {
3930
- xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
3931
- sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
3932
- md?: "middle" | "bottom" | "top" | "stretch" | undefined;
3933
- lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
3934
- xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
3935
- xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
3938
+ type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
3939
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
3940
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
3941
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
3942
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
3943
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
3944
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
3936
3945
  }>;
3937
- default: "middle" | "bottom" | "top" | "stretch" | {
3938
- xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
3939
- sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
3940
- md?: "middle" | "bottom" | "top" | "stretch" | undefined;
3941
- lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
3942
- xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
3943
- xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
3946
+ default: "middle" | "top" | "bottom" | "stretch" | {
3947
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
3948
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
3949
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
3950
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
3951
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
3952
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
3944
3953
  };
3945
3954
  };
3946
3955
  justify: {
@@ -3972,21 +3981,21 @@ declare const _default: import("vue").DefineComponent<{
3972
3981
  };
3973
3982
  }>>) | ((new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
3974
3983
  align: {
3975
- type: import("vue").PropType<"middle" | "bottom" | "top" | "stretch" | {
3976
- xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
3977
- sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
3978
- md?: "middle" | "bottom" | "top" | "stretch" | undefined;
3979
- lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
3980
- xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
3981
- xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
3984
+ type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
3985
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
3986
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
3987
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
3988
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
3989
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
3990
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
3982
3991
  }>;
3983
- default: "middle" | "bottom" | "top" | "stretch" | {
3984
- xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
3985
- sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
3986
- md?: "middle" | "bottom" | "top" | "stretch" | undefined;
3987
- lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
3988
- xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
3989
- xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
3992
+ default: "middle" | "top" | "bottom" | "stretch" | {
3993
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
3994
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
3995
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
3996
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
3997
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
3998
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
3990
3999
  };
3991
4000
  };
3992
4001
  justify: {
@@ -4018,21 +4027,21 @@ declare const _default: import("vue").DefineComponent<{
4018
4027
  };
4019
4028
  }>>) | (() => Partial<import("vue").ExtractPropTypes<{
4020
4029
  align: {
4021
- type: import("vue").PropType<"middle" | "bottom" | "top" | "stretch" | {
4022
- xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
4023
- sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
4024
- md?: "middle" | "bottom" | "top" | "stretch" | undefined;
4025
- lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
4026
- xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
4027
- xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
4030
+ type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
4031
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
4032
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
4033
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
4034
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
4035
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
4036
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
4028
4037
  }>;
4029
- default: "middle" | "bottom" | "top" | "stretch" | {
4030
- xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
4031
- sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
4032
- md?: "middle" | "bottom" | "top" | "stretch" | undefined;
4033
- lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
4034
- xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
4035
- xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
4038
+ default: "middle" | "top" | "bottom" | "stretch" | {
4039
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
4040
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
4041
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
4042
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
4043
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
4044
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
4036
4045
  };
4037
4046
  };
4038
4047
  justify: {
@@ -4067,10 +4076,9 @@ declare const _default: import("vue").DefineComponent<{
4067
4076
  }, boolean>;
4068
4077
  readonly loading: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
4069
4078
  }>> & {
4070
- onChange?: ((value: import("ll-plus/es/index").FormData) => any) | undefined;
4079
+ onChange?: ((params: import("ll-plus/es/index").FormChangeEvent) => any) | undefined;
4071
4080
  }, {
4072
4081
  props: import("@vue/shared").LooseRequired<{
4073
- readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
4074
4082
  readonly formOptions: Partial<import("vue").ExtractPropTypes<{
4075
4083
  layout: import("vue-types").VueTypeDef<string>;
4076
4084
  labelCol: {
@@ -4295,23 +4303,24 @@ declare const _default: import("vue").DefineComponent<{
4295
4303
  default: (name: string | number | string[] | number[], status: boolean, errors: string[]) => void;
4296
4304
  };
4297
4305
  }>>;
4306
+ readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
4298
4307
  readonly rowOptions: Partial<import("vue").ExtractPropTypes<{
4299
4308
  align: {
4300
- type: import("vue").PropType<"middle" | "bottom" | "top" | "stretch" | {
4301
- xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
4302
- sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
4303
- md?: "middle" | "bottom" | "top" | "stretch" | undefined;
4304
- lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
4305
- xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
4306
- xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
4309
+ type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
4310
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
4311
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
4312
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
4313
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
4314
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
4315
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
4307
4316
  }>;
4308
- default: "middle" | "bottom" | "top" | "stretch" | {
4309
- xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
4310
- sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
4311
- md?: "middle" | "bottom" | "top" | "stretch" | undefined;
4312
- lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
4313
- xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
4314
- xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
4317
+ default: "middle" | "top" | "bottom" | "stretch" | {
4318
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
4319
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
4320
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
4321
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
4322
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
4323
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
4315
4324
  };
4316
4325
  };
4317
4326
  justify: {
@@ -4344,9 +4353,9 @@ declare const _default: import("vue").DefineComponent<{
4344
4353
  }>>;
4345
4354
  readonly formColumns: any[];
4346
4355
  readonly formData: import("ll-plus/es/index").FormData;
4347
- readonly onChange?: ((value: import("ll-plus/es/index").FormData) => any) | undefined;
4356
+ readonly onChange?: ((params: import("ll-plus/es/index").FormChangeEvent) => any) | undefined;
4348
4357
  } & {}>;
4349
- emits: (event: "change", value: import("ll-plus/es/index").FormData) => void;
4358
+ emits: (event: "change", params: import("ll-plus/es/index").FormChangeEvent) => void;
4350
4359
  bem: {
4351
4360
  b: (blockSuffix?: string) => string;
4352
4361
  e: (element?: string) => string;
@@ -4359,12 +4368,14 @@ declare const _default: import("vue").DefineComponent<{
4359
4368
  };
4360
4369
  formData: import("ll-plus/es/index").FormData;
4361
4370
  formRef: import("vue").Ref<any>;
4371
+ id: import("vue").Ref<string>;
4362
4372
  validate: () => Promise<any>;
4363
4373
  resetFields: () => Promise<any>;
4364
4374
  clearValidate: (nameList?: import("ant-design-vue/es/form/interface").NamePath[] | undefined) => Promise<any>;
4365
4375
  scrollToField: (name: import("ant-design-vue/es/form/interface").NamePath, options?: ScrollOptions | undefined) => Promise<any>;
4366
4376
  getBindValue: (item: any) => import("lodash").Omit<any, "label">;
4367
4377
  getFormItemClass: (item?: any) => string;
4378
+ handleChangeField: (item: any) => void;
4368
4379
  readonly isEmpty: {
4369
4380
  <T extends {
4370
4381
  __trapAny: any;
@@ -4390,11 +4401,16 @@ declare const _default: import("vue").DefineComponent<{
4390
4401
  props: import("@vue/shared").LooseRequired<{
4391
4402
  readonly formData: import("ll-plus/es/index").FormData;
4392
4403
  readonly item: any;
4404
+ readonly onChangeField?: ((item: any) => any) | undefined;
4393
4405
  } & {}>;
4406
+ emits: (event: "changeField", item: any) => void;
4394
4407
  formData: import("ll-plus/es/index").FormData;
4395
4408
  getBindValue: (item: any) => import("lodash").Omit<any, "label">;
4409
+ handleChange: (e: any) => void;
4396
4410
  readonly checkedType: string[];
4397
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
4411
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
4412
+ readonly changeField: (item: any) => boolean;
4413
+ }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
4398
4414
  readonly item: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => any) | (() => any) | {
4399
4415
  (): any;
4400
4416
  new (): any;
@@ -4405,12 +4421,13 @@ declare const _default: import("vue").DefineComponent<{
4405
4421
  readonly prototype: any;
4406
4422
  })[], unknown, unknown, () => {}, boolean>;
4407
4423
  readonly formData: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("ll-plus/es/index").FormData) | (() => import("ll-plus/es/index").FormData) | ((new (...args: any[]) => import("ll-plus/es/index").FormData) | (() => import("ll-plus/es/index").FormData))[], unknown, unknown, () => {}, boolean>;
4408
- }>>, {
4424
+ }>> & {
4425
+ onChangeField?: ((item: any) => any) | undefined;
4426
+ }, {
4409
4427
  readonly formData: import("ll-plus/es/index").FormData;
4410
4428
  readonly item: any;
4411
4429
  }, {}>;
4412
4430
  }, {}, {}, {}, {
4413
- readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
4414
4431
  readonly formOptions: Partial<import("vue").ExtractPropTypes<{
4415
4432
  layout: import("vue-types").VueTypeDef<string>;
4416
4433
  labelCol: {
@@ -4635,23 +4652,24 @@ declare const _default: import("vue").DefineComponent<{
4635
4652
  default: (name: string | number | string[] | number[], status: boolean, errors: string[]) => void;
4636
4653
  };
4637
4654
  }>>;
4655
+ readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
4638
4656
  readonly rowOptions: Partial<import("vue").ExtractPropTypes<{
4639
4657
  align: {
4640
- type: import("vue").PropType<"middle" | "bottom" | "top" | "stretch" | {
4641
- xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
4642
- sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
4643
- md?: "middle" | "bottom" | "top" | "stretch" | undefined;
4644
- lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
4645
- xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
4646
- xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
4658
+ type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
4659
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
4660
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
4661
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
4662
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
4663
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
4664
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
4647
4665
  }>;
4648
- default: "middle" | "bottom" | "top" | "stretch" | {
4649
- xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
4650
- sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
4651
- md?: "middle" | "bottom" | "top" | "stretch" | undefined;
4652
- lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
4653
- xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
4654
- xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
4666
+ default: "middle" | "top" | "bottom" | "stretch" | {
4667
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
4668
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
4669
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
4670
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
4671
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
4672
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
4655
4673
  };
4656
4674
  };
4657
4675
  justify: {
@@ -6016,21 +6034,21 @@ declare const _default: import("vue").DefineComponent<{
6016
6034
  readonly formData: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("ll-plus/es/index").FormData) | (() => import("ll-plus/es/index").FormData) | ((new (...args: any[]) => import("ll-plus/es/index").FormData) | (() => import("ll-plus/es/index").FormData))[], unknown, unknown, () => {}, boolean>;
6017
6035
  readonly rowOptions: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
6018
6036
  align: {
6019
- type: import("vue").PropType<"middle" | "bottom" | "top" | "stretch" | {
6020
- xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
6021
- sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
6022
- md?: "middle" | "bottom" | "top" | "stretch" | undefined;
6023
- lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
6024
- xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
6025
- xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
6037
+ type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
6038
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
6039
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
6040
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
6041
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
6042
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
6043
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
6026
6044
  }>;
6027
- default: "middle" | "bottom" | "top" | "stretch" | {
6028
- xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
6029
- sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
6030
- md?: "middle" | "bottom" | "top" | "stretch" | undefined;
6031
- lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
6032
- xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
6033
- xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
6045
+ default: "middle" | "top" | "bottom" | "stretch" | {
6046
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
6047
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
6048
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
6049
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
6050
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
6051
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
6034
6052
  };
6035
6053
  };
6036
6054
  justify: {
@@ -6062,21 +6080,21 @@ declare const _default: import("vue").DefineComponent<{
6062
6080
  };
6063
6081
  }>>) | (() => Partial<import("vue").ExtractPropTypes<{
6064
6082
  align: {
6065
- type: import("vue").PropType<"middle" | "bottom" | "top" | "stretch" | {
6066
- xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
6067
- sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
6068
- md?: "middle" | "bottom" | "top" | "stretch" | undefined;
6069
- lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
6070
- xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
6071
- xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
6083
+ type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
6084
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
6085
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
6086
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
6087
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
6088
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
6089
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
6072
6090
  }>;
6073
- default: "middle" | "bottom" | "top" | "stretch" | {
6074
- xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
6075
- sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
6076
- md?: "middle" | "bottom" | "top" | "stretch" | undefined;
6077
- lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
6078
- xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
6079
- xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
6091
+ default: "middle" | "top" | "bottom" | "stretch" | {
6092
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
6093
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
6094
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
6095
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
6096
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
6097
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
6080
6098
  };
6081
6099
  };
6082
6100
  justify: {
@@ -6108,21 +6126,21 @@ declare const _default: import("vue").DefineComponent<{
6108
6126
  };
6109
6127
  }>>) | ((new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
6110
6128
  align: {
6111
- type: import("vue").PropType<"middle" | "bottom" | "top" | "stretch" | {
6112
- xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
6113
- sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
6114
- md?: "middle" | "bottom" | "top" | "stretch" | undefined;
6115
- lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
6116
- xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
6117
- xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
6129
+ type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
6130
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
6131
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
6132
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
6133
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
6134
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
6135
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
6118
6136
  }>;
6119
- default: "middle" | "bottom" | "top" | "stretch" | {
6120
- xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
6121
- sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
6122
- md?: "middle" | "bottom" | "top" | "stretch" | undefined;
6123
- lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
6124
- xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
6125
- xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
6137
+ default: "middle" | "top" | "bottom" | "stretch" | {
6138
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
6139
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
6140
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
6141
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
6142
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
6143
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
6126
6144
  };
6127
6145
  };
6128
6146
  justify: {
@@ -6154,21 +6172,21 @@ declare const _default: import("vue").DefineComponent<{
6154
6172
  };
6155
6173
  }>>) | (() => Partial<import("vue").ExtractPropTypes<{
6156
6174
  align: {
6157
- type: import("vue").PropType<"middle" | "bottom" | "top" | "stretch" | {
6158
- xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
6159
- sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
6160
- md?: "middle" | "bottom" | "top" | "stretch" | undefined;
6161
- lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
6162
- xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
6163
- xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
6175
+ type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
6176
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
6177
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
6178
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
6179
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
6180
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
6181
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
6164
6182
  }>;
6165
- default: "middle" | "bottom" | "top" | "stretch" | {
6166
- xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
6167
- sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
6168
- md?: "middle" | "bottom" | "top" | "stretch" | undefined;
6169
- lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
6170
- xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
6171
- xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
6183
+ default: "middle" | "top" | "bottom" | "stretch" | {
6184
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
6185
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
6186
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
6187
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
6188
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
6189
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
6172
6190
  };
6173
6191
  };
6174
6192
  justify: {
@@ -6203,10 +6221,9 @@ declare const _default: import("vue").DefineComponent<{
6203
6221
  }, boolean>;
6204
6222
  readonly loading: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
6205
6223
  }>> & {
6206
- onChange?: ((value: import("ll-plus/es/index").FormData) => any) | undefined;
6224
+ onChange?: ((params: import("ll-plus/es/index").FormChangeEvent) => any) | undefined;
6207
6225
  }, {
6208
6226
  props: import("@vue/shared").LooseRequired<{
6209
- readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
6210
6227
  readonly formOptions: Partial<import("vue").ExtractPropTypes<{
6211
6228
  layout: import("vue-types").VueTypeDef<string>;
6212
6229
  labelCol: {
@@ -6431,23 +6448,24 @@ declare const _default: import("vue").DefineComponent<{
6431
6448
  default: (name: string | number | string[] | number[], status: boolean, errors: string[]) => void;
6432
6449
  };
6433
6450
  }>>;
6451
+ readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
6434
6452
  readonly rowOptions: Partial<import("vue").ExtractPropTypes<{
6435
6453
  align: {
6436
- type: import("vue").PropType<"middle" | "bottom" | "top" | "stretch" | {
6437
- xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
6438
- sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
6439
- md?: "middle" | "bottom" | "top" | "stretch" | undefined;
6440
- lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
6441
- xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
6442
- xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
6454
+ type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
6455
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
6456
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
6457
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
6458
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
6459
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
6460
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
6443
6461
  }>;
6444
- default: "middle" | "bottom" | "top" | "stretch" | {
6445
- xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
6446
- sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
6447
- md?: "middle" | "bottom" | "top" | "stretch" | undefined;
6448
- lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
6449
- xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
6450
- xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
6462
+ default: "middle" | "top" | "bottom" | "stretch" | {
6463
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
6464
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
6465
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
6466
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
6467
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
6468
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
6451
6469
  };
6452
6470
  };
6453
6471
  justify: {
@@ -6480,9 +6498,9 @@ declare const _default: import("vue").DefineComponent<{
6480
6498
  }>>;
6481
6499
  readonly formColumns: any[];
6482
6500
  readonly formData: import("ll-plus/es/index").FormData;
6483
- readonly onChange?: ((value: import("ll-plus/es/index").FormData) => any) | undefined;
6501
+ readonly onChange?: ((params: import("ll-plus/es/index").FormChangeEvent) => any) | undefined;
6484
6502
  } & {}>;
6485
- emits: (event: "change", value: import("ll-plus/es/index").FormData) => void;
6503
+ emits: (event: "change", params: import("ll-plus/es/index").FormChangeEvent) => void;
6486
6504
  bem: {
6487
6505
  b: (blockSuffix?: string) => string;
6488
6506
  e: (element?: string) => string;
@@ -6495,12 +6513,14 @@ declare const _default: import("vue").DefineComponent<{
6495
6513
  };
6496
6514
  formData: import("ll-plus/es/index").FormData;
6497
6515
  formRef: import("vue").Ref<any>;
6516
+ id: import("vue").Ref<string>;
6498
6517
  validate: () => Promise<any>;
6499
6518
  resetFields: () => Promise<any>;
6500
6519
  clearValidate: (nameList?: import("ant-design-vue/es/form/interface").NamePath[] | undefined) => Promise<any>;
6501
6520
  scrollToField: (name: import("ant-design-vue/es/form/interface").NamePath, options?: ScrollOptions | undefined) => Promise<any>;
6502
6521
  getBindValue: (item: any) => import("lodash").Omit<any, "label">;
6503
6522
  getFormItemClass: (item?: any) => string;
6523
+ handleChangeField: (item: any) => void;
6504
6524
  readonly isEmpty: {
6505
6525
  <T extends {
6506
6526
  __trapAny: any;
@@ -6526,11 +6546,16 @@ declare const _default: import("vue").DefineComponent<{
6526
6546
  props: import("@vue/shared").LooseRequired<{
6527
6547
  readonly formData: import("ll-plus/es/index").FormData;
6528
6548
  readonly item: any;
6549
+ readonly onChangeField?: ((item: any) => any) | undefined;
6529
6550
  } & {}>;
6551
+ emits: (event: "changeField", item: any) => void;
6530
6552
  formData: import("ll-plus/es/index").FormData;
6531
6553
  getBindValue: (item: any) => import("lodash").Omit<any, "label">;
6554
+ handleChange: (e: any) => void;
6532
6555
  readonly checkedType: string[];
6533
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
6556
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
6557
+ readonly changeField: (item: any) => boolean;
6558
+ }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
6534
6559
  readonly item: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => any) | (() => any) | {
6535
6560
  (): any;
6536
6561
  new (): any;
@@ -6541,12 +6566,14 @@ declare const _default: import("vue").DefineComponent<{
6541
6566
  readonly prototype: any;
6542
6567
  })[], unknown, unknown, () => {}, boolean>;
6543
6568
  readonly formData: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("ll-plus/es/index").FormData) | (() => import("ll-plus/es/index").FormData) | ((new (...args: any[]) => import("ll-plus/es/index").FormData) | (() => import("ll-plus/es/index").FormData))[], unknown, unknown, () => {}, boolean>;
6544
- }>>, {
6569
+ }>> & {
6570
+ onChangeField?: ((item: any) => any) | undefined;
6571
+ }, {
6545
6572
  readonly formData: import("ll-plus/es/index").FormData;
6546
6573
  readonly item: any;
6547
6574
  }, {}>;
6548
6575
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
6549
- change: (value: import("ll-plus/es/index").FormData) => boolean;
6576
+ change: (params: import("ll-plus/es/index").FormChangeEvent) => boolean;
6550
6577
  }, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
6551
6578
  readonly formColumns: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => any[]) | (() => any[]) | ((new (...args: any[]) => any[]) | (() => any[]))[], unknown, unknown, () => never[], boolean>;
6552
6579
  readonly formOptions: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
@@ -7447,21 +7474,21 @@ declare const _default: import("vue").DefineComponent<{
7447
7474
  readonly formData: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("ll-plus/es/index").FormData) | (() => import("ll-plus/es/index").FormData) | ((new (...args: any[]) => import("ll-plus/es/index").FormData) | (() => import("ll-plus/es/index").FormData))[], unknown, unknown, () => {}, boolean>;
7448
7475
  readonly rowOptions: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
7449
7476
  align: {
7450
- type: import("vue").PropType<"middle" | "bottom" | "top" | "stretch" | {
7451
- xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
7452
- sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
7453
- md?: "middle" | "bottom" | "top" | "stretch" | undefined;
7454
- lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
7455
- xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
7456
- xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
7477
+ type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
7478
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
7479
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
7480
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
7481
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
7482
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
7483
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
7457
7484
  }>;
7458
- default: "middle" | "bottom" | "top" | "stretch" | {
7459
- xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
7460
- sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
7461
- md?: "middle" | "bottom" | "top" | "stretch" | undefined;
7462
- lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
7463
- xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
7464
- xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
7485
+ default: "middle" | "top" | "bottom" | "stretch" | {
7486
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
7487
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
7488
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
7489
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
7490
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
7491
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
7465
7492
  };
7466
7493
  };
7467
7494
  justify: {
@@ -7493,21 +7520,21 @@ declare const _default: import("vue").DefineComponent<{
7493
7520
  };
7494
7521
  }>>) | (() => Partial<import("vue").ExtractPropTypes<{
7495
7522
  align: {
7496
- type: import("vue").PropType<"middle" | "bottom" | "top" | "stretch" | {
7497
- xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
7498
- sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
7499
- md?: "middle" | "bottom" | "top" | "stretch" | undefined;
7500
- lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
7501
- xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
7502
- xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
7523
+ type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
7524
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
7525
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
7526
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
7527
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
7528
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
7529
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
7503
7530
  }>;
7504
- default: "middle" | "bottom" | "top" | "stretch" | {
7505
- xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
7506
- sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
7507
- md?: "middle" | "bottom" | "top" | "stretch" | undefined;
7508
- lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
7509
- xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
7510
- xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
7531
+ default: "middle" | "top" | "bottom" | "stretch" | {
7532
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
7533
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
7534
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
7535
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
7536
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
7537
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
7511
7538
  };
7512
7539
  };
7513
7540
  justify: {
@@ -7539,21 +7566,21 @@ declare const _default: import("vue").DefineComponent<{
7539
7566
  };
7540
7567
  }>>) | ((new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
7541
7568
  align: {
7542
- type: import("vue").PropType<"middle" | "bottom" | "top" | "stretch" | {
7543
- xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
7544
- sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
7545
- md?: "middle" | "bottom" | "top" | "stretch" | undefined;
7546
- lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
7547
- xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
7548
- xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
7569
+ type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
7570
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
7571
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
7572
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
7573
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
7574
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
7575
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
7549
7576
  }>;
7550
- default: "middle" | "bottom" | "top" | "stretch" | {
7551
- xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
7552
- sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
7553
- md?: "middle" | "bottom" | "top" | "stretch" | undefined;
7554
- lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
7555
- xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
7556
- xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
7577
+ default: "middle" | "top" | "bottom" | "stretch" | {
7578
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
7579
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
7580
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
7581
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
7582
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
7583
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
7557
7584
  };
7558
7585
  };
7559
7586
  justify: {
@@ -7585,21 +7612,21 @@ declare const _default: import("vue").DefineComponent<{
7585
7612
  };
7586
7613
  }>>) | (() => Partial<import("vue").ExtractPropTypes<{
7587
7614
  align: {
7588
- type: import("vue").PropType<"middle" | "bottom" | "top" | "stretch" | {
7589
- xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
7590
- sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
7591
- md?: "middle" | "bottom" | "top" | "stretch" | undefined;
7592
- lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
7593
- xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
7594
- xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
7615
+ type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
7616
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
7617
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
7618
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
7619
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
7620
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
7621
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
7595
7622
  }>;
7596
- default: "middle" | "bottom" | "top" | "stretch" | {
7597
- xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
7598
- sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
7599
- md?: "middle" | "bottom" | "top" | "stretch" | undefined;
7600
- lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
7601
- xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
7602
- xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
7623
+ default: "middle" | "top" | "bottom" | "stretch" | {
7624
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
7625
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
7626
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
7627
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
7628
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
7629
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
7603
7630
  };
7604
7631
  };
7605
7632
  justify: {
@@ -7634,9 +7661,8 @@ declare const _default: import("vue").DefineComponent<{
7634
7661
  }, boolean>;
7635
7662
  readonly loading: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
7636
7663
  }>> & {
7637
- onChange?: ((value: import("ll-plus/es/index").FormData) => any) | undefined;
7664
+ onChange?: ((params: import("ll-plus/es/index").FormChangeEvent) => any) | undefined;
7638
7665
  }, {
7639
- readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
7640
7666
  readonly formOptions: Partial<import("vue").ExtractPropTypes<{
7641
7667
  layout: import("vue-types").VueTypeDef<string>;
7642
7668
  labelCol: {
@@ -7861,23 +7887,24 @@ declare const _default: import("vue").DefineComponent<{
7861
7887
  default: (name: string | number | string[] | number[], status: boolean, errors: string[]) => void;
7862
7888
  };
7863
7889
  }>>;
7890
+ readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
7864
7891
  readonly rowOptions: Partial<import("vue").ExtractPropTypes<{
7865
7892
  align: {
7866
- type: import("vue").PropType<"middle" | "bottom" | "top" | "stretch" | {
7867
- xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
7868
- sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
7869
- md?: "middle" | "bottom" | "top" | "stretch" | undefined;
7870
- lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
7871
- xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
7872
- xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
7893
+ type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
7894
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
7895
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
7896
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
7897
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
7898
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
7899
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
7873
7900
  }>;
7874
- default: "middle" | "bottom" | "top" | "stretch" | {
7875
- xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
7876
- sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
7877
- md?: "middle" | "bottom" | "top" | "stretch" | undefined;
7878
- lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
7879
- xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
7880
- xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
7901
+ default: "middle" | "top" | "bottom" | "stretch" | {
7902
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
7903
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
7904
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
7905
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
7906
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
7907
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
7881
7908
  };
7882
7909
  };
7883
7910
  justify: {
@@ -8817,21 +8844,21 @@ declare const _default: import("vue").DefineComponent<{
8817
8844
  readonly formData: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("ll-plus/es/index").FormData) | (() => import("ll-plus/es/index").FormData) | ((new (...args: any[]) => import("ll-plus/es/index").FormData) | (() => import("ll-plus/es/index").FormData))[], unknown, unknown, () => {}, boolean>;
8818
8845
  readonly rowOptions: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
8819
8846
  align: {
8820
- type: import("vue").PropType<"middle" | "bottom" | "top" | "stretch" | {
8821
- xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
8822
- sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
8823
- md?: "middle" | "bottom" | "top" | "stretch" | undefined;
8824
- lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
8825
- xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
8826
- xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
8847
+ type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
8848
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
8849
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
8850
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
8851
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
8852
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
8853
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
8827
8854
  }>;
8828
- default: "middle" | "bottom" | "top" | "stretch" | {
8829
- xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
8830
- sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
8831
- md?: "middle" | "bottom" | "top" | "stretch" | undefined;
8832
- lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
8833
- xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
8834
- xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
8855
+ default: "middle" | "top" | "bottom" | "stretch" | {
8856
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
8857
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
8858
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
8859
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
8860
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
8861
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
8835
8862
  };
8836
8863
  };
8837
8864
  justify: {
@@ -8863,21 +8890,21 @@ declare const _default: import("vue").DefineComponent<{
8863
8890
  };
8864
8891
  }>>) | (() => Partial<import("vue").ExtractPropTypes<{
8865
8892
  align: {
8866
- type: import("vue").PropType<"middle" | "bottom" | "top" | "stretch" | {
8867
- xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
8868
- sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
8869
- md?: "middle" | "bottom" | "top" | "stretch" | undefined;
8870
- lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
8871
- xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
8872
- xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
8893
+ type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
8894
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
8895
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
8896
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
8897
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
8898
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
8899
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
8873
8900
  }>;
8874
- default: "middle" | "bottom" | "top" | "stretch" | {
8875
- xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
8876
- sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
8877
- md?: "middle" | "bottom" | "top" | "stretch" | undefined;
8878
- lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
8879
- xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
8880
- xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
8901
+ default: "middle" | "top" | "bottom" | "stretch" | {
8902
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
8903
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
8904
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
8905
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
8906
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
8907
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
8881
8908
  };
8882
8909
  };
8883
8910
  justify: {
@@ -8909,21 +8936,21 @@ declare const _default: import("vue").DefineComponent<{
8909
8936
  };
8910
8937
  }>>) | ((new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
8911
8938
  align: {
8912
- type: import("vue").PropType<"middle" | "bottom" | "top" | "stretch" | {
8913
- xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
8914
- sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
8915
- md?: "middle" | "bottom" | "top" | "stretch" | undefined;
8916
- lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
8917
- xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
8918
- xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
8939
+ type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
8940
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
8941
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
8942
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
8943
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
8944
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
8945
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
8919
8946
  }>;
8920
- default: "middle" | "bottom" | "top" | "stretch" | {
8921
- xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
8922
- sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
8923
- md?: "middle" | "bottom" | "top" | "stretch" | undefined;
8924
- lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
8925
- xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
8926
- xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
8947
+ default: "middle" | "top" | "bottom" | "stretch" | {
8948
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
8949
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
8950
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
8951
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
8952
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
8953
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
8927
8954
  };
8928
8955
  };
8929
8956
  justify: {
@@ -8955,21 +8982,21 @@ declare const _default: import("vue").DefineComponent<{
8955
8982
  };
8956
8983
  }>>) | (() => Partial<import("vue").ExtractPropTypes<{
8957
8984
  align: {
8958
- type: import("vue").PropType<"middle" | "bottom" | "top" | "stretch" | {
8959
- xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
8960
- sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
8961
- md?: "middle" | "bottom" | "top" | "stretch" | undefined;
8962
- lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
8963
- xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
8964
- xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
8985
+ type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
8986
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
8987
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
8988
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
8989
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
8990
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
8991
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
8965
8992
  }>;
8966
- default: "middle" | "bottom" | "top" | "stretch" | {
8967
- xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
8968
- sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
8969
- md?: "middle" | "bottom" | "top" | "stretch" | undefined;
8970
- lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
8971
- xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
8972
- xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
8993
+ default: "middle" | "top" | "bottom" | "stretch" | {
8994
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
8995
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
8996
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
8997
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
8998
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
8999
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
8973
9000
  };
8974
9001
  };
8975
9002
  justify: {
@@ -9004,10 +9031,9 @@ declare const _default: import("vue").DefineComponent<{
9004
9031
  }, boolean>;
9005
9032
  readonly loading: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
9006
9033
  }>> & {
9007
- onChange?: ((value: import("ll-plus/es/index").FormData) => any) | undefined;
9034
+ onChange?: ((params: import("ll-plus/es/index").FormChangeEvent) => any) | undefined;
9008
9035
  }, {
9009
9036
  props: import("@vue/shared").LooseRequired<{
9010
- readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
9011
9037
  readonly formOptions: Partial<import("vue").ExtractPropTypes<{
9012
9038
  layout: import("vue-types").VueTypeDef<string>;
9013
9039
  labelCol: {
@@ -9232,23 +9258,24 @@ declare const _default: import("vue").DefineComponent<{
9232
9258
  default: (name: string | number | string[] | number[], status: boolean, errors: string[]) => void;
9233
9259
  };
9234
9260
  }>>;
9261
+ readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
9235
9262
  readonly rowOptions: Partial<import("vue").ExtractPropTypes<{
9236
9263
  align: {
9237
- type: import("vue").PropType<"middle" | "bottom" | "top" | "stretch" | {
9238
- xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
9239
- sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
9240
- md?: "middle" | "bottom" | "top" | "stretch" | undefined;
9241
- lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
9242
- xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
9243
- xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
9264
+ type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
9265
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
9266
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
9267
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
9268
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
9269
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
9270
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
9244
9271
  }>;
9245
- default: "middle" | "bottom" | "top" | "stretch" | {
9246
- xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
9247
- sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
9248
- md?: "middle" | "bottom" | "top" | "stretch" | undefined;
9249
- lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
9250
- xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
9251
- xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
9272
+ default: "middle" | "top" | "bottom" | "stretch" | {
9273
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
9274
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
9275
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
9276
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
9277
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
9278
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
9252
9279
  };
9253
9280
  };
9254
9281
  justify: {
@@ -9281,9 +9308,9 @@ declare const _default: import("vue").DefineComponent<{
9281
9308
  }>>;
9282
9309
  readonly formColumns: any[];
9283
9310
  readonly formData: import("ll-plus/es/index").FormData;
9284
- readonly onChange?: ((value: import("ll-plus/es/index").FormData) => any) | undefined;
9311
+ readonly onChange?: ((params: import("ll-plus/es/index").FormChangeEvent) => any) | undefined;
9285
9312
  } & {}>;
9286
- emits: (event: "change", value: import("ll-plus/es/index").FormData) => void;
9313
+ emits: (event: "change", params: import("ll-plus/es/index").FormChangeEvent) => void;
9287
9314
  bem: {
9288
9315
  b: (blockSuffix?: string) => string;
9289
9316
  e: (element?: string) => string;
@@ -9296,12 +9323,14 @@ declare const _default: import("vue").DefineComponent<{
9296
9323
  };
9297
9324
  formData: import("ll-plus/es/index").FormData;
9298
9325
  formRef: import("vue").Ref<any>;
9326
+ id: import("vue").Ref<string>;
9299
9327
  validate: () => Promise<any>;
9300
9328
  resetFields: () => Promise<any>;
9301
9329
  clearValidate: (nameList?: import("ant-design-vue/es/form/interface").NamePath[] | undefined) => Promise<any>;
9302
9330
  scrollToField: (name: import("ant-design-vue/es/form/interface").NamePath, options?: ScrollOptions | undefined) => Promise<any>;
9303
9331
  getBindValue: (item: any) => import("lodash").Omit<any, "label">;
9304
9332
  getFormItemClass: (item?: any) => string;
9333
+ handleChangeField: (item: any) => void;
9305
9334
  readonly isEmpty: {
9306
9335
  <T extends {
9307
9336
  __trapAny: any;
@@ -9327,11 +9356,16 @@ declare const _default: import("vue").DefineComponent<{
9327
9356
  props: import("@vue/shared").LooseRequired<{
9328
9357
  readonly formData: import("ll-plus/es/index").FormData;
9329
9358
  readonly item: any;
9359
+ readonly onChangeField?: ((item: any) => any) | undefined;
9330
9360
  } & {}>;
9361
+ emits: (event: "changeField", item: any) => void;
9331
9362
  formData: import("ll-plus/es/index").FormData;
9332
9363
  getBindValue: (item: any) => import("lodash").Omit<any, "label">;
9364
+ handleChange: (e: any) => void;
9333
9365
  readonly checkedType: string[];
9334
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
9366
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
9367
+ readonly changeField: (item: any) => boolean;
9368
+ }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
9335
9369
  readonly item: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => any) | (() => any) | {
9336
9370
  (): any;
9337
9371
  new (): any;
@@ -9342,12 +9376,13 @@ declare const _default: import("vue").DefineComponent<{
9342
9376
  readonly prototype: any;
9343
9377
  })[], unknown, unknown, () => {}, boolean>;
9344
9378
  readonly formData: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("ll-plus/es/index").FormData) | (() => import("ll-plus/es/index").FormData) | ((new (...args: any[]) => import("ll-plus/es/index").FormData) | (() => import("ll-plus/es/index").FormData))[], unknown, unknown, () => {}, boolean>;
9345
- }>>, {
9379
+ }>> & {
9380
+ onChangeField?: ((item: any) => any) | undefined;
9381
+ }, {
9346
9382
  readonly formData: import("ll-plus/es/index").FormData;
9347
9383
  readonly item: any;
9348
9384
  }, {}>;
9349
9385
  }, {}, {}, {}, {
9350
- readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
9351
9386
  readonly formOptions: Partial<import("vue").ExtractPropTypes<{
9352
9387
  layout: import("vue-types").VueTypeDef<string>;
9353
9388
  labelCol: {
@@ -9572,23 +9607,24 @@ declare const _default: import("vue").DefineComponent<{
9572
9607
  default: (name: string | number | string[] | number[], status: boolean, errors: string[]) => void;
9573
9608
  };
9574
9609
  }>>;
9610
+ readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
9575
9611
  readonly rowOptions: Partial<import("vue").ExtractPropTypes<{
9576
9612
  align: {
9577
- type: import("vue").PropType<"middle" | "bottom" | "top" | "stretch" | {
9578
- xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
9579
- sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
9580
- md?: "middle" | "bottom" | "top" | "stretch" | undefined;
9581
- lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
9582
- xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
9583
- xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
9613
+ type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
9614
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
9615
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
9616
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
9617
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
9618
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
9619
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
9584
9620
  }>;
9585
- default: "middle" | "bottom" | "top" | "stretch" | {
9586
- xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
9587
- sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
9588
- md?: "middle" | "bottom" | "top" | "stretch" | undefined;
9589
- lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
9590
- xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
9591
- xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
9621
+ default: "middle" | "top" | "bottom" | "stretch" | {
9622
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
9623
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
9624
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
9625
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
9626
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
9627
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
9592
9628
  };
9593
9629
  };
9594
9630
  justify: {
@@ -10881,21 +10917,21 @@ declare const _default: import("vue").DefineComponent<{
10881
10917
  readonly formData: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("ll-plus/es/index").FormData) | (() => import("ll-plus/es/index").FormData) | ((new (...args: any[]) => import("ll-plus/es/index").FormData) | (() => import("ll-plus/es/index").FormData))[], unknown, unknown, () => {}, boolean>;
10882
10918
  readonly rowOptions: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
10883
10919
  align: {
10884
- type: import("vue").PropType<"middle" | "bottom" | "top" | "stretch" | {
10885
- xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
10886
- sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
10887
- md?: "middle" | "bottom" | "top" | "stretch" | undefined;
10888
- lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
10889
- xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
10890
- xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
10920
+ type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
10921
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
10922
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
10923
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
10924
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
10925
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
10926
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
10891
10927
  }>;
10892
- default: "middle" | "bottom" | "top" | "stretch" | {
10893
- xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
10894
- sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
10895
- md?: "middle" | "bottom" | "top" | "stretch" | undefined;
10896
- lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
10897
- xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
10898
- xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
10928
+ default: "middle" | "top" | "bottom" | "stretch" | {
10929
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
10930
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
10931
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
10932
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
10933
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
10934
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
10899
10935
  };
10900
10936
  };
10901
10937
  justify: {
@@ -10927,21 +10963,21 @@ declare const _default: import("vue").DefineComponent<{
10927
10963
  };
10928
10964
  }>>) | (() => Partial<import("vue").ExtractPropTypes<{
10929
10965
  align: {
10930
- type: import("vue").PropType<"middle" | "bottom" | "top" | "stretch" | {
10931
- xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
10932
- sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
10933
- md?: "middle" | "bottom" | "top" | "stretch" | undefined;
10934
- lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
10935
- xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
10936
- xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
10966
+ type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
10967
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
10968
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
10969
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
10970
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
10971
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
10972
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
10937
10973
  }>;
10938
- default: "middle" | "bottom" | "top" | "stretch" | {
10939
- xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
10940
- sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
10941
- md?: "middle" | "bottom" | "top" | "stretch" | undefined;
10942
- lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
10943
- xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
10944
- xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
10974
+ default: "middle" | "top" | "bottom" | "stretch" | {
10975
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
10976
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
10977
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
10978
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
10979
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
10980
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
10945
10981
  };
10946
10982
  };
10947
10983
  justify: {
@@ -10973,21 +11009,21 @@ declare const _default: import("vue").DefineComponent<{
10973
11009
  };
10974
11010
  }>>) | ((new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
10975
11011
  align: {
10976
- type: import("vue").PropType<"middle" | "bottom" | "top" | "stretch" | {
10977
- xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
10978
- sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
10979
- md?: "middle" | "bottom" | "top" | "stretch" | undefined;
10980
- lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
10981
- xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
10982
- xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
11012
+ type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
11013
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
11014
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
11015
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
11016
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
11017
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
11018
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
10983
11019
  }>;
10984
- default: "middle" | "bottom" | "top" | "stretch" | {
10985
- xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
10986
- sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
10987
- md?: "middle" | "bottom" | "top" | "stretch" | undefined;
10988
- lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
10989
- xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
10990
- xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
11020
+ default: "middle" | "top" | "bottom" | "stretch" | {
11021
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
11022
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
11023
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
11024
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
11025
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
11026
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
10991
11027
  };
10992
11028
  };
10993
11029
  justify: {
@@ -11019,21 +11055,21 @@ declare const _default: import("vue").DefineComponent<{
11019
11055
  };
11020
11056
  }>>) | (() => Partial<import("vue").ExtractPropTypes<{
11021
11057
  align: {
11022
- type: import("vue").PropType<"middle" | "bottom" | "top" | "stretch" | {
11023
- xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
11024
- sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
11025
- md?: "middle" | "bottom" | "top" | "stretch" | undefined;
11026
- lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
11027
- xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
11028
- xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
11058
+ type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
11059
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
11060
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
11061
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
11062
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
11063
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
11064
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
11029
11065
  }>;
11030
- default: "middle" | "bottom" | "top" | "stretch" | {
11031
- xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
11032
- sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
11033
- md?: "middle" | "bottom" | "top" | "stretch" | undefined;
11034
- lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
11035
- xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
11036
- xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
11066
+ default: "middle" | "top" | "bottom" | "stretch" | {
11067
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
11068
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
11069
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
11070
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
11071
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
11072
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
11037
11073
  };
11038
11074
  };
11039
11075
  justify: {
@@ -11068,10 +11104,9 @@ declare const _default: import("vue").DefineComponent<{
11068
11104
  }, boolean>;
11069
11105
  readonly loading: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
11070
11106
  }>> & {
11071
- onChange?: ((value: import("ll-plus/es/index").FormData) => any) | undefined;
11107
+ onChange?: ((params: import("ll-plus/es/index").FormChangeEvent) => any) | undefined;
11072
11108
  }, {
11073
11109
  props: import("@vue/shared").LooseRequired<{
11074
- readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
11075
11110
  readonly formOptions: Partial<import("vue").ExtractPropTypes<{
11076
11111
  layout: import("vue-types").VueTypeDef<string>;
11077
11112
  labelCol: {
@@ -11296,23 +11331,24 @@ declare const _default: import("vue").DefineComponent<{
11296
11331
  default: (name: string | number | string[] | number[], status: boolean, errors: string[]) => void;
11297
11332
  };
11298
11333
  }>>;
11334
+ readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
11299
11335
  readonly rowOptions: Partial<import("vue").ExtractPropTypes<{
11300
11336
  align: {
11301
- type: import("vue").PropType<"middle" | "bottom" | "top" | "stretch" | {
11302
- xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
11303
- sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
11304
- md?: "middle" | "bottom" | "top" | "stretch" | undefined;
11305
- lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
11306
- xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
11307
- xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
11337
+ type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
11338
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
11339
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
11340
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
11341
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
11342
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
11343
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
11308
11344
  }>;
11309
- default: "middle" | "bottom" | "top" | "stretch" | {
11310
- xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
11311
- sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
11312
- md?: "middle" | "bottom" | "top" | "stretch" | undefined;
11313
- lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
11314
- xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
11315
- xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
11345
+ default: "middle" | "top" | "bottom" | "stretch" | {
11346
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
11347
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
11348
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
11349
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
11350
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
11351
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
11316
11352
  };
11317
11353
  };
11318
11354
  justify: {
@@ -11345,9 +11381,9 @@ declare const _default: import("vue").DefineComponent<{
11345
11381
  }>>;
11346
11382
  readonly formColumns: any[];
11347
11383
  readonly formData: import("ll-plus/es/index").FormData;
11348
- readonly onChange?: ((value: import("ll-plus/es/index").FormData) => any) | undefined;
11384
+ readonly onChange?: ((params: import("ll-plus/es/index").FormChangeEvent) => any) | undefined;
11349
11385
  } & {}>;
11350
- emits: (event: "change", value: import("ll-plus/es/index").FormData) => void;
11386
+ emits: (event: "change", params: import("ll-plus/es/index").FormChangeEvent) => void;
11351
11387
  bem: {
11352
11388
  b: (blockSuffix?: string) => string;
11353
11389
  e: (element?: string) => string;
@@ -11360,12 +11396,14 @@ declare const _default: import("vue").DefineComponent<{
11360
11396
  };
11361
11397
  formData: import("ll-plus/es/index").FormData;
11362
11398
  formRef: import("vue").Ref<any>;
11399
+ id: import("vue").Ref<string>;
11363
11400
  validate: () => Promise<any>;
11364
11401
  resetFields: () => Promise<any>;
11365
11402
  clearValidate: (nameList?: import("ant-design-vue/es/form/interface").NamePath[] | undefined) => Promise<any>;
11366
11403
  scrollToField: (name: import("ant-design-vue/es/form/interface").NamePath, options?: ScrollOptions | undefined) => Promise<any>;
11367
11404
  getBindValue: (item: any) => import("lodash").Omit<any, "label">;
11368
11405
  getFormItemClass: (item?: any) => string;
11406
+ handleChangeField: (item: any) => void;
11369
11407
  readonly isEmpty: {
11370
11408
  <T extends {
11371
11409
  __trapAny: any;
@@ -11391,11 +11429,16 @@ declare const _default: import("vue").DefineComponent<{
11391
11429
  props: import("@vue/shared").LooseRequired<{
11392
11430
  readonly formData: import("ll-plus/es/index").FormData;
11393
11431
  readonly item: any;
11432
+ readonly onChangeField?: ((item: any) => any) | undefined;
11394
11433
  } & {}>;
11434
+ emits: (event: "changeField", item: any) => void;
11395
11435
  formData: import("ll-plus/es/index").FormData;
11396
11436
  getBindValue: (item: any) => import("lodash").Omit<any, "label">;
11437
+ handleChange: (e: any) => void;
11397
11438
  readonly checkedType: string[];
11398
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
11439
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
11440
+ readonly changeField: (item: any) => boolean;
11441
+ }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
11399
11442
  readonly item: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => any) | (() => any) | {
11400
11443
  (): any;
11401
11444
  new (): any;
@@ -11406,12 +11449,14 @@ declare const _default: import("vue").DefineComponent<{
11406
11449
  readonly prototype: any;
11407
11450
  })[], unknown, unknown, () => {}, boolean>;
11408
11451
  readonly formData: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("ll-plus/es/index").FormData) | (() => import("ll-plus/es/index").FormData) | ((new (...args: any[]) => import("ll-plus/es/index").FormData) | (() => import("ll-plus/es/index").FormData))[], unknown, unknown, () => {}, boolean>;
11409
- }>>, {
11452
+ }>> & {
11453
+ onChangeField?: ((item: any) => any) | undefined;
11454
+ }, {
11410
11455
  readonly formData: import("ll-plus/es/index").FormData;
11411
11456
  readonly item: any;
11412
11457
  }, {}>;
11413
11458
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
11414
- change: (value: import("ll-plus/es/index").FormData) => boolean;
11459
+ change: (params: import("ll-plus/es/index").FormChangeEvent) => boolean;
11415
11460
  }, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
11416
11461
  readonly formColumns: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => any[]) | (() => any[]) | ((new (...args: any[]) => any[]) | (() => any[]))[], unknown, unknown, () => never[], boolean>;
11417
11462
  readonly formOptions: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
@@ -12312,21 +12357,21 @@ declare const _default: import("vue").DefineComponent<{
12312
12357
  readonly formData: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("ll-plus/es/index").FormData) | (() => import("ll-plus/es/index").FormData) | ((new (...args: any[]) => import("ll-plus/es/index").FormData) | (() => import("ll-plus/es/index").FormData))[], unknown, unknown, () => {}, boolean>;
12313
12358
  readonly rowOptions: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
12314
12359
  align: {
12315
- type: import("vue").PropType<"middle" | "bottom" | "top" | "stretch" | {
12316
- xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
12317
- sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
12318
- md?: "middle" | "bottom" | "top" | "stretch" | undefined;
12319
- lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
12320
- xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
12321
- xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
12360
+ type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
12361
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
12362
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
12363
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
12364
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
12365
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
12366
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
12322
12367
  }>;
12323
- default: "middle" | "bottom" | "top" | "stretch" | {
12324
- xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
12325
- sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
12326
- md?: "middle" | "bottom" | "top" | "stretch" | undefined;
12327
- lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
12328
- xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
12329
- xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
12368
+ default: "middle" | "top" | "bottom" | "stretch" | {
12369
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
12370
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
12371
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
12372
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
12373
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
12374
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
12330
12375
  };
12331
12376
  };
12332
12377
  justify: {
@@ -12358,21 +12403,21 @@ declare const _default: import("vue").DefineComponent<{
12358
12403
  };
12359
12404
  }>>) | (() => Partial<import("vue").ExtractPropTypes<{
12360
12405
  align: {
12361
- type: import("vue").PropType<"middle" | "bottom" | "top" | "stretch" | {
12362
- xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
12363
- sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
12364
- md?: "middle" | "bottom" | "top" | "stretch" | undefined;
12365
- lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
12366
- xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
12367
- xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
12406
+ type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
12407
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
12408
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
12409
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
12410
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
12411
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
12412
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
12368
12413
  }>;
12369
- default: "middle" | "bottom" | "top" | "stretch" | {
12370
- xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
12371
- sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
12372
- md?: "middle" | "bottom" | "top" | "stretch" | undefined;
12373
- lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
12374
- xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
12375
- xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
12414
+ default: "middle" | "top" | "bottom" | "stretch" | {
12415
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
12416
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
12417
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
12418
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
12419
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
12420
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
12376
12421
  };
12377
12422
  };
12378
12423
  justify: {
@@ -12404,21 +12449,21 @@ declare const _default: import("vue").DefineComponent<{
12404
12449
  };
12405
12450
  }>>) | ((new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
12406
12451
  align: {
12407
- type: import("vue").PropType<"middle" | "bottom" | "top" | "stretch" | {
12408
- xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
12409
- sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
12410
- md?: "middle" | "bottom" | "top" | "stretch" | undefined;
12411
- lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
12412
- xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
12413
- xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
12452
+ type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
12453
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
12454
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
12455
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
12456
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
12457
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
12458
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
12414
12459
  }>;
12415
- default: "middle" | "bottom" | "top" | "stretch" | {
12416
- xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
12417
- sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
12418
- md?: "middle" | "bottom" | "top" | "stretch" | undefined;
12419
- lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
12420
- xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
12421
- xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
12460
+ default: "middle" | "top" | "bottom" | "stretch" | {
12461
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
12462
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
12463
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
12464
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
12465
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
12466
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
12422
12467
  };
12423
12468
  };
12424
12469
  justify: {
@@ -12450,21 +12495,21 @@ declare const _default: import("vue").DefineComponent<{
12450
12495
  };
12451
12496
  }>>) | (() => Partial<import("vue").ExtractPropTypes<{
12452
12497
  align: {
12453
- type: import("vue").PropType<"middle" | "bottom" | "top" | "stretch" | {
12454
- xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
12455
- sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
12456
- md?: "middle" | "bottom" | "top" | "stretch" | undefined;
12457
- lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
12458
- xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
12459
- xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
12498
+ type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
12499
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
12500
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
12501
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
12502
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
12503
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
12504
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
12460
12505
  }>;
12461
- default: "middle" | "bottom" | "top" | "stretch" | {
12462
- xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
12463
- sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
12464
- md?: "middle" | "bottom" | "top" | "stretch" | undefined;
12465
- lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
12466
- xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
12467
- xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
12506
+ default: "middle" | "top" | "bottom" | "stretch" | {
12507
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
12508
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
12509
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
12510
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
12511
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
12512
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
12468
12513
  };
12469
12514
  };
12470
12515
  justify: {
@@ -12499,9 +12544,8 @@ declare const _default: import("vue").DefineComponent<{
12499
12544
  }, boolean>;
12500
12545
  readonly loading: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
12501
12546
  }>> & {
12502
- onChange?: ((value: import("ll-plus/es/index").FormData) => any) | undefined;
12547
+ onChange?: ((params: import("ll-plus/es/index").FormChangeEvent) => any) | undefined;
12503
12548
  }, {
12504
- readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
12505
12549
  readonly formOptions: Partial<import("vue").ExtractPropTypes<{
12506
12550
  layout: import("vue-types").VueTypeDef<string>;
12507
12551
  labelCol: {
@@ -12726,23 +12770,24 @@ declare const _default: import("vue").DefineComponent<{
12726
12770
  default: (name: string | number | string[] | number[], status: boolean, errors: string[]) => void;
12727
12771
  };
12728
12772
  }>>;
12773
+ readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
12729
12774
  readonly rowOptions: Partial<import("vue").ExtractPropTypes<{
12730
12775
  align: {
12731
- type: import("vue").PropType<"middle" | "bottom" | "top" | "stretch" | {
12732
- xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
12733
- sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
12734
- md?: "middle" | "bottom" | "top" | "stretch" | undefined;
12735
- lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
12736
- xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
12737
- xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
12776
+ type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
12777
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
12778
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
12779
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
12780
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
12781
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
12782
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
12738
12783
  }>;
12739
- default: "middle" | "bottom" | "top" | "stretch" | {
12740
- xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
12741
- sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
12742
- md?: "middle" | "bottom" | "top" | "stretch" | undefined;
12743
- lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
12744
- xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
12745
- xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
12784
+ default: "middle" | "top" | "bottom" | "stretch" | {
12785
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
12786
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
12787
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
12788
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
12789
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
12790
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
12746
12791
  };
12747
12792
  };
12748
12793
  justify: {
@@ -13682,21 +13727,21 @@ declare const _default: import("vue").DefineComponent<{
13682
13727
  readonly formData: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("ll-plus/es/index").FormData) | (() => import("ll-plus/es/index").FormData) | ((new (...args: any[]) => import("ll-plus/es/index").FormData) | (() => import("ll-plus/es/index").FormData))[], unknown, unknown, () => {}, boolean>;
13683
13728
  readonly rowOptions: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
13684
13729
  align: {
13685
- type: import("vue").PropType<"middle" | "bottom" | "top" | "stretch" | {
13686
- xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
13687
- sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
13688
- md?: "middle" | "bottom" | "top" | "stretch" | undefined;
13689
- lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
13690
- xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
13691
- xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
13730
+ type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
13731
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
13732
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
13733
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
13734
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
13735
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
13736
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
13692
13737
  }>;
13693
- default: "middle" | "bottom" | "top" | "stretch" | {
13694
- xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
13695
- sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
13696
- md?: "middle" | "bottom" | "top" | "stretch" | undefined;
13697
- lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
13698
- xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
13699
- xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
13738
+ default: "middle" | "top" | "bottom" | "stretch" | {
13739
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
13740
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
13741
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
13742
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
13743
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
13744
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
13700
13745
  };
13701
13746
  };
13702
13747
  justify: {
@@ -13728,21 +13773,21 @@ declare const _default: import("vue").DefineComponent<{
13728
13773
  };
13729
13774
  }>>) | (() => Partial<import("vue").ExtractPropTypes<{
13730
13775
  align: {
13731
- type: import("vue").PropType<"middle" | "bottom" | "top" | "stretch" | {
13732
- xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
13733
- sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
13734
- md?: "middle" | "bottom" | "top" | "stretch" | undefined;
13735
- lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
13736
- xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
13737
- xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
13776
+ type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
13777
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
13778
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
13779
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
13780
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
13781
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
13782
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
13738
13783
  }>;
13739
- default: "middle" | "bottom" | "top" | "stretch" | {
13740
- xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
13741
- sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
13742
- md?: "middle" | "bottom" | "top" | "stretch" | undefined;
13743
- lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
13744
- xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
13745
- xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
13784
+ default: "middle" | "top" | "bottom" | "stretch" | {
13785
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
13786
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
13787
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
13788
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
13789
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
13790
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
13746
13791
  };
13747
13792
  };
13748
13793
  justify: {
@@ -13774,21 +13819,21 @@ declare const _default: import("vue").DefineComponent<{
13774
13819
  };
13775
13820
  }>>) | ((new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
13776
13821
  align: {
13777
- type: import("vue").PropType<"middle" | "bottom" | "top" | "stretch" | {
13778
- xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
13779
- sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
13780
- md?: "middle" | "bottom" | "top" | "stretch" | undefined;
13781
- lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
13782
- xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
13783
- xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
13822
+ type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
13823
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
13824
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
13825
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
13826
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
13827
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
13828
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
13784
13829
  }>;
13785
- default: "middle" | "bottom" | "top" | "stretch" | {
13786
- xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
13787
- sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
13788
- md?: "middle" | "bottom" | "top" | "stretch" | undefined;
13789
- lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
13790
- xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
13791
- xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
13830
+ default: "middle" | "top" | "bottom" | "stretch" | {
13831
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
13832
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
13833
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
13834
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
13835
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
13836
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
13792
13837
  };
13793
13838
  };
13794
13839
  justify: {
@@ -13820,21 +13865,21 @@ declare const _default: import("vue").DefineComponent<{
13820
13865
  };
13821
13866
  }>>) | (() => Partial<import("vue").ExtractPropTypes<{
13822
13867
  align: {
13823
- type: import("vue").PropType<"middle" | "bottom" | "top" | "stretch" | {
13824
- xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
13825
- sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
13826
- md?: "middle" | "bottom" | "top" | "stretch" | undefined;
13827
- lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
13828
- xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
13829
- xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
13868
+ type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
13869
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
13870
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
13871
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
13872
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
13873
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
13874
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
13830
13875
  }>;
13831
- default: "middle" | "bottom" | "top" | "stretch" | {
13832
- xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
13833
- sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
13834
- md?: "middle" | "bottom" | "top" | "stretch" | undefined;
13835
- lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
13836
- xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
13837
- xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
13876
+ default: "middle" | "top" | "bottom" | "stretch" | {
13877
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
13878
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
13879
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
13880
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
13881
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
13882
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
13838
13883
  };
13839
13884
  };
13840
13885
  justify: {
@@ -13869,10 +13914,9 @@ declare const _default: import("vue").DefineComponent<{
13869
13914
  }, boolean>;
13870
13915
  readonly loading: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
13871
13916
  }>> & {
13872
- onChange?: ((value: import("ll-plus/es/index").FormData) => any) | undefined;
13917
+ onChange?: ((params: import("ll-plus/es/index").FormChangeEvent) => any) | undefined;
13873
13918
  }, {
13874
13919
  props: import("@vue/shared").LooseRequired<{
13875
- readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
13876
13920
  readonly formOptions: Partial<import("vue").ExtractPropTypes<{
13877
13921
  layout: import("vue-types").VueTypeDef<string>;
13878
13922
  labelCol: {
@@ -14097,23 +14141,24 @@ declare const _default: import("vue").DefineComponent<{
14097
14141
  default: (name: string | number | string[] | number[], status: boolean, errors: string[]) => void;
14098
14142
  };
14099
14143
  }>>;
14144
+ readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
14100
14145
  readonly rowOptions: Partial<import("vue").ExtractPropTypes<{
14101
14146
  align: {
14102
- type: import("vue").PropType<"middle" | "bottom" | "top" | "stretch" | {
14103
- xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
14104
- sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
14105
- md?: "middle" | "bottom" | "top" | "stretch" | undefined;
14106
- lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
14107
- xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
14108
- xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
14147
+ type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
14148
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
14149
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
14150
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
14151
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
14152
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
14153
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
14109
14154
  }>;
14110
- default: "middle" | "bottom" | "top" | "stretch" | {
14111
- xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
14112
- sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
14113
- md?: "middle" | "bottom" | "top" | "stretch" | undefined;
14114
- lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
14115
- xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
14116
- xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
14155
+ default: "middle" | "top" | "bottom" | "stretch" | {
14156
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
14157
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
14158
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
14159
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
14160
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
14161
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
14117
14162
  };
14118
14163
  };
14119
14164
  justify: {
@@ -14146,9 +14191,9 @@ declare const _default: import("vue").DefineComponent<{
14146
14191
  }>>;
14147
14192
  readonly formColumns: any[];
14148
14193
  readonly formData: import("ll-plus/es/index").FormData;
14149
- readonly onChange?: ((value: import("ll-plus/es/index").FormData) => any) | undefined;
14194
+ readonly onChange?: ((params: import("ll-plus/es/index").FormChangeEvent) => any) | undefined;
14150
14195
  } & {}>;
14151
- emits: (event: "change", value: import("ll-plus/es/index").FormData) => void;
14196
+ emits: (event: "change", params: import("ll-plus/es/index").FormChangeEvent) => void;
14152
14197
  bem: {
14153
14198
  b: (blockSuffix?: string) => string;
14154
14199
  e: (element?: string) => string;
@@ -14161,12 +14206,14 @@ declare const _default: import("vue").DefineComponent<{
14161
14206
  };
14162
14207
  formData: import("ll-plus/es/index").FormData;
14163
14208
  formRef: import("vue").Ref<any>;
14209
+ id: import("vue").Ref<string>;
14164
14210
  validate: () => Promise<any>;
14165
14211
  resetFields: () => Promise<any>;
14166
14212
  clearValidate: (nameList?: import("ant-design-vue/es/form/interface").NamePath[] | undefined) => Promise<any>;
14167
14213
  scrollToField: (name: import("ant-design-vue/es/form/interface").NamePath, options?: ScrollOptions | undefined) => Promise<any>;
14168
14214
  getBindValue: (item: any) => import("lodash").Omit<any, "label">;
14169
14215
  getFormItemClass: (item?: any) => string;
14216
+ handleChangeField: (item: any) => void;
14170
14217
  readonly isEmpty: {
14171
14218
  <T extends {
14172
14219
  __trapAny: any;
@@ -14192,11 +14239,16 @@ declare const _default: import("vue").DefineComponent<{
14192
14239
  props: import("@vue/shared").LooseRequired<{
14193
14240
  readonly formData: import("ll-plus/es/index").FormData;
14194
14241
  readonly item: any;
14242
+ readonly onChangeField?: ((item: any) => any) | undefined;
14195
14243
  } & {}>;
14244
+ emits: (event: "changeField", item: any) => void;
14196
14245
  formData: import("ll-plus/es/index").FormData;
14197
14246
  getBindValue: (item: any) => import("lodash").Omit<any, "label">;
14247
+ handleChange: (e: any) => void;
14198
14248
  readonly checkedType: string[];
14199
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
14249
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
14250
+ readonly changeField: (item: any) => boolean;
14251
+ }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
14200
14252
  readonly item: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => any) | (() => any) | {
14201
14253
  (): any;
14202
14254
  new (): any;
@@ -14207,12 +14259,13 @@ declare const _default: import("vue").DefineComponent<{
14207
14259
  readonly prototype: any;
14208
14260
  })[], unknown, unknown, () => {}, boolean>;
14209
14261
  readonly formData: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("ll-plus/es/index").FormData) | (() => import("ll-plus/es/index").FormData) | ((new (...args: any[]) => import("ll-plus/es/index").FormData) | (() => import("ll-plus/es/index").FormData))[], unknown, unknown, () => {}, boolean>;
14210
- }>>, {
14262
+ }>> & {
14263
+ onChangeField?: ((item: any) => any) | undefined;
14264
+ }, {
14211
14265
  readonly formData: import("ll-plus/es/index").FormData;
14212
14266
  readonly item: any;
14213
14267
  }, {}>;
14214
14268
  }, {}, {}, {}, {
14215
- readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
14216
14269
  readonly formOptions: Partial<import("vue").ExtractPropTypes<{
14217
14270
  layout: import("vue-types").VueTypeDef<string>;
14218
14271
  labelCol: {
@@ -14437,23 +14490,24 @@ declare const _default: import("vue").DefineComponent<{
14437
14490
  default: (name: string | number | string[] | number[], status: boolean, errors: string[]) => void;
14438
14491
  };
14439
14492
  }>>;
14493
+ readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
14440
14494
  readonly rowOptions: Partial<import("vue").ExtractPropTypes<{
14441
14495
  align: {
14442
- type: import("vue").PropType<"middle" | "bottom" | "top" | "stretch" | {
14443
- xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
14444
- sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
14445
- md?: "middle" | "bottom" | "top" | "stretch" | undefined;
14446
- lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
14447
- xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
14448
- xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
14496
+ type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
14497
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
14498
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
14499
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
14500
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
14501
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
14502
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
14449
14503
  }>;
14450
- default: "middle" | "bottom" | "top" | "stretch" | {
14451
- xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
14452
- sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
14453
- md?: "middle" | "bottom" | "top" | "stretch" | undefined;
14454
- lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
14455
- xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
14456
- xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
14504
+ default: "middle" | "top" | "bottom" | "stretch" | {
14505
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
14506
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
14507
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
14508
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
14509
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
14510
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
14457
14511
  };
14458
14512
  };
14459
14513
  justify: {