@jiaozhiye/qm-design-react 1.0.0-beta.7 → 1.0.0-beta.8

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.
@@ -111,6 +111,7 @@ declare class QmForm extends Component<IProps, IState> {
111
111
  type: any;
112
112
  fieldName: any;
113
113
  }): boolean;
114
+ getFormAuth(): Promise<void>;
114
115
  INPUT(option: IFormItem): JSXElement;
115
116
  RANGE_INPUT(option: IFormItem): JSXElement;
116
117
  INPUT_NUMBER(option: IFormItem): JSXElement;
@@ -61,9 +61,7 @@ export declare type IAuthConfig = {
61
61
  fetch: {
62
62
  api: IFetchFn;
63
63
  params?: IFetchParams;
64
- columnDataKey?: string;
65
- exportDataKey?: string;
66
- printDataKey?: string;
64
+ dataKey?: string;
67
65
  };
68
66
  };
69
67
  export declare type IFormItem = {