ll-plus 2.9.20 → 2.9.21

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 +1 -1
  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
@@ -976,21 +976,21 @@ declare const _default: import("vue").DefineComponent<{
976
976
  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>;
977
977
  readonly rowOptions: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
978
978
  align: {
979
- type: import("vue").PropType<"middle" | "bottom" | "top" | "stretch" | {
980
- xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
981
- sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
982
- md?: "middle" | "bottom" | "top" | "stretch" | undefined;
983
- lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
984
- xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
985
- xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
979
+ type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
980
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
981
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
982
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
983
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
984
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
985
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
986
986
  }>;
987
- default: "middle" | "bottom" | "top" | "stretch" | {
988
- xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
989
- sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
990
- md?: "middle" | "bottom" | "top" | "stretch" | undefined;
991
- lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
992
- xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
993
- xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
987
+ default: "middle" | "top" | "bottom" | "stretch" | {
988
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
989
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
990
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
991
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
992
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
993
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
994
994
  };
995
995
  };
996
996
  justify: {
@@ -1022,21 +1022,21 @@ declare const _default: import("vue").DefineComponent<{
1022
1022
  };
1023
1023
  }>>) | (() => Partial<import("vue").ExtractPropTypes<{
1024
1024
  align: {
1025
- type: import("vue").PropType<"middle" | "bottom" | "top" | "stretch" | {
1026
- xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
1027
- sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
1028
- md?: "middle" | "bottom" | "top" | "stretch" | undefined;
1029
- lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
1030
- xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
1031
- xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
1025
+ type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
1026
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
1027
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
1028
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
1029
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
1030
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
1031
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
1032
1032
  }>;
1033
- default: "middle" | "bottom" | "top" | "stretch" | {
1034
- xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
1035
- sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
1036
- md?: "middle" | "bottom" | "top" | "stretch" | undefined;
1037
- lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
1038
- xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
1039
- xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
1033
+ default: "middle" | "top" | "bottom" | "stretch" | {
1034
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
1035
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
1036
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
1037
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
1038
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
1039
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
1040
1040
  };
1041
1041
  };
1042
1042
  justify: {
@@ -1068,21 +1068,21 @@ declare const _default: import("vue").DefineComponent<{
1068
1068
  };
1069
1069
  }>>) | ((new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
1070
1070
  align: {
1071
- type: import("vue").PropType<"middle" | "bottom" | "top" | "stretch" | {
1072
- xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
1073
- sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
1074
- md?: "middle" | "bottom" | "top" | "stretch" | undefined;
1075
- lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
1076
- xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
1077
- xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
1071
+ type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
1072
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
1073
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
1074
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
1075
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
1076
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
1077
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
1078
1078
  }>;
1079
- default: "middle" | "bottom" | "top" | "stretch" | {
1080
- xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
1081
- sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
1082
- md?: "middle" | "bottom" | "top" | "stretch" | undefined;
1083
- lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
1084
- xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
1085
- xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
1079
+ default: "middle" | "top" | "bottom" | "stretch" | {
1080
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
1081
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
1082
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
1083
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
1084
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
1085
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
1086
1086
  };
1087
1087
  };
1088
1088
  justify: {
@@ -1114,21 +1114,21 @@ declare const _default: import("vue").DefineComponent<{
1114
1114
  };
1115
1115
  }>>) | (() => Partial<import("vue").ExtractPropTypes<{
1116
1116
  align: {
1117
- type: import("vue").PropType<"middle" | "bottom" | "top" | "stretch" | {
1118
- xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
1119
- sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
1120
- md?: "middle" | "bottom" | "top" | "stretch" | undefined;
1121
- lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
1122
- xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
1123
- xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
1117
+ type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
1118
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
1119
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
1120
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
1121
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
1122
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
1123
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
1124
1124
  }>;
1125
- default: "middle" | "bottom" | "top" | "stretch" | {
1126
- xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
1127
- sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
1128
- md?: "middle" | "bottom" | "top" | "stretch" | undefined;
1129
- lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
1130
- xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
1131
- xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
1125
+ default: "middle" | "top" | "bottom" | "stretch" | {
1126
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
1127
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
1128
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
1129
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
1130
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
1131
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
1132
1132
  };
1133
1133
  };
1134
1134
  justify: {
@@ -1169,8 +1169,6 @@ declare const _default: import("vue").DefineComponent<{
1169
1169
  onChange?: ((params: import("ll-plus/es/components").FormChangeEvent) => any) | undefined;
1170
1170
  }, {
1171
1171
  props: import("@vue/shared").LooseRequired<{
1172
- readonly disabled: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
1173
- readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
1174
1172
  readonly formOptions: Partial<import("vue").ExtractPropTypes<{
1175
1173
  layout: import("vue-types").VueTypeDef<string>;
1176
1174
  labelCol: {
@@ -1395,23 +1393,25 @@ declare const _default: import("vue").DefineComponent<{
1395
1393
  default: (name: string | number | string[] | number[], status: boolean, errors: string[]) => void;
1396
1394
  };
1397
1395
  }>>;
1396
+ readonly disabled: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
1397
+ readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
1398
1398
  readonly rowOptions: Partial<import("vue").ExtractPropTypes<{
1399
1399
  align: {
1400
- type: import("vue").PropType<"middle" | "bottom" | "top" | "stretch" | {
1401
- xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
1402
- sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
1403
- md?: "middle" | "bottom" | "top" | "stretch" | undefined;
1404
- lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
1405
- xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
1406
- xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
1400
+ type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
1401
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
1402
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
1403
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
1404
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
1405
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
1406
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
1407
1407
  }>;
1408
- default: "middle" | "bottom" | "top" | "stretch" | {
1409
- xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
1410
- sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
1411
- md?: "middle" | "bottom" | "top" | "stretch" | undefined;
1412
- lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
1413
- xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
1414
- xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
1408
+ default: "middle" | "top" | "bottom" | "stretch" | {
1409
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
1410
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
1411
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
1412
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
1413
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
1414
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
1415
1415
  };
1416
1416
  };
1417
1417
  justify: {
@@ -1549,10 +1549,6 @@ declare const _default: import("vue").DefineComponent<{
1549
1549
  computedFormOptions: import("vue").ComputedRef<{
1550
1550
  onSubmit?: ((e: Event) => void) | undefined;
1551
1551
  size?: import("ant-design-vue/es/button").ButtonSize;
1552
- disabled?: boolean | undefined;
1553
- rules?: {
1554
- [k: string]: import("ant-design-vue/es/form/interface").RuleObject | import("ant-design-vue/es/form/interface").RuleObject[];
1555
- } | undefined;
1556
1552
  labelCol?: (Partial<import("vue").ExtractPropTypes<{
1557
1553
  span: (StringConstructor | NumberConstructor)[];
1558
1554
  order: (StringConstructor | NumberConstructor)[];
@@ -1627,10 +1623,14 @@ declare const _default: import("vue").DefineComponent<{
1627
1623
  model?: {
1628
1624
  [key: string]: any;
1629
1625
  } | undefined;
1626
+ rules?: {
1627
+ [k: string]: import("ant-design-vue/es/form/interface").RuleObject | import("ant-design-vue/es/form/interface").RuleObject[];
1628
+ } | undefined;
1630
1629
  validateMessages?: import("ant-design-vue/es/form/interface").ValidateMessages | undefined;
1631
1630
  validateOnRuleChange?: boolean | undefined;
1632
1631
  scrollToFirstError: boolean | import("scroll-into-view-if-needed").Options<any>;
1633
1632
  validateTrigger?: string | string[] | undefined;
1633
+ disabled?: boolean | undefined;
1634
1634
  onValuesChange?: ((changedValues: any, values: any) => void) | undefined;
1635
1635
  onFieldsChange?: ((changedFields: import("ant-design-vue/es/form/interface").FieldData[], allFields: import("ant-design-vue/es/form/interface").FieldData[]) => void) | undefined;
1636
1636
  onFinish?: ((values: any) => void) | undefined;
@@ -2604,21 +2604,21 @@ declare const _default: import("vue").DefineComponent<{
2604
2604
  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>;
2605
2605
  readonly rowOptions: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
2606
2606
  align: {
2607
- type: import("vue").PropType<"middle" | "bottom" | "top" | "stretch" | {
2608
- xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
2609
- sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
2610
- md?: "middle" | "bottom" | "top" | "stretch" | undefined;
2611
- lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
2612
- xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
2613
- xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
2607
+ type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
2608
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
2609
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
2610
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
2611
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
2612
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
2613
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
2614
2614
  }>;
2615
- default: "middle" | "bottom" | "top" | "stretch" | {
2616
- xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
2617
- sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
2618
- md?: "middle" | "bottom" | "top" | "stretch" | undefined;
2619
- lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
2620
- xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
2621
- xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
2615
+ default: "middle" | "top" | "bottom" | "stretch" | {
2616
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
2617
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
2618
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
2619
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
2620
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
2621
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
2622
2622
  };
2623
2623
  };
2624
2624
  justify: {
@@ -2650,21 +2650,21 @@ declare const _default: import("vue").DefineComponent<{
2650
2650
  };
2651
2651
  }>>) | (() => Partial<import("vue").ExtractPropTypes<{
2652
2652
  align: {
2653
- type: import("vue").PropType<"middle" | "bottom" | "top" | "stretch" | {
2654
- xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
2655
- sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
2656
- md?: "middle" | "bottom" | "top" | "stretch" | undefined;
2657
- lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
2658
- xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
2659
- xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
2653
+ type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
2654
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
2655
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
2656
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
2657
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
2658
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
2659
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
2660
2660
  }>;
2661
- default: "middle" | "bottom" | "top" | "stretch" | {
2662
- xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
2663
- sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
2664
- md?: "middle" | "bottom" | "top" | "stretch" | undefined;
2665
- lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
2666
- xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
2667
- xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
2661
+ default: "middle" | "top" | "bottom" | "stretch" | {
2662
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
2663
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
2664
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
2665
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
2666
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
2667
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
2668
2668
  };
2669
2669
  };
2670
2670
  justify: {
@@ -2696,21 +2696,21 @@ declare const _default: import("vue").DefineComponent<{
2696
2696
  };
2697
2697
  }>>) | ((new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
2698
2698
  align: {
2699
- type: import("vue").PropType<"middle" | "bottom" | "top" | "stretch" | {
2700
- xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
2701
- sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
2702
- md?: "middle" | "bottom" | "top" | "stretch" | undefined;
2703
- lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
2704
- xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
2705
- xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
2699
+ type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
2700
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
2701
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
2702
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
2703
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
2704
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
2705
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
2706
2706
  }>;
2707
- default: "middle" | "bottom" | "top" | "stretch" | {
2708
- xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
2709
- sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
2710
- md?: "middle" | "bottom" | "top" | "stretch" | undefined;
2711
- lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
2712
- xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
2713
- xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
2707
+ default: "middle" | "top" | "bottom" | "stretch" | {
2708
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
2709
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
2710
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
2711
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
2712
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
2713
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
2714
2714
  };
2715
2715
  };
2716
2716
  justify: {
@@ -2742,21 +2742,21 @@ declare const _default: import("vue").DefineComponent<{
2742
2742
  };
2743
2743
  }>>) | (() => Partial<import("vue").ExtractPropTypes<{
2744
2744
  align: {
2745
- type: import("vue").PropType<"middle" | "bottom" | "top" | "stretch" | {
2746
- xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
2747
- sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
2748
- md?: "middle" | "bottom" | "top" | "stretch" | undefined;
2749
- lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
2750
- xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
2751
- xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
2745
+ type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
2746
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
2747
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
2748
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
2749
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
2750
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
2751
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
2752
2752
  }>;
2753
- default: "middle" | "bottom" | "top" | "stretch" | {
2754
- xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
2755
- sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
2756
- md?: "middle" | "bottom" | "top" | "stretch" | undefined;
2757
- lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
2758
- xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
2759
- xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
2753
+ default: "middle" | "top" | "bottom" | "stretch" | {
2754
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
2755
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
2756
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
2757
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
2758
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
2759
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
2760
2760
  };
2761
2761
  };
2762
2762
  justify: {
@@ -2796,8 +2796,6 @@ declare const _default: import("vue").DefineComponent<{
2796
2796
  }>> & {
2797
2797
  onChange?: ((params: import("ll-plus/es/components").FormChangeEvent) => any) | undefined;
2798
2798
  }, {
2799
- readonly disabled: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
2800
- readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
2801
2799
  readonly formOptions: Partial<import("vue").ExtractPropTypes<{
2802
2800
  layout: import("vue-types").VueTypeDef<string>;
2803
2801
  labelCol: {
@@ -3022,23 +3020,25 @@ declare const _default: import("vue").DefineComponent<{
3022
3020
  default: (name: string | number | string[] | number[], status: boolean, errors: string[]) => void;
3023
3021
  };
3024
3022
  }>>;
3023
+ readonly disabled: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
3024
+ readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
3025
3025
  readonly rowOptions: Partial<import("vue").ExtractPropTypes<{
3026
3026
  align: {
3027
- type: import("vue").PropType<"middle" | "bottom" | "top" | "stretch" | {
3028
- xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
3029
- sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
3030
- md?: "middle" | "bottom" | "top" | "stretch" | undefined;
3031
- lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
3032
- xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
3033
- xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
3027
+ type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
3028
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
3029
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
3030
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
3031
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
3032
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
3033
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
3034
3034
  }>;
3035
- default: "middle" | "bottom" | "top" | "stretch" | {
3036
- xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
3037
- sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
3038
- md?: "middle" | "bottom" | "top" | "stretch" | undefined;
3039
- lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
3040
- xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
3041
- xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
3035
+ default: "middle" | "top" | "bottom" | "stretch" | {
3036
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
3037
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
3038
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
3039
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
3040
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
3041
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
3042
3042
  };
3043
3043
  };
3044
3044
  justify: {
@@ -3980,21 +3980,21 @@ declare const _default: import("vue").DefineComponent<{
3980
3980
  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>;
3981
3981
  readonly rowOptions: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
3982
3982
  align: {
3983
- type: import("vue").PropType<"middle" | "bottom" | "top" | "stretch" | {
3984
- xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
3985
- sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
3986
- md?: "middle" | "bottom" | "top" | "stretch" | undefined;
3987
- lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
3988
- xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
3989
- xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
3983
+ type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
3984
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
3985
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
3986
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
3987
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
3988
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
3989
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
3990
3990
  }>;
3991
- default: "middle" | "bottom" | "top" | "stretch" | {
3992
- xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
3993
- sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
3994
- md?: "middle" | "bottom" | "top" | "stretch" | undefined;
3995
- lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
3996
- xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
3997
- xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
3991
+ default: "middle" | "top" | "bottom" | "stretch" | {
3992
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
3993
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
3994
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
3995
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
3996
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
3997
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
3998
3998
  };
3999
3999
  };
4000
4000
  justify: {
@@ -4026,21 +4026,21 @@ declare const _default: import("vue").DefineComponent<{
4026
4026
  };
4027
4027
  }>>) | (() => Partial<import("vue").ExtractPropTypes<{
4028
4028
  align: {
4029
- type: import("vue").PropType<"middle" | "bottom" | "top" | "stretch" | {
4030
- xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
4031
- sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
4032
- md?: "middle" | "bottom" | "top" | "stretch" | undefined;
4033
- lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
4034
- xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
4035
- xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
4029
+ type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
4030
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
4031
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
4032
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
4033
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
4034
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
4035
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
4036
4036
  }>;
4037
- default: "middle" | "bottom" | "top" | "stretch" | {
4038
- xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
4039
- sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
4040
- md?: "middle" | "bottom" | "top" | "stretch" | undefined;
4041
- lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
4042
- xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
4043
- xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
4037
+ default: "middle" | "top" | "bottom" | "stretch" | {
4038
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
4039
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
4040
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
4041
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
4042
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
4043
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
4044
4044
  };
4045
4045
  };
4046
4046
  justify: {
@@ -4072,21 +4072,21 @@ declare const _default: import("vue").DefineComponent<{
4072
4072
  };
4073
4073
  }>>) | ((new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
4074
4074
  align: {
4075
- type: import("vue").PropType<"middle" | "bottom" | "top" | "stretch" | {
4076
- xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
4077
- sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
4078
- md?: "middle" | "bottom" | "top" | "stretch" | undefined;
4079
- lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
4080
- xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
4081
- xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
4075
+ type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
4076
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
4077
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
4078
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
4079
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
4080
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
4081
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
4082
4082
  }>;
4083
- default: "middle" | "bottom" | "top" | "stretch" | {
4084
- xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
4085
- sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
4086
- md?: "middle" | "bottom" | "top" | "stretch" | undefined;
4087
- lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
4088
- xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
4089
- xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
4083
+ default: "middle" | "top" | "bottom" | "stretch" | {
4084
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
4085
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
4086
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
4087
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
4088
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
4089
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
4090
4090
  };
4091
4091
  };
4092
4092
  justify: {
@@ -4118,21 +4118,21 @@ declare const _default: import("vue").DefineComponent<{
4118
4118
  };
4119
4119
  }>>) | (() => Partial<import("vue").ExtractPropTypes<{
4120
4120
  align: {
4121
- type: import("vue").PropType<"middle" | "bottom" | "top" | "stretch" | {
4122
- xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
4123
- sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
4124
- md?: "middle" | "bottom" | "top" | "stretch" | undefined;
4125
- lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
4126
- xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
4127
- xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
4121
+ type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
4122
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
4123
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
4124
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
4125
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
4126
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
4127
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
4128
4128
  }>;
4129
- default: "middle" | "bottom" | "top" | "stretch" | {
4130
- xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
4131
- sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
4132
- md?: "middle" | "bottom" | "top" | "stretch" | undefined;
4133
- lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
4134
- xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
4135
- xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
4129
+ default: "middle" | "top" | "bottom" | "stretch" | {
4130
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
4131
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
4132
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
4133
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
4134
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
4135
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
4136
4136
  };
4137
4137
  };
4138
4138
  justify: {
@@ -4173,8 +4173,6 @@ declare const _default: import("vue").DefineComponent<{
4173
4173
  onChange?: ((params: import("ll-plus/es/components").FormChangeEvent) => any) | undefined;
4174
4174
  }, {
4175
4175
  props: import("@vue/shared").LooseRequired<{
4176
- readonly disabled: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
4177
- readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
4178
4176
  readonly formOptions: Partial<import("vue").ExtractPropTypes<{
4179
4177
  layout: import("vue-types").VueTypeDef<string>;
4180
4178
  labelCol: {
@@ -4399,23 +4397,25 @@ declare const _default: import("vue").DefineComponent<{
4399
4397
  default: (name: string | number | string[] | number[], status: boolean, errors: string[]) => void;
4400
4398
  };
4401
4399
  }>>;
4400
+ readonly disabled: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
4401
+ readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
4402
4402
  readonly rowOptions: Partial<import("vue").ExtractPropTypes<{
4403
4403
  align: {
4404
- type: import("vue").PropType<"middle" | "bottom" | "top" | "stretch" | {
4405
- xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
4406
- sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
4407
- md?: "middle" | "bottom" | "top" | "stretch" | undefined;
4408
- lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
4409
- xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
4410
- xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
4404
+ type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
4405
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
4406
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
4407
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
4408
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
4409
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
4410
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
4411
4411
  }>;
4412
- default: "middle" | "bottom" | "top" | "stretch" | {
4413
- xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
4414
- sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
4415
- md?: "middle" | "bottom" | "top" | "stretch" | undefined;
4416
- lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
4417
- xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
4418
- xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
4412
+ default: "middle" | "top" | "bottom" | "stretch" | {
4413
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
4414
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
4415
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
4416
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
4417
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
4418
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
4419
4419
  };
4420
4420
  };
4421
4421
  justify: {
@@ -4553,10 +4553,6 @@ declare const _default: import("vue").DefineComponent<{
4553
4553
  computedFormOptions: import("vue").ComputedRef<{
4554
4554
  onSubmit?: ((e: Event) => void) | undefined;
4555
4555
  size?: import("ant-design-vue/es/button").ButtonSize;
4556
- disabled?: boolean | undefined;
4557
- rules?: {
4558
- [k: string]: import("ant-design-vue/es/form/interface").RuleObject | import("ant-design-vue/es/form/interface").RuleObject[];
4559
- } | undefined;
4560
4556
  labelCol?: (Partial<import("vue").ExtractPropTypes<{
4561
4557
  span: (StringConstructor | NumberConstructor)[];
4562
4558
  order: (StringConstructor | NumberConstructor)[];
@@ -4631,10 +4627,14 @@ declare const _default: import("vue").DefineComponent<{
4631
4627
  model?: {
4632
4628
  [key: string]: any;
4633
4629
  } | undefined;
4630
+ rules?: {
4631
+ [k: string]: import("ant-design-vue/es/form/interface").RuleObject | import("ant-design-vue/es/form/interface").RuleObject[];
4632
+ } | undefined;
4634
4633
  validateMessages?: import("ant-design-vue/es/form/interface").ValidateMessages | undefined;
4635
4634
  validateOnRuleChange?: boolean | undefined;
4636
4635
  scrollToFirstError: boolean | import("scroll-into-view-if-needed").Options<any>;
4637
4636
  validateTrigger?: string | string[] | undefined;
4637
+ disabled?: boolean | undefined;
4638
4638
  onValuesChange?: ((changedValues: any, values: any) => void) | undefined;
4639
4639
  onFieldsChange?: ((changedFields: import("ant-design-vue/es/form/interface").FieldData[], allFields: import("ant-design-vue/es/form/interface").FieldData[]) => void) | undefined;
4640
4640
  onFinish?: ((values: any) => void) | undefined;
@@ -4707,8 +4707,6 @@ declare const _default: import("vue").DefineComponent<{
4707
4707
  readonly item: any;
4708
4708
  }, {}>;
4709
4709
  }, {}, {}, {}, {
4710
- readonly disabled: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
4711
- readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
4712
4710
  readonly formOptions: Partial<import("vue").ExtractPropTypes<{
4713
4711
  layout: import("vue-types").VueTypeDef<string>;
4714
4712
  labelCol: {
@@ -4933,23 +4931,25 @@ declare const _default: import("vue").DefineComponent<{
4933
4931
  default: (name: string | number | string[] | number[], status: boolean, errors: string[]) => void;
4934
4932
  };
4935
4933
  }>>;
4934
+ readonly disabled: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
4935
+ readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
4936
4936
  readonly rowOptions: Partial<import("vue").ExtractPropTypes<{
4937
4937
  align: {
4938
- type: import("vue").PropType<"middle" | "bottom" | "top" | "stretch" | {
4939
- xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
4940
- sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
4941
- md?: "middle" | "bottom" | "top" | "stretch" | undefined;
4942
- lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
4943
- xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
4944
- xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
4938
+ type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
4939
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
4940
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
4941
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
4942
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
4943
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
4944
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
4945
4945
  }>;
4946
- default: "middle" | "bottom" | "top" | "stretch" | {
4947
- xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
4948
- sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
4949
- md?: "middle" | "bottom" | "top" | "stretch" | undefined;
4950
- lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
4951
- xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
4952
- xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
4946
+ default: "middle" | "top" | "bottom" | "stretch" | {
4947
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
4948
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
4949
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
4950
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
4951
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
4952
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
4953
4953
  };
4954
4954
  };
4955
4955
  justify: {