@steedos-widgets/amis-lib 1.3.0-beta.13 → 1.3.0-beta.15

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.
@@ -234,7 +234,13 @@ export function getObjectListHeaderFieldsFilterBar(objectSchema: any, listViewNa
234
234
  icon?: undefined;
235
235
  level?: undefined;
236
236
  } | {
237
- type: string;
237
+ type: string; /**
238
+ * 点击记录详细界面相关表顶部标题进入的相关表页面的顶部amisSchema
239
+ * @param {*} objectSchema
240
+ * @param {*} recordId
241
+ * @param {*} relatedObjectName
242
+ * @returns amisSchema
243
+ */
238
244
  label: string;
239
245
  onEvent: {
240
246
  click: {
@@ -1,2 +1,3 @@
1
1
  export function getSvgUrl(source: any, name: any): string;
2
2
  export function getContrastColor(bgColor: any): "#ffffff" | "#000000";
3
+ export function getLookupListView(refObjectConfig: any): undefined;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@steedos-widgets/amis-lib",
3
3
  "private": false,
4
- "version": "1.3.0-beta.13",
4
+ "version": "1.3.0-beta.15",
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": "afe828fd904d178cce043d5a3489056e7d1a2dc8"
64
+ "gitHead": "e14f3a9dd096ad6e74b0d0d862157c7aade99eef"
65
65
  }