@sd-angular/core 1.3.124 → 1.3.125
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 +13 -11
- 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 +14 -12
- package/fesm2015/sd-angular-core-grid-material.js +13 -11
- 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.125.tgz} +0 -0
|
@@ -2828,17 +2828,19 @@
|
|
|
2828
2828
|
});
|
|
2829
2829
|
}); };
|
|
2830
2830
|
this.onFilterChange = function () {
|
|
2831
|
-
|
|
2832
|
-
|
|
2833
|
-
|
|
2834
|
-
_this.
|
|
2835
|
-
|
|
2836
|
-
|
|
2837
|
-
|
|
2838
|
-
|
|
2839
|
-
|
|
2840
|
-
|
|
2841
|
-
|
|
2831
|
+
setTimeout(function () {
|
|
2832
|
+
var _a, _b, _c, _d;
|
|
2833
|
+
(_b = (_a = _this.gridFilter) === null || _a === void 0 ? void 0 : _a.updateFilter) === null || _b === void 0 ? void 0 : _b.call(_a);
|
|
2834
|
+
if ((_d = (_c = _this.gridOption) === null || _c === void 0 ? void 0 : _c.filter) === null || _d === void 0 ? void 0 : _d.inlineColumn) {
|
|
2835
|
+
_this.filterRegister.value.set({
|
|
2836
|
+
columnOperator: _this.columnOperator,
|
|
2837
|
+
columnFilter: _this.columnFilter,
|
|
2838
|
+
});
|
|
2839
|
+
}
|
|
2840
|
+
else {
|
|
2841
|
+
_this.filterRegister.value.set({});
|
|
2842
|
+
}
|
|
2843
|
+
}, 100);
|
|
2842
2844
|
};
|
|
2843
2845
|
this.onExpand = function (rowData) { return __awaiter(_this, void 0, void 0, function () {
|
|
2844
2846
|
var _y, _z, _0, _1, _2, data;
|