ll-plus 2.6.11 → 2.6.12

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 (284) hide show
  1. package/es/components/advanced-filtering/index.d.ts +510 -510
  2. package/es/components/advanced-filtering/src/advanced-filtering.vue.d.ts +258 -258
  3. package/es/components/advanced-filtering/src/components/advanced-filtering-params.vue.d.ts +248 -248
  4. package/es/components/advanced-filtering/src/components/advanced-filtering-tags.vue.d.ts +4 -4
  5. package/es/components/api-component/index.d.ts +10 -10
  6. package/es/components/api-component/src/api-component.vue.d.ts +10 -10
  7. package/es/components/api-component/src/components/api-modal.vue.d.ts +2 -2
  8. package/es/components/api-component/src/components/body-component.vue.d.ts +4 -4
  9. package/es/components/api-component/src/components/click-input.vue.d.ts +4 -4
  10. package/es/components/api-component/src/components/params-table-row.vue.d.ts +4 -4
  11. package/es/components/api-component/src/components/params-table.vue.d.ts +4 -4
  12. package/es/components/avatar/index.d.ts +5 -5
  13. package/es/components/avatar/src/avatar.d.ts +1 -1
  14. package/es/components/avatar/src/avatar.vue.d.ts +5 -5
  15. package/es/components/breadcrumb-card/index.d.ts +5 -5
  16. package/es/components/breadcrumb-card/src/breadcrumb-card.vue.d.ts +5 -5
  17. package/es/components/button/index.d.ts +2 -2
  18. package/es/components/button/src/button.vue.d.ts +2 -2
  19. package/es/components/checkbox/index.d.ts +317 -317
  20. package/es/components/checkbox/src/checkbox-group.vue.d.ts +317 -317
  21. package/es/components/checkbox/src/checkbox.d.ts +96 -96
  22. package/es/components/code-editor/index.d.ts +4 -4
  23. package/es/components/code-editor/src/code-editor.vue.d.ts +4 -4
  24. package/es/components/cropper/index.d.ts +8 -8
  25. package/es/components/cropper/src/cropper-image.vue.d.ts +2 -2
  26. package/es/components/cropper/src/cropper-modal.vue.d.ts +6 -6
  27. package/es/components/drawer/index.d.ts +11 -11
  28. package/es/components/drawer/src/components/second-confirmation/index.d.ts +14 -14
  29. package/es/components/drawer/src/components/second-confirmation/src/second-confirmation.vue.d.ts +14 -14
  30. package/es/components/drawer/src/drawer.vue.d.ts +11 -11
  31. package/es/components/easy-cron/index.d.ts +99 -99
  32. package/es/components/easy-cron/src/components/easy-cron-inner.vue.d.ts +90 -90
  33. package/es/components/easy-cron/src/components/easy-cron-modal.vue.d.ts +90 -90
  34. package/es/components/easy-cron/src/easy-cron.vue.d.ts +99 -99
  35. package/es/components/empty/index.d.ts +2 -2
  36. package/es/components/empty/src/empty.vue.d.ts +2 -2
  37. package/es/components/form/index.d.ts +244 -244
  38. package/es/components/form/src/components/form-component.vue.d.ts +1 -1
  39. package/es/components/form/src/config/form.d.ts +96 -96
  40. package/es/components/form/src/form.vue.d.ts +243 -243
  41. package/es/components/icon-base/index.d.ts +1 -1
  42. package/es/components/icon-base/src/icon-base.vue.d.ts +1 -1
  43. package/es/components/image/index.d.ts +4 -4
  44. package/es/components/image/src/image-preview-group.vue.d.ts +2 -2
  45. package/es/components/image/src/image.vue.d.ts +2 -2
  46. package/es/components/input/index.d.ts +33 -33
  47. package/es/components/input/src/input.vue.d.ts +33 -33
  48. package/es/components/key-value/index.d.ts +1175 -1175
  49. package/es/components/key-value/src/components/key-value-item.vue.d.ts +390 -390
  50. package/es/components/key-value/src/key-value.vue.d.ts +1175 -1175
  51. package/es/components/modal/index.d.ts +7 -7
  52. package/es/components/modal/src/modal.vue.d.ts +7 -7
  53. package/es/components/new-drawer/index.d.ts +25 -25
  54. package/es/components/new-drawer/src/drawer.d.ts +4 -4
  55. package/es/components/new-drawer/src/drawer.vue.d.ts +25 -25
  56. package/es/components/new-modal/index.d.ts +20 -20
  57. package/es/components/new-modal/src/modal.d.ts +4 -4
  58. package/es/components/new-modal/src/modal.vue.d.ts +20 -20
  59. package/es/components/number-range/index.d.ts +2 -2
  60. package/es/components/number-range/src/number-range.vue.d.ts +2 -2
  61. package/es/components/operate-icon/index.d.ts +4 -4
  62. package/es/components/operate-icon/src/operate-icon.vue.d.ts +4 -4
  63. package/es/components/radio/index.d.ts +10 -10
  64. package/es/components/radio/src/radio-group.vue.d.ts +5 -5
  65. package/es/components/radio/src/radio.vue.d.ts +5 -5
  66. package/es/components/rich-text-editor/index.d.ts +7 -7
  67. package/es/components/rich-text-editor/src/rich-text-editor.vue.d.ts +7 -7
  68. package/es/components/select/index.d.ts +12 -12
  69. package/es/components/select/src/select-option.vue.d.ts +1 -1
  70. package/es/components/select/src/select.vue.d.ts +11 -11
  71. package/es/components/select-group/index.d.ts +5 -5
  72. package/es/components/select-group/src/select-group.d.ts +1 -1
  73. package/es/components/select-group/src/select-group.vue.d.ts +5 -5
  74. package/es/components/table/index.d.ts +6 -6
  75. package/es/components/table/src/components/main-table.vue.d.ts +2 -2
  76. package/es/components/table/src/config/table.d.ts +2 -2
  77. package/es/components/table/src/table.vue.d.ts +6 -6
  78. package/es/components/textarea/index.d.ts +5 -5
  79. package/es/components/textarea/src/textarea.vue.d.ts +5 -5
  80. package/es/components/tooltip/index.d.ts +4 -4
  81. package/es/components/tooltip/src/tooltip.d.ts +1 -1
  82. package/es/components/tooltip/src/tooltip.vue.d.ts +4 -4
  83. package/es/components/tree/index.d.ts +2 -2
  84. package/es/components/tree/src/tree.vue.d.ts +2 -2
  85. package/es/components/tree-search/index.d.ts +9 -9
  86. package/es/components/tree-search/src/config/tree-search.d.ts +2 -2
  87. package/es/components/tree-search/src/tree-search.vue.d.ts +9 -9
  88. package/es/components/upload-drag/index.d.ts +8 -8
  89. package/es/components/upload-drag/src/upload-drag.vue.d.ts +8 -8
  90. package/es/components/uri-input/index.d.ts +2 -2
  91. package/es/components/uri-input/src/uri-input.vue.d.ts +2 -2
  92. package/es/packages/components/operate-icon/src/operate-icon.vue2.mjs +11 -6
  93. package/es/packages/components/operate-icon/src/operate-icon.vue2.mjs.map +1 -1
  94. package/index.full.js +10 -5
  95. package/index.full.min.js +1 -1
  96. package/index.full.min.js.map +1 -1
  97. package/index.full.min.mjs +15 -15
  98. package/index.full.min.mjs.map +1 -1
  99. package/index.full.mjs +10 -5
  100. package/lib/components/advanced-filtering/index.d.ts +510 -510
  101. package/lib/components/advanced-filtering/src/advanced-filtering.vue.d.ts +258 -258
  102. package/lib/components/advanced-filtering/src/components/advanced-filtering-params.vue.d.ts +248 -248
  103. package/lib/components/advanced-filtering/src/components/advanced-filtering-tags.vue.d.ts +4 -4
  104. package/lib/components/api-component/index.d.ts +10 -10
  105. package/lib/components/api-component/src/api-component.vue.d.ts +10 -10
  106. package/lib/components/api-component/src/components/api-modal.vue.d.ts +2 -2
  107. package/lib/components/api-component/src/components/body-component.vue.d.ts +4 -4
  108. package/lib/components/api-component/src/components/click-input.vue.d.ts +4 -4
  109. package/lib/components/api-component/src/components/params-table-row.vue.d.ts +4 -4
  110. package/lib/components/api-component/src/components/params-table.vue.d.ts +4 -4
  111. package/lib/components/avatar/index.d.ts +5 -5
  112. package/lib/components/avatar/src/avatar.d.ts +1 -1
  113. package/lib/components/avatar/src/avatar.vue.d.ts +5 -5
  114. package/lib/components/breadcrumb-card/index.d.ts +5 -5
  115. package/lib/components/breadcrumb-card/src/breadcrumb-card.vue.d.ts +5 -5
  116. package/lib/components/button/index.d.ts +2 -2
  117. package/lib/components/button/src/button.vue.d.ts +2 -2
  118. package/lib/components/checkbox/index.d.ts +317 -317
  119. package/lib/components/checkbox/src/checkbox-group.vue.d.ts +317 -317
  120. package/lib/components/checkbox/src/checkbox.d.ts +96 -96
  121. package/lib/components/code-editor/index.d.ts +4 -4
  122. package/lib/components/code-editor/src/code-editor.vue.d.ts +4 -4
  123. package/lib/components/cropper/index.d.ts +8 -8
  124. package/lib/components/cropper/src/cropper-image.vue.d.ts +2 -2
  125. package/lib/components/cropper/src/cropper-modal.vue.d.ts +6 -6
  126. package/lib/components/drawer/index.d.ts +11 -11
  127. package/lib/components/drawer/src/components/second-confirmation/index.d.ts +14 -14
  128. package/lib/components/drawer/src/components/second-confirmation/src/second-confirmation.vue.d.ts +14 -14
  129. package/lib/components/drawer/src/drawer.vue.d.ts +11 -11
  130. package/lib/components/easy-cron/index.d.ts +99 -99
  131. package/lib/components/easy-cron/src/components/easy-cron-inner.vue.d.ts +90 -90
  132. package/lib/components/easy-cron/src/components/easy-cron-modal.vue.d.ts +90 -90
  133. package/lib/components/easy-cron/src/easy-cron.vue.d.ts +99 -99
  134. package/lib/components/empty/index.d.ts +2 -2
  135. package/lib/components/empty/src/empty.vue.d.ts +2 -2
  136. package/lib/components/form/index.d.ts +244 -244
  137. package/lib/components/form/src/components/form-component.vue.d.ts +1 -1
  138. package/lib/components/form/src/config/form.d.ts +96 -96
  139. package/lib/components/form/src/form.vue.d.ts +243 -243
  140. package/lib/components/icon-base/index.d.ts +1 -1
  141. package/lib/components/icon-base/src/icon-base.vue.d.ts +1 -1
  142. package/lib/components/image/index.d.ts +4 -4
  143. package/lib/components/image/src/image-preview-group.vue.d.ts +2 -2
  144. package/lib/components/image/src/image.vue.d.ts +2 -2
  145. package/lib/components/input/index.d.ts +33 -33
  146. package/lib/components/input/src/input.vue.d.ts +33 -33
  147. package/lib/components/key-value/index.d.ts +1175 -1175
  148. package/lib/components/key-value/src/components/key-value-item.vue.d.ts +390 -390
  149. package/lib/components/key-value/src/key-value.vue.d.ts +1175 -1175
  150. package/lib/components/modal/index.d.ts +7 -7
  151. package/lib/components/modal/src/modal.vue.d.ts +7 -7
  152. package/lib/components/new-drawer/index.d.ts +25 -25
  153. package/lib/components/new-drawer/src/drawer.d.ts +4 -4
  154. package/lib/components/new-drawer/src/drawer.vue.d.ts +25 -25
  155. package/lib/components/new-modal/index.d.ts +20 -20
  156. package/lib/components/new-modal/src/modal.d.ts +4 -4
  157. package/lib/components/new-modal/src/modal.vue.d.ts +20 -20
  158. package/lib/components/number-range/index.d.ts +2 -2
  159. package/lib/components/number-range/src/number-range.vue.d.ts +2 -2
  160. package/lib/components/operate-icon/index.d.ts +4 -4
  161. package/lib/components/operate-icon/src/operate-icon.vue.d.ts +4 -4
  162. package/lib/components/radio/index.d.ts +10 -10
  163. package/lib/components/radio/src/radio-group.vue.d.ts +5 -5
  164. package/lib/components/radio/src/radio.vue.d.ts +5 -5
  165. package/lib/components/rich-text-editor/index.d.ts +7 -7
  166. package/lib/components/rich-text-editor/src/rich-text-editor.vue.d.ts +7 -7
  167. package/lib/components/select/index.d.ts +12 -12
  168. package/lib/components/select/src/select-option.vue.d.ts +1 -1
  169. package/lib/components/select/src/select.vue.d.ts +11 -11
  170. package/lib/components/select-group/index.d.ts +5 -5
  171. package/lib/components/select-group/src/select-group.d.ts +1 -1
  172. package/lib/components/select-group/src/select-group.vue.d.ts +5 -5
  173. package/lib/components/table/index.d.ts +6 -6
  174. package/lib/components/table/src/components/main-table.vue.d.ts +2 -2
  175. package/lib/components/table/src/config/table.d.ts +2 -2
  176. package/lib/components/table/src/table.vue.d.ts +6 -6
  177. package/lib/components/textarea/index.d.ts +5 -5
  178. package/lib/components/textarea/src/textarea.vue.d.ts +5 -5
  179. package/lib/components/tooltip/index.d.ts +4 -4
  180. package/lib/components/tooltip/src/tooltip.d.ts +1 -1
  181. package/lib/components/tooltip/src/tooltip.vue.d.ts +4 -4
  182. package/lib/components/tree/index.d.ts +2 -2
  183. package/lib/components/tree/src/tree.vue.d.ts +2 -2
  184. package/lib/components/tree-search/index.d.ts +9 -9
  185. package/lib/components/tree-search/src/config/tree-search.d.ts +2 -2
  186. package/lib/components/tree-search/src/tree-search.vue.d.ts +9 -9
  187. package/lib/components/upload-drag/index.d.ts +8 -8
  188. package/lib/components/upload-drag/src/upload-drag.vue.d.ts +8 -8
  189. package/lib/components/uri-input/index.d.ts +2 -2
  190. package/lib/components/uri-input/src/uri-input.vue.d.ts +2 -2
  191. package/lib/packages/components/operate-icon/src/operate-icon.vue2.js +10 -5
  192. package/lib/packages/components/operate-icon/src/operate-icon.vue2.js.map +1 -1
  193. package/package.json +1 -1
  194. package/types/packages/components/advanced-filtering/index.d.ts +510 -510
  195. package/types/packages/components/advanced-filtering/src/advanced-filtering.vue.d.ts +258 -258
  196. package/types/packages/components/advanced-filtering/src/components/advanced-filtering-params.vue.d.ts +248 -248
  197. package/types/packages/components/advanced-filtering/src/components/advanced-filtering-tags.vue.d.ts +4 -4
  198. package/types/packages/components/api-component/index.d.ts +10 -10
  199. package/types/packages/components/api-component/src/api-component.vue.d.ts +10 -10
  200. package/types/packages/components/api-component/src/components/api-modal.vue.d.ts +2 -2
  201. package/types/packages/components/api-component/src/components/body-component.vue.d.ts +4 -4
  202. package/types/packages/components/api-component/src/components/click-input.vue.d.ts +4 -4
  203. package/types/packages/components/api-component/src/components/params-table-row.vue.d.ts +4 -4
  204. package/types/packages/components/api-component/src/components/params-table.vue.d.ts +4 -4
  205. package/types/packages/components/avatar/index.d.ts +5 -5
  206. package/types/packages/components/avatar/src/avatar.d.ts +1 -1
  207. package/types/packages/components/avatar/src/avatar.vue.d.ts +5 -5
  208. package/types/packages/components/breadcrumb-card/index.d.ts +5 -5
  209. package/types/packages/components/breadcrumb-card/src/breadcrumb-card.vue.d.ts +5 -5
  210. package/types/packages/components/button/index.d.ts +2 -2
  211. package/types/packages/components/button/src/button.vue.d.ts +2 -2
  212. package/types/packages/components/checkbox/index.d.ts +317 -317
  213. package/types/packages/components/checkbox/src/checkbox-group.vue.d.ts +317 -317
  214. package/types/packages/components/checkbox/src/checkbox.d.ts +96 -96
  215. package/types/packages/components/code-editor/index.d.ts +4 -4
  216. package/types/packages/components/code-editor/src/code-editor.vue.d.ts +4 -4
  217. package/types/packages/components/cropper/index.d.ts +8 -8
  218. package/types/packages/components/cropper/src/cropper-image.vue.d.ts +2 -2
  219. package/types/packages/components/cropper/src/cropper-modal.vue.d.ts +6 -6
  220. package/types/packages/components/drawer/index.d.ts +11 -11
  221. package/types/packages/components/drawer/src/components/second-confirmation/index.d.ts +14 -14
  222. package/types/packages/components/drawer/src/components/second-confirmation/src/second-confirmation.vue.d.ts +14 -14
  223. package/types/packages/components/drawer/src/drawer.vue.d.ts +11 -11
  224. package/types/packages/components/easy-cron/index.d.ts +99 -99
  225. package/types/packages/components/easy-cron/src/components/easy-cron-inner.vue.d.ts +90 -90
  226. package/types/packages/components/easy-cron/src/components/easy-cron-modal.vue.d.ts +90 -90
  227. package/types/packages/components/easy-cron/src/easy-cron.vue.d.ts +99 -99
  228. package/types/packages/components/empty/index.d.ts +2 -2
  229. package/types/packages/components/empty/src/empty.vue.d.ts +2 -2
  230. package/types/packages/components/form/index.d.ts +244 -244
  231. package/types/packages/components/form/src/components/form-component.vue.d.ts +1 -1
  232. package/types/packages/components/form/src/config/form.d.ts +96 -96
  233. package/types/packages/components/form/src/form.vue.d.ts +243 -243
  234. package/types/packages/components/icon-base/index.d.ts +1 -1
  235. package/types/packages/components/icon-base/src/icon-base.vue.d.ts +1 -1
  236. package/types/packages/components/image/index.d.ts +4 -4
  237. package/types/packages/components/image/src/image-preview-group.vue.d.ts +2 -2
  238. package/types/packages/components/image/src/image.vue.d.ts +2 -2
  239. package/types/packages/components/input/index.d.ts +33 -33
  240. package/types/packages/components/input/src/input.vue.d.ts +33 -33
  241. package/types/packages/components/key-value/index.d.ts +1175 -1175
  242. package/types/packages/components/key-value/src/components/key-value-item.vue.d.ts +390 -390
  243. package/types/packages/components/key-value/src/key-value.vue.d.ts +1175 -1175
  244. package/types/packages/components/modal/index.d.ts +7 -7
  245. package/types/packages/components/modal/src/modal.vue.d.ts +7 -7
  246. package/types/packages/components/new-drawer/index.d.ts +25 -25
  247. package/types/packages/components/new-drawer/src/drawer.d.ts +4 -4
  248. package/types/packages/components/new-drawer/src/drawer.vue.d.ts +25 -25
  249. package/types/packages/components/new-modal/index.d.ts +20 -20
  250. package/types/packages/components/new-modal/src/modal.d.ts +4 -4
  251. package/types/packages/components/new-modal/src/modal.vue.d.ts +20 -20
  252. package/types/packages/components/number-range/index.d.ts +2 -2
  253. package/types/packages/components/number-range/src/number-range.vue.d.ts +2 -2
  254. package/types/packages/components/operate-icon/index.d.ts +4 -4
  255. package/types/packages/components/operate-icon/src/operate-icon.vue.d.ts +4 -4
  256. package/types/packages/components/radio/index.d.ts +10 -10
  257. package/types/packages/components/radio/src/radio-group.vue.d.ts +5 -5
  258. package/types/packages/components/radio/src/radio.vue.d.ts +5 -5
  259. package/types/packages/components/rich-text-editor/index.d.ts +7 -7
  260. package/types/packages/components/rich-text-editor/src/rich-text-editor.vue.d.ts +7 -7
  261. package/types/packages/components/select/index.d.ts +12 -12
  262. package/types/packages/components/select/src/select-option.vue.d.ts +1 -1
  263. package/types/packages/components/select/src/select.vue.d.ts +11 -11
  264. package/types/packages/components/select-group/index.d.ts +5 -5
  265. package/types/packages/components/select-group/src/select-group.d.ts +1 -1
  266. package/types/packages/components/select-group/src/select-group.vue.d.ts +5 -5
  267. package/types/packages/components/table/index.d.ts +6 -6
  268. package/types/packages/components/table/src/components/main-table.vue.d.ts +2 -2
  269. package/types/packages/components/table/src/config/table.d.ts +2 -2
  270. package/types/packages/components/table/src/table.vue.d.ts +6 -6
  271. package/types/packages/components/textarea/index.d.ts +5 -5
  272. package/types/packages/components/textarea/src/textarea.vue.d.ts +5 -5
  273. package/types/packages/components/tooltip/index.d.ts +4 -4
  274. package/types/packages/components/tooltip/src/tooltip.d.ts +1 -1
  275. package/types/packages/components/tooltip/src/tooltip.vue.d.ts +4 -4
  276. package/types/packages/components/tree/index.d.ts +2 -2
  277. package/types/packages/components/tree/src/tree.vue.d.ts +2 -2
  278. package/types/packages/components/tree-search/index.d.ts +9 -9
  279. package/types/packages/components/tree-search/src/config/tree-search.d.ts +2 -2
  280. package/types/packages/components/tree-search/src/tree-search.vue.d.ts +9 -9
  281. package/types/packages/components/upload-drag/index.d.ts +8 -8
  282. package/types/packages/components/upload-drag/src/upload-drag.vue.d.ts +8 -8
  283. package/types/packages/components/uri-input/index.d.ts +2 -2
  284. package/types/packages/components/uri-input/src/uri-input.vue.d.ts +2 -2
@@ -42,9 +42,9 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
42
42
  readonly validate: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
43
43
  }, {
44
44
  props: import("@vue/shared").LooseRequired<{
45
- readonly value: import("./src/config").KeyValueItem[];
46
- readonly disabled: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
47
45
  readonly validate: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
46
+ readonly disabled: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
47
+ readonly value: import("./src/config").KeyValueItem[];
48
48
  readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
49
49
  readonly keyLabel: string;
50
50
  readonly valueLabel: string;
@@ -1079,39 +1079,39 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
1079
1079
  readonly formData: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("ll-plus/es/index").FormData) | (() => import("ll-plus/es/index").FormData) | ((new (...args: any[]) => import("ll-plus/es/index").FormData) | (() => import("ll-plus/es/index").FormData))[], unknown, unknown, () => {}, boolean>;
1080
1080
  readonly rowOptions: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
1081
1081
  align: {
1082
- type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
1083
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
1084
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
1085
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
1086
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
1087
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
1088
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
1082
+ type: import("vue").PropType<"bottom" | "top" | "middle" | "stretch" | {
1083
+ xxl?: "bottom" | "top" | "middle" | "stretch" | undefined;
1084
+ xl?: "bottom" | "top" | "middle" | "stretch" | undefined;
1085
+ lg?: "bottom" | "top" | "middle" | "stretch" | undefined;
1086
+ md?: "bottom" | "top" | "middle" | "stretch" | undefined;
1087
+ sm?: "bottom" | "top" | "middle" | "stretch" | undefined;
1088
+ xs?: "bottom" | "top" | "middle" | "stretch" | undefined;
1089
1089
  }>;
1090
- default: "top" | "bottom" | "middle" | "stretch" | {
1091
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
1092
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
1093
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
1094
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
1095
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
1096
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
1090
+ default: "bottom" | "top" | "middle" | "stretch" | {
1091
+ xxl?: "bottom" | "top" | "middle" | "stretch" | undefined;
1092
+ xl?: "bottom" | "top" | "middle" | "stretch" | undefined;
1093
+ lg?: "bottom" | "top" | "middle" | "stretch" | undefined;
1094
+ md?: "bottom" | "top" | "middle" | "stretch" | undefined;
1095
+ sm?: "bottom" | "top" | "middle" | "stretch" | undefined;
1096
+ xs?: "bottom" | "top" | "middle" | "stretch" | undefined;
1097
1097
  };
1098
1098
  };
1099
1099
  justify: {
1100
1100
  type: import("vue").PropType<"start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
1101
- xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
1102
- sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
1103
- md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
1104
- lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
1105
- xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
1106
1101
  xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
1102
+ xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
1103
+ lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
1104
+ md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
1105
+ sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
1106
+ xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
1107
1107
  }>;
1108
1108
  default: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
1109
- xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
1110
- sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
1111
- md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
1112
- lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
1113
- xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
1114
1109
  xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
1110
+ xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
1111
+ lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
1112
+ md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
1113
+ sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
1114
+ xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
1115
1115
  };
1116
1116
  };
1117
1117
  prefixCls: StringConstructor;
@@ -1125,39 +1125,39 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
1125
1125
  };
1126
1126
  }>>) | (() => Partial<import("vue").ExtractPropTypes<{
1127
1127
  align: {
1128
- type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
1129
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
1130
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
1131
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
1132
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
1133
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
1134
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
1128
+ type: import("vue").PropType<"bottom" | "top" | "middle" | "stretch" | {
1129
+ xxl?: "bottom" | "top" | "middle" | "stretch" | undefined;
1130
+ xl?: "bottom" | "top" | "middle" | "stretch" | undefined;
1131
+ lg?: "bottom" | "top" | "middle" | "stretch" | undefined;
1132
+ md?: "bottom" | "top" | "middle" | "stretch" | undefined;
1133
+ sm?: "bottom" | "top" | "middle" | "stretch" | undefined;
1134
+ xs?: "bottom" | "top" | "middle" | "stretch" | undefined;
1135
1135
  }>;
1136
- default: "top" | "bottom" | "middle" | "stretch" | {
1137
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
1138
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
1139
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
1140
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
1141
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
1142
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
1136
+ default: "bottom" | "top" | "middle" | "stretch" | {
1137
+ xxl?: "bottom" | "top" | "middle" | "stretch" | undefined;
1138
+ xl?: "bottom" | "top" | "middle" | "stretch" | undefined;
1139
+ lg?: "bottom" | "top" | "middle" | "stretch" | undefined;
1140
+ md?: "bottom" | "top" | "middle" | "stretch" | undefined;
1141
+ sm?: "bottom" | "top" | "middle" | "stretch" | undefined;
1142
+ xs?: "bottom" | "top" | "middle" | "stretch" | undefined;
1143
1143
  };
1144
1144
  };
1145
1145
  justify: {
1146
1146
  type: import("vue").PropType<"start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
1147
- xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
1148
- sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
1149
- md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
1150
- lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
1151
- xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
1152
1147
  xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
1148
+ xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
1149
+ lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
1150
+ md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
1151
+ sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
1152
+ xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
1153
1153
  }>;
1154
1154
  default: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
1155
- xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
1156
- sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
1157
- md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
1158
- lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
1159
- xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
1160
1155
  xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
1156
+ xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
1157
+ lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
1158
+ md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
1159
+ sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
1160
+ xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
1161
1161
  };
1162
1162
  };
1163
1163
  prefixCls: StringConstructor;
@@ -1171,39 +1171,39 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
1171
1171
  };
1172
1172
  }>>) | ((new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
1173
1173
  align: {
1174
- type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
1175
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
1176
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
1177
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
1178
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
1179
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
1180
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
1174
+ type: import("vue").PropType<"bottom" | "top" | "middle" | "stretch" | {
1175
+ xxl?: "bottom" | "top" | "middle" | "stretch" | undefined;
1176
+ xl?: "bottom" | "top" | "middle" | "stretch" | undefined;
1177
+ lg?: "bottom" | "top" | "middle" | "stretch" | undefined;
1178
+ md?: "bottom" | "top" | "middle" | "stretch" | undefined;
1179
+ sm?: "bottom" | "top" | "middle" | "stretch" | undefined;
1180
+ xs?: "bottom" | "top" | "middle" | "stretch" | undefined;
1181
1181
  }>;
1182
- default: "top" | "bottom" | "middle" | "stretch" | {
1183
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
1184
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
1185
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
1186
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
1187
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
1188
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
1182
+ default: "bottom" | "top" | "middle" | "stretch" | {
1183
+ xxl?: "bottom" | "top" | "middle" | "stretch" | undefined;
1184
+ xl?: "bottom" | "top" | "middle" | "stretch" | undefined;
1185
+ lg?: "bottom" | "top" | "middle" | "stretch" | undefined;
1186
+ md?: "bottom" | "top" | "middle" | "stretch" | undefined;
1187
+ sm?: "bottom" | "top" | "middle" | "stretch" | undefined;
1188
+ xs?: "bottom" | "top" | "middle" | "stretch" | undefined;
1189
1189
  };
1190
1190
  };
1191
1191
  justify: {
1192
1192
  type: import("vue").PropType<"start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
1193
- xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
1194
- sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
1195
- md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
1196
- lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
1197
- xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
1198
1193
  xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
1194
+ xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
1195
+ lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
1196
+ md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
1197
+ sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
1198
+ xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
1199
1199
  }>;
1200
1200
  default: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
1201
- xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
1202
- sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
1203
- md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
1204
- lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
1205
- xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
1206
1201
  xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
1202
+ xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
1203
+ lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
1204
+ md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
1205
+ sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
1206
+ xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
1207
1207
  };
1208
1208
  };
1209
1209
  prefixCls: StringConstructor;
@@ -1217,39 +1217,39 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
1217
1217
  };
1218
1218
  }>>) | (() => Partial<import("vue").ExtractPropTypes<{
1219
1219
  align: {
1220
- type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
1221
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
1222
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
1223
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
1224
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
1225
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
1226
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
1220
+ type: import("vue").PropType<"bottom" | "top" | "middle" | "stretch" | {
1221
+ xxl?: "bottom" | "top" | "middle" | "stretch" | undefined;
1222
+ xl?: "bottom" | "top" | "middle" | "stretch" | undefined;
1223
+ lg?: "bottom" | "top" | "middle" | "stretch" | undefined;
1224
+ md?: "bottom" | "top" | "middle" | "stretch" | undefined;
1225
+ sm?: "bottom" | "top" | "middle" | "stretch" | undefined;
1226
+ xs?: "bottom" | "top" | "middle" | "stretch" | undefined;
1227
1227
  }>;
1228
- default: "top" | "bottom" | "middle" | "stretch" | {
1229
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
1230
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
1231
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
1232
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
1233
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
1234
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
1228
+ default: "bottom" | "top" | "middle" | "stretch" | {
1229
+ xxl?: "bottom" | "top" | "middle" | "stretch" | undefined;
1230
+ xl?: "bottom" | "top" | "middle" | "stretch" | undefined;
1231
+ lg?: "bottom" | "top" | "middle" | "stretch" | undefined;
1232
+ md?: "bottom" | "top" | "middle" | "stretch" | undefined;
1233
+ sm?: "bottom" | "top" | "middle" | "stretch" | undefined;
1234
+ xs?: "bottom" | "top" | "middle" | "stretch" | undefined;
1235
1235
  };
1236
1236
  };
1237
1237
  justify: {
1238
1238
  type: import("vue").PropType<"start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
1239
- xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
1240
- sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
1241
- md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
1242
- lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
1243
- xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
1244
1239
  xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
1240
+ xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
1241
+ lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
1242
+ md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
1243
+ sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
1244
+ xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
1245
1245
  }>;
1246
1246
  default: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
1247
- xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
1248
- sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
1249
- md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
1250
- lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
1251
- xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
1252
1247
  xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
1248
+ xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
1249
+ lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
1250
+ md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
1251
+ sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
1252
+ xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
1253
1253
  };
1254
1254
  };
1255
1255
  prefixCls: StringConstructor;
@@ -1269,6 +1269,7 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
1269
1269
  onChange?: ((params: import("ll-plus/es/index").FormChangeEvent) => any) | undefined;
1270
1270
  }, {
1271
1271
  props: import("@vue/shared").LooseRequired<{
1272
+ readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
1272
1273
  readonly formOptions: Partial<import("vue").ExtractPropTypes<{
1273
1274
  layout: import("vue-types").VueTypeDef<string>;
1274
1275
  labelCol: {
@@ -1493,42 +1494,41 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
1493
1494
  default: (name: string | number | string[] | number[], status: boolean, errors: string[]) => void;
1494
1495
  };
1495
1496
  }>>;
1496
- readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
1497
1497
  readonly rowOptions: Partial<import("vue").ExtractPropTypes<{
1498
1498
  align: {
1499
- type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
1500
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
1501
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
1502
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
1503
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
1504
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
1505
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
1499
+ type: import("vue").PropType<"bottom" | "top" | "middle" | "stretch" | {
1500
+ xxl?: "bottom" | "top" | "middle" | "stretch" | undefined;
1501
+ xl?: "bottom" | "top" | "middle" | "stretch" | undefined;
1502
+ lg?: "bottom" | "top" | "middle" | "stretch" | undefined;
1503
+ md?: "bottom" | "top" | "middle" | "stretch" | undefined;
1504
+ sm?: "bottom" | "top" | "middle" | "stretch" | undefined;
1505
+ xs?: "bottom" | "top" | "middle" | "stretch" | undefined;
1506
1506
  }>;
1507
- default: "top" | "bottom" | "middle" | "stretch" | {
1508
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
1509
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
1510
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
1511
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
1512
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
1513
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
1507
+ default: "bottom" | "top" | "middle" | "stretch" | {
1508
+ xxl?: "bottom" | "top" | "middle" | "stretch" | undefined;
1509
+ xl?: "bottom" | "top" | "middle" | "stretch" | undefined;
1510
+ lg?: "bottom" | "top" | "middle" | "stretch" | undefined;
1511
+ md?: "bottom" | "top" | "middle" | "stretch" | undefined;
1512
+ sm?: "bottom" | "top" | "middle" | "stretch" | undefined;
1513
+ xs?: "bottom" | "top" | "middle" | "stretch" | undefined;
1514
1514
  };
1515
1515
  };
1516
1516
  justify: {
1517
1517
  type: import("vue").PropType<"start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
1518
- xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
1519
- sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
1520
- md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
1521
- lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
1522
- xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
1523
1518
  xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
1519
+ xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
1520
+ lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
1521
+ md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
1522
+ sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
1523
+ xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
1524
1524
  }>;
1525
1525
  default: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
1526
- xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
1527
- sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
1528
- md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
1529
- lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
1530
- xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
1531
1526
  xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
1527
+ xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
1528
+ lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
1529
+ md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
1530
+ sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
1531
+ xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
1532
1532
  };
1533
1533
  };
1534
1534
  prefixCls: StringConstructor;
@@ -1595,7 +1595,7 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
1595
1595
  } & {}>;
1596
1596
  emits: (event: "changeField", item: any) => void;
1597
1597
  formData: import("ll-plus/es/index").FormData;
1598
- getBindValue: (item: any) => import("lodash").Omit<any, "change" | "onChange" | "label">;
1598
+ getBindValue: (item: any) => import("lodash").Omit<any, "onChange" | "label" | "change">;
1599
1599
  handleChange: (...arg: any[]) => void;
1600
1600
  readonly checkedType: string[];
1601
1601
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
@@ -2519,39 +2519,39 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
2519
2519
  readonly formData: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("ll-plus/es/index").FormData) | (() => import("ll-plus/es/index").FormData) | ((new (...args: any[]) => import("ll-plus/es/index").FormData) | (() => import("ll-plus/es/index").FormData))[], unknown, unknown, () => {}, boolean>;
2520
2520
  readonly rowOptions: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
2521
2521
  align: {
2522
- type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
2523
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
2524
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
2525
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
2526
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
2527
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
2528
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
2522
+ type: import("vue").PropType<"bottom" | "top" | "middle" | "stretch" | {
2523
+ xxl?: "bottom" | "top" | "middle" | "stretch" | undefined;
2524
+ xl?: "bottom" | "top" | "middle" | "stretch" | undefined;
2525
+ lg?: "bottom" | "top" | "middle" | "stretch" | undefined;
2526
+ md?: "bottom" | "top" | "middle" | "stretch" | undefined;
2527
+ sm?: "bottom" | "top" | "middle" | "stretch" | undefined;
2528
+ xs?: "bottom" | "top" | "middle" | "stretch" | undefined;
2529
2529
  }>;
2530
- default: "top" | "bottom" | "middle" | "stretch" | {
2531
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
2532
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
2533
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
2534
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
2535
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
2536
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
2530
+ default: "bottom" | "top" | "middle" | "stretch" | {
2531
+ xxl?: "bottom" | "top" | "middle" | "stretch" | undefined;
2532
+ xl?: "bottom" | "top" | "middle" | "stretch" | undefined;
2533
+ lg?: "bottom" | "top" | "middle" | "stretch" | undefined;
2534
+ md?: "bottom" | "top" | "middle" | "stretch" | undefined;
2535
+ sm?: "bottom" | "top" | "middle" | "stretch" | undefined;
2536
+ xs?: "bottom" | "top" | "middle" | "stretch" | undefined;
2537
2537
  };
2538
2538
  };
2539
2539
  justify: {
2540
2540
  type: import("vue").PropType<"start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
2541
- xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
2542
- sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
2543
- md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
2544
- lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
2545
- xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
2546
2541
  xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
2542
+ xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
2543
+ lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
2544
+ md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
2545
+ sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
2546
+ xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
2547
2547
  }>;
2548
2548
  default: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
2549
- xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
2550
- sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
2551
- md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
2552
- lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
2553
- xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
2554
2549
  xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
2550
+ xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
2551
+ lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
2552
+ md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
2553
+ sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
2554
+ xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
2555
2555
  };
2556
2556
  };
2557
2557
  prefixCls: StringConstructor;
@@ -2565,39 +2565,39 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
2565
2565
  };
2566
2566
  }>>) | (() => Partial<import("vue").ExtractPropTypes<{
2567
2567
  align: {
2568
- type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
2569
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
2570
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
2571
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
2572
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
2573
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
2574
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
2568
+ type: import("vue").PropType<"bottom" | "top" | "middle" | "stretch" | {
2569
+ xxl?: "bottom" | "top" | "middle" | "stretch" | undefined;
2570
+ xl?: "bottom" | "top" | "middle" | "stretch" | undefined;
2571
+ lg?: "bottom" | "top" | "middle" | "stretch" | undefined;
2572
+ md?: "bottom" | "top" | "middle" | "stretch" | undefined;
2573
+ sm?: "bottom" | "top" | "middle" | "stretch" | undefined;
2574
+ xs?: "bottom" | "top" | "middle" | "stretch" | undefined;
2575
2575
  }>;
2576
- default: "top" | "bottom" | "middle" | "stretch" | {
2577
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
2578
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
2579
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
2580
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
2581
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
2582
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
2576
+ default: "bottom" | "top" | "middle" | "stretch" | {
2577
+ xxl?: "bottom" | "top" | "middle" | "stretch" | undefined;
2578
+ xl?: "bottom" | "top" | "middle" | "stretch" | undefined;
2579
+ lg?: "bottom" | "top" | "middle" | "stretch" | undefined;
2580
+ md?: "bottom" | "top" | "middle" | "stretch" | undefined;
2581
+ sm?: "bottom" | "top" | "middle" | "stretch" | undefined;
2582
+ xs?: "bottom" | "top" | "middle" | "stretch" | undefined;
2583
2583
  };
2584
2584
  };
2585
2585
  justify: {
2586
2586
  type: import("vue").PropType<"start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
2587
- xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
2588
- sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
2589
- md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
2590
- lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
2591
- xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
2592
2587
  xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
2588
+ xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
2589
+ lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
2590
+ md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
2591
+ sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
2592
+ xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
2593
2593
  }>;
2594
2594
  default: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
2595
- xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
2596
- sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
2597
- md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
2598
- lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
2599
- xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
2600
2595
  xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
2596
+ xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
2597
+ lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
2598
+ md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
2599
+ sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
2600
+ xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
2601
2601
  };
2602
2602
  };
2603
2603
  prefixCls: StringConstructor;
@@ -2611,39 +2611,39 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
2611
2611
  };
2612
2612
  }>>) | ((new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
2613
2613
  align: {
2614
- type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
2615
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
2616
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
2617
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
2618
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
2619
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
2620
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
2614
+ type: import("vue").PropType<"bottom" | "top" | "middle" | "stretch" | {
2615
+ xxl?: "bottom" | "top" | "middle" | "stretch" | undefined;
2616
+ xl?: "bottom" | "top" | "middle" | "stretch" | undefined;
2617
+ lg?: "bottom" | "top" | "middle" | "stretch" | undefined;
2618
+ md?: "bottom" | "top" | "middle" | "stretch" | undefined;
2619
+ sm?: "bottom" | "top" | "middle" | "stretch" | undefined;
2620
+ xs?: "bottom" | "top" | "middle" | "stretch" | undefined;
2621
2621
  }>;
2622
- default: "top" | "bottom" | "middle" | "stretch" | {
2623
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
2624
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
2625
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
2626
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
2627
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
2628
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
2622
+ default: "bottom" | "top" | "middle" | "stretch" | {
2623
+ xxl?: "bottom" | "top" | "middle" | "stretch" | undefined;
2624
+ xl?: "bottom" | "top" | "middle" | "stretch" | undefined;
2625
+ lg?: "bottom" | "top" | "middle" | "stretch" | undefined;
2626
+ md?: "bottom" | "top" | "middle" | "stretch" | undefined;
2627
+ sm?: "bottom" | "top" | "middle" | "stretch" | undefined;
2628
+ xs?: "bottom" | "top" | "middle" | "stretch" | undefined;
2629
2629
  };
2630
2630
  };
2631
2631
  justify: {
2632
2632
  type: import("vue").PropType<"start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
2633
- xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
2634
- sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
2635
- md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
2636
- lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
2637
- xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
2638
2633
  xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
2634
+ xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
2635
+ lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
2636
+ md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
2637
+ sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
2638
+ xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
2639
2639
  }>;
2640
2640
  default: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
2641
- xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
2642
- sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
2643
- md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
2644
- lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
2645
- xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
2646
2641
  xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
2642
+ xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
2643
+ lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
2644
+ md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
2645
+ sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
2646
+ xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
2647
2647
  };
2648
2648
  };
2649
2649
  prefixCls: StringConstructor;
@@ -2657,39 +2657,39 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
2657
2657
  };
2658
2658
  }>>) | (() => Partial<import("vue").ExtractPropTypes<{
2659
2659
  align: {
2660
- type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
2661
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
2662
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
2663
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
2664
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
2665
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
2666
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
2660
+ type: import("vue").PropType<"bottom" | "top" | "middle" | "stretch" | {
2661
+ xxl?: "bottom" | "top" | "middle" | "stretch" | undefined;
2662
+ xl?: "bottom" | "top" | "middle" | "stretch" | undefined;
2663
+ lg?: "bottom" | "top" | "middle" | "stretch" | undefined;
2664
+ md?: "bottom" | "top" | "middle" | "stretch" | undefined;
2665
+ sm?: "bottom" | "top" | "middle" | "stretch" | undefined;
2666
+ xs?: "bottom" | "top" | "middle" | "stretch" | undefined;
2667
2667
  }>;
2668
- default: "top" | "bottom" | "middle" | "stretch" | {
2669
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
2670
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
2671
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
2672
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
2673
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
2674
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
2668
+ default: "bottom" | "top" | "middle" | "stretch" | {
2669
+ xxl?: "bottom" | "top" | "middle" | "stretch" | undefined;
2670
+ xl?: "bottom" | "top" | "middle" | "stretch" | undefined;
2671
+ lg?: "bottom" | "top" | "middle" | "stretch" | undefined;
2672
+ md?: "bottom" | "top" | "middle" | "stretch" | undefined;
2673
+ sm?: "bottom" | "top" | "middle" | "stretch" | undefined;
2674
+ xs?: "bottom" | "top" | "middle" | "stretch" | undefined;
2675
2675
  };
2676
2676
  };
2677
2677
  justify: {
2678
2678
  type: import("vue").PropType<"start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
2679
- xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
2680
- sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
2681
- md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
2682
- lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
2683
- xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
2684
2679
  xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
2680
+ xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
2681
+ lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
2682
+ md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
2683
+ sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
2684
+ xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
2685
2685
  }>;
2686
2686
  default: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
2687
- xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
2688
- sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
2689
- md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
2690
- lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
2691
- xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
2692
2687
  xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
2688
+ xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
2689
+ lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
2690
+ md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
2691
+ sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
2692
+ xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
2693
2693
  };
2694
2694
  };
2695
2695
  prefixCls: StringConstructor;
@@ -2708,6 +2708,7 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
2708
2708
  }>> & {
2709
2709
  onChange?: ((params: import("ll-plus/es/index").FormChangeEvent) => any) | undefined;
2710
2710
  }, {
2711
+ readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
2711
2712
  readonly formOptions: Partial<import("vue").ExtractPropTypes<{
2712
2713
  layout: import("vue-types").VueTypeDef<string>;
2713
2714
  labelCol: {
@@ -2932,42 +2933,41 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
2932
2933
  default: (name: string | number | string[] | number[], status: boolean, errors: string[]) => void;
2933
2934
  };
2934
2935
  }>>;
2935
- readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
2936
2936
  readonly rowOptions: Partial<import("vue").ExtractPropTypes<{
2937
2937
  align: {
2938
- type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
2939
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
2940
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
2941
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
2942
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
2943
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
2944
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
2938
+ type: import("vue").PropType<"bottom" | "top" | "middle" | "stretch" | {
2939
+ xxl?: "bottom" | "top" | "middle" | "stretch" | undefined;
2940
+ xl?: "bottom" | "top" | "middle" | "stretch" | undefined;
2941
+ lg?: "bottom" | "top" | "middle" | "stretch" | undefined;
2942
+ md?: "bottom" | "top" | "middle" | "stretch" | undefined;
2943
+ sm?: "bottom" | "top" | "middle" | "stretch" | undefined;
2944
+ xs?: "bottom" | "top" | "middle" | "stretch" | undefined;
2945
2945
  }>;
2946
- default: "top" | "bottom" | "middle" | "stretch" | {
2947
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
2948
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
2949
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
2950
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
2951
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
2952
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
2946
+ default: "bottom" | "top" | "middle" | "stretch" | {
2947
+ xxl?: "bottom" | "top" | "middle" | "stretch" | undefined;
2948
+ xl?: "bottom" | "top" | "middle" | "stretch" | undefined;
2949
+ lg?: "bottom" | "top" | "middle" | "stretch" | undefined;
2950
+ md?: "bottom" | "top" | "middle" | "stretch" | undefined;
2951
+ sm?: "bottom" | "top" | "middle" | "stretch" | undefined;
2952
+ xs?: "bottom" | "top" | "middle" | "stretch" | undefined;
2953
2953
  };
2954
2954
  };
2955
2955
  justify: {
2956
2956
  type: import("vue").PropType<"start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
2957
- xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
2958
- sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
2959
- md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
2960
- lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
2961
- xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
2962
2957
  xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
2958
+ xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
2959
+ lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
2960
+ md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
2961
+ sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
2962
+ xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
2963
2963
  }>;
2964
2964
  default: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
2965
- xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
2966
- sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
2967
- md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
2968
- lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
2969
- xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
2970
2965
  xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
2966
+ xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
2967
+ lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
2968
+ md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
2969
+ sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
2970
+ xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
2971
2971
  };
2972
2972
  };
2973
2973
  prefixCls: StringConstructor;
@@ -3889,39 +3889,39 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
3889
3889
  readonly formData: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("ll-plus/es/index").FormData) | (() => import("ll-plus/es/index").FormData) | ((new (...args: any[]) => import("ll-plus/es/index").FormData) | (() => import("ll-plus/es/index").FormData))[], unknown, unknown, () => {}, boolean>;
3890
3890
  readonly rowOptions: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
3891
3891
  align: {
3892
- type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
3893
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
3894
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
3895
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
3896
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
3897
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
3898
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
3892
+ type: import("vue").PropType<"bottom" | "top" | "middle" | "stretch" | {
3893
+ xxl?: "bottom" | "top" | "middle" | "stretch" | undefined;
3894
+ xl?: "bottom" | "top" | "middle" | "stretch" | undefined;
3895
+ lg?: "bottom" | "top" | "middle" | "stretch" | undefined;
3896
+ md?: "bottom" | "top" | "middle" | "stretch" | undefined;
3897
+ sm?: "bottom" | "top" | "middle" | "stretch" | undefined;
3898
+ xs?: "bottom" | "top" | "middle" | "stretch" | undefined;
3899
3899
  }>;
3900
- default: "top" | "bottom" | "middle" | "stretch" | {
3901
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
3902
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
3903
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
3904
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
3905
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
3906
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
3900
+ default: "bottom" | "top" | "middle" | "stretch" | {
3901
+ xxl?: "bottom" | "top" | "middle" | "stretch" | undefined;
3902
+ xl?: "bottom" | "top" | "middle" | "stretch" | undefined;
3903
+ lg?: "bottom" | "top" | "middle" | "stretch" | undefined;
3904
+ md?: "bottom" | "top" | "middle" | "stretch" | undefined;
3905
+ sm?: "bottom" | "top" | "middle" | "stretch" | undefined;
3906
+ xs?: "bottom" | "top" | "middle" | "stretch" | undefined;
3907
3907
  };
3908
3908
  };
3909
3909
  justify: {
3910
3910
  type: import("vue").PropType<"start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
3911
- xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
3912
- sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
3913
- md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
3914
- lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
3915
- xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
3916
3911
  xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
3912
+ xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
3913
+ lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
3914
+ md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
3915
+ sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
3916
+ xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
3917
3917
  }>;
3918
3918
  default: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
3919
- xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
3920
- sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
3921
- md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
3922
- lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
3923
- xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
3924
3919
  xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
3920
+ xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
3921
+ lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
3922
+ md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
3923
+ sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
3924
+ xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
3925
3925
  };
3926
3926
  };
3927
3927
  prefixCls: StringConstructor;
@@ -3935,39 +3935,39 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
3935
3935
  };
3936
3936
  }>>) | (() => Partial<import("vue").ExtractPropTypes<{
3937
3937
  align: {
3938
- type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
3939
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
3940
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
3941
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
3942
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
3943
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
3944
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
3938
+ type: import("vue").PropType<"bottom" | "top" | "middle" | "stretch" | {
3939
+ xxl?: "bottom" | "top" | "middle" | "stretch" | undefined;
3940
+ xl?: "bottom" | "top" | "middle" | "stretch" | undefined;
3941
+ lg?: "bottom" | "top" | "middle" | "stretch" | undefined;
3942
+ md?: "bottom" | "top" | "middle" | "stretch" | undefined;
3943
+ sm?: "bottom" | "top" | "middle" | "stretch" | undefined;
3944
+ xs?: "bottom" | "top" | "middle" | "stretch" | undefined;
3945
3945
  }>;
3946
- default: "top" | "bottom" | "middle" | "stretch" | {
3947
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
3948
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
3949
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
3950
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
3951
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
3952
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
3946
+ default: "bottom" | "top" | "middle" | "stretch" | {
3947
+ xxl?: "bottom" | "top" | "middle" | "stretch" | undefined;
3948
+ xl?: "bottom" | "top" | "middle" | "stretch" | undefined;
3949
+ lg?: "bottom" | "top" | "middle" | "stretch" | undefined;
3950
+ md?: "bottom" | "top" | "middle" | "stretch" | undefined;
3951
+ sm?: "bottom" | "top" | "middle" | "stretch" | undefined;
3952
+ xs?: "bottom" | "top" | "middle" | "stretch" | undefined;
3953
3953
  };
3954
3954
  };
3955
3955
  justify: {
3956
3956
  type: import("vue").PropType<"start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
3957
- xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
3958
- sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
3959
- md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
3960
- lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
3961
- xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
3962
3957
  xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
3958
+ xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
3959
+ lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
3960
+ md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
3961
+ sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
3962
+ xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
3963
3963
  }>;
3964
3964
  default: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
3965
- xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
3966
- sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
3967
- md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
3968
- lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
3969
- xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
3970
3965
  xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
3966
+ xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
3967
+ lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
3968
+ md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
3969
+ sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
3970
+ xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
3971
3971
  };
3972
3972
  };
3973
3973
  prefixCls: StringConstructor;
@@ -3981,39 +3981,39 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
3981
3981
  };
3982
3982
  }>>) | ((new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
3983
3983
  align: {
3984
- type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
3985
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
3986
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
3987
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
3988
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
3989
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
3990
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
3984
+ type: import("vue").PropType<"bottom" | "top" | "middle" | "stretch" | {
3985
+ xxl?: "bottom" | "top" | "middle" | "stretch" | undefined;
3986
+ xl?: "bottom" | "top" | "middle" | "stretch" | undefined;
3987
+ lg?: "bottom" | "top" | "middle" | "stretch" | undefined;
3988
+ md?: "bottom" | "top" | "middle" | "stretch" | undefined;
3989
+ sm?: "bottom" | "top" | "middle" | "stretch" | undefined;
3990
+ xs?: "bottom" | "top" | "middle" | "stretch" | undefined;
3991
3991
  }>;
3992
- default: "top" | "bottom" | "middle" | "stretch" | {
3993
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
3994
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
3995
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
3996
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
3997
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
3998
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
3992
+ default: "bottom" | "top" | "middle" | "stretch" | {
3993
+ xxl?: "bottom" | "top" | "middle" | "stretch" | undefined;
3994
+ xl?: "bottom" | "top" | "middle" | "stretch" | undefined;
3995
+ lg?: "bottom" | "top" | "middle" | "stretch" | undefined;
3996
+ md?: "bottom" | "top" | "middle" | "stretch" | undefined;
3997
+ sm?: "bottom" | "top" | "middle" | "stretch" | undefined;
3998
+ xs?: "bottom" | "top" | "middle" | "stretch" | undefined;
3999
3999
  };
4000
4000
  };
4001
4001
  justify: {
4002
4002
  type: import("vue").PropType<"start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
4003
- xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
4004
- sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
4005
- md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
4006
- lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
4007
- xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
4008
4003
  xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
4009
- }>;
4010
- default: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
4011
- xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
4012
- sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
4013
- md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
4014
- lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
4015
4004
  xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
4005
+ lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
4006
+ md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
4007
+ sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
4008
+ xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
4009
+ }>;
4010
+ default: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
4016
4011
  xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
4012
+ xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
4013
+ lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
4014
+ md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
4015
+ sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
4016
+ xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
4017
4017
  };
4018
4018
  };
4019
4019
  prefixCls: StringConstructor;
@@ -4027,39 +4027,39 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
4027
4027
  };
4028
4028
  }>>) | (() => Partial<import("vue").ExtractPropTypes<{
4029
4029
  align: {
4030
- type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
4031
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
4032
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
4033
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
4034
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
4035
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
4036
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
4030
+ type: import("vue").PropType<"bottom" | "top" | "middle" | "stretch" | {
4031
+ xxl?: "bottom" | "top" | "middle" | "stretch" | undefined;
4032
+ xl?: "bottom" | "top" | "middle" | "stretch" | undefined;
4033
+ lg?: "bottom" | "top" | "middle" | "stretch" | undefined;
4034
+ md?: "bottom" | "top" | "middle" | "stretch" | undefined;
4035
+ sm?: "bottom" | "top" | "middle" | "stretch" | undefined;
4036
+ xs?: "bottom" | "top" | "middle" | "stretch" | undefined;
4037
4037
  }>;
4038
- default: "top" | "bottom" | "middle" | "stretch" | {
4039
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
4040
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
4041
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
4042
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
4043
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
4044
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
4038
+ default: "bottom" | "top" | "middle" | "stretch" | {
4039
+ xxl?: "bottom" | "top" | "middle" | "stretch" | undefined;
4040
+ xl?: "bottom" | "top" | "middle" | "stretch" | undefined;
4041
+ lg?: "bottom" | "top" | "middle" | "stretch" | undefined;
4042
+ md?: "bottom" | "top" | "middle" | "stretch" | undefined;
4043
+ sm?: "bottom" | "top" | "middle" | "stretch" | undefined;
4044
+ xs?: "bottom" | "top" | "middle" | "stretch" | undefined;
4045
4045
  };
4046
4046
  };
4047
4047
  justify: {
4048
4048
  type: import("vue").PropType<"start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
4049
- xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
4050
- sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
4051
- md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
4052
- lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
4053
- xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
4054
4049
  xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
4050
+ xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
4051
+ lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
4052
+ md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
4053
+ sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
4054
+ xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
4055
4055
  }>;
4056
4056
  default: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
4057
- xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
4058
- sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
4059
- md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
4060
- lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
4061
- xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
4062
4057
  xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
4058
+ xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
4059
+ lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
4060
+ md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
4061
+ sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
4062
+ xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
4063
4063
  };
4064
4064
  };
4065
4065
  prefixCls: StringConstructor;
@@ -4079,6 +4079,7 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
4079
4079
  onChange?: ((params: import("ll-plus/es/index").FormChangeEvent) => any) | undefined;
4080
4080
  }, {
4081
4081
  props: import("@vue/shared").LooseRequired<{
4082
+ readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
4082
4083
  readonly formOptions: Partial<import("vue").ExtractPropTypes<{
4083
4084
  layout: import("vue-types").VueTypeDef<string>;
4084
4085
  labelCol: {
@@ -4303,42 +4304,41 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
4303
4304
  default: (name: string | number | string[] | number[], status: boolean, errors: string[]) => void;
4304
4305
  };
4305
4306
  }>>;
4306
- readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
4307
4307
  readonly rowOptions: Partial<import("vue").ExtractPropTypes<{
4308
4308
  align: {
4309
- type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
4310
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
4311
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
4312
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
4313
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
4314
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
4315
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
4309
+ type: import("vue").PropType<"bottom" | "top" | "middle" | "stretch" | {
4310
+ xxl?: "bottom" | "top" | "middle" | "stretch" | undefined;
4311
+ xl?: "bottom" | "top" | "middle" | "stretch" | undefined;
4312
+ lg?: "bottom" | "top" | "middle" | "stretch" | undefined;
4313
+ md?: "bottom" | "top" | "middle" | "stretch" | undefined;
4314
+ sm?: "bottom" | "top" | "middle" | "stretch" | undefined;
4315
+ xs?: "bottom" | "top" | "middle" | "stretch" | undefined;
4316
4316
  }>;
4317
- default: "top" | "bottom" | "middle" | "stretch" | {
4318
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
4319
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
4320
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
4321
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
4322
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
4323
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
4317
+ default: "bottom" | "top" | "middle" | "stretch" | {
4318
+ xxl?: "bottom" | "top" | "middle" | "stretch" | undefined;
4319
+ xl?: "bottom" | "top" | "middle" | "stretch" | undefined;
4320
+ lg?: "bottom" | "top" | "middle" | "stretch" | undefined;
4321
+ md?: "bottom" | "top" | "middle" | "stretch" | undefined;
4322
+ sm?: "bottom" | "top" | "middle" | "stretch" | undefined;
4323
+ xs?: "bottom" | "top" | "middle" | "stretch" | undefined;
4324
4324
  };
4325
4325
  };
4326
4326
  justify: {
4327
4327
  type: import("vue").PropType<"start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
4328
- xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
4329
- sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
4330
- md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
4331
- lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
4332
- xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
4333
4328
  xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
4329
+ xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
4330
+ lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
4331
+ md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
4332
+ sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
4333
+ xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
4334
4334
  }>;
4335
4335
  default: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
4336
- xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
4337
- sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
4338
- md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
4339
- lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
4340
- xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
4341
4336
  xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
4337
+ xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
4338
+ lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
4339
+ md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
4340
+ sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
4341
+ xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
4342
4342
  };
4343
4343
  };
4344
4344
  prefixCls: StringConstructor;
@@ -4405,7 +4405,7 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
4405
4405
  } & {}>;
4406
4406
  emits: (event: "changeField", item: any) => void;
4407
4407
  formData: import("ll-plus/es/index").FormData;
4408
- getBindValue: (item: any) => import("lodash").Omit<any, "change" | "onChange" | "label">;
4408
+ getBindValue: (item: any) => import("lodash").Omit<any, "onChange" | "label" | "change">;
4409
4409
  handleChange: (...arg: any[]) => void;
4410
4410
  readonly checkedType: string[];
4411
4411
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
@@ -4428,6 +4428,7 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
4428
4428
  readonly item: any;
4429
4429
  }, {}>;
4430
4430
  }, {}, {}, {}, {
4431
+ readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
4431
4432
  readonly formOptions: Partial<import("vue").ExtractPropTypes<{
4432
4433
  layout: import("vue-types").VueTypeDef<string>;
4433
4434
  labelCol: {
@@ -4652,42 +4653,41 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
4652
4653
  default: (name: string | number | string[] | number[], status: boolean, errors: string[]) => void;
4653
4654
  };
4654
4655
  }>>;
4655
- readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
4656
4656
  readonly rowOptions: Partial<import("vue").ExtractPropTypes<{
4657
4657
  align: {
4658
- type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
4659
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
4660
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
4661
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
4662
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
4663
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
4664
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
4658
+ type: import("vue").PropType<"bottom" | "top" | "middle" | "stretch" | {
4659
+ xxl?: "bottom" | "top" | "middle" | "stretch" | undefined;
4660
+ xl?: "bottom" | "top" | "middle" | "stretch" | undefined;
4661
+ lg?: "bottom" | "top" | "middle" | "stretch" | undefined;
4662
+ md?: "bottom" | "top" | "middle" | "stretch" | undefined;
4663
+ sm?: "bottom" | "top" | "middle" | "stretch" | undefined;
4664
+ xs?: "bottom" | "top" | "middle" | "stretch" | undefined;
4665
4665
  }>;
4666
- default: "top" | "bottom" | "middle" | "stretch" | {
4667
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
4668
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
4669
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
4670
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
4671
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
4672
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
4666
+ default: "bottom" | "top" | "middle" | "stretch" | {
4667
+ xxl?: "bottom" | "top" | "middle" | "stretch" | undefined;
4668
+ xl?: "bottom" | "top" | "middle" | "stretch" | undefined;
4669
+ lg?: "bottom" | "top" | "middle" | "stretch" | undefined;
4670
+ md?: "bottom" | "top" | "middle" | "stretch" | undefined;
4671
+ sm?: "bottom" | "top" | "middle" | "stretch" | undefined;
4672
+ xs?: "bottom" | "top" | "middle" | "stretch" | undefined;
4673
4673
  };
4674
4674
  };
4675
4675
  justify: {
4676
4676
  type: import("vue").PropType<"start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
4677
- xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
4678
- sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
4679
- md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
4680
- lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
4681
- xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
4682
4677
  xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
4678
+ xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
4679
+ lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
4680
+ md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
4681
+ sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
4682
+ xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
4683
4683
  }>;
4684
4684
  default: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
4685
- xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
4686
- sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
4687
- md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
4688
- lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
4689
- xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
4690
4685
  xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
4686
+ xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
4687
+ lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
4688
+ md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
4689
+ sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
4690
+ xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
4691
4691
  };
4692
4692
  };
4693
4693
  prefixCls: StringConstructor;
@@ -6034,39 +6034,39 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
6034
6034
  readonly formData: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("ll-plus/es/index").FormData) | (() => import("ll-plus/es/index").FormData) | ((new (...args: any[]) => import("ll-plus/es/index").FormData) | (() => import("ll-plus/es/index").FormData))[], unknown, unknown, () => {}, boolean>;
6035
6035
  readonly rowOptions: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
6036
6036
  align: {
6037
- type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
6038
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
6039
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
6040
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
6041
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
6042
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
6043
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
6037
+ type: import("vue").PropType<"bottom" | "top" | "middle" | "stretch" | {
6038
+ xxl?: "bottom" | "top" | "middle" | "stretch" | undefined;
6039
+ xl?: "bottom" | "top" | "middle" | "stretch" | undefined;
6040
+ lg?: "bottom" | "top" | "middle" | "stretch" | undefined;
6041
+ md?: "bottom" | "top" | "middle" | "stretch" | undefined;
6042
+ sm?: "bottom" | "top" | "middle" | "stretch" | undefined;
6043
+ xs?: "bottom" | "top" | "middle" | "stretch" | undefined;
6044
6044
  }>;
6045
- default: "top" | "bottom" | "middle" | "stretch" | {
6046
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
6047
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
6048
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
6049
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
6050
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
6051
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
6045
+ default: "bottom" | "top" | "middle" | "stretch" | {
6046
+ xxl?: "bottom" | "top" | "middle" | "stretch" | undefined;
6047
+ xl?: "bottom" | "top" | "middle" | "stretch" | undefined;
6048
+ lg?: "bottom" | "top" | "middle" | "stretch" | undefined;
6049
+ md?: "bottom" | "top" | "middle" | "stretch" | undefined;
6050
+ sm?: "bottom" | "top" | "middle" | "stretch" | undefined;
6051
+ xs?: "bottom" | "top" | "middle" | "stretch" | undefined;
6052
6052
  };
6053
6053
  };
6054
6054
  justify: {
6055
6055
  type: import("vue").PropType<"start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
6056
- xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
6057
- sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
6058
- md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
6059
- lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
6060
- xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
6061
6056
  xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
6057
+ xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
6058
+ lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
6059
+ md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
6060
+ sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
6061
+ xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
6062
6062
  }>;
6063
6063
  default: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
6064
- xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
6065
- sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
6066
- md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
6067
- lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
6068
- xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
6069
6064
  xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
6065
+ xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
6066
+ lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
6067
+ md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
6068
+ sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
6069
+ xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
6070
6070
  };
6071
6071
  };
6072
6072
  prefixCls: StringConstructor;
@@ -6080,39 +6080,39 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
6080
6080
  };
6081
6081
  }>>) | (() => Partial<import("vue").ExtractPropTypes<{
6082
6082
  align: {
6083
- type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
6084
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
6085
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
6086
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
6087
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
6088
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
6089
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
6083
+ type: import("vue").PropType<"bottom" | "top" | "middle" | "stretch" | {
6084
+ xxl?: "bottom" | "top" | "middle" | "stretch" | undefined;
6085
+ xl?: "bottom" | "top" | "middle" | "stretch" | undefined;
6086
+ lg?: "bottom" | "top" | "middle" | "stretch" | undefined;
6087
+ md?: "bottom" | "top" | "middle" | "stretch" | undefined;
6088
+ sm?: "bottom" | "top" | "middle" | "stretch" | undefined;
6089
+ xs?: "bottom" | "top" | "middle" | "stretch" | undefined;
6090
6090
  }>;
6091
- default: "top" | "bottom" | "middle" | "stretch" | {
6092
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
6093
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
6094
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
6095
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
6096
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
6097
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
6091
+ default: "bottom" | "top" | "middle" | "stretch" | {
6092
+ xxl?: "bottom" | "top" | "middle" | "stretch" | undefined;
6093
+ xl?: "bottom" | "top" | "middle" | "stretch" | undefined;
6094
+ lg?: "bottom" | "top" | "middle" | "stretch" | undefined;
6095
+ md?: "bottom" | "top" | "middle" | "stretch" | undefined;
6096
+ sm?: "bottom" | "top" | "middle" | "stretch" | undefined;
6097
+ xs?: "bottom" | "top" | "middle" | "stretch" | undefined;
6098
6098
  };
6099
6099
  };
6100
6100
  justify: {
6101
6101
  type: import("vue").PropType<"start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
6102
- xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
6103
- sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
6104
- md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
6105
- lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
6106
- xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
6107
6102
  xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
6103
+ xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
6104
+ lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
6105
+ md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
6106
+ sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
6107
+ xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
6108
6108
  }>;
6109
6109
  default: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
6110
- xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
6111
- sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
6112
- md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
6113
- lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
6114
- xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
6115
6110
  xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
6111
+ xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
6112
+ lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
6113
+ md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
6114
+ sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
6115
+ xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
6116
6116
  };
6117
6117
  };
6118
6118
  prefixCls: StringConstructor;
@@ -6126,39 +6126,39 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
6126
6126
  };
6127
6127
  }>>) | ((new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
6128
6128
  align: {
6129
- type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
6130
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
6131
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
6132
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
6133
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
6134
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
6135
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
6129
+ type: import("vue").PropType<"bottom" | "top" | "middle" | "stretch" | {
6130
+ xxl?: "bottom" | "top" | "middle" | "stretch" | undefined;
6131
+ xl?: "bottom" | "top" | "middle" | "stretch" | undefined;
6132
+ lg?: "bottom" | "top" | "middle" | "stretch" | undefined;
6133
+ md?: "bottom" | "top" | "middle" | "stretch" | undefined;
6134
+ sm?: "bottom" | "top" | "middle" | "stretch" | undefined;
6135
+ xs?: "bottom" | "top" | "middle" | "stretch" | undefined;
6136
6136
  }>;
6137
- default: "top" | "bottom" | "middle" | "stretch" | {
6138
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
6139
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
6140
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
6141
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
6142
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
6143
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
6137
+ default: "bottom" | "top" | "middle" | "stretch" | {
6138
+ xxl?: "bottom" | "top" | "middle" | "stretch" | undefined;
6139
+ xl?: "bottom" | "top" | "middle" | "stretch" | undefined;
6140
+ lg?: "bottom" | "top" | "middle" | "stretch" | undefined;
6141
+ md?: "bottom" | "top" | "middle" | "stretch" | undefined;
6142
+ sm?: "bottom" | "top" | "middle" | "stretch" | undefined;
6143
+ xs?: "bottom" | "top" | "middle" | "stretch" | undefined;
6144
6144
  };
6145
6145
  };
6146
6146
  justify: {
6147
6147
  type: import("vue").PropType<"start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
6148
- xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
6149
- sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
6150
- md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
6151
- lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
6152
- xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
6153
6148
  xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
6149
+ xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
6150
+ lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
6151
+ md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
6152
+ sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
6153
+ xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
6154
6154
  }>;
6155
6155
  default: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
6156
- xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
6157
- sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
6158
- md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
6159
- lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
6160
- xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
6161
6156
  xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
6157
+ xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
6158
+ lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
6159
+ md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
6160
+ sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
6161
+ xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
6162
6162
  };
6163
6163
  };
6164
6164
  prefixCls: StringConstructor;
@@ -6172,39 +6172,39 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
6172
6172
  };
6173
6173
  }>>) | (() => Partial<import("vue").ExtractPropTypes<{
6174
6174
  align: {
6175
- type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
6176
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
6177
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
6178
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
6179
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
6180
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
6181
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
6175
+ type: import("vue").PropType<"bottom" | "top" | "middle" | "stretch" | {
6176
+ xxl?: "bottom" | "top" | "middle" | "stretch" | undefined;
6177
+ xl?: "bottom" | "top" | "middle" | "stretch" | undefined;
6178
+ lg?: "bottom" | "top" | "middle" | "stretch" | undefined;
6179
+ md?: "bottom" | "top" | "middle" | "stretch" | undefined;
6180
+ sm?: "bottom" | "top" | "middle" | "stretch" | undefined;
6181
+ xs?: "bottom" | "top" | "middle" | "stretch" | undefined;
6182
6182
  }>;
6183
- default: "top" | "bottom" | "middle" | "stretch" | {
6184
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
6185
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
6186
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
6187
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
6188
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
6189
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
6183
+ default: "bottom" | "top" | "middle" | "stretch" | {
6184
+ xxl?: "bottom" | "top" | "middle" | "stretch" | undefined;
6185
+ xl?: "bottom" | "top" | "middle" | "stretch" | undefined;
6186
+ lg?: "bottom" | "top" | "middle" | "stretch" | undefined;
6187
+ md?: "bottom" | "top" | "middle" | "stretch" | undefined;
6188
+ sm?: "bottom" | "top" | "middle" | "stretch" | undefined;
6189
+ xs?: "bottom" | "top" | "middle" | "stretch" | undefined;
6190
6190
  };
6191
6191
  };
6192
6192
  justify: {
6193
6193
  type: import("vue").PropType<"start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
6194
- xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
6195
- sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
6196
- md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
6197
- lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
6198
- xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
6199
6194
  xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
6195
+ xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
6196
+ lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
6197
+ md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
6198
+ sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
6199
+ xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
6200
6200
  }>;
6201
6201
  default: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
6202
- xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
6203
- sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
6204
- md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
6205
- lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
6206
- xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
6207
6202
  xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
6203
+ xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
6204
+ lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
6205
+ md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
6206
+ sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
6207
+ xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
6208
6208
  };
6209
6209
  };
6210
6210
  prefixCls: StringConstructor;
@@ -6224,6 +6224,7 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
6224
6224
  onChange?: ((params: import("ll-plus/es/index").FormChangeEvent) => any) | undefined;
6225
6225
  }, {
6226
6226
  props: import("@vue/shared").LooseRequired<{
6227
+ readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
6227
6228
  readonly formOptions: Partial<import("vue").ExtractPropTypes<{
6228
6229
  layout: import("vue-types").VueTypeDef<string>;
6229
6230
  labelCol: {
@@ -6448,42 +6449,41 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
6448
6449
  default: (name: string | number | string[] | number[], status: boolean, errors: string[]) => void;
6449
6450
  };
6450
6451
  }>>;
6451
- readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
6452
6452
  readonly rowOptions: Partial<import("vue").ExtractPropTypes<{
6453
6453
  align: {
6454
- type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
6455
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
6456
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
6457
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
6458
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
6459
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
6460
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
6454
+ type: import("vue").PropType<"bottom" | "top" | "middle" | "stretch" | {
6455
+ xxl?: "bottom" | "top" | "middle" | "stretch" | undefined;
6456
+ xl?: "bottom" | "top" | "middle" | "stretch" | undefined;
6457
+ lg?: "bottom" | "top" | "middle" | "stretch" | undefined;
6458
+ md?: "bottom" | "top" | "middle" | "stretch" | undefined;
6459
+ sm?: "bottom" | "top" | "middle" | "stretch" | undefined;
6460
+ xs?: "bottom" | "top" | "middle" | "stretch" | undefined;
6461
6461
  }>;
6462
- default: "top" | "bottom" | "middle" | "stretch" | {
6463
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
6464
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
6465
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
6466
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
6467
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
6468
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
6462
+ default: "bottom" | "top" | "middle" | "stretch" | {
6463
+ xxl?: "bottom" | "top" | "middle" | "stretch" | undefined;
6464
+ xl?: "bottom" | "top" | "middle" | "stretch" | undefined;
6465
+ lg?: "bottom" | "top" | "middle" | "stretch" | undefined;
6466
+ md?: "bottom" | "top" | "middle" | "stretch" | undefined;
6467
+ sm?: "bottom" | "top" | "middle" | "stretch" | undefined;
6468
+ xs?: "bottom" | "top" | "middle" | "stretch" | undefined;
6469
6469
  };
6470
6470
  };
6471
6471
  justify: {
6472
6472
  type: import("vue").PropType<"start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
6473
- xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
6474
- sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
6475
- md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
6476
- lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
6477
- xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
6478
6473
  xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
6474
+ xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
6475
+ lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
6476
+ md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
6477
+ sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
6478
+ xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
6479
6479
  }>;
6480
6480
  default: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
6481
- xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
6482
- sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
6483
- md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
6484
- lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
6485
- xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
6486
6481
  xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
6482
+ xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
6483
+ lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
6484
+ md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
6485
+ sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
6486
+ xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
6487
6487
  };
6488
6488
  };
6489
6489
  prefixCls: StringConstructor;
@@ -6550,7 +6550,7 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
6550
6550
  } & {}>;
6551
6551
  emits: (event: "changeField", item: any) => void;
6552
6552
  formData: import("ll-plus/es/index").FormData;
6553
- getBindValue: (item: any) => import("lodash").Omit<any, "change" | "onChange" | "label">;
6553
+ getBindValue: (item: any) => import("lodash").Omit<any, "onChange" | "label" | "change">;
6554
6554
  handleChange: (...arg: any[]) => void;
6555
6555
  readonly checkedType: string[];
6556
6556
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
@@ -7474,39 +7474,39 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
7474
7474
  readonly formData: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("ll-plus/es/index").FormData) | (() => import("ll-plus/es/index").FormData) | ((new (...args: any[]) => import("ll-plus/es/index").FormData) | (() => import("ll-plus/es/index").FormData))[], unknown, unknown, () => {}, boolean>;
7475
7475
  readonly rowOptions: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
7476
7476
  align: {
7477
- type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
7478
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
7479
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
7480
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
7481
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
7482
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
7483
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
7477
+ type: import("vue").PropType<"bottom" | "top" | "middle" | "stretch" | {
7478
+ xxl?: "bottom" | "top" | "middle" | "stretch" | undefined;
7479
+ xl?: "bottom" | "top" | "middle" | "stretch" | undefined;
7480
+ lg?: "bottom" | "top" | "middle" | "stretch" | undefined;
7481
+ md?: "bottom" | "top" | "middle" | "stretch" | undefined;
7482
+ sm?: "bottom" | "top" | "middle" | "stretch" | undefined;
7483
+ xs?: "bottom" | "top" | "middle" | "stretch" | undefined;
7484
7484
  }>;
7485
- default: "top" | "bottom" | "middle" | "stretch" | {
7486
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
7487
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
7488
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
7489
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
7490
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
7491
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
7485
+ default: "bottom" | "top" | "middle" | "stretch" | {
7486
+ xxl?: "bottom" | "top" | "middle" | "stretch" | undefined;
7487
+ xl?: "bottom" | "top" | "middle" | "stretch" | undefined;
7488
+ lg?: "bottom" | "top" | "middle" | "stretch" | undefined;
7489
+ md?: "bottom" | "top" | "middle" | "stretch" | undefined;
7490
+ sm?: "bottom" | "top" | "middle" | "stretch" | undefined;
7491
+ xs?: "bottom" | "top" | "middle" | "stretch" | undefined;
7492
7492
  };
7493
7493
  };
7494
7494
  justify: {
7495
7495
  type: import("vue").PropType<"start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
7496
- xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
7497
- sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
7498
- md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
7499
- lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
7500
- xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
7501
7496
  xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
7497
+ xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
7498
+ lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
7499
+ md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
7500
+ sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
7501
+ xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
7502
7502
  }>;
7503
7503
  default: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
7504
- xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
7505
- sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
7506
- md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
7507
- lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
7508
- xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
7509
7504
  xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
7505
+ xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
7506
+ lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
7507
+ md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
7508
+ sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
7509
+ xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
7510
7510
  };
7511
7511
  };
7512
7512
  prefixCls: StringConstructor;
@@ -7520,39 +7520,39 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
7520
7520
  };
7521
7521
  }>>) | (() => Partial<import("vue").ExtractPropTypes<{
7522
7522
  align: {
7523
- type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
7524
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
7525
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
7526
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
7527
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
7528
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
7529
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
7523
+ type: import("vue").PropType<"bottom" | "top" | "middle" | "stretch" | {
7524
+ xxl?: "bottom" | "top" | "middle" | "stretch" | undefined;
7525
+ xl?: "bottom" | "top" | "middle" | "stretch" | undefined;
7526
+ lg?: "bottom" | "top" | "middle" | "stretch" | undefined;
7527
+ md?: "bottom" | "top" | "middle" | "stretch" | undefined;
7528
+ sm?: "bottom" | "top" | "middle" | "stretch" | undefined;
7529
+ xs?: "bottom" | "top" | "middle" | "stretch" | undefined;
7530
7530
  }>;
7531
- default: "top" | "bottom" | "middle" | "stretch" | {
7532
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
7533
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
7534
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
7535
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
7536
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
7537
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
7531
+ default: "bottom" | "top" | "middle" | "stretch" | {
7532
+ xxl?: "bottom" | "top" | "middle" | "stretch" | undefined;
7533
+ xl?: "bottom" | "top" | "middle" | "stretch" | undefined;
7534
+ lg?: "bottom" | "top" | "middle" | "stretch" | undefined;
7535
+ md?: "bottom" | "top" | "middle" | "stretch" | undefined;
7536
+ sm?: "bottom" | "top" | "middle" | "stretch" | undefined;
7537
+ xs?: "bottom" | "top" | "middle" | "stretch" | undefined;
7538
7538
  };
7539
7539
  };
7540
7540
  justify: {
7541
7541
  type: import("vue").PropType<"start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
7542
- xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
7543
- sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
7544
- md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
7545
- lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
7546
- xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
7547
7542
  xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
7543
+ xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
7544
+ lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
7545
+ md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
7546
+ sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
7547
+ xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
7548
7548
  }>;
7549
7549
  default: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
7550
- xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
7551
- sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
7552
- md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
7553
- lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
7554
- xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
7555
7550
  xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
7551
+ xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
7552
+ lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
7553
+ md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
7554
+ sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
7555
+ xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
7556
7556
  };
7557
7557
  };
7558
7558
  prefixCls: StringConstructor;
@@ -7566,39 +7566,39 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
7566
7566
  };
7567
7567
  }>>) | ((new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
7568
7568
  align: {
7569
- type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
7570
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
7571
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
7572
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
7573
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
7574
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
7575
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
7569
+ type: import("vue").PropType<"bottom" | "top" | "middle" | "stretch" | {
7570
+ xxl?: "bottom" | "top" | "middle" | "stretch" | undefined;
7571
+ xl?: "bottom" | "top" | "middle" | "stretch" | undefined;
7572
+ lg?: "bottom" | "top" | "middle" | "stretch" | undefined;
7573
+ md?: "bottom" | "top" | "middle" | "stretch" | undefined;
7574
+ sm?: "bottom" | "top" | "middle" | "stretch" | undefined;
7575
+ xs?: "bottom" | "top" | "middle" | "stretch" | undefined;
7576
7576
  }>;
7577
- default: "top" | "bottom" | "middle" | "stretch" | {
7578
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
7579
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
7580
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
7581
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
7582
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
7583
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
7577
+ default: "bottom" | "top" | "middle" | "stretch" | {
7578
+ xxl?: "bottom" | "top" | "middle" | "stretch" | undefined;
7579
+ xl?: "bottom" | "top" | "middle" | "stretch" | undefined;
7580
+ lg?: "bottom" | "top" | "middle" | "stretch" | undefined;
7581
+ md?: "bottom" | "top" | "middle" | "stretch" | undefined;
7582
+ sm?: "bottom" | "top" | "middle" | "stretch" | undefined;
7583
+ xs?: "bottom" | "top" | "middle" | "stretch" | undefined;
7584
7584
  };
7585
7585
  };
7586
7586
  justify: {
7587
7587
  type: import("vue").PropType<"start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
7588
- xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
7589
- sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
7590
- md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
7591
- lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
7592
- xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
7593
7588
  xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
7589
+ xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
7590
+ lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
7591
+ md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
7592
+ sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
7593
+ xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
7594
7594
  }>;
7595
7595
  default: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
7596
- xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
7597
- sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
7598
- md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
7599
- lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
7600
- xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
7601
7596
  xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
7597
+ xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
7598
+ lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
7599
+ md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
7600
+ sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
7601
+ xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
7602
7602
  };
7603
7603
  };
7604
7604
  prefixCls: StringConstructor;
@@ -7612,39 +7612,39 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
7612
7612
  };
7613
7613
  }>>) | (() => Partial<import("vue").ExtractPropTypes<{
7614
7614
  align: {
7615
- type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
7616
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
7617
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
7618
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
7619
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
7620
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
7621
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
7615
+ type: import("vue").PropType<"bottom" | "top" | "middle" | "stretch" | {
7616
+ xxl?: "bottom" | "top" | "middle" | "stretch" | undefined;
7617
+ xl?: "bottom" | "top" | "middle" | "stretch" | undefined;
7618
+ lg?: "bottom" | "top" | "middle" | "stretch" | undefined;
7619
+ md?: "bottom" | "top" | "middle" | "stretch" | undefined;
7620
+ sm?: "bottom" | "top" | "middle" | "stretch" | undefined;
7621
+ xs?: "bottom" | "top" | "middle" | "stretch" | undefined;
7622
7622
  }>;
7623
- default: "top" | "bottom" | "middle" | "stretch" | {
7624
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
7625
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
7626
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
7627
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
7628
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
7629
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
7623
+ default: "bottom" | "top" | "middle" | "stretch" | {
7624
+ xxl?: "bottom" | "top" | "middle" | "stretch" | undefined;
7625
+ xl?: "bottom" | "top" | "middle" | "stretch" | undefined;
7626
+ lg?: "bottom" | "top" | "middle" | "stretch" | undefined;
7627
+ md?: "bottom" | "top" | "middle" | "stretch" | undefined;
7628
+ sm?: "bottom" | "top" | "middle" | "stretch" | undefined;
7629
+ xs?: "bottom" | "top" | "middle" | "stretch" | undefined;
7630
7630
  };
7631
7631
  };
7632
7632
  justify: {
7633
7633
  type: import("vue").PropType<"start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
7634
- xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
7635
- sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
7636
- md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
7637
- lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
7638
- xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
7639
7634
  xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
7635
+ xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
7636
+ lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
7637
+ md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
7638
+ sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
7639
+ xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
7640
7640
  }>;
7641
7641
  default: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
7642
- xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
7643
- sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
7644
- md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
7645
- lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
7646
- xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
7647
7642
  xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
7643
+ xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
7644
+ lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
7645
+ md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
7646
+ sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
7647
+ xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
7648
7648
  };
7649
7649
  };
7650
7650
  prefixCls: StringConstructor;
@@ -7663,6 +7663,7 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
7663
7663
  }>> & {
7664
7664
  onChange?: ((params: import("ll-plus/es/index").FormChangeEvent) => any) | undefined;
7665
7665
  }, {
7666
+ readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
7666
7667
  readonly formOptions: Partial<import("vue").ExtractPropTypes<{
7667
7668
  layout: import("vue-types").VueTypeDef<string>;
7668
7669
  labelCol: {
@@ -7887,42 +7888,41 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
7887
7888
  default: (name: string | number | string[] | number[], status: boolean, errors: string[]) => void;
7888
7889
  };
7889
7890
  }>>;
7890
- readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
7891
7891
  readonly rowOptions: Partial<import("vue").ExtractPropTypes<{
7892
7892
  align: {
7893
- type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
7894
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
7895
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
7896
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
7897
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
7898
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
7899
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
7893
+ type: import("vue").PropType<"bottom" | "top" | "middle" | "stretch" | {
7894
+ xxl?: "bottom" | "top" | "middle" | "stretch" | undefined;
7895
+ xl?: "bottom" | "top" | "middle" | "stretch" | undefined;
7896
+ lg?: "bottom" | "top" | "middle" | "stretch" | undefined;
7897
+ md?: "bottom" | "top" | "middle" | "stretch" | undefined;
7898
+ sm?: "bottom" | "top" | "middle" | "stretch" | undefined;
7899
+ xs?: "bottom" | "top" | "middle" | "stretch" | undefined;
7900
7900
  }>;
7901
- default: "top" | "bottom" | "middle" | "stretch" | {
7902
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
7903
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
7904
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
7905
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
7906
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
7907
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
7901
+ default: "bottom" | "top" | "middle" | "stretch" | {
7902
+ xxl?: "bottom" | "top" | "middle" | "stretch" | undefined;
7903
+ xl?: "bottom" | "top" | "middle" | "stretch" | undefined;
7904
+ lg?: "bottom" | "top" | "middle" | "stretch" | undefined;
7905
+ md?: "bottom" | "top" | "middle" | "stretch" | undefined;
7906
+ sm?: "bottom" | "top" | "middle" | "stretch" | undefined;
7907
+ xs?: "bottom" | "top" | "middle" | "stretch" | undefined;
7908
7908
  };
7909
7909
  };
7910
7910
  justify: {
7911
7911
  type: import("vue").PropType<"start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
7912
- xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
7913
- sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
7914
- md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
7915
- lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
7916
- xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
7917
7912
  xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
7913
+ xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
7914
+ lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
7915
+ md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
7916
+ sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
7917
+ xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
7918
7918
  }>;
7919
7919
  default: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
7920
- xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
7921
- sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
7922
- md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
7923
- lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
7924
- xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
7925
7920
  xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
7921
+ xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
7922
+ lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
7923
+ md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
7924
+ sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
7925
+ xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
7926
7926
  };
7927
7927
  };
7928
7928
  prefixCls: StringConstructor;
@@ -8844,39 +8844,39 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
8844
8844
  readonly formData: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("ll-plus/es/index").FormData) | (() => import("ll-plus/es/index").FormData) | ((new (...args: any[]) => import("ll-plus/es/index").FormData) | (() => import("ll-plus/es/index").FormData))[], unknown, unknown, () => {}, boolean>;
8845
8845
  readonly rowOptions: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
8846
8846
  align: {
8847
- type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
8848
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
8849
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
8850
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
8851
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
8852
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
8853
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
8847
+ type: import("vue").PropType<"bottom" | "top" | "middle" | "stretch" | {
8848
+ xxl?: "bottom" | "top" | "middle" | "stretch" | undefined;
8849
+ xl?: "bottom" | "top" | "middle" | "stretch" | undefined;
8850
+ lg?: "bottom" | "top" | "middle" | "stretch" | undefined;
8851
+ md?: "bottom" | "top" | "middle" | "stretch" | undefined;
8852
+ sm?: "bottom" | "top" | "middle" | "stretch" | undefined;
8853
+ xs?: "bottom" | "top" | "middle" | "stretch" | undefined;
8854
8854
  }>;
8855
- default: "top" | "bottom" | "middle" | "stretch" | {
8856
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
8857
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
8858
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
8859
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
8860
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
8861
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
8855
+ default: "bottom" | "top" | "middle" | "stretch" | {
8856
+ xxl?: "bottom" | "top" | "middle" | "stretch" | undefined;
8857
+ xl?: "bottom" | "top" | "middle" | "stretch" | undefined;
8858
+ lg?: "bottom" | "top" | "middle" | "stretch" | undefined;
8859
+ md?: "bottom" | "top" | "middle" | "stretch" | undefined;
8860
+ sm?: "bottom" | "top" | "middle" | "stretch" | undefined;
8861
+ xs?: "bottom" | "top" | "middle" | "stretch" | undefined;
8862
8862
  };
8863
8863
  };
8864
8864
  justify: {
8865
8865
  type: import("vue").PropType<"start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
8866
- xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
8867
- sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
8868
- md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
8869
- lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
8870
- xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
8871
8866
  xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
8867
+ xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
8868
+ lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
8869
+ md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
8870
+ sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
8871
+ xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
8872
8872
  }>;
8873
8873
  default: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
8874
- xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
8875
- sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
8876
- md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
8877
- lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
8878
- xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
8879
8874
  xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
8875
+ xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
8876
+ lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
8877
+ md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
8878
+ sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
8879
+ xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
8880
8880
  };
8881
8881
  };
8882
8882
  prefixCls: StringConstructor;
@@ -8890,39 +8890,39 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
8890
8890
  };
8891
8891
  }>>) | (() => Partial<import("vue").ExtractPropTypes<{
8892
8892
  align: {
8893
- type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
8894
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
8895
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
8896
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
8897
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
8898
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
8899
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
8893
+ type: import("vue").PropType<"bottom" | "top" | "middle" | "stretch" | {
8894
+ xxl?: "bottom" | "top" | "middle" | "stretch" | undefined;
8895
+ xl?: "bottom" | "top" | "middle" | "stretch" | undefined;
8896
+ lg?: "bottom" | "top" | "middle" | "stretch" | undefined;
8897
+ md?: "bottom" | "top" | "middle" | "stretch" | undefined;
8898
+ sm?: "bottom" | "top" | "middle" | "stretch" | undefined;
8899
+ xs?: "bottom" | "top" | "middle" | "stretch" | undefined;
8900
8900
  }>;
8901
- default: "top" | "bottom" | "middle" | "stretch" | {
8902
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
8903
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
8904
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
8905
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
8906
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
8907
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
8901
+ default: "bottom" | "top" | "middle" | "stretch" | {
8902
+ xxl?: "bottom" | "top" | "middle" | "stretch" | undefined;
8903
+ xl?: "bottom" | "top" | "middle" | "stretch" | undefined;
8904
+ lg?: "bottom" | "top" | "middle" | "stretch" | undefined;
8905
+ md?: "bottom" | "top" | "middle" | "stretch" | undefined;
8906
+ sm?: "bottom" | "top" | "middle" | "stretch" | undefined;
8907
+ xs?: "bottom" | "top" | "middle" | "stretch" | undefined;
8908
8908
  };
8909
8909
  };
8910
8910
  justify: {
8911
8911
  type: import("vue").PropType<"start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
8912
- xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
8913
- sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
8914
- md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
8915
- lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
8916
- xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
8917
8912
  xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
8913
+ xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
8914
+ lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
8915
+ md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
8916
+ sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
8917
+ xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
8918
8918
  }>;
8919
8919
  default: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
8920
- xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
8921
- sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
8922
- md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
8923
- lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
8924
- xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
8925
8920
  xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
8921
+ xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
8922
+ lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
8923
+ md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
8924
+ sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
8925
+ xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
8926
8926
  };
8927
8927
  };
8928
8928
  prefixCls: StringConstructor;
@@ -8936,39 +8936,39 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
8936
8936
  };
8937
8937
  }>>) | ((new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
8938
8938
  align: {
8939
- type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
8940
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
8941
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
8942
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
8943
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
8944
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
8945
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
8939
+ type: import("vue").PropType<"bottom" | "top" | "middle" | "stretch" | {
8940
+ xxl?: "bottom" | "top" | "middle" | "stretch" | undefined;
8941
+ xl?: "bottom" | "top" | "middle" | "stretch" | undefined;
8942
+ lg?: "bottom" | "top" | "middle" | "stretch" | undefined;
8943
+ md?: "bottom" | "top" | "middle" | "stretch" | undefined;
8944
+ sm?: "bottom" | "top" | "middle" | "stretch" | undefined;
8945
+ xs?: "bottom" | "top" | "middle" | "stretch" | undefined;
8946
8946
  }>;
8947
- default: "top" | "bottom" | "middle" | "stretch" | {
8948
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
8949
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
8950
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
8951
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
8952
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
8953
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
8947
+ default: "bottom" | "top" | "middle" | "stretch" | {
8948
+ xxl?: "bottom" | "top" | "middle" | "stretch" | undefined;
8949
+ xl?: "bottom" | "top" | "middle" | "stretch" | undefined;
8950
+ lg?: "bottom" | "top" | "middle" | "stretch" | undefined;
8951
+ md?: "bottom" | "top" | "middle" | "stretch" | undefined;
8952
+ sm?: "bottom" | "top" | "middle" | "stretch" | undefined;
8953
+ xs?: "bottom" | "top" | "middle" | "stretch" | undefined;
8954
8954
  };
8955
8955
  };
8956
8956
  justify: {
8957
8957
  type: import("vue").PropType<"start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
8958
- xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
8959
- sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
8960
- md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
8961
- lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
8962
- xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
8963
8958
  xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
8959
+ xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
8960
+ lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
8961
+ md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
8962
+ sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
8963
+ xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
8964
8964
  }>;
8965
8965
  default: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
8966
- xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
8967
- sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
8968
- md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
8969
- lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
8970
- xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
8971
8966
  xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
8967
+ xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
8968
+ lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
8969
+ md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
8970
+ sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
8971
+ xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
8972
8972
  };
8973
8973
  };
8974
8974
  prefixCls: StringConstructor;
@@ -8982,39 +8982,39 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
8982
8982
  };
8983
8983
  }>>) | (() => Partial<import("vue").ExtractPropTypes<{
8984
8984
  align: {
8985
- type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
8986
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
8987
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
8988
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
8989
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
8990
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
8991
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
8985
+ type: import("vue").PropType<"bottom" | "top" | "middle" | "stretch" | {
8986
+ xxl?: "bottom" | "top" | "middle" | "stretch" | undefined;
8987
+ xl?: "bottom" | "top" | "middle" | "stretch" | undefined;
8988
+ lg?: "bottom" | "top" | "middle" | "stretch" | undefined;
8989
+ md?: "bottom" | "top" | "middle" | "stretch" | undefined;
8990
+ sm?: "bottom" | "top" | "middle" | "stretch" | undefined;
8991
+ xs?: "bottom" | "top" | "middle" | "stretch" | undefined;
8992
8992
  }>;
8993
- default: "top" | "bottom" | "middle" | "stretch" | {
8994
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
8995
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
8996
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
8997
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
8998
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
8999
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
8993
+ default: "bottom" | "top" | "middle" | "stretch" | {
8994
+ xxl?: "bottom" | "top" | "middle" | "stretch" | undefined;
8995
+ xl?: "bottom" | "top" | "middle" | "stretch" | undefined;
8996
+ lg?: "bottom" | "top" | "middle" | "stretch" | undefined;
8997
+ md?: "bottom" | "top" | "middle" | "stretch" | undefined;
8998
+ sm?: "bottom" | "top" | "middle" | "stretch" | undefined;
8999
+ xs?: "bottom" | "top" | "middle" | "stretch" | undefined;
9000
9000
  };
9001
9001
  };
9002
9002
  justify: {
9003
9003
  type: import("vue").PropType<"start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
9004
- xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
9005
- sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
9006
- md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
9007
- lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
9008
- xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
9009
9004
  xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
9005
+ xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
9006
+ lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
9007
+ md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
9008
+ sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
9009
+ xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
9010
9010
  }>;
9011
9011
  default: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
9012
- xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
9013
- sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
9014
- md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
9015
- lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
9016
- xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
9017
9012
  xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
9013
+ xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
9014
+ lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
9015
+ md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
9016
+ sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
9017
+ xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
9018
9018
  };
9019
9019
  };
9020
9020
  prefixCls: StringConstructor;
@@ -9034,6 +9034,7 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
9034
9034
  onChange?: ((params: import("ll-plus/es/index").FormChangeEvent) => any) | undefined;
9035
9035
  }, {
9036
9036
  props: import("@vue/shared").LooseRequired<{
9037
+ readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
9037
9038
  readonly formOptions: Partial<import("vue").ExtractPropTypes<{
9038
9039
  layout: import("vue-types").VueTypeDef<string>;
9039
9040
  labelCol: {
@@ -9258,42 +9259,41 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
9258
9259
  default: (name: string | number | string[] | number[], status: boolean, errors: string[]) => void;
9259
9260
  };
9260
9261
  }>>;
9261
- readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
9262
9262
  readonly rowOptions: Partial<import("vue").ExtractPropTypes<{
9263
9263
  align: {
9264
- type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
9265
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
9266
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
9267
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
9268
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
9269
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
9270
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
9264
+ type: import("vue").PropType<"bottom" | "top" | "middle" | "stretch" | {
9265
+ xxl?: "bottom" | "top" | "middle" | "stretch" | undefined;
9266
+ xl?: "bottom" | "top" | "middle" | "stretch" | undefined;
9267
+ lg?: "bottom" | "top" | "middle" | "stretch" | undefined;
9268
+ md?: "bottom" | "top" | "middle" | "stretch" | undefined;
9269
+ sm?: "bottom" | "top" | "middle" | "stretch" | undefined;
9270
+ xs?: "bottom" | "top" | "middle" | "stretch" | undefined;
9271
9271
  }>;
9272
- default: "top" | "bottom" | "middle" | "stretch" | {
9273
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
9274
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
9275
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
9276
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
9277
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
9278
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
9272
+ default: "bottom" | "top" | "middle" | "stretch" | {
9273
+ xxl?: "bottom" | "top" | "middle" | "stretch" | undefined;
9274
+ xl?: "bottom" | "top" | "middle" | "stretch" | undefined;
9275
+ lg?: "bottom" | "top" | "middle" | "stretch" | undefined;
9276
+ md?: "bottom" | "top" | "middle" | "stretch" | undefined;
9277
+ sm?: "bottom" | "top" | "middle" | "stretch" | undefined;
9278
+ xs?: "bottom" | "top" | "middle" | "stretch" | undefined;
9279
9279
  };
9280
9280
  };
9281
9281
  justify: {
9282
9282
  type: import("vue").PropType<"start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
9283
- xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
9284
- sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
9285
- md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
9286
- lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
9287
- xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
9288
9283
  xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
9284
+ xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
9285
+ lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
9286
+ md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
9287
+ sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
9288
+ xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
9289
9289
  }>;
9290
9290
  default: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
9291
- xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
9292
- sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
9293
- md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
9294
- lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
9295
- xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
9296
9291
  xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
9292
+ xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
9293
+ lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
9294
+ md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
9295
+ sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
9296
+ xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
9297
9297
  };
9298
9298
  };
9299
9299
  prefixCls: StringConstructor;
@@ -9360,7 +9360,7 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
9360
9360
  } & {}>;
9361
9361
  emits: (event: "changeField", item: any) => void;
9362
9362
  formData: import("ll-plus/es/index").FormData;
9363
- getBindValue: (item: any) => import("lodash").Omit<any, "change" | "onChange" | "label">;
9363
+ getBindValue: (item: any) => import("lodash").Omit<any, "onChange" | "label" | "change">;
9364
9364
  handleChange: (...arg: any[]) => void;
9365
9365
  readonly checkedType: string[];
9366
9366
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
@@ -9383,6 +9383,7 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
9383
9383
  readonly item: any;
9384
9384
  }, {}>;
9385
9385
  }, {}, {}, {}, {
9386
+ readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
9386
9387
  readonly formOptions: Partial<import("vue").ExtractPropTypes<{
9387
9388
  layout: import("vue-types").VueTypeDef<string>;
9388
9389
  labelCol: {
@@ -9607,42 +9608,41 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
9607
9608
  default: (name: string | number | string[] | number[], status: boolean, errors: string[]) => void;
9608
9609
  };
9609
9610
  }>>;
9610
- readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
9611
9611
  readonly rowOptions: Partial<import("vue").ExtractPropTypes<{
9612
9612
  align: {
9613
- type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
9614
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
9615
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
9616
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
9617
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
9618
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
9619
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
9613
+ type: import("vue").PropType<"bottom" | "top" | "middle" | "stretch" | {
9614
+ xxl?: "bottom" | "top" | "middle" | "stretch" | undefined;
9615
+ xl?: "bottom" | "top" | "middle" | "stretch" | undefined;
9616
+ lg?: "bottom" | "top" | "middle" | "stretch" | undefined;
9617
+ md?: "bottom" | "top" | "middle" | "stretch" | undefined;
9618
+ sm?: "bottom" | "top" | "middle" | "stretch" | undefined;
9619
+ xs?: "bottom" | "top" | "middle" | "stretch" | undefined;
9620
9620
  }>;
9621
- default: "top" | "bottom" | "middle" | "stretch" | {
9622
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
9623
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
9624
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
9625
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
9626
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
9627
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
9621
+ default: "bottom" | "top" | "middle" | "stretch" | {
9622
+ xxl?: "bottom" | "top" | "middle" | "stretch" | undefined;
9623
+ xl?: "bottom" | "top" | "middle" | "stretch" | undefined;
9624
+ lg?: "bottom" | "top" | "middle" | "stretch" | undefined;
9625
+ md?: "bottom" | "top" | "middle" | "stretch" | undefined;
9626
+ sm?: "bottom" | "top" | "middle" | "stretch" | undefined;
9627
+ xs?: "bottom" | "top" | "middle" | "stretch" | undefined;
9628
9628
  };
9629
9629
  };
9630
9630
  justify: {
9631
9631
  type: import("vue").PropType<"start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
9632
- xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
9633
- sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
9634
- md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
9635
- lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
9636
- xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
9637
9632
  xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
9633
+ xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
9634
+ lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
9635
+ md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
9636
+ sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
9637
+ xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
9638
9638
  }>;
9639
9639
  default: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
9640
- xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
9641
- sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
9642
- md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
9643
- lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
9644
- xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
9645
9640
  xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
9641
+ xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
9642
+ lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
9643
+ md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
9644
+ sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
9645
+ xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
9646
9646
  };
9647
9647
  };
9648
9648
  prefixCls: StringConstructor;
@@ -10917,39 +10917,39 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
10917
10917
  readonly formData: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("ll-plus/es/index").FormData) | (() => import("ll-plus/es/index").FormData) | ((new (...args: any[]) => import("ll-plus/es/index").FormData) | (() => import("ll-plus/es/index").FormData))[], unknown, unknown, () => {}, boolean>;
10918
10918
  readonly rowOptions: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
10919
10919
  align: {
10920
- type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
10921
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
10922
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
10923
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
10924
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
10925
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
10926
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
10920
+ type: import("vue").PropType<"bottom" | "top" | "middle" | "stretch" | {
10921
+ xxl?: "bottom" | "top" | "middle" | "stretch" | undefined;
10922
+ xl?: "bottom" | "top" | "middle" | "stretch" | undefined;
10923
+ lg?: "bottom" | "top" | "middle" | "stretch" | undefined;
10924
+ md?: "bottom" | "top" | "middle" | "stretch" | undefined;
10925
+ sm?: "bottom" | "top" | "middle" | "stretch" | undefined;
10926
+ xs?: "bottom" | "top" | "middle" | "stretch" | undefined;
10927
10927
  }>;
10928
- default: "top" | "bottom" | "middle" | "stretch" | {
10929
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
10930
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
10931
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
10932
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
10933
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
10934
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
10928
+ default: "bottom" | "top" | "middle" | "stretch" | {
10929
+ xxl?: "bottom" | "top" | "middle" | "stretch" | undefined;
10930
+ xl?: "bottom" | "top" | "middle" | "stretch" | undefined;
10931
+ lg?: "bottom" | "top" | "middle" | "stretch" | undefined;
10932
+ md?: "bottom" | "top" | "middle" | "stretch" | undefined;
10933
+ sm?: "bottom" | "top" | "middle" | "stretch" | undefined;
10934
+ xs?: "bottom" | "top" | "middle" | "stretch" | undefined;
10935
10935
  };
10936
10936
  };
10937
10937
  justify: {
10938
10938
  type: import("vue").PropType<"start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
10939
- xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
10940
- sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
10941
- md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
10942
- lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
10943
- xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
10944
10939
  xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
10940
+ xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
10941
+ lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
10942
+ md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
10943
+ sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
10944
+ xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
10945
10945
  }>;
10946
10946
  default: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
10947
- xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
10948
- sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
10949
- md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
10950
- lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
10951
- xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
10952
10947
  xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
10948
+ xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
10949
+ lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
10950
+ md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
10951
+ sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
10952
+ xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
10953
10953
  };
10954
10954
  };
10955
10955
  prefixCls: StringConstructor;
@@ -10963,39 +10963,39 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
10963
10963
  };
10964
10964
  }>>) | (() => Partial<import("vue").ExtractPropTypes<{
10965
10965
  align: {
10966
- type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
10967
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
10968
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
10969
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
10970
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
10971
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
10972
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
10966
+ type: import("vue").PropType<"bottom" | "top" | "middle" | "stretch" | {
10967
+ xxl?: "bottom" | "top" | "middle" | "stretch" | undefined;
10968
+ xl?: "bottom" | "top" | "middle" | "stretch" | undefined;
10969
+ lg?: "bottom" | "top" | "middle" | "stretch" | undefined;
10970
+ md?: "bottom" | "top" | "middle" | "stretch" | undefined;
10971
+ sm?: "bottom" | "top" | "middle" | "stretch" | undefined;
10972
+ xs?: "bottom" | "top" | "middle" | "stretch" | undefined;
10973
10973
  }>;
10974
- default: "top" | "bottom" | "middle" | "stretch" | {
10975
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
10976
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
10977
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
10978
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
10979
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
10980
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
10974
+ default: "bottom" | "top" | "middle" | "stretch" | {
10975
+ xxl?: "bottom" | "top" | "middle" | "stretch" | undefined;
10976
+ xl?: "bottom" | "top" | "middle" | "stretch" | undefined;
10977
+ lg?: "bottom" | "top" | "middle" | "stretch" | undefined;
10978
+ md?: "bottom" | "top" | "middle" | "stretch" | undefined;
10979
+ sm?: "bottom" | "top" | "middle" | "stretch" | undefined;
10980
+ xs?: "bottom" | "top" | "middle" | "stretch" | undefined;
10981
10981
  };
10982
10982
  };
10983
10983
  justify: {
10984
10984
  type: import("vue").PropType<"start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
10985
- xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
10986
- sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
10987
- md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
10988
- lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
10989
- xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
10990
10985
  xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
10986
+ xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
10987
+ lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
10988
+ md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
10989
+ sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
10990
+ xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
10991
10991
  }>;
10992
10992
  default: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
10993
- xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
10994
- sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
10995
- md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
10996
- lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
10997
- xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
10998
10993
  xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
10994
+ xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
10995
+ lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
10996
+ md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
10997
+ sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
10998
+ xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
10999
10999
  };
11000
11000
  };
11001
11001
  prefixCls: StringConstructor;
@@ -11009,39 +11009,39 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
11009
11009
  };
11010
11010
  }>>) | ((new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
11011
11011
  align: {
11012
- type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
11013
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
11014
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
11015
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
11016
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
11017
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
11018
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
11012
+ type: import("vue").PropType<"bottom" | "top" | "middle" | "stretch" | {
11013
+ xxl?: "bottom" | "top" | "middle" | "stretch" | undefined;
11014
+ xl?: "bottom" | "top" | "middle" | "stretch" | undefined;
11015
+ lg?: "bottom" | "top" | "middle" | "stretch" | undefined;
11016
+ md?: "bottom" | "top" | "middle" | "stretch" | undefined;
11017
+ sm?: "bottom" | "top" | "middle" | "stretch" | undefined;
11018
+ xs?: "bottom" | "top" | "middle" | "stretch" | undefined;
11019
11019
  }>;
11020
- default: "top" | "bottom" | "middle" | "stretch" | {
11021
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
11022
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
11023
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
11024
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
11025
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
11026
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
11020
+ default: "bottom" | "top" | "middle" | "stretch" | {
11021
+ xxl?: "bottom" | "top" | "middle" | "stretch" | undefined;
11022
+ xl?: "bottom" | "top" | "middle" | "stretch" | undefined;
11023
+ lg?: "bottom" | "top" | "middle" | "stretch" | undefined;
11024
+ md?: "bottom" | "top" | "middle" | "stretch" | undefined;
11025
+ sm?: "bottom" | "top" | "middle" | "stretch" | undefined;
11026
+ xs?: "bottom" | "top" | "middle" | "stretch" | undefined;
11027
11027
  };
11028
11028
  };
11029
11029
  justify: {
11030
11030
  type: import("vue").PropType<"start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
11031
- xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
11032
- sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
11033
- md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
11034
- lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
11035
- xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
11036
11031
  xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
11032
+ xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
11033
+ lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
11034
+ md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
11035
+ sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
11036
+ xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
11037
11037
  }>;
11038
11038
  default: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
11039
- xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
11040
- sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
11041
- md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
11042
- lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
11043
- xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
11044
11039
  xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
11040
+ xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
11041
+ lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
11042
+ md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
11043
+ sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
11044
+ xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
11045
11045
  };
11046
11046
  };
11047
11047
  prefixCls: StringConstructor;
@@ -11055,39 +11055,39 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
11055
11055
  };
11056
11056
  }>>) | (() => Partial<import("vue").ExtractPropTypes<{
11057
11057
  align: {
11058
- type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
11059
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
11060
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
11061
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
11062
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
11063
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
11064
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
11058
+ type: import("vue").PropType<"bottom" | "top" | "middle" | "stretch" | {
11059
+ xxl?: "bottom" | "top" | "middle" | "stretch" | undefined;
11060
+ xl?: "bottom" | "top" | "middle" | "stretch" | undefined;
11061
+ lg?: "bottom" | "top" | "middle" | "stretch" | undefined;
11062
+ md?: "bottom" | "top" | "middle" | "stretch" | undefined;
11063
+ sm?: "bottom" | "top" | "middle" | "stretch" | undefined;
11064
+ xs?: "bottom" | "top" | "middle" | "stretch" | undefined;
11065
11065
  }>;
11066
- default: "top" | "bottom" | "middle" | "stretch" | {
11067
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
11068
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
11069
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
11070
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
11071
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
11072
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
11066
+ default: "bottom" | "top" | "middle" | "stretch" | {
11067
+ xxl?: "bottom" | "top" | "middle" | "stretch" | undefined;
11068
+ xl?: "bottom" | "top" | "middle" | "stretch" | undefined;
11069
+ lg?: "bottom" | "top" | "middle" | "stretch" | undefined;
11070
+ md?: "bottom" | "top" | "middle" | "stretch" | undefined;
11071
+ sm?: "bottom" | "top" | "middle" | "stretch" | undefined;
11072
+ xs?: "bottom" | "top" | "middle" | "stretch" | undefined;
11073
11073
  };
11074
11074
  };
11075
11075
  justify: {
11076
11076
  type: import("vue").PropType<"start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
11077
- xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
11078
- sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
11079
- md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
11080
- lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
11081
- xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
11082
11077
  xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
11078
+ xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
11079
+ lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
11080
+ md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
11081
+ sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
11082
+ xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
11083
11083
  }>;
11084
11084
  default: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
11085
- xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
11086
- sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
11087
- md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
11088
- lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
11089
- xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
11090
11085
  xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
11086
+ xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
11087
+ lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
11088
+ md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
11089
+ sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
11090
+ xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
11091
11091
  };
11092
11092
  };
11093
11093
  prefixCls: StringConstructor;
@@ -11107,6 +11107,7 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
11107
11107
  onChange?: ((params: import("ll-plus/es/index").FormChangeEvent) => any) | undefined;
11108
11108
  }, {
11109
11109
  props: import("@vue/shared").LooseRequired<{
11110
+ readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
11110
11111
  readonly formOptions: Partial<import("vue").ExtractPropTypes<{
11111
11112
  layout: import("vue-types").VueTypeDef<string>;
11112
11113
  labelCol: {
@@ -11331,42 +11332,41 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
11331
11332
  default: (name: string | number | string[] | number[], status: boolean, errors: string[]) => void;
11332
11333
  };
11333
11334
  }>>;
11334
- readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
11335
11335
  readonly rowOptions: Partial<import("vue").ExtractPropTypes<{
11336
11336
  align: {
11337
- type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
11338
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
11339
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
11340
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
11341
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
11342
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
11343
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
11337
+ type: import("vue").PropType<"bottom" | "top" | "middle" | "stretch" | {
11338
+ xxl?: "bottom" | "top" | "middle" | "stretch" | undefined;
11339
+ xl?: "bottom" | "top" | "middle" | "stretch" | undefined;
11340
+ lg?: "bottom" | "top" | "middle" | "stretch" | undefined;
11341
+ md?: "bottom" | "top" | "middle" | "stretch" | undefined;
11342
+ sm?: "bottom" | "top" | "middle" | "stretch" | undefined;
11343
+ xs?: "bottom" | "top" | "middle" | "stretch" | undefined;
11344
11344
  }>;
11345
- default: "top" | "bottom" | "middle" | "stretch" | {
11346
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
11347
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
11348
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
11349
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
11350
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
11351
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
11345
+ default: "bottom" | "top" | "middle" | "stretch" | {
11346
+ xxl?: "bottom" | "top" | "middle" | "stretch" | undefined;
11347
+ xl?: "bottom" | "top" | "middle" | "stretch" | undefined;
11348
+ lg?: "bottom" | "top" | "middle" | "stretch" | undefined;
11349
+ md?: "bottom" | "top" | "middle" | "stretch" | undefined;
11350
+ sm?: "bottom" | "top" | "middle" | "stretch" | undefined;
11351
+ xs?: "bottom" | "top" | "middle" | "stretch" | undefined;
11352
11352
  };
11353
11353
  };
11354
11354
  justify: {
11355
11355
  type: import("vue").PropType<"start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
11356
- xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
11357
- sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
11358
- md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
11359
- lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
11360
- xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
11361
11356
  xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
11357
+ xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
11358
+ lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
11359
+ md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
11360
+ sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
11361
+ xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
11362
11362
  }>;
11363
11363
  default: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
11364
- xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
11365
- sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
11366
- md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
11367
- lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
11368
- xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
11369
11364
  xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
11365
+ xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
11366
+ lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
11367
+ md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
11368
+ sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
11369
+ xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
11370
11370
  };
11371
11371
  };
11372
11372
  prefixCls: StringConstructor;
@@ -11433,7 +11433,7 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
11433
11433
  } & {}>;
11434
11434
  emits: (event: "changeField", item: any) => void;
11435
11435
  formData: import("ll-plus/es/index").FormData;
11436
- getBindValue: (item: any) => import("lodash").Omit<any, "change" | "onChange" | "label">;
11436
+ getBindValue: (item: any) => import("lodash").Omit<any, "onChange" | "label" | "change">;
11437
11437
  handleChange: (...arg: any[]) => void;
11438
11438
  readonly checkedType: string[];
11439
11439
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
@@ -12357,39 +12357,39 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
12357
12357
  readonly formData: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("ll-plus/es/index").FormData) | (() => import("ll-plus/es/index").FormData) | ((new (...args: any[]) => import("ll-plus/es/index").FormData) | (() => import("ll-plus/es/index").FormData))[], unknown, unknown, () => {}, boolean>;
12358
12358
  readonly rowOptions: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
12359
12359
  align: {
12360
- type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
12361
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
12362
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
12363
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
12364
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
12365
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
12366
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
12360
+ type: import("vue").PropType<"bottom" | "top" | "middle" | "stretch" | {
12361
+ xxl?: "bottom" | "top" | "middle" | "stretch" | undefined;
12362
+ xl?: "bottom" | "top" | "middle" | "stretch" | undefined;
12363
+ lg?: "bottom" | "top" | "middle" | "stretch" | undefined;
12364
+ md?: "bottom" | "top" | "middle" | "stretch" | undefined;
12365
+ sm?: "bottom" | "top" | "middle" | "stretch" | undefined;
12366
+ xs?: "bottom" | "top" | "middle" | "stretch" | undefined;
12367
12367
  }>;
12368
- default: "top" | "bottom" | "middle" | "stretch" | {
12369
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
12370
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
12371
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
12372
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
12373
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
12374
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
12368
+ default: "bottom" | "top" | "middle" | "stretch" | {
12369
+ xxl?: "bottom" | "top" | "middle" | "stretch" | undefined;
12370
+ xl?: "bottom" | "top" | "middle" | "stretch" | undefined;
12371
+ lg?: "bottom" | "top" | "middle" | "stretch" | undefined;
12372
+ md?: "bottom" | "top" | "middle" | "stretch" | undefined;
12373
+ sm?: "bottom" | "top" | "middle" | "stretch" | undefined;
12374
+ xs?: "bottom" | "top" | "middle" | "stretch" | undefined;
12375
12375
  };
12376
12376
  };
12377
12377
  justify: {
12378
12378
  type: import("vue").PropType<"start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
12379
- xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
12380
- sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
12381
- md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
12382
- lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
12383
- xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
12384
12379
  xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
12380
+ xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
12381
+ lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
12382
+ md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
12383
+ sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
12384
+ xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
12385
12385
  }>;
12386
12386
  default: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
12387
- xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
12388
- sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
12389
- md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
12390
- lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
12391
- xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
12392
12387
  xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
12388
+ xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
12389
+ lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
12390
+ md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
12391
+ sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
12392
+ xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
12393
12393
  };
12394
12394
  };
12395
12395
  prefixCls: StringConstructor;
@@ -12403,39 +12403,39 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
12403
12403
  };
12404
12404
  }>>) | (() => Partial<import("vue").ExtractPropTypes<{
12405
12405
  align: {
12406
- type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
12407
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
12408
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
12409
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
12410
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
12411
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
12412
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
12406
+ type: import("vue").PropType<"bottom" | "top" | "middle" | "stretch" | {
12407
+ xxl?: "bottom" | "top" | "middle" | "stretch" | undefined;
12408
+ xl?: "bottom" | "top" | "middle" | "stretch" | undefined;
12409
+ lg?: "bottom" | "top" | "middle" | "stretch" | undefined;
12410
+ md?: "bottom" | "top" | "middle" | "stretch" | undefined;
12411
+ sm?: "bottom" | "top" | "middle" | "stretch" | undefined;
12412
+ xs?: "bottom" | "top" | "middle" | "stretch" | undefined;
12413
12413
  }>;
12414
- default: "top" | "bottom" | "middle" | "stretch" | {
12415
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
12416
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
12417
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
12418
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
12419
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
12420
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
12414
+ default: "bottom" | "top" | "middle" | "stretch" | {
12415
+ xxl?: "bottom" | "top" | "middle" | "stretch" | undefined;
12416
+ xl?: "bottom" | "top" | "middle" | "stretch" | undefined;
12417
+ lg?: "bottom" | "top" | "middle" | "stretch" | undefined;
12418
+ md?: "bottom" | "top" | "middle" | "stretch" | undefined;
12419
+ sm?: "bottom" | "top" | "middle" | "stretch" | undefined;
12420
+ xs?: "bottom" | "top" | "middle" | "stretch" | undefined;
12421
12421
  };
12422
12422
  };
12423
12423
  justify: {
12424
12424
  type: import("vue").PropType<"start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
12425
- xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
12426
- sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
12427
- md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
12428
- lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
12429
- xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
12430
12425
  xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
12426
+ xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
12427
+ lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
12428
+ md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
12429
+ sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
12430
+ xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
12431
12431
  }>;
12432
12432
  default: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
12433
- xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
12434
- sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
12435
- md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
12436
- lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
12437
- xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
12438
12433
  xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
12434
+ xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
12435
+ lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
12436
+ md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
12437
+ sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
12438
+ xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
12439
12439
  };
12440
12440
  };
12441
12441
  prefixCls: StringConstructor;
@@ -12449,39 +12449,39 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
12449
12449
  };
12450
12450
  }>>) | ((new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
12451
12451
  align: {
12452
- type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
12453
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
12454
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
12455
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
12456
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
12457
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
12458
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
12452
+ type: import("vue").PropType<"bottom" | "top" | "middle" | "stretch" | {
12453
+ xxl?: "bottom" | "top" | "middle" | "stretch" | undefined;
12454
+ xl?: "bottom" | "top" | "middle" | "stretch" | undefined;
12455
+ lg?: "bottom" | "top" | "middle" | "stretch" | undefined;
12456
+ md?: "bottom" | "top" | "middle" | "stretch" | undefined;
12457
+ sm?: "bottom" | "top" | "middle" | "stretch" | undefined;
12458
+ xs?: "bottom" | "top" | "middle" | "stretch" | undefined;
12459
12459
  }>;
12460
- default: "top" | "bottom" | "middle" | "stretch" | {
12461
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
12462
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
12463
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
12464
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
12465
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
12466
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
12460
+ default: "bottom" | "top" | "middle" | "stretch" | {
12461
+ xxl?: "bottom" | "top" | "middle" | "stretch" | undefined;
12462
+ xl?: "bottom" | "top" | "middle" | "stretch" | undefined;
12463
+ lg?: "bottom" | "top" | "middle" | "stretch" | undefined;
12464
+ md?: "bottom" | "top" | "middle" | "stretch" | undefined;
12465
+ sm?: "bottom" | "top" | "middle" | "stretch" | undefined;
12466
+ xs?: "bottom" | "top" | "middle" | "stretch" | undefined;
12467
12467
  };
12468
12468
  };
12469
12469
  justify: {
12470
12470
  type: import("vue").PropType<"start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
12471
- xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
12472
- sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
12473
- md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
12474
- lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
12475
- xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
12476
12471
  xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
12472
+ xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
12473
+ lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
12474
+ md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
12475
+ sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
12476
+ xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
12477
12477
  }>;
12478
12478
  default: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
12479
- xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
12480
- sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
12481
- md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
12482
- lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
12483
- xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
12484
12479
  xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
12480
+ xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
12481
+ lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
12482
+ md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
12483
+ sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
12484
+ xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
12485
12485
  };
12486
12486
  };
12487
12487
  prefixCls: StringConstructor;
@@ -12495,39 +12495,39 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
12495
12495
  };
12496
12496
  }>>) | (() => Partial<import("vue").ExtractPropTypes<{
12497
12497
  align: {
12498
- type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
12499
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
12500
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
12501
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
12502
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
12503
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
12504
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
12498
+ type: import("vue").PropType<"bottom" | "top" | "middle" | "stretch" | {
12499
+ xxl?: "bottom" | "top" | "middle" | "stretch" | undefined;
12500
+ xl?: "bottom" | "top" | "middle" | "stretch" | undefined;
12501
+ lg?: "bottom" | "top" | "middle" | "stretch" | undefined;
12502
+ md?: "bottom" | "top" | "middle" | "stretch" | undefined;
12503
+ sm?: "bottom" | "top" | "middle" | "stretch" | undefined;
12504
+ xs?: "bottom" | "top" | "middle" | "stretch" | undefined;
12505
12505
  }>;
12506
- default: "top" | "bottom" | "middle" | "stretch" | {
12507
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
12508
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
12509
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
12510
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
12511
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
12512
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
12506
+ default: "bottom" | "top" | "middle" | "stretch" | {
12507
+ xxl?: "bottom" | "top" | "middle" | "stretch" | undefined;
12508
+ xl?: "bottom" | "top" | "middle" | "stretch" | undefined;
12509
+ lg?: "bottom" | "top" | "middle" | "stretch" | undefined;
12510
+ md?: "bottom" | "top" | "middle" | "stretch" | undefined;
12511
+ sm?: "bottom" | "top" | "middle" | "stretch" | undefined;
12512
+ xs?: "bottom" | "top" | "middle" | "stretch" | undefined;
12513
12513
  };
12514
12514
  };
12515
12515
  justify: {
12516
12516
  type: import("vue").PropType<"start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
12517
- xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
12518
- sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
12519
- md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
12520
- lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
12521
- xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
12522
12517
  xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
12518
+ xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
12519
+ lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
12520
+ md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
12521
+ sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
12522
+ xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
12523
12523
  }>;
12524
12524
  default: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
12525
- xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
12526
- sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
12527
- md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
12528
- lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
12529
- xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
12530
12525
  xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
12526
+ xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
12527
+ lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
12528
+ md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
12529
+ sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
12530
+ xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
12531
12531
  };
12532
12532
  };
12533
12533
  prefixCls: StringConstructor;
@@ -12546,6 +12546,7 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
12546
12546
  }>> & {
12547
12547
  onChange?: ((params: import("ll-plus/es/index").FormChangeEvent) => any) | undefined;
12548
12548
  }, {
12549
+ readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
12549
12550
  readonly formOptions: Partial<import("vue").ExtractPropTypes<{
12550
12551
  layout: import("vue-types").VueTypeDef<string>;
12551
12552
  labelCol: {
@@ -12770,42 +12771,41 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
12770
12771
  default: (name: string | number | string[] | number[], status: boolean, errors: string[]) => void;
12771
12772
  };
12772
12773
  }>>;
12773
- readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
12774
12774
  readonly rowOptions: Partial<import("vue").ExtractPropTypes<{
12775
12775
  align: {
12776
- type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
12777
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
12778
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
12779
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
12780
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
12781
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
12782
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
12776
+ type: import("vue").PropType<"bottom" | "top" | "middle" | "stretch" | {
12777
+ xxl?: "bottom" | "top" | "middle" | "stretch" | undefined;
12778
+ xl?: "bottom" | "top" | "middle" | "stretch" | undefined;
12779
+ lg?: "bottom" | "top" | "middle" | "stretch" | undefined;
12780
+ md?: "bottom" | "top" | "middle" | "stretch" | undefined;
12781
+ sm?: "bottom" | "top" | "middle" | "stretch" | undefined;
12782
+ xs?: "bottom" | "top" | "middle" | "stretch" | undefined;
12783
12783
  }>;
12784
- default: "top" | "bottom" | "middle" | "stretch" | {
12785
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
12786
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
12787
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
12788
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
12789
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
12790
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
12784
+ default: "bottom" | "top" | "middle" | "stretch" | {
12785
+ xxl?: "bottom" | "top" | "middle" | "stretch" | undefined;
12786
+ xl?: "bottom" | "top" | "middle" | "stretch" | undefined;
12787
+ lg?: "bottom" | "top" | "middle" | "stretch" | undefined;
12788
+ md?: "bottom" | "top" | "middle" | "stretch" | undefined;
12789
+ sm?: "bottom" | "top" | "middle" | "stretch" | undefined;
12790
+ xs?: "bottom" | "top" | "middle" | "stretch" | undefined;
12791
12791
  };
12792
12792
  };
12793
12793
  justify: {
12794
12794
  type: import("vue").PropType<"start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
12795
- xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
12796
- sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
12797
- md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
12798
- lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
12799
- xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
12800
12795
  xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
12796
+ xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
12797
+ lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
12798
+ md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
12799
+ sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
12800
+ xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
12801
12801
  }>;
12802
12802
  default: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
12803
- xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
12804
- sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
12805
- md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
12806
- lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
12807
- xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
12808
12803
  xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
12804
+ xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
12805
+ lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
12806
+ md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
12807
+ sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
12808
+ xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
12809
12809
  };
12810
12810
  };
12811
12811
  prefixCls: StringConstructor;
@@ -13727,39 +13727,39 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
13727
13727
  readonly formData: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("ll-plus/es/index").FormData) | (() => import("ll-plus/es/index").FormData) | ((new (...args: any[]) => import("ll-plus/es/index").FormData) | (() => import("ll-plus/es/index").FormData))[], unknown, unknown, () => {}, boolean>;
13728
13728
  readonly rowOptions: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
13729
13729
  align: {
13730
- type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
13731
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
13732
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
13733
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
13734
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
13735
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
13736
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
13730
+ type: import("vue").PropType<"bottom" | "top" | "middle" | "stretch" | {
13731
+ xxl?: "bottom" | "top" | "middle" | "stretch" | undefined;
13732
+ xl?: "bottom" | "top" | "middle" | "stretch" | undefined;
13733
+ lg?: "bottom" | "top" | "middle" | "stretch" | undefined;
13734
+ md?: "bottom" | "top" | "middle" | "stretch" | undefined;
13735
+ sm?: "bottom" | "top" | "middle" | "stretch" | undefined;
13736
+ xs?: "bottom" | "top" | "middle" | "stretch" | undefined;
13737
13737
  }>;
13738
- default: "top" | "bottom" | "middle" | "stretch" | {
13739
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
13740
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
13741
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
13742
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
13743
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
13744
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
13738
+ default: "bottom" | "top" | "middle" | "stretch" | {
13739
+ xxl?: "bottom" | "top" | "middle" | "stretch" | undefined;
13740
+ xl?: "bottom" | "top" | "middle" | "stretch" | undefined;
13741
+ lg?: "bottom" | "top" | "middle" | "stretch" | undefined;
13742
+ md?: "bottom" | "top" | "middle" | "stretch" | undefined;
13743
+ sm?: "bottom" | "top" | "middle" | "stretch" | undefined;
13744
+ xs?: "bottom" | "top" | "middle" | "stretch" | undefined;
13745
13745
  };
13746
13746
  };
13747
13747
  justify: {
13748
13748
  type: import("vue").PropType<"start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
13749
- xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
13750
- sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
13751
- md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
13752
- lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
13753
- xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
13754
13749
  xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
13750
+ xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
13751
+ lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
13752
+ md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
13753
+ sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
13754
+ xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
13755
13755
  }>;
13756
13756
  default: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
13757
- xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
13758
- sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
13759
- md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
13760
- lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
13761
- xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
13762
13757
  xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
13758
+ xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
13759
+ lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
13760
+ md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
13761
+ sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
13762
+ xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
13763
13763
  };
13764
13764
  };
13765
13765
  prefixCls: StringConstructor;
@@ -13773,39 +13773,39 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
13773
13773
  };
13774
13774
  }>>) | (() => Partial<import("vue").ExtractPropTypes<{
13775
13775
  align: {
13776
- type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
13777
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
13778
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
13779
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
13780
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
13781
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
13782
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
13776
+ type: import("vue").PropType<"bottom" | "top" | "middle" | "stretch" | {
13777
+ xxl?: "bottom" | "top" | "middle" | "stretch" | undefined;
13778
+ xl?: "bottom" | "top" | "middle" | "stretch" | undefined;
13779
+ lg?: "bottom" | "top" | "middle" | "stretch" | undefined;
13780
+ md?: "bottom" | "top" | "middle" | "stretch" | undefined;
13781
+ sm?: "bottom" | "top" | "middle" | "stretch" | undefined;
13782
+ xs?: "bottom" | "top" | "middle" | "stretch" | undefined;
13783
13783
  }>;
13784
- default: "top" | "bottom" | "middle" | "stretch" | {
13785
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
13786
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
13787
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
13788
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
13789
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
13790
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
13784
+ default: "bottom" | "top" | "middle" | "stretch" | {
13785
+ xxl?: "bottom" | "top" | "middle" | "stretch" | undefined;
13786
+ xl?: "bottom" | "top" | "middle" | "stretch" | undefined;
13787
+ lg?: "bottom" | "top" | "middle" | "stretch" | undefined;
13788
+ md?: "bottom" | "top" | "middle" | "stretch" | undefined;
13789
+ sm?: "bottom" | "top" | "middle" | "stretch" | undefined;
13790
+ xs?: "bottom" | "top" | "middle" | "stretch" | undefined;
13791
13791
  };
13792
13792
  };
13793
13793
  justify: {
13794
13794
  type: import("vue").PropType<"start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
13795
- xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
13796
- sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
13797
- md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
13798
- lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
13799
- xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
13800
13795
  xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
13796
+ xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
13797
+ lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
13798
+ md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
13799
+ sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
13800
+ xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
13801
13801
  }>;
13802
13802
  default: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
13803
- xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
13804
- sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
13805
- md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
13806
- lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
13807
- xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
13808
13803
  xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
13804
+ xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
13805
+ lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
13806
+ md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
13807
+ sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
13808
+ xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
13809
13809
  };
13810
13810
  };
13811
13811
  prefixCls: StringConstructor;
@@ -13819,39 +13819,39 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
13819
13819
  };
13820
13820
  }>>) | ((new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
13821
13821
  align: {
13822
- type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
13823
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
13824
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
13825
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
13826
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
13827
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
13828
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
13822
+ type: import("vue").PropType<"bottom" | "top" | "middle" | "stretch" | {
13823
+ xxl?: "bottom" | "top" | "middle" | "stretch" | undefined;
13824
+ xl?: "bottom" | "top" | "middle" | "stretch" | undefined;
13825
+ lg?: "bottom" | "top" | "middle" | "stretch" | undefined;
13826
+ md?: "bottom" | "top" | "middle" | "stretch" | undefined;
13827
+ sm?: "bottom" | "top" | "middle" | "stretch" | undefined;
13828
+ xs?: "bottom" | "top" | "middle" | "stretch" | undefined;
13829
13829
  }>;
13830
- default: "top" | "bottom" | "middle" | "stretch" | {
13831
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
13832
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
13833
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
13834
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
13835
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
13836
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
13830
+ default: "bottom" | "top" | "middle" | "stretch" | {
13831
+ xxl?: "bottom" | "top" | "middle" | "stretch" | undefined;
13832
+ xl?: "bottom" | "top" | "middle" | "stretch" | undefined;
13833
+ lg?: "bottom" | "top" | "middle" | "stretch" | undefined;
13834
+ md?: "bottom" | "top" | "middle" | "stretch" | undefined;
13835
+ sm?: "bottom" | "top" | "middle" | "stretch" | undefined;
13836
+ xs?: "bottom" | "top" | "middle" | "stretch" | undefined;
13837
13837
  };
13838
13838
  };
13839
13839
  justify: {
13840
13840
  type: import("vue").PropType<"start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
13841
- xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
13842
- sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
13843
- md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
13844
- lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
13845
- xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
13846
13841
  xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
13842
+ xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
13843
+ lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
13844
+ md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
13845
+ sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
13846
+ xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
13847
13847
  }>;
13848
13848
  default: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
13849
- xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
13850
- sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
13851
- md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
13852
- lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
13853
- xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
13854
13849
  xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
13850
+ xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
13851
+ lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
13852
+ md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
13853
+ sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
13854
+ xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
13855
13855
  };
13856
13856
  };
13857
13857
  prefixCls: StringConstructor;
@@ -13865,39 +13865,39 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
13865
13865
  };
13866
13866
  }>>) | (() => Partial<import("vue").ExtractPropTypes<{
13867
13867
  align: {
13868
- type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
13869
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
13870
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
13871
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
13872
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
13873
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
13874
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
13868
+ type: import("vue").PropType<"bottom" | "top" | "middle" | "stretch" | {
13869
+ xxl?: "bottom" | "top" | "middle" | "stretch" | undefined;
13870
+ xl?: "bottom" | "top" | "middle" | "stretch" | undefined;
13871
+ lg?: "bottom" | "top" | "middle" | "stretch" | undefined;
13872
+ md?: "bottom" | "top" | "middle" | "stretch" | undefined;
13873
+ sm?: "bottom" | "top" | "middle" | "stretch" | undefined;
13874
+ xs?: "bottom" | "top" | "middle" | "stretch" | undefined;
13875
13875
  }>;
13876
- default: "top" | "bottom" | "middle" | "stretch" | {
13877
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
13878
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
13879
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
13880
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
13881
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
13882
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
13876
+ default: "bottom" | "top" | "middle" | "stretch" | {
13877
+ xxl?: "bottom" | "top" | "middle" | "stretch" | undefined;
13878
+ xl?: "bottom" | "top" | "middle" | "stretch" | undefined;
13879
+ lg?: "bottom" | "top" | "middle" | "stretch" | undefined;
13880
+ md?: "bottom" | "top" | "middle" | "stretch" | undefined;
13881
+ sm?: "bottom" | "top" | "middle" | "stretch" | undefined;
13882
+ xs?: "bottom" | "top" | "middle" | "stretch" | undefined;
13883
13883
  };
13884
13884
  };
13885
13885
  justify: {
13886
13886
  type: import("vue").PropType<"start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
13887
- xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
13888
- sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
13889
- md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
13890
- lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
13891
- xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
13892
13887
  xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
13888
+ xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
13889
+ lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
13890
+ md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
13891
+ sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
13892
+ xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
13893
13893
  }>;
13894
13894
  default: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
13895
- xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
13896
- sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
13897
- md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
13898
- lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
13899
- xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
13900
13895
  xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
13896
+ xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
13897
+ lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
13898
+ md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
13899
+ sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
13900
+ xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
13901
13901
  };
13902
13902
  };
13903
13903
  prefixCls: StringConstructor;
@@ -13917,6 +13917,7 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
13917
13917
  onChange?: ((params: import("ll-plus/es/index").FormChangeEvent) => any) | undefined;
13918
13918
  }, {
13919
13919
  props: import("@vue/shared").LooseRequired<{
13920
+ readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
13920
13921
  readonly formOptions: Partial<import("vue").ExtractPropTypes<{
13921
13922
  layout: import("vue-types").VueTypeDef<string>;
13922
13923
  labelCol: {
@@ -14141,42 +14142,41 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
14141
14142
  default: (name: string | number | string[] | number[], status: boolean, errors: string[]) => void;
14142
14143
  };
14143
14144
  }>>;
14144
- readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
14145
14145
  readonly rowOptions: Partial<import("vue").ExtractPropTypes<{
14146
14146
  align: {
14147
- type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
14148
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
14149
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
14150
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
14151
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
14152
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
14153
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
14147
+ type: import("vue").PropType<"bottom" | "top" | "middle" | "stretch" | {
14148
+ xxl?: "bottom" | "top" | "middle" | "stretch" | undefined;
14149
+ xl?: "bottom" | "top" | "middle" | "stretch" | undefined;
14150
+ lg?: "bottom" | "top" | "middle" | "stretch" | undefined;
14151
+ md?: "bottom" | "top" | "middle" | "stretch" | undefined;
14152
+ sm?: "bottom" | "top" | "middle" | "stretch" | undefined;
14153
+ xs?: "bottom" | "top" | "middle" | "stretch" | undefined;
14154
14154
  }>;
14155
- default: "top" | "bottom" | "middle" | "stretch" | {
14156
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
14157
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
14158
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
14159
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
14160
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
14161
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
14155
+ default: "bottom" | "top" | "middle" | "stretch" | {
14156
+ xxl?: "bottom" | "top" | "middle" | "stretch" | undefined;
14157
+ xl?: "bottom" | "top" | "middle" | "stretch" | undefined;
14158
+ lg?: "bottom" | "top" | "middle" | "stretch" | undefined;
14159
+ md?: "bottom" | "top" | "middle" | "stretch" | undefined;
14160
+ sm?: "bottom" | "top" | "middle" | "stretch" | undefined;
14161
+ xs?: "bottom" | "top" | "middle" | "stretch" | undefined;
14162
14162
  };
14163
14163
  };
14164
14164
  justify: {
14165
14165
  type: import("vue").PropType<"start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
14166
- xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
14167
- sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
14168
- md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
14169
- lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
14170
- xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
14171
14166
  xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
14167
+ xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
14168
+ lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
14169
+ md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
14170
+ sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
14171
+ xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
14172
14172
  }>;
14173
14173
  default: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
14174
- xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
14175
- sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
14176
- md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
14177
- lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
14178
- xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
14179
14174
  xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
14175
+ xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
14176
+ lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
14177
+ md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
14178
+ sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
14179
+ xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
14180
14180
  };
14181
14181
  };
14182
14182
  prefixCls: StringConstructor;
@@ -14243,7 +14243,7 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
14243
14243
  } & {}>;
14244
14244
  emits: (event: "changeField", item: any) => void;
14245
14245
  formData: import("ll-plus/es/index").FormData;
14246
- getBindValue: (item: any) => import("lodash").Omit<any, "change" | "onChange" | "label">;
14246
+ getBindValue: (item: any) => import("lodash").Omit<any, "onChange" | "label" | "change">;
14247
14247
  handleChange: (...arg: any[]) => void;
14248
14248
  readonly checkedType: string[];
14249
14249
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
@@ -14266,6 +14266,7 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
14266
14266
  readonly item: any;
14267
14267
  }, {}>;
14268
14268
  }, {}, {}, {}, {
14269
+ readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
14269
14270
  readonly formOptions: Partial<import("vue").ExtractPropTypes<{
14270
14271
  layout: import("vue-types").VueTypeDef<string>;
14271
14272
  labelCol: {
@@ -14490,42 +14491,41 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
14490
14491
  default: (name: string | number | string[] | number[], status: boolean, errors: string[]) => void;
14491
14492
  };
14492
14493
  }>>;
14493
- readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
14494
14494
  readonly rowOptions: Partial<import("vue").ExtractPropTypes<{
14495
14495
  align: {
14496
- type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
14497
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
14498
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
14499
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
14500
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
14501
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
14502
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
14496
+ type: import("vue").PropType<"bottom" | "top" | "middle" | "stretch" | {
14497
+ xxl?: "bottom" | "top" | "middle" | "stretch" | undefined;
14498
+ xl?: "bottom" | "top" | "middle" | "stretch" | undefined;
14499
+ lg?: "bottom" | "top" | "middle" | "stretch" | undefined;
14500
+ md?: "bottom" | "top" | "middle" | "stretch" | undefined;
14501
+ sm?: "bottom" | "top" | "middle" | "stretch" | undefined;
14502
+ xs?: "bottom" | "top" | "middle" | "stretch" | undefined;
14503
14503
  }>;
14504
- default: "top" | "bottom" | "middle" | "stretch" | {
14505
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
14506
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
14507
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
14508
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
14509
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
14510
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
14504
+ default: "bottom" | "top" | "middle" | "stretch" | {
14505
+ xxl?: "bottom" | "top" | "middle" | "stretch" | undefined;
14506
+ xl?: "bottom" | "top" | "middle" | "stretch" | undefined;
14507
+ lg?: "bottom" | "top" | "middle" | "stretch" | undefined;
14508
+ md?: "bottom" | "top" | "middle" | "stretch" | undefined;
14509
+ sm?: "bottom" | "top" | "middle" | "stretch" | undefined;
14510
+ xs?: "bottom" | "top" | "middle" | "stretch" | undefined;
14511
14511
  };
14512
14512
  };
14513
14513
  justify: {
14514
14514
  type: import("vue").PropType<"start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
14515
- xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
14516
- sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
14517
- md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
14518
- lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
14519
- xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
14520
14515
  xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
14516
+ xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
14517
+ lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
14518
+ md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
14519
+ sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
14520
+ xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
14521
14521
  }>;
14522
14522
  default: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
14523
- xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
14524
- sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
14525
- md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
14526
- lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
14527
- xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
14528
14523
  xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
14524
+ xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
14525
+ lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
14526
+ md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
14527
+ sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
14528
+ xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
14529
14529
  };
14530
14530
  };
14531
14531
  prefixCls: StringConstructor;
@@ -14917,9 +14917,9 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
14917
14917
  onDelete?: ((index: number) => any) | undefined;
14918
14918
  onAdd?: ((params: import("./src/config").KeyValueAddEmits) => any) | undefined;
14919
14919
  }, {
14920
- readonly value: import("./src/config").KeyValueItem[];
14921
- readonly disabled: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
14922
14920
  readonly validate: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
14921
+ readonly disabled: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
14922
+ readonly value: import("./src/config").KeyValueItem[];
14923
14923
  readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
14924
14924
  readonly keyLabel: string;
14925
14925
  readonly valueLabel: string;