@megha-ui/react 1.2.773 → 1.2.775

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.
@@ -164,6 +164,7 @@ withCard = false, cardClassName, cardHeader, title, headerLeft, headerRight, sub
164
164
  if (filterValue.length === 0)
165
165
  return true;
166
166
  const cellValue = ((_b = (_a = item[key]) === null || _a === void 0 ? void 0 : _a.value) === null || _b === void 0 ? void 0 : _b.toString()) || "";
167
+ console.log({ filterValue, cellValue });
167
168
  return filterValue.includes(cellValue);
168
169
  })
169
170
  : true);
@@ -1330,7 +1331,7 @@ withCard = false, cardClassName, cardHeader, title, headerLeft, headerRight, sub
1330
1331
  borderColor: "#D9D9D9",
1331
1332
  borderWidth: 1,
1332
1333
  padding: "0.25rem 0.5rem",
1333
- }, onClick: (e) => saveColumns(), children: "Save" })] })] }) })), _jsxs("div", { id: "grid-action", style: { paddingBottom: "0.25rem" }, children: [chips.length > 0 && (_jsxs("div", { style: {
1334
+ }, onClick: (e) => saveColumns(), children: "Save" })] })] }) })), _jsxs("div", { id: "grid-action", className: "px-4", style: { paddingBottom: "0.25rem" }, children: [chips.length > 0 && (_jsxs("div", { style: {
1334
1335
  width: "100%",
1335
1336
  display: "flex",
1336
1337
  alignItems: "center",
@@ -1423,7 +1424,7 @@ withCard = false, cardClassName, cardHeader, title, headerLeft, headerRight, sub
1423
1424
  updateFixedFilterValues(updatedValues);
1424
1425
  }
1425
1426
  }
1426
- : undefined, style: { width: "14rem" }, isSort: column.fixedFilterOrder ? false : undefined, isClear: true, searchEnabled: true, dropdownListWidth: "max-content", className: "h-8 flex-1", isMultiple: column.fixedFilter === "multi-select" }) }, column.key));
1427
+ : undefined, style: { width: "14rem" }, isSort: column.fixedFilterOrder ? false : undefined, isClear: true, searchEnabled: true, dropdownListWidth: "max-content", className: "h-8 flex-1", width: "100%", isMultiple: column.fixedFilter === "multi-select" }) }, column.key));
1427
1428
  }
1428
1429
  return null;
1429
1430
  }), _jsx("div", { className: "flex-1 h-2" }), isSummarise && (_jsx("div", { onClick: () => setSummariseAvailable((prev) => !prev), style: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@megha-ui/react",
3
- "version": "1.2.773",
3
+ "version": "1.2.775",
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",