@sd-angular/core 1.3.124 → 1.3.126
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/bundles/sd-angular-core-grid-material.umd.js +4 -0
- package/bundles/sd-angular-core-grid-material.umd.js.map +1 -1
- package/bundles/sd-angular-core-grid-material.umd.min.js +1 -1
- package/bundles/sd-angular-core-grid-material.umd.min.js.map +1 -1
- package/esm2015/grid-material/src/lib/grid-material.component.js +5 -1
- package/fesm2015/sd-angular-core-grid-material.js +4 -0
- package/fesm2015/sd-angular-core-grid-material.js.map +1 -1
- package/package.json +1 -1
- package/{sd-angular-core-1.3.124.tgz → sd-angular-core-1.3.126.tgz} +0 -0
|
@@ -2924,7 +2924,11 @@
|
|
|
2924
2924
|
_this.filterRegister.value.remove();
|
|
2925
2925
|
};
|
|
2926
2926
|
this.setFilter = function (args) {
|
|
2927
|
+
var _a, _b;
|
|
2927
2928
|
var _5 = args || {}, columnFilter = _5.columnFilter, externalFilter = _5.externalFilter, filterDef = _5.filterDef;
|
|
2929
|
+
if (((_b = (_a = _this.gridOption) === null || _a === void 0 ? void 0 : _a.filter) === null || _b === void 0 ? void 0 : _b.inlineColumn) && columnFilter) {
|
|
2930
|
+
_this.columnFilter = columnFilter;
|
|
2931
|
+
}
|
|
2928
2932
|
_this.filterRegister.value.set({
|
|
2929
2933
|
columnFilter: columnFilter,
|
|
2930
2934
|
externalFilter: externalFilter,
|