@steedos-widgets/amis-lib 6.10.1-beta.14 → 6.10.1-beta.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.
- package/dist/cjs/tsconfig.tsbuildinfo +1 -1
- package/dist/index.cjs.js +4 -3
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.esm.js +4 -3
- package/dist/index.esm.js.map +1 -1
- package/dist/index.umd.js +2 -2
- package/dist/index.umd.js.map +1 -1
- package/dist/types/lib/converter/amis/api.d.ts +1 -0
- package/dist/types/lib/objects.d.ts +2 -0
- package/package.json +2 -2
|
@@ -10,6 +10,7 @@ export function getReadonlyFormInitApi(object: any, recordId: any, fields: any,
|
|
|
10
10
|
headers: {
|
|
11
11
|
Authorization: string;
|
|
12
12
|
};
|
|
13
|
+
trackExpression: string;
|
|
13
14
|
}>;
|
|
14
15
|
export function getScriptForAddUrlPrefixForImgFields(fields: any, readonly: any): string;
|
|
15
16
|
export function getEditFormInitApi(object: any, recordId: any, fields: any, options: any): Promise<{
|
|
@@ -309,6 +309,7 @@ export function getRecordServiceSchema(objectName: any, appId: any, props: {}, b
|
|
|
309
309
|
headers: {
|
|
310
310
|
Authorization: string;
|
|
311
311
|
};
|
|
312
|
+
trackExpression: string;
|
|
312
313
|
};
|
|
313
314
|
body: {
|
|
314
315
|
type: string;
|
|
@@ -338,6 +339,7 @@ export function getRecordDetailMiniSchema(objectName: any, appId: any, props?: {
|
|
|
338
339
|
headers: {
|
|
339
340
|
Authorization: string;
|
|
340
341
|
};
|
|
342
|
+
trackExpression: string;
|
|
341
343
|
};
|
|
342
344
|
body: {
|
|
343
345
|
type: 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.16",
|
|
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": "432fc240e1f77231bbbb828a0f370d60b9888357"
|
|
65
65
|
}
|