@steedos-widgets/amis-lib 6.10.53-beta.14 → 6.10.53-beta.16

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.
@@ -247,7 +247,7 @@ export function lookupToAmisIdsPicker(field: any, readonly: any, ctx: any): Prom
247
247
  } | {
248
248
  perPage: any;
249
249
  expandConfig: {
250
- expand: string;
250
+ expand: any;
251
251
  };
252
252
  mode: string;
253
253
  perPageAvailable: number[];
@@ -334,7 +334,7 @@ export function getIdsPickerSchema(field: any, readonly: any, ctx: any): Promise
334
334
  } | {
335
335
  perPage: any;
336
336
  expandConfig: {
337
- expand: string;
337
+ expand: any;
338
338
  };
339
339
  mode: string;
340
340
  perPageAvailable: number[];
@@ -17,7 +17,7 @@ export function getTableSchema(object: any, fields: any, options: any): Promise<
17
17
  } | {
18
18
  perPage: any;
19
19
  expandConfig: {
20
- expand: string;
20
+ expand: any;
21
21
  };
22
22
  mode: string;
23
23
  perPageAvailable: number[];
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.53-beta.14",
4
+ "version": "6.10.53-beta.16",
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
  "i18next": "24.2.2",
60
60
  "lodash": "^4.17.21"
61
61
  },
62
- "gitHead": "25bcf70704b017e30d5e2eb13317cd06407600da"
62
+ "gitHead": "bed173dda581bcd5cdc4c1c96373dcf1a3b786c5"
63
63
  }