@spteck/react-controls-v2 2.3.8 → 2.3.9
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.
- package/dist/index.cjs +11 -11
- package/dist/index.js +2 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -9772,13 +9772,14 @@ function vd(e, t) {
|
|
|
9772
9772
|
columnSizingOptions: d,
|
|
9773
9773
|
resizableColumnsOptions: f,
|
|
9774
9774
|
focusMode: "cell",
|
|
9775
|
-
className: g,
|
|
9775
|
+
className: H(g, _d),
|
|
9776
9776
|
style: _,
|
|
9777
9777
|
children: [/* @__PURE__ */ R(yi, { children: /* @__PURE__ */ R(xi, { children: ({ renderHeaderCell: e }) => /* @__PURE__ */ R(bi, { children: e() }) }) }), /* @__PURE__ */ R(_i, {
|
|
9778
9778
|
itemSize: E,
|
|
9779
9779
|
height: T,
|
|
9780
9780
|
width: "100%",
|
|
9781
9781
|
listProps: { onItemsRendered: me },
|
|
9782
|
+
className: _d,
|
|
9782
9783
|
children: (e, t) => (() => {
|
|
9783
9784
|
let n = e.item, i = se.get(n) ?? r.indexOf(n), a = o === "row", c = a && ae === i, l = (e) => {
|
|
9784
9785
|
oe(i), s?.([n]), O?.(n, i);
|