@steedos-widgets/amis-lib 3.6.2-beta.2 → 3.6.2-beta.20

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.
@@ -35,9 +35,16 @@ export function getSchema(uiSchema: any): {
35
35
  form: {
36
36
  debug: boolean;
37
37
  resetAfterSubmit: boolean;
38
+ data: {
39
+ editFormInited: boolean;
40
+ };
38
41
  initApi: {
42
+ method: string;
39
43
  url: string;
40
44
  sendOn: string;
45
+ data: any;
46
+ requestAdaptor: string;
47
+ adaptor: string;
41
48
  responseData: {
42
49
  importState: string;
43
50
  };
@@ -277,9 +277,16 @@ export namespace StandardButtons {
277
277
  form: {
278
278
  debug: boolean;
279
279
  resetAfterSubmit: boolean;
280
+ data: {
281
+ editFormInited: boolean;
282
+ };
280
283
  initApi: {
284
+ method: string;
281
285
  url: string;
282
286
  sendOn: string;
287
+ data: any;
288
+ requestAdaptor: string;
289
+ adaptor: string;
283
290
  responseData: {
284
291
  importState: string;
285
292
  };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@steedos-widgets/amis-lib",
3
3
  "private": false,
4
- "version": "3.6.2-beta.2",
4
+ "version": "3.6.2-beta.20",
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": "fb8c956f049ba98f7b6ae36f4a4e7760ca088eed"
64
+ "gitHead": "c81fbb65391bd0282562620831d74f3e0cf82690"
65
65
  }