@ibiz-template/model-helper 0.1.22 → 0.1.23
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 +1 -1
- package/dist/index.system.min.js +1 -1
- package/dist/index.system.min.js.map +1 -1
- package/out/model-util.js +1 -1
- package/package.json +6 -6
- package/src/model-util.ts +1 -1
package/dist/index.esm.js
CHANGED
|
@@ -15028,7 +15028,7 @@ var ModelUtil = class {
|
|
|
15028
15028
|
try {
|
|
15029
15029
|
let stylePath = "/PSSYSAPP.json.css";
|
|
15030
15030
|
if (this.hub && ibiz.env.hub) {
|
|
15031
|
-
stylePath = "/PSSYSAPP.
|
|
15031
|
+
stylePath = "/PSSYSAPP.hubsubapp.json.css";
|
|
15032
15032
|
}
|
|
15033
15033
|
if (this.permission === false) {
|
|
15034
15034
|
stylePath = "/simple/PSSYSAPP.simple.json.css";
|