@megha-ui/react 1.2.477 → 1.2.478

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.
@@ -149,6 +149,7 @@ withCard = false, cardClassName, cardHeader, title, headerLeft, headerRight, sub
149
149
  return filterValue.includes(cellValue);
150
150
  })
151
151
  : true);
152
+ console.log(filterColumns.filter(column => { var _a; return (_a = searchQueries[column.key]) === null || _a === void 0 ? void 0 : _a.text; }), searchOp);
152
153
  _filteredData = _filteredData.filter((item) => searchOp === "and"
153
154
  ? filterColumns.every((column) => {
154
155
  var _a, _b, _c;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@megha-ui/react",
3
- "version": "1.2.477",
3
+ "version": "1.2.478",
4
4
  "description": "A collection of reusable UI components for React applications, built with TypeScript.",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.js",