@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 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.hub.json.css";
15031
+ stylePath = "/PSSYSAPP.hubsubapp.json.css";
15032
15032
  }
15033
15033
  if (this.permission === false) {
15034
15034
  stylePath = "/simple/PSSYSAPP.simple.json.css";