@nettyapps/ntybase 21.0.35-beta.18 → 21.0.35-beta.19

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.18",
3
+ "version": "21.0.35-beta.19",
4
4
  "description": "This library provides foundational services and components for NettyApps Angular applications.",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -421,7 +421,6 @@ declare abstract class NettyAgGridListBase<T extends NettyEntityInterface<T>> ex
421
421
  * Triggers the filter component to refresh its data
422
422
  */
423
423
  refreshFilterData(): void;
424
- protected openEditComponentInPopup: i0.WritableSignal<boolean>;
425
424
  protected router: Router;
426
425
  protected routerActive: ActivatedRoute;
427
426
  protected dialog: MatDialog;