jclib-ui 1.0.174 → 1.0.176
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/jclib-ui.es.js
CHANGED
|
@@ -4595,10 +4595,10 @@ function TableBody({
|
|
|
4595
4595
|
}) {
|
|
4596
4596
|
var _a;
|
|
4597
4597
|
const width = ((_a = acoes == null ? void 0 : acoes.acoes) == null ? void 0 : _a.length) || "auto";
|
|
4598
|
-
function getColor(
|
|
4598
|
+
function getColor(_col, line) {
|
|
4599
4599
|
let result = "var(--bs-body-color)";
|
|
4600
|
-
if (
|
|
4601
|
-
|
|
4600
|
+
if (colorir && line.color) {
|
|
4601
|
+
return line.color;
|
|
4602
4602
|
}
|
|
4603
4603
|
if (getLineColor) {
|
|
4604
4604
|
result = getLineColor(line) || result;
|