hlyc-web-pack 3.3.0 → 3.3.3

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.
@@ -23,6 +23,8 @@ export interface LayoutFormPropTypes {
23
23
  footer?: React.ReactNode;
24
24
  /** 手动参数转换 */
25
25
  manualParameterChange?: (params: AnyObjectType) => AnyObjectType;
26
+ /** 手动验证表单 */
27
+ manualVerification?: (params: AnyObjectType) => boolean;
26
28
  /** 提交表单需要移除的参数 */
27
29
  submitRemoveField?: string[];
28
30
  /** 需要提交表单的额外参数 */