@megha-ui/react 1.2.118 → 1.2.119

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.
@@ -36,6 +36,7 @@ const GridFilterDropdown = ({ headerDropdownIndex, searchOptions, position, colu
36
36
  const handleSelect = (value, columnKey) => {
37
37
  let _uniqueSeach = {};
38
38
  if (value === "all") {
39
+ console.log({ uniqueSearch, columnKey, columnData });
39
40
  if (uniqueSearch[columnKey].every(item => columnData.includes(item))) {
40
41
  _uniqueSeach = Object.assign(Object.assign({}, uniqueSearch), { [columnKey]: [] });
41
42
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@megha-ui/react",
3
- "version": "1.2.118",
3
+ "version": "1.2.119",
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.mjs",