@baosight/erm 1.0.61 → 1.0.63

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.
@@ -68,4 +68,9 @@ export declare class ermFormHelper {
68
68
  * @param ref 组件实例
69
69
  */
70
70
  static getTableName(ref: any): any;
71
+ /**
72
+ *
73
+ * @param ref 新增一行
74
+ */
75
+ static addRow(ref: any): any;
71
76
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@baosight/erm",
3
- "version": "1.0.61",
3
+ "version": "1.0.63",
4
4
  "description": "Baosight Erm Framework",
5
5
  "module": "lib/index.esm.js",
6
6
  "typings": "lib/index.d.ts",