@megha-ui/react 1.3.128 → 1.3.129

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.
@@ -201,6 +201,7 @@ const GridHeader = ({ columns, onSearch, searchQueries, sortable, search, resiza
201
201
  const handleSelect = (value, columnKey, columnData) => {
202
202
  var _a;
203
203
  let _uniqueSeach = {};
204
+ console.log({ value, columnKey, columnData, uniqueSearch });
204
205
  if (value === "all") {
205
206
  if (((_a = uniqueSearch === null || uniqueSearch === void 0 ? void 0 : uniqueSearch[columnKey]) === null || _a === void 0 ? void 0 : _a.length) > 0 &&
206
207
  uniqueSearch[columnKey].every((item) => columnData.includes(item))) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@megha-ui/react",
3
- "version": "1.3.128",
3
+ "version": "1.3.129",
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",