@megha-ui/react 1.3.68 → 1.3.70
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,6 +511,9 @@ 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,
|
|
514
517
|
}, 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) => {
|
|
515
518
|
var _a, _b, _c;
|
|
516
519
|
return ((_a = headerColumns.find((column) => column.key === _groupBy)) === null || _a === void 0 ? void 0 : _a.dataType) === "number" ||
|
|
@@ -791,6 +794,9 @@ const GridHeader = ({ columns, onSearch, searchQueries, sortable, search, resiza
|
|
|
791
794
|
background: column.search
|
|
792
795
|
? "var(--background)"
|
|
793
796
|
: "var(--disabled-bg)",
|
|
797
|
+
borderRight: "none",
|
|
798
|
+
borderTopRightRadius: 0,
|
|
799
|
+
borderBottomRightRadius: 0,
|
|
794
800
|
}, 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" ||
|
|
795
801
|
column.dataType === "currency"
|
|
796
802
|
? numberTypeSearch.includes(item.value)
|
package/package.json
CHANGED