@jiaozhiye/qm-design-react 1.7.14 → 1.7.16

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.
@@ -202,6 +202,7 @@ export type IFormItem = {
202
202
  fieldAliasMap?: (() => Record<string, string>) | Record<string, string>;
203
203
  extraAliasMap?: (() => Record<string, string>) | Record<string, string>;
204
204
  };
205
+ hideHeader?: boolean;
205
206
  columns?: IColumn[];
206
207
  width?: number | string;
207
208
  initialValue?: IFormData;
@@ -42,6 +42,7 @@ export declare const createShConfig: (data: any, fieldName: string, createFetch:
42
42
  fieldAliasMap?: Record<string, string> | (() => Record<string, string>) | undefined;
43
43
  extraAliasMap?: Record<string, string> | (() => Record<string, string>) | undefined;
44
44
  }) | undefined;
45
+ hideHeader?: boolean | undefined;
45
46
  columns?: import("../..").QmTableColumn[] | undefined;
46
47
  width?: string | number | undefined;
47
48
  initialValue?: import("./types").IFormData | undefined;