@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.
- package/bundles/sd-angular-core-grid-material.umd.js +1 -1
- 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 +2 -2
- package/fesm2015/sd-angular-core-grid-material.js +1 -1
- package/fesm2015/sd-angular-core-grid-material.js.map +1 -1
- package/package.json +1 -1
- package/{sd-angular-core-1.3.87.tgz → sd-angular-core-1.3.88.tgz} +0 -0
|
@@ -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
|
|
2017
|
+
if (fromDate && toDate) {
|
|
2018
2018
|
if (!columnValue) {
|
|
2019
2019
|
return false;
|
|
2020
2020
|
}
|