@steedos-widgets/amis-lib 6.10.1-beta.26 → 6.10.1-beta.28

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.
@@ -252,6 +252,7 @@ export function getRecordDetailSchema(objectName: any, appId: any, props?: {}):
252
252
  objectApiName: string;
253
253
  recordId: string;
254
254
  appId: any;
255
+ _reloadKey: any;
255
256
  }[];
256
257
  }[];
257
258
  } | {
@@ -262,6 +263,7 @@ export function getRecordDetailSchema(objectName: any, appId: any, props?: {}):
262
263
  id: string;
263
264
  showButtons: any;
264
265
  showBackButton: any;
266
+ _reloadKey: any;
265
267
  })[];
266
268
  objectApiName: string;
267
269
  recordId: string;
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.1-beta.26",
4
+ "version": "6.10.1-beta.28",
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": "7e8b04fcadfefff6b61dc83809e97225393aaeef"
64
+ "gitHead": "cc2a9300783bbf4f86c21a510f275e5a358fbe03"
65
65
  }