@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
|
@@ -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
|
}
|