@nettyapps/ntybase 21.1.26 → 21.1.28
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
|
@@ -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
|
}
|