@trudb/tru-common-lib 0.1.959 → 0.1.961
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.
|
@@ -6083,7 +6083,7 @@ class TruDataGridHeaderFilter {
|
|
|
6083
6083
|
this.filterParams.filterChangedCallback();
|
|
6084
6084
|
}
|
|
6085
6085
|
onSortSelection = (changeEvent) => {
|
|
6086
|
-
this.filterParams.colDef.headerComponent.getHeaderParams().setSort(changeEvent.options[0].value, false);
|
|
6086
|
+
this.filterParams.colDef.headerComponent.prototype.getHeaderParams().setSort(changeEvent.options[0].value, false);
|
|
6087
6087
|
};
|
|
6088
6088
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.3", ngImport: i0, type: TruDataGridHeaderFilter, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
6089
6089
|
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "19.2.3", type: TruDataGridHeaderFilter, isStandalone: true, selector: "ng-component", ngImport: i0, template: `
|