@ibiz-template/model-helper 0.7.41-alpha.25 → 0.7.41-alpha.27
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/dist/index.esm.js +13 -7
- package/dist/index.system.min.js +1 -1
- package/out/model-helper.js +1 -1
- package/package.json +4 -4
package/out/model-helper.js
CHANGED
|
@@ -156,7 +156,7 @@ export class ModelHelper {
|
|
|
156
156
|
}
|
|
157
157
|
// 模型扩展标准视图布局面板
|
|
158
158
|
const subViewRefs = app.model.appSubViewTypeRefs || [];
|
|
159
|
-
subViewRefs.forEach(item => {
|
|
159
|
+
subViewRefs.forEach((item) => {
|
|
160
160
|
if (item.replaceDefault) {
|
|
161
161
|
ibiz.util.layoutPanel.register(`${item.viewType}_DEFAULT`, item.viewLayoutPanel);
|
|
162
162
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ibiz-template/model-helper",
|
|
3
|
-
"version": "0.7.41-alpha.
|
|
3
|
+
"version": "0.7.41-alpha.27",
|
|
4
4
|
"description": "模型辅助库",
|
|
5
5
|
"main": "out/index.js",
|
|
6
6
|
"types": "out/index.d.ts",
|
|
@@ -30,14 +30,14 @@
|
|
|
30
30
|
"author": "iBiz",
|
|
31
31
|
"license": "MIT",
|
|
32
32
|
"dependencies": {
|
|
33
|
-
"@ibiz-template/core": "^0.7.41-alpha.
|
|
33
|
+
"@ibiz-template/core": "^0.7.41-alpha.26",
|
|
34
34
|
"@ibiz/model-core": "^0.1.81",
|
|
35
35
|
"@ibiz/rt-model-api": "0.2.79",
|
|
36
36
|
"pluralize": "^8.0.0",
|
|
37
37
|
"ramda": "^0.29.1"
|
|
38
38
|
},
|
|
39
39
|
"devDependencies": {
|
|
40
|
-
"@ibiz-template/runtime": "^0.7.41-alpha.
|
|
40
|
+
"@ibiz-template/runtime": "^0.7.41-alpha.27",
|
|
41
41
|
"@types/pluralize": "^0.0.33",
|
|
42
42
|
"@types/ramda": "^0.29.10"
|
|
43
43
|
},
|
|
@@ -45,5 +45,5 @@
|
|
|
45
45
|
"@ibiz-template/runtime": "^0.6.0",
|
|
46
46
|
"ramda": "^0.29.0"
|
|
47
47
|
},
|
|
48
|
-
"gitHead": "
|
|
48
|
+
"gitHead": "e1cf592ba49a4a3e93a5398aabb5c8a97073b698"
|
|
49
49
|
}
|