ll-plus 2.9.13 → 2.9.14

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 (283) hide show
  1. package/es/components/advanced-filtering/index.d.ts +730 -730
  2. package/es/components/advanced-filtering/src/advanced-filtering.d.ts +16 -16
  3. package/es/components/advanced-filtering/src/advanced-filtering.vue.d.ts +379 -379
  4. package/es/components/advanced-filtering/src/components/advanced-filtering-params.vue.d.ts +329 -329
  5. package/es/components/advanced-filtering/src/components/advanced-filtering-tags.vue.d.ts +22 -22
  6. package/es/components/api-component/index.d.ts +16 -16
  7. package/es/components/api-component/src/api-component.vue.d.ts +16 -16
  8. package/es/components/api-component/src/components/api-modal.vue.d.ts +2 -2
  9. package/es/components/api-component/src/components/body-component.vue.d.ts +6 -6
  10. package/es/components/api-component/src/components/click-input.vue.d.ts +2 -2
  11. package/es/components/api-component/src/components/params-table-row.vue.d.ts +4 -4
  12. package/es/components/api-component/src/components/params-table.vue.d.ts +6 -6
  13. package/es/components/breadcrumb-card/index.d.ts +3 -3
  14. package/es/components/breadcrumb-card/src/breadcrumb-card.vue.d.ts +3 -3
  15. package/es/components/button/index.d.ts +6 -6
  16. package/es/components/button/src/button.vue.d.ts +6 -6
  17. package/es/components/cascader/index.d.ts +4 -4
  18. package/es/components/cascader/src/cascader.vue.d.ts +4 -4
  19. package/es/components/checkbox/index.d.ts +436 -436
  20. package/es/components/checkbox/src/checkbox-group.vue.d.ts +436 -436
  21. package/es/components/checkbox/src/checkbox.d.ts +112 -112
  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 +4 -4
  25. package/es/components/cropper/src/cropper-image.vue.d.ts +2 -2
  26. package/es/components/cropper/src/cropper-modal.vue.d.ts +2 -2
  27. package/es/components/date-picker/index.d.ts +41 -41
  28. package/es/components/date-picker/src/date-picker.vue.d.ts +41 -41
  29. package/es/components/date-range/index.d.ts +5 -5
  30. package/es/components/date-range/src/date-range.vue.d.ts +5 -5
  31. package/es/components/descriptions/index.d.ts +5 -5
  32. package/es/components/descriptions/src/descriptions.d.ts +1 -1
  33. package/es/components/descriptions/src/descriptions.vue.d.ts +5 -5
  34. package/es/components/drawer/index.d.ts +7 -7
  35. package/es/components/drawer/src/components/second-confirmation/index.d.ts +34 -34
  36. package/es/components/drawer/src/components/second-confirmation/src/second-confirmation.vue.d.ts +34 -34
  37. package/es/components/drawer/src/drawer.vue.d.ts +7 -7
  38. package/es/components/dropdown-button-simple/index.d.ts +14 -14
  39. package/es/components/dropdown-button-simple/src/dropdown-button-simple.d.ts +4 -4
  40. package/es/components/dropdown-button-simple/src/dropdown-button-simple.vue.d.ts +14 -14
  41. package/es/components/easy-cron/index.d.ts +178 -178
  42. package/es/components/easy-cron/src/components/easy-cron-inner.vue.d.ts +178 -178
  43. package/es/components/easy-cron/src/components/easy-cron-modal.vue.d.ts +178 -178
  44. package/es/components/easy-cron/src/easy-cron.vue.d.ts +178 -178
  45. package/es/components/form/index.d.ts +309 -309
  46. package/es/components/form/src/config/form.d.ts +120 -120
  47. package/es/components/form/src/form.vue.d.ts +309 -309
  48. package/es/components/icon-picker/index.d.ts +1 -1
  49. package/es/components/icon-picker/src/components/modal.vue.d.ts +1 -1
  50. package/es/components/icon-picker/src/icon-picker.vue.d.ts +1 -1
  51. package/es/components/input/index.d.ts +49 -48
  52. package/es/components/input/src/input.vue.d.ts +49 -48
  53. package/es/components/input-number/index.d.ts +13 -13
  54. package/es/components/input-number/src/input-number.vue.d.ts +13 -13
  55. package/es/components/key-value/src/components/key-value-item.vue.d.ts +500 -500
  56. package/es/components/key-value/src/key-value.vue.d.ts +1500 -1500
  57. package/es/components/modal/index.d.ts +34 -34
  58. package/es/components/modal/src/modal.d.ts +1 -1
  59. package/es/components/modal/src/modal.vue.d.ts +34 -34
  60. package/es/components/new-drawer/index.d.ts +9 -9
  61. package/es/components/new-drawer/src/drawer.vue.d.ts +9 -9
  62. package/es/components/new-modal/index.d.ts +39 -39
  63. package/es/components/new-modal/src/modal.d.ts +1 -1
  64. package/es/components/new-modal/src/modal.vue.d.ts +39 -39
  65. package/es/components/number-range/index.d.ts +13 -13
  66. package/es/components/number-range/src/number-range.vue.d.ts +13 -13
  67. package/es/components/operate-icon/index.d.ts +1 -1
  68. package/es/components/operate-icon/src/operate-icon.vue.d.ts +1 -1
  69. package/es/components/select/index.d.ts +22 -22
  70. package/es/components/select/src/select.vue.d.ts +22 -22
  71. package/es/components/select-group/index.d.ts +4 -4
  72. package/es/components/select-group/src/select-group.vue.d.ts +4 -4
  73. package/es/components/steps/index.d.ts +22 -22
  74. package/es/components/steps/src/steps.vue.d.ts +22 -22
  75. package/es/components/table/index.d.ts +6 -6
  76. package/es/components/table/src/components/main-table.vue.d.ts +2 -2
  77. package/es/components/table/src/config/table.d.ts +2 -2
  78. package/es/components/table/src/table.vue.d.ts +6 -6
  79. package/es/components/textarea/index.d.ts +7 -7
  80. package/es/components/textarea/src/textarea.vue.d.ts +7 -7
  81. package/es/components/tooltip/index.d.ts +4 -4
  82. package/es/components/tooltip/src/tooltip.d.ts +1 -1
  83. package/es/components/tooltip/src/tooltip.vue.d.ts +4 -4
  84. package/es/components/tree-search/index.d.ts +9 -9
  85. package/es/components/tree-search/src/config/tree-search.d.ts +3 -3
  86. package/es/components/tree-search/src/tree-search.vue.d.ts +9 -9
  87. package/es/components/upload-drag/index.d.ts +2 -2
  88. package/es/components/upload-drag/src/upload-drag.vue.d.ts +2 -2
  89. package/es/packages/components/input/src/input.vue2.mjs +8 -16
  90. package/es/packages/components/input/src/input.vue2.mjs.map +1 -1
  91. package/es/packages/components/new-drawer/src/drawer.vue2.mjs +0 -1
  92. package/es/packages/components/new-drawer/src/drawer.vue2.mjs.map +1 -1
  93. package/es/packages/components/select-group/src/select-group.vue2.mjs +6 -9
  94. package/es/packages/components/select-group/src/select-group.vue2.mjs.map +1 -1
  95. package/index.full.js +10 -22
  96. package/index.full.min.js +19 -19
  97. package/index.full.min.js.map +1 -1
  98. package/index.full.min.mjs +22 -22
  99. package/index.full.min.mjs.map +1 -1
  100. package/index.full.mjs +10 -22
  101. package/lib/components/advanced-filtering/index.d.ts +730 -730
  102. package/lib/components/advanced-filtering/src/advanced-filtering.d.ts +16 -16
  103. package/lib/components/advanced-filtering/src/advanced-filtering.vue.d.ts +379 -379
  104. package/lib/components/advanced-filtering/src/components/advanced-filtering-params.vue.d.ts +329 -329
  105. package/lib/components/advanced-filtering/src/components/advanced-filtering-tags.vue.d.ts +22 -22
  106. package/lib/components/api-component/index.d.ts +16 -16
  107. package/lib/components/api-component/src/api-component.vue.d.ts +16 -16
  108. package/lib/components/api-component/src/components/api-modal.vue.d.ts +2 -2
  109. package/lib/components/api-component/src/components/body-component.vue.d.ts +6 -6
  110. package/lib/components/api-component/src/components/click-input.vue.d.ts +2 -2
  111. package/lib/components/api-component/src/components/params-table-row.vue.d.ts +4 -4
  112. package/lib/components/api-component/src/components/params-table.vue.d.ts +6 -6
  113. package/lib/components/breadcrumb-card/index.d.ts +3 -3
  114. package/lib/components/breadcrumb-card/src/breadcrumb-card.vue.d.ts +3 -3
  115. package/lib/components/button/index.d.ts +6 -6
  116. package/lib/components/button/src/button.vue.d.ts +6 -6
  117. package/lib/components/cascader/index.d.ts +4 -4
  118. package/lib/components/cascader/src/cascader.vue.d.ts +4 -4
  119. package/lib/components/checkbox/index.d.ts +436 -436
  120. package/lib/components/checkbox/src/checkbox-group.vue.d.ts +436 -436
  121. package/lib/components/checkbox/src/checkbox.d.ts +112 -112
  122. package/lib/components/code-editor/index.d.ts +2 -2
  123. package/lib/components/code-editor/src/code-editor.vue.d.ts +2 -2
  124. package/lib/components/cropper/index.d.ts +4 -4
  125. package/lib/components/cropper/src/cropper-image.vue.d.ts +2 -2
  126. package/lib/components/cropper/src/cropper-modal.vue.d.ts +2 -2
  127. package/lib/components/date-picker/index.d.ts +41 -41
  128. package/lib/components/date-picker/src/date-picker.vue.d.ts +41 -41
  129. package/lib/components/date-range/index.d.ts +5 -5
  130. package/lib/components/date-range/src/date-range.vue.d.ts +5 -5
  131. package/lib/components/descriptions/index.d.ts +5 -5
  132. package/lib/components/descriptions/src/descriptions.d.ts +1 -1
  133. package/lib/components/descriptions/src/descriptions.vue.d.ts +5 -5
  134. package/lib/components/drawer/index.d.ts +7 -7
  135. package/lib/components/drawer/src/components/second-confirmation/index.d.ts +34 -34
  136. package/lib/components/drawer/src/components/second-confirmation/src/second-confirmation.vue.d.ts +34 -34
  137. package/lib/components/drawer/src/drawer.vue.d.ts +7 -7
  138. package/lib/components/dropdown-button-simple/index.d.ts +14 -14
  139. package/lib/components/dropdown-button-simple/src/dropdown-button-simple.d.ts +4 -4
  140. package/lib/components/dropdown-button-simple/src/dropdown-button-simple.vue.d.ts +14 -14
  141. package/lib/components/easy-cron/index.d.ts +178 -178
  142. package/lib/components/easy-cron/src/components/easy-cron-inner.vue.d.ts +178 -178
  143. package/lib/components/easy-cron/src/components/easy-cron-modal.vue.d.ts +178 -178
  144. package/lib/components/easy-cron/src/easy-cron.vue.d.ts +178 -178
  145. package/lib/components/form/index.d.ts +309 -309
  146. package/lib/components/form/src/config/form.d.ts +120 -120
  147. package/lib/components/form/src/form.vue.d.ts +309 -309
  148. package/lib/components/icon-picker/index.d.ts +1 -1
  149. package/lib/components/icon-picker/src/components/modal.vue.d.ts +1 -1
  150. package/lib/components/icon-picker/src/icon-picker.vue.d.ts +1 -1
  151. package/lib/components/input/index.d.ts +49 -48
  152. package/lib/components/input/src/input.vue.d.ts +49 -48
  153. package/lib/components/input-number/index.d.ts +13 -13
  154. package/lib/components/input-number/src/input-number.vue.d.ts +13 -13
  155. package/lib/components/key-value/src/components/key-value-item.vue.d.ts +500 -500
  156. package/lib/components/key-value/src/key-value.vue.d.ts +1500 -1500
  157. package/lib/components/modal/index.d.ts +34 -34
  158. package/lib/components/modal/src/modal.d.ts +1 -1
  159. package/lib/components/modal/src/modal.vue.d.ts +34 -34
  160. package/lib/components/new-drawer/index.d.ts +9 -9
  161. package/lib/components/new-drawer/src/drawer.vue.d.ts +9 -9
  162. package/lib/components/new-modal/index.d.ts +39 -39
  163. package/lib/components/new-modal/src/modal.d.ts +1 -1
  164. package/lib/components/new-modal/src/modal.vue.d.ts +39 -39
  165. package/lib/components/number-range/index.d.ts +13 -13
  166. package/lib/components/number-range/src/number-range.vue.d.ts +13 -13
  167. package/lib/components/operate-icon/index.d.ts +1 -1
  168. package/lib/components/operate-icon/src/operate-icon.vue.d.ts +1 -1
  169. package/lib/components/select/index.d.ts +22 -22
  170. package/lib/components/select/src/select.vue.d.ts +22 -22
  171. package/lib/components/select-group/index.d.ts +4 -4
  172. package/lib/components/select-group/src/select-group.vue.d.ts +4 -4
  173. package/lib/components/steps/index.d.ts +22 -22
  174. package/lib/components/steps/src/steps.vue.d.ts +22 -22
  175. package/lib/components/table/index.d.ts +6 -6
  176. package/lib/components/table/src/components/main-table.vue.d.ts +2 -2
  177. package/lib/components/table/src/config/table.d.ts +2 -2
  178. package/lib/components/table/src/table.vue.d.ts +6 -6
  179. package/lib/components/textarea/index.d.ts +7 -7
  180. package/lib/components/textarea/src/textarea.vue.d.ts +7 -7
  181. package/lib/components/tooltip/index.d.ts +4 -4
  182. package/lib/components/tooltip/src/tooltip.d.ts +1 -1
  183. package/lib/components/tooltip/src/tooltip.vue.d.ts +4 -4
  184. package/lib/components/tree-search/index.d.ts +9 -9
  185. package/lib/components/tree-search/src/config/tree-search.d.ts +3 -3
  186. package/lib/components/tree-search/src/tree-search.vue.d.ts +9 -9
  187. package/lib/components/upload-drag/index.d.ts +2 -2
  188. package/lib/components/upload-drag/src/upload-drag.vue.d.ts +2 -2
  189. package/lib/packages/components/input/src/input.vue2.js +6 -14
  190. package/lib/packages/components/input/src/input.vue2.js.map +1 -1
  191. package/lib/packages/components/new-drawer/src/drawer.vue2.js +0 -1
  192. package/lib/packages/components/new-drawer/src/drawer.vue2.js.map +1 -1
  193. package/lib/packages/components/select-group/src/select-group.vue2.js +5 -8
  194. package/lib/packages/components/select-group/src/select-group.vue2.js.map +1 -1
  195. package/package.json +1 -1
  196. package/types/packages/components/advanced-filtering/index.d.ts +730 -730
  197. package/types/packages/components/advanced-filtering/src/advanced-filtering.d.ts +16 -16
  198. package/types/packages/components/advanced-filtering/src/advanced-filtering.vue.d.ts +379 -379
  199. package/types/packages/components/advanced-filtering/src/components/advanced-filtering-params.vue.d.ts +329 -329
  200. package/types/packages/components/advanced-filtering/src/components/advanced-filtering-tags.vue.d.ts +22 -22
  201. package/types/packages/components/api-component/index.d.ts +16 -16
  202. package/types/packages/components/api-component/src/api-component.vue.d.ts +16 -16
  203. package/types/packages/components/api-component/src/components/api-modal.vue.d.ts +2 -2
  204. package/types/packages/components/api-component/src/components/body-component.vue.d.ts +6 -6
  205. package/types/packages/components/api-component/src/components/click-input.vue.d.ts +2 -2
  206. package/types/packages/components/api-component/src/components/params-table-row.vue.d.ts +4 -4
  207. package/types/packages/components/api-component/src/components/params-table.vue.d.ts +6 -6
  208. package/types/packages/components/breadcrumb-card/index.d.ts +3 -3
  209. package/types/packages/components/breadcrumb-card/src/breadcrumb-card.vue.d.ts +3 -3
  210. package/types/packages/components/button/index.d.ts +6 -6
  211. package/types/packages/components/button/src/button.vue.d.ts +6 -6
  212. package/types/packages/components/cascader/index.d.ts +4 -4
  213. package/types/packages/components/cascader/src/cascader.vue.d.ts +4 -4
  214. package/types/packages/components/checkbox/index.d.ts +436 -436
  215. package/types/packages/components/checkbox/src/checkbox-group.vue.d.ts +436 -436
  216. package/types/packages/components/checkbox/src/checkbox.d.ts +112 -112
  217. package/types/packages/components/code-editor/index.d.ts +2 -2
  218. package/types/packages/components/code-editor/src/code-editor.vue.d.ts +2 -2
  219. package/types/packages/components/cropper/index.d.ts +4 -4
  220. package/types/packages/components/cropper/src/cropper-image.vue.d.ts +2 -2
  221. package/types/packages/components/cropper/src/cropper-modal.vue.d.ts +2 -2
  222. package/types/packages/components/date-picker/index.d.ts +41 -41
  223. package/types/packages/components/date-picker/src/date-picker.vue.d.ts +41 -41
  224. package/types/packages/components/date-range/index.d.ts +5 -5
  225. package/types/packages/components/date-range/src/date-range.vue.d.ts +5 -5
  226. package/types/packages/components/descriptions/index.d.ts +5 -5
  227. package/types/packages/components/descriptions/src/descriptions.d.ts +1 -1
  228. package/types/packages/components/descriptions/src/descriptions.vue.d.ts +5 -5
  229. package/types/packages/components/drawer/index.d.ts +7 -7
  230. package/types/packages/components/drawer/src/components/second-confirmation/index.d.ts +34 -34
  231. package/types/packages/components/drawer/src/components/second-confirmation/src/second-confirmation.vue.d.ts +34 -34
  232. package/types/packages/components/drawer/src/drawer.vue.d.ts +7 -7
  233. package/types/packages/components/dropdown-button-simple/index.d.ts +14 -14
  234. package/types/packages/components/dropdown-button-simple/src/dropdown-button-simple.d.ts +4 -4
  235. package/types/packages/components/dropdown-button-simple/src/dropdown-button-simple.vue.d.ts +14 -14
  236. package/types/packages/components/easy-cron/index.d.ts +178 -178
  237. package/types/packages/components/easy-cron/src/components/easy-cron-inner.vue.d.ts +178 -178
  238. package/types/packages/components/easy-cron/src/components/easy-cron-modal.vue.d.ts +178 -178
  239. package/types/packages/components/easy-cron/src/easy-cron.vue.d.ts +178 -178
  240. package/types/packages/components/form/index.d.ts +309 -309
  241. package/types/packages/components/form/src/config/form.d.ts +120 -120
  242. package/types/packages/components/form/src/form.vue.d.ts +309 -309
  243. package/types/packages/components/icon-picker/index.d.ts +1 -1
  244. package/types/packages/components/icon-picker/src/components/modal.vue.d.ts +1 -1
  245. package/types/packages/components/icon-picker/src/icon-picker.vue.d.ts +1 -1
  246. package/types/packages/components/input/index.d.ts +49 -48
  247. package/types/packages/components/input/src/input.vue.d.ts +49 -48
  248. package/types/packages/components/input-number/index.d.ts +13 -13
  249. package/types/packages/components/input-number/src/input-number.vue.d.ts +13 -13
  250. package/types/packages/components/key-value/src/components/key-value-item.vue.d.ts +500 -500
  251. package/types/packages/components/key-value/src/key-value.vue.d.ts +1500 -1500
  252. package/types/packages/components/modal/index.d.ts +34 -34
  253. package/types/packages/components/modal/src/modal.d.ts +1 -1
  254. package/types/packages/components/modal/src/modal.vue.d.ts +34 -34
  255. package/types/packages/components/new-drawer/index.d.ts +9 -9
  256. package/types/packages/components/new-drawer/src/drawer.vue.d.ts +9 -9
  257. package/types/packages/components/new-modal/index.d.ts +39 -39
  258. package/types/packages/components/new-modal/src/modal.d.ts +1 -1
  259. package/types/packages/components/new-modal/src/modal.vue.d.ts +39 -39
  260. package/types/packages/components/number-range/index.d.ts +13 -13
  261. package/types/packages/components/number-range/src/number-range.vue.d.ts +13 -13
  262. package/types/packages/components/operate-icon/index.d.ts +1 -1
  263. package/types/packages/components/operate-icon/src/operate-icon.vue.d.ts +1 -1
  264. package/types/packages/components/select/index.d.ts +22 -22
  265. package/types/packages/components/select/src/select.vue.d.ts +22 -22
  266. package/types/packages/components/select-group/index.d.ts +4 -4
  267. package/types/packages/components/select-group/src/select-group.vue.d.ts +4 -4
  268. package/types/packages/components/steps/index.d.ts +22 -22
  269. package/types/packages/components/steps/src/steps.vue.d.ts +22 -22
  270. package/types/packages/components/table/index.d.ts +6 -6
  271. package/types/packages/components/table/src/components/main-table.vue.d.ts +2 -2
  272. package/types/packages/components/table/src/config/table.d.ts +2 -2
  273. package/types/packages/components/table/src/table.vue.d.ts +6 -6
  274. package/types/packages/components/textarea/index.d.ts +7 -7
  275. package/types/packages/components/textarea/src/textarea.vue.d.ts +7 -7
  276. package/types/packages/components/tooltip/index.d.ts +4 -4
  277. package/types/packages/components/tooltip/src/tooltip.d.ts +1 -1
  278. package/types/packages/components/tooltip/src/tooltip.vue.d.ts +4 -4
  279. package/types/packages/components/tree-search/index.d.ts +9 -9
  280. package/types/packages/components/tree-search/src/config/tree-search.d.ts +3 -3
  281. package/types/packages/components/tree-search/src/tree-search.vue.d.ts +9 -9
  282. package/types/packages/components/upload-drag/index.d.ts +2 -2
  283. package/types/packages/components/upload-drag/src/upload-drag.vue.d.ts +2 -2
@@ -200,8 +200,8 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
200
200
  default: string | string[];
201
201
  };
202
202
  size: {
203
- type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
204
- default: import("ant-design-vue/es/button").ButtonSize;
203
+ type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
204
+ default: import("ant-design-vue/es/config-provider").SizeType;
205
205
  };
206
206
  disabled: {
207
207
  type: BooleanConstructor;
@@ -423,8 +423,8 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
423
423
  default: string | string[];
424
424
  };
425
425
  size: {
426
- type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
427
- default: import("ant-design-vue/es/button").ButtonSize;
426
+ type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
427
+ default: import("ant-design-vue/es/config-provider").SizeType;
428
428
  };
429
429
  disabled: {
430
430
  type: BooleanConstructor;
@@ -646,8 +646,8 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
646
646
  default: string | string[];
647
647
  };
648
648
  size: {
649
- type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
650
- default: import("ant-design-vue/es/button").ButtonSize;
649
+ type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
650
+ default: import("ant-design-vue/es/config-provider").SizeType;
651
651
  };
652
652
  disabled: {
653
653
  type: BooleanConstructor;
@@ -869,8 +869,8 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
869
869
  default: string | string[];
870
870
  };
871
871
  size: {
872
- type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
873
- default: import("ant-design-vue/es/button").ButtonSize;
872
+ type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
873
+ default: import("ant-design-vue/es/config-provider").SizeType;
874
874
  };
875
875
  disabled: {
876
876
  type: BooleanConstructor;
@@ -905,6 +905,7 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
905
905
  }, {
906
906
  props: import("@vue/shared").LooseRequired<{
907
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>;
908
909
  readonly filterColumns: import("./src/advanced-filtering").FilterColumn[];
909
910
  readonly formOptions: Partial<import("vue").ExtractPropTypes<{
910
911
  layout: import("vue-types").VueTypeDef<string>;
@@ -1102,8 +1103,8 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
1102
1103
  default: string | string[];
1103
1104
  };
1104
1105
  size: {
1105
- type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
1106
- default: import("ant-design-vue/es/button").ButtonSize;
1106
+ type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
1107
+ default: import("ant-design-vue/es/config-provider").SizeType;
1107
1108
  };
1108
1109
  disabled: {
1109
1110
  type: BooleanConstructor;
@@ -1130,7 +1131,6 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
1130
1131
  default: (name: string | number | string[] | number[], status: boolean, errors: string[]) => void;
1131
1132
  };
1132
1133
  }>>;
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
  } & {}>;
@@ -1217,7 +1217,7 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
1217
1217
  type: import("vue").PropType<import("ant-design-vue/es/button").ButtonShape>;
1218
1218
  };
1219
1219
  size: {
1220
- type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
1220
+ type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
1221
1221
  };
1222
1222
  loading: {
1223
1223
  type: import("vue").PropType<boolean | {
@@ -1264,7 +1264,7 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
1264
1264
  type: import("vue").PropType<import("ant-design-vue/es/button").ButtonShape>;
1265
1265
  };
1266
1266
  size: {
1267
- type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
1267
+ type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
1268
1268
  };
1269
1269
  loading: {
1270
1270
  type: import("vue").PropType<boolean | {
@@ -1330,7 +1330,7 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
1330
1330
  type: import("vue").PropType<import("ant-design-vue/es/button").ButtonShape>;
1331
1331
  };
1332
1332
  size: {
1333
- type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
1333
+ type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
1334
1334
  };
1335
1335
  loading: {
1336
1336
  type: import("vue").PropType<boolean | {
@@ -1390,7 +1390,7 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
1390
1390
  type: import("vue").PropType<import("ant-design-vue/es/button").ButtonShape>;
1391
1391
  };
1392
1392
  size: {
1393
- type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
1393
+ type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
1394
1394
  };
1395
1395
  loading: {
1396
1396
  type: import("vue").PropType<boolean | {
@@ -1442,12 +1442,12 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
1442
1442
  readonly Group: import("vue").DefineComponent<{
1443
1443
  prefixCls: StringConstructor;
1444
1444
  size: {
1445
- type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
1445
+ type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
1446
1446
  };
1447
1447
  }, () => import("vue/jsx-runtime").JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
1448
1448
  prefixCls: StringConstructor;
1449
1449
  size: {
1450
- type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
1450
+ type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
1451
1451
  };
1452
1452
  }>>, {}, {}>;
1453
1453
  };
@@ -1788,8 +1788,8 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
1788
1788
  default: string | string[];
1789
1789
  };
1790
1790
  size: {
1791
- type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
1792
- default: import("ant-design-vue/es/button").ButtonSize;
1791
+ type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
1792
+ default: import("ant-design-vue/es/config-provider").SizeType;
1793
1793
  };
1794
1794
  disabled: {
1795
1795
  type: BooleanConstructor;
@@ -2011,8 +2011,8 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
2011
2011
  default: string | string[];
2012
2012
  };
2013
2013
  size: {
2014
- type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
2015
- default: import("ant-design-vue/es/button").ButtonSize;
2014
+ type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
2015
+ default: import("ant-design-vue/es/config-provider").SizeType;
2016
2016
  };
2017
2017
  disabled: {
2018
2018
  type: BooleanConstructor;
@@ -2234,8 +2234,8 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
2234
2234
  default: string | string[];
2235
2235
  };
2236
2236
  size: {
2237
- type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
2238
- default: import("ant-design-vue/es/button").ButtonSize;
2237
+ type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
2238
+ default: import("ant-design-vue/es/config-provider").SizeType;
2239
2239
  };
2240
2240
  disabled: {
2241
2241
  type: BooleanConstructor;
@@ -2457,8 +2457,8 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
2457
2457
  default: string | string[];
2458
2458
  };
2459
2459
  size: {
2460
- type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
2461
- default: import("ant-design-vue/es/button").ButtonSize;
2460
+ type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
2461
+ default: import("ant-design-vue/es/config-provider").SizeType;
2462
2462
  };
2463
2463
  disabled: {
2464
2464
  type: BooleanConstructor;
@@ -2688,8 +2688,8 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
2688
2688
  default: string | string[];
2689
2689
  };
2690
2690
  size: {
2691
- type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
2692
- default: import("ant-design-vue/es/button").ButtonSize;
2691
+ type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
2692
+ default: import("ant-design-vue/es/config-provider").SizeType;
2693
2693
  };
2694
2694
  disabled: {
2695
2695
  type: BooleanConstructor;
@@ -2938,8 +2938,8 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
2938
2938
  default: string | string[];
2939
2939
  };
2940
2940
  size: {
2941
- type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
2942
- default: import("ant-design-vue/es/button").ButtonSize;
2941
+ type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
2942
+ default: import("ant-design-vue/es/config-provider").SizeType;
2943
2943
  };
2944
2944
  disabled: {
2945
2945
  type: BooleanConstructor;
@@ -3161,8 +3161,8 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
3161
3161
  default: string | string[];
3162
3162
  };
3163
3163
  size: {
3164
- type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
3165
- default: import("ant-design-vue/es/button").ButtonSize;
3164
+ type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
3165
+ default: import("ant-design-vue/es/config-provider").SizeType;
3166
3166
  };
3167
3167
  disabled: {
3168
3168
  type: BooleanConstructor;
@@ -3384,8 +3384,8 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
3384
3384
  default: string | string[];
3385
3385
  };
3386
3386
  size: {
3387
- type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
3388
- default: import("ant-design-vue/es/button").ButtonSize;
3387
+ type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
3388
+ default: import("ant-design-vue/es/config-provider").SizeType;
3389
3389
  };
3390
3390
  disabled: {
3391
3391
  type: BooleanConstructor;
@@ -3607,8 +3607,8 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
3607
3607
  default: string | string[];
3608
3608
  };
3609
3609
  size: {
3610
- type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
3611
- default: import("ant-design-vue/es/button").ButtonSize;
3610
+ type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
3611
+ default: import("ant-design-vue/es/config-provider").SizeType;
3612
3612
  };
3613
3613
  disabled: {
3614
3614
  type: BooleanConstructor;
@@ -3640,39 +3640,39 @@ 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" | "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;
3643
+ type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
3644
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
3645
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
3646
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
3647
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
3648
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
3649
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
3650
3650
  }>;
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;
3651
+ default: "top" | "bottom" | "middle" | "stretch" | {
3652
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
3653
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
3654
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
3655
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
3656
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
3657
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
3658
3658
  };
3659
3659
  };
3660
3660
  justify: {
3661
- type: import("vue").PropType<"start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
3662
- xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
3663
- sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
3664
- md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
3665
- lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
3666
- xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
3667
- xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
3661
+ type: import("vue").PropType<"start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | {
3662
+ xs?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
3663
+ sm?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
3664
+ md?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
3665
+ lg?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
3666
+ xl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
3667
+ xxl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
3668
3668
  }>;
3669
- default: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
3670
- xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
3671
- sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
3672
- md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
3673
- lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
3674
- xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
3675
- xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
3669
+ default: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | {
3670
+ xs?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
3671
+ sm?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
3672
+ md?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
3673
+ lg?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
3674
+ xl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
3675
+ xxl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
3676
3676
  };
3677
3677
  };
3678
3678
  prefixCls: StringConstructor;
@@ -3686,39 +3686,39 @@ 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" | "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;
3689
+ type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
3690
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
3691
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
3692
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
3693
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
3694
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
3695
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
3696
3696
  }>;
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;
3697
+ default: "top" | "bottom" | "middle" | "stretch" | {
3698
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
3699
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
3700
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
3701
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
3702
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
3703
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
3704
3704
  };
3705
3705
  };
3706
3706
  justify: {
3707
- type: import("vue").PropType<"start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
3708
- xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
3709
- sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
3710
- md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
3711
- lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
3712
- xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
3713
- xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
3707
+ type: import("vue").PropType<"start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | {
3708
+ xs?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
3709
+ sm?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
3710
+ md?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
3711
+ lg?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
3712
+ xl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
3713
+ xxl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
3714
3714
  }>;
3715
- default: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
3716
- xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
3717
- sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
3718
- md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
3719
- lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
3720
- xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
3721
- xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
3715
+ default: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | {
3716
+ xs?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
3717
+ sm?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
3718
+ md?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
3719
+ lg?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
3720
+ xl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
3721
+ xxl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
3722
3722
  };
3723
3723
  };
3724
3724
  prefixCls: StringConstructor;
@@ -3732,39 +3732,39 @@ 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" | "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;
3735
+ type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
3736
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
3737
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
3738
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
3739
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
3740
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
3741
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
3742
3742
  }>;
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;
3743
+ default: "top" | "bottom" | "middle" | "stretch" | {
3744
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
3745
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
3746
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
3747
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
3748
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
3749
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
3750
3750
  };
3751
3751
  };
3752
3752
  justify: {
3753
- type: import("vue").PropType<"start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
3754
- xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
3755
- sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
3756
- md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
3757
- lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
3758
- xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
3759
- xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
3753
+ type: import("vue").PropType<"start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | {
3754
+ xs?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
3755
+ sm?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
3756
+ md?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
3757
+ lg?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
3758
+ xl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
3759
+ xxl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
3760
3760
  }>;
3761
- default: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
3762
- xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
3763
- sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
3764
- md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
3765
- lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
3766
- xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
3767
- xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
3761
+ default: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | {
3762
+ xs?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
3763
+ sm?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
3764
+ md?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
3765
+ lg?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
3766
+ xl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
3767
+ xxl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
3768
3768
  };
3769
3769
  };
3770
3770
  prefixCls: StringConstructor;
@@ -3778,39 +3778,39 @@ 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" | "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;
3781
+ type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
3782
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
3783
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
3784
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
3785
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
3786
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
3787
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
3788
3788
  }>;
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;
3789
+ default: "top" | "bottom" | "middle" | "stretch" | {
3790
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
3791
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
3792
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
3793
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
3794
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
3795
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
3796
3796
  };
3797
3797
  };
3798
3798
  justify: {
3799
- type: import("vue").PropType<"start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
3800
- xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
3801
- sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
3802
- md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
3803
- lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
3804
- xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
3805
- xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
3799
+ type: import("vue").PropType<"start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | {
3800
+ xs?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
3801
+ sm?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
3802
+ md?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
3803
+ lg?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
3804
+ xl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
3805
+ xxl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
3806
3806
  }>;
3807
- default: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
3808
- xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
3809
- sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
3810
- md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
3811
- lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
3812
- xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
3813
- xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
3807
+ default: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | {
3808
+ xs?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
3809
+ sm?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
3810
+ md?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
3811
+ lg?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
3812
+ xl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
3813
+ xxl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
3814
3814
  };
3815
3815
  };
3816
3816
  prefixCls: StringConstructor;
@@ -3831,6 +3831,8 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
3831
3831
  readonly validateErrorStop: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
3832
3832
  }, {
3833
3833
  props: import("@vue/shared").LooseRequired<{
3834
+ readonly disabled: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
3835
+ readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
3834
3836
  readonly formOptions: Partial<import("vue").ExtractPropTypes<{
3835
3837
  layout: import("vue-types").VueTypeDef<string>;
3836
3838
  labelCol: {
@@ -4027,8 +4029,8 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
4027
4029
  default: string | string[];
4028
4030
  };
4029
4031
  size: {
4030
- type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
4031
- default: import("ant-design-vue/es/button").ButtonSize;
4032
+ type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
4033
+ default: import("ant-design-vue/es/config-provider").SizeType;
4032
4034
  };
4033
4035
  disabled: {
4034
4036
  type: BooleanConstructor;
@@ -4055,43 +4057,41 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
4055
4057
  default: (name: string | number | string[] | number[], status: boolean, errors: string[]) => void;
4056
4058
  };
4057
4059
  }>>;
4058
- readonly disabled: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
4059
- readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
4060
4060
  readonly rowOptions: Partial<import("vue").ExtractPropTypes<{
4061
4061
  align: {
4062
- type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
4063
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
4064
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
4065
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
4066
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
4067
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
4068
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
4062
+ type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
4063
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
4064
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
4065
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
4066
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
4067
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
4068
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
4069
4069
  }>;
4070
- default: "middle" | "top" | "bottom" | "stretch" | {
4071
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
4072
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
4073
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
4074
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
4075
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
4076
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
4070
+ default: "top" | "bottom" | "middle" | "stretch" | {
4071
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
4072
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
4073
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
4074
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
4075
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
4076
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
4077
4077
  };
4078
4078
  };
4079
4079
  justify: {
4080
- type: import("vue").PropType<"start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
4081
- xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
4082
- sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
4083
- md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
4084
- lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
4085
- xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
4086
- xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
4080
+ type: import("vue").PropType<"start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | {
4081
+ xs?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
4082
+ sm?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
4083
+ md?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
4084
+ lg?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
4085
+ xl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
4086
+ xxl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
4087
4087
  }>;
4088
- default: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
4089
- xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
4090
- sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
4091
- md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
4092
- lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
4093
- xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
4094
- xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
4088
+ default: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | {
4089
+ xs?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
4090
+ sm?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
4091
+ md?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
4092
+ lg?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
4093
+ xl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
4094
+ xxl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
4095
4095
  };
4096
4096
  };
4097
4097
  prefixCls: StringConstructor;
@@ -4210,7 +4210,11 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
4210
4210
  validateFields: import("vue").ComputedRef<any[]>;
4211
4211
  computedFormOptions: import("vue").ComputedRef<{
4212
4212
  onSubmit?: ((e: Event) => void) | undefined;
4213
- size?: import("ant-design-vue/es/button").ButtonSize;
4213
+ size?: import("ant-design-vue/es/config-provider").SizeType;
4214
+ disabled?: boolean | undefined;
4215
+ rules?: {
4216
+ [k: string]: import("ant-design-vue/es/form").RuleObject | import("ant-design-vue/es/form").RuleObject[];
4217
+ } | undefined;
4214
4218
  labelCol?: (Partial<import("vue").ExtractPropTypes<{
4215
4219
  span: (StringConstructor | NumberConstructor)[];
4216
4220
  order: (StringConstructor | NumberConstructor)[];
@@ -4285,14 +4289,10 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
4285
4289
  model?: {
4286
4290
  [key: string]: any;
4287
4291
  } | undefined;
4288
- rules?: {
4289
- [k: string]: import("ant-design-vue/es/form").RuleObject | import("ant-design-vue/es/form").RuleObject[];
4290
- } | undefined;
4291
4292
  validateMessages?: import("ant-design-vue/es/form/interface").ValidateMessages | undefined;
4292
4293
  validateOnRuleChange?: boolean | undefined;
4293
4294
  scrollToFirstError: boolean | import("scroll-into-view-if-needed").Options<any>;
4294
4295
  validateTrigger?: string | string[] | undefined;
4295
- disabled?: boolean | undefined;
4296
4296
  onValuesChange?: ((changedValues: any, values: any) => void) | undefined;
4297
4297
  onFieldsChange?: ((changedFields: import("ant-design-vue/es/form/interface").FieldData[], allFields: import("ant-design-vue/es/form/interface").FieldData[]) => void) | undefined;
4298
4298
  onFinish?: ((values: any) => void) | undefined;
@@ -4564,8 +4564,8 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
4564
4564
  default: string | string[];
4565
4565
  };
4566
4566
  size: {
4567
- type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
4568
- default: import("ant-design-vue/es/button").ButtonSize;
4567
+ type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
4568
+ default: import("ant-design-vue/es/config-provider").SizeType;
4569
4569
  };
4570
4570
  disabled: {
4571
4571
  type: BooleanConstructor;
@@ -4787,8 +4787,8 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
4787
4787
  default: string | string[];
4788
4788
  };
4789
4789
  size: {
4790
- type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
4791
- default: import("ant-design-vue/es/button").ButtonSize;
4790
+ type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
4791
+ default: import("ant-design-vue/es/config-provider").SizeType;
4792
4792
  };
4793
4793
  disabled: {
4794
4794
  type: BooleanConstructor;
@@ -5010,8 +5010,8 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
5010
5010
  default: string | string[];
5011
5011
  };
5012
5012
  size: {
5013
- type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
5014
- default: import("ant-design-vue/es/button").ButtonSize;
5013
+ type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
5014
+ default: import("ant-design-vue/es/config-provider").SizeType;
5015
5015
  };
5016
5016
  disabled: {
5017
5017
  type: BooleanConstructor;
@@ -5233,8 +5233,8 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
5233
5233
  default: string | string[];
5234
5234
  };
5235
5235
  size: {
5236
- type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
5237
- default: import("ant-design-vue/es/button").ButtonSize;
5236
+ type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
5237
+ default: import("ant-design-vue/es/config-provider").SizeType;
5238
5238
  };
5239
5239
  disabled: {
5240
5240
  type: BooleanConstructor;
@@ -5266,39 +5266,39 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
5266
5266
  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>;
5267
5267
  readonly rowOptions: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
5268
5268
  align: {
5269
- type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
5270
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
5271
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
5272
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
5273
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
5274
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
5275
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
5269
+ type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
5270
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
5271
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
5272
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
5273
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
5274
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
5275
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
5276
5276
  }>;
5277
- default: "middle" | "top" | "bottom" | "stretch" | {
5278
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
5279
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
5280
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
5281
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
5282
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
5283
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
5277
+ default: "top" | "bottom" | "middle" | "stretch" | {
5278
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
5279
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
5280
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
5281
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
5282
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
5283
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
5284
5284
  };
5285
5285
  };
5286
5286
  justify: {
5287
- type: import("vue").PropType<"start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
5288
- xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
5289
- sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
5290
- md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
5291
- lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
5292
- xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
5293
- xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
5287
+ type: import("vue").PropType<"start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | {
5288
+ xs?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
5289
+ sm?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
5290
+ md?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
5291
+ lg?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
5292
+ xl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
5293
+ xxl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
5294
5294
  }>;
5295
- default: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
5296
- xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
5297
- sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
5298
- md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
5299
- lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
5300
- xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
5301
- xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
5295
+ default: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | {
5296
+ xs?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
5297
+ sm?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
5298
+ md?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
5299
+ lg?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
5300
+ xl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
5301
+ xxl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
5302
5302
  };
5303
5303
  };
5304
5304
  prefixCls: StringConstructor;
@@ -5312,39 +5312,39 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
5312
5312
  };
5313
5313
  }>>) | (() => Partial<import("vue").ExtractPropTypes<{
5314
5314
  align: {
5315
- type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
5316
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
5317
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
5318
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
5319
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
5320
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
5321
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
5315
+ type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
5316
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
5317
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
5318
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
5319
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
5320
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
5321
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
5322
5322
  }>;
5323
- default: "middle" | "top" | "bottom" | "stretch" | {
5324
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
5325
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
5326
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
5327
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
5328
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
5329
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
5323
+ default: "top" | "bottom" | "middle" | "stretch" | {
5324
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
5325
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
5326
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
5327
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
5328
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
5329
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
5330
5330
  };
5331
5331
  };
5332
5332
  justify: {
5333
- type: import("vue").PropType<"start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
5334
- xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
5335
- sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
5336
- md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
5337
- lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
5338
- xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
5339
- xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
5333
+ type: import("vue").PropType<"start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | {
5334
+ xs?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
5335
+ sm?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
5336
+ md?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
5337
+ lg?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
5338
+ xl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
5339
+ xxl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
5340
5340
  }>;
5341
- default: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
5342
- xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
5343
- sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
5344
- md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
5345
- lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
5346
- xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
5347
- xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
5341
+ default: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | {
5342
+ xs?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
5343
+ sm?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
5344
+ md?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
5345
+ lg?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
5346
+ xl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
5347
+ xxl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
5348
5348
  };
5349
5349
  };
5350
5350
  prefixCls: StringConstructor;
@@ -5358,39 +5358,39 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
5358
5358
  };
5359
5359
  }>>) | ((new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
5360
5360
  align: {
5361
- type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
5362
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
5363
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
5364
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
5365
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
5366
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
5367
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
5361
+ type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
5362
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
5363
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
5364
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
5365
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
5366
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
5367
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
5368
5368
  }>;
5369
- default: "middle" | "top" | "bottom" | "stretch" | {
5370
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
5371
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
5372
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
5373
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
5374
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
5375
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
5369
+ default: "top" | "bottom" | "middle" | "stretch" | {
5370
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
5371
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
5372
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
5373
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
5374
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
5375
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
5376
5376
  };
5377
5377
  };
5378
5378
  justify: {
5379
- type: import("vue").PropType<"start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
5380
- xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
5381
- sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
5382
- md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
5383
- lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
5384
- xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
5385
- xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
5379
+ type: import("vue").PropType<"start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | {
5380
+ xs?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
5381
+ sm?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
5382
+ md?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
5383
+ lg?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
5384
+ xl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
5385
+ xxl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
5386
5386
  }>;
5387
- default: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
5388
- xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
5389
- sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
5390
- md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
5391
- lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
5392
- xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
5393
- xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
5387
+ default: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | {
5388
+ xs?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
5389
+ sm?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
5390
+ md?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
5391
+ lg?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
5392
+ xl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
5393
+ xxl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
5394
5394
  };
5395
5395
  };
5396
5396
  prefixCls: StringConstructor;
@@ -5404,39 +5404,39 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
5404
5404
  };
5405
5405
  }>>) | (() => Partial<import("vue").ExtractPropTypes<{
5406
5406
  align: {
5407
- type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
5408
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
5409
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
5410
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
5411
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
5412
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
5413
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
5407
+ type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
5408
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
5409
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
5410
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
5411
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
5412
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
5413
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
5414
5414
  }>;
5415
- default: "middle" | "top" | "bottom" | "stretch" | {
5416
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
5417
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
5418
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
5419
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
5420
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
5421
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
5415
+ default: "top" | "bottom" | "middle" | "stretch" | {
5416
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
5417
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
5418
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
5419
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
5420
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
5421
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
5422
5422
  };
5423
5423
  };
5424
5424
  justify: {
5425
- type: import("vue").PropType<"start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
5426
- xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
5427
- sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
5428
- md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
5429
- lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
5430
- xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
5431
- xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
5425
+ type: import("vue").PropType<"start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | {
5426
+ xs?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
5427
+ sm?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
5428
+ md?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
5429
+ lg?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
5430
+ xl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
5431
+ xxl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
5432
5432
  }>;
5433
- default: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
5434
- xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
5435
- sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
5436
- md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
5437
- lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
5438
- xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
5439
- xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
5433
+ default: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | {
5434
+ xs?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
5435
+ sm?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
5436
+ md?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
5437
+ lg?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
5438
+ xl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
5439
+ xxl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
5440
5440
  };
5441
5441
  };
5442
5442
  prefixCls: StringConstructor;
@@ -5458,6 +5458,8 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
5458
5458
  }>> & {
5459
5459
  onChange?: ((params: import("ll-plus/es/index").FormChangeEvent) => any) | undefined;
5460
5460
  }, {
5461
+ readonly disabled: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
5462
+ readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
5461
5463
  readonly formOptions: Partial<import("vue").ExtractPropTypes<{
5462
5464
  layout: import("vue-types").VueTypeDef<string>;
5463
5465
  labelCol: {
@@ -5654,8 +5656,8 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
5654
5656
  default: string | string[];
5655
5657
  };
5656
5658
  size: {
5657
- type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
5658
- default: import("ant-design-vue/es/button").ButtonSize;
5659
+ type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
5660
+ default: import("ant-design-vue/es/config-provider").SizeType;
5659
5661
  };
5660
5662
  disabled: {
5661
5663
  type: BooleanConstructor;
@@ -5682,43 +5684,41 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
5682
5684
  default: (name: string | number | string[] | number[], status: boolean, errors: string[]) => void;
5683
5685
  };
5684
5686
  }>>;
5685
- readonly disabled: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
5686
- readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
5687
5687
  readonly rowOptions: Partial<import("vue").ExtractPropTypes<{
5688
5688
  align: {
5689
- type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
5690
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
5691
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
5692
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
5693
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
5694
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
5695
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
5689
+ type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
5690
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
5691
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
5692
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
5693
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
5694
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
5695
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
5696
5696
  }>;
5697
- default: "middle" | "top" | "bottom" | "stretch" | {
5698
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
5699
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
5700
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
5701
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
5702
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
5703
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
5697
+ default: "top" | "bottom" | "middle" | "stretch" | {
5698
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
5699
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
5700
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
5701
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
5702
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
5703
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
5704
5704
  };
5705
5705
  };
5706
5706
  justify: {
5707
- type: import("vue").PropType<"start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
5708
- xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
5709
- sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
5710
- md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
5711
- lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
5712
- xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
5713
- xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
5707
+ type: import("vue").PropType<"start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | {
5708
+ xs?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
5709
+ sm?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
5710
+ md?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
5711
+ lg?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
5712
+ xl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
5713
+ xxl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
5714
5714
  }>;
5715
- default: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
5716
- xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
5717
- sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
5718
- md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
5719
- lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
5720
- xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
5721
- xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
5715
+ default: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | {
5716
+ xs?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
5717
+ sm?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
5718
+ md?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
5719
+ lg?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
5720
+ xl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
5721
+ xxl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
5722
5722
  };
5723
5723
  };
5724
5724
  prefixCls: StringConstructor;
@@ -5940,8 +5940,8 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
5940
5940
  default: string | string[];
5941
5941
  };
5942
5942
  size: {
5943
- type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
5944
- default: import("ant-design-vue/es/button").ButtonSize;
5943
+ type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
5944
+ default: import("ant-design-vue/es/config-provider").SizeType;
5945
5945
  };
5946
5946
  disabled: {
5947
5947
  type: BooleanConstructor;
@@ -6163,8 +6163,8 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
6163
6163
  default: string | string[];
6164
6164
  };
6165
6165
  size: {
6166
- type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
6167
- default: import("ant-design-vue/es/button").ButtonSize;
6166
+ type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
6167
+ default: import("ant-design-vue/es/config-provider").SizeType;
6168
6168
  };
6169
6169
  disabled: {
6170
6170
  type: BooleanConstructor;
@@ -6386,8 +6386,8 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
6386
6386
  default: string | string[];
6387
6387
  };
6388
6388
  size: {
6389
- type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
6390
- default: import("ant-design-vue/es/button").ButtonSize;
6389
+ type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
6390
+ default: import("ant-design-vue/es/config-provider").SizeType;
6391
6391
  };
6392
6392
  disabled: {
6393
6393
  type: BooleanConstructor;
@@ -6609,8 +6609,8 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
6609
6609
  default: string | string[];
6610
6610
  };
6611
6611
  size: {
6612
- type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
6613
- default: import("ant-design-vue/es/button").ButtonSize;
6612
+ type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
6613
+ default: import("ant-design-vue/es/config-provider").SizeType;
6614
6614
  };
6615
6615
  disabled: {
6616
6616
  type: BooleanConstructor;
@@ -6844,8 +6844,8 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
6844
6844
  default: string | string[];
6845
6845
  };
6846
6846
  size: {
6847
- type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
6848
- default: import("ant-design-vue/es/button").ButtonSize;
6847
+ type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
6848
+ default: import("ant-design-vue/es/config-provider").SizeType;
6849
6849
  };
6850
6850
  disabled: {
6851
6851
  type: BooleanConstructor;
@@ -7073,8 +7073,8 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
7073
7073
  default: string | string[];
7074
7074
  };
7075
7075
  size: {
7076
- type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
7077
- default: import("ant-design-vue/es/button").ButtonSize;
7076
+ type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
7077
+ default: import("ant-design-vue/es/config-provider").SizeType;
7078
7078
  };
7079
7079
  disabled: {
7080
7080
  type: BooleanConstructor;
@@ -7296,8 +7296,8 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
7296
7296
  default: string | string[];
7297
7297
  };
7298
7298
  size: {
7299
- type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
7300
- default: import("ant-design-vue/es/button").ButtonSize;
7299
+ type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
7300
+ default: import("ant-design-vue/es/config-provider").SizeType;
7301
7301
  };
7302
7302
  disabled: {
7303
7303
  type: BooleanConstructor;
@@ -7519,8 +7519,8 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
7519
7519
  default: string | string[];
7520
7520
  };
7521
7521
  size: {
7522
- type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
7523
- default: import("ant-design-vue/es/button").ButtonSize;
7522
+ type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
7523
+ default: import("ant-design-vue/es/config-provider").SizeType;
7524
7524
  };
7525
7525
  disabled: {
7526
7526
  type: BooleanConstructor;
@@ -7742,8 +7742,8 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
7742
7742
  default: string | string[];
7743
7743
  };
7744
7744
  size: {
7745
- type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
7746
- default: import("ant-design-vue/es/button").ButtonSize;
7745
+ type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
7746
+ default: import("ant-design-vue/es/config-provider").SizeType;
7747
7747
  };
7748
7748
  disabled: {
7749
7749
  type: BooleanConstructor;
@@ -7778,6 +7778,7 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
7778
7778
  }, {
7779
7779
  props: import("@vue/shared").LooseRequired<{
7780
7780
  readonly value: Record<string, any>;
7781
+ 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>;
7781
7782
  readonly filterColumns: import("./src/advanced-filtering").FilterColumn[];
7782
7783
  readonly formOptions: Partial<import("vue").ExtractPropTypes<{
7783
7784
  layout: import("vue-types").VueTypeDef<string>;
@@ -7975,8 +7976,8 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
7975
7976
  default: string | string[];
7976
7977
  };
7977
7978
  size: {
7978
- type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
7979
- default: import("ant-design-vue/es/button").ButtonSize;
7979
+ type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
7980
+ default: import("ant-design-vue/es/config-provider").SizeType;
7980
7981
  };
7981
7982
  disabled: {
7982
7983
  type: BooleanConstructor;
@@ -8003,7 +8004,6 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
8003
8004
  default: (name: string | number | string[] | number[], status: boolean, errors: string[]) => void;
8004
8005
  };
8005
8006
  }>>;
8006
- 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>;
8007
8007
  readonly onChange?: ((value: Record<string, any>) => any) | undefined;
8008
8008
  readonly "onUpdate:value"?: ((value: Record<string, any>) => any) | undefined;
8009
8009
  } & {}>;
@@ -8229,8 +8229,8 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
8229
8229
  default: string | string[];
8230
8230
  };
8231
8231
  size: {
8232
- type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
8233
- default: import("ant-design-vue/es/button").ButtonSize;
8232
+ type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
8233
+ default: import("ant-design-vue/es/config-provider").SizeType;
8234
8234
  };
8235
8235
  disabled: {
8236
8236
  type: BooleanConstructor;
@@ -8452,8 +8452,8 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
8452
8452
  default: string | string[];
8453
8453
  };
8454
8454
  size: {
8455
- type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
8456
- default: import("ant-design-vue/es/button").ButtonSize;
8455
+ type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
8456
+ default: import("ant-design-vue/es/config-provider").SizeType;
8457
8457
  };
8458
8458
  disabled: {
8459
8459
  type: BooleanConstructor;
@@ -8675,8 +8675,8 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
8675
8675
  default: string | string[];
8676
8676
  };
8677
8677
  size: {
8678
- type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
8679
- default: import("ant-design-vue/es/button").ButtonSize;
8678
+ type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
8679
+ default: import("ant-design-vue/es/config-provider").SizeType;
8680
8680
  };
8681
8681
  disabled: {
8682
8682
  type: BooleanConstructor;
@@ -8898,8 +8898,8 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
8898
8898
  default: string | string[];
8899
8899
  };
8900
8900
  size: {
8901
- type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
8902
- default: import("ant-design-vue/es/button").ButtonSize;
8901
+ type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
8902
+ default: import("ant-design-vue/es/config-provider").SizeType;
8903
8903
  };
8904
8904
  disabled: {
8905
8905
  type: BooleanConstructor;
@@ -8936,6 +8936,7 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
8936
8936
  "onUpdate:value"?: ((value: Record<string, any>) => any) | undefined;
8937
8937
  }, {
8938
8938
  readonly value: Record<string, any>;
8939
+ 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>;
8939
8940
  readonly filterColumns: import("./src/advanced-filtering").FilterColumn[];
8940
8941
  readonly formOptions: Partial<import("vue").ExtractPropTypes<{
8941
8942
  layout: import("vue-types").VueTypeDef<string>;
@@ -9133,8 +9134,8 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
9133
9134
  default: string | string[];
9134
9135
  };
9135
9136
  size: {
9136
- type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
9137
- default: import("ant-design-vue/es/button").ButtonSize;
9137
+ type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
9138
+ default: import("ant-design-vue/es/config-provider").SizeType;
9138
9139
  };
9139
9140
  disabled: {
9140
9141
  type: BooleanConstructor;
@@ -9161,7 +9162,6 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
9161
9162
  default: (name: string | number | string[] | number[], status: boolean, errors: string[]) => void;
9162
9163
  };
9163
9164
  }>>;
9164
- 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>;
9165
9165
  }, {}>;
9166
9166
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
9167
9167
  change: (value: Record<string, any>) => boolean;
@@ -9365,8 +9365,8 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
9365
9365
  default: string | string[];
9366
9366
  };
9367
9367
  size: {
9368
- type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
9369
- default: import("ant-design-vue/es/button").ButtonSize;
9368
+ type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
9369
+ default: import("ant-design-vue/es/config-provider").SizeType;
9370
9370
  };
9371
9371
  disabled: {
9372
9372
  type: BooleanConstructor;
@@ -9588,8 +9588,8 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
9588
9588
  default: string | string[];
9589
9589
  };
9590
9590
  size: {
9591
- type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
9592
- default: import("ant-design-vue/es/button").ButtonSize;
9591
+ type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
9592
+ default: import("ant-design-vue/es/config-provider").SizeType;
9593
9593
  };
9594
9594
  disabled: {
9595
9595
  type: BooleanConstructor;
@@ -9811,8 +9811,8 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
9811
9811
  default: string | string[];
9812
9812
  };
9813
9813
  size: {
9814
- type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
9815
- default: import("ant-design-vue/es/button").ButtonSize;
9814
+ type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
9815
+ default: import("ant-design-vue/es/config-provider").SizeType;
9816
9816
  };
9817
9817
  disabled: {
9818
9818
  type: BooleanConstructor;
@@ -10034,8 +10034,8 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
10034
10034
  default: string | string[];
10035
10035
  };
10036
10036
  size: {
10037
- type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
10038
- default: import("ant-design-vue/es/button").ButtonSize;
10037
+ type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
10038
+ default: import("ant-design-vue/es/config-provider").SizeType;
10039
10039
  };
10040
10040
  disabled: {
10041
10041
  type: BooleanConstructor;
@@ -10072,6 +10072,7 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
10072
10072
  "onUpdate:value"?: ((value: Record<string, any>) => any) | undefined;
10073
10073
  }, {
10074
10074
  readonly value: Record<string, any>;
10075
+ 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>;
10075
10076
  readonly filterColumns: import("./src/advanced-filtering").FilterColumn[];
10076
10077
  readonly formOptions: Partial<import("vue").ExtractPropTypes<{
10077
10078
  layout: import("vue-types").VueTypeDef<string>;
@@ -10269,8 +10270,8 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
10269
10270
  default: string | string[];
10270
10271
  };
10271
10272
  size: {
10272
- type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
10273
- default: import("ant-design-vue/es/button").ButtonSize;
10273
+ type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
10274
+ default: import("ant-design-vue/es/config-provider").SizeType;
10274
10275
  };
10275
10276
  disabled: {
10276
10277
  type: BooleanConstructor;
@@ -10297,7 +10298,6 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
10297
10298
  default: (name: string | number | string[] | number[], status: boolean, errors: string[]) => void;
10298
10299
  };
10299
10300
  }>>;
10300
- 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>;
10301
10301
  }, {}>>;
10302
10302
  export declare const LlAdvancedFilteringParams: import("ll-plus/es/utils").SFCWithInstall<import("vue").DefineComponent<{
10303
10303
  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>;
@@ -10498,8 +10498,8 @@ export declare const LlAdvancedFilteringParams: import("ll-plus/es/utils").SFCWi
10498
10498
  default: string | string[];
10499
10499
  };
10500
10500
  size: {
10501
- type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
10502
- default: import("ant-design-vue/es/button").ButtonSize;
10501
+ type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
10502
+ default: import("ant-design-vue/es/config-provider").SizeType;
10503
10503
  };
10504
10504
  disabled: {
10505
10505
  type: BooleanConstructor;
@@ -10721,8 +10721,8 @@ export declare const LlAdvancedFilteringParams: import("ll-plus/es/utils").SFCWi
10721
10721
  default: string | string[];
10722
10722
  };
10723
10723
  size: {
10724
- type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
10725
- default: import("ant-design-vue/es/button").ButtonSize;
10724
+ type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
10725
+ default: import("ant-design-vue/es/config-provider").SizeType;
10726
10726
  };
10727
10727
  disabled: {
10728
10728
  type: BooleanConstructor;
@@ -10944,8 +10944,8 @@ export declare const LlAdvancedFilteringParams: import("ll-plus/es/utils").SFCWi
10944
10944
  default: string | string[];
10945
10945
  };
10946
10946
  size: {
10947
- type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
10948
- default: import("ant-design-vue/es/button").ButtonSize;
10947
+ type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
10948
+ default: import("ant-design-vue/es/config-provider").SizeType;
10949
10949
  };
10950
10950
  disabled: {
10951
10951
  type: BooleanConstructor;
@@ -11167,8 +11167,8 @@ export declare const LlAdvancedFilteringParams: import("ll-plus/es/utils").SFCWi
11167
11167
  default: string | string[];
11168
11168
  };
11169
11169
  size: {
11170
- type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
11171
- default: import("ant-design-vue/es/button").ButtonSize;
11170
+ type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
11171
+ default: import("ant-design-vue/es/config-provider").SizeType;
11172
11172
  };
11173
11173
  disabled: {
11174
11174
  type: BooleanConstructor;
@@ -11398,8 +11398,8 @@ export declare const LlAdvancedFilteringParams: import("ll-plus/es/utils").SFCWi
11398
11398
  default: string | string[];
11399
11399
  };
11400
11400
  size: {
11401
- type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
11402
- default: import("ant-design-vue/es/button").ButtonSize;
11401
+ type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
11402
+ default: import("ant-design-vue/es/config-provider").SizeType;
11403
11403
  };
11404
11404
  disabled: {
11405
11405
  type: BooleanConstructor;
@@ -11648,8 +11648,8 @@ export declare const LlAdvancedFilteringParams: import("ll-plus/es/utils").SFCWi
11648
11648
  default: string | string[];
11649
11649
  };
11650
11650
  size: {
11651
- type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
11652
- default: import("ant-design-vue/es/button").ButtonSize;
11651
+ type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
11652
+ default: import("ant-design-vue/es/config-provider").SizeType;
11653
11653
  };
11654
11654
  disabled: {
11655
11655
  type: BooleanConstructor;
@@ -11871,8 +11871,8 @@ export declare const LlAdvancedFilteringParams: import("ll-plus/es/utils").SFCWi
11871
11871
  default: string | string[];
11872
11872
  };
11873
11873
  size: {
11874
- type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
11875
- default: import("ant-design-vue/es/button").ButtonSize;
11874
+ type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
11875
+ default: import("ant-design-vue/es/config-provider").SizeType;
11876
11876
  };
11877
11877
  disabled: {
11878
11878
  type: BooleanConstructor;
@@ -12094,8 +12094,8 @@ export declare const LlAdvancedFilteringParams: import("ll-plus/es/utils").SFCWi
12094
12094
  default: string | string[];
12095
12095
  };
12096
12096
  size: {
12097
- type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
12098
- default: import("ant-design-vue/es/button").ButtonSize;
12097
+ type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
12098
+ default: import("ant-design-vue/es/config-provider").SizeType;
12099
12099
  };
12100
12100
  disabled: {
12101
12101
  type: BooleanConstructor;
@@ -12317,8 +12317,8 @@ export declare const LlAdvancedFilteringParams: import("ll-plus/es/utils").SFCWi
12317
12317
  default: string | string[];
12318
12318
  };
12319
12319
  size: {
12320
- type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
12321
- default: import("ant-design-vue/es/button").ButtonSize;
12320
+ type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
12321
+ default: import("ant-design-vue/es/config-provider").SizeType;
12322
12322
  };
12323
12323
  disabled: {
12324
12324
  type: BooleanConstructor;
@@ -12350,39 +12350,39 @@ export declare const LlAdvancedFilteringParams: import("ll-plus/es/utils").SFCWi
12350
12350
  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>;
12351
12351
  readonly rowOptions: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
12352
12352
  align: {
12353
- type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
12354
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
12355
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
12356
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
12357
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
12358
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
12359
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
12353
+ type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
12354
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
12355
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
12356
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
12357
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
12358
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
12359
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
12360
12360
  }>;
12361
- default: "middle" | "top" | "bottom" | "stretch" | {
12362
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
12363
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
12364
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
12365
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
12366
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
12367
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
12361
+ default: "top" | "bottom" | "middle" | "stretch" | {
12362
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
12363
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
12364
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
12365
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
12366
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
12367
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
12368
12368
  };
12369
12369
  };
12370
12370
  justify: {
12371
- type: import("vue").PropType<"start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
12372
- xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
12373
- sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
12374
- md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
12375
- lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
12376
- xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
12377
- xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
12371
+ type: import("vue").PropType<"start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | {
12372
+ xs?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
12373
+ sm?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
12374
+ md?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
12375
+ lg?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
12376
+ xl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
12377
+ xxl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
12378
12378
  }>;
12379
- default: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
12380
- xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
12381
- sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
12382
- md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
12383
- lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
12384
- xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
12385
- xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
12379
+ default: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | {
12380
+ xs?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
12381
+ sm?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
12382
+ md?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
12383
+ lg?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
12384
+ xl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
12385
+ xxl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
12386
12386
  };
12387
12387
  };
12388
12388
  prefixCls: StringConstructor;
@@ -12396,39 +12396,39 @@ export declare const LlAdvancedFilteringParams: import("ll-plus/es/utils").SFCWi
12396
12396
  };
12397
12397
  }>>) | (() => Partial<import("vue").ExtractPropTypes<{
12398
12398
  align: {
12399
- type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
12400
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
12401
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
12402
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
12403
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
12404
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
12405
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
12399
+ type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
12400
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
12401
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
12402
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
12403
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
12404
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
12405
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
12406
12406
  }>;
12407
- default: "middle" | "top" | "bottom" | "stretch" | {
12408
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
12409
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
12410
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
12411
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
12412
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
12413
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
12407
+ default: "top" | "bottom" | "middle" | "stretch" | {
12408
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
12409
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
12410
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
12411
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
12412
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
12413
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
12414
12414
  };
12415
12415
  };
12416
12416
  justify: {
12417
- type: import("vue").PropType<"start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
12418
- xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
12419
- sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
12420
- md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
12421
- lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
12422
- xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
12423
- xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
12417
+ type: import("vue").PropType<"start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | {
12418
+ xs?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
12419
+ sm?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
12420
+ md?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
12421
+ lg?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
12422
+ xl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
12423
+ xxl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
12424
12424
  }>;
12425
- default: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
12426
- xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
12427
- sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
12428
- md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
12429
- lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
12430
- xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
12431
- xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
12425
+ default: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | {
12426
+ xs?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
12427
+ sm?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
12428
+ md?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
12429
+ lg?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
12430
+ xl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
12431
+ xxl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
12432
12432
  };
12433
12433
  };
12434
12434
  prefixCls: StringConstructor;
@@ -12442,39 +12442,39 @@ export declare const LlAdvancedFilteringParams: import("ll-plus/es/utils").SFCWi
12442
12442
  };
12443
12443
  }>>) | ((new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
12444
12444
  align: {
12445
- type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
12446
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
12447
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
12448
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
12449
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
12450
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
12451
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
12445
+ type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
12446
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
12447
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
12448
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
12449
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
12450
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
12451
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
12452
12452
  }>;
12453
- default: "middle" | "top" | "bottom" | "stretch" | {
12454
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
12455
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
12456
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
12457
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
12458
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
12459
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
12453
+ default: "top" | "bottom" | "middle" | "stretch" | {
12454
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
12455
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
12456
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
12457
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
12458
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
12459
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
12460
12460
  };
12461
12461
  };
12462
12462
  justify: {
12463
- type: import("vue").PropType<"start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
12464
- xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
12465
- sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
12466
- md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
12467
- lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
12468
- xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
12469
- xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
12463
+ type: import("vue").PropType<"start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | {
12464
+ xs?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
12465
+ sm?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
12466
+ md?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
12467
+ lg?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
12468
+ xl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
12469
+ xxl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
12470
12470
  }>;
12471
- default: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
12472
- xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
12473
- sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
12474
- md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
12475
- lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
12476
- xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
12477
- xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
12471
+ default: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | {
12472
+ xs?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
12473
+ sm?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
12474
+ md?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
12475
+ lg?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
12476
+ xl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
12477
+ xxl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
12478
12478
  };
12479
12479
  };
12480
12480
  prefixCls: StringConstructor;
@@ -12488,39 +12488,39 @@ export declare const LlAdvancedFilteringParams: import("ll-plus/es/utils").SFCWi
12488
12488
  };
12489
12489
  }>>) | (() => Partial<import("vue").ExtractPropTypes<{
12490
12490
  align: {
12491
- type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
12492
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
12493
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
12494
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
12495
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
12496
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
12497
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
12491
+ type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
12492
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
12493
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
12494
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
12495
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
12496
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
12497
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
12498
12498
  }>;
12499
- default: "middle" | "top" | "bottom" | "stretch" | {
12500
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
12501
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
12502
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
12503
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
12504
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
12505
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
12499
+ default: "top" | "bottom" | "middle" | "stretch" | {
12500
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
12501
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
12502
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
12503
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
12504
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
12505
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
12506
12506
  };
12507
12507
  };
12508
12508
  justify: {
12509
- type: import("vue").PropType<"start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
12510
- xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
12511
- sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
12512
- md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
12513
- lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
12514
- xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
12515
- xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
12509
+ type: import("vue").PropType<"start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | {
12510
+ xs?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
12511
+ sm?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
12512
+ md?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
12513
+ lg?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
12514
+ xl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
12515
+ xxl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
12516
12516
  }>;
12517
- default: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
12518
- xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
12519
- sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
12520
- md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
12521
- lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
12522
- xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
12523
- xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
12517
+ default: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | {
12518
+ xs?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
12519
+ sm?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
12520
+ md?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
12521
+ lg?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
12522
+ xl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
12523
+ xxl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
12524
12524
  };
12525
12525
  };
12526
12526
  prefixCls: StringConstructor;
@@ -12541,6 +12541,8 @@ export declare const LlAdvancedFilteringParams: import("ll-plus/es/utils").SFCWi
12541
12541
  readonly validateErrorStop: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
12542
12542
  }, {
12543
12543
  props: import("@vue/shared").LooseRequired<{
12544
+ readonly disabled: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
12545
+ readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
12544
12546
  readonly formOptions: Partial<import("vue").ExtractPropTypes<{
12545
12547
  layout: import("vue-types").VueTypeDef<string>;
12546
12548
  labelCol: {
@@ -12737,8 +12739,8 @@ export declare const LlAdvancedFilteringParams: import("ll-plus/es/utils").SFCWi
12737
12739
  default: string | string[];
12738
12740
  };
12739
12741
  size: {
12740
- type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
12741
- default: import("ant-design-vue/es/button").ButtonSize;
12742
+ type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
12743
+ default: import("ant-design-vue/es/config-provider").SizeType;
12742
12744
  };
12743
12745
  disabled: {
12744
12746
  type: BooleanConstructor;
@@ -12765,43 +12767,41 @@ export declare const LlAdvancedFilteringParams: import("ll-plus/es/utils").SFCWi
12765
12767
  default: (name: string | number | string[] | number[], status: boolean, errors: string[]) => void;
12766
12768
  };
12767
12769
  }>>;
12768
- readonly disabled: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
12769
- readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
12770
12770
  readonly rowOptions: Partial<import("vue").ExtractPropTypes<{
12771
12771
  align: {
12772
- type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
12773
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
12774
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
12775
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
12776
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
12777
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
12778
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
12772
+ type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
12773
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
12774
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
12775
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
12776
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
12777
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
12778
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
12779
12779
  }>;
12780
- default: "middle" | "top" | "bottom" | "stretch" | {
12781
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
12782
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
12783
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
12784
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
12785
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
12786
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
12780
+ default: "top" | "bottom" | "middle" | "stretch" | {
12781
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
12782
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
12783
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
12784
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
12785
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
12786
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
12787
12787
  };
12788
12788
  };
12789
12789
  justify: {
12790
- type: import("vue").PropType<"start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
12791
- xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
12792
- sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
12793
- md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
12794
- lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
12795
- xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
12796
- xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
12790
+ type: import("vue").PropType<"start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | {
12791
+ xs?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
12792
+ sm?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
12793
+ md?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
12794
+ lg?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
12795
+ xl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
12796
+ xxl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
12797
12797
  }>;
12798
- default: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
12799
- xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
12800
- sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
12801
- md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
12802
- lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
12803
- xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
12804
- xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
12798
+ default: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | {
12799
+ xs?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
12800
+ sm?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
12801
+ md?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
12802
+ lg?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
12803
+ xl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
12804
+ xxl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
12805
12805
  };
12806
12806
  };
12807
12807
  prefixCls: StringConstructor;
@@ -12920,7 +12920,11 @@ export declare const LlAdvancedFilteringParams: import("ll-plus/es/utils").SFCWi
12920
12920
  validateFields: import("vue").ComputedRef<any[]>;
12921
12921
  computedFormOptions: import("vue").ComputedRef<{
12922
12922
  onSubmit?: ((e: Event) => void) | undefined;
12923
- size?: import("ant-design-vue/es/button").ButtonSize;
12923
+ size?: import("ant-design-vue/es/config-provider").SizeType;
12924
+ disabled?: boolean | undefined;
12925
+ rules?: {
12926
+ [k: string]: import("ant-design-vue/es/form").RuleObject | import("ant-design-vue/es/form").RuleObject[];
12927
+ } | undefined;
12924
12928
  labelCol?: (Partial<import("vue").ExtractPropTypes<{
12925
12929
  span: (StringConstructor | NumberConstructor)[];
12926
12930
  order: (StringConstructor | NumberConstructor)[];
@@ -12995,14 +12999,10 @@ export declare const LlAdvancedFilteringParams: import("ll-plus/es/utils").SFCWi
12995
12999
  model?: {
12996
13000
  [key: string]: any;
12997
13001
  } | undefined;
12998
- rules?: {
12999
- [k: string]: import("ant-design-vue/es/form").RuleObject | import("ant-design-vue/es/form").RuleObject[];
13000
- } | undefined;
13001
13002
  validateMessages?: import("ant-design-vue/es/form/interface").ValidateMessages | undefined;
13002
13003
  validateOnRuleChange?: boolean | undefined;
13003
13004
  scrollToFirstError: boolean | import("scroll-into-view-if-needed").Options<any>;
13004
13005
  validateTrigger?: string | string[] | undefined;
13005
- disabled?: boolean | undefined;
13006
13006
  onValuesChange?: ((changedValues: any, values: any) => void) | undefined;
13007
13007
  onFieldsChange?: ((changedFields: import("ant-design-vue/es/form/interface").FieldData[], allFields: import("ant-design-vue/es/form/interface").FieldData[]) => void) | undefined;
13008
13008
  onFinish?: ((values: any) => void) | undefined;
@@ -13274,8 +13274,8 @@ export declare const LlAdvancedFilteringParams: import("ll-plus/es/utils").SFCWi
13274
13274
  default: string | string[];
13275
13275
  };
13276
13276
  size: {
13277
- type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
13278
- default: import("ant-design-vue/es/button").ButtonSize;
13277
+ type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
13278
+ default: import("ant-design-vue/es/config-provider").SizeType;
13279
13279
  };
13280
13280
  disabled: {
13281
13281
  type: BooleanConstructor;
@@ -13497,8 +13497,8 @@ export declare const LlAdvancedFilteringParams: import("ll-plus/es/utils").SFCWi
13497
13497
  default: string | string[];
13498
13498
  };
13499
13499
  size: {
13500
- type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
13501
- default: import("ant-design-vue/es/button").ButtonSize;
13500
+ type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
13501
+ default: import("ant-design-vue/es/config-provider").SizeType;
13502
13502
  };
13503
13503
  disabled: {
13504
13504
  type: BooleanConstructor;
@@ -13720,8 +13720,8 @@ export declare const LlAdvancedFilteringParams: import("ll-plus/es/utils").SFCWi
13720
13720
  default: string | string[];
13721
13721
  };
13722
13722
  size: {
13723
- type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
13724
- default: import("ant-design-vue/es/button").ButtonSize;
13723
+ type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
13724
+ default: import("ant-design-vue/es/config-provider").SizeType;
13725
13725
  };
13726
13726
  disabled: {
13727
13727
  type: BooleanConstructor;
@@ -13943,8 +13943,8 @@ export declare const LlAdvancedFilteringParams: import("ll-plus/es/utils").SFCWi
13943
13943
  default: string | string[];
13944
13944
  };
13945
13945
  size: {
13946
- type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
13947
- default: import("ant-design-vue/es/button").ButtonSize;
13946
+ type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
13947
+ default: import("ant-design-vue/es/config-provider").SizeType;
13948
13948
  };
13949
13949
  disabled: {
13950
13950
  type: BooleanConstructor;
@@ -13976,39 +13976,39 @@ export declare const LlAdvancedFilteringParams: import("ll-plus/es/utils").SFCWi
13976
13976
  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>;
13977
13977
  readonly rowOptions: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
13978
13978
  align: {
13979
- type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
13980
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
13981
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
13982
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
13983
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
13984
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
13985
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
13979
+ type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
13980
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
13981
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
13982
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
13983
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
13984
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
13985
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
13986
13986
  }>;
13987
- default: "middle" | "top" | "bottom" | "stretch" | {
13988
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
13989
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
13990
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
13991
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
13992
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
13993
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
13987
+ default: "top" | "bottom" | "middle" | "stretch" | {
13988
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
13989
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
13990
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
13991
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
13992
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
13993
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
13994
13994
  };
13995
13995
  };
13996
13996
  justify: {
13997
- type: import("vue").PropType<"start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
13998
- xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
13999
- sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
14000
- md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
14001
- lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
14002
- xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
14003
- xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
13997
+ type: import("vue").PropType<"start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | {
13998
+ xs?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
13999
+ sm?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
14000
+ md?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
14001
+ lg?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
14002
+ xl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
14003
+ xxl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
14004
14004
  }>;
14005
- default: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
14006
- xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
14007
- sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
14008
- md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
14009
- lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
14010
- xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
14011
- xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
14005
+ default: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | {
14006
+ xs?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
14007
+ sm?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
14008
+ md?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
14009
+ lg?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
14010
+ xl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
14011
+ xxl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
14012
14012
  };
14013
14013
  };
14014
14014
  prefixCls: StringConstructor;
@@ -14022,39 +14022,39 @@ export declare const LlAdvancedFilteringParams: import("ll-plus/es/utils").SFCWi
14022
14022
  };
14023
14023
  }>>) | (() => Partial<import("vue").ExtractPropTypes<{
14024
14024
  align: {
14025
- type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
14026
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
14027
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
14028
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
14029
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
14030
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
14031
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
14025
+ type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
14026
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
14027
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
14028
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
14029
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
14030
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
14031
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
14032
14032
  }>;
14033
- default: "middle" | "top" | "bottom" | "stretch" | {
14034
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
14035
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
14036
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
14037
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
14038
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
14039
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
14033
+ default: "top" | "bottom" | "middle" | "stretch" | {
14034
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
14035
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
14036
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
14037
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
14038
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
14039
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
14040
14040
  };
14041
14041
  };
14042
14042
  justify: {
14043
- type: import("vue").PropType<"start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
14044
- xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
14045
- sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
14046
- md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
14047
- lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
14048
- xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
14049
- xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
14043
+ type: import("vue").PropType<"start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | {
14044
+ xs?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
14045
+ sm?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
14046
+ md?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
14047
+ lg?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
14048
+ xl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
14049
+ xxl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
14050
14050
  }>;
14051
- default: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
14052
- xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
14053
- sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
14054
- md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
14055
- lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
14056
- xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
14057
- xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
14051
+ default: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | {
14052
+ xs?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
14053
+ sm?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
14054
+ md?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
14055
+ lg?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
14056
+ xl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
14057
+ xxl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
14058
14058
  };
14059
14059
  };
14060
14060
  prefixCls: StringConstructor;
@@ -14068,39 +14068,39 @@ export declare const LlAdvancedFilteringParams: import("ll-plus/es/utils").SFCWi
14068
14068
  };
14069
14069
  }>>) | ((new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
14070
14070
  align: {
14071
- type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
14072
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
14073
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
14074
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
14075
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
14076
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
14077
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
14071
+ type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
14072
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
14073
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
14074
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
14075
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
14076
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
14077
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
14078
14078
  }>;
14079
- default: "middle" | "top" | "bottom" | "stretch" | {
14080
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
14081
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
14082
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
14083
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
14084
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
14085
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
14079
+ default: "top" | "bottom" | "middle" | "stretch" | {
14080
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
14081
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
14082
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
14083
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
14084
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
14085
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
14086
14086
  };
14087
14087
  };
14088
14088
  justify: {
14089
- type: import("vue").PropType<"start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
14090
- xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
14091
- sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
14092
- md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
14093
- lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
14094
- xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
14095
- xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
14089
+ type: import("vue").PropType<"start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | {
14090
+ xs?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
14091
+ sm?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
14092
+ md?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
14093
+ lg?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
14094
+ xl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
14095
+ xxl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
14096
14096
  }>;
14097
- default: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
14098
- xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
14099
- sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
14100
- md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
14101
- lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
14102
- xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
14103
- xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
14097
+ default: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | {
14098
+ xs?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
14099
+ sm?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
14100
+ md?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
14101
+ lg?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
14102
+ xl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
14103
+ xxl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
14104
14104
  };
14105
14105
  };
14106
14106
  prefixCls: StringConstructor;
@@ -14114,39 +14114,39 @@ export declare const LlAdvancedFilteringParams: import("ll-plus/es/utils").SFCWi
14114
14114
  };
14115
14115
  }>>) | (() => Partial<import("vue").ExtractPropTypes<{
14116
14116
  align: {
14117
- type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
14118
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
14119
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
14120
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
14121
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
14122
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
14123
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
14117
+ type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
14118
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
14119
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
14120
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
14121
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
14122
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
14123
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
14124
14124
  }>;
14125
- default: "middle" | "top" | "bottom" | "stretch" | {
14126
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
14127
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
14128
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
14129
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
14130
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
14131
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
14125
+ default: "top" | "bottom" | "middle" | "stretch" | {
14126
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
14127
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
14128
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
14129
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
14130
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
14131
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
14132
14132
  };
14133
14133
  };
14134
14134
  justify: {
14135
- type: import("vue").PropType<"start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
14136
- xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
14137
- sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
14138
- md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
14139
- lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
14140
- xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
14141
- xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
14135
+ type: import("vue").PropType<"start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | {
14136
+ xs?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
14137
+ sm?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
14138
+ md?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
14139
+ lg?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
14140
+ xl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
14141
+ xxl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
14142
14142
  }>;
14143
- default: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
14144
- xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
14145
- sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
14146
- md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
14147
- lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
14148
- xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
14149
- xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
14143
+ default: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | {
14144
+ xs?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
14145
+ sm?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
14146
+ md?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
14147
+ lg?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
14148
+ xl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
14149
+ xxl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
14150
14150
  };
14151
14151
  };
14152
14152
  prefixCls: StringConstructor;
@@ -14168,6 +14168,8 @@ export declare const LlAdvancedFilteringParams: import("ll-plus/es/utils").SFCWi
14168
14168
  }>> & {
14169
14169
  onChange?: ((params: import("ll-plus/es/index").FormChangeEvent) => any) | undefined;
14170
14170
  }, {
14171
+ readonly disabled: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
14172
+ readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
14171
14173
  readonly formOptions: Partial<import("vue").ExtractPropTypes<{
14172
14174
  layout: import("vue-types").VueTypeDef<string>;
14173
14175
  labelCol: {
@@ -14364,8 +14366,8 @@ export declare const LlAdvancedFilteringParams: import("ll-plus/es/utils").SFCWi
14364
14366
  default: string | string[];
14365
14367
  };
14366
14368
  size: {
14367
- type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
14368
- default: import("ant-design-vue/es/button").ButtonSize;
14369
+ type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
14370
+ default: import("ant-design-vue/es/config-provider").SizeType;
14369
14371
  };
14370
14372
  disabled: {
14371
14373
  type: BooleanConstructor;
@@ -14392,43 +14394,41 @@ export declare const LlAdvancedFilteringParams: import("ll-plus/es/utils").SFCWi
14392
14394
  default: (name: string | number | string[] | number[], status: boolean, errors: string[]) => void;
14393
14395
  };
14394
14396
  }>>;
14395
- readonly disabled: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
14396
- readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
14397
14397
  readonly rowOptions: Partial<import("vue").ExtractPropTypes<{
14398
14398
  align: {
14399
- type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
14400
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
14401
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
14402
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
14403
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
14404
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
14405
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
14399
+ type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
14400
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
14401
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
14402
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
14403
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
14404
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
14405
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
14406
14406
  }>;
14407
- default: "middle" | "top" | "bottom" | "stretch" | {
14408
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
14409
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
14410
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
14411
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
14412
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
14413
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
14407
+ default: "top" | "bottom" | "middle" | "stretch" | {
14408
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
14409
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
14410
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
14411
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
14412
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
14413
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
14414
14414
  };
14415
14415
  };
14416
14416
  justify: {
14417
- type: import("vue").PropType<"start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
14418
- xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
14419
- sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
14420
- md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
14421
- lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
14422
- xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
14423
- xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
14417
+ type: import("vue").PropType<"start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | {
14418
+ xs?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
14419
+ sm?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
14420
+ md?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
14421
+ lg?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
14422
+ xl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
14423
+ xxl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
14424
14424
  }>;
14425
- default: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
14426
- xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
14427
- sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
14428
- md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
14429
- lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
14430
- xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
14431
- xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
14425
+ default: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | {
14426
+ xs?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
14427
+ sm?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
14428
+ md?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
14429
+ lg?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
14430
+ xl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
14431
+ xxl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
14432
14432
  };
14433
14433
  };
14434
14434
  prefixCls: StringConstructor;
@@ -14650,8 +14650,8 @@ export declare const LlAdvancedFilteringParams: import("ll-plus/es/utils").SFCWi
14650
14650
  default: string | string[];
14651
14651
  };
14652
14652
  size: {
14653
- type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
14654
- default: import("ant-design-vue/es/button").ButtonSize;
14653
+ type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
14654
+ default: import("ant-design-vue/es/config-provider").SizeType;
14655
14655
  };
14656
14656
  disabled: {
14657
14657
  type: BooleanConstructor;
@@ -14873,8 +14873,8 @@ export declare const LlAdvancedFilteringParams: import("ll-plus/es/utils").SFCWi
14873
14873
  default: string | string[];
14874
14874
  };
14875
14875
  size: {
14876
- type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
14877
- default: import("ant-design-vue/es/button").ButtonSize;
14876
+ type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
14877
+ default: import("ant-design-vue/es/config-provider").SizeType;
14878
14878
  };
14879
14879
  disabled: {
14880
14880
  type: BooleanConstructor;
@@ -15096,8 +15096,8 @@ export declare const LlAdvancedFilteringParams: import("ll-plus/es/utils").SFCWi
15096
15096
  default: string | string[];
15097
15097
  };
15098
15098
  size: {
15099
- type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
15100
- default: import("ant-design-vue/es/button").ButtonSize;
15099
+ type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
15100
+ default: import("ant-design-vue/es/config-provider").SizeType;
15101
15101
  };
15102
15102
  disabled: {
15103
15103
  type: BooleanConstructor;
@@ -15319,8 +15319,8 @@ export declare const LlAdvancedFilteringParams: import("ll-plus/es/utils").SFCWi
15319
15319
  default: string | string[];
15320
15320
  };
15321
15321
  size: {
15322
- type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
15323
- default: import("ant-design-vue/es/button").ButtonSize;
15322
+ type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
15323
+ default: import("ant-design-vue/es/config-provider").SizeType;
15324
15324
  };
15325
15325
  disabled: {
15326
15326
  type: BooleanConstructor;
@@ -15554,8 +15554,8 @@ export declare const LlAdvancedFilteringParams: import("ll-plus/es/utils").SFCWi
15554
15554
  default: string | string[];
15555
15555
  };
15556
15556
  size: {
15557
- type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
15558
- default: import("ant-design-vue/es/button").ButtonSize;
15557
+ type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
15558
+ default: import("ant-design-vue/es/config-provider").SizeType;
15559
15559
  };
15560
15560
  disabled: {
15561
15561
  type: BooleanConstructor;
@@ -15783,8 +15783,8 @@ export declare const LlAdvancedFilteringTags: import("ll-plus/es/utils").SFCWith
15783
15783
  default: string | string[];
15784
15784
  };
15785
15785
  size: {
15786
- type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
15787
- default: import("ant-design-vue/es/button").ButtonSize;
15786
+ type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
15787
+ default: import("ant-design-vue/es/config-provider").SizeType;
15788
15788
  };
15789
15789
  disabled: {
15790
15790
  type: BooleanConstructor;
@@ -16006,8 +16006,8 @@ export declare const LlAdvancedFilteringTags: import("ll-plus/es/utils").SFCWith
16006
16006
  default: string | string[];
16007
16007
  };
16008
16008
  size: {
16009
- type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
16010
- default: import("ant-design-vue/es/button").ButtonSize;
16009
+ type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
16010
+ default: import("ant-design-vue/es/config-provider").SizeType;
16011
16011
  };
16012
16012
  disabled: {
16013
16013
  type: BooleanConstructor;
@@ -16229,8 +16229,8 @@ export declare const LlAdvancedFilteringTags: import("ll-plus/es/utils").SFCWith
16229
16229
  default: string | string[];
16230
16230
  };
16231
16231
  size: {
16232
- type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
16233
- default: import("ant-design-vue/es/button").ButtonSize;
16232
+ type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
16233
+ default: import("ant-design-vue/es/config-provider").SizeType;
16234
16234
  };
16235
16235
  disabled: {
16236
16236
  type: BooleanConstructor;
@@ -16452,8 +16452,8 @@ export declare const LlAdvancedFilteringTags: import("ll-plus/es/utils").SFCWith
16452
16452
  default: string | string[];
16453
16453
  };
16454
16454
  size: {
16455
- type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
16456
- default: import("ant-design-vue/es/button").ButtonSize;
16455
+ type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
16456
+ default: import("ant-design-vue/es/config-provider").SizeType;
16457
16457
  };
16458
16458
  disabled: {
16459
16459
  type: BooleanConstructor;
@@ -16488,6 +16488,7 @@ export declare const LlAdvancedFilteringTags: import("ll-plus/es/utils").SFCWith
16488
16488
  }, {
16489
16489
  props: import("@vue/shared").LooseRequired<{
16490
16490
  readonly value: Record<string, any>;
16491
+ 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>;
16491
16492
  readonly filterColumns: import("./src/advanced-filtering").FilterColumn[];
16492
16493
  readonly formOptions: Partial<import("vue").ExtractPropTypes<{
16493
16494
  layout: import("vue-types").VueTypeDef<string>;
@@ -16685,8 +16686,8 @@ export declare const LlAdvancedFilteringTags: import("ll-plus/es/utils").SFCWith
16685
16686
  default: string | string[];
16686
16687
  };
16687
16688
  size: {
16688
- type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
16689
- default: import("ant-design-vue/es/button").ButtonSize;
16689
+ type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
16690
+ default: import("ant-design-vue/es/config-provider").SizeType;
16690
16691
  };
16691
16692
  disabled: {
16692
16693
  type: BooleanConstructor;
@@ -16713,7 +16714,6 @@ export declare const LlAdvancedFilteringTags: import("ll-plus/es/utils").SFCWith
16713
16714
  default: (name: string | number | string[] | number[], status: boolean, errors: string[]) => void;
16714
16715
  };
16715
16716
  }>>;
16716
- 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>;
16717
16717
  readonly onChange?: ((value: Record<string, any>) => any) | undefined;
16718
16718
  readonly "onUpdate:value"?: ((value: Record<string, any>) => any) | undefined;
16719
16719
  } & {}>;
@@ -16939,8 +16939,8 @@ export declare const LlAdvancedFilteringTags: import("ll-plus/es/utils").SFCWith
16939
16939
  default: string | string[];
16940
16940
  };
16941
16941
  size: {
16942
- type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
16943
- default: import("ant-design-vue/es/button").ButtonSize;
16942
+ type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
16943
+ default: import("ant-design-vue/es/config-provider").SizeType;
16944
16944
  };
16945
16945
  disabled: {
16946
16946
  type: BooleanConstructor;
@@ -17162,8 +17162,8 @@ export declare const LlAdvancedFilteringTags: import("ll-plus/es/utils").SFCWith
17162
17162
  default: string | string[];
17163
17163
  };
17164
17164
  size: {
17165
- type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
17166
- default: import("ant-design-vue/es/button").ButtonSize;
17165
+ type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
17166
+ default: import("ant-design-vue/es/config-provider").SizeType;
17167
17167
  };
17168
17168
  disabled: {
17169
17169
  type: BooleanConstructor;
@@ -17385,8 +17385,8 @@ export declare const LlAdvancedFilteringTags: import("ll-plus/es/utils").SFCWith
17385
17385
  default: string | string[];
17386
17386
  };
17387
17387
  size: {
17388
- type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
17389
- default: import("ant-design-vue/es/button").ButtonSize;
17388
+ type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
17389
+ default: import("ant-design-vue/es/config-provider").SizeType;
17390
17390
  };
17391
17391
  disabled: {
17392
17392
  type: BooleanConstructor;
@@ -17608,8 +17608,8 @@ export declare const LlAdvancedFilteringTags: import("ll-plus/es/utils").SFCWith
17608
17608
  default: string | string[];
17609
17609
  };
17610
17610
  size: {
17611
- type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
17612
- default: import("ant-design-vue/es/button").ButtonSize;
17611
+ type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
17612
+ default: import("ant-design-vue/es/config-provider").SizeType;
17613
17613
  };
17614
17614
  disabled: {
17615
17615
  type: BooleanConstructor;
@@ -17646,6 +17646,7 @@ export declare const LlAdvancedFilteringTags: import("ll-plus/es/utils").SFCWith
17646
17646
  "onUpdate:value"?: ((value: Record<string, any>) => any) | undefined;
17647
17647
  }, {
17648
17648
  readonly value: Record<string, any>;
17649
+ 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>;
17649
17650
  readonly filterColumns: import("./src/advanced-filtering").FilterColumn[];
17650
17651
  readonly formOptions: Partial<import("vue").ExtractPropTypes<{
17651
17652
  layout: import("vue-types").VueTypeDef<string>;
@@ -17843,8 +17844,8 @@ export declare const LlAdvancedFilteringTags: import("ll-plus/es/utils").SFCWith
17843
17844
  default: string | string[];
17844
17845
  };
17845
17846
  size: {
17846
- type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
17847
- default: import("ant-design-vue/es/button").ButtonSize;
17847
+ type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
17848
+ default: import("ant-design-vue/es/config-provider").SizeType;
17848
17849
  };
17849
17850
  disabled: {
17850
17851
  type: BooleanConstructor;
@@ -17871,7 +17872,6 @@ export declare const LlAdvancedFilteringTags: import("ll-plus/es/utils").SFCWith
17871
17872
  default: (name: string | number | string[] | number[], status: boolean, errors: string[]) => void;
17872
17873
  };
17873
17874
  }>>;
17874
- 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>;
17875
17875
  }, {}>>;
17876
17876
  export * from './src/advanced-filtering';
17877
17877
  declare module 'vue' {