@nettyapps/ntybase 21.0.35-beta.6 → 21.0.35-beta.7

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.
@@ -1784,6 +1784,7 @@ class NettyAgGridListBase extends NettyAgGridBase {
1784
1784
  queryParameterType = toSignal(this.routerActive.queryParamMap.pipe(map((params) => params.get('type')), map((value) => this.parseOrReturnValue(value))), {
1785
1785
  initialValue: null, // set initial value to null
1786
1786
  });
1787
+ openInPopup = signal(false, ...(ngDevMode ? [{ debugName: "openInPopup" }] : [])); // true: Open add / edit component in popup
1787
1788
  // ---------------------------------------------------
1788
1789
  // --- RECORD LIST ---
1789
1790
  // ---------------------------------------------------