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

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.8",
4
4
  "description": "This library provides foundational services and components for NettyApps Angular applications.",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -415,13 +415,14 @@ interface NettyEntityInterface<T> extends NettyEntityBaseInterface<T> {
415
415
  declare abstract class NettyAgGridListBase<T extends NettyEntityInterface<T>> extends NettyAgGridBase<T> implements OnInit {
416
416
  hasFilter: i0.InputSignal<boolean>;
417
417
  protected isFilterValid: i0.WritableSignal<boolean>;
418
- protected isFilterExpanded: i0.Signal<boolean>;
418
+ protected isFilterExpanded: i0.WritableSignal<boolean>;
419
419
  protected openEditComponentInPopup: i0.WritableSignal<boolean>;
420
420
  protected router: Router;
421
421
  protected routerActive: ActivatedRoute;
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