@megha-ui/react 1.2.298 → 1.2.299

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.
@@ -706,7 +706,6 @@ const Grid = ({ columns, wrapperClass, updateGridColumns, data, height, sortable
706
706
  ? groupByMultipleKeys(sortedData, sets)
707
707
  : [];
708
708
  const flatGroupedArray = flattenGroupedData(groupedArray, 1);
709
- console.log(flatGroupedArray);
710
709
  setGroupedData(flatGroupedArray);
711
710
  const grouped = flatGroupedArray
712
711
  .filter((item) => item.type === "main")
@@ -67,7 +67,7 @@ const GroupedGrid = ({ groupedData, rowOpened, startIndex, endIndex, alternateRo
67
67
  display: "flex",
68
68
  alignItems: "center",
69
69
  justifyContent: "center",
70
- }, children: rowOpened.includes(item.groupedValue || "") ? "-" : "+" }), (_b = item.groupedKey) === null || _b === void 0 ? void 0 : _b.split(">").filter((key) => key !== item.key).flatMap((ele) => ele.split("+")).map((columnKey, index) => {
70
+ }, children: rowOpened.includes(item.groupedValue || "") ? "-" : "+" }), (_b = item.groupedKey) === null || _b === void 0 ? void 0 : _b.split(">").filter((key) => key !== item.key).map((columnKey, index) => {
71
71
  var _a;
72
72
  const column = gridColumns.find((column) => column.key === columnKey);
73
73
  const showCount = ((_a = item.groupedKey) === null || _a === void 0 ? void 0 : _a.split(">").filter((key) => key !== item.key).length) -
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@megha-ui/react",
3
- "version": "1.2.298",
3
+ "version": "1.2.299",
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",