@oliasoft-open-source/react-ui-library 5.6.1-beta-4 → 5.6.1-beta-5
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 +2 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -3487,7 +3487,7 @@ const hs = ({ children: t, content: n, placement: r = "top-center", closeOnOutsi
|
|
|
3487
3487
|
}
|
|
3488
3488
|
};
|
|
3489
3489
|
let Ss = /* @__PURE__ */ function(e) {
|
|
3490
|
-
return e.INPUT = "Input", e.NUMBER_INPUT = "NumberInput", e.SELECT = "Select", e.POPOVER = "Popover", e.SLIDER = "Slider", e.CHECKBOX = "CheckBox", e.ACTIONS = "Actions", e.AUTO_UNIT = "AutoUnit", e.UNIT = "Unit", e;
|
|
3490
|
+
return e.INPUT = "Input", e.NUMBER_INPUT = "NumberInput", e.SELECT = "Select", e.POPOVER = "Popover", e.SLIDER = "Slider", e.CHECKBOX = "CheckBox", e.ACTIONS = "Actions", e.AUTO_UNIT = "AutoUnit", e.UNIT = "Unit", e.STATIC = "Static", e;
|
|
3491
3491
|
}({});
|
|
3492
3492
|
const Cs = ({ cell: e, isHeader: t, columnHeaderAlignment: n, columnAlignment: r = _r.LEFT, width: i, testId: a }) => {
|
|
3493
3493
|
if (!e) return null;
|
|
@@ -3495,7 +3495,7 @@ 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 = t && e.type
|
|
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 = t && e.type === Ss.STATIC ? yr.CAPITALIZE : void 0, b = {
|
|
3499
3499
|
width: v,
|
|
3500
3500
|
minWidth: v,
|
|
3501
3501
|
textTransform: y,
|
package/package.json
CHANGED