ll-plus 2.9.20 → 2.9.22

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 (226) hide show
  1. package/es/components/advanced-filtering/index.d.ts +302 -302
  2. package/es/components/advanced-filtering/src/advanced-filtering.vue.d.ts +152 -152
  3. package/es/components/advanced-filtering/src/components/advanced-filtering-params.vue.d.ts +148 -148
  4. package/es/components/advanced-filtering/src/components/advanced-filtering-tags.vue.d.ts +2 -2
  5. package/es/components/api-component/index.d.ts +16 -16
  6. package/es/components/api-component/src/api-component.vue.d.ts +16 -16
  7. package/es/components/api-component/src/components/api-modal.vue.d.ts +2 -2
  8. package/es/components/api-component/src/components/body-component.vue.d.ts +6 -6
  9. package/es/components/api-component/src/components/click-input.vue.d.ts +2 -2
  10. package/es/components/api-component/src/components/params-table-row.vue.d.ts +4 -4
  11. package/es/components/api-component/src/components/params-table.vue.d.ts +6 -6
  12. package/es/components/breadcrumb-card/index.d.ts +3 -3
  13. package/es/components/breadcrumb-card/src/breadcrumb-card.vue.d.ts +3 -3
  14. package/es/components/checkbox/index.d.ts +217 -217
  15. package/es/components/checkbox/src/checkbox-group.vue.d.ts +217 -217
  16. package/es/components/checkbox/src/checkbox.d.ts +56 -56
  17. package/es/components/code-editor/index.d.ts +2 -2
  18. package/es/components/code-editor/src/code-editor.vue.d.ts +2 -2
  19. package/es/components/cropper/index.d.ts +4 -4
  20. package/es/components/cropper/src/cropper-image.vue.d.ts +2 -2
  21. package/es/components/cropper/src/cropper-modal.vue.d.ts +2 -2
  22. package/es/components/drawer/index.d.ts +7 -7
  23. package/es/components/drawer/src/components/second-confirmation/index.d.ts +2 -2
  24. package/es/components/drawer/src/components/second-confirmation/src/second-confirmation.vue.d.ts +2 -2
  25. package/es/components/drawer/src/drawer.vue.d.ts +7 -7
  26. package/es/components/dropdown-button-simple/index.d.ts +11 -11
  27. package/es/components/dropdown-button-simple/src/dropdown-button-simple.d.ts +4 -4
  28. package/es/components/dropdown-button-simple/src/dropdown-button-simple.vue.d.ts +11 -11
  29. package/es/components/easy-cron/index.d.ts +77 -77
  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 +77 -77
  33. package/es/components/form/index.d.ts +148 -148
  34. package/es/components/form/src/config/form.d.ts +56 -56
  35. package/es/components/form/src/form.vue.d.ts +148 -148
  36. package/es/components/icon-picker/index.d.ts +1 -1
  37. package/es/components/icon-picker/src/components/modal.vue.d.ts +1 -1
  38. package/es/components/icon-picker/src/icon-picker.vue.d.ts +1 -1
  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/src/components/key-value-item.vue.d.ts +240 -240
  42. package/es/components/key-value/src/key-value.vue.d.ts +720 -720
  43. package/es/components/modal/index.d.ts +2 -2
  44. package/es/components/modal/src/modal.vue.d.ts +2 -2
  45. package/es/components/new-drawer/index.d.ts +9 -9
  46. package/es/components/new-drawer/src/drawer.vue.d.ts +9 -9
  47. package/es/components/new-modal/index.d.ts +3 -3
  48. package/es/components/new-modal/src/modal.vue.d.ts +3 -3
  49. package/es/components/operate-icon/index.d.ts +6 -1
  50. package/es/components/operate-icon/src/operate-icon.d.ts +1 -0
  51. package/es/components/operate-icon/src/operate-icon.vue.d.ts +6 -1
  52. package/es/components/select/index.d.ts +11 -11
  53. package/es/components/select/src/select.vue.d.ts +11 -11
  54. package/es/components/select-group/index.d.ts +4 -4
  55. package/es/components/select-group/src/select-group.vue.d.ts +4 -4
  56. package/es/components/table/index.d.ts +6 -6
  57. package/es/components/table/src/components/main-table.vue.d.ts +2 -2
  58. package/es/components/table/src/config/table.d.ts +2 -2
  59. package/es/components/table/src/table.vue.d.ts +6 -6
  60. package/es/components/textarea/index.d.ts +5 -5
  61. package/es/components/textarea/src/textarea.vue.d.ts +5 -5
  62. package/es/components/tooltip/index.d.ts +6 -6
  63. package/es/components/tooltip/src/tooltip.d.ts +1 -1
  64. package/es/components/tooltip/src/tooltip.vue.d.ts +6 -6
  65. package/es/components/tree-search/index.d.ts +6 -6
  66. package/es/components/tree-search/src/config/tree-search.d.ts +2 -2
  67. package/es/components/tree-search/src/tree-search.vue.d.ts +6 -6
  68. package/es/components/upload-drag/index.d.ts +2 -2
  69. package/es/components/upload-drag/src/upload-drag.vue.d.ts +2 -2
  70. package/es/packages/components/operate-icon/src/operate-icon.mjs +4 -0
  71. package/es/packages/components/operate-icon/src/operate-icon.mjs.map +1 -1
  72. package/es/packages/components/operate-icon/src/operate-icon.vue2.mjs +7 -1
  73. package/es/packages/components/operate-icon/src/operate-icon.vue2.mjs.map +1 -1
  74. package/es/packages/components/operate-tree/src/operate-tree.vue2.mjs.map +1 -1
  75. package/index.full.js +11 -1
  76. package/index.full.min.js +18 -18
  77. package/index.full.min.js.map +1 -1
  78. package/index.full.min.mjs +20 -20
  79. package/index.full.min.mjs.map +1 -1
  80. package/index.full.mjs +11 -1
  81. package/lib/components/advanced-filtering/index.d.ts +302 -302
  82. package/lib/components/advanced-filtering/src/advanced-filtering.vue.d.ts +152 -152
  83. package/lib/components/advanced-filtering/src/components/advanced-filtering-params.vue.d.ts +148 -148
  84. package/lib/components/advanced-filtering/src/components/advanced-filtering-tags.vue.d.ts +2 -2
  85. package/lib/components/api-component/index.d.ts +16 -16
  86. package/lib/components/api-component/src/api-component.vue.d.ts +16 -16
  87. package/lib/components/api-component/src/components/api-modal.vue.d.ts +2 -2
  88. package/lib/components/api-component/src/components/body-component.vue.d.ts +6 -6
  89. package/lib/components/api-component/src/components/click-input.vue.d.ts +2 -2
  90. package/lib/components/api-component/src/components/params-table-row.vue.d.ts +4 -4
  91. package/lib/components/api-component/src/components/params-table.vue.d.ts +6 -6
  92. package/lib/components/breadcrumb-card/index.d.ts +3 -3
  93. package/lib/components/breadcrumb-card/src/breadcrumb-card.vue.d.ts +3 -3
  94. package/lib/components/checkbox/index.d.ts +217 -217
  95. package/lib/components/checkbox/src/checkbox-group.vue.d.ts +217 -217
  96. package/lib/components/checkbox/src/checkbox.d.ts +56 -56
  97. package/lib/components/code-editor/index.d.ts +2 -2
  98. package/lib/components/code-editor/src/code-editor.vue.d.ts +2 -2
  99. package/lib/components/cropper/index.d.ts +4 -4
  100. package/lib/components/cropper/src/cropper-image.vue.d.ts +2 -2
  101. package/lib/components/cropper/src/cropper-modal.vue.d.ts +2 -2
  102. package/lib/components/drawer/index.d.ts +7 -7
  103. package/lib/components/drawer/src/components/second-confirmation/index.d.ts +2 -2
  104. package/lib/components/drawer/src/components/second-confirmation/src/second-confirmation.vue.d.ts +2 -2
  105. package/lib/components/drawer/src/drawer.vue.d.ts +7 -7
  106. package/lib/components/dropdown-button-simple/index.d.ts +11 -11
  107. package/lib/components/dropdown-button-simple/src/dropdown-button-simple.d.ts +4 -4
  108. package/lib/components/dropdown-button-simple/src/dropdown-button-simple.vue.d.ts +11 -11
  109. package/lib/components/easy-cron/index.d.ts +77 -77
  110. package/lib/components/easy-cron/src/components/easy-cron-inner.vue.d.ts +77 -77
  111. package/lib/components/easy-cron/src/components/easy-cron-modal.vue.d.ts +77 -77
  112. package/lib/components/easy-cron/src/easy-cron.vue.d.ts +77 -77
  113. package/lib/components/form/index.d.ts +148 -148
  114. package/lib/components/form/src/config/form.d.ts +56 -56
  115. package/lib/components/form/src/form.vue.d.ts +148 -148
  116. package/lib/components/icon-picker/index.d.ts +1 -1
  117. package/lib/components/icon-picker/src/components/modal.vue.d.ts +1 -1
  118. package/lib/components/icon-picker/src/icon-picker.vue.d.ts +1 -1
  119. package/lib/components/input/index.d.ts +31 -31
  120. package/lib/components/input/src/input.vue.d.ts +31 -31
  121. package/lib/components/key-value/src/components/key-value-item.vue.d.ts +240 -240
  122. package/lib/components/key-value/src/key-value.vue.d.ts +720 -720
  123. package/lib/components/modal/index.d.ts +2 -2
  124. package/lib/components/modal/src/modal.vue.d.ts +2 -2
  125. package/lib/components/new-drawer/index.d.ts +9 -9
  126. package/lib/components/new-drawer/src/drawer.vue.d.ts +9 -9
  127. package/lib/components/new-modal/index.d.ts +3 -3
  128. package/lib/components/new-modal/src/modal.vue.d.ts +3 -3
  129. package/lib/components/operate-icon/index.d.ts +6 -1
  130. package/lib/components/operate-icon/src/operate-icon.d.ts +1 -0
  131. package/lib/components/operate-icon/src/operate-icon.vue.d.ts +6 -1
  132. package/lib/components/select/index.d.ts +11 -11
  133. package/lib/components/select/src/select.vue.d.ts +11 -11
  134. package/lib/components/select-group/index.d.ts +4 -4
  135. package/lib/components/select-group/src/select-group.vue.d.ts +4 -4
  136. package/lib/components/table/index.d.ts +6 -6
  137. package/lib/components/table/src/components/main-table.vue.d.ts +2 -2
  138. package/lib/components/table/src/config/table.d.ts +2 -2
  139. package/lib/components/table/src/table.vue.d.ts +6 -6
  140. package/lib/components/textarea/index.d.ts +5 -5
  141. package/lib/components/textarea/src/textarea.vue.d.ts +5 -5
  142. package/lib/components/tooltip/index.d.ts +6 -6
  143. package/lib/components/tooltip/src/tooltip.d.ts +1 -1
  144. package/lib/components/tooltip/src/tooltip.vue.d.ts +6 -6
  145. package/lib/components/tree-search/index.d.ts +6 -6
  146. package/lib/components/tree-search/src/config/tree-search.d.ts +2 -2
  147. package/lib/components/tree-search/src/tree-search.vue.d.ts +6 -6
  148. package/lib/components/upload-drag/index.d.ts +2 -2
  149. package/lib/components/upload-drag/src/upload-drag.vue.d.ts +2 -2
  150. package/lib/packages/components/operate-icon/src/operate-icon.js +4 -0
  151. package/lib/packages/components/operate-icon/src/operate-icon.js.map +1 -1
  152. package/lib/packages/components/operate-icon/src/operate-icon.vue2.js +7 -1
  153. package/lib/packages/components/operate-icon/src/operate-icon.vue2.js.map +1 -1
  154. package/lib/packages/components/operate-tree/src/operate-tree.vue2.js.map +1 -1
  155. package/package.json +4 -4
  156. package/theme-chalk/css/index.css +1 -1
  157. package/theme-chalk/css/operate-tree.css +1 -1
  158. package/types/packages/components/advanced-filtering/index.d.ts +302 -302
  159. package/types/packages/components/advanced-filtering/src/advanced-filtering.vue.d.ts +152 -152
  160. package/types/packages/components/advanced-filtering/src/components/advanced-filtering-params.vue.d.ts +148 -148
  161. package/types/packages/components/advanced-filtering/src/components/advanced-filtering-tags.vue.d.ts +2 -2
  162. package/types/packages/components/api-component/index.d.ts +16 -16
  163. package/types/packages/components/api-component/src/api-component.vue.d.ts +16 -16
  164. package/types/packages/components/api-component/src/components/api-modal.vue.d.ts +2 -2
  165. package/types/packages/components/api-component/src/components/body-component.vue.d.ts +6 -6
  166. package/types/packages/components/api-component/src/components/click-input.vue.d.ts +2 -2
  167. package/types/packages/components/api-component/src/components/params-table-row.vue.d.ts +4 -4
  168. package/types/packages/components/api-component/src/components/params-table.vue.d.ts +6 -6
  169. package/types/packages/components/breadcrumb-card/index.d.ts +3 -3
  170. package/types/packages/components/breadcrumb-card/src/breadcrumb-card.vue.d.ts +3 -3
  171. package/types/packages/components/checkbox/index.d.ts +217 -217
  172. package/types/packages/components/checkbox/src/checkbox-group.vue.d.ts +217 -217
  173. package/types/packages/components/checkbox/src/checkbox.d.ts +56 -56
  174. package/types/packages/components/code-editor/index.d.ts +2 -2
  175. package/types/packages/components/code-editor/src/code-editor.vue.d.ts +2 -2
  176. package/types/packages/components/cropper/index.d.ts +4 -4
  177. package/types/packages/components/cropper/src/cropper-image.vue.d.ts +2 -2
  178. package/types/packages/components/cropper/src/cropper-modal.vue.d.ts +2 -2
  179. package/types/packages/components/drawer/index.d.ts +7 -7
  180. package/types/packages/components/drawer/src/components/second-confirmation/index.d.ts +2 -2
  181. package/types/packages/components/drawer/src/components/second-confirmation/src/second-confirmation.vue.d.ts +2 -2
  182. package/types/packages/components/drawer/src/drawer.vue.d.ts +7 -7
  183. package/types/packages/components/dropdown-button-simple/index.d.ts +11 -11
  184. package/types/packages/components/dropdown-button-simple/src/dropdown-button-simple.d.ts +4 -4
  185. package/types/packages/components/dropdown-button-simple/src/dropdown-button-simple.vue.d.ts +11 -11
  186. package/types/packages/components/easy-cron/index.d.ts +77 -77
  187. package/types/packages/components/easy-cron/src/components/easy-cron-inner.vue.d.ts +77 -77
  188. package/types/packages/components/easy-cron/src/components/easy-cron-modal.vue.d.ts +77 -77
  189. package/types/packages/components/easy-cron/src/easy-cron.vue.d.ts +77 -77
  190. package/types/packages/components/form/index.d.ts +148 -148
  191. package/types/packages/components/form/src/config/form.d.ts +56 -56
  192. package/types/packages/components/form/src/form.vue.d.ts +148 -148
  193. package/types/packages/components/icon-picker/index.d.ts +1 -1
  194. package/types/packages/components/icon-picker/src/components/modal.vue.d.ts +1 -1
  195. package/types/packages/components/icon-picker/src/icon-picker.vue.d.ts +1 -1
  196. package/types/packages/components/input/index.d.ts +31 -31
  197. package/types/packages/components/input/src/input.vue.d.ts +31 -31
  198. package/types/packages/components/key-value/src/components/key-value-item.vue.d.ts +240 -240
  199. package/types/packages/components/key-value/src/key-value.vue.d.ts +720 -720
  200. package/types/packages/components/modal/index.d.ts +2 -2
  201. package/types/packages/components/modal/src/modal.vue.d.ts +2 -2
  202. package/types/packages/components/new-drawer/index.d.ts +9 -9
  203. package/types/packages/components/new-drawer/src/drawer.vue.d.ts +9 -9
  204. package/types/packages/components/new-modal/index.d.ts +3 -3
  205. package/types/packages/components/new-modal/src/modal.vue.d.ts +3 -3
  206. package/types/packages/components/operate-icon/index.d.ts +6 -1
  207. package/types/packages/components/operate-icon/src/operate-icon.d.ts +1 -0
  208. package/types/packages/components/operate-icon/src/operate-icon.vue.d.ts +6 -1
  209. package/types/packages/components/select/index.d.ts +11 -11
  210. package/types/packages/components/select/src/select.vue.d.ts +11 -11
  211. package/types/packages/components/select-group/index.d.ts +4 -4
  212. package/types/packages/components/select-group/src/select-group.vue.d.ts +4 -4
  213. package/types/packages/components/table/index.d.ts +6 -6
  214. package/types/packages/components/table/src/components/main-table.vue.d.ts +2 -2
  215. package/types/packages/components/table/src/config/table.d.ts +2 -2
  216. package/types/packages/components/table/src/table.vue.d.ts +6 -6
  217. package/types/packages/components/textarea/index.d.ts +5 -5
  218. package/types/packages/components/textarea/src/textarea.vue.d.ts +5 -5
  219. package/types/packages/components/tooltip/index.d.ts +6 -6
  220. package/types/packages/components/tooltip/src/tooltip.d.ts +1 -1
  221. package/types/packages/components/tooltip/src/tooltip.vue.d.ts +6 -6
  222. package/types/packages/components/tree-search/index.d.ts +6 -6
  223. package/types/packages/components/tree-search/src/config/tree-search.d.ts +2 -2
  224. package/types/packages/components/tree-search/src/tree-search.vue.d.ts +6 -6
  225. package/types/packages/components/upload-drag/index.d.ts +2 -2
  226. package/types/packages/components/upload-drag/src/upload-drag.vue.d.ts +2 -2
@@ -1055,21 +1055,21 @@ declare const _default: import("vue").DefineComponent<{
1055
1055
  readonly formData: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("ll-plus/es/components").FormData) | (() => import("ll-plus/es/components").FormData) | ((new (...args: any[]) => import("ll-plus/es/components").FormData) | (() => import("ll-plus/es/components").FormData))[], unknown, unknown, () => {}, boolean>;
1056
1056
  readonly rowOptions: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
1057
1057
  align: {
1058
- type: import("vue").PropType<"middle" | "bottom" | "top" | "stretch" | {
1059
- xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
1060
- sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
1061
- md?: "middle" | "bottom" | "top" | "stretch" | undefined;
1062
- lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
1063
- xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
1064
- xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
1058
+ type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
1059
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
1060
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
1061
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
1062
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
1063
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
1064
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
1065
1065
  }>;
1066
- default: "middle" | "bottom" | "top" | "stretch" | {
1067
- xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
1068
- sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
1069
- md?: "middle" | "bottom" | "top" | "stretch" | undefined;
1070
- lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
1071
- xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
1072
- xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
1066
+ default: "middle" | "top" | "bottom" | "stretch" | {
1067
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
1068
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
1069
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
1070
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
1071
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
1072
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
1073
1073
  };
1074
1074
  };
1075
1075
  justify: {
@@ -1101,21 +1101,21 @@ declare const _default: import("vue").DefineComponent<{
1101
1101
  };
1102
1102
  }>>) | (() => Partial<import("vue").ExtractPropTypes<{
1103
1103
  align: {
1104
- type: import("vue").PropType<"middle" | "bottom" | "top" | "stretch" | {
1105
- xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
1106
- sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
1107
- md?: "middle" | "bottom" | "top" | "stretch" | undefined;
1108
- lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
1109
- xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
1110
- xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
1104
+ type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
1105
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
1106
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
1107
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
1108
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
1109
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
1110
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
1111
1111
  }>;
1112
- default: "middle" | "bottom" | "top" | "stretch" | {
1113
- xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
1114
- sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
1115
- md?: "middle" | "bottom" | "top" | "stretch" | undefined;
1116
- lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
1117
- xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
1118
- xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
1112
+ default: "middle" | "top" | "bottom" | "stretch" | {
1113
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
1114
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
1115
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
1116
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
1117
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
1118
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
1119
1119
  };
1120
1120
  };
1121
1121
  justify: {
@@ -1147,21 +1147,21 @@ declare const _default: import("vue").DefineComponent<{
1147
1147
  };
1148
1148
  }>>) | ((new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
1149
1149
  align: {
1150
- type: import("vue").PropType<"middle" | "bottom" | "top" | "stretch" | {
1151
- xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
1152
- sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
1153
- md?: "middle" | "bottom" | "top" | "stretch" | undefined;
1154
- lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
1155
- xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
1156
- xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
1150
+ type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
1151
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
1152
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
1153
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
1154
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
1155
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
1156
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
1157
1157
  }>;
1158
- default: "middle" | "bottom" | "top" | "stretch" | {
1159
- xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
1160
- sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
1161
- md?: "middle" | "bottom" | "top" | "stretch" | undefined;
1162
- lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
1163
- xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
1164
- xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
1158
+ default: "middle" | "top" | "bottom" | "stretch" | {
1159
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
1160
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
1161
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
1162
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
1163
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
1164
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
1165
1165
  };
1166
1166
  };
1167
1167
  justify: {
@@ -1193,21 +1193,21 @@ declare const _default: import("vue").DefineComponent<{
1193
1193
  };
1194
1194
  }>>) | (() => Partial<import("vue").ExtractPropTypes<{
1195
1195
  align: {
1196
- type: import("vue").PropType<"middle" | "bottom" | "top" | "stretch" | {
1197
- xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
1198
- sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
1199
- md?: "middle" | "bottom" | "top" | "stretch" | undefined;
1200
- lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
1201
- xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
1202
- xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
1196
+ type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
1197
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
1198
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
1199
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
1200
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
1201
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
1202
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
1203
1203
  }>;
1204
- default: "middle" | "bottom" | "top" | "stretch" | {
1205
- xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
1206
- sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
1207
- md?: "middle" | "bottom" | "top" | "stretch" | undefined;
1208
- lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
1209
- xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
1210
- xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
1204
+ default: "middle" | "top" | "bottom" | "stretch" | {
1205
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
1206
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
1207
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
1208
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
1209
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
1210
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
1211
1211
  };
1212
1212
  };
1213
1213
  justify: {
@@ -1248,8 +1248,6 @@ declare const _default: import("vue").DefineComponent<{
1248
1248
  onChange?: ((params: import("ll-plus/es/components").FormChangeEvent) => any) | undefined;
1249
1249
  }, {
1250
1250
  props: import("@vue/shared").LooseRequired<{
1251
- readonly disabled: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
1252
- readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
1253
1251
  readonly formOptions: Partial<import("vue").ExtractPropTypes<{
1254
1252
  layout: import("vue-types").VueTypeDef<string>;
1255
1253
  labelCol: {
@@ -1474,23 +1472,25 @@ declare const _default: import("vue").DefineComponent<{
1474
1472
  default: (name: string | number | string[] | number[], status: boolean, errors: string[]) => void;
1475
1473
  };
1476
1474
  }>>;
1475
+ readonly disabled: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
1476
+ readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
1477
1477
  readonly rowOptions: Partial<import("vue").ExtractPropTypes<{
1478
1478
  align: {
1479
- type: import("vue").PropType<"middle" | "bottom" | "top" | "stretch" | {
1480
- xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
1481
- sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
1482
- md?: "middle" | "bottom" | "top" | "stretch" | undefined;
1483
- lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
1484
- xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
1485
- xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
1479
+ type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
1480
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
1481
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
1482
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
1483
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
1484
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
1485
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
1486
1486
  }>;
1487
- default: "middle" | "bottom" | "top" | "stretch" | {
1488
- xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
1489
- sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
1490
- md?: "middle" | "bottom" | "top" | "stretch" | undefined;
1491
- lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
1492
- xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
1493
- xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
1487
+ default: "middle" | "top" | "bottom" | "stretch" | {
1488
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
1489
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
1490
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
1491
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
1492
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
1493
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
1494
1494
  };
1495
1495
  };
1496
1496
  justify: {
@@ -1628,10 +1628,6 @@ declare const _default: import("vue").DefineComponent<{
1628
1628
  computedFormOptions: import("vue").ComputedRef<{
1629
1629
  onSubmit?: ((e: Event) => void) | undefined;
1630
1630
  size?: import("ant-design-vue/es/button").ButtonSize;
1631
- disabled?: boolean | undefined;
1632
- rules?: {
1633
- [k: string]: import("ant-design-vue/es/form").RuleObject | import("ant-design-vue/es/form").RuleObject[];
1634
- } | undefined;
1635
1631
  labelCol?: (Partial<import("vue").ExtractPropTypes<{
1636
1632
  span: (StringConstructor | NumberConstructor)[];
1637
1633
  order: (StringConstructor | NumberConstructor)[];
@@ -1706,10 +1702,14 @@ declare const _default: import("vue").DefineComponent<{
1706
1702
  model?: {
1707
1703
  [key: string]: any;
1708
1704
  } | undefined;
1705
+ rules?: {
1706
+ [k: string]: import("ant-design-vue/es/form").RuleObject | import("ant-design-vue/es/form").RuleObject[];
1707
+ } | undefined;
1709
1708
  validateMessages?: import("ant-design-vue/es/form/interface").ValidateMessages | undefined;
1710
1709
  validateOnRuleChange?: boolean | undefined;
1711
1710
  scrollToFirstError: boolean | import("scroll-into-view-if-needed").Options<any>;
1712
1711
  validateTrigger?: string | string[] | undefined;
1712
+ disabled?: boolean | undefined;
1713
1713
  onValuesChange?: ((changedValues: any, values: any) => void) | undefined;
1714
1714
  onFieldsChange?: ((changedFields: import("ant-design-vue/es/form/interface").FieldData[], allFields: import("ant-design-vue/es/form/interface").FieldData[]) => void) | undefined;
1715
1715
  onFinish?: ((values: any) => void) | undefined;
@@ -2683,21 +2683,21 @@ declare const _default: import("vue").DefineComponent<{
2683
2683
  readonly formData: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("ll-plus/es/components").FormData) | (() => import("ll-plus/es/components").FormData) | ((new (...args: any[]) => import("ll-plus/es/components").FormData) | (() => import("ll-plus/es/components").FormData))[], unknown, unknown, () => {}, boolean>;
2684
2684
  readonly rowOptions: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
2685
2685
  align: {
2686
- type: import("vue").PropType<"middle" | "bottom" | "top" | "stretch" | {
2687
- xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
2688
- sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
2689
- md?: "middle" | "bottom" | "top" | "stretch" | undefined;
2690
- lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
2691
- xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
2692
- xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
2686
+ type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
2687
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
2688
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
2689
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
2690
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
2691
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
2692
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
2693
2693
  }>;
2694
- default: "middle" | "bottom" | "top" | "stretch" | {
2695
- xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
2696
- sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
2697
- md?: "middle" | "bottom" | "top" | "stretch" | undefined;
2698
- lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
2699
- xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
2700
- xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
2694
+ default: "middle" | "top" | "bottom" | "stretch" | {
2695
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
2696
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
2697
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
2698
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
2699
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
2700
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
2701
2701
  };
2702
2702
  };
2703
2703
  justify: {
@@ -2729,21 +2729,21 @@ declare const _default: import("vue").DefineComponent<{
2729
2729
  };
2730
2730
  }>>) | (() => Partial<import("vue").ExtractPropTypes<{
2731
2731
  align: {
2732
- type: import("vue").PropType<"middle" | "bottom" | "top" | "stretch" | {
2733
- xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
2734
- sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
2735
- md?: "middle" | "bottom" | "top" | "stretch" | undefined;
2736
- lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
2737
- xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
2738
- xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
2732
+ type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
2733
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
2734
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
2735
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
2736
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
2737
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
2738
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
2739
2739
  }>;
2740
- default: "middle" | "bottom" | "top" | "stretch" | {
2741
- xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
2742
- sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
2743
- md?: "middle" | "bottom" | "top" | "stretch" | undefined;
2744
- lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
2745
- xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
2746
- xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
2740
+ default: "middle" | "top" | "bottom" | "stretch" | {
2741
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
2742
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
2743
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
2744
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
2745
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
2746
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
2747
2747
  };
2748
2748
  };
2749
2749
  justify: {
@@ -2775,21 +2775,21 @@ declare const _default: import("vue").DefineComponent<{
2775
2775
  };
2776
2776
  }>>) | ((new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
2777
2777
  align: {
2778
- type: import("vue").PropType<"middle" | "bottom" | "top" | "stretch" | {
2779
- xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
2780
- sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
2781
- md?: "middle" | "bottom" | "top" | "stretch" | undefined;
2782
- lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
2783
- xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
2784
- xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
2778
+ type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
2779
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
2780
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
2781
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
2782
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
2783
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
2784
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
2785
2785
  }>;
2786
- default: "middle" | "bottom" | "top" | "stretch" | {
2787
- xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
2788
- sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
2789
- md?: "middle" | "bottom" | "top" | "stretch" | undefined;
2790
- lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
2791
- xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
2792
- xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
2786
+ default: "middle" | "top" | "bottom" | "stretch" | {
2787
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
2788
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
2789
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
2790
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
2791
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
2792
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
2793
2793
  };
2794
2794
  };
2795
2795
  justify: {
@@ -2821,21 +2821,21 @@ declare const _default: import("vue").DefineComponent<{
2821
2821
  };
2822
2822
  }>>) | (() => Partial<import("vue").ExtractPropTypes<{
2823
2823
  align: {
2824
- type: import("vue").PropType<"middle" | "bottom" | "top" | "stretch" | {
2825
- xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
2826
- sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
2827
- md?: "middle" | "bottom" | "top" | "stretch" | undefined;
2828
- lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
2829
- xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
2830
- xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
2824
+ type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
2825
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
2826
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
2827
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
2828
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
2829
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
2830
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
2831
2831
  }>;
2832
- default: "middle" | "bottom" | "top" | "stretch" | {
2833
- xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
2834
- sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
2835
- md?: "middle" | "bottom" | "top" | "stretch" | undefined;
2836
- lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
2837
- xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
2838
- xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
2832
+ default: "middle" | "top" | "bottom" | "stretch" | {
2833
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
2834
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
2835
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
2836
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
2837
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
2838
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
2839
2839
  };
2840
2840
  };
2841
2841
  justify: {
@@ -2875,8 +2875,6 @@ declare const _default: import("vue").DefineComponent<{
2875
2875
  }>> & {
2876
2876
  onChange?: ((params: import("ll-plus/es/components").FormChangeEvent) => any) | undefined;
2877
2877
  }, {
2878
- readonly disabled: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
2879
- readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
2880
2878
  readonly formOptions: Partial<import("vue").ExtractPropTypes<{
2881
2879
  layout: import("vue-types").VueTypeDef<string>;
2882
2880
  labelCol: {
@@ -3101,23 +3099,25 @@ declare const _default: import("vue").DefineComponent<{
3101
3099
  default: (name: string | number | string[] | number[], status: boolean, errors: string[]) => void;
3102
3100
  };
3103
3101
  }>>;
3102
+ readonly disabled: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
3103
+ readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
3104
3104
  readonly rowOptions: Partial<import("vue").ExtractPropTypes<{
3105
3105
  align: {
3106
- type: import("vue").PropType<"middle" | "bottom" | "top" | "stretch" | {
3107
- xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
3108
- sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
3109
- md?: "middle" | "bottom" | "top" | "stretch" | undefined;
3110
- lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
3111
- xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
3112
- xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
3106
+ type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
3107
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
3108
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
3109
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
3110
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
3111
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
3112
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
3113
3113
  }>;
3114
- default: "middle" | "bottom" | "top" | "stretch" | {
3115
- xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
3116
- sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
3117
- md?: "middle" | "bottom" | "top" | "stretch" | undefined;
3118
- lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
3119
- xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
3120
- xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
3114
+ default: "middle" | "top" | "bottom" | "stretch" | {
3115
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
3116
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
3117
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
3118
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
3119
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
3120
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
3121
3121
  };
3122
3122
  };
3123
3123
  justify: {
@@ -4059,21 +4059,21 @@ declare const _default: import("vue").DefineComponent<{
4059
4059
  readonly formData: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("ll-plus/es/components").FormData) | (() => import("ll-plus/es/components").FormData) | ((new (...args: any[]) => import("ll-plus/es/components").FormData) | (() => import("ll-plus/es/components").FormData))[], unknown, unknown, () => {}, boolean>;
4060
4060
  readonly rowOptions: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
4061
4061
  align: {
4062
- type: import("vue").PropType<"middle" | "bottom" | "top" | "stretch" | {
4063
- xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
4064
- sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
4065
- md?: "middle" | "bottom" | "top" | "stretch" | undefined;
4066
- lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
4067
- xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
4068
- xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
4062
+ type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
4063
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
4064
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
4065
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
4066
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
4067
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
4068
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
4069
4069
  }>;
4070
- default: "middle" | "bottom" | "top" | "stretch" | {
4071
- xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
4072
- sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
4073
- md?: "middle" | "bottom" | "top" | "stretch" | undefined;
4074
- lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
4075
- xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
4076
- xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
4070
+ default: "middle" | "top" | "bottom" | "stretch" | {
4071
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
4072
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
4073
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
4074
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
4075
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
4076
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
4077
4077
  };
4078
4078
  };
4079
4079
  justify: {
@@ -4105,21 +4105,21 @@ declare const _default: import("vue").DefineComponent<{
4105
4105
  };
4106
4106
  }>>) | (() => Partial<import("vue").ExtractPropTypes<{
4107
4107
  align: {
4108
- type: import("vue").PropType<"middle" | "bottom" | "top" | "stretch" | {
4109
- xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
4110
- sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
4111
- md?: "middle" | "bottom" | "top" | "stretch" | undefined;
4112
- lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
4113
- xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
4114
- xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
4108
+ type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
4109
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
4110
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
4111
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
4112
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
4113
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
4114
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
4115
4115
  }>;
4116
- default: "middle" | "bottom" | "top" | "stretch" | {
4117
- xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
4118
- sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
4119
- md?: "middle" | "bottom" | "top" | "stretch" | undefined;
4120
- lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
4121
- xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
4122
- xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
4116
+ default: "middle" | "top" | "bottom" | "stretch" | {
4117
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
4118
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
4119
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
4120
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
4121
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
4122
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
4123
4123
  };
4124
4124
  };
4125
4125
  justify: {
@@ -4151,21 +4151,21 @@ declare const _default: import("vue").DefineComponent<{
4151
4151
  };
4152
4152
  }>>) | ((new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
4153
4153
  align: {
4154
- type: import("vue").PropType<"middle" | "bottom" | "top" | "stretch" | {
4155
- xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
4156
- sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
4157
- md?: "middle" | "bottom" | "top" | "stretch" | undefined;
4158
- lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
4159
- xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
4160
- xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
4154
+ type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
4155
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
4156
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
4157
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
4158
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
4159
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
4160
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
4161
4161
  }>;
4162
- default: "middle" | "bottom" | "top" | "stretch" | {
4163
- xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
4164
- sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
4165
- md?: "middle" | "bottom" | "top" | "stretch" | undefined;
4166
- lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
4167
- xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
4168
- xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
4162
+ default: "middle" | "top" | "bottom" | "stretch" | {
4163
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
4164
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
4165
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
4166
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
4167
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
4168
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
4169
4169
  };
4170
4170
  };
4171
4171
  justify: {
@@ -4197,21 +4197,21 @@ declare const _default: import("vue").DefineComponent<{
4197
4197
  };
4198
4198
  }>>) | (() => Partial<import("vue").ExtractPropTypes<{
4199
4199
  align: {
4200
- type: import("vue").PropType<"middle" | "bottom" | "top" | "stretch" | {
4201
- xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
4202
- sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
4203
- md?: "middle" | "bottom" | "top" | "stretch" | undefined;
4204
- lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
4205
- xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
4206
- xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
4200
+ type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
4201
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
4202
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
4203
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
4204
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
4205
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
4206
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
4207
4207
  }>;
4208
- default: "middle" | "bottom" | "top" | "stretch" | {
4209
- xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
4210
- sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
4211
- md?: "middle" | "bottom" | "top" | "stretch" | undefined;
4212
- lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
4213
- xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
4214
- xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
4208
+ default: "middle" | "top" | "bottom" | "stretch" | {
4209
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
4210
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
4211
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
4212
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
4213
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
4214
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
4215
4215
  };
4216
4216
  };
4217
4217
  justify: {
@@ -4252,8 +4252,6 @@ declare const _default: import("vue").DefineComponent<{
4252
4252
  onChange?: ((params: import("ll-plus/es/components").FormChangeEvent) => any) | undefined;
4253
4253
  }, {
4254
4254
  props: import("@vue/shared").LooseRequired<{
4255
- readonly disabled: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
4256
- readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
4257
4255
  readonly formOptions: Partial<import("vue").ExtractPropTypes<{
4258
4256
  layout: import("vue-types").VueTypeDef<string>;
4259
4257
  labelCol: {
@@ -4478,23 +4476,25 @@ declare const _default: import("vue").DefineComponent<{
4478
4476
  default: (name: string | number | string[] | number[], status: boolean, errors: string[]) => void;
4479
4477
  };
4480
4478
  }>>;
4479
+ readonly disabled: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
4480
+ readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
4481
4481
  readonly rowOptions: Partial<import("vue").ExtractPropTypes<{
4482
4482
  align: {
4483
- type: import("vue").PropType<"middle" | "bottom" | "top" | "stretch" | {
4484
- xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
4485
- sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
4486
- md?: "middle" | "bottom" | "top" | "stretch" | undefined;
4487
- lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
4488
- xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
4489
- xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
4483
+ type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
4484
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
4485
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
4486
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
4487
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
4488
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
4489
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
4490
4490
  }>;
4491
- default: "middle" | "bottom" | "top" | "stretch" | {
4492
- xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
4493
- sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
4494
- md?: "middle" | "bottom" | "top" | "stretch" | undefined;
4495
- lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
4496
- xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
4497
- xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
4491
+ default: "middle" | "top" | "bottom" | "stretch" | {
4492
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
4493
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
4494
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
4495
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
4496
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
4497
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
4498
4498
  };
4499
4499
  };
4500
4500
  justify: {
@@ -4632,10 +4632,6 @@ declare const _default: import("vue").DefineComponent<{
4632
4632
  computedFormOptions: import("vue").ComputedRef<{
4633
4633
  onSubmit?: ((e: Event) => void) | undefined;
4634
4634
  size?: import("ant-design-vue/es/button").ButtonSize;
4635
- disabled?: boolean | undefined;
4636
- rules?: {
4637
- [k: string]: import("ant-design-vue/es/form").RuleObject | import("ant-design-vue/es/form").RuleObject[];
4638
- } | undefined;
4639
4635
  labelCol?: (Partial<import("vue").ExtractPropTypes<{
4640
4636
  span: (StringConstructor | NumberConstructor)[];
4641
4637
  order: (StringConstructor | NumberConstructor)[];
@@ -4710,10 +4706,14 @@ declare const _default: import("vue").DefineComponent<{
4710
4706
  model?: {
4711
4707
  [key: string]: any;
4712
4708
  } | undefined;
4709
+ rules?: {
4710
+ [k: string]: import("ant-design-vue/es/form").RuleObject | import("ant-design-vue/es/form").RuleObject[];
4711
+ } | undefined;
4713
4712
  validateMessages?: import("ant-design-vue/es/form/interface").ValidateMessages | undefined;
4714
4713
  validateOnRuleChange?: boolean | undefined;
4715
4714
  scrollToFirstError: boolean | import("scroll-into-view-if-needed").Options<any>;
4716
4715
  validateTrigger?: string | string[] | undefined;
4716
+ disabled?: boolean | undefined;
4717
4717
  onValuesChange?: ((changedValues: any, values: any) => void) | undefined;
4718
4718
  onFieldsChange?: ((changedFields: import("ant-design-vue/es/form/interface").FieldData[], allFields: import("ant-design-vue/es/form/interface").FieldData[]) => void) | undefined;
4719
4719
  onFinish?: ((values: any) => void) | undefined;
@@ -4786,8 +4786,6 @@ declare const _default: import("vue").DefineComponent<{
4786
4786
  readonly item: any;
4787
4787
  }, {}>;
4788
4788
  }, {}, {}, {}, {
4789
- readonly disabled: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
4790
- readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
4791
4789
  readonly formOptions: Partial<import("vue").ExtractPropTypes<{
4792
4790
  layout: import("vue-types").VueTypeDef<string>;
4793
4791
  labelCol: {
@@ -5012,23 +5010,25 @@ declare const _default: import("vue").DefineComponent<{
5012
5010
  default: (name: string | number | string[] | number[], status: boolean, errors: string[]) => void;
5013
5011
  };
5014
5012
  }>>;
5013
+ readonly disabled: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
5014
+ readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
5015
5015
  readonly rowOptions: Partial<import("vue").ExtractPropTypes<{
5016
5016
  align: {
5017
- type: import("vue").PropType<"middle" | "bottom" | "top" | "stretch" | {
5018
- xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
5019
- sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
5020
- md?: "middle" | "bottom" | "top" | "stretch" | undefined;
5021
- lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
5022
- xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
5023
- xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
5017
+ type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
5018
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
5019
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
5020
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
5021
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
5022
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
5023
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
5024
5024
  }>;
5025
- default: "middle" | "bottom" | "top" | "stretch" | {
5026
- xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
5027
- sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
5028
- md?: "middle" | "bottom" | "top" | "stretch" | undefined;
5029
- lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
5030
- xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
5031
- xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
5025
+ default: "middle" | "top" | "bottom" | "stretch" | {
5026
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
5027
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
5028
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
5029
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
5030
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
5031
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
5032
5032
  };
5033
5033
  };
5034
5034
  justify: {
@@ -6363,21 +6363,21 @@ declare const _default: import("vue").DefineComponent<{
6363
6363
  readonly formData: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("ll-plus/es/components").FormData) | (() => import("ll-plus/es/components").FormData) | ((new (...args: any[]) => import("ll-plus/es/components").FormData) | (() => import("ll-plus/es/components").FormData))[], unknown, unknown, () => {}, boolean>;
6364
6364
  readonly rowOptions: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
6365
6365
  align: {
6366
- type: import("vue").PropType<"middle" | "bottom" | "top" | "stretch" | {
6367
- xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
6368
- sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
6369
- md?: "middle" | "bottom" | "top" | "stretch" | undefined;
6370
- lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
6371
- xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
6372
- xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
6366
+ type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
6367
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
6368
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
6369
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
6370
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
6371
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
6372
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
6373
6373
  }>;
6374
- default: "middle" | "bottom" | "top" | "stretch" | {
6375
- xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
6376
- sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
6377
- md?: "middle" | "bottom" | "top" | "stretch" | undefined;
6378
- lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
6379
- xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
6380
- xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
6374
+ default: "middle" | "top" | "bottom" | "stretch" | {
6375
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
6376
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
6377
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
6378
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
6379
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
6380
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
6381
6381
  };
6382
6382
  };
6383
6383
  justify: {
@@ -6409,21 +6409,21 @@ declare const _default: import("vue").DefineComponent<{
6409
6409
  };
6410
6410
  }>>) | (() => Partial<import("vue").ExtractPropTypes<{
6411
6411
  align: {
6412
- type: import("vue").PropType<"middle" | "bottom" | "top" | "stretch" | {
6413
- xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
6414
- sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
6415
- md?: "middle" | "bottom" | "top" | "stretch" | undefined;
6416
- lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
6417
- xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
6418
- xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
6412
+ type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
6413
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
6414
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
6415
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
6416
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
6417
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
6418
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
6419
6419
  }>;
6420
- default: "middle" | "bottom" | "top" | "stretch" | {
6421
- xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
6422
- sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
6423
- md?: "middle" | "bottom" | "top" | "stretch" | undefined;
6424
- lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
6425
- xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
6426
- xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
6420
+ default: "middle" | "top" | "bottom" | "stretch" | {
6421
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
6422
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
6423
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
6424
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
6425
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
6426
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
6427
6427
  };
6428
6428
  };
6429
6429
  justify: {
@@ -6455,21 +6455,21 @@ declare const _default: import("vue").DefineComponent<{
6455
6455
  };
6456
6456
  }>>) | ((new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
6457
6457
  align: {
6458
- type: import("vue").PropType<"middle" | "bottom" | "top" | "stretch" | {
6459
- xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
6460
- sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
6461
- md?: "middle" | "bottom" | "top" | "stretch" | undefined;
6462
- lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
6463
- xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
6464
- xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
6458
+ type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
6459
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
6460
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
6461
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
6462
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
6463
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
6464
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
6465
6465
  }>;
6466
- default: "middle" | "bottom" | "top" | "stretch" | {
6467
- xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
6468
- sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
6469
- md?: "middle" | "bottom" | "top" | "stretch" | undefined;
6470
- lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
6471
- xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
6472
- xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
6466
+ default: "middle" | "top" | "bottom" | "stretch" | {
6467
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
6468
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
6469
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
6470
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
6471
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
6472
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
6473
6473
  };
6474
6474
  };
6475
6475
  justify: {
@@ -6501,21 +6501,21 @@ declare const _default: import("vue").DefineComponent<{
6501
6501
  };
6502
6502
  }>>) | (() => Partial<import("vue").ExtractPropTypes<{
6503
6503
  align: {
6504
- type: import("vue").PropType<"middle" | "bottom" | "top" | "stretch" | {
6505
- xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
6506
- sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
6507
- md?: "middle" | "bottom" | "top" | "stretch" | undefined;
6508
- lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
6509
- xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
6510
- xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
6504
+ type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
6505
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
6506
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
6507
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
6508
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
6509
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
6510
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
6511
6511
  }>;
6512
- default: "middle" | "bottom" | "top" | "stretch" | {
6513
- xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
6514
- sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
6515
- md?: "middle" | "bottom" | "top" | "stretch" | undefined;
6516
- lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
6517
- xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
6518
- xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
6512
+ default: "middle" | "top" | "bottom" | "stretch" | {
6513
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
6514
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
6515
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
6516
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
6517
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
6518
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
6519
6519
  };
6520
6520
  };
6521
6521
  justify: {
@@ -6556,8 +6556,6 @@ declare const _default: import("vue").DefineComponent<{
6556
6556
  onChange?: ((params: import("ll-plus/es/components").FormChangeEvent) => any) | undefined;
6557
6557
  }, {
6558
6558
  props: import("@vue/shared").LooseRequired<{
6559
- readonly disabled: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
6560
- readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
6561
6559
  readonly formOptions: Partial<import("vue").ExtractPropTypes<{
6562
6560
  layout: import("vue-types").VueTypeDef<string>;
6563
6561
  labelCol: {
@@ -6782,23 +6780,25 @@ declare const _default: import("vue").DefineComponent<{
6782
6780
  default: (name: string | number | string[] | number[], status: boolean, errors: string[]) => void;
6783
6781
  };
6784
6782
  }>>;
6783
+ readonly disabled: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
6784
+ readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
6785
6785
  readonly rowOptions: Partial<import("vue").ExtractPropTypes<{
6786
6786
  align: {
6787
- type: import("vue").PropType<"middle" | "bottom" | "top" | "stretch" | {
6788
- xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
6789
- sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
6790
- md?: "middle" | "bottom" | "top" | "stretch" | undefined;
6791
- lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
6792
- xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
6793
- xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
6787
+ type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
6788
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
6789
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
6790
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
6791
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
6792
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
6793
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
6794
6794
  }>;
6795
- default: "middle" | "bottom" | "top" | "stretch" | {
6796
- xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
6797
- sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
6798
- md?: "middle" | "bottom" | "top" | "stretch" | undefined;
6799
- lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
6800
- xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
6801
- xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
6795
+ default: "middle" | "top" | "bottom" | "stretch" | {
6796
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
6797
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
6798
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
6799
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
6800
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
6801
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
6802
6802
  };
6803
6803
  };
6804
6804
  justify: {
@@ -6936,10 +6936,6 @@ declare const _default: import("vue").DefineComponent<{
6936
6936
  computedFormOptions: import("vue").ComputedRef<{
6937
6937
  onSubmit?: ((e: Event) => void) | undefined;
6938
6938
  size?: import("ant-design-vue/es/button").ButtonSize;
6939
- disabled?: boolean | undefined;
6940
- rules?: {
6941
- [k: string]: import("ant-design-vue/es/form").RuleObject | import("ant-design-vue/es/form").RuleObject[];
6942
- } | undefined;
6943
6939
  labelCol?: (Partial<import("vue").ExtractPropTypes<{
6944
6940
  span: (StringConstructor | NumberConstructor)[];
6945
6941
  order: (StringConstructor | NumberConstructor)[];
@@ -7014,10 +7010,14 @@ declare const _default: import("vue").DefineComponent<{
7014
7010
  model?: {
7015
7011
  [key: string]: any;
7016
7012
  } | undefined;
7013
+ rules?: {
7014
+ [k: string]: import("ant-design-vue/es/form").RuleObject | import("ant-design-vue/es/form").RuleObject[];
7015
+ } | undefined;
7017
7016
  validateMessages?: import("ant-design-vue/es/form/interface").ValidateMessages | undefined;
7018
7017
  validateOnRuleChange?: boolean | undefined;
7019
7018
  scrollToFirstError: boolean | import("scroll-into-view-if-needed").Options<any>;
7020
7019
  validateTrigger?: string | string[] | undefined;
7020
+ disabled?: boolean | undefined;
7021
7021
  onValuesChange?: ((changedValues: any, values: any) => void) | undefined;
7022
7022
  onFieldsChange?: ((changedFields: import("ant-design-vue/es/form/interface").FieldData[], allFields: import("ant-design-vue/es/form/interface").FieldData[]) => void) | undefined;
7023
7023
  onFinish?: ((values: any) => void) | undefined;
@@ -7991,21 +7991,21 @@ declare const _default: import("vue").DefineComponent<{
7991
7991
  readonly formData: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("ll-plus/es/components").FormData) | (() => import("ll-plus/es/components").FormData) | ((new (...args: any[]) => import("ll-plus/es/components").FormData) | (() => import("ll-plus/es/components").FormData))[], unknown, unknown, () => {}, boolean>;
7992
7992
  readonly rowOptions: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
7993
7993
  align: {
7994
- type: import("vue").PropType<"middle" | "bottom" | "top" | "stretch" | {
7995
- xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
7996
- sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
7997
- md?: "middle" | "bottom" | "top" | "stretch" | undefined;
7998
- lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
7999
- xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
8000
- xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
7994
+ type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
7995
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
7996
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
7997
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
7998
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
7999
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
8000
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
8001
8001
  }>;
8002
- default: "middle" | "bottom" | "top" | "stretch" | {
8003
- xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
8004
- sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
8005
- md?: "middle" | "bottom" | "top" | "stretch" | undefined;
8006
- lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
8007
- xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
8008
- xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
8002
+ default: "middle" | "top" | "bottom" | "stretch" | {
8003
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
8004
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
8005
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
8006
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
8007
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
8008
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
8009
8009
  };
8010
8010
  };
8011
8011
  justify: {
@@ -8037,21 +8037,21 @@ declare const _default: import("vue").DefineComponent<{
8037
8037
  };
8038
8038
  }>>) | (() => Partial<import("vue").ExtractPropTypes<{
8039
8039
  align: {
8040
- type: import("vue").PropType<"middle" | "bottom" | "top" | "stretch" | {
8041
- xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
8042
- sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
8043
- md?: "middle" | "bottom" | "top" | "stretch" | undefined;
8044
- lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
8045
- xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
8046
- xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
8040
+ type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
8041
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
8042
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
8043
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
8044
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
8045
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
8046
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
8047
8047
  }>;
8048
- default: "middle" | "bottom" | "top" | "stretch" | {
8049
- xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
8050
- sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
8051
- md?: "middle" | "bottom" | "top" | "stretch" | undefined;
8052
- lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
8053
- xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
8054
- xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
8048
+ default: "middle" | "top" | "bottom" | "stretch" | {
8049
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
8050
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
8051
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
8052
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
8053
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
8054
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
8055
8055
  };
8056
8056
  };
8057
8057
  justify: {
@@ -8083,21 +8083,21 @@ declare const _default: import("vue").DefineComponent<{
8083
8083
  };
8084
8084
  }>>) | ((new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
8085
8085
  align: {
8086
- type: import("vue").PropType<"middle" | "bottom" | "top" | "stretch" | {
8087
- xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
8088
- sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
8089
- md?: "middle" | "bottom" | "top" | "stretch" | undefined;
8090
- lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
8091
- xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
8092
- xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
8086
+ type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
8087
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
8088
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
8089
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
8090
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
8091
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
8092
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
8093
8093
  }>;
8094
- default: "middle" | "bottom" | "top" | "stretch" | {
8095
- xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
8096
- sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
8097
- md?: "middle" | "bottom" | "top" | "stretch" | undefined;
8098
- lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
8099
- xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
8100
- xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
8094
+ default: "middle" | "top" | "bottom" | "stretch" | {
8095
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
8096
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
8097
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
8098
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
8099
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
8100
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
8101
8101
  };
8102
8102
  };
8103
8103
  justify: {
@@ -8129,21 +8129,21 @@ declare const _default: import("vue").DefineComponent<{
8129
8129
  };
8130
8130
  }>>) | (() => Partial<import("vue").ExtractPropTypes<{
8131
8131
  align: {
8132
- type: import("vue").PropType<"middle" | "bottom" | "top" | "stretch" | {
8133
- xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
8134
- sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
8135
- md?: "middle" | "bottom" | "top" | "stretch" | undefined;
8136
- lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
8137
- xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
8138
- xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
8132
+ type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
8133
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
8134
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
8135
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
8136
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
8137
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
8138
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
8139
8139
  }>;
8140
- default: "middle" | "bottom" | "top" | "stretch" | {
8141
- xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
8142
- sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
8143
- md?: "middle" | "bottom" | "top" | "stretch" | undefined;
8144
- lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
8145
- xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
8146
- xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
8140
+ default: "middle" | "top" | "bottom" | "stretch" | {
8141
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
8142
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
8143
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
8144
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
8145
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
8146
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
8147
8147
  };
8148
8148
  };
8149
8149
  justify: {
@@ -8183,8 +8183,6 @@ declare const _default: import("vue").DefineComponent<{
8183
8183
  }>> & {
8184
8184
  onChange?: ((params: import("ll-plus/es/components").FormChangeEvent) => any) | undefined;
8185
8185
  }, {
8186
- readonly disabled: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
8187
- readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
8188
8186
  readonly formOptions: Partial<import("vue").ExtractPropTypes<{
8189
8187
  layout: import("vue-types").VueTypeDef<string>;
8190
8188
  labelCol: {
@@ -8409,23 +8407,25 @@ declare const _default: import("vue").DefineComponent<{
8409
8407
  default: (name: string | number | string[] | number[], status: boolean, errors: string[]) => void;
8410
8408
  };
8411
8409
  }>>;
8410
+ readonly disabled: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
8411
+ readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
8412
8412
  readonly rowOptions: Partial<import("vue").ExtractPropTypes<{
8413
8413
  align: {
8414
- type: import("vue").PropType<"middle" | "bottom" | "top" | "stretch" | {
8415
- xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
8416
- sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
8417
- md?: "middle" | "bottom" | "top" | "stretch" | undefined;
8418
- lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
8419
- xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
8420
- xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
8414
+ type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
8415
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
8416
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
8417
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
8418
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
8419
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
8420
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
8421
8421
  }>;
8422
- default: "middle" | "bottom" | "top" | "stretch" | {
8423
- xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
8424
- sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
8425
- md?: "middle" | "bottom" | "top" | "stretch" | undefined;
8426
- lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
8427
- xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
8428
- xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
8422
+ default: "middle" | "top" | "bottom" | "stretch" | {
8423
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
8424
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
8425
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
8426
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
8427
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
8428
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
8429
8429
  };
8430
8430
  };
8431
8431
  justify: {
@@ -9367,21 +9367,21 @@ declare const _default: import("vue").DefineComponent<{
9367
9367
  readonly formData: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("ll-plus/es/components").FormData) | (() => import("ll-plus/es/components").FormData) | ((new (...args: any[]) => import("ll-plus/es/components").FormData) | (() => import("ll-plus/es/components").FormData))[], unknown, unknown, () => {}, boolean>;
9368
9368
  readonly rowOptions: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
9369
9369
  align: {
9370
- type: import("vue").PropType<"middle" | "bottom" | "top" | "stretch" | {
9371
- xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
9372
- sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
9373
- md?: "middle" | "bottom" | "top" | "stretch" | undefined;
9374
- lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
9375
- xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
9376
- xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
9370
+ type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
9371
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
9372
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
9373
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
9374
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
9375
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
9376
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
9377
9377
  }>;
9378
- default: "middle" | "bottom" | "top" | "stretch" | {
9379
- xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
9380
- sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
9381
- md?: "middle" | "bottom" | "top" | "stretch" | undefined;
9382
- lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
9383
- xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
9384
- xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
9378
+ default: "middle" | "top" | "bottom" | "stretch" | {
9379
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
9380
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
9381
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
9382
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
9383
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
9384
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
9385
9385
  };
9386
9386
  };
9387
9387
  justify: {
@@ -9413,21 +9413,21 @@ declare const _default: import("vue").DefineComponent<{
9413
9413
  };
9414
9414
  }>>) | (() => Partial<import("vue").ExtractPropTypes<{
9415
9415
  align: {
9416
- type: import("vue").PropType<"middle" | "bottom" | "top" | "stretch" | {
9417
- xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
9418
- sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
9419
- md?: "middle" | "bottom" | "top" | "stretch" | undefined;
9420
- lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
9421
- xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
9422
- xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
9416
+ type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
9417
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
9418
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
9419
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
9420
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
9421
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
9422
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
9423
9423
  }>;
9424
- default: "middle" | "bottom" | "top" | "stretch" | {
9425
- xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
9426
- sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
9427
- md?: "middle" | "bottom" | "top" | "stretch" | undefined;
9428
- lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
9429
- xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
9430
- xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
9424
+ default: "middle" | "top" | "bottom" | "stretch" | {
9425
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
9426
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
9427
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
9428
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
9429
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
9430
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
9431
9431
  };
9432
9432
  };
9433
9433
  justify: {
@@ -9459,21 +9459,21 @@ declare const _default: import("vue").DefineComponent<{
9459
9459
  };
9460
9460
  }>>) | ((new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
9461
9461
  align: {
9462
- type: import("vue").PropType<"middle" | "bottom" | "top" | "stretch" | {
9463
- xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
9464
- sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
9465
- md?: "middle" | "bottom" | "top" | "stretch" | undefined;
9466
- lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
9467
- xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
9468
- xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
9462
+ type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
9463
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
9464
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
9465
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
9466
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
9467
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
9468
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
9469
9469
  }>;
9470
- default: "middle" | "bottom" | "top" | "stretch" | {
9471
- xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
9472
- sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
9473
- md?: "middle" | "bottom" | "top" | "stretch" | undefined;
9474
- lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
9475
- xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
9476
- xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
9470
+ default: "middle" | "top" | "bottom" | "stretch" | {
9471
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
9472
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
9473
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
9474
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
9475
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
9476
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
9477
9477
  };
9478
9478
  };
9479
9479
  justify: {
@@ -9505,21 +9505,21 @@ declare const _default: import("vue").DefineComponent<{
9505
9505
  };
9506
9506
  }>>) | (() => Partial<import("vue").ExtractPropTypes<{
9507
9507
  align: {
9508
- type: import("vue").PropType<"middle" | "bottom" | "top" | "stretch" | {
9509
- xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
9510
- sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
9511
- md?: "middle" | "bottom" | "top" | "stretch" | undefined;
9512
- lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
9513
- xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
9514
- xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
9508
+ type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
9509
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
9510
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
9511
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
9512
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
9513
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
9514
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
9515
9515
  }>;
9516
- default: "middle" | "bottom" | "top" | "stretch" | {
9517
- xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
9518
- sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
9519
- md?: "middle" | "bottom" | "top" | "stretch" | undefined;
9520
- lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
9521
- xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
9522
- xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
9516
+ default: "middle" | "top" | "bottom" | "stretch" | {
9517
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
9518
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
9519
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
9520
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
9521
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
9522
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
9523
9523
  };
9524
9524
  };
9525
9525
  justify: {
@@ -9560,8 +9560,6 @@ declare const _default: import("vue").DefineComponent<{
9560
9560
  onChange?: ((params: import("ll-plus/es/components").FormChangeEvent) => any) | undefined;
9561
9561
  }, {
9562
9562
  props: import("@vue/shared").LooseRequired<{
9563
- readonly disabled: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
9564
- readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
9565
9563
  readonly formOptions: Partial<import("vue").ExtractPropTypes<{
9566
9564
  layout: import("vue-types").VueTypeDef<string>;
9567
9565
  labelCol: {
@@ -9786,23 +9784,25 @@ declare const _default: import("vue").DefineComponent<{
9786
9784
  default: (name: string | number | string[] | number[], status: boolean, errors: string[]) => void;
9787
9785
  };
9788
9786
  }>>;
9787
+ readonly disabled: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
9788
+ readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
9789
9789
  readonly rowOptions: Partial<import("vue").ExtractPropTypes<{
9790
9790
  align: {
9791
- type: import("vue").PropType<"middle" | "bottom" | "top" | "stretch" | {
9792
- xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
9793
- sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
9794
- md?: "middle" | "bottom" | "top" | "stretch" | undefined;
9795
- lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
9796
- xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
9797
- xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
9791
+ type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
9792
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
9793
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
9794
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
9795
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
9796
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
9797
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
9798
9798
  }>;
9799
- default: "middle" | "bottom" | "top" | "stretch" | {
9800
- xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
9801
- sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
9802
- md?: "middle" | "bottom" | "top" | "stretch" | undefined;
9803
- lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
9804
- xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
9805
- xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
9799
+ default: "middle" | "top" | "bottom" | "stretch" | {
9800
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
9801
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
9802
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
9803
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
9804
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
9805
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
9806
9806
  };
9807
9807
  };
9808
9808
  justify: {
@@ -9940,10 +9940,6 @@ declare const _default: import("vue").DefineComponent<{
9940
9940
  computedFormOptions: import("vue").ComputedRef<{
9941
9941
  onSubmit?: ((e: Event) => void) | undefined;
9942
9942
  size?: import("ant-design-vue/es/button").ButtonSize;
9943
- disabled?: boolean | undefined;
9944
- rules?: {
9945
- [k: string]: import("ant-design-vue/es/form").RuleObject | import("ant-design-vue/es/form").RuleObject[];
9946
- } | undefined;
9947
9943
  labelCol?: (Partial<import("vue").ExtractPropTypes<{
9948
9944
  span: (StringConstructor | NumberConstructor)[];
9949
9945
  order: (StringConstructor | NumberConstructor)[];
@@ -10018,10 +10014,14 @@ declare const _default: import("vue").DefineComponent<{
10018
10014
  model?: {
10019
10015
  [key: string]: any;
10020
10016
  } | undefined;
10017
+ rules?: {
10018
+ [k: string]: import("ant-design-vue/es/form").RuleObject | import("ant-design-vue/es/form").RuleObject[];
10019
+ } | undefined;
10021
10020
  validateMessages?: import("ant-design-vue/es/form/interface").ValidateMessages | undefined;
10022
10021
  validateOnRuleChange?: boolean | undefined;
10023
10022
  scrollToFirstError: boolean | import("scroll-into-view-if-needed").Options<any>;
10024
10023
  validateTrigger?: string | string[] | undefined;
10024
+ disabled?: boolean | undefined;
10025
10025
  onValuesChange?: ((changedValues: any, values: any) => void) | undefined;
10026
10026
  onFieldsChange?: ((changedFields: import("ant-design-vue/es/form/interface").FieldData[], allFields: import("ant-design-vue/es/form/interface").FieldData[]) => void) | undefined;
10027
10027
  onFinish?: ((values: any) => void) | undefined;
@@ -10094,8 +10094,6 @@ declare const _default: import("vue").DefineComponent<{
10094
10094
  readonly item: any;
10095
10095
  }, {}>;
10096
10096
  }, {}, {}, {}, {
10097
- readonly disabled: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
10098
- readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
10099
10097
  readonly formOptions: Partial<import("vue").ExtractPropTypes<{
10100
10098
  layout: import("vue-types").VueTypeDef<string>;
10101
10099
  labelCol: {
@@ -10320,23 +10318,25 @@ declare const _default: import("vue").DefineComponent<{
10320
10318
  default: (name: string | number | string[] | number[], status: boolean, errors: string[]) => void;
10321
10319
  };
10322
10320
  }>>;
10321
+ readonly disabled: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
10322
+ readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
10323
10323
  readonly rowOptions: Partial<import("vue").ExtractPropTypes<{
10324
10324
  align: {
10325
- type: import("vue").PropType<"middle" | "bottom" | "top" | "stretch" | {
10326
- xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
10327
- sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
10328
- md?: "middle" | "bottom" | "top" | "stretch" | undefined;
10329
- lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
10330
- xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
10331
- xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
10325
+ type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
10326
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
10327
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
10328
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
10329
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
10330
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
10331
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
10332
10332
  }>;
10333
- default: "middle" | "bottom" | "top" | "stretch" | {
10334
- xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
10335
- sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
10336
- md?: "middle" | "bottom" | "top" | "stretch" | undefined;
10337
- lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
10338
- xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
10339
- xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
10333
+ default: "middle" | "top" | "bottom" | "stretch" | {
10334
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
10335
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
10336
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
10337
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
10338
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
10339
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
10340
10340
  };
10341
10341
  };
10342
10342
  justify: {
@@ -11625,21 +11625,21 @@ declare const _default: import("vue").DefineComponent<{
11625
11625
  readonly formData: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("ll-plus/es/components").FormData) | (() => import("ll-plus/es/components").FormData) | ((new (...args: any[]) => import("ll-plus/es/components").FormData) | (() => import("ll-plus/es/components").FormData))[], unknown, unknown, () => {}, boolean>;
11626
11626
  readonly rowOptions: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
11627
11627
  align: {
11628
- type: import("vue").PropType<"middle" | "bottom" | "top" | "stretch" | {
11629
- xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
11630
- sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
11631
- md?: "middle" | "bottom" | "top" | "stretch" | undefined;
11632
- lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
11633
- xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
11634
- xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
11628
+ type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
11629
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
11630
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
11631
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
11632
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
11633
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
11634
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
11635
11635
  }>;
11636
- default: "middle" | "bottom" | "top" | "stretch" | {
11637
- xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
11638
- sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
11639
- md?: "middle" | "bottom" | "top" | "stretch" | undefined;
11640
- lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
11641
- xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
11642
- xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
11636
+ default: "middle" | "top" | "bottom" | "stretch" | {
11637
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
11638
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
11639
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
11640
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
11641
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
11642
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
11643
11643
  };
11644
11644
  };
11645
11645
  justify: {
@@ -11671,21 +11671,21 @@ declare const _default: import("vue").DefineComponent<{
11671
11671
  };
11672
11672
  }>>) | (() => Partial<import("vue").ExtractPropTypes<{
11673
11673
  align: {
11674
- type: import("vue").PropType<"middle" | "bottom" | "top" | "stretch" | {
11675
- xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
11676
- sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
11677
- md?: "middle" | "bottom" | "top" | "stretch" | undefined;
11678
- lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
11679
- xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
11680
- xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
11674
+ type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
11675
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
11676
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
11677
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
11678
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
11679
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
11680
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
11681
11681
  }>;
11682
- default: "middle" | "bottom" | "top" | "stretch" | {
11683
- xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
11684
- sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
11685
- md?: "middle" | "bottom" | "top" | "stretch" | undefined;
11686
- lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
11687
- xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
11688
- xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
11682
+ default: "middle" | "top" | "bottom" | "stretch" | {
11683
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
11684
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
11685
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
11686
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
11687
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
11688
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
11689
11689
  };
11690
11690
  };
11691
11691
  justify: {
@@ -11717,21 +11717,21 @@ declare const _default: import("vue").DefineComponent<{
11717
11717
  };
11718
11718
  }>>) | ((new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
11719
11719
  align: {
11720
- type: import("vue").PropType<"middle" | "bottom" | "top" | "stretch" | {
11721
- xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
11722
- sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
11723
- md?: "middle" | "bottom" | "top" | "stretch" | undefined;
11724
- lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
11725
- xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
11726
- xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
11720
+ type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
11721
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
11722
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
11723
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
11724
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
11725
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
11726
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
11727
11727
  }>;
11728
- default: "middle" | "bottom" | "top" | "stretch" | {
11729
- xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
11730
- sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
11731
- md?: "middle" | "bottom" | "top" | "stretch" | undefined;
11732
- lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
11733
- xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
11734
- xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
11728
+ default: "middle" | "top" | "bottom" | "stretch" | {
11729
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
11730
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
11731
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
11732
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
11733
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
11734
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
11735
11735
  };
11736
11736
  };
11737
11737
  justify: {
@@ -11763,21 +11763,21 @@ declare const _default: import("vue").DefineComponent<{
11763
11763
  };
11764
11764
  }>>) | (() => Partial<import("vue").ExtractPropTypes<{
11765
11765
  align: {
11766
- type: import("vue").PropType<"middle" | "bottom" | "top" | "stretch" | {
11767
- xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
11768
- sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
11769
- md?: "middle" | "bottom" | "top" | "stretch" | undefined;
11770
- lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
11771
- xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
11772
- xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
11766
+ type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
11767
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
11768
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
11769
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
11770
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
11771
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
11772
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
11773
11773
  }>;
11774
- default: "middle" | "bottom" | "top" | "stretch" | {
11775
- xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
11776
- sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
11777
- md?: "middle" | "bottom" | "top" | "stretch" | undefined;
11778
- lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
11779
- xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
11780
- xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
11774
+ default: "middle" | "top" | "bottom" | "stretch" | {
11775
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
11776
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
11777
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
11778
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
11779
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
11780
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
11781
11781
  };
11782
11782
  };
11783
11783
  justify: {
@@ -11818,8 +11818,6 @@ declare const _default: import("vue").DefineComponent<{
11818
11818
  onChange?: ((params: import("ll-plus/es/components").FormChangeEvent) => any) | undefined;
11819
11819
  }, {
11820
11820
  props: import("@vue/shared").LooseRequired<{
11821
- readonly disabled: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
11822
- readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
11823
11821
  readonly formOptions: Partial<import("vue").ExtractPropTypes<{
11824
11822
  layout: import("vue-types").VueTypeDef<string>;
11825
11823
  labelCol: {
@@ -12044,23 +12042,25 @@ declare const _default: import("vue").DefineComponent<{
12044
12042
  default: (name: string | number | string[] | number[], status: boolean, errors: string[]) => void;
12045
12043
  };
12046
12044
  }>>;
12045
+ readonly disabled: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
12046
+ readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
12047
12047
  readonly rowOptions: Partial<import("vue").ExtractPropTypes<{
12048
12048
  align: {
12049
- type: import("vue").PropType<"middle" | "bottom" | "top" | "stretch" | {
12050
- xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
12051
- sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
12052
- md?: "middle" | "bottom" | "top" | "stretch" | undefined;
12053
- lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
12054
- xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
12055
- xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
12049
+ type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
12050
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
12051
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
12052
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
12053
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
12054
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
12055
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
12056
12056
  }>;
12057
- default: "middle" | "bottom" | "top" | "stretch" | {
12058
- xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
12059
- sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
12060
- md?: "middle" | "bottom" | "top" | "stretch" | undefined;
12061
- lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
12062
- xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
12063
- xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
12057
+ default: "middle" | "top" | "bottom" | "stretch" | {
12058
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
12059
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
12060
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
12061
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
12062
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
12063
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
12064
12064
  };
12065
12065
  };
12066
12066
  justify: {
@@ -12198,10 +12198,6 @@ declare const _default: import("vue").DefineComponent<{
12198
12198
  computedFormOptions: import("vue").ComputedRef<{
12199
12199
  onSubmit?: ((e: Event) => void) | undefined;
12200
12200
  size?: import("ant-design-vue/es/button").ButtonSize;
12201
- disabled?: boolean | undefined;
12202
- rules?: {
12203
- [k: string]: import("ant-design-vue/es/form").RuleObject | import("ant-design-vue/es/form").RuleObject[];
12204
- } | undefined;
12205
12201
  labelCol?: (Partial<import("vue").ExtractPropTypes<{
12206
12202
  span: (StringConstructor | NumberConstructor)[];
12207
12203
  order: (StringConstructor | NumberConstructor)[];
@@ -12276,10 +12272,14 @@ declare const _default: import("vue").DefineComponent<{
12276
12272
  model?: {
12277
12273
  [key: string]: any;
12278
12274
  } | undefined;
12275
+ rules?: {
12276
+ [k: string]: import("ant-design-vue/es/form").RuleObject | import("ant-design-vue/es/form").RuleObject[];
12277
+ } | undefined;
12279
12278
  validateMessages?: import("ant-design-vue/es/form/interface").ValidateMessages | undefined;
12280
12279
  validateOnRuleChange?: boolean | undefined;
12281
12280
  scrollToFirstError: boolean | import("scroll-into-view-if-needed").Options<any>;
12282
12281
  validateTrigger?: string | string[] | undefined;
12282
+ disabled?: boolean | undefined;
12283
12283
  onValuesChange?: ((changedValues: any, values: any) => void) | undefined;
12284
12284
  onFieldsChange?: ((changedFields: import("ant-design-vue/es/form/interface").FieldData[], allFields: import("ant-design-vue/es/form/interface").FieldData[]) => void) | undefined;
12285
12285
  onFinish?: ((values: any) => void) | undefined;
@@ -13253,21 +13253,21 @@ declare const _default: import("vue").DefineComponent<{
13253
13253
  readonly formData: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("ll-plus/es/components").FormData) | (() => import("ll-plus/es/components").FormData) | ((new (...args: any[]) => import("ll-plus/es/components").FormData) | (() => import("ll-plus/es/components").FormData))[], unknown, unknown, () => {}, boolean>;
13254
13254
  readonly rowOptions: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
13255
13255
  align: {
13256
- type: import("vue").PropType<"middle" | "bottom" | "top" | "stretch" | {
13257
- xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
13258
- sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
13259
- md?: "middle" | "bottom" | "top" | "stretch" | undefined;
13260
- lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
13261
- xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
13262
- xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
13256
+ type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
13257
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
13258
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
13259
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
13260
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
13261
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
13262
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
13263
13263
  }>;
13264
- default: "middle" | "bottom" | "top" | "stretch" | {
13265
- xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
13266
- sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
13267
- md?: "middle" | "bottom" | "top" | "stretch" | undefined;
13268
- lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
13269
- xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
13270
- xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
13264
+ default: "middle" | "top" | "bottom" | "stretch" | {
13265
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
13266
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
13267
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
13268
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
13269
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
13270
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
13271
13271
  };
13272
13272
  };
13273
13273
  justify: {
@@ -13299,21 +13299,21 @@ declare const _default: import("vue").DefineComponent<{
13299
13299
  };
13300
13300
  }>>) | (() => Partial<import("vue").ExtractPropTypes<{
13301
13301
  align: {
13302
- type: import("vue").PropType<"middle" | "bottom" | "top" | "stretch" | {
13303
- xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
13304
- sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
13305
- md?: "middle" | "bottom" | "top" | "stretch" | undefined;
13306
- lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
13307
- xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
13308
- xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
13302
+ type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
13303
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
13304
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
13305
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
13306
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
13307
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
13308
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
13309
13309
  }>;
13310
- default: "middle" | "bottom" | "top" | "stretch" | {
13311
- xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
13312
- sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
13313
- md?: "middle" | "bottom" | "top" | "stretch" | undefined;
13314
- lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
13315
- xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
13316
- xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
13310
+ default: "middle" | "top" | "bottom" | "stretch" | {
13311
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
13312
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
13313
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
13314
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
13315
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
13316
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
13317
13317
  };
13318
13318
  };
13319
13319
  justify: {
@@ -13345,21 +13345,21 @@ declare const _default: import("vue").DefineComponent<{
13345
13345
  };
13346
13346
  }>>) | ((new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
13347
13347
  align: {
13348
- type: import("vue").PropType<"middle" | "bottom" | "top" | "stretch" | {
13349
- xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
13350
- sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
13351
- md?: "middle" | "bottom" | "top" | "stretch" | undefined;
13352
- lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
13353
- xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
13354
- xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
13348
+ type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
13349
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
13350
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
13351
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
13352
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
13353
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
13354
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
13355
13355
  }>;
13356
- default: "middle" | "bottom" | "top" | "stretch" | {
13357
- xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
13358
- sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
13359
- md?: "middle" | "bottom" | "top" | "stretch" | undefined;
13360
- lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
13361
- xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
13362
- xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
13356
+ default: "middle" | "top" | "bottom" | "stretch" | {
13357
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
13358
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
13359
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
13360
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
13361
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
13362
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
13363
13363
  };
13364
13364
  };
13365
13365
  justify: {
@@ -13391,21 +13391,21 @@ declare const _default: import("vue").DefineComponent<{
13391
13391
  };
13392
13392
  }>>) | (() => Partial<import("vue").ExtractPropTypes<{
13393
13393
  align: {
13394
- type: import("vue").PropType<"middle" | "bottom" | "top" | "stretch" | {
13395
- xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
13396
- sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
13397
- md?: "middle" | "bottom" | "top" | "stretch" | undefined;
13398
- lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
13399
- xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
13400
- xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
13394
+ type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
13395
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
13396
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
13397
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
13398
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
13399
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
13400
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
13401
13401
  }>;
13402
- default: "middle" | "bottom" | "top" | "stretch" | {
13403
- xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
13404
- sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
13405
- md?: "middle" | "bottom" | "top" | "stretch" | undefined;
13406
- lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
13407
- xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
13408
- xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
13402
+ default: "middle" | "top" | "bottom" | "stretch" | {
13403
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
13404
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
13405
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
13406
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
13407
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
13408
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
13409
13409
  };
13410
13410
  };
13411
13411
  justify: {
@@ -13445,8 +13445,6 @@ declare const _default: import("vue").DefineComponent<{
13445
13445
  }>> & {
13446
13446
  onChange?: ((params: import("ll-plus/es/components").FormChangeEvent) => any) | undefined;
13447
13447
  }, {
13448
- readonly disabled: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
13449
- readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
13450
13448
  readonly formOptions: Partial<import("vue").ExtractPropTypes<{
13451
13449
  layout: import("vue-types").VueTypeDef<string>;
13452
13450
  labelCol: {
@@ -13671,23 +13669,25 @@ declare const _default: import("vue").DefineComponent<{
13671
13669
  default: (name: string | number | string[] | number[], status: boolean, errors: string[]) => void;
13672
13670
  };
13673
13671
  }>>;
13672
+ readonly disabled: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
13673
+ readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
13674
13674
  readonly rowOptions: Partial<import("vue").ExtractPropTypes<{
13675
13675
  align: {
13676
- type: import("vue").PropType<"middle" | "bottom" | "top" | "stretch" | {
13677
- xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
13678
- sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
13679
- md?: "middle" | "bottom" | "top" | "stretch" | undefined;
13680
- lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
13681
- xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
13682
- xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
13676
+ type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
13677
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
13678
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
13679
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
13680
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
13681
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
13682
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
13683
13683
  }>;
13684
- default: "middle" | "bottom" | "top" | "stretch" | {
13685
- xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
13686
- sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
13687
- md?: "middle" | "bottom" | "top" | "stretch" | undefined;
13688
- lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
13689
- xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
13690
- xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
13684
+ default: "middle" | "top" | "bottom" | "stretch" | {
13685
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
13686
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
13687
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
13688
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
13689
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
13690
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
13691
13691
  };
13692
13692
  };
13693
13693
  justify: {
@@ -14629,21 +14629,21 @@ declare const _default: import("vue").DefineComponent<{
14629
14629
  readonly formData: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("ll-plus/es/components").FormData) | (() => import("ll-plus/es/components").FormData) | ((new (...args: any[]) => import("ll-plus/es/components").FormData) | (() => import("ll-plus/es/components").FormData))[], unknown, unknown, () => {}, boolean>;
14630
14630
  readonly rowOptions: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
14631
14631
  align: {
14632
- type: import("vue").PropType<"middle" | "bottom" | "top" | "stretch" | {
14633
- xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
14634
- sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
14635
- md?: "middle" | "bottom" | "top" | "stretch" | undefined;
14636
- lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
14637
- xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
14638
- xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
14632
+ type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
14633
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
14634
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
14635
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
14636
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
14637
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
14638
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
14639
14639
  }>;
14640
- default: "middle" | "bottom" | "top" | "stretch" | {
14641
- xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
14642
- sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
14643
- md?: "middle" | "bottom" | "top" | "stretch" | undefined;
14644
- lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
14645
- xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
14646
- xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
14640
+ default: "middle" | "top" | "bottom" | "stretch" | {
14641
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
14642
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
14643
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
14644
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
14645
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
14646
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
14647
14647
  };
14648
14648
  };
14649
14649
  justify: {
@@ -14675,21 +14675,21 @@ declare const _default: import("vue").DefineComponent<{
14675
14675
  };
14676
14676
  }>>) | (() => Partial<import("vue").ExtractPropTypes<{
14677
14677
  align: {
14678
- type: import("vue").PropType<"middle" | "bottom" | "top" | "stretch" | {
14679
- xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
14680
- sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
14681
- md?: "middle" | "bottom" | "top" | "stretch" | undefined;
14682
- lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
14683
- xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
14684
- xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
14678
+ type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
14679
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
14680
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
14681
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
14682
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
14683
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
14684
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
14685
14685
  }>;
14686
- default: "middle" | "bottom" | "top" | "stretch" | {
14687
- xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
14688
- sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
14689
- md?: "middle" | "bottom" | "top" | "stretch" | undefined;
14690
- lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
14691
- xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
14692
- xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
14686
+ default: "middle" | "top" | "bottom" | "stretch" | {
14687
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
14688
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
14689
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
14690
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
14691
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
14692
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
14693
14693
  };
14694
14694
  };
14695
14695
  justify: {
@@ -14721,21 +14721,21 @@ declare const _default: import("vue").DefineComponent<{
14721
14721
  };
14722
14722
  }>>) | ((new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
14723
14723
  align: {
14724
- type: import("vue").PropType<"middle" | "bottom" | "top" | "stretch" | {
14725
- xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
14726
- sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
14727
- md?: "middle" | "bottom" | "top" | "stretch" | undefined;
14728
- lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
14729
- xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
14730
- xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
14724
+ type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
14725
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
14726
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
14727
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
14728
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
14729
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
14730
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
14731
14731
  }>;
14732
- default: "middle" | "bottom" | "top" | "stretch" | {
14733
- xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
14734
- sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
14735
- md?: "middle" | "bottom" | "top" | "stretch" | undefined;
14736
- lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
14737
- xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
14738
- xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
14732
+ default: "middle" | "top" | "bottom" | "stretch" | {
14733
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
14734
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
14735
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
14736
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
14737
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
14738
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
14739
14739
  };
14740
14740
  };
14741
14741
  justify: {
@@ -14767,21 +14767,21 @@ declare const _default: import("vue").DefineComponent<{
14767
14767
  };
14768
14768
  }>>) | (() => Partial<import("vue").ExtractPropTypes<{
14769
14769
  align: {
14770
- type: import("vue").PropType<"middle" | "bottom" | "top" | "stretch" | {
14771
- xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
14772
- sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
14773
- md?: "middle" | "bottom" | "top" | "stretch" | undefined;
14774
- lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
14775
- xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
14776
- xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
14770
+ type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
14771
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
14772
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
14773
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
14774
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
14775
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
14776
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
14777
14777
  }>;
14778
- default: "middle" | "bottom" | "top" | "stretch" | {
14779
- xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
14780
- sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
14781
- md?: "middle" | "bottom" | "top" | "stretch" | undefined;
14782
- lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
14783
- xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
14784
- xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
14778
+ default: "middle" | "top" | "bottom" | "stretch" | {
14779
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
14780
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
14781
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
14782
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
14783
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
14784
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
14785
14785
  };
14786
14786
  };
14787
14787
  justify: {
@@ -14822,8 +14822,6 @@ declare const _default: import("vue").DefineComponent<{
14822
14822
  onChange?: ((params: import("ll-plus/es/components").FormChangeEvent) => any) | undefined;
14823
14823
  }, {
14824
14824
  props: import("@vue/shared").LooseRequired<{
14825
- readonly disabled: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
14826
- readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
14827
14825
  readonly formOptions: Partial<import("vue").ExtractPropTypes<{
14828
14826
  layout: import("vue-types").VueTypeDef<string>;
14829
14827
  labelCol: {
@@ -15048,23 +15046,25 @@ declare const _default: import("vue").DefineComponent<{
15048
15046
  default: (name: string | number | string[] | number[], status: boolean, errors: string[]) => void;
15049
15047
  };
15050
15048
  }>>;
15049
+ readonly disabled: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
15050
+ readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
15051
15051
  readonly rowOptions: Partial<import("vue").ExtractPropTypes<{
15052
15052
  align: {
15053
- type: import("vue").PropType<"middle" | "bottom" | "top" | "stretch" | {
15054
- xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
15055
- sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
15056
- md?: "middle" | "bottom" | "top" | "stretch" | undefined;
15057
- lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
15058
- xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
15059
- xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
15053
+ type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
15054
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
15055
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
15056
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
15057
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
15058
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
15059
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
15060
15060
  }>;
15061
- default: "middle" | "bottom" | "top" | "stretch" | {
15062
- xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
15063
- sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
15064
- md?: "middle" | "bottom" | "top" | "stretch" | undefined;
15065
- lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
15066
- xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
15067
- xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
15061
+ default: "middle" | "top" | "bottom" | "stretch" | {
15062
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
15063
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
15064
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
15065
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
15066
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
15067
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
15068
15068
  };
15069
15069
  };
15070
15070
  justify: {
@@ -15202,10 +15202,6 @@ declare const _default: import("vue").DefineComponent<{
15202
15202
  computedFormOptions: import("vue").ComputedRef<{
15203
15203
  onSubmit?: ((e: Event) => void) | undefined;
15204
15204
  size?: import("ant-design-vue/es/button").ButtonSize;
15205
- disabled?: boolean | undefined;
15206
- rules?: {
15207
- [k: string]: import("ant-design-vue/es/form").RuleObject | import("ant-design-vue/es/form").RuleObject[];
15208
- } | undefined;
15209
15205
  labelCol?: (Partial<import("vue").ExtractPropTypes<{
15210
15206
  span: (StringConstructor | NumberConstructor)[];
15211
15207
  order: (StringConstructor | NumberConstructor)[];
@@ -15280,10 +15276,14 @@ declare const _default: import("vue").DefineComponent<{
15280
15276
  model?: {
15281
15277
  [key: string]: any;
15282
15278
  } | undefined;
15279
+ rules?: {
15280
+ [k: string]: import("ant-design-vue/es/form").RuleObject | import("ant-design-vue/es/form").RuleObject[];
15281
+ } | undefined;
15283
15282
  validateMessages?: import("ant-design-vue/es/form/interface").ValidateMessages | undefined;
15284
15283
  validateOnRuleChange?: boolean | undefined;
15285
15284
  scrollToFirstError: boolean | import("scroll-into-view-if-needed").Options<any>;
15286
15285
  validateTrigger?: string | string[] | undefined;
15286
+ disabled?: boolean | undefined;
15287
15287
  onValuesChange?: ((changedValues: any, values: any) => void) | undefined;
15288
15288
  onFieldsChange?: ((changedFields: import("ant-design-vue/es/form/interface").FieldData[], allFields: import("ant-design-vue/es/form/interface").FieldData[]) => void) | undefined;
15289
15289
  onFinish?: ((values: any) => void) | undefined;
@@ -15356,8 +15356,6 @@ declare const _default: import("vue").DefineComponent<{
15356
15356
  readonly item: any;
15357
15357
  }, {}>;
15358
15358
  }, {}, {}, {}, {
15359
- readonly disabled: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
15360
- readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
15361
15359
  readonly formOptions: Partial<import("vue").ExtractPropTypes<{
15362
15360
  layout: import("vue-types").VueTypeDef<string>;
15363
15361
  labelCol: {
@@ -15582,23 +15580,25 @@ declare const _default: import("vue").DefineComponent<{
15582
15580
  default: (name: string | number | string[] | number[], status: boolean, errors: string[]) => void;
15583
15581
  };
15584
15582
  }>>;
15583
+ readonly disabled: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
15584
+ readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
15585
15585
  readonly rowOptions: Partial<import("vue").ExtractPropTypes<{
15586
15586
  align: {
15587
- type: import("vue").PropType<"middle" | "bottom" | "top" | "stretch" | {
15588
- xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
15589
- sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
15590
- md?: "middle" | "bottom" | "top" | "stretch" | undefined;
15591
- lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
15592
- xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
15593
- xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
15587
+ type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
15588
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
15589
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
15590
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
15591
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
15592
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
15593
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
15594
15594
  }>;
15595
- default: "middle" | "bottom" | "top" | "stretch" | {
15596
- xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
15597
- sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
15598
- md?: "middle" | "bottom" | "top" | "stretch" | undefined;
15599
- lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
15600
- xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
15601
- xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
15595
+ default: "middle" | "top" | "bottom" | "stretch" | {
15596
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
15597
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
15598
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
15599
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
15600
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
15601
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
15602
15602
  };
15603
15603
  };
15604
15604
  justify: {