@jiaozhiye/qm-design-react 1.3.0-beta.35 → 1.3.0-beta.37

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.
@@ -181,6 +181,7 @@ declare class QmForm extends Component<IProps, IState> {
181
181
  SET_FIELDS_VALUE(values: IFormData): void;
182
182
  GET_FIELDS_VALUE(fields?: string[]): IFormData;
183
183
  GET_FORM_DATA(): Promise<[any, any]>;
184
+ VALIDATE_FIELDS(fields?: string[]): Promise<any>;
184
185
  SET_FIELDS_EXTRA(values: IExtraData): void;
185
186
  GET_FIELDS_EXTRA(fields?: string[]): IExtraData;
186
187
  GET_FIELDS_TOUCHED(fields?: string[]): boolean;