@oliasoft-open-source/react-ui-library 5.6.1-beta-5 → 5.6.1-beta-6
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.js +5 -5
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -3495,16 +3495,16 @@ const Cs = ({ cell: e, isHeader: t, columnHeaderAlignment: n, columnAlignment: r
|
|
|
3495
3495
|
bodyAlignment: r,
|
|
3496
3496
|
headerAlignment: n,
|
|
3497
3497
|
isHeader: t
|
|
3498
|
-
}, f = qo(d, Z), m = qo(d, Z, !0), h = e.type === Ss.INPUT || e.type === Ss.NUMBER_INPUT || e.type === Ss.SELECT || e.type === Ss.POPOVER ? Z.inputCell : e.type === Ss.SLIDER ? Z.sliderCell : e.type === Ss.CHECKBOX ? Z.checkBoxCell : e.type === Ss.ACTIONS ? Z.actionsCell : Z.staticCell, _ = g(Z.cell, h, e.hasSort ? Z.sortingCell : null, f, e.breakWord ? Z.breakWord : ""), v = l ?? i ?? void 0, y =
|
|
3498
|
+
}, f = qo(d, Z), m = qo(d, Z, !0), h = e.type === Ss.INPUT || e.type === Ss.NUMBER_INPUT || e.type === Ss.SELECT || e.type === Ss.POPOVER ? Z.inputCell : e.type === Ss.SLIDER ? Z.sliderCell : e.type === Ss.CHECKBOX ? Z.checkBoxCell : e.type === Ss.ACTIONS ? Z.actionsCell : Z.staticCell, _ = g(Z.cell, h, e.hasSort ? Z.sortingCell : null, f, e.breakWord ? Z.breakWord : ""), v = l ?? i ?? void 0, y = e.type === Ss.STATIC || !e.type, b = t && y ? yr.CAPITALIZE : void 0, x = {
|
|
3499
3499
|
width: v,
|
|
3500
3500
|
minWidth: v,
|
|
3501
|
-
textTransform:
|
|
3501
|
+
textTransform: b,
|
|
3502
3502
|
...o
|
|
3503
|
-
},
|
|
3504
|
-
return /* @__PURE__ */ R(
|
|
3503
|
+
}, S = t ? "th" : "td";
|
|
3504
|
+
return /* @__PURE__ */ R(S, {
|
|
3505
3505
|
ref: u,
|
|
3506
3506
|
className: _,
|
|
3507
|
-
style:
|
|
3507
|
+
style: x,
|
|
3508
3508
|
colSpan: s,
|
|
3509
3509
|
rowSpan: c,
|
|
3510
3510
|
children: /* @__PURE__ */ R(xs, {
|
package/package.json
CHANGED