@steedos-widgets/amis-lib 6.10.5 → 6.10.7

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.
@@ -736,7 +736,7 @@ export function getObjectRecordDetailHeader(objectSchema: any, recordId: any, op
736
736
  items: any[];
737
737
  };
738
738
  md: string;
739
- columnClassName?: undefined;
739
+ columnClassName: string;
740
740
  })[];
741
741
  className: string;
742
742
  }[];
@@ -227,7 +227,7 @@ export function getRecordDetailHeaderSchema(objectName: any, recordId: any, opti
227
227
  items: any[];
228
228
  };
229
229
  md: string;
230
- columnClassName?: undefined;
230
+ columnClassName: string;
231
231
  })[];
232
232
  className: string;
233
233
  }[];
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@steedos-widgets/amis-lib",
3
3
  "private": false,
4
- "version": "6.10.5",
4
+ "version": "6.10.7",
5
5
  "unpkg": "./dist/index.umd.js",
6
6
  "main": "./dist/index.cjs.js",
7
7
  "module": "./dist/index.esm.js",
@@ -61,5 +61,5 @@
61
61
  "lodash": "^4.17.21",
62
62
  "react-i18next": "12.3.1"
63
63
  },
64
- "gitHead": "d59dba590c2424f15aed1e95adf1b2a53e3be960"
64
+ "gitHead": "2e2865566f361a3e5d95254d9989a20a34a1d310"
65
65
  }