@ibiz-template/model-helper 0.7.41-alpha.91 → 0.7.41-alpha.92
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
|
@@ -19439,11 +19439,6 @@ var ModelUtil = class {
|
|
|
19439
19439
|
allAppDERSs,
|
|
19440
19440
|
this
|
|
19441
19441
|
);
|
|
19442
|
-
if (this.appModel.getAllPSAppLans && this.appModel.getAllPSAppLans.length > 0) {
|
|
19443
|
-
ibiz.env.isEnableMultiLan = true;
|
|
19444
|
-
} else {
|
|
19445
|
-
ibiz.env.isEnableMultiLan = false;
|
|
19446
|
-
}
|
|
19447
19442
|
}
|
|
19448
19443
|
/**
|
|
19449
19444
|
* 特殊处理应用模型
|
|
@@ -19775,6 +19770,9 @@ var ModelLoader = class {
|
|
|
19775
19770
|
getAppDataEntityByCodeName(appId, codeName) {
|
|
19776
19771
|
return this.helper.getAppDataEntityModel(codeName, appId, false);
|
|
19777
19772
|
}
|
|
19773
|
+
async getPSAppLang(language, appId) {
|
|
19774
|
+
return this.helper.getPSAppLang(language, appId);
|
|
19775
|
+
}
|
|
19778
19776
|
getAppStyle(appId) {
|
|
19779
19777
|
return this.helper.getAppStyle(appId);
|
|
19780
19778
|
}
|