elab_components 0.10.24 → 0.10.26

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/dist/index.esm.js CHANGED
@@ -33189,7 +33189,7 @@ var OkGrid = function (_a) {
33189
33189
  setFilteredData(filtered);
33190
33190
  }
33191
33191
  else {
33192
- setFilteredData([]); // Show empty if null/undefined/empty string
33192
+ setFilteredData(col === null || col === void 0 ? void 0 : col.data); // Show empty if null/undefined/empty string
33193
33193
  }
33194
33194
  }, [dataItem === null || dataItem === void 0 ? void 0 : dataItem[col === null || col === void 0 ? void 0 : col.filterByID], col === null || col === void 0 ? void 0 : col.data]);
33195
33195
  return (React__default.createElement("td", __assign({}, cellProps.tdProps),
package/dist/index.js CHANGED
@@ -33217,7 +33217,7 @@ var OkGrid = function (_a) {
33217
33217
  setFilteredData(filtered);
33218
33218
  }
33219
33219
  else {
33220
- setFilteredData([]); // Show empty if null/undefined/empty string
33220
+ setFilteredData(col === null || col === void 0 ? void 0 : col.data); // Show empty if null/undefined/empty string
33221
33221
  }
33222
33222
  }, [dataItem === null || dataItem === void 0 ? void 0 : dataItem[col === null || col === void 0 ? void 0 : col.filterByID], col === null || col === void 0 ? void 0 : col.data]);
33223
33223
  return (React__default["default"].createElement("td", __assign({}, cellProps.tdProps),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "elab_components",
3
- "version": "0.10.24",
3
+ "version": "0.10.26",
4
4
  "private": false,
5
5
  "author": "Amar",
6
6
  "main": "dist/index.js",