@steedos-widgets/amis-lib 1.1.4-beta.4 → 1.1.4

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.
@@ -10,7 +10,7 @@ export function getReadonlyFormInitApi(object: any, recordId: any, fields: any,
10
10
  Authorization: string;
11
11
  };
12
12
  }>;
13
- export function getEditFormInitApi(object: any, recordId: any, fields: any): Promise<{
13
+ export function getEditFormInitApi(object: any, recordId: any, fields: any, options: any): Promise<{
14
14
  method: string;
15
15
  url: string;
16
16
  cache: number;
@@ -13,7 +13,7 @@ export function getScriptForReadonlyFields(fields: any): string;
13
13
  export function getScriptForRemoveUrlPrefixForImgFields(fields: any): string;
14
14
  export function getScriptForSimplifiedValueForFileFields(fields: any): string;
15
15
  export function getSaveDataTpl(fields: any): string;
16
- export function getSaveRequestAdaptor(fields: any): string;
16
+ export function getSaveRequestAdaptor(fields: any, options: any): string;
17
17
  export function getFindQuery(object: any, recordId: any, fields: any, options: any): Promise<{
18
18
  orderBy: string;
19
19
  orderDir: string;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@steedos-widgets/amis-lib",
3
3
  "private": false,
4
- "version": "1.1.4-beta.4",
4
+ "version": "1.1.4",
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": "14e1a85bd6d68980f480b08062f90d93547da62c"
62
+ "gitHead": "324e41128440550549e8425589fcba33111fe9d1"
63
63
  }