ll-plus 2.4.7 → 2.4.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (335) hide show
  1. package/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 -23
  60. package/es/components/table/src/components/main-table.vue.d.ts +2 -15
  61. package/es/components/table/src/config/main-table.d.ts +0 -10
  62. package/es/components/table/src/config/table.d.ts +2 -4
  63. package/es/components/table/src/table.vue.d.ts +6 -23
  64. package/es/components/textarea/index.d.ts +5 -5
  65. package/es/components/textarea/src/textarea.vue.d.ts +5 -5
  66. package/es/components/tooltip/index.d.ts +4 -4
  67. package/es/components/tooltip/src/tooltip.d.ts +1 -1
  68. package/es/components/tooltip/src/tooltip.vue.d.ts +4 -4
  69. package/es/components/tree-search/index.d.ts +15 -15
  70. package/es/components/tree-search/src/config/tree-search.d.ts +4 -4
  71. package/es/components/tree-search/src/tree-search.vue.d.ts +15 -15
  72. package/es/components/upload-drag/index.d.ts +4 -4
  73. package/es/components/upload-drag/src/upload-drag.vue.d.ts +4 -4
  74. package/es/index.mjs +3 -1
  75. package/es/index.mjs.map +1 -1
  76. package/es/node_modules/.pnpm/@vueuse_shared@10.9.0_vue@3.4.25/node_modules/@vueuse/shared/index.mjs +1576 -0
  77. package/es/node_modules/.pnpm/@vueuse_shared@10.9.0_vue@3.4.25/node_modules/@vueuse/shared/index.mjs.map +1 -0
  78. package/es/node_modules/.pnpm/vue-demi@0.14.7_vue@3.4.25/node_modules/vue-demi/lib/index.mjs +30 -0
  79. package/es/node_modules/.pnpm/vue-demi@0.14.7_vue@3.4.25/node_modules/vue-demi/lib/index.mjs.map +1 -0
  80. package/es/packages/components/advanced-filtering/src/components/advanced-filtering-params.vue2.mjs +5 -15
  81. package/es/packages/components/advanced-filtering/src/components/advanced-filtering-params.vue2.mjs.map +1 -1
  82. package/es/packages/components/avatar/src/avatar.mjs +2 -15
  83. package/es/packages/components/avatar/src/avatar.mjs.map +1 -1
  84. package/es/packages/components/avatar/src/avatar.vue2.mjs +40 -103
  85. package/es/packages/components/avatar/src/avatar.vue2.mjs.map +1 -1
  86. package/es/packages/components/checkbox/index.mjs.map +1 -1
  87. package/es/packages/components/cropper/index.mjs +12 -0
  88. package/es/packages/components/cropper/index.mjs.map +1 -0
  89. package/es/packages/components/cropper/src/cropper-image.mjs +77 -0
  90. package/es/packages/components/cropper/src/cropper-image.mjs.map +1 -0
  91. package/es/packages/components/cropper/src/cropper-image.vue.mjs +8 -0
  92. package/es/packages/components/cropper/src/cropper-image.vue.mjs.map +1 -0
  93. package/es/packages/components/cropper/src/cropper-image.vue2.mjs +137 -0
  94. package/es/packages/components/cropper/src/cropper-image.vue2.mjs.map +1 -0
  95. package/es/packages/components/cropper/src/cropper-modal.vue.mjs +8 -0
  96. package/es/packages/components/cropper/src/cropper-modal.vue.mjs.map +1 -0
  97. package/es/packages/components/cropper/src/cropper-modal.vue2.mjs +407 -0
  98. package/es/packages/components/cropper/src/cropper-modal.vue2.mjs.map +1 -0
  99. package/es/packages/components/empty/src/empty.mjs +7 -0
  100. package/es/packages/components/empty/src/empty.mjs.map +1 -1
  101. package/es/packages/components/empty/src/empty.vue2.mjs +4 -4
  102. package/es/packages/components/empty/src/empty.vue2.mjs.map +1 -1
  103. package/es/packages/components/form/index.mjs +1 -1
  104. package/es/packages/components/form/src/components/form-component.vue2.mjs +14 -9
  105. package/es/packages/components/form/src/components/form-component.vue2.mjs.map +1 -1
  106. package/es/packages/components/form/src/config/form-component.mjs +4 -1
  107. package/es/packages/components/form/src/config/form-component.mjs.map +1 -1
  108. package/es/packages/components/form/src/config/form.mjs +1 -1
  109. package/es/packages/components/form/src/config/form.mjs.map +1 -1
  110. package/es/packages/components/form/src/config/index.mjs +1 -1
  111. package/es/packages/components/form/src/form.vue2.mjs +12 -15
  112. package/es/packages/components/form/src/form.vue2.mjs.map +1 -1
  113. package/es/packages/components/index.mjs +3 -1
  114. package/es/packages/components/index.mjs.map +1 -1
  115. package/es/packages/components/select-group/src/select-group.mjs.map +1 -1
  116. package/es/packages/components/select-group/src/select-group.vue2.mjs +1 -0
  117. package/es/packages/components/select-group/src/select-group.vue2.mjs.map +1 -1
  118. package/es/packages/components/table/src/components/main-table.vue2.mjs +1 -6
  119. package/es/packages/components/table/src/components/main-table.vue2.mjs.map +1 -1
  120. package/es/packages/components/table/src/config/main-table.mjs +3 -3
  121. package/es/packages/components/table/src/config/main-table.mjs.map +1 -1
  122. package/es/packages/utils/file.mjs +13 -1
  123. package/es/packages/utils/file.mjs.map +1 -1
  124. package/es/packages/utils/index.mjs +1 -1
  125. package/es/utils/file.d.ts +4 -0
  126. package/global.d.ts +2 -0
  127. package/index.full.js +3907 -619
  128. package/index.full.min.js +41 -28
  129. package/index.full.min.js.map +1 -1
  130. package/index.full.min.mjs +40 -27
  131. package/index.full.min.mjs.map +1 -1
  132. package/index.full.mjs +3901 -621
  133. package/lib/component.js +92 -89
  134. package/lib/component.js.map +1 -1
  135. package/lib/components/advanced-filtering/index.d.ts +336 -318
  136. package/lib/components/advanced-filtering/src/advanced-filtering.vue.d.ts +170 -161
  137. package/lib/components/advanced-filtering/src/components/advanced-filtering-params.vue.d.ts +163 -153
  138. package/lib/components/advanced-filtering/src/components/advanced-filtering-tags.vue.d.ts +4 -4
  139. package/lib/components/api-component/index.d.ts +32 -32
  140. package/lib/components/api-component/src/api-component.vue.d.ts +32 -32
  141. package/lib/components/api-component/src/components/api-modal.vue.d.ts +6 -6
  142. package/lib/components/api-component/src/components/body-component.vue.d.ts +14 -14
  143. package/lib/components/api-component/src/components/click-input.vue.d.ts +10 -10
  144. package/lib/components/api-component/src/components/params-table-row.vue.d.ts +12 -12
  145. package/lib/components/api-component/src/components/params-table.vue.d.ts +14 -14
  146. package/lib/components/api-component/src/config/api-modal.d.ts +1 -1
  147. package/lib/components/api-component/src/config/click-input.d.ts +1 -1
  148. package/lib/components/avatar/index.d.ts +19 -51
  149. package/lib/components/avatar/src/avatar.d.ts +8 -38
  150. package/lib/components/avatar/src/avatar.vue.d.ts +19 -51
  151. package/lib/components/checkbox/index.d.ts +217 -217
  152. package/lib/components/checkbox/src/checkbox-group.vue.d.ts +217 -217
  153. package/lib/components/checkbox/src/checkbox.d.ts +56 -56
  154. package/lib/components/code-editor/index.d.ts +2 -2
  155. package/lib/components/code-editor/src/code-editor.vue.d.ts +2 -2
  156. package/lib/components/cropper/index.d.ts +1485 -0
  157. package/lib/components/cropper/src/cropper-image.d.ts +51 -0
  158. package/lib/components/cropper/src/cropper-image.vue.d.ts +93 -0
  159. package/lib/components/cropper/src/cropper-modal.vue.d.ts +1391 -0
  160. package/lib/components/drawer/index.d.ts +11 -11
  161. package/lib/components/drawer/src/components/second-confirmation/index.d.ts +9 -9
  162. package/lib/components/drawer/src/components/second-confirmation/src/second-confirmation.vue.d.ts +9 -9
  163. package/lib/components/drawer/src/drawer.vue.d.ts +11 -11
  164. package/lib/components/easy-cron/index.d.ts +82 -82
  165. package/lib/components/easy-cron/src/components/easy-cron-inner.vue.d.ts +77 -77
  166. package/lib/components/easy-cron/src/components/easy-cron-modal.vue.d.ts +77 -77
  167. package/lib/components/easy-cron/src/easy-cron.vue.d.ts +82 -82
  168. package/lib/components/empty/index.d.ts +4 -0
  169. package/lib/components/empty/src/empty.d.ts +1 -0
  170. package/lib/components/empty/src/empty.vue.d.ts +4 -0
  171. package/lib/components/form/index.d.ts +166 -150
  172. package/lib/components/form/src/components/form-component.vue.d.ts +9 -2
  173. package/lib/components/form/src/config/form-component.d.ts +4 -1
  174. package/lib/components/form/src/config/form.d.ts +63 -57
  175. package/lib/components/form/src/form.vue.d.ts +157 -148
  176. package/lib/components/index.d.ts +1 -0
  177. package/lib/components/input/index.d.ts +31 -31
  178. package/lib/components/input/src/input.vue.d.ts +31 -31
  179. package/lib/components/key-value/index.d.ts +774 -720
  180. package/lib/components/key-value/src/components/key-value-item.vue.d.ts +258 -240
  181. package/lib/components/key-value/src/key-value.vue.d.ts +774 -720
  182. package/lib/components/modal/index.d.ts +4 -4
  183. package/lib/components/modal/src/modal.vue.d.ts +4 -4
  184. package/lib/components/rich-text-editor/index.d.ts +1 -1
  185. package/lib/components/rich-text-editor/src/rich-text-editor.vue.d.ts +1 -1
  186. package/lib/components/select/index.d.ts +11 -11
  187. package/lib/components/select/src/select.vue.d.ts +11 -11
  188. package/lib/components/select-group/index.d.ts +6 -6
  189. package/lib/components/select-group/src/select-group.d.ts +1 -1
  190. package/lib/components/select-group/src/select-group.vue.d.ts +6 -6
  191. package/lib/components/table/index.d.ts +6 -23
  192. package/lib/components/table/src/components/main-table.vue.d.ts +2 -15
  193. package/lib/components/table/src/config/main-table.d.ts +0 -10
  194. package/lib/components/table/src/config/table.d.ts +2 -4
  195. package/lib/components/table/src/table.vue.d.ts +6 -23
  196. package/lib/components/textarea/index.d.ts +5 -5
  197. package/lib/components/textarea/src/textarea.vue.d.ts +5 -5
  198. package/lib/components/tooltip/index.d.ts +4 -4
  199. package/lib/components/tooltip/src/tooltip.d.ts +1 -1
  200. package/lib/components/tooltip/src/tooltip.vue.d.ts +4 -4
  201. package/lib/components/tree-search/index.d.ts +15 -15
  202. package/lib/components/tree-search/src/config/tree-search.d.ts +4 -4
  203. package/lib/components/tree-search/src/tree-search.vue.d.ts +15 -15
  204. package/lib/components/upload-drag/index.d.ts +4 -4
  205. package/lib/components/upload-drag/src/upload-drag.vue.d.ts +4 -4
  206. package/lib/index.js +101 -91
  207. package/lib/index.js.map +1 -1
  208. package/lib/node_modules/.pnpm/@vueuse_shared@10.9.0_vue@3.4.25/node_modules/@vueuse/shared/index.js +1696 -0
  209. package/lib/node_modules/.pnpm/@vueuse_shared@10.9.0_vue@3.4.25/node_modules/@vueuse/shared/index.js.map +1 -0
  210. package/lib/node_modules/.pnpm/vue-demi@0.14.7_vue@3.4.25/node_modules/vue-demi/lib/index.js +61 -0
  211. package/lib/node_modules/.pnpm/vue-demi@0.14.7_vue@3.4.25/node_modules/vue-demi/lib/index.js.map +1 -0
  212. package/lib/packages/components/advanced-filtering/src/components/advanced-filtering-params.vue2.js +5 -15
  213. package/lib/packages/components/advanced-filtering/src/components/advanced-filtering-params.vue2.js.map +1 -1
  214. package/lib/packages/components/avatar/src/avatar.js +2 -15
  215. package/lib/packages/components/avatar/src/avatar.js.map +1 -1
  216. package/lib/packages/components/avatar/src/avatar.vue2.js +39 -102
  217. package/lib/packages/components/avatar/src/avatar.vue2.js.map +1 -1
  218. package/lib/packages/components/checkbox/index.js.map +1 -1
  219. package/lib/packages/components/cropper/index.js +20 -0
  220. package/lib/packages/components/cropper/index.js.map +1 -0
  221. package/lib/packages/components/cropper/src/cropper-image.js +83 -0
  222. package/lib/packages/components/cropper/src/cropper-image.js.map +1 -0
  223. package/lib/packages/components/cropper/src/cropper-image.vue.js +12 -0
  224. package/lib/packages/components/cropper/src/cropper-image.vue.js.map +1 -0
  225. package/lib/packages/components/cropper/src/cropper-image.vue2.js +141 -0
  226. package/lib/packages/components/cropper/src/cropper-image.vue2.js.map +1 -0
  227. package/lib/packages/components/cropper/src/cropper-modal.vue.js +12 -0
  228. package/lib/packages/components/cropper/src/cropper-modal.vue.js.map +1 -0
  229. package/lib/packages/components/cropper/src/cropper-modal.vue2.js +411 -0
  230. package/lib/packages/components/cropper/src/cropper-modal.vue2.js.map +1 -0
  231. package/lib/packages/components/empty/src/empty.js +7 -0
  232. package/lib/packages/components/empty/src/empty.js.map +1 -1
  233. package/lib/packages/components/empty/src/empty.vue2.js +3 -3
  234. package/lib/packages/components/empty/src/empty.vue2.js.map +1 -1
  235. package/lib/packages/components/form/index.js +1 -0
  236. package/lib/packages/components/form/index.js.map +1 -1
  237. package/lib/packages/components/form/src/components/form-component.vue2.js +12 -7
  238. package/lib/packages/components/form/src/components/form-component.vue2.js.map +1 -1
  239. package/lib/packages/components/form/src/config/form-component.js +4 -0
  240. package/lib/packages/components/form/src/config/form-component.js.map +1 -1
  241. package/lib/packages/components/form/src/config/form.js +1 -1
  242. package/lib/packages/components/form/src/config/form.js.map +1 -1
  243. package/lib/packages/components/form/src/config/index.js +1 -0
  244. package/lib/packages/components/form/src/config/index.js.map +1 -1
  245. package/lib/packages/components/form/src/form.vue2.js +12 -15
  246. package/lib/packages/components/form/src/form.vue2.js.map +1 -1
  247. package/lib/packages/components/index.js +101 -91
  248. package/lib/packages/components/index.js.map +1 -1
  249. package/lib/packages/components/select-group/src/select-group.js.map +1 -1
  250. package/lib/packages/components/select-group/src/select-group.vue2.js +1 -0
  251. package/lib/packages/components/select-group/src/select-group.vue2.js.map +1 -1
  252. package/lib/packages/components/table/src/components/main-table.vue2.js +1 -6
  253. package/lib/packages/components/table/src/components/main-table.vue2.js.map +1 -1
  254. package/lib/packages/components/table/src/config/main-table.js +3 -3
  255. package/lib/packages/components/table/src/config/main-table.js.map +1 -1
  256. package/lib/packages/utils/file.js +13 -0
  257. package/lib/packages/utils/file.js.map +1 -1
  258. package/lib/packages/utils/index.js +1 -0
  259. package/lib/packages/utils/index.js.map +1 -1
  260. package/lib/utils/file.d.ts +4 -0
  261. package/package.json +2 -1
  262. package/theme-chalk/css/cropper.css +13 -0
  263. package/theme-chalk/css/index.css +9 -1
  264. package/types/packages/components/advanced-filtering/index.d.ts +336 -318
  265. package/types/packages/components/advanced-filtering/src/advanced-filtering.vue.d.ts +170 -161
  266. package/types/packages/components/advanced-filtering/src/components/advanced-filtering-params.vue.d.ts +163 -153
  267. package/types/packages/components/advanced-filtering/src/components/advanced-filtering-tags.vue.d.ts +4 -4
  268. package/types/packages/components/api-component/index.d.ts +32 -32
  269. package/types/packages/components/api-component/src/api-component.vue.d.ts +32 -32
  270. package/types/packages/components/api-component/src/components/api-modal.vue.d.ts +6 -6
  271. package/types/packages/components/api-component/src/components/body-component.vue.d.ts +14 -14
  272. package/types/packages/components/api-component/src/components/click-input.vue.d.ts +10 -10
  273. package/types/packages/components/api-component/src/components/params-table-row.vue.d.ts +12 -12
  274. package/types/packages/components/api-component/src/components/params-table.vue.d.ts +14 -14
  275. package/types/packages/components/api-component/src/config/api-modal.d.ts +1 -1
  276. package/types/packages/components/api-component/src/config/click-input.d.ts +1 -1
  277. package/types/packages/components/avatar/index.d.ts +19 -51
  278. package/types/packages/components/avatar/src/avatar.d.ts +8 -38
  279. package/types/packages/components/avatar/src/avatar.vue.d.ts +19 -51
  280. package/types/packages/components/checkbox/index.d.ts +217 -217
  281. package/types/packages/components/checkbox/src/checkbox-group.vue.d.ts +217 -217
  282. package/types/packages/components/checkbox/src/checkbox.d.ts +56 -56
  283. package/types/packages/components/code-editor/index.d.ts +2 -2
  284. package/types/packages/components/code-editor/src/code-editor.vue.d.ts +2 -2
  285. package/types/packages/components/cropper/index.d.ts +1485 -0
  286. package/types/packages/components/cropper/src/cropper-image.d.ts +51 -0
  287. package/types/packages/components/cropper/src/cropper-image.vue.d.ts +93 -0
  288. package/types/packages/components/cropper/src/cropper-modal.vue.d.ts +1391 -0
  289. package/types/packages/components/drawer/index.d.ts +11 -11
  290. package/types/packages/components/drawer/src/components/second-confirmation/index.d.ts +9 -9
  291. package/types/packages/components/drawer/src/components/second-confirmation/src/second-confirmation.vue.d.ts +9 -9
  292. package/types/packages/components/drawer/src/drawer.vue.d.ts +11 -11
  293. package/types/packages/components/easy-cron/index.d.ts +82 -82
  294. package/types/packages/components/easy-cron/src/components/easy-cron-inner.vue.d.ts +77 -77
  295. package/types/packages/components/easy-cron/src/components/easy-cron-modal.vue.d.ts +77 -77
  296. package/types/packages/components/easy-cron/src/easy-cron.vue.d.ts +82 -82
  297. package/types/packages/components/empty/index.d.ts +4 -0
  298. package/types/packages/components/empty/src/empty.d.ts +1 -0
  299. package/types/packages/components/empty/src/empty.vue.d.ts +4 -0
  300. package/types/packages/components/form/index.d.ts +166 -150
  301. package/types/packages/components/form/src/components/form-component.vue.d.ts +9 -2
  302. package/types/packages/components/form/src/config/form-component.d.ts +4 -1
  303. package/types/packages/components/form/src/config/form.d.ts +63 -57
  304. package/types/packages/components/form/src/form.vue.d.ts +157 -148
  305. package/types/packages/components/index.d.ts +1 -0
  306. package/types/packages/components/input/index.d.ts +31 -31
  307. package/types/packages/components/input/src/input.vue.d.ts +31 -31
  308. package/types/packages/components/key-value/index.d.ts +774 -720
  309. package/types/packages/components/key-value/src/components/key-value-item.vue.d.ts +258 -240
  310. package/types/packages/components/key-value/src/key-value.vue.d.ts +774 -720
  311. package/types/packages/components/modal/index.d.ts +4 -4
  312. package/types/packages/components/modal/src/modal.vue.d.ts +4 -4
  313. package/types/packages/components/rich-text-editor/index.d.ts +1 -1
  314. package/types/packages/components/rich-text-editor/src/rich-text-editor.vue.d.ts +1 -1
  315. package/types/packages/components/select/index.d.ts +11 -11
  316. package/types/packages/components/select/src/select.vue.d.ts +11 -11
  317. package/types/packages/components/select-group/index.d.ts +6 -6
  318. package/types/packages/components/select-group/src/select-group.d.ts +1 -1
  319. package/types/packages/components/select-group/src/select-group.vue.d.ts +6 -6
  320. package/types/packages/components/table/index.d.ts +6 -23
  321. package/types/packages/components/table/src/components/main-table.vue.d.ts +2 -15
  322. package/types/packages/components/table/src/config/main-table.d.ts +0 -10
  323. package/types/packages/components/table/src/config/table.d.ts +2 -4
  324. package/types/packages/components/table/src/table.vue.d.ts +6 -23
  325. package/types/packages/components/textarea/index.d.ts +5 -5
  326. package/types/packages/components/textarea/src/textarea.vue.d.ts +5 -5
  327. package/types/packages/components/tooltip/index.d.ts +4 -4
  328. package/types/packages/components/tooltip/src/tooltip.d.ts +1 -1
  329. package/types/packages/components/tooltip/src/tooltip.vue.d.ts +4 -4
  330. package/types/packages/components/tree-search/index.d.ts +15 -15
  331. package/types/packages/components/tree-search/src/config/tree-search.d.ts +4 -4
  332. package/types/packages/components/tree-search/src/tree-search.vue.d.ts +15 -15
  333. package/types/packages/components/upload-drag/index.d.ts +4 -4
  334. package/types/packages/components/upload-drag/src/upload-drag.vue.d.ts +4 -4
  335. package/types/packages/utils/file.d.ts +4 -0
@@ -904,9 +904,8 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
904
904
  }, boolean>;
905
905
  }, {
906
906
  props: import("@vue/shared").LooseRequired<{
907
- readonly value: Record<string, any>;
908
- readonly overlayStyle: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => import("vue").CSSProperties) | (() => import("vue").CSSProperties | undefined) | ((new (...args: any[]) => import("vue").CSSProperties) | (() => import("vue").CSSProperties | undefined))[], unknown, unknown>;
909
907
  readonly filterColumns: import("./src/advanced-filtering").FilterColumn[];
908
+ readonly value: Record<string, any>;
910
909
  readonly formOptions: Partial<import("vue").ExtractPropTypes<{
911
910
  layout: import("vue-types").VueTypeDef<string>;
912
911
  labelCol: {
@@ -1131,6 +1130,7 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
1131
1130
  default: (name: string | number | string[] | number[], status: boolean, errors: string[]) => void;
1132
1131
  };
1133
1132
  }>>;
1133
+ readonly overlayStyle: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => import("vue").CSSProperties) | (() => import("vue").CSSProperties | undefined) | ((new (...args: any[]) => import("vue").CSSProperties) | (() => import("vue").CSSProperties | undefined))[], unknown, unknown>;
1134
1134
  readonly onChange?: ((value: Record<string, any>) => any) | undefined;
1135
1135
  readonly "onUpdate:value"?: ((value: Record<string, any>) => any) | undefined;
1136
1136
  } & {}>;
@@ -2490,8 +2490,8 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
2490
2490
  readonly showFooter: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
2491
2491
  }, {
2492
2492
  props: import("@vue/shared").LooseRequired<{
2493
- readonly value: Record<string, any>;
2494
2493
  readonly filterColumns: import("./src/advanced-filtering").FilterColumn[];
2494
+ readonly value: Record<string, any>;
2495
2495
  readonly formOptions: Partial<import("vue").ExtractPropTypes<{
2496
2496
  layout: import("vue-types").VueTypeDef<string>;
2497
2497
  labelCol: {
@@ -2722,7 +2722,7 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
2722
2722
  readonly onConfirm?: (() => any) | undefined;
2723
2723
  readonly onChangeValue?: ((value: Record<string, any>) => any) | undefined;
2724
2724
  } & {}>;
2725
- emits: ((event: "update:value", value: Record<string, any>) => void) & ((event: "confirm") => void) & ((event: "close") => void) & ((event: "changeValue", value: Record<string, any>) => void);
2725
+ emits: ((event: "update:value", value: Record<string, any>) => void) & ((event: "close") => void) & ((event: "confirm") => void) & ((event: "changeValue", value: Record<string, any>) => void);
2726
2726
  bem: {
2727
2727
  b: (blockSuffix?: string) => string;
2728
2728
  e: (element?: string) => string;
@@ -2738,8 +2738,8 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
2738
2738
  computeFormColumns: import("vue").ComputedRef<import("./src/advanced-filtering").FilterColumn[]>;
2739
2739
  handleClose: () => void;
2740
2740
  handleAdvancedFilterConfirm: () => void;
2741
- handleChange: (val: Record<string, any>) => void;
2742
- setData: (val: Record<string, any>) => void;
2741
+ handleChange: (params: import("ll-plus/es/index").FormChangeEvent) => void;
2742
+ setData: (params: import("ll-plus/es/index").FormChangeEvent) => void;
2743
2743
  readonly LlForm: import("ll-plus/es/utils").SFCWithInstall<import("vue").DefineComponent<{
2744
2744
  readonly formColumns: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => any[]) | (() => any[]) | ((new (...args: any[]) => any[]) | (() => any[]))[], unknown, unknown, () => never[], boolean>;
2745
2745
  readonly formOptions: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
@@ -3640,21 +3640,21 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
3640
3640
  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>;
3641
3641
  readonly rowOptions: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
3642
3642
  align: {
3643
- type: import("vue").PropType<"middle" | "bottom" | "top" | "stretch" | {
3644
- xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
3645
- sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
3646
- md?: "middle" | "bottom" | "top" | "stretch" | undefined;
3647
- lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
3648
- xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
3649
- xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
3643
+ type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
3644
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
3645
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
3646
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
3647
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
3648
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
3649
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
3650
3650
  }>;
3651
- default: "middle" | "bottom" | "top" | "stretch" | {
3652
- xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
3653
- sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
3654
- md?: "middle" | "bottom" | "top" | "stretch" | undefined;
3655
- lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
3656
- xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
3657
- xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
3651
+ default: "middle" | "top" | "bottom" | "stretch" | {
3652
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
3653
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
3654
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
3655
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
3656
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
3657
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
3658
3658
  };
3659
3659
  };
3660
3660
  justify: {
@@ -3686,21 +3686,21 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
3686
3686
  };
3687
3687
  }>>) | (() => Partial<import("vue").ExtractPropTypes<{
3688
3688
  align: {
3689
- type: import("vue").PropType<"middle" | "bottom" | "top" | "stretch" | {
3690
- xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
3691
- sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
3692
- md?: "middle" | "bottom" | "top" | "stretch" | undefined;
3693
- lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
3694
- xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
3695
- xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
3689
+ type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
3690
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
3691
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
3692
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
3693
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
3694
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
3695
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
3696
3696
  }>;
3697
- default: "middle" | "bottom" | "top" | "stretch" | {
3698
- xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
3699
- sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
3700
- md?: "middle" | "bottom" | "top" | "stretch" | undefined;
3701
- lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
3702
- xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
3703
- xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
3697
+ default: "middle" | "top" | "bottom" | "stretch" | {
3698
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
3699
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
3700
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
3701
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
3702
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
3703
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
3704
3704
  };
3705
3705
  };
3706
3706
  justify: {
@@ -3732,21 +3732,21 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
3732
3732
  };
3733
3733
  }>>) | ((new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
3734
3734
  align: {
3735
- type: import("vue").PropType<"middle" | "bottom" | "top" | "stretch" | {
3736
- xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
3737
- sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
3738
- md?: "middle" | "bottom" | "top" | "stretch" | undefined;
3739
- lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
3740
- xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
3741
- xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
3735
+ type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
3736
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
3737
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
3738
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
3739
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
3740
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
3741
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
3742
3742
  }>;
3743
- default: "middle" | "bottom" | "top" | "stretch" | {
3744
- xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
3745
- sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
3746
- md?: "middle" | "bottom" | "top" | "stretch" | undefined;
3747
- lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
3748
- xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
3749
- xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
3743
+ default: "middle" | "top" | "bottom" | "stretch" | {
3744
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
3745
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
3746
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
3747
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
3748
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
3749
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
3750
3750
  };
3751
3751
  };
3752
3752
  justify: {
@@ -3778,21 +3778,21 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
3778
3778
  };
3779
3779
  }>>) | (() => Partial<import("vue").ExtractPropTypes<{
3780
3780
  align: {
3781
- type: import("vue").PropType<"middle" | "bottom" | "top" | "stretch" | {
3782
- xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
3783
- sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
3784
- md?: "middle" | "bottom" | "top" | "stretch" | undefined;
3785
- lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
3786
- xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
3787
- xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
3781
+ type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
3782
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
3783
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
3784
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
3785
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
3786
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
3787
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
3788
3788
  }>;
3789
- default: "middle" | "bottom" | "top" | "stretch" | {
3790
- xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
3791
- sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
3792
- md?: "middle" | "bottom" | "top" | "stretch" | undefined;
3793
- lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
3794
- xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
3795
- xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
3789
+ default: "middle" | "top" | "bottom" | "stretch" | {
3790
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
3791
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
3792
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
3793
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
3794
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
3795
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
3796
3796
  };
3797
3797
  };
3798
3798
  justify: {
@@ -3828,7 +3828,6 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
3828
3828
  readonly loading: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
3829
3829
  }, {
3830
3830
  props: import("@vue/shared").LooseRequired<{
3831
- readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
3832
3831
  readonly formOptions: Partial<import("vue").ExtractPropTypes<{
3833
3832
  layout: import("vue-types").VueTypeDef<string>;
3834
3833
  labelCol: {
@@ -4053,23 +4052,24 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
4053
4052
  default: (name: string | number | string[] | number[], status: boolean, errors: string[]) => void;
4054
4053
  };
4055
4054
  }>>;
4055
+ readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
4056
4056
  readonly rowOptions: Partial<import("vue").ExtractPropTypes<{
4057
4057
  align: {
4058
- type: import("vue").PropType<"middle" | "bottom" | "top" | "stretch" | {
4059
- xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
4060
- sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
4061
- md?: "middle" | "bottom" | "top" | "stretch" | undefined;
4062
- lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
4063
- xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
4064
- xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
4058
+ type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
4059
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
4060
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
4061
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
4062
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
4063
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
4064
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
4065
4065
  }>;
4066
- default: "middle" | "bottom" | "top" | "stretch" | {
4067
- xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
4068
- sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
4069
- md?: "middle" | "bottom" | "top" | "stretch" | undefined;
4070
- lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
4071
- xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
4072
- xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
4066
+ default: "middle" | "top" | "bottom" | "stretch" | {
4067
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
4068
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
4069
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
4070
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
4071
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
4072
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
4073
4073
  };
4074
4074
  };
4075
4075
  justify: {
@@ -4102,9 +4102,9 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
4102
4102
  }>>;
4103
4103
  readonly formColumns: any[];
4104
4104
  readonly formData: import("ll-plus/es/index").FormData;
4105
- readonly onChange?: ((value: import("ll-plus/es/index").FormData) => any) | undefined;
4105
+ readonly onChange?: ((params: import("ll-plus/es/index").FormChangeEvent) => any) | undefined;
4106
4106
  } & {}>;
4107
- emits: (event: "change", value: import("ll-plus/es/index").FormData) => void;
4107
+ emits: (event: "change", params: import("ll-plus/es/index").FormChangeEvent) => void;
4108
4108
  bem: {
4109
4109
  b: (blockSuffix?: string) => string;
4110
4110
  e: (element?: string) => string;
@@ -4117,12 +4117,14 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
4117
4117
  };
4118
4118
  formData: import("ll-plus/es/index").FormData;
4119
4119
  formRef: import("vue").Ref<any>;
4120
+ id: import("vue").Ref<string>;
4120
4121
  validate: () => Promise<any>;
4121
4122
  resetFields: () => Promise<any>;
4122
4123
  clearValidate: (nameList?: import("ant-design-vue/es/form/interface").NamePath[] | undefined) => Promise<any>;
4123
4124
  scrollToField: (name: import("ant-design-vue/es/form/interface").NamePath, options?: ScrollOptions | undefined) => Promise<any>;
4124
4125
  getBindValue: (item: any) => import("lodash").Omit<any, "label">;
4125
4126
  getFormItemClass: (item?: any) => string;
4127
+ handleChangeField: (item: any) => void;
4126
4128
  readonly isEmpty: {
4127
4129
  <T extends {
4128
4130
  __trapAny: any;
@@ -4148,11 +4150,16 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
4148
4150
  props: import("@vue/shared").LooseRequired<{
4149
4151
  readonly formData: import("ll-plus/es/index").FormData;
4150
4152
  readonly item: any;
4153
+ readonly onChangeField?: ((item: any) => any) | undefined;
4151
4154
  } & {}>;
4155
+ emits: (event: "changeField", item: any) => void;
4152
4156
  formData: import("ll-plus/es/index").FormData;
4153
4157
  getBindValue: (item: any) => import("lodash").Omit<any, "label">;
4158
+ handleChange: (e: any) => void;
4154
4159
  readonly checkedType: string[];
4155
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
4160
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
4161
+ readonly changeField: (item: any) => boolean;
4162
+ }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
4156
4163
  readonly item: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => any) | (() => any) | {
4157
4164
  (): any;
4158
4165
  new (): any;
@@ -4163,12 +4170,14 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
4163
4170
  readonly prototype: any;
4164
4171
  })[], unknown, unknown, () => {}, boolean>;
4165
4172
  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>;
4166
- }>>, {
4173
+ }>> & {
4174
+ onChangeField?: ((item: any) => any) | undefined;
4175
+ }, {
4167
4176
  readonly formData: import("ll-plus/es/index").FormData;
4168
4177
  readonly item: any;
4169
4178
  }, {}>;
4170
4179
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
4171
- change: (value: import("ll-plus/es/index").FormData) => boolean;
4180
+ change: (params: import("ll-plus/es/index").FormChangeEvent) => boolean;
4172
4181
  }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
4173
4182
  readonly formColumns: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => any[]) | (() => any[]) | ((new (...args: any[]) => any[]) | (() => any[]))[], unknown, unknown, () => never[], boolean>;
4174
4183
  readonly formOptions: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
@@ -5069,21 +5078,21 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
5069
5078
  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>;
5070
5079
  readonly rowOptions: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
5071
5080
  align: {
5072
- type: import("vue").PropType<"middle" | "bottom" | "top" | "stretch" | {
5073
- xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
5074
- sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
5075
- md?: "middle" | "bottom" | "top" | "stretch" | undefined;
5076
- lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
5077
- xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
5078
- xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
5081
+ type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
5082
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
5083
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
5084
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
5085
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
5086
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
5087
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
5079
5088
  }>;
5080
- default: "middle" | "bottom" | "top" | "stretch" | {
5081
- xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
5082
- sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
5083
- md?: "middle" | "bottom" | "top" | "stretch" | undefined;
5084
- lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
5085
- xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
5086
- xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
5089
+ default: "middle" | "top" | "bottom" | "stretch" | {
5090
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
5091
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
5092
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
5093
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
5094
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
5095
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
5087
5096
  };
5088
5097
  };
5089
5098
  justify: {
@@ -5115,21 +5124,21 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
5115
5124
  };
5116
5125
  }>>) | (() => Partial<import("vue").ExtractPropTypes<{
5117
5126
  align: {
5118
- type: import("vue").PropType<"middle" | "bottom" | "top" | "stretch" | {
5119
- xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
5120
- sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
5121
- md?: "middle" | "bottom" | "top" | "stretch" | undefined;
5122
- lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
5123
- xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
5124
- xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
5127
+ type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
5128
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
5129
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
5130
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
5131
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
5132
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
5133
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
5125
5134
  }>;
5126
- default: "middle" | "bottom" | "top" | "stretch" | {
5127
- xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
5128
- sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
5129
- md?: "middle" | "bottom" | "top" | "stretch" | undefined;
5130
- lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
5131
- xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
5132
- xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
5135
+ default: "middle" | "top" | "bottom" | "stretch" | {
5136
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
5137
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
5138
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
5139
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
5140
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
5141
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
5133
5142
  };
5134
5143
  };
5135
5144
  justify: {
@@ -5161,21 +5170,21 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
5161
5170
  };
5162
5171
  }>>) | ((new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
5163
5172
  align: {
5164
- type: import("vue").PropType<"middle" | "bottom" | "top" | "stretch" | {
5165
- xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
5166
- sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
5167
- md?: "middle" | "bottom" | "top" | "stretch" | undefined;
5168
- lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
5169
- xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
5170
- xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
5173
+ type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
5174
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
5175
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
5176
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
5177
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
5178
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
5179
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
5171
5180
  }>;
5172
- default: "middle" | "bottom" | "top" | "stretch" | {
5173
- xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
5174
- sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
5175
- md?: "middle" | "bottom" | "top" | "stretch" | undefined;
5176
- lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
5177
- xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
5178
- xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
5181
+ default: "middle" | "top" | "bottom" | "stretch" | {
5182
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
5183
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
5184
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
5185
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
5186
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
5187
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
5179
5188
  };
5180
5189
  };
5181
5190
  justify: {
@@ -5207,21 +5216,21 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
5207
5216
  };
5208
5217
  }>>) | (() => Partial<import("vue").ExtractPropTypes<{
5209
5218
  align: {
5210
- type: import("vue").PropType<"middle" | "bottom" | "top" | "stretch" | {
5211
- xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
5212
- sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
5213
- md?: "middle" | "bottom" | "top" | "stretch" | undefined;
5214
- lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
5215
- xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
5216
- xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
5219
+ type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
5220
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
5221
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
5222
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
5223
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
5224
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
5225
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
5217
5226
  }>;
5218
- default: "middle" | "bottom" | "top" | "stretch" | {
5219
- xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
5220
- sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
5221
- md?: "middle" | "bottom" | "top" | "stretch" | undefined;
5222
- lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
5223
- xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
5224
- xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
5227
+ default: "middle" | "top" | "bottom" | "stretch" | {
5228
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
5229
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
5230
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
5231
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
5232
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
5233
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
5225
5234
  };
5226
5235
  };
5227
5236
  justify: {
@@ -5256,9 +5265,8 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
5256
5265
  }, boolean>;
5257
5266
  readonly loading: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
5258
5267
  }>> & {
5259
- onChange?: ((value: import("ll-plus/es/index").FormData) => any) | undefined;
5268
+ onChange?: ((params: import("ll-plus/es/index").FormChangeEvent) => any) | undefined;
5260
5269
  }, {
5261
- readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
5262
5270
  readonly formOptions: Partial<import("vue").ExtractPropTypes<{
5263
5271
  layout: import("vue-types").VueTypeDef<string>;
5264
5272
  labelCol: {
@@ -5483,23 +5491,24 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
5483
5491
  default: (name: string | number | string[] | number[], status: boolean, errors: string[]) => void;
5484
5492
  };
5485
5493
  }>>;
5494
+ readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
5486
5495
  readonly rowOptions: Partial<import("vue").ExtractPropTypes<{
5487
5496
  align: {
5488
- type: import("vue").PropType<"middle" | "bottom" | "top" | "stretch" | {
5489
- xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
5490
- sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
5491
- md?: "middle" | "bottom" | "top" | "stretch" | undefined;
5492
- lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
5493
- xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
5494
- xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
5497
+ type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
5498
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
5499
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
5500
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
5501
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
5502
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
5503
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
5495
5504
  }>;
5496
- default: "middle" | "bottom" | "top" | "stretch" | {
5497
- xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
5498
- sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
5499
- md?: "middle" | "bottom" | "top" | "stretch" | undefined;
5500
- lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
5501
- xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
5502
- xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
5505
+ default: "middle" | "top" | "bottom" | "stretch" | {
5506
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
5507
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
5508
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
5509
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
5510
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
5511
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
5503
5512
  };
5504
5513
  };
5505
5514
  justify: {
@@ -6443,8 +6452,8 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
6443
6452
  onConfirm?: (() => any) | undefined;
6444
6453
  onChangeValue?: ((value: Record<string, any>) => any) | undefined;
6445
6454
  }, {
6446
- readonly value: Record<string, any>;
6447
6455
  readonly filterColumns: import("./src/advanced-filtering").FilterColumn[];
6456
+ readonly value: Record<string, any>;
6448
6457
  readonly formOptions: Partial<import("vue").ExtractPropTypes<{
6449
6458
  layout: import("vue-types").VueTypeDef<string>;
6450
6459
  labelCol: {
@@ -7574,9 +7583,8 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
7574
7583
  }, boolean>;
7575
7584
  }, {
7576
7585
  props: import("@vue/shared").LooseRequired<{
7577
- readonly value: Record<string, any>;
7578
- readonly overlayStyle: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => import("vue").CSSProperties) | (() => import("vue").CSSProperties | undefined) | ((new (...args: any[]) => import("vue").CSSProperties) | (() => import("vue").CSSProperties | undefined))[], unknown, unknown>;
7579
7586
  readonly filterColumns: import("./src/advanced-filtering").FilterColumn[];
7587
+ readonly value: Record<string, any>;
7580
7588
  readonly formOptions: Partial<import("vue").ExtractPropTypes<{
7581
7589
  layout: import("vue-types").VueTypeDef<string>;
7582
7590
  labelCol: {
@@ -7801,6 +7809,7 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
7801
7809
  default: (name: string | number | string[] | number[], status: boolean, errors: string[]) => void;
7802
7810
  };
7803
7811
  }>>;
7812
+ readonly overlayStyle: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => import("vue").CSSProperties) | (() => import("vue").CSSProperties | undefined) | ((new (...args: any[]) => import("vue").CSSProperties) | (() => import("vue").CSSProperties | undefined))[], unknown, unknown>;
7804
7813
  readonly onChange?: ((value: Record<string, any>) => any) | undefined;
7805
7814
  readonly "onUpdate:value"?: ((value: Record<string, any>) => any) | undefined;
7806
7815
  } & {}>;
@@ -8732,9 +8741,8 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
8732
8741
  onChange?: ((value: Record<string, any>) => any) | undefined;
8733
8742
  "onUpdate:value"?: ((value: Record<string, any>) => any) | undefined;
8734
8743
  }, {
8735
- readonly value: Record<string, any>;
8736
- readonly overlayStyle: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => import("vue").CSSProperties) | (() => import("vue").CSSProperties | undefined) | ((new (...args: any[]) => import("vue").CSSProperties) | (() => import("vue").CSSProperties | undefined))[], unknown, unknown>;
8737
8744
  readonly filterColumns: import("./src/advanced-filtering").FilterColumn[];
8745
+ readonly value: Record<string, any>;
8738
8746
  readonly formOptions: Partial<import("vue").ExtractPropTypes<{
8739
8747
  layout: import("vue-types").VueTypeDef<string>;
8740
8748
  labelCol: {
@@ -8959,6 +8967,7 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
8959
8967
  default: (name: string | number | string[] | number[], status: boolean, errors: string[]) => void;
8960
8968
  };
8961
8969
  }>>;
8970
+ readonly overlayStyle: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => import("vue").CSSProperties) | (() => import("vue").CSSProperties | undefined) | ((new (...args: any[]) => import("vue").CSSProperties) | (() => import("vue").CSSProperties | undefined))[], unknown, unknown>;
8962
8971
  }, {}>;
8963
8972
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
8964
8973
  change: (value: Record<string, any>) => boolean;
@@ -9868,9 +9877,8 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
9868
9877
  onChange?: ((value: Record<string, any>) => any) | undefined;
9869
9878
  "onUpdate:value"?: ((value: Record<string, any>) => any) | undefined;
9870
9879
  }, {
9871
- readonly value: Record<string, any>;
9872
- readonly overlayStyle: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => import("vue").CSSProperties) | (() => import("vue").CSSProperties | undefined) | ((new (...args: any[]) => import("vue").CSSProperties) | (() => import("vue").CSSProperties | undefined))[], unknown, unknown>;
9873
9880
  readonly filterColumns: import("./src/advanced-filtering").FilterColumn[];
9881
+ readonly value: Record<string, any>;
9874
9882
  readonly formOptions: Partial<import("vue").ExtractPropTypes<{
9875
9883
  layout: import("vue-types").VueTypeDef<string>;
9876
9884
  labelCol: {
@@ -10095,6 +10103,7 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
10095
10103
  default: (name: string | number | string[] | number[], status: boolean, errors: string[]) => void;
10096
10104
  };
10097
10105
  }>>;
10106
+ readonly overlayStyle: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => import("vue").CSSProperties) | (() => import("vue").CSSProperties | undefined) | ((new (...args: any[]) => import("vue").CSSProperties) | (() => import("vue").CSSProperties | undefined))[], unknown, unknown>;
10098
10107
  }, {}>>;
10099
10108
  export declare const LlAdvancedFilteringParams: import("ll-plus/es/utils").SFCWithInstall<import("vue").DefineComponent<{
10100
10109
  readonly filterColumns: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("./src/advanced-filtering").FilterColumn[]) | (() => import("./src/advanced-filtering").FilterColumn[]) | ((new (...args: any[]) => import("./src/advanced-filtering").FilterColumn[]) | (() => import("./src/advanced-filtering").FilterColumn[]))[], unknown, unknown, () => never[], boolean>;
@@ -10997,8 +11006,8 @@ export declare const LlAdvancedFilteringParams: import("ll-plus/es/utils").SFCWi
10997
11006
  readonly showFooter: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
10998
11007
  }, {
10999
11008
  props: import("@vue/shared").LooseRequired<{
11000
- readonly value: Record<string, any>;
11001
11009
  readonly filterColumns: import("./src/advanced-filtering").FilterColumn[];
11010
+ readonly value: Record<string, any>;
11002
11011
  readonly formOptions: Partial<import("vue").ExtractPropTypes<{
11003
11012
  layout: import("vue-types").VueTypeDef<string>;
11004
11013
  labelCol: {
@@ -11229,7 +11238,7 @@ export declare const LlAdvancedFilteringParams: import("ll-plus/es/utils").SFCWi
11229
11238
  readonly onConfirm?: (() => any) | undefined;
11230
11239
  readonly onChangeValue?: ((value: Record<string, any>) => any) | undefined;
11231
11240
  } & {}>;
11232
- emits: ((event: "update:value", value: Record<string, any>) => void) & ((event: "confirm") => void) & ((event: "close") => void) & ((event: "changeValue", value: Record<string, any>) => void);
11241
+ emits: ((event: "update:value", value: Record<string, any>) => void) & ((event: "close") => void) & ((event: "confirm") => void) & ((event: "changeValue", value: Record<string, any>) => void);
11233
11242
  bem: {
11234
11243
  b: (blockSuffix?: string) => string;
11235
11244
  e: (element?: string) => string;
@@ -11245,8 +11254,8 @@ export declare const LlAdvancedFilteringParams: import("ll-plus/es/utils").SFCWi
11245
11254
  computeFormColumns: import("vue").ComputedRef<import("./src/advanced-filtering").FilterColumn[]>;
11246
11255
  handleClose: () => void;
11247
11256
  handleAdvancedFilterConfirm: () => void;
11248
- handleChange: (val: Record<string, any>) => void;
11249
- setData: (val: Record<string, any>) => void;
11257
+ handleChange: (params: import("ll-plus/es/index").FormChangeEvent) => void;
11258
+ setData: (params: import("ll-plus/es/index").FormChangeEvent) => void;
11250
11259
  readonly LlForm: import("ll-plus/es/utils").SFCWithInstall<import("vue").DefineComponent<{
11251
11260
  readonly formColumns: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => any[]) | (() => any[]) | ((new (...args: any[]) => any[]) | (() => any[]))[], unknown, unknown, () => never[], boolean>;
11252
11261
  readonly formOptions: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
@@ -12147,21 +12156,21 @@ export declare const LlAdvancedFilteringParams: import("ll-plus/es/utils").SFCWi
12147
12156
  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>;
12148
12157
  readonly rowOptions: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
12149
12158
  align: {
12150
- type: import("vue").PropType<"middle" | "bottom" | "top" | "stretch" | {
12151
- xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
12152
- sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
12153
- md?: "middle" | "bottom" | "top" | "stretch" | undefined;
12154
- lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
12155
- xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
12156
- xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
12159
+ type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
12160
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
12161
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
12162
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
12163
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
12164
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
12165
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
12157
12166
  }>;
12158
- default: "middle" | "bottom" | "top" | "stretch" | {
12159
- xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
12160
- sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
12161
- md?: "middle" | "bottom" | "top" | "stretch" | undefined;
12162
- lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
12163
- xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
12164
- xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
12167
+ default: "middle" | "top" | "bottom" | "stretch" | {
12168
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
12169
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
12170
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
12171
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
12172
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
12173
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
12165
12174
  };
12166
12175
  };
12167
12176
  justify: {
@@ -12193,21 +12202,21 @@ export declare const LlAdvancedFilteringParams: import("ll-plus/es/utils").SFCWi
12193
12202
  };
12194
12203
  }>>) | (() => Partial<import("vue").ExtractPropTypes<{
12195
12204
  align: {
12196
- type: import("vue").PropType<"middle" | "bottom" | "top" | "stretch" | {
12197
- xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
12198
- sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
12199
- md?: "middle" | "bottom" | "top" | "stretch" | undefined;
12200
- lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
12201
- xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
12202
- xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
12205
+ type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
12206
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
12207
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
12208
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
12209
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
12210
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
12211
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
12203
12212
  }>;
12204
- default: "middle" | "bottom" | "top" | "stretch" | {
12205
- xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
12206
- sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
12207
- md?: "middle" | "bottom" | "top" | "stretch" | undefined;
12208
- lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
12209
- xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
12210
- xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
12213
+ default: "middle" | "top" | "bottom" | "stretch" | {
12214
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
12215
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
12216
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
12217
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
12218
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
12219
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
12211
12220
  };
12212
12221
  };
12213
12222
  justify: {
@@ -12239,21 +12248,21 @@ export declare const LlAdvancedFilteringParams: import("ll-plus/es/utils").SFCWi
12239
12248
  };
12240
12249
  }>>) | ((new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
12241
12250
  align: {
12242
- type: import("vue").PropType<"middle" | "bottom" | "top" | "stretch" | {
12243
- xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
12244
- sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
12245
- md?: "middle" | "bottom" | "top" | "stretch" | undefined;
12246
- lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
12247
- xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
12248
- xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
12251
+ type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
12252
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
12253
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
12254
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
12255
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
12256
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
12257
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
12249
12258
  }>;
12250
- default: "middle" | "bottom" | "top" | "stretch" | {
12251
- xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
12252
- sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
12253
- md?: "middle" | "bottom" | "top" | "stretch" | undefined;
12254
- lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
12255
- xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
12256
- xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
12259
+ default: "middle" | "top" | "bottom" | "stretch" | {
12260
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
12261
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
12262
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
12263
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
12264
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
12265
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
12257
12266
  };
12258
12267
  };
12259
12268
  justify: {
@@ -12285,21 +12294,21 @@ export declare const LlAdvancedFilteringParams: import("ll-plus/es/utils").SFCWi
12285
12294
  };
12286
12295
  }>>) | (() => Partial<import("vue").ExtractPropTypes<{
12287
12296
  align: {
12288
- type: import("vue").PropType<"middle" | "bottom" | "top" | "stretch" | {
12289
- xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
12290
- sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
12291
- md?: "middle" | "bottom" | "top" | "stretch" | undefined;
12292
- lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
12293
- xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
12294
- xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
12297
+ type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
12298
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
12299
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
12300
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
12301
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
12302
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
12303
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
12295
12304
  }>;
12296
- default: "middle" | "bottom" | "top" | "stretch" | {
12297
- xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
12298
- sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
12299
- md?: "middle" | "bottom" | "top" | "stretch" | undefined;
12300
- lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
12301
- xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
12302
- xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
12305
+ default: "middle" | "top" | "bottom" | "stretch" | {
12306
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
12307
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
12308
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
12309
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
12310
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
12311
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
12303
12312
  };
12304
12313
  };
12305
12314
  justify: {
@@ -12335,7 +12344,6 @@ export declare const LlAdvancedFilteringParams: import("ll-plus/es/utils").SFCWi
12335
12344
  readonly loading: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
12336
12345
  }, {
12337
12346
  props: import("@vue/shared").LooseRequired<{
12338
- readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
12339
12347
  readonly formOptions: Partial<import("vue").ExtractPropTypes<{
12340
12348
  layout: import("vue-types").VueTypeDef<string>;
12341
12349
  labelCol: {
@@ -12560,23 +12568,24 @@ export declare const LlAdvancedFilteringParams: import("ll-plus/es/utils").SFCWi
12560
12568
  default: (name: string | number | string[] | number[], status: boolean, errors: string[]) => void;
12561
12569
  };
12562
12570
  }>>;
12571
+ readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
12563
12572
  readonly rowOptions: Partial<import("vue").ExtractPropTypes<{
12564
12573
  align: {
12565
- type: import("vue").PropType<"middle" | "bottom" | "top" | "stretch" | {
12566
- xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
12567
- sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
12568
- md?: "middle" | "bottom" | "top" | "stretch" | undefined;
12569
- lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
12570
- xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
12571
- xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
12574
+ type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
12575
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
12576
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
12577
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
12578
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
12579
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
12580
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
12572
12581
  }>;
12573
- default: "middle" | "bottom" | "top" | "stretch" | {
12574
- xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
12575
- sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
12576
- md?: "middle" | "bottom" | "top" | "stretch" | undefined;
12577
- lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
12578
- xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
12579
- xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
12582
+ default: "middle" | "top" | "bottom" | "stretch" | {
12583
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
12584
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
12585
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
12586
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
12587
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
12588
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
12580
12589
  };
12581
12590
  };
12582
12591
  justify: {
@@ -12609,9 +12618,9 @@ export declare const LlAdvancedFilteringParams: import("ll-plus/es/utils").SFCWi
12609
12618
  }>>;
12610
12619
  readonly formColumns: any[];
12611
12620
  readonly formData: import("ll-plus/es/index").FormData;
12612
- readonly onChange?: ((value: import("ll-plus/es/index").FormData) => any) | undefined;
12621
+ readonly onChange?: ((params: import("ll-plus/es/index").FormChangeEvent) => any) | undefined;
12613
12622
  } & {}>;
12614
- emits: (event: "change", value: import("ll-plus/es/index").FormData) => void;
12623
+ emits: (event: "change", params: import("ll-plus/es/index").FormChangeEvent) => void;
12615
12624
  bem: {
12616
12625
  b: (blockSuffix?: string) => string;
12617
12626
  e: (element?: string) => string;
@@ -12624,12 +12633,14 @@ export declare const LlAdvancedFilteringParams: import("ll-plus/es/utils").SFCWi
12624
12633
  };
12625
12634
  formData: import("ll-plus/es/index").FormData;
12626
12635
  formRef: import("vue").Ref<any>;
12636
+ id: import("vue").Ref<string>;
12627
12637
  validate: () => Promise<any>;
12628
12638
  resetFields: () => Promise<any>;
12629
12639
  clearValidate: (nameList?: import("ant-design-vue/es/form/interface").NamePath[] | undefined) => Promise<any>;
12630
12640
  scrollToField: (name: import("ant-design-vue/es/form/interface").NamePath, options?: ScrollOptions | undefined) => Promise<any>;
12631
12641
  getBindValue: (item: any) => import("lodash").Omit<any, "label">;
12632
12642
  getFormItemClass: (item?: any) => string;
12643
+ handleChangeField: (item: any) => void;
12633
12644
  readonly isEmpty: {
12634
12645
  <T extends {
12635
12646
  __trapAny: any;
@@ -12655,11 +12666,16 @@ export declare const LlAdvancedFilteringParams: import("ll-plus/es/utils").SFCWi
12655
12666
  props: import("@vue/shared").LooseRequired<{
12656
12667
  readonly formData: import("ll-plus/es/index").FormData;
12657
12668
  readonly item: any;
12669
+ readonly onChangeField?: ((item: any) => any) | undefined;
12658
12670
  } & {}>;
12671
+ emits: (event: "changeField", item: any) => void;
12659
12672
  formData: import("ll-plus/es/index").FormData;
12660
12673
  getBindValue: (item: any) => import("lodash").Omit<any, "label">;
12674
+ handleChange: (e: any) => void;
12661
12675
  readonly checkedType: string[];
12662
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
12676
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
12677
+ readonly changeField: (item: any) => boolean;
12678
+ }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
12663
12679
  readonly item: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => any) | (() => any) | {
12664
12680
  (): any;
12665
12681
  new (): any;
@@ -12670,12 +12686,14 @@ export declare const LlAdvancedFilteringParams: import("ll-plus/es/utils").SFCWi
12670
12686
  readonly prototype: any;
12671
12687
  })[], unknown, unknown, () => {}, boolean>;
12672
12688
  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>;
12673
- }>>, {
12689
+ }>> & {
12690
+ onChangeField?: ((item: any) => any) | undefined;
12691
+ }, {
12674
12692
  readonly formData: import("ll-plus/es/index").FormData;
12675
12693
  readonly item: any;
12676
12694
  }, {}>;
12677
12695
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
12678
- change: (value: import("ll-plus/es/index").FormData) => boolean;
12696
+ change: (params: import("ll-plus/es/index").FormChangeEvent) => boolean;
12679
12697
  }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
12680
12698
  readonly formColumns: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => any[]) | (() => any[]) | ((new (...args: any[]) => any[]) | (() => any[]))[], unknown, unknown, () => never[], boolean>;
12681
12699
  readonly formOptions: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
@@ -13576,21 +13594,21 @@ export declare const LlAdvancedFilteringParams: import("ll-plus/es/utils").SFCWi
13576
13594
  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>;
13577
13595
  readonly rowOptions: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
13578
13596
  align: {
13579
- type: import("vue").PropType<"middle" | "bottom" | "top" | "stretch" | {
13580
- xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
13581
- sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
13582
- md?: "middle" | "bottom" | "top" | "stretch" | undefined;
13583
- lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
13584
- xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
13585
- xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
13597
+ type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
13598
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
13599
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
13600
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
13601
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
13602
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
13603
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
13586
13604
  }>;
13587
- default: "middle" | "bottom" | "top" | "stretch" | {
13588
- xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
13589
- sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
13590
- md?: "middle" | "bottom" | "top" | "stretch" | undefined;
13591
- lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
13592
- xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
13593
- xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
13605
+ default: "middle" | "top" | "bottom" | "stretch" | {
13606
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
13607
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
13608
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
13609
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
13610
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
13611
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
13594
13612
  };
13595
13613
  };
13596
13614
  justify: {
@@ -13622,21 +13640,21 @@ export declare const LlAdvancedFilteringParams: import("ll-plus/es/utils").SFCWi
13622
13640
  };
13623
13641
  }>>) | (() => Partial<import("vue").ExtractPropTypes<{
13624
13642
  align: {
13625
- type: import("vue").PropType<"middle" | "bottom" | "top" | "stretch" | {
13626
- xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
13627
- sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
13628
- md?: "middle" | "bottom" | "top" | "stretch" | undefined;
13629
- lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
13630
- xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
13631
- xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
13643
+ type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
13644
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
13645
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
13646
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
13647
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
13648
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
13649
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
13632
13650
  }>;
13633
- default: "middle" | "bottom" | "top" | "stretch" | {
13634
- xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
13635
- sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
13636
- md?: "middle" | "bottom" | "top" | "stretch" | undefined;
13637
- lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
13638
- xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
13639
- xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
13651
+ default: "middle" | "top" | "bottom" | "stretch" | {
13652
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
13653
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
13654
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
13655
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
13656
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
13657
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
13640
13658
  };
13641
13659
  };
13642
13660
  justify: {
@@ -13668,21 +13686,21 @@ export declare const LlAdvancedFilteringParams: import("ll-plus/es/utils").SFCWi
13668
13686
  };
13669
13687
  }>>) | ((new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
13670
13688
  align: {
13671
- type: import("vue").PropType<"middle" | "bottom" | "top" | "stretch" | {
13672
- xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
13673
- sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
13674
- md?: "middle" | "bottom" | "top" | "stretch" | undefined;
13675
- lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
13676
- xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
13677
- xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
13689
+ type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
13690
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
13691
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
13692
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
13693
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
13694
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
13695
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
13678
13696
  }>;
13679
- default: "middle" | "bottom" | "top" | "stretch" | {
13680
- xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
13681
- sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
13682
- md?: "middle" | "bottom" | "top" | "stretch" | undefined;
13683
- lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
13684
- xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
13685
- xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
13697
+ default: "middle" | "top" | "bottom" | "stretch" | {
13698
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
13699
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
13700
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
13701
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
13702
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
13703
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
13686
13704
  };
13687
13705
  };
13688
13706
  justify: {
@@ -13714,21 +13732,21 @@ export declare const LlAdvancedFilteringParams: import("ll-plus/es/utils").SFCWi
13714
13732
  };
13715
13733
  }>>) | (() => Partial<import("vue").ExtractPropTypes<{
13716
13734
  align: {
13717
- type: import("vue").PropType<"middle" | "bottom" | "top" | "stretch" | {
13718
- xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
13719
- sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
13720
- md?: "middle" | "bottom" | "top" | "stretch" | undefined;
13721
- lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
13722
- xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
13723
- xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
13735
+ type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
13736
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
13737
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
13738
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
13739
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
13740
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
13741
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
13724
13742
  }>;
13725
- default: "middle" | "bottom" | "top" | "stretch" | {
13726
- xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
13727
- sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
13728
- md?: "middle" | "bottom" | "top" | "stretch" | undefined;
13729
- lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
13730
- xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
13731
- xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
13743
+ default: "middle" | "top" | "bottom" | "stretch" | {
13744
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
13745
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
13746
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
13747
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
13748
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
13749
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
13732
13750
  };
13733
13751
  };
13734
13752
  justify: {
@@ -13763,9 +13781,8 @@ export declare const LlAdvancedFilteringParams: import("ll-plus/es/utils").SFCWi
13763
13781
  }, boolean>;
13764
13782
  readonly loading: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
13765
13783
  }>> & {
13766
- onChange?: ((value: import("ll-plus/es/index").FormData) => any) | undefined;
13784
+ onChange?: ((params: import("ll-plus/es/index").FormChangeEvent) => any) | undefined;
13767
13785
  }, {
13768
- readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
13769
13786
  readonly formOptions: Partial<import("vue").ExtractPropTypes<{
13770
13787
  layout: import("vue-types").VueTypeDef<string>;
13771
13788
  labelCol: {
@@ -13990,23 +14007,24 @@ export declare const LlAdvancedFilteringParams: import("ll-plus/es/utils").SFCWi
13990
14007
  default: (name: string | number | string[] | number[], status: boolean, errors: string[]) => void;
13991
14008
  };
13992
14009
  }>>;
14010
+ readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
13993
14011
  readonly rowOptions: Partial<import("vue").ExtractPropTypes<{
13994
14012
  align: {
13995
- type: import("vue").PropType<"middle" | "bottom" | "top" | "stretch" | {
13996
- xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
13997
- sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
13998
- md?: "middle" | "bottom" | "top" | "stretch" | undefined;
13999
- lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
14000
- xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
14001
- xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
14013
+ type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
14014
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
14015
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
14016
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
14017
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
14018
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
14019
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
14002
14020
  }>;
14003
- default: "middle" | "bottom" | "top" | "stretch" | {
14004
- xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
14005
- sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
14006
- md?: "middle" | "bottom" | "top" | "stretch" | undefined;
14007
- lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
14008
- xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
14009
- xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
14021
+ default: "middle" | "top" | "bottom" | "stretch" | {
14022
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
14023
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
14024
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
14025
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
14026
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
14027
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
14010
14028
  };
14011
14029
  };
14012
14030
  justify: {
@@ -14950,8 +14968,8 @@ export declare const LlAdvancedFilteringParams: import("ll-plus/es/utils").SFCWi
14950
14968
  onConfirm?: (() => any) | undefined;
14951
14969
  onChangeValue?: ((value: Record<string, any>) => any) | undefined;
14952
14970
  }, {
14953
- readonly value: Record<string, any>;
14954
14971
  readonly filterColumns: import("./src/advanced-filtering").FilterColumn[];
14972
+ readonly value: Record<string, any>;
14955
14973
  readonly formOptions: Partial<import("vue").ExtractPropTypes<{
14956
14974
  layout: import("vue-types").VueTypeDef<string>;
14957
14975
  labelCol: {
@@ -16081,9 +16099,8 @@ export declare const LlAdvancedFilteringTags: import("ll-plus/es/utils").SFCWith
16081
16099
  }, boolean>;
16082
16100
  }, {
16083
16101
  props: import("@vue/shared").LooseRequired<{
16084
- readonly value: Record<string, any>;
16085
- readonly overlayStyle: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => import("vue").CSSProperties) | (() => import("vue").CSSProperties | undefined) | ((new (...args: any[]) => import("vue").CSSProperties) | (() => import("vue").CSSProperties | undefined))[], unknown, unknown>;
16086
16102
  readonly filterColumns: import("./src/advanced-filtering").FilterColumn[];
16103
+ readonly value: Record<string, any>;
16087
16104
  readonly formOptions: Partial<import("vue").ExtractPropTypes<{
16088
16105
  layout: import("vue-types").VueTypeDef<string>;
16089
16106
  labelCol: {
@@ -16308,6 +16325,7 @@ export declare const LlAdvancedFilteringTags: import("ll-plus/es/utils").SFCWith
16308
16325
  default: (name: string | number | string[] | number[], status: boolean, errors: string[]) => void;
16309
16326
  };
16310
16327
  }>>;
16328
+ readonly overlayStyle: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => import("vue").CSSProperties) | (() => import("vue").CSSProperties | undefined) | ((new (...args: any[]) => import("vue").CSSProperties) | (() => import("vue").CSSProperties | undefined))[], unknown, unknown>;
16311
16329
  readonly onChange?: ((value: Record<string, any>) => any) | undefined;
16312
16330
  readonly "onUpdate:value"?: ((value: Record<string, any>) => any) | undefined;
16313
16331
  } & {}>;
@@ -17239,9 +17257,8 @@ export declare const LlAdvancedFilteringTags: import("ll-plus/es/utils").SFCWith
17239
17257
  onChange?: ((value: Record<string, any>) => any) | undefined;
17240
17258
  "onUpdate:value"?: ((value: Record<string, any>) => any) | undefined;
17241
17259
  }, {
17242
- readonly value: Record<string, any>;
17243
- readonly overlayStyle: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => import("vue").CSSProperties) | (() => import("vue").CSSProperties | undefined) | ((new (...args: any[]) => import("vue").CSSProperties) | (() => import("vue").CSSProperties | undefined))[], unknown, unknown>;
17244
17260
  readonly filterColumns: import("./src/advanced-filtering").FilterColumn[];
17261
+ readonly value: Record<string, any>;
17245
17262
  readonly formOptions: Partial<import("vue").ExtractPropTypes<{
17246
17263
  layout: import("vue-types").VueTypeDef<string>;
17247
17264
  labelCol: {
@@ -17466,6 +17483,7 @@ export declare const LlAdvancedFilteringTags: import("ll-plus/es/utils").SFCWith
17466
17483
  default: (name: string | number | string[] | number[], status: boolean, errors: string[]) => void;
17467
17484
  };
17468
17485
  }>>;
17486
+ readonly overlayStyle: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => import("vue").CSSProperties) | (() => import("vue").CSSProperties | undefined) | ((new (...args: any[]) => import("vue").CSSProperties) | (() => import("vue").CSSProperties | undefined))[], unknown, unknown>;
17469
17487
  }, {}>>;
17470
17488
  export * from './src/advanced-filtering';
17471
17489
  declare module 'vue' {