@baosight/erm 1.0.75 → 1.0.77

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.
@@ -79,4 +79,16 @@ export declare class ermFormHelper {
79
79
  * @param rowNo 行号
80
80
  */
81
81
  static deleteRow(ref: any, rowNo: any): any;
82
+ /**
83
+ * 获取表单某行某字段描述
84
+ * @param ref 组件实例
85
+ * @param rowNo 行号
86
+ * @param itemCode 字段名
87
+ */
88
+ static getGridCellText(ref: any, rowNo: any, itemCode: any): any;
89
+ /**
90
+ * 删除所有行
91
+ * @param ref 组件实例
92
+ */
93
+ static deleteAllRows(ref: any): any;
82
94
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@baosight/erm",
3
- "version": "1.0.75",
3
+ "version": "1.0.77",
4
4
  "description": "Baosight Erm Framework",
5
5
  "module": "lib/index.esm.js",
6
6
  "typings": "lib/index.d.ts",