@steedos-widgets/amis-lib 1.2.30 → 1.2.31

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.
@@ -323,3 +323,9 @@ export function getIdsPickerSchema(field: any, readonly: any, ctx: any): Promise
323
323
  joinValues: boolean;
324
324
  extractValue: boolean;
325
325
  }>;
326
+ export function getReferenceTo(field: any): Promise<{
327
+ objectName: any;
328
+ valueField: any;
329
+ labelField: any;
330
+ NAME_FIELD_KEY: any;
331
+ }>;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@steedos-widgets/amis-lib",
3
3
  "private": false,
4
- "version": "1.2.30",
4
+ "version": "1.2.31",
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": "982542f992b5a73d84961fa24762fde3ce32ebbf"
64
+ "gitHead": "ded2cfcbc606e889d3b67da748f93f5162ceabb5"
65
65
  }