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