@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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nettyapps/ntybase",
3
- "version": "21.0.35-beta.6",
3
+ "version": "21.0.35-beta.7",
4
4
  "description": "This library provides foundational services and components for NettyApps Angular applications.",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -422,6 +422,7 @@ declare abstract class NettyAgGridListBase<T extends NettyEntityInterface<T>> ex
422
422
  protected dialog: MatDialog;
423
423
  protected queryParameterGUID: i0.Signal<any>;
424
424
  protected queryParameterType: i0.Signal<any>;
425
+ protected openInPopup: i0.WritableSignal<boolean>;
425
426
  protected nettyAppsProxy: NettyStandardProxy<T>;
426
427
  /**
427
428
  * Component initialization lifecycle hook