@ibiz-template/model-helper 0.6.18 → 0.7.0

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
@@ -16538,6 +16538,16 @@ var ModelHelper = class {
16538
16538
  mergeAppMenu(ctrl, this.subAppRefs);
16539
16539
  }
16540
16540
  });
16541
+ } else {
16542
+ const { viewLayoutPanel } = view;
16543
+ if (viewLayoutPanel == null ? void 0 : viewLayoutPanel.controls) {
16544
+ viewLayoutPanel.controls.forEach((ctrl) => {
16545
+ if (ctrl.controlType === "APPMENU") {
16546
+ ctrl = ctrl;
16547
+ mergeAppMenu(ctrl, this.subAppRefs);
16548
+ }
16549
+ });
16550
+ }
16541
16551
  }
16542
16552
  }
16543
16553
  }