@steedos-widgets/amis-lib 3.6.0-beta.5 → 3.6.0-beta.7

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.
@@ -15,7 +15,6 @@ export function getLookupSapceUserTreeSchema(isMobile: any): ({
15
15
  Authorization: string;
16
16
  };
17
17
  adaptor: string;
18
- requestAdaptor: string;
19
18
  data: {
20
19
  query: string;
21
20
  };
@@ -66,7 +65,6 @@ export function getLookupSapceUserTreeSchema(isMobile: any): ({
66
65
  Authorization: string;
67
66
  };
68
67
  adaptor: string;
69
- requestAdaptor: string;
70
68
  data: {
71
69
  query: string;
72
70
  };
@@ -233,8 +231,10 @@ export function lookupToAmisIdsPicker(field: any, readonly: any, ctx: any): Prom
233
231
  labelTpl: string;
234
232
  autoFillHeight: boolean;
235
233
  columnsTogglable: boolean;
236
- columns?: undefined;
237
234
  } | {
235
+ expandConfig: {
236
+ expand: string;
237
+ };
238
238
  mode: string;
239
239
  perPageAvailable: number[];
240
240
  name: string;
@@ -324,8 +324,10 @@ export function getIdsPickerSchema(field: any, readonly: any, ctx: any): Promise
324
324
  labelTpl: string;
325
325
  autoFillHeight: boolean;
326
326
  columnsTogglable: boolean;
327
- columns?: undefined;
328
327
  } | {
328
+ expandConfig: {
329
+ expand: string;
330
+ };
329
331
  mode: string;
330
332
  perPageAvailable: number[];
331
333
  name: string;
@@ -16,8 +16,10 @@ export function getTableSchema(fields: any, options: any): Promise<{
16
16
  labelTpl: string;
17
17
  autoFillHeight: boolean;
18
18
  columnsTogglable: boolean;
19
- columns?: undefined;
20
19
  } | {
20
+ expandConfig: {
21
+ expand: string;
22
+ };
21
23
  mode: string;
22
24
  perPageAvailable: number[];
23
25
  name: string;
@@ -519,6 +519,7 @@ export function getObjectRecordDetailHeader(objectSchema: any, recordId: any, op
519
519
  "@history_paths.changed": {
520
520
  actions: {
521
521
  actionType: string;
522
+ data: {};
522
523
  }[];
523
524
  };
524
525
  };
@@ -233,6 +233,7 @@ export function getRecordDetailHeaderSchema(objectName: any, recordId: any, opti
233
233
  "@history_paths.changed": {
234
234
  actions: {
235
235
  actionType: string;
236
+ data: {};
236
237
  }[];
237
238
  };
238
239
  };
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.0-beta.5",
4
+ "version": "3.6.0-beta.7",
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": "7babba3c01fe0aa4410cdc834c862774d4c59824"
64
+ "gitHead": "9787e8edaf6e30ac08651eddcf0ca1b99f341a37"
65
65
  }