@steedos-widgets/amis-lib 6.10.1-beta.25 → 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.
- package/dist/cjs/tsconfig.tsbuildinfo +1 -1
- package/dist/index.cjs.js +16 -7
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.esm.js +16 -7
- package/dist/index.esm.js.map +1 -1
- package/dist/index.umd.js +5 -5
- package/dist/index.umd.js.map +1 -1
- package/dist/types/lib/objects.d.ts +2 -0
- package/package.json +2 -2
|
@@ -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.
|
|
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": "
|
|
64
|
+
"gitHead": "cc2a9300783bbf4f86c21a510f275e5a358fbe03"
|
|
65
65
|
}
|