@sd-angular/core 1.3.164 → 1.3.165
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/bundles/sd-angular-core-table.umd.js +1 -1
- package/bundles/sd-angular-core-table.umd.js.map +1 -1
- package/bundles/sd-angular-core-table.umd.min.js +1 -1
- package/bundles/sd-angular-core-table.umd.min.js.map +1 -1
- package/esm2015/grid-material/src/lib/services/grid-filter/grid-filter.service.js +2 -2
- package/esm2015/table/src/lib/services/table-filter/table-filter.service.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/fesm2015/sd-angular-core-table.js +1 -1
- package/fesm2015/sd-angular-core-table.js.map +1 -1
- package/package.json +1 -1
- package/{sd-angular-core-1.3.164.tgz → sd-angular-core-1.3.165.tgz} +0 -0
|
@@ -1720,7 +1720,7 @@
|
|
|
1720
1720
|
// Filter def
|
|
1721
1721
|
filterDef: keys.includes('filterDef') ? (value === null || value === void 0 ? void 0 : value.filterDef) || {} : filterDef,
|
|
1722
1722
|
// Force
|
|
1723
|
-
notReload: !!notReload,
|
|
1723
|
+
notReload: !!(value === null || value === void 0 ? void 0 : value.notReload),
|
|
1724
1724
|
};
|
|
1725
1725
|
filterValue_1.set(updatedFilter);
|
|
1726
1726
|
return updatedFilter;
|