@baosight/erm 1.0.61 → 1.0.62
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.
- package/lib/index.common.js +7 -0
- package/lib/index.common.js.map +1 -1
- package/lib/index.esm.css +67 -67
- package/lib/index.esm.js +1 -1
- package/lib/index.umd.js +7 -0
- package/lib/index.umd.js.map +1 -1
- package/lib/index.umd.min.js +1 -1
- package/lib/index.umd.min.js.map +1 -1
- package/lib/utils/ermHelper.d.ts +5 -0
- package/package.json +1 -1
package/lib/index.common.js
CHANGED
|
@@ -57232,6 +57232,13 @@ class ermFormHelper {
|
|
|
57232
57232
|
static getTableName(ref) {
|
|
57233
57233
|
return ref.value.getTableName();
|
|
57234
57234
|
}
|
|
57235
|
+
/**
|
|
57236
|
+
*
|
|
57237
|
+
* @param ref 新增一行
|
|
57238
|
+
*/
|
|
57239
|
+
static addRow(ref) {
|
|
57240
|
+
return ref.value.addRow();
|
|
57241
|
+
}
|
|
57235
57242
|
}
|
|
57236
57243
|
;// CONCATENATED MODULE: ./packages/index.ts
|
|
57237
57244
|
// 全局样式
|