@nettyapps/ntybase 21.1.26 → 21.1.27

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.1.26",
3
+ "version": "21.1.27",
4
4
  "description": "This library provides foundational services and components for NettyApps Angular applications.",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -420,6 +420,7 @@ declare abstract class NettyAgGridBase<T extends NettyEntityBaseInterface<T>> ex
420
420
  saveGrid(params: any): void;
421
421
  expandCollapse(): void;
422
422
  quickSearch(searchStr?: string): void;
423
+ refreshData(): Promise<void>;
423
424
  /**
424
425
  * Update a single row in the grid
425
426
  * @param rowData The updated row data
@@ -466,7 +467,6 @@ declare abstract class NettyAgGridListBase<T extends NettyEntityInterface<T>> ex
466
467
  */
467
468
  constructor();
468
469
  protected loadData(): void;
469
- refreshData(): Promise<void>;
470
470
  deleteSelected(): Promise<void>;
471
471
  protected deleteRows(rows: T[]): void;
472
472
  logInputs(message: string): void;
@@ -509,7 +509,6 @@ declare abstract class NettyAgGridLogBase<T extends NettyEntityLogInterface<T>>
509
509
  */
510
510
  ngOnInit(): Promise<void>;
511
511
  protected loadData(): void;
512
- refreshData(): Promise<void>;
513
512
  static ɵfac: i0.ɵɵFactoryDeclaration<NettyAgGridLogBase<any>, never>;
514
513
  static ɵcmp: i0.ɵɵComponentDeclaration<NettyAgGridLogBase<any>, "ntybase-ag-grid-log-base", never, {}, {}, never, never, true, never>;
515
514
  }