@jiaozhiye/qm-design-react 1.3.0-beta.45 → 1.3.0-beta.47

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.
@@ -180,7 +180,7 @@ declare class QmForm extends Component<IProps, IState> {
180
180
  set_fields_other(values: IFormData): void;
181
181
  get_fields_other(fields?: string[]): IFormData;
182
182
  scrollToField: (fieldName?: string) => void;
183
- formValidate: () => Promise<IFormData>;
183
+ formValidate(): Promise<IFormData>;
184
184
  SET_FIELDS_VALUE(values: IFormData): void;
185
185
  GET_FIELDS_VALUE(fields?: string[]): IFormData;
186
186
  GET_FORM_DATA(): Promise<[any, any]>;
@@ -159,6 +159,7 @@ export declare type IFormItem = {
159
159
  maxCount?: number;
160
160
  fileTypes?: string[];
161
161
  fileSize?: number;
162
+ openCropper?: boolean;
162
163
  onRemove?: (file: any) => void;
163
164
  fixedSize?: [number, number] | undefined;
164
165
  quality?: number;