@ibiz-template/model-helper 0.4.3-dev.2 → 0.4.3
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
CHANGED
|
@@ -15604,6 +15604,15 @@ var ModelHelper = class {
|
|
|
15604
15604
|
app.deName2DeCodeName.set(dataEntity.name, dataEntity.codeName);
|
|
15605
15605
|
});
|
|
15606
15606
|
}
|
|
15607
|
+
const subViewRefs = app.model.appSubViewTypeRefs || [];
|
|
15608
|
+
subViewRefs.forEach((item) => {
|
|
15609
|
+
if (item.replaceDefault) {
|
|
15610
|
+
ibiz.util.layoutPanel.register(
|
|
15611
|
+
"".concat(item.viewType, "_DEFAULT"),
|
|
15612
|
+
item.viewLayoutPanel
|
|
15613
|
+
);
|
|
15614
|
+
}
|
|
15615
|
+
});
|
|
15607
15616
|
}
|
|
15608
15617
|
/**
|
|
15609
15618
|
* 获取应用模型
|