@steedos-widgets/amis-lib 3.6.0-beta.9 → 3.6.1
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.
- package/dist/cjs/tsconfig.tsbuildinfo +1 -1
- package/dist/index.cjs.js +28 -12
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.esm.js +28 -12
- package/dist/index.esm.js.map +1 -1
- package/dist/index.umd.js +12 -14
- package/dist/index.umd.js.map +1 -1
- package/dist/types/lib/converter/amis/fields/lookup.d.ts +1 -1
- package/package.json +2 -2
|
@@ -191,7 +191,7 @@ export function lookupToAmisSelect(field: any, readonly: any, ctx: any): Promise
|
|
|
191
191
|
};
|
|
192
192
|
searchable: boolean;
|
|
193
193
|
}>;
|
|
194
|
-
export function lookupToAmis(field: any, readonly: any, ctx: any): Promise<
|
|
194
|
+
export function lookupToAmis(field: any, readonly: any, ctx: any): Promise<any>;
|
|
195
195
|
export function lookupToAmisSelectUser(field: any, readonly: any, ctx: any): Promise<{}>;
|
|
196
196
|
export function lookupToAmisIdsPicker(field: any, readonly: any, ctx: any): Promise<{
|
|
197
197
|
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": "3.6.
|
|
4
|
+
"version": "3.6.1",
|
|
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": "
|
|
64
|
+
"gitHead": "b2b52d0b516c85f7b57e75b13f29c8a9023762d0"
|
|
65
65
|
}
|