@megha-ui/react 1.2.372 → 1.2.373

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.
@@ -1122,6 +1122,7 @@ const Grid = ({ columns, wrapperClass, updateGridColumns, data, height, sortable
1122
1122
  return acc;
1123
1123
  }, {});
1124
1124
  const hasFilters = Object.keys(filterColumn).length > 0 || globalInputSearch !== "";
1125
+ console.log(searchQueries, "Search Queries");
1125
1126
  return {
1126
1127
  hasFilters,
1127
1128
  filtersUpdated: Object.keys(filterColumn).sort().toString() !==
@@ -1419,7 +1420,10 @@ const Grid = ({ columns, wrapperClass, updateGridColumns, data, height, sortable
1419
1420
  ? (_a = data[column.key].value) === null || _a === void 0 ? void 0 : _a.toString()
1420
1421
  : "";
1421
1422
  }),
1422
- ].sort((a, b) => { var _a, _b; return comparator(a, b, (_a = column.dataType) !== null && _a !== void 0 ? _a : "", (_b = column.fixedFilterOrder) !== null && _b !== void 0 ? _b : "asc"); });
1423
+ ].sort((a, b) => {
1424
+ var _a, _b;
1425
+ return comparator(a, b, (_a = column.dataType) !== null && _a !== void 0 ? _a : "", (_b = column.fixedFilterOrder) !== null && _b !== void 0 ? _b : "asc");
1426
+ });
1423
1427
  selectedValues.forEach((item) => {
1424
1428
  if (!options.includes(item)) {
1425
1429
  options.push(item);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@megha-ui/react",
3
- "version": "1.2.372",
3
+ "version": "1.2.373",
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",