@sd-angular/core 1.3.87 → 1.3.88

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.
@@ -2014,7 +2014,7 @@
2014
2014
  var to = (_d = (_c = rawColumnFilter[field]) === null || _c === void 0 ? void 0 : _c.to) !== null && _d !== void 0 ? _d : rawColumnFilter[field];
2015
2015
  var fromDate = Date.begin(from);
2016
2016
  var toDate = Date.end(to);
2017
- if (fromDate || toDate) {
2017
+ if (fromDate && toDate) {
2018
2018
  if (!columnValue) {
2019
2019
  return false;
2020
2020
  }