@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.
|
@@ -2120,6 +2120,14 @@ class NettyAgGridLogBase extends NettyAgGridBase {
|
|
|
2120
2120
|
error: (err) => this.alertService.showError('@dataLoadFailed', err),
|
|
2121
2121
|
});
|
|
2122
2122
|
}
|
|
2123
|
+
async refreshData() {
|
|
2124
|
+
try {
|
|
2125
|
+
this.loadData();
|
|
2126
|
+
}
|
|
2127
|
+
catch (err) {
|
|
2128
|
+
this.alertService.showError(err);
|
|
2129
|
+
}
|
|
2130
|
+
}
|
|
2123
2131
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.6", ngImport: i0, type: NettyAgGridLogBase, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
2124
2132
|
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.0.6", type: NettyAgGridLogBase, isStandalone: true, selector: "ntybase-ag-grid-log-base", host: { attributes: { "ntybase-id": "NettyAgGridLogBase" } }, usesInheritance: true, ngImport: i0, template: ``, isInline: true });
|
|
2125
2133
|
}
|