@steedos-widgets/amis-lib 6.10.52-beta.3 → 6.10.52-beta.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.
@@ -162,6 +162,10 @@ export function lookupToAmisPicker(field: any, readonly: any, ctx: any): Promise
162
162
  pickerSchema: any;
163
163
  joinValues: boolean;
164
164
  extractValue: boolean;
165
+ } | {
166
+ type: string;
167
+ multiple: any;
168
+ name: any;
165
169
  }>;
166
170
  export function lookupToAmisSelect(field: any, readonly: any, ctx: any): Promise<{
167
171
  type: any;
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.52-beta.3",
4
+ "version": "6.10.52-beta.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
  "i18next": "24.2.2",
60
60
  "lodash": "^4.17.21"
61
61
  },
62
- "gitHead": "47fe298cc8f512c9181a93f94ecd8ca6ba41fd9f"
62
+ "gitHead": "c33440001df8c9e9e375a28980101f461dbf44c0"
63
63
  }