@steedos-widgets/amis-lib 1.2.2 → 1.2.3-beta.1

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.
@@ -309,7 +309,7 @@ export function getObjectListHeaderFieldsFilterBar(objectSchema: any, listViewNa
309
309
  * @param {*} objectSchema 对象UISchema
310
310
  * @returns amisSchema
311
311
  */
312
- export function getObjectListHeader(objectSchema: any, listViewName: any, ctx: any): Promise<{
312
+ export function getObjectListHeader(objectSchema: any, listViewName: any, ctx: any): {
313
313
  type: string;
314
314
  body: {
315
315
  type: string;
@@ -378,7 +378,7 @@ export function getObjectListHeader(objectSchema: any, listViewName: any, ctx: a
378
378
  className: string;
379
379
  }[];
380
380
  className: string;
381
- }[]>;
381
+ }[];
382
382
  /**
383
383
  * 记录详细界面顶部头amisSchema,也是标题面板组件的amisSchema
384
384
  * @param {*} objectSchema 对象UISchema
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@steedos-widgets/amis-lib",
3
3
  "private": false,
4
- "version": "1.2.2",
4
+ "version": "1.2.3-beta.1",
5
5
  "unpkg": "./dist/index.umd.js",
6
6
  "main": "./dist/index.cjs.js",
7
7
  "module": "./dist/index.esm.js",
@@ -59,5 +59,5 @@
59
59
  "dependencies": {
60
60
  "lodash": "^4.17.21"
61
61
  },
62
- "gitHead": "f4b1da936f66360718b4b05de60e6076cd357f7e"
62
+ "gitHead": "d66884f92cfe285ecfcedd71e1103945945de0d7"
63
63
  }