@megha-ui/react 1.2.337 → 1.2.339

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.
@@ -73,6 +73,7 @@ const GroupedGrid = ({ groupedData, rowOpened, startIndex, endIndex, alternateRo
73
73
  : compositeIndex > -1
74
74
  ? compositeValues[compositeIndex]
75
75
  : "";
76
+ console.log({ intermediate });
76
77
  let display = "";
77
78
  if (intermediate && idx === keys.length - 1) {
78
79
  display = `${intermediate} (${item === null || item === void 0 ? void 0 : item.count})`;
@@ -88,6 +89,7 @@ const GroupedGrid = ({ groupedData, rowOpened, startIndex, endIndex, alternateRo
88
89
  item.key === columnKey) {
89
90
  display = intermediate;
90
91
  }
92
+ console.log({ display });
91
93
  if (column) {
92
94
  return (_jsx("div", { style: {
93
95
  width: widthMode === "auto"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@megha-ui/react",
3
- "version": "1.2.337",
3
+ "version": "1.2.339",
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",