@nettyapps/ntybase 21.0.35-beta.24 → 21.0.35-beta.25

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.24",
3
+ "version": "21.0.35-beta.25",
4
4
  "description": "This library provides foundational services and components for NettyApps Angular applications.",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -480,6 +480,7 @@ declare abstract class NettyAgGridLogBase<T extends NettyEntityLogInterface<T>>
480
480
  */
481
481
  ngOnInit(): Promise<void>;
482
482
  protected loadData(): void;
483
+ refreshData(): Promise<void>;
483
484
  static ɵfac: i0.ɵɵFactoryDeclaration<NettyAgGridLogBase<any>, never>;
484
485
  static ɵcmp: i0.ɵɵComponentDeclaration<NettyAgGridLogBase<any>, "ntybase-ag-grid-log-base", never, {}, {}, never, never, true, never>;
485
486
  }