@megha-ui/react 1.3.71 → 1.3.72
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.
|
@@ -511,9 +511,6 @@ const GridHeader = ({ columns, onSearch, searchQueries, sortable, search, resiza
|
|
|
511
511
|
background: ((_52 = headerColumns.find((column) => column.key === _groupBy)) === null || _52 === void 0 ? void 0 : _52.search)
|
|
512
512
|
? "var(--background)"
|
|
513
513
|
: "var(--disabled-bg)",
|
|
514
|
-
borderRight: "none",
|
|
515
|
-
borderTopRightRadius: 0,
|
|
516
|
-
borderBottomRightRadius: 0,
|
|
517
514
|
}, value: ((_54 = searchQueries[((_53 = headerColumns.find((column) => column.key === _groupBy)) === null || _53 === void 0 ? void 0 : _53.key) || ""]) === null || _54 === void 0 ? void 0 : _54.text) || "", disabled: !((_55 = headerColumns.find((column) => column.key === _groupBy)) === null || _55 === void 0 ? void 0 : _55.search), height: 32, extraInputStyle: { minWidth: 10 }, className: "w-full", backgroundColor: "#fff" }), _jsx(Dropdown, { options: searchOptions.filter((item) => {
|
|
518
515
|
var _a, _b, _c;
|
|
519
516
|
return ((_a = headerColumns.find((column) => column.key === _groupBy)) === null || _a === void 0 ? void 0 : _a.dataType) === "number" ||
|
|
@@ -794,9 +791,6 @@ const GridHeader = ({ columns, onSearch, searchQueries, sortable, search, resiza
|
|
|
794
791
|
background: column.search
|
|
795
792
|
? "var(--background)"
|
|
796
793
|
: "var(--disabled-bg)",
|
|
797
|
-
borderRight: "none",
|
|
798
|
-
borderTopRightRadius: 0,
|
|
799
|
-
borderBottomRightRadius: 0,
|
|
800
794
|
}, value: ((_u = searchQueries[column.key]) === null || _u === void 0 ? void 0 : _u.text) || "", disabled: !column.search, height: 32, extraInputStyle: { minWidth: 10 }, className: "w-full", backgroundColor: "#fff" }), _jsx(Dropdown, { options: searchOptions.filter((item) => column.dataType === "number" ||
|
|
801
795
|
column.dataType === "currency"
|
|
802
796
|
? numberTypeSearch.includes(item.value)
|
package/package.json
CHANGED