@steedos-widgets/amis-lib 3.6.2-beta.7 → 3.6.2-beta.8

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.
@@ -17,6 +17,10 @@ export function getEditFormInitApi(object: any, recordId: any, fields: any, opti
17
17
  cache: number;
18
18
  requestAdaptor: string;
19
19
  adaptor: string;
20
+ responseData: {
21
+ "&": string;
22
+ editFormInited: boolean;
23
+ };
20
24
  data: {
21
25
  query: string;
22
26
  };
@@ -139,7 +139,6 @@ export function lookupToAmisPicker(field: any, readonly: any, ctx: any): Promise
139
139
  labelField: any;
140
140
  valueField: any;
141
141
  disabledOn: string;
142
- hiddenOn: string;
143
142
  modalMode: string;
144
143
  source: {
145
144
  method: string;
@@ -217,6 +217,7 @@ export function getRecordDetailSchema(objectName: any, appId: any, props?: {}):
217
217
  body: ({
218
218
  type: string;
219
219
  className: string;
220
+ contentClassName: string;
220
221
  tabs: {
221
222
  title: string;
222
223
  className: string;
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.7",
4
+ "version": "3.6.2-beta.8",
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": "724dfd7a834539fa951423fceae0fca144429200"
64
+ "gitHead": "3818ac08a518bbed4fb8090165c713c09229dd47"
65
65
  }