@gonsin/gview 2.0.140 → 2.1.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.
@@ -46,6 +46,10 @@ export interface ViewBoardData {
46
46
  * @description 获取数据之后,value字段的名字(用于显示?)
47
47
  */
48
48
  titleName: string;
49
+ /**
50
+ * @description: 当 dataId为空,直接使用该数据
51
+ */
52
+ data: any;
49
53
  }
50
54
  /**
51
55
  * @description 区域为每个View(视图)中显示的具体内容的描述
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gonsin/gview",
3
- "version": "2.0.140",
3
+ "version": "2.1.1",
4
4
  "main": "dist/index.mjs",
5
5
  "typings": "dist/types/index.d.ts",
6
6
  "files": [