ll-plus 2.4.4 → 2.4.7

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 (286) hide show
  1. package/es/component.mjs +2 -0
  2. package/es/component.mjs.map +1 -1
  3. package/es/components/advanced-filtering/index.d.ts +302 -302
  4. package/es/components/advanced-filtering/src/advanced-filtering.d.ts +1 -1
  5. package/es/components/advanced-filtering/src/advanced-filtering.vue.d.ts +153 -153
  6. package/es/components/advanced-filtering/src/components/advanced-filtering-params.vue.d.ts +145 -145
  7. package/es/components/advanced-filtering/src/components/advanced-filtering-tags.vue.d.ts +4 -4
  8. package/es/components/api-component/index.d.ts +32 -32
  9. package/es/components/api-component/src/api-component.vue.d.ts +32 -32
  10. package/es/components/api-component/src/components/api-modal.vue.d.ts +6 -6
  11. package/es/components/api-component/src/components/body-component.vue.d.ts +14 -14
  12. package/es/components/api-component/src/components/click-input.vue.d.ts +10 -10
  13. package/es/components/api-component/src/components/params-table-row.vue.d.ts +12 -12
  14. package/es/components/api-component/src/components/params-table.vue.d.ts +14 -14
  15. package/es/components/api-component/src/config/api-modal.d.ts +1 -1
  16. package/es/components/api-component/src/config/click-input.d.ts +1 -1
  17. package/es/components/avatar/index.d.ts +102 -122
  18. package/es/components/avatar/src/avatar.d.ts +57 -23
  19. package/es/components/avatar/src/avatar.vue.d.ts +102 -122
  20. package/es/components/checkbox/index.d.ts +217 -217
  21. package/es/components/checkbox/src/checkbox-group.vue.d.ts +217 -217
  22. package/es/components/checkbox/src/checkbox.d.ts +56 -56
  23. package/es/components/code-editor/index.d.ts +2 -2
  24. package/es/components/code-editor/src/code-editor.vue.d.ts +2 -2
  25. package/es/components/drawer/index.d.ts +11 -11
  26. package/es/components/drawer/src/components/second-confirmation/index.d.ts +9 -9
  27. package/es/components/drawer/src/components/second-confirmation/src/second-confirmation.vue.d.ts +9 -9
  28. package/es/components/drawer/src/drawer.vue.d.ts +11 -11
  29. package/es/components/easy-cron/index.d.ts +82 -82
  30. package/es/components/easy-cron/src/components/easy-cron-inner.vue.d.ts +77 -77
  31. package/es/components/easy-cron/src/components/easy-cron-modal.vue.d.ts +77 -77
  32. package/es/components/easy-cron/src/easy-cron.vue.d.ts +82 -82
  33. package/es/components/form/index.d.ts +142 -142
  34. package/es/components/form/src/config/form.d.ts +56 -56
  35. package/es/components/form/src/form.vue.d.ts +142 -142
  36. package/es/components/icon-picker/index.d.ts +7 -3
  37. package/es/components/icon-picker/src/icon-picker.vue.d.ts +7 -3
  38. package/es/components/index.d.ts +1 -0
  39. package/es/components/input/index.d.ts +31 -31
  40. package/es/components/input/src/input.vue.d.ts +31 -31
  41. package/es/components/key-value/index.d.ts +684 -684
  42. package/es/components/key-value/src/components/key-value-item.vue.d.ts +228 -228
  43. package/es/components/key-value/src/key-value.vue.d.ts +684 -684
  44. package/es/components/modal/index.d.ts +4 -4
  45. package/es/components/modal/src/modal.vue.d.ts +4 -4
  46. package/es/components/rich-text-editor/index.d.ts +238 -0
  47. package/es/components/rich-text-editor/src/rich-text-editor.d.ts +66 -0
  48. package/es/components/rich-text-editor/src/rich-text-editor.vue.d.ts +234 -0
  49. package/es/components/select/index.d.ts +11 -11
  50. package/es/components/select/src/select.vue.d.ts +11 -11
  51. package/es/components/select-group/index.d.ts +3 -2
  52. package/es/components/select-group/src/select-group.d.ts +6 -0
  53. package/es/components/select-group/src/select-group.vue.d.ts +3 -2
  54. package/es/components/table/index.d.ts +11 -11
  55. package/es/components/table/src/components/main-table.vue.d.ts +3 -3
  56. package/es/components/table/src/config/table.d.ts +4 -4
  57. package/es/components/table/src/table.vue.d.ts +11 -11
  58. package/es/components/textarea/index.d.ts +5 -5
  59. package/es/components/textarea/src/textarea.vue.d.ts +5 -5
  60. package/es/components/tooltip/index.d.ts +4 -4
  61. package/es/components/tooltip/src/tooltip.d.ts +1 -1
  62. package/es/components/tooltip/src/tooltip.vue.d.ts +4 -4
  63. package/es/components/tree-search/index.d.ts +15 -15
  64. package/es/components/tree-search/src/config/tree-search.d.ts +4 -4
  65. package/es/components/tree-search/src/tree-search.vue.d.ts +15 -15
  66. package/es/components/upload-drag/index.d.ts +4 -4
  67. package/es/components/upload-drag/src/upload-drag.vue.d.ts +4 -4
  68. package/es/index.mjs +3 -1
  69. package/es/index.mjs.map +1 -1
  70. package/es/packages/components/advanced-filtering/src/advanced-filtering.mjs +4 -1
  71. package/es/packages/components/advanced-filtering/src/advanced-filtering.mjs.map +1 -1
  72. package/es/packages/components/advanced-filtering/src/advanced-filtering.vue2.mjs +3 -4
  73. package/es/packages/components/advanced-filtering/src/advanced-filtering.vue2.mjs.map +1 -1
  74. package/es/packages/components/advanced-filtering/src/components/advanced-filtering-params.vue2.mjs +4 -3
  75. package/es/packages/components/advanced-filtering/src/components/advanced-filtering-params.vue2.mjs.map +1 -1
  76. package/es/packages/components/advanced-filtering/src/components/advanced-filtering-tags.vue2.mjs +1 -1
  77. package/es/packages/components/advanced-filtering/src/components/advanced-filtering-tags.vue2.mjs.map +1 -1
  78. package/es/packages/components/avatar/index.mjs +1 -1
  79. package/es/packages/components/avatar/src/avatar.mjs +41 -1
  80. package/es/packages/components/avatar/src/avatar.mjs.map +1 -1
  81. package/es/packages/components/avatar/src/avatar.vue2.mjs +16 -56
  82. package/es/packages/components/avatar/src/avatar.vue2.mjs.map +1 -1
  83. package/es/packages/components/icon-picker/src/components/modal.vue2.mjs +64 -59
  84. package/es/packages/components/icon-picker/src/components/modal.vue2.mjs.map +1 -1
  85. package/es/packages/components/icon-picker/src/icon-picker.vue2.mjs +10 -3
  86. package/es/packages/components/icon-picker/src/icon-picker.vue2.mjs.map +1 -1
  87. package/es/packages/components/index.mjs +3 -1
  88. package/es/packages/components/index.mjs.map +1 -1
  89. package/es/packages/components/number-range/src/number-range.vue2.mjs +6 -5
  90. package/es/packages/components/number-range/src/number-range.vue2.mjs.map +1 -1
  91. package/es/packages/components/rich-text-editor/index.mjs +10 -0
  92. package/es/packages/components/rich-text-editor/index.mjs.map +1 -0
  93. package/es/packages/components/rich-text-editor/src/rich-text-editor.mjs +69 -0
  94. package/es/packages/components/rich-text-editor/src/rich-text-editor.mjs.map +1 -0
  95. package/es/packages/components/rich-text-editor/src/rich-text-editor.vue.mjs +8 -0
  96. package/es/packages/components/rich-text-editor/src/rich-text-editor.vue.mjs.map +1 -0
  97. package/es/packages/components/rich-text-editor/src/rich-text-editor.vue2.mjs +186 -0
  98. package/es/packages/components/rich-text-editor/src/rich-text-editor.vue2.mjs.map +1 -0
  99. package/es/packages/components/select-group/src/select-group.mjs +6 -0
  100. package/es/packages/components/select-group/src/select-group.mjs.map +1 -1
  101. package/es/packages/components/select-group/src/select-group.vue2.mjs +5 -6
  102. package/es/packages/components/select-group/src/select-group.vue2.mjs.map +1 -1
  103. package/global.d.ts +1 -1
  104. package/index.full.js +526 -256
  105. package/index.full.min.js +23 -23
  106. package/index.full.min.js.map +1 -1
  107. package/index.full.min.mjs +23 -23
  108. package/index.full.min.mjs.map +1 -1
  109. package/index.full.mjs +519 -254
  110. package/lib/component.js +44 -42
  111. package/lib/component.js.map +1 -1
  112. package/lib/components/advanced-filtering/index.d.ts +302 -302
  113. package/lib/components/advanced-filtering/src/advanced-filtering.d.ts +1 -1
  114. package/lib/components/advanced-filtering/src/advanced-filtering.vue.d.ts +153 -153
  115. package/lib/components/advanced-filtering/src/components/advanced-filtering-params.vue.d.ts +145 -145
  116. package/lib/components/advanced-filtering/src/components/advanced-filtering-tags.vue.d.ts +4 -4
  117. package/lib/components/api-component/index.d.ts +32 -32
  118. package/lib/components/api-component/src/api-component.vue.d.ts +32 -32
  119. package/lib/components/api-component/src/components/api-modal.vue.d.ts +6 -6
  120. package/lib/components/api-component/src/components/body-component.vue.d.ts +14 -14
  121. package/lib/components/api-component/src/components/click-input.vue.d.ts +10 -10
  122. package/lib/components/api-component/src/components/params-table-row.vue.d.ts +12 -12
  123. package/lib/components/api-component/src/components/params-table.vue.d.ts +14 -14
  124. package/lib/components/api-component/src/config/api-modal.d.ts +1 -1
  125. package/lib/components/api-component/src/config/click-input.d.ts +1 -1
  126. package/lib/components/avatar/index.d.ts +102 -122
  127. package/lib/components/avatar/src/avatar.d.ts +57 -23
  128. package/lib/components/avatar/src/avatar.vue.d.ts +102 -122
  129. package/lib/components/checkbox/index.d.ts +217 -217
  130. package/lib/components/checkbox/src/checkbox-group.vue.d.ts +217 -217
  131. package/lib/components/checkbox/src/checkbox.d.ts +56 -56
  132. package/lib/components/code-editor/index.d.ts +2 -2
  133. package/lib/components/code-editor/src/code-editor.vue.d.ts +2 -2
  134. package/lib/components/drawer/index.d.ts +11 -11
  135. package/lib/components/drawer/src/components/second-confirmation/index.d.ts +9 -9
  136. package/lib/components/drawer/src/components/second-confirmation/src/second-confirmation.vue.d.ts +9 -9
  137. package/lib/components/drawer/src/drawer.vue.d.ts +11 -11
  138. package/lib/components/easy-cron/index.d.ts +82 -82
  139. package/lib/components/easy-cron/src/components/easy-cron-inner.vue.d.ts +77 -77
  140. package/lib/components/easy-cron/src/components/easy-cron-modal.vue.d.ts +77 -77
  141. package/lib/components/easy-cron/src/easy-cron.vue.d.ts +82 -82
  142. package/lib/components/form/index.d.ts +142 -142
  143. package/lib/components/form/src/config/form.d.ts +56 -56
  144. package/lib/components/form/src/form.vue.d.ts +142 -142
  145. package/lib/components/icon-picker/index.d.ts +7 -3
  146. package/lib/components/icon-picker/src/icon-picker.vue.d.ts +7 -3
  147. package/lib/components/index.d.ts +1 -0
  148. package/lib/components/input/index.d.ts +31 -31
  149. package/lib/components/input/src/input.vue.d.ts +31 -31
  150. package/lib/components/key-value/index.d.ts +684 -684
  151. package/lib/components/key-value/src/components/key-value-item.vue.d.ts +228 -228
  152. package/lib/components/key-value/src/key-value.vue.d.ts +684 -684
  153. package/lib/components/modal/index.d.ts +4 -4
  154. package/lib/components/modal/src/modal.vue.d.ts +4 -4
  155. package/lib/components/rich-text-editor/index.d.ts +238 -0
  156. package/lib/components/rich-text-editor/src/rich-text-editor.d.ts +66 -0
  157. package/lib/components/rich-text-editor/src/rich-text-editor.vue.d.ts +234 -0
  158. package/lib/components/select/index.d.ts +11 -11
  159. package/lib/components/select/src/select.vue.d.ts +11 -11
  160. package/lib/components/select-group/index.d.ts +3 -2
  161. package/lib/components/select-group/src/select-group.d.ts +6 -0
  162. package/lib/components/select-group/src/select-group.vue.d.ts +3 -2
  163. package/lib/components/table/index.d.ts +11 -11
  164. package/lib/components/table/src/components/main-table.vue.d.ts +3 -3
  165. package/lib/components/table/src/config/table.d.ts +4 -4
  166. package/lib/components/table/src/table.vue.d.ts +11 -11
  167. package/lib/components/textarea/index.d.ts +5 -5
  168. package/lib/components/textarea/src/textarea.vue.d.ts +5 -5
  169. package/lib/components/tooltip/index.d.ts +4 -4
  170. package/lib/components/tooltip/src/tooltip.d.ts +1 -1
  171. package/lib/components/tooltip/src/tooltip.vue.d.ts +4 -4
  172. package/lib/components/tree-search/index.d.ts +15 -15
  173. package/lib/components/tree-search/src/config/tree-search.d.ts +4 -4
  174. package/lib/components/tree-search/src/tree-search.vue.d.ts +15 -15
  175. package/lib/components/upload-drag/index.d.ts +4 -4
  176. package/lib/components/upload-drag/src/upload-drag.vue.d.ts +4 -4
  177. package/lib/index.js +50 -41
  178. package/lib/index.js.map +1 -1
  179. package/lib/packages/components/advanced-filtering/src/advanced-filtering.js +4 -1
  180. package/lib/packages/components/advanced-filtering/src/advanced-filtering.js.map +1 -1
  181. package/lib/packages/components/advanced-filtering/src/advanced-filtering.vue2.js +2 -3
  182. package/lib/packages/components/advanced-filtering/src/advanced-filtering.vue2.js.map +1 -1
  183. package/lib/packages/components/advanced-filtering/src/components/advanced-filtering-params.vue2.js +4 -3
  184. package/lib/packages/components/advanced-filtering/src/components/advanced-filtering-params.vue2.js.map +1 -1
  185. package/lib/packages/components/advanced-filtering/src/components/advanced-filtering-tags.vue2.js +1 -1
  186. package/lib/packages/components/advanced-filtering/src/components/advanced-filtering-tags.vue2.js.map +1 -1
  187. package/lib/packages/components/avatar/index.js +1 -0
  188. package/lib/packages/components/avatar/index.js.map +1 -1
  189. package/lib/packages/components/avatar/src/avatar.js +41 -0
  190. package/lib/packages/components/avatar/src/avatar.js.map +1 -1
  191. package/lib/packages/components/avatar/src/avatar.vue2.js +14 -54
  192. package/lib/packages/components/avatar/src/avatar.vue2.js.map +1 -1
  193. package/lib/packages/components/icon-picker/src/components/modal.vue2.js +63 -58
  194. package/lib/packages/components/icon-picker/src/components/modal.vue2.js.map +1 -1
  195. package/lib/packages/components/icon-picker/src/icon-picker.vue2.js +10 -3
  196. package/lib/packages/components/icon-picker/src/icon-picker.vue2.js.map +1 -1
  197. package/lib/packages/components/index.js +50 -41
  198. package/lib/packages/components/index.js.map +1 -1
  199. package/lib/packages/components/number-range/src/number-range.vue2.js +6 -5
  200. package/lib/packages/components/number-range/src/number-range.vue2.js.map +1 -1
  201. package/lib/packages/components/rich-text-editor/index.js +20 -0
  202. package/lib/packages/components/rich-text-editor/index.js.map +1 -0
  203. package/lib/packages/components/rich-text-editor/src/rich-text-editor.js +75 -0
  204. package/lib/packages/components/rich-text-editor/src/rich-text-editor.js.map +1 -0
  205. package/lib/packages/components/rich-text-editor/src/rich-text-editor.vue.js +12 -0
  206. package/lib/packages/components/rich-text-editor/src/rich-text-editor.vue.js.map +1 -0
  207. package/lib/packages/components/rich-text-editor/src/rich-text-editor.vue2.js +190 -0
  208. package/lib/packages/components/rich-text-editor/src/rich-text-editor.vue2.js.map +1 -0
  209. package/lib/packages/components/select-group/src/select-group.js +6 -0
  210. package/lib/packages/components/select-group/src/select-group.js.map +1 -1
  211. package/lib/packages/components/select-group/src/select-group.vue2.js +5 -6
  212. package/lib/packages/components/select-group/src/select-group.vue2.js.map +1 -1
  213. package/package.json +5 -1
  214. package/theme-chalk/css/avatar.css +1 -1
  215. package/theme-chalk/css/icon-picker.css +1 -1
  216. package/theme-chalk/css/index.css +1 -1
  217. package/theme-chalk/css/markdown-editor.css +1 -1
  218. package/theme-chalk/css/rich-text-editor.css +5 -0
  219. package/theme-chalk/css/table.css +1 -1
  220. package/theme-chalk/fonts/iconfont.js +1 -1
  221. package/theme-chalk/fonts/iconfont.json +16 -2
  222. package/types/packages/components/advanced-filtering/index.d.ts +302 -302
  223. package/types/packages/components/advanced-filtering/src/advanced-filtering.d.ts +1 -1
  224. package/types/packages/components/advanced-filtering/src/advanced-filtering.vue.d.ts +153 -153
  225. package/types/packages/components/advanced-filtering/src/components/advanced-filtering-params.vue.d.ts +145 -145
  226. package/types/packages/components/advanced-filtering/src/components/advanced-filtering-tags.vue.d.ts +4 -4
  227. package/types/packages/components/api-component/index.d.ts +32 -32
  228. package/types/packages/components/api-component/src/api-component.vue.d.ts +32 -32
  229. package/types/packages/components/api-component/src/components/api-modal.vue.d.ts +6 -6
  230. package/types/packages/components/api-component/src/components/body-component.vue.d.ts +14 -14
  231. package/types/packages/components/api-component/src/components/click-input.vue.d.ts +10 -10
  232. package/types/packages/components/api-component/src/components/params-table-row.vue.d.ts +12 -12
  233. package/types/packages/components/api-component/src/components/params-table.vue.d.ts +14 -14
  234. package/types/packages/components/api-component/src/config/api-modal.d.ts +1 -1
  235. package/types/packages/components/api-component/src/config/click-input.d.ts +1 -1
  236. package/types/packages/components/avatar/index.d.ts +102 -122
  237. package/types/packages/components/avatar/src/avatar.d.ts +57 -23
  238. package/types/packages/components/avatar/src/avatar.vue.d.ts +102 -122
  239. package/types/packages/components/checkbox/index.d.ts +217 -217
  240. package/types/packages/components/checkbox/src/checkbox-group.vue.d.ts +217 -217
  241. package/types/packages/components/checkbox/src/checkbox.d.ts +56 -56
  242. package/types/packages/components/code-editor/index.d.ts +2 -2
  243. package/types/packages/components/code-editor/src/code-editor.vue.d.ts +2 -2
  244. package/types/packages/components/drawer/index.d.ts +11 -11
  245. package/types/packages/components/drawer/src/components/second-confirmation/index.d.ts +9 -9
  246. package/types/packages/components/drawer/src/components/second-confirmation/src/second-confirmation.vue.d.ts +9 -9
  247. package/types/packages/components/drawer/src/drawer.vue.d.ts +11 -11
  248. package/types/packages/components/easy-cron/index.d.ts +82 -82
  249. package/types/packages/components/easy-cron/src/components/easy-cron-inner.vue.d.ts +77 -77
  250. package/types/packages/components/easy-cron/src/components/easy-cron-modal.vue.d.ts +77 -77
  251. package/types/packages/components/easy-cron/src/easy-cron.vue.d.ts +82 -82
  252. package/types/packages/components/form/index.d.ts +142 -142
  253. package/types/packages/components/form/src/config/form.d.ts +56 -56
  254. package/types/packages/components/form/src/form.vue.d.ts +142 -142
  255. package/types/packages/components/icon-picker/index.d.ts +7 -3
  256. package/types/packages/components/icon-picker/src/icon-picker.vue.d.ts +7 -3
  257. package/types/packages/components/index.d.ts +1 -0
  258. package/types/packages/components/input/index.d.ts +31 -31
  259. package/types/packages/components/input/src/input.vue.d.ts +31 -31
  260. package/types/packages/components/key-value/index.d.ts +684 -684
  261. package/types/packages/components/key-value/src/components/key-value-item.vue.d.ts +228 -228
  262. package/types/packages/components/key-value/src/key-value.vue.d.ts +684 -684
  263. package/types/packages/components/modal/index.d.ts +4 -4
  264. package/types/packages/components/modal/src/modal.vue.d.ts +4 -4
  265. package/types/packages/components/rich-text-editor/index.d.ts +238 -0
  266. package/types/packages/components/rich-text-editor/src/rich-text-editor.d.ts +66 -0
  267. package/types/packages/components/rich-text-editor/src/rich-text-editor.vue.d.ts +234 -0
  268. package/types/packages/components/select/index.d.ts +11 -11
  269. package/types/packages/components/select/src/select.vue.d.ts +11 -11
  270. package/types/packages/components/select-group/index.d.ts +3 -2
  271. package/types/packages/components/select-group/src/select-group.d.ts +6 -0
  272. package/types/packages/components/select-group/src/select-group.vue.d.ts +3 -2
  273. package/types/packages/components/table/index.d.ts +11 -11
  274. package/types/packages/components/table/src/components/main-table.vue.d.ts +3 -3
  275. package/types/packages/components/table/src/config/table.d.ts +4 -4
  276. package/types/packages/components/table/src/table.vue.d.ts +11 -11
  277. package/types/packages/components/textarea/index.d.ts +5 -5
  278. package/types/packages/components/textarea/src/textarea.vue.d.ts +5 -5
  279. package/types/packages/components/tooltip/index.d.ts +4 -4
  280. package/types/packages/components/tooltip/src/tooltip.d.ts +1 -1
  281. package/types/packages/components/tooltip/src/tooltip.vue.d.ts +4 -4
  282. package/types/packages/components/tree-search/index.d.ts +15 -15
  283. package/types/packages/components/tree-search/src/config/tree-search.d.ts +4 -4
  284. package/types/packages/components/tree-search/src/tree-search.vue.d.ts +15 -15
  285. package/types/packages/components/upload-drag/index.d.ts +4 -4
  286. package/types/packages/components/upload-drag/src/upload-drag.vue.d.ts +4 -4
@@ -1079,21 +1079,21 @@ 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<"middle" | "top" | "bottom" | "stretch" | {
1083
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
1084
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
1085
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
1086
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
1087
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
1088
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
1082
+ type: import("vue").PropType<"middle" | "bottom" | "top" | "stretch" | {
1083
+ xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
1084
+ sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
1085
+ md?: "middle" | "bottom" | "top" | "stretch" | undefined;
1086
+ lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
1087
+ xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
1088
+ xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
1089
1089
  }>;
1090
- default: "middle" | "top" | "bottom" | "stretch" | {
1091
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
1092
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
1093
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
1094
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
1095
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
1096
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
1090
+ default: "middle" | "bottom" | "top" | "stretch" | {
1091
+ xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
1092
+ sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
1093
+ md?: "middle" | "bottom" | "top" | "stretch" | undefined;
1094
+ lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
1095
+ xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
1096
+ xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
1097
1097
  };
1098
1098
  };
1099
1099
  justify: {
@@ -1125,21 +1125,21 @@ 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<"middle" | "top" | "bottom" | "stretch" | {
1129
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
1130
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
1131
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
1132
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
1133
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
1134
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
1128
+ type: import("vue").PropType<"middle" | "bottom" | "top" | "stretch" | {
1129
+ xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
1130
+ sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
1131
+ md?: "middle" | "bottom" | "top" | "stretch" | undefined;
1132
+ lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
1133
+ xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
1134
+ xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
1135
1135
  }>;
1136
- default: "middle" | "top" | "bottom" | "stretch" | {
1137
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
1138
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
1139
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
1140
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
1141
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
1142
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
1136
+ default: "middle" | "bottom" | "top" | "stretch" | {
1137
+ xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
1138
+ sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
1139
+ md?: "middle" | "bottom" | "top" | "stretch" | undefined;
1140
+ lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
1141
+ xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
1142
+ xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
1143
1143
  };
1144
1144
  };
1145
1145
  justify: {
@@ -1171,21 +1171,21 @@ 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<"middle" | "top" | "bottom" | "stretch" | {
1175
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
1176
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
1177
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
1178
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
1179
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
1180
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
1174
+ type: import("vue").PropType<"middle" | "bottom" | "top" | "stretch" | {
1175
+ xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
1176
+ sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
1177
+ md?: "middle" | "bottom" | "top" | "stretch" | undefined;
1178
+ lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
1179
+ xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
1180
+ xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
1181
1181
  }>;
1182
- default: "middle" | "top" | "bottom" | "stretch" | {
1183
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
1184
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
1185
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
1186
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
1187
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
1188
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
1182
+ default: "middle" | "bottom" | "top" | "stretch" | {
1183
+ xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
1184
+ sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
1185
+ md?: "middle" | "bottom" | "top" | "stretch" | undefined;
1186
+ lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
1187
+ xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
1188
+ xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
1189
1189
  };
1190
1190
  };
1191
1191
  justify: {
@@ -1217,21 +1217,21 @@ 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<"middle" | "top" | "bottom" | "stretch" | {
1221
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
1222
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
1223
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
1224
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
1225
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
1226
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
1220
+ type: import("vue").PropType<"middle" | "bottom" | "top" | "stretch" | {
1221
+ xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
1222
+ sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
1223
+ md?: "middle" | "bottom" | "top" | "stretch" | undefined;
1224
+ lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
1225
+ xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
1226
+ xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
1227
1227
  }>;
1228
- default: "middle" | "top" | "bottom" | "stretch" | {
1229
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
1230
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
1231
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
1232
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
1233
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
1234
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
1228
+ default: "middle" | "bottom" | "top" | "stretch" | {
1229
+ xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
1230
+ sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
1231
+ md?: "middle" | "bottom" | "top" | "stretch" | undefined;
1232
+ lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
1233
+ xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
1234
+ xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
1235
1235
  };
1236
1236
  };
1237
1237
  justify: {
@@ -1269,6 +1269,7 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
1269
1269
  onChange?: ((value: import("ll-plus/es/index").FormData) => 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,24 +1494,23 @@ 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<"middle" | "top" | "bottom" | "stretch" | {
1500
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
1501
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
1502
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
1503
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
1504
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
1505
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
1499
+ type: import("vue").PropType<"middle" | "bottom" | "top" | "stretch" | {
1500
+ xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
1501
+ sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
1502
+ md?: "middle" | "bottom" | "top" | "stretch" | undefined;
1503
+ lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
1504
+ xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
1505
+ xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
1506
1506
  }>;
1507
- default: "middle" | "top" | "bottom" | "stretch" | {
1508
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
1509
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
1510
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
1511
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
1512
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
1513
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
1507
+ default: "middle" | "bottom" | "top" | "stretch" | {
1508
+ xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
1509
+ sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
1510
+ md?: "middle" | "bottom" | "top" | "stretch" | undefined;
1511
+ lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
1512
+ xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
1513
+ xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
1514
1514
  };
1515
1515
  };
1516
1516
  justify: {
@@ -2510,21 +2510,21 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
2510
2510
  readonly formData: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("ll-plus/es/index").FormData) | (() => import("ll-plus/es/index").FormData) | ((new (...args: any[]) => import("ll-plus/es/index").FormData) | (() => import("ll-plus/es/index").FormData))[], unknown, unknown, () => {}, boolean>;
2511
2511
  readonly rowOptions: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
2512
2512
  align: {
2513
- type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
2514
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
2515
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
2516
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
2517
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
2518
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
2519
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
2513
+ type: import("vue").PropType<"middle" | "bottom" | "top" | "stretch" | {
2514
+ xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
2515
+ sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
2516
+ md?: "middle" | "bottom" | "top" | "stretch" | undefined;
2517
+ lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
2518
+ xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
2519
+ xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
2520
2520
  }>;
2521
- default: "middle" | "top" | "bottom" | "stretch" | {
2522
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
2523
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
2524
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
2525
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
2526
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
2527
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
2521
+ default: "middle" | "bottom" | "top" | "stretch" | {
2522
+ xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
2523
+ sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
2524
+ md?: "middle" | "bottom" | "top" | "stretch" | undefined;
2525
+ lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
2526
+ xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
2527
+ xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
2528
2528
  };
2529
2529
  };
2530
2530
  justify: {
@@ -2556,21 +2556,21 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
2556
2556
  };
2557
2557
  }>>) | (() => Partial<import("vue").ExtractPropTypes<{
2558
2558
  align: {
2559
- type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
2560
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
2561
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
2562
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
2563
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
2564
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
2565
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
2559
+ type: import("vue").PropType<"middle" | "bottom" | "top" | "stretch" | {
2560
+ xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
2561
+ sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
2562
+ md?: "middle" | "bottom" | "top" | "stretch" | undefined;
2563
+ lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
2564
+ xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
2565
+ xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
2566
2566
  }>;
2567
- default: "middle" | "top" | "bottom" | "stretch" | {
2568
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
2569
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
2570
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
2571
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
2572
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
2573
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
2567
+ default: "middle" | "bottom" | "top" | "stretch" | {
2568
+ xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
2569
+ sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
2570
+ md?: "middle" | "bottom" | "top" | "stretch" | undefined;
2571
+ lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
2572
+ xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
2573
+ xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
2574
2574
  };
2575
2575
  };
2576
2576
  justify: {
@@ -2602,21 +2602,21 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
2602
2602
  };
2603
2603
  }>>) | ((new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
2604
2604
  align: {
2605
- type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
2606
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
2607
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
2608
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
2609
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
2610
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
2611
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
2605
+ type: import("vue").PropType<"middle" | "bottom" | "top" | "stretch" | {
2606
+ xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
2607
+ sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
2608
+ md?: "middle" | "bottom" | "top" | "stretch" | undefined;
2609
+ lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
2610
+ xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
2611
+ xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
2612
2612
  }>;
2613
- default: "middle" | "top" | "bottom" | "stretch" | {
2614
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
2615
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
2616
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
2617
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
2618
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
2619
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
2613
+ default: "middle" | "bottom" | "top" | "stretch" | {
2614
+ xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
2615
+ sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
2616
+ md?: "middle" | "bottom" | "top" | "stretch" | undefined;
2617
+ lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
2618
+ xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
2619
+ xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
2620
2620
  };
2621
2621
  };
2622
2622
  justify: {
@@ -2648,21 +2648,21 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
2648
2648
  };
2649
2649
  }>>) | (() => Partial<import("vue").ExtractPropTypes<{
2650
2650
  align: {
2651
- type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
2652
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
2653
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
2654
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
2655
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
2656
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
2657
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
2651
+ type: import("vue").PropType<"middle" | "bottom" | "top" | "stretch" | {
2652
+ xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
2653
+ sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
2654
+ md?: "middle" | "bottom" | "top" | "stretch" | undefined;
2655
+ lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
2656
+ xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
2657
+ xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
2658
2658
  }>;
2659
- default: "middle" | "top" | "bottom" | "stretch" | {
2660
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
2661
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
2662
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
2663
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
2664
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
2665
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
2659
+ default: "middle" | "bottom" | "top" | "stretch" | {
2660
+ xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
2661
+ sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
2662
+ md?: "middle" | "bottom" | "top" | "stretch" | undefined;
2663
+ lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
2664
+ xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
2665
+ xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
2666
2666
  };
2667
2667
  };
2668
2668
  justify: {
@@ -2699,6 +2699,7 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
2699
2699
  }>> & {
2700
2700
  onChange?: ((value: import("ll-plus/es/index").FormData) => any) | undefined;
2701
2701
  }, {
2702
+ readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
2702
2703
  readonly formOptions: Partial<import("vue").ExtractPropTypes<{
2703
2704
  layout: import("vue-types").VueTypeDef<string>;
2704
2705
  labelCol: {
@@ -2923,24 +2924,23 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
2923
2924
  default: (name: string | number | string[] | number[], status: boolean, errors: string[]) => void;
2924
2925
  };
2925
2926
  }>>;
2926
- readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
2927
2927
  readonly rowOptions: Partial<import("vue").ExtractPropTypes<{
2928
2928
  align: {
2929
- type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
2930
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
2931
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
2932
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
2933
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
2934
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
2935
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
2929
+ type: import("vue").PropType<"middle" | "bottom" | "top" | "stretch" | {
2930
+ xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
2931
+ sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
2932
+ md?: "middle" | "bottom" | "top" | "stretch" | undefined;
2933
+ lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
2934
+ xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
2935
+ xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
2936
2936
  }>;
2937
- default: "middle" | "top" | "bottom" | "stretch" | {
2938
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
2939
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
2940
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
2941
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
2942
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
2943
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
2937
+ default: "middle" | "bottom" | "top" | "stretch" | {
2938
+ xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
2939
+ sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
2940
+ md?: "middle" | "bottom" | "top" | "stretch" | undefined;
2941
+ lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
2942
+ xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
2943
+ xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
2944
2944
  };
2945
2945
  };
2946
2946
  justify: {
@@ -3880,21 +3880,21 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
3880
3880
  readonly formData: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("ll-plus/es/index").FormData) | (() => import("ll-plus/es/index").FormData) | ((new (...args: any[]) => import("ll-plus/es/index").FormData) | (() => import("ll-plus/es/index").FormData))[], unknown, unknown, () => {}, boolean>;
3881
3881
  readonly rowOptions: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
3882
3882
  align: {
3883
- type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
3884
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
3885
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
3886
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
3887
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
3888
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
3889
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
3883
+ type: import("vue").PropType<"middle" | "bottom" | "top" | "stretch" | {
3884
+ xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
3885
+ sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
3886
+ md?: "middle" | "bottom" | "top" | "stretch" | undefined;
3887
+ lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
3888
+ xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
3889
+ xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
3890
3890
  }>;
3891
- default: "middle" | "top" | "bottom" | "stretch" | {
3892
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
3893
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
3894
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
3895
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
3896
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
3897
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
3891
+ default: "middle" | "bottom" | "top" | "stretch" | {
3892
+ xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
3893
+ sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
3894
+ md?: "middle" | "bottom" | "top" | "stretch" | undefined;
3895
+ lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
3896
+ xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
3897
+ xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
3898
3898
  };
3899
3899
  };
3900
3900
  justify: {
@@ -3926,21 +3926,21 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
3926
3926
  };
3927
3927
  }>>) | (() => Partial<import("vue").ExtractPropTypes<{
3928
3928
  align: {
3929
- type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
3930
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
3931
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
3932
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
3933
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
3934
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
3935
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
3929
+ type: import("vue").PropType<"middle" | "bottom" | "top" | "stretch" | {
3930
+ xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
3931
+ sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
3932
+ md?: "middle" | "bottom" | "top" | "stretch" | undefined;
3933
+ lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
3934
+ xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
3935
+ xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
3936
3936
  }>;
3937
- default: "middle" | "top" | "bottom" | "stretch" | {
3938
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
3939
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
3940
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
3941
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
3942
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
3943
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
3937
+ default: "middle" | "bottom" | "top" | "stretch" | {
3938
+ xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
3939
+ sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
3940
+ md?: "middle" | "bottom" | "top" | "stretch" | undefined;
3941
+ lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
3942
+ xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
3943
+ xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
3944
3944
  };
3945
3945
  };
3946
3946
  justify: {
@@ -3972,21 +3972,21 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
3972
3972
  };
3973
3973
  }>>) | ((new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
3974
3974
  align: {
3975
- type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
3976
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
3977
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
3978
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
3979
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
3980
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
3981
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
3975
+ type: import("vue").PropType<"middle" | "bottom" | "top" | "stretch" | {
3976
+ xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
3977
+ sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
3978
+ md?: "middle" | "bottom" | "top" | "stretch" | undefined;
3979
+ lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
3980
+ xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
3981
+ xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
3982
3982
  }>;
3983
- default: "middle" | "top" | "bottom" | "stretch" | {
3984
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
3985
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
3986
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
3987
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
3988
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
3989
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
3983
+ default: "middle" | "bottom" | "top" | "stretch" | {
3984
+ xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
3985
+ sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
3986
+ md?: "middle" | "bottom" | "top" | "stretch" | undefined;
3987
+ lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
3988
+ xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
3989
+ xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
3990
3990
  };
3991
3991
  };
3992
3992
  justify: {
@@ -4018,21 +4018,21 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
4018
4018
  };
4019
4019
  }>>) | (() => Partial<import("vue").ExtractPropTypes<{
4020
4020
  align: {
4021
- type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
4022
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
4023
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
4024
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
4025
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
4026
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
4027
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
4021
+ type: import("vue").PropType<"middle" | "bottom" | "top" | "stretch" | {
4022
+ xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
4023
+ sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
4024
+ md?: "middle" | "bottom" | "top" | "stretch" | undefined;
4025
+ lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
4026
+ xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
4027
+ xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
4028
4028
  }>;
4029
- default: "middle" | "top" | "bottom" | "stretch" | {
4030
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
4031
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
4032
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
4033
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
4034
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
4035
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
4029
+ default: "middle" | "bottom" | "top" | "stretch" | {
4030
+ xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
4031
+ sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
4032
+ md?: "middle" | "bottom" | "top" | "stretch" | undefined;
4033
+ lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
4034
+ xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
4035
+ xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
4036
4036
  };
4037
4037
  };
4038
4038
  justify: {
@@ -4070,6 +4070,7 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
4070
4070
  onChange?: ((value: import("ll-plus/es/index").FormData) => any) | undefined;
4071
4071
  }, {
4072
4072
  props: import("@vue/shared").LooseRequired<{
4073
+ readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
4073
4074
  readonly formOptions: Partial<import("vue").ExtractPropTypes<{
4074
4075
  layout: import("vue-types").VueTypeDef<string>;
4075
4076
  labelCol: {
@@ -4294,24 +4295,23 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
4294
4295
  default: (name: string | number | string[] | number[], status: boolean, errors: string[]) => void;
4295
4296
  };
4296
4297
  }>>;
4297
- readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
4298
4298
  readonly rowOptions: Partial<import("vue").ExtractPropTypes<{
4299
4299
  align: {
4300
- type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
4301
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
4302
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
4303
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
4304
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
4305
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
4306
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
4300
+ type: import("vue").PropType<"middle" | "bottom" | "top" | "stretch" | {
4301
+ xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
4302
+ sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
4303
+ md?: "middle" | "bottom" | "top" | "stretch" | undefined;
4304
+ lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
4305
+ xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
4306
+ xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
4307
4307
  }>;
4308
- default: "middle" | "top" | "bottom" | "stretch" | {
4309
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
4310
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
4311
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
4312
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
4313
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
4314
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
4308
+ default: "middle" | "bottom" | "top" | "stretch" | {
4309
+ xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
4310
+ sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
4311
+ md?: "middle" | "bottom" | "top" | "stretch" | undefined;
4312
+ lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
4313
+ xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
4314
+ xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
4315
4315
  };
4316
4316
  };
4317
4317
  justify: {
@@ -4410,6 +4410,7 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
4410
4410
  readonly item: any;
4411
4411
  }, {}>;
4412
4412
  }, {}, {}, {}, {
4413
+ readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
4413
4414
  readonly formOptions: Partial<import("vue").ExtractPropTypes<{
4414
4415
  layout: import("vue-types").VueTypeDef<string>;
4415
4416
  labelCol: {
@@ -4634,24 +4635,23 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
4634
4635
  default: (name: string | number | string[] | number[], status: boolean, errors: string[]) => void;
4635
4636
  };
4636
4637
  }>>;
4637
- readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
4638
4638
  readonly rowOptions: Partial<import("vue").ExtractPropTypes<{
4639
4639
  align: {
4640
- type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
4641
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
4642
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
4643
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
4644
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
4645
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
4646
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
4640
+ type: import("vue").PropType<"middle" | "bottom" | "top" | "stretch" | {
4641
+ xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
4642
+ sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
4643
+ md?: "middle" | "bottom" | "top" | "stretch" | undefined;
4644
+ lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
4645
+ xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
4646
+ xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
4647
4647
  }>;
4648
- default: "middle" | "top" | "bottom" | "stretch" | {
4649
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
4650
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
4651
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
4652
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
4653
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
4654
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
4648
+ default: "middle" | "bottom" | "top" | "stretch" | {
4649
+ xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
4650
+ sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
4651
+ md?: "middle" | "bottom" | "top" | "stretch" | undefined;
4652
+ lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
4653
+ xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
4654
+ xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
4655
4655
  };
4656
4656
  };
4657
4657
  justify: {
@@ -6016,21 +6016,21 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
6016
6016
  readonly formData: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("ll-plus/es/index").FormData) | (() => import("ll-plus/es/index").FormData) | ((new (...args: any[]) => import("ll-plus/es/index").FormData) | (() => import("ll-plus/es/index").FormData))[], unknown, unknown, () => {}, boolean>;
6017
6017
  readonly rowOptions: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
6018
6018
  align: {
6019
- type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
6020
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
6021
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
6022
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
6023
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
6024
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
6025
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
6019
+ type: import("vue").PropType<"middle" | "bottom" | "top" | "stretch" | {
6020
+ xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
6021
+ sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
6022
+ md?: "middle" | "bottom" | "top" | "stretch" | undefined;
6023
+ lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
6024
+ xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
6025
+ xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
6026
6026
  }>;
6027
- default: "middle" | "top" | "bottom" | "stretch" | {
6028
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
6029
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
6030
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
6031
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
6032
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
6033
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
6027
+ default: "middle" | "bottom" | "top" | "stretch" | {
6028
+ xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
6029
+ sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
6030
+ md?: "middle" | "bottom" | "top" | "stretch" | undefined;
6031
+ lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
6032
+ xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
6033
+ xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
6034
6034
  };
6035
6035
  };
6036
6036
  justify: {
@@ -6062,21 +6062,21 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
6062
6062
  };
6063
6063
  }>>) | (() => Partial<import("vue").ExtractPropTypes<{
6064
6064
  align: {
6065
- type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
6066
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
6067
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
6068
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
6069
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
6070
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
6071
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
6065
+ type: import("vue").PropType<"middle" | "bottom" | "top" | "stretch" | {
6066
+ xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
6067
+ sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
6068
+ md?: "middle" | "bottom" | "top" | "stretch" | undefined;
6069
+ lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
6070
+ xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
6071
+ xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
6072
6072
  }>;
6073
- default: "middle" | "top" | "bottom" | "stretch" | {
6074
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
6075
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
6076
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
6077
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
6078
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
6079
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
6073
+ default: "middle" | "bottom" | "top" | "stretch" | {
6074
+ xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
6075
+ sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
6076
+ md?: "middle" | "bottom" | "top" | "stretch" | undefined;
6077
+ lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
6078
+ xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
6079
+ xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
6080
6080
  };
6081
6081
  };
6082
6082
  justify: {
@@ -6108,21 +6108,21 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
6108
6108
  };
6109
6109
  }>>) | ((new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
6110
6110
  align: {
6111
- type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
6112
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
6113
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
6114
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
6115
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
6116
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
6117
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
6111
+ type: import("vue").PropType<"middle" | "bottom" | "top" | "stretch" | {
6112
+ xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
6113
+ sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
6114
+ md?: "middle" | "bottom" | "top" | "stretch" | undefined;
6115
+ lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
6116
+ xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
6117
+ xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
6118
6118
  }>;
6119
- default: "middle" | "top" | "bottom" | "stretch" | {
6120
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
6121
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
6122
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
6123
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
6124
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
6125
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
6119
+ default: "middle" | "bottom" | "top" | "stretch" | {
6120
+ xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
6121
+ sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
6122
+ md?: "middle" | "bottom" | "top" | "stretch" | undefined;
6123
+ lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
6124
+ xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
6125
+ xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
6126
6126
  };
6127
6127
  };
6128
6128
  justify: {
@@ -6154,21 +6154,21 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
6154
6154
  };
6155
6155
  }>>) | (() => Partial<import("vue").ExtractPropTypes<{
6156
6156
  align: {
6157
- type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
6158
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
6159
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
6160
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
6161
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
6162
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
6163
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
6157
+ type: import("vue").PropType<"middle" | "bottom" | "top" | "stretch" | {
6158
+ xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
6159
+ sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
6160
+ md?: "middle" | "bottom" | "top" | "stretch" | undefined;
6161
+ lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
6162
+ xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
6163
+ xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
6164
6164
  }>;
6165
- default: "middle" | "top" | "bottom" | "stretch" | {
6166
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
6167
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
6168
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
6169
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
6170
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
6171
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
6165
+ default: "middle" | "bottom" | "top" | "stretch" | {
6166
+ xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
6167
+ sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
6168
+ md?: "middle" | "bottom" | "top" | "stretch" | undefined;
6169
+ lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
6170
+ xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
6171
+ xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
6172
6172
  };
6173
6173
  };
6174
6174
  justify: {
@@ -6206,6 +6206,7 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
6206
6206
  onChange?: ((value: import("ll-plus/es/index").FormData) => any) | undefined;
6207
6207
  }, {
6208
6208
  props: import("@vue/shared").LooseRequired<{
6209
+ readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
6209
6210
  readonly formOptions: Partial<import("vue").ExtractPropTypes<{
6210
6211
  layout: import("vue-types").VueTypeDef<string>;
6211
6212
  labelCol: {
@@ -6430,24 +6431,23 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
6430
6431
  default: (name: string | number | string[] | number[], status: boolean, errors: string[]) => void;
6431
6432
  };
6432
6433
  }>>;
6433
- readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
6434
6434
  readonly rowOptions: Partial<import("vue").ExtractPropTypes<{
6435
6435
  align: {
6436
- type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
6437
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
6438
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
6439
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
6440
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
6441
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
6442
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
6436
+ type: import("vue").PropType<"middle" | "bottom" | "top" | "stretch" | {
6437
+ xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
6438
+ sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
6439
+ md?: "middle" | "bottom" | "top" | "stretch" | undefined;
6440
+ lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
6441
+ xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
6442
+ xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
6443
6443
  }>;
6444
- default: "middle" | "top" | "bottom" | "stretch" | {
6445
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
6446
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
6447
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
6448
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
6449
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
6450
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
6444
+ default: "middle" | "bottom" | "top" | "stretch" | {
6445
+ xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
6446
+ sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
6447
+ md?: "middle" | "bottom" | "top" | "stretch" | undefined;
6448
+ lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
6449
+ xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
6450
+ xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
6451
6451
  };
6452
6452
  };
6453
6453
  justify: {
@@ -7447,21 +7447,21 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
7447
7447
  readonly formData: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("ll-plus/es/index").FormData) | (() => import("ll-plus/es/index").FormData) | ((new (...args: any[]) => import("ll-plus/es/index").FormData) | (() => import("ll-plus/es/index").FormData))[], unknown, unknown, () => {}, boolean>;
7448
7448
  readonly rowOptions: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
7449
7449
  align: {
7450
- type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
7451
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
7452
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
7453
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
7454
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
7455
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
7456
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
7450
+ type: import("vue").PropType<"middle" | "bottom" | "top" | "stretch" | {
7451
+ xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
7452
+ sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
7453
+ md?: "middle" | "bottom" | "top" | "stretch" | undefined;
7454
+ lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
7455
+ xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
7456
+ xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
7457
7457
  }>;
7458
- default: "middle" | "top" | "bottom" | "stretch" | {
7459
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
7460
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
7461
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
7462
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
7463
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
7464
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
7458
+ default: "middle" | "bottom" | "top" | "stretch" | {
7459
+ xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
7460
+ sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
7461
+ md?: "middle" | "bottom" | "top" | "stretch" | undefined;
7462
+ lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
7463
+ xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
7464
+ xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
7465
7465
  };
7466
7466
  };
7467
7467
  justify: {
@@ -7493,21 +7493,21 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
7493
7493
  };
7494
7494
  }>>) | (() => Partial<import("vue").ExtractPropTypes<{
7495
7495
  align: {
7496
- type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
7497
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
7498
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
7499
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
7500
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
7501
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
7502
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
7496
+ type: import("vue").PropType<"middle" | "bottom" | "top" | "stretch" | {
7497
+ xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
7498
+ sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
7499
+ md?: "middle" | "bottom" | "top" | "stretch" | undefined;
7500
+ lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
7501
+ xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
7502
+ xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
7503
7503
  }>;
7504
- default: "middle" | "top" | "bottom" | "stretch" | {
7505
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
7506
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
7507
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
7508
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
7509
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
7510
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
7504
+ default: "middle" | "bottom" | "top" | "stretch" | {
7505
+ xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
7506
+ sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
7507
+ md?: "middle" | "bottom" | "top" | "stretch" | undefined;
7508
+ lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
7509
+ xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
7510
+ xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
7511
7511
  };
7512
7512
  };
7513
7513
  justify: {
@@ -7539,21 +7539,21 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
7539
7539
  };
7540
7540
  }>>) | ((new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
7541
7541
  align: {
7542
- type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
7543
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
7544
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
7545
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
7546
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
7547
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
7548
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
7542
+ type: import("vue").PropType<"middle" | "bottom" | "top" | "stretch" | {
7543
+ xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
7544
+ sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
7545
+ md?: "middle" | "bottom" | "top" | "stretch" | undefined;
7546
+ lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
7547
+ xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
7548
+ xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
7549
7549
  }>;
7550
- default: "middle" | "top" | "bottom" | "stretch" | {
7551
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
7552
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
7553
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
7554
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
7555
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
7556
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
7550
+ default: "middle" | "bottom" | "top" | "stretch" | {
7551
+ xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
7552
+ sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
7553
+ md?: "middle" | "bottom" | "top" | "stretch" | undefined;
7554
+ lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
7555
+ xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
7556
+ xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
7557
7557
  };
7558
7558
  };
7559
7559
  justify: {
@@ -7585,21 +7585,21 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
7585
7585
  };
7586
7586
  }>>) | (() => Partial<import("vue").ExtractPropTypes<{
7587
7587
  align: {
7588
- type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
7589
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
7590
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
7591
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
7592
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
7593
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
7594
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
7588
+ type: import("vue").PropType<"middle" | "bottom" | "top" | "stretch" | {
7589
+ xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
7590
+ sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
7591
+ md?: "middle" | "bottom" | "top" | "stretch" | undefined;
7592
+ lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
7593
+ xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
7594
+ xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
7595
7595
  }>;
7596
- default: "middle" | "top" | "bottom" | "stretch" | {
7597
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
7598
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
7599
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
7600
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
7601
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
7602
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
7596
+ default: "middle" | "bottom" | "top" | "stretch" | {
7597
+ xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
7598
+ sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
7599
+ md?: "middle" | "bottom" | "top" | "stretch" | undefined;
7600
+ lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
7601
+ xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
7602
+ xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
7603
7603
  };
7604
7604
  };
7605
7605
  justify: {
@@ -7636,6 +7636,7 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
7636
7636
  }>> & {
7637
7637
  onChange?: ((value: import("ll-plus/es/index").FormData) => any) | undefined;
7638
7638
  }, {
7639
+ readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
7639
7640
  readonly formOptions: Partial<import("vue").ExtractPropTypes<{
7640
7641
  layout: import("vue-types").VueTypeDef<string>;
7641
7642
  labelCol: {
@@ -7860,24 +7861,23 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
7860
7861
  default: (name: string | number | string[] | number[], status: boolean, errors: string[]) => void;
7861
7862
  };
7862
7863
  }>>;
7863
- readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
7864
7864
  readonly rowOptions: Partial<import("vue").ExtractPropTypes<{
7865
7865
  align: {
7866
- type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
7867
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
7868
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
7869
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
7870
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
7871
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
7872
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
7866
+ type: import("vue").PropType<"middle" | "bottom" | "top" | "stretch" | {
7867
+ xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
7868
+ sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
7869
+ md?: "middle" | "bottom" | "top" | "stretch" | undefined;
7870
+ lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
7871
+ xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
7872
+ xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
7873
7873
  }>;
7874
- default: "middle" | "top" | "bottom" | "stretch" | {
7875
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
7876
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
7877
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
7878
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
7879
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
7880
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
7874
+ default: "middle" | "bottom" | "top" | "stretch" | {
7875
+ xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
7876
+ sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
7877
+ md?: "middle" | "bottom" | "top" | "stretch" | undefined;
7878
+ lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
7879
+ xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
7880
+ xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
7881
7881
  };
7882
7882
  };
7883
7883
  justify: {
@@ -8817,21 +8817,21 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
8817
8817
  readonly formData: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("ll-plus/es/index").FormData) | (() => import("ll-plus/es/index").FormData) | ((new (...args: any[]) => import("ll-plus/es/index").FormData) | (() => import("ll-plus/es/index").FormData))[], unknown, unknown, () => {}, boolean>;
8818
8818
  readonly rowOptions: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
8819
8819
  align: {
8820
- type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
8821
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
8822
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
8823
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
8824
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
8825
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
8826
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
8820
+ type: import("vue").PropType<"middle" | "bottom" | "top" | "stretch" | {
8821
+ xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
8822
+ sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
8823
+ md?: "middle" | "bottom" | "top" | "stretch" | undefined;
8824
+ lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
8825
+ xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
8826
+ xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
8827
8827
  }>;
8828
- default: "middle" | "top" | "bottom" | "stretch" | {
8829
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
8830
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
8831
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
8832
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
8833
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
8834
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
8828
+ default: "middle" | "bottom" | "top" | "stretch" | {
8829
+ xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
8830
+ sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
8831
+ md?: "middle" | "bottom" | "top" | "stretch" | undefined;
8832
+ lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
8833
+ xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
8834
+ xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
8835
8835
  };
8836
8836
  };
8837
8837
  justify: {
@@ -8863,21 +8863,21 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
8863
8863
  };
8864
8864
  }>>) | (() => Partial<import("vue").ExtractPropTypes<{
8865
8865
  align: {
8866
- type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
8867
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
8868
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
8869
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
8870
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
8871
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
8872
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
8866
+ type: import("vue").PropType<"middle" | "bottom" | "top" | "stretch" | {
8867
+ xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
8868
+ sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
8869
+ md?: "middle" | "bottom" | "top" | "stretch" | undefined;
8870
+ lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
8871
+ xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
8872
+ xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
8873
8873
  }>;
8874
- default: "middle" | "top" | "bottom" | "stretch" | {
8875
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
8876
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
8877
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
8878
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
8879
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
8880
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
8874
+ default: "middle" | "bottom" | "top" | "stretch" | {
8875
+ xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
8876
+ sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
8877
+ md?: "middle" | "bottom" | "top" | "stretch" | undefined;
8878
+ lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
8879
+ xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
8880
+ xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
8881
8881
  };
8882
8882
  };
8883
8883
  justify: {
@@ -8909,21 +8909,21 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
8909
8909
  };
8910
8910
  }>>) | ((new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
8911
8911
  align: {
8912
- type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
8913
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
8914
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
8915
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
8916
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
8917
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
8918
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
8912
+ type: import("vue").PropType<"middle" | "bottom" | "top" | "stretch" | {
8913
+ xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
8914
+ sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
8915
+ md?: "middle" | "bottom" | "top" | "stretch" | undefined;
8916
+ lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
8917
+ xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
8918
+ xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
8919
8919
  }>;
8920
- default: "middle" | "top" | "bottom" | "stretch" | {
8921
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
8922
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
8923
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
8924
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
8925
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
8926
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
8920
+ default: "middle" | "bottom" | "top" | "stretch" | {
8921
+ xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
8922
+ sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
8923
+ md?: "middle" | "bottom" | "top" | "stretch" | undefined;
8924
+ lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
8925
+ xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
8926
+ xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
8927
8927
  };
8928
8928
  };
8929
8929
  justify: {
@@ -8955,21 +8955,21 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
8955
8955
  };
8956
8956
  }>>) | (() => Partial<import("vue").ExtractPropTypes<{
8957
8957
  align: {
8958
- type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
8959
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
8960
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
8961
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
8962
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
8963
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
8964
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
8958
+ type: import("vue").PropType<"middle" | "bottom" | "top" | "stretch" | {
8959
+ xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
8960
+ sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
8961
+ md?: "middle" | "bottom" | "top" | "stretch" | undefined;
8962
+ lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
8963
+ xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
8964
+ xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
8965
8965
  }>;
8966
- default: "middle" | "top" | "bottom" | "stretch" | {
8967
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
8968
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
8969
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
8970
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
8971
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
8972
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
8966
+ default: "middle" | "bottom" | "top" | "stretch" | {
8967
+ xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
8968
+ sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
8969
+ md?: "middle" | "bottom" | "top" | "stretch" | undefined;
8970
+ lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
8971
+ xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
8972
+ xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
8973
8973
  };
8974
8974
  };
8975
8975
  justify: {
@@ -9007,6 +9007,7 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
9007
9007
  onChange?: ((value: import("ll-plus/es/index").FormData) => any) | undefined;
9008
9008
  }, {
9009
9009
  props: import("@vue/shared").LooseRequired<{
9010
+ readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
9010
9011
  readonly formOptions: Partial<import("vue").ExtractPropTypes<{
9011
9012
  layout: import("vue-types").VueTypeDef<string>;
9012
9013
  labelCol: {
@@ -9231,24 +9232,23 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
9231
9232
  default: (name: string | number | string[] | number[], status: boolean, errors: string[]) => void;
9232
9233
  };
9233
9234
  }>>;
9234
- readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
9235
9235
  readonly rowOptions: Partial<import("vue").ExtractPropTypes<{
9236
9236
  align: {
9237
- type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
9238
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
9239
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
9240
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
9241
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
9242
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
9243
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
9237
+ type: import("vue").PropType<"middle" | "bottom" | "top" | "stretch" | {
9238
+ xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
9239
+ sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
9240
+ md?: "middle" | "bottom" | "top" | "stretch" | undefined;
9241
+ lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
9242
+ xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
9243
+ xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
9244
9244
  }>;
9245
- default: "middle" | "top" | "bottom" | "stretch" | {
9246
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
9247
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
9248
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
9249
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
9250
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
9251
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
9245
+ default: "middle" | "bottom" | "top" | "stretch" | {
9246
+ xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
9247
+ sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
9248
+ md?: "middle" | "bottom" | "top" | "stretch" | undefined;
9249
+ lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
9250
+ xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
9251
+ xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
9252
9252
  };
9253
9253
  };
9254
9254
  justify: {
@@ -9347,6 +9347,7 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
9347
9347
  readonly item: any;
9348
9348
  }, {}>;
9349
9349
  }, {}, {}, {}, {
9350
+ readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
9350
9351
  readonly formOptions: Partial<import("vue").ExtractPropTypes<{
9351
9352
  layout: import("vue-types").VueTypeDef<string>;
9352
9353
  labelCol: {
@@ -9571,24 +9572,23 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
9571
9572
  default: (name: string | number | string[] | number[], status: boolean, errors: string[]) => void;
9572
9573
  };
9573
9574
  }>>;
9574
- readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
9575
9575
  readonly rowOptions: Partial<import("vue").ExtractPropTypes<{
9576
9576
  align: {
9577
- type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
9578
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
9579
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
9580
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
9581
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
9582
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
9583
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
9577
+ type: import("vue").PropType<"middle" | "bottom" | "top" | "stretch" | {
9578
+ xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
9579
+ sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
9580
+ md?: "middle" | "bottom" | "top" | "stretch" | undefined;
9581
+ lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
9582
+ xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
9583
+ xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
9584
9584
  }>;
9585
- default: "middle" | "top" | "bottom" | "stretch" | {
9586
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
9587
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
9588
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
9589
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
9590
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
9591
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
9585
+ default: "middle" | "bottom" | "top" | "stretch" | {
9586
+ xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
9587
+ sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
9588
+ md?: "middle" | "bottom" | "top" | "stretch" | undefined;
9589
+ lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
9590
+ xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
9591
+ xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
9592
9592
  };
9593
9593
  };
9594
9594
  justify: {
@@ -10881,21 +10881,21 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
10881
10881
  readonly formData: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("ll-plus/es/index").FormData) | (() => import("ll-plus/es/index").FormData) | ((new (...args: any[]) => import("ll-plus/es/index").FormData) | (() => import("ll-plus/es/index").FormData))[], unknown, unknown, () => {}, boolean>;
10882
10882
  readonly rowOptions: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
10883
10883
  align: {
10884
- type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
10885
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
10886
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
10887
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
10888
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
10889
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
10890
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
10884
+ type: import("vue").PropType<"middle" | "bottom" | "top" | "stretch" | {
10885
+ xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
10886
+ sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
10887
+ md?: "middle" | "bottom" | "top" | "stretch" | undefined;
10888
+ lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
10889
+ xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
10890
+ xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
10891
10891
  }>;
10892
- default: "middle" | "top" | "bottom" | "stretch" | {
10893
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
10894
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
10895
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
10896
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
10897
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
10898
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
10892
+ default: "middle" | "bottom" | "top" | "stretch" | {
10893
+ xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
10894
+ sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
10895
+ md?: "middle" | "bottom" | "top" | "stretch" | undefined;
10896
+ lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
10897
+ xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
10898
+ xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
10899
10899
  };
10900
10900
  };
10901
10901
  justify: {
@@ -10927,21 +10927,21 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
10927
10927
  };
10928
10928
  }>>) | (() => Partial<import("vue").ExtractPropTypes<{
10929
10929
  align: {
10930
- type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
10931
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
10932
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
10933
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
10934
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
10935
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
10936
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
10930
+ type: import("vue").PropType<"middle" | "bottom" | "top" | "stretch" | {
10931
+ xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
10932
+ sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
10933
+ md?: "middle" | "bottom" | "top" | "stretch" | undefined;
10934
+ lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
10935
+ xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
10936
+ xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
10937
10937
  }>;
10938
- default: "middle" | "top" | "bottom" | "stretch" | {
10939
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
10940
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
10941
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
10942
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
10943
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
10944
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
10938
+ default: "middle" | "bottom" | "top" | "stretch" | {
10939
+ xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
10940
+ sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
10941
+ md?: "middle" | "bottom" | "top" | "stretch" | undefined;
10942
+ lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
10943
+ xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
10944
+ xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
10945
10945
  };
10946
10946
  };
10947
10947
  justify: {
@@ -10973,21 +10973,21 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
10973
10973
  };
10974
10974
  }>>) | ((new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
10975
10975
  align: {
10976
- type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
10977
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
10978
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
10979
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
10980
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
10981
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
10982
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
10976
+ type: import("vue").PropType<"middle" | "bottom" | "top" | "stretch" | {
10977
+ xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
10978
+ sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
10979
+ md?: "middle" | "bottom" | "top" | "stretch" | undefined;
10980
+ lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
10981
+ xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
10982
+ xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
10983
10983
  }>;
10984
- default: "middle" | "top" | "bottom" | "stretch" | {
10985
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
10986
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
10987
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
10988
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
10989
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
10990
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
10984
+ default: "middle" | "bottom" | "top" | "stretch" | {
10985
+ xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
10986
+ sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
10987
+ md?: "middle" | "bottom" | "top" | "stretch" | undefined;
10988
+ lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
10989
+ xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
10990
+ xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
10991
10991
  };
10992
10992
  };
10993
10993
  justify: {
@@ -11019,21 +11019,21 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
11019
11019
  };
11020
11020
  }>>) | (() => Partial<import("vue").ExtractPropTypes<{
11021
11021
  align: {
11022
- type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
11023
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
11024
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
11025
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
11026
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
11027
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
11028
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
11022
+ type: import("vue").PropType<"middle" | "bottom" | "top" | "stretch" | {
11023
+ xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
11024
+ sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
11025
+ md?: "middle" | "bottom" | "top" | "stretch" | undefined;
11026
+ lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
11027
+ xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
11028
+ xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
11029
11029
  }>;
11030
- default: "middle" | "top" | "bottom" | "stretch" | {
11031
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
11032
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
11033
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
11034
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
11035
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
11036
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
11030
+ default: "middle" | "bottom" | "top" | "stretch" | {
11031
+ xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
11032
+ sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
11033
+ md?: "middle" | "bottom" | "top" | "stretch" | undefined;
11034
+ lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
11035
+ xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
11036
+ xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
11037
11037
  };
11038
11038
  };
11039
11039
  justify: {
@@ -11071,6 +11071,7 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
11071
11071
  onChange?: ((value: import("ll-plus/es/index").FormData) => any) | undefined;
11072
11072
  }, {
11073
11073
  props: import("@vue/shared").LooseRequired<{
11074
+ readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
11074
11075
  readonly formOptions: Partial<import("vue").ExtractPropTypes<{
11075
11076
  layout: import("vue-types").VueTypeDef<string>;
11076
11077
  labelCol: {
@@ -11295,24 +11296,23 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
11295
11296
  default: (name: string | number | string[] | number[], status: boolean, errors: string[]) => void;
11296
11297
  };
11297
11298
  }>>;
11298
- readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
11299
11299
  readonly rowOptions: Partial<import("vue").ExtractPropTypes<{
11300
11300
  align: {
11301
- type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
11302
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
11303
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
11304
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
11305
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
11306
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
11307
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
11301
+ type: import("vue").PropType<"middle" | "bottom" | "top" | "stretch" | {
11302
+ xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
11303
+ sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
11304
+ md?: "middle" | "bottom" | "top" | "stretch" | undefined;
11305
+ lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
11306
+ xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
11307
+ xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
11308
11308
  }>;
11309
- default: "middle" | "top" | "bottom" | "stretch" | {
11310
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
11311
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
11312
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
11313
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
11314
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
11315
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
11309
+ default: "middle" | "bottom" | "top" | "stretch" | {
11310
+ xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
11311
+ sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
11312
+ md?: "middle" | "bottom" | "top" | "stretch" | undefined;
11313
+ lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
11314
+ xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
11315
+ xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
11316
11316
  };
11317
11317
  };
11318
11318
  justify: {
@@ -12312,21 +12312,21 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
12312
12312
  readonly formData: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("ll-plus/es/index").FormData) | (() => import("ll-plus/es/index").FormData) | ((new (...args: any[]) => import("ll-plus/es/index").FormData) | (() => import("ll-plus/es/index").FormData))[], unknown, unknown, () => {}, boolean>;
12313
12313
  readonly rowOptions: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
12314
12314
  align: {
12315
- type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
12316
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
12317
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
12318
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
12319
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
12320
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
12321
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
12315
+ type: import("vue").PropType<"middle" | "bottom" | "top" | "stretch" | {
12316
+ xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
12317
+ sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
12318
+ md?: "middle" | "bottom" | "top" | "stretch" | undefined;
12319
+ lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
12320
+ xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
12321
+ xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
12322
12322
  }>;
12323
- default: "middle" | "top" | "bottom" | "stretch" | {
12324
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
12325
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
12326
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
12327
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
12328
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
12329
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
12323
+ default: "middle" | "bottom" | "top" | "stretch" | {
12324
+ xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
12325
+ sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
12326
+ md?: "middle" | "bottom" | "top" | "stretch" | undefined;
12327
+ lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
12328
+ xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
12329
+ xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
12330
12330
  };
12331
12331
  };
12332
12332
  justify: {
@@ -12358,21 +12358,21 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
12358
12358
  };
12359
12359
  }>>) | (() => Partial<import("vue").ExtractPropTypes<{
12360
12360
  align: {
12361
- type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
12362
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
12363
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
12364
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
12365
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
12366
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
12367
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
12361
+ type: import("vue").PropType<"middle" | "bottom" | "top" | "stretch" | {
12362
+ xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
12363
+ sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
12364
+ md?: "middle" | "bottom" | "top" | "stretch" | undefined;
12365
+ lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
12366
+ xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
12367
+ xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
12368
12368
  }>;
12369
- default: "middle" | "top" | "bottom" | "stretch" | {
12370
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
12371
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
12372
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
12373
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
12374
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
12375
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
12369
+ default: "middle" | "bottom" | "top" | "stretch" | {
12370
+ xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
12371
+ sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
12372
+ md?: "middle" | "bottom" | "top" | "stretch" | undefined;
12373
+ lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
12374
+ xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
12375
+ xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
12376
12376
  };
12377
12377
  };
12378
12378
  justify: {
@@ -12404,21 +12404,21 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
12404
12404
  };
12405
12405
  }>>) | ((new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
12406
12406
  align: {
12407
- type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
12408
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
12409
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
12410
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
12411
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
12412
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
12413
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
12407
+ type: import("vue").PropType<"middle" | "bottom" | "top" | "stretch" | {
12408
+ xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
12409
+ sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
12410
+ md?: "middle" | "bottom" | "top" | "stretch" | undefined;
12411
+ lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
12412
+ xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
12413
+ xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
12414
12414
  }>;
12415
- default: "middle" | "top" | "bottom" | "stretch" | {
12416
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
12417
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
12418
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
12419
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
12420
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
12421
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
12415
+ default: "middle" | "bottom" | "top" | "stretch" | {
12416
+ xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
12417
+ sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
12418
+ md?: "middle" | "bottom" | "top" | "stretch" | undefined;
12419
+ lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
12420
+ xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
12421
+ xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
12422
12422
  };
12423
12423
  };
12424
12424
  justify: {
@@ -12450,21 +12450,21 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
12450
12450
  };
12451
12451
  }>>) | (() => Partial<import("vue").ExtractPropTypes<{
12452
12452
  align: {
12453
- type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
12454
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
12455
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
12456
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
12457
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
12458
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
12459
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
12453
+ type: import("vue").PropType<"middle" | "bottom" | "top" | "stretch" | {
12454
+ xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
12455
+ sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
12456
+ md?: "middle" | "bottom" | "top" | "stretch" | undefined;
12457
+ lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
12458
+ xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
12459
+ xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
12460
12460
  }>;
12461
- default: "middle" | "top" | "bottom" | "stretch" | {
12462
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
12463
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
12464
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
12465
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
12466
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
12467
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
12461
+ default: "middle" | "bottom" | "top" | "stretch" | {
12462
+ xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
12463
+ sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
12464
+ md?: "middle" | "bottom" | "top" | "stretch" | undefined;
12465
+ lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
12466
+ xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
12467
+ xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
12468
12468
  };
12469
12469
  };
12470
12470
  justify: {
@@ -12501,6 +12501,7 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
12501
12501
  }>> & {
12502
12502
  onChange?: ((value: import("ll-plus/es/index").FormData) => any) | undefined;
12503
12503
  }, {
12504
+ readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
12504
12505
  readonly formOptions: Partial<import("vue").ExtractPropTypes<{
12505
12506
  layout: import("vue-types").VueTypeDef<string>;
12506
12507
  labelCol: {
@@ -12725,24 +12726,23 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
12725
12726
  default: (name: string | number | string[] | number[], status: boolean, errors: string[]) => void;
12726
12727
  };
12727
12728
  }>>;
12728
- readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
12729
12729
  readonly rowOptions: Partial<import("vue").ExtractPropTypes<{
12730
12730
  align: {
12731
- type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
12732
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
12733
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
12734
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
12735
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
12736
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
12737
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
12731
+ type: import("vue").PropType<"middle" | "bottom" | "top" | "stretch" | {
12732
+ xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
12733
+ sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
12734
+ md?: "middle" | "bottom" | "top" | "stretch" | undefined;
12735
+ lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
12736
+ xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
12737
+ xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
12738
12738
  }>;
12739
- default: "middle" | "top" | "bottom" | "stretch" | {
12740
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
12741
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
12742
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
12743
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
12744
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
12745
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
12739
+ default: "middle" | "bottom" | "top" | "stretch" | {
12740
+ xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
12741
+ sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
12742
+ md?: "middle" | "bottom" | "top" | "stretch" | undefined;
12743
+ lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
12744
+ xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
12745
+ xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
12746
12746
  };
12747
12747
  };
12748
12748
  justify: {
@@ -13682,21 +13682,21 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
13682
13682
  readonly formData: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("ll-plus/es/index").FormData) | (() => import("ll-plus/es/index").FormData) | ((new (...args: any[]) => import("ll-plus/es/index").FormData) | (() => import("ll-plus/es/index").FormData))[], unknown, unknown, () => {}, boolean>;
13683
13683
  readonly rowOptions: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
13684
13684
  align: {
13685
- type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
13686
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
13687
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
13688
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
13689
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
13690
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
13691
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
13685
+ type: import("vue").PropType<"middle" | "bottom" | "top" | "stretch" | {
13686
+ xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
13687
+ sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
13688
+ md?: "middle" | "bottom" | "top" | "stretch" | undefined;
13689
+ lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
13690
+ xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
13691
+ xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
13692
13692
  }>;
13693
- default: "middle" | "top" | "bottom" | "stretch" | {
13694
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
13695
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
13696
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
13697
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
13698
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
13699
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
13693
+ default: "middle" | "bottom" | "top" | "stretch" | {
13694
+ xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
13695
+ sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
13696
+ md?: "middle" | "bottom" | "top" | "stretch" | undefined;
13697
+ lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
13698
+ xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
13699
+ xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
13700
13700
  };
13701
13701
  };
13702
13702
  justify: {
@@ -13728,21 +13728,21 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
13728
13728
  };
13729
13729
  }>>) | (() => Partial<import("vue").ExtractPropTypes<{
13730
13730
  align: {
13731
- type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
13732
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
13733
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
13734
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
13735
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
13736
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
13737
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
13731
+ type: import("vue").PropType<"middle" | "bottom" | "top" | "stretch" | {
13732
+ xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
13733
+ sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
13734
+ md?: "middle" | "bottom" | "top" | "stretch" | undefined;
13735
+ lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
13736
+ xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
13737
+ xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
13738
13738
  }>;
13739
- default: "middle" | "top" | "bottom" | "stretch" | {
13740
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
13741
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
13742
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
13743
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
13744
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
13745
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
13739
+ default: "middle" | "bottom" | "top" | "stretch" | {
13740
+ xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
13741
+ sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
13742
+ md?: "middle" | "bottom" | "top" | "stretch" | undefined;
13743
+ lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
13744
+ xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
13745
+ xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
13746
13746
  };
13747
13747
  };
13748
13748
  justify: {
@@ -13774,21 +13774,21 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
13774
13774
  };
13775
13775
  }>>) | ((new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
13776
13776
  align: {
13777
- type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
13778
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
13779
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
13780
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
13781
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
13782
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
13783
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
13777
+ type: import("vue").PropType<"middle" | "bottom" | "top" | "stretch" | {
13778
+ xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
13779
+ sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
13780
+ md?: "middle" | "bottom" | "top" | "stretch" | undefined;
13781
+ lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
13782
+ xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
13783
+ xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
13784
13784
  }>;
13785
- default: "middle" | "top" | "bottom" | "stretch" | {
13786
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
13787
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
13788
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
13789
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
13790
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
13791
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
13785
+ default: "middle" | "bottom" | "top" | "stretch" | {
13786
+ xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
13787
+ sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
13788
+ md?: "middle" | "bottom" | "top" | "stretch" | undefined;
13789
+ lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
13790
+ xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
13791
+ xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
13792
13792
  };
13793
13793
  };
13794
13794
  justify: {
@@ -13820,21 +13820,21 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
13820
13820
  };
13821
13821
  }>>) | (() => Partial<import("vue").ExtractPropTypes<{
13822
13822
  align: {
13823
- type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
13824
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
13825
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
13826
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
13827
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
13828
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
13829
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
13823
+ type: import("vue").PropType<"middle" | "bottom" | "top" | "stretch" | {
13824
+ xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
13825
+ sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
13826
+ md?: "middle" | "bottom" | "top" | "stretch" | undefined;
13827
+ lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
13828
+ xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
13829
+ xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
13830
13830
  }>;
13831
- default: "middle" | "top" | "bottom" | "stretch" | {
13832
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
13833
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
13834
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
13835
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
13836
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
13837
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
13831
+ default: "middle" | "bottom" | "top" | "stretch" | {
13832
+ xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
13833
+ sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
13834
+ md?: "middle" | "bottom" | "top" | "stretch" | undefined;
13835
+ lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
13836
+ xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
13837
+ xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
13838
13838
  };
13839
13839
  };
13840
13840
  justify: {
@@ -13872,6 +13872,7 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
13872
13872
  onChange?: ((value: import("ll-plus/es/index").FormData) => any) | undefined;
13873
13873
  }, {
13874
13874
  props: import("@vue/shared").LooseRequired<{
13875
+ readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
13875
13876
  readonly formOptions: Partial<import("vue").ExtractPropTypes<{
13876
13877
  layout: import("vue-types").VueTypeDef<string>;
13877
13878
  labelCol: {
@@ -14096,24 +14097,23 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
14096
14097
  default: (name: string | number | string[] | number[], status: boolean, errors: string[]) => void;
14097
14098
  };
14098
14099
  }>>;
14099
- readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
14100
14100
  readonly rowOptions: Partial<import("vue").ExtractPropTypes<{
14101
14101
  align: {
14102
- type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
14103
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
14104
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
14105
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
14106
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
14107
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
14108
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
14102
+ type: import("vue").PropType<"middle" | "bottom" | "top" | "stretch" | {
14103
+ xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
14104
+ sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
14105
+ md?: "middle" | "bottom" | "top" | "stretch" | undefined;
14106
+ lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
14107
+ xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
14108
+ xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
14109
14109
  }>;
14110
- default: "middle" | "top" | "bottom" | "stretch" | {
14111
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
14112
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
14113
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
14114
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
14115
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
14116
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
14110
+ default: "middle" | "bottom" | "top" | "stretch" | {
14111
+ xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
14112
+ sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
14113
+ md?: "middle" | "bottom" | "top" | "stretch" | undefined;
14114
+ lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
14115
+ xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
14116
+ xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
14117
14117
  };
14118
14118
  };
14119
14119
  justify: {
@@ -14212,6 +14212,7 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
14212
14212
  readonly item: any;
14213
14213
  }, {}>;
14214
14214
  }, {}, {}, {}, {
14215
+ readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
14215
14216
  readonly formOptions: Partial<import("vue").ExtractPropTypes<{
14216
14217
  layout: import("vue-types").VueTypeDef<string>;
14217
14218
  labelCol: {
@@ -14436,24 +14437,23 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
14436
14437
  default: (name: string | number | string[] | number[], status: boolean, errors: string[]) => void;
14437
14438
  };
14438
14439
  }>>;
14439
- readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
14440
14440
  readonly rowOptions: Partial<import("vue").ExtractPropTypes<{
14441
14441
  align: {
14442
- type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
14443
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
14444
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
14445
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
14446
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
14447
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
14448
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
14442
+ type: import("vue").PropType<"middle" | "bottom" | "top" | "stretch" | {
14443
+ xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
14444
+ sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
14445
+ md?: "middle" | "bottom" | "top" | "stretch" | undefined;
14446
+ lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
14447
+ xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
14448
+ xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
14449
14449
  }>;
14450
- default: "middle" | "top" | "bottom" | "stretch" | {
14451
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
14452
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
14453
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
14454
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
14455
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
14456
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
14450
+ default: "middle" | "bottom" | "top" | "stretch" | {
14451
+ xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
14452
+ sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
14453
+ md?: "middle" | "bottom" | "top" | "stretch" | undefined;
14454
+ lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
14455
+ xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
14456
+ xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
14457
14457
  };
14458
14458
  };
14459
14459
  justify: {