@iclips/ui 1.0.57 → 1.0.58
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
CHANGED
|
@@ -2410,22 +2410,15 @@ function fp({
|
|
|
2410
2410
|
{
|
|
2411
2411
|
header: "Vencimento",
|
|
2412
2412
|
key: "dataVencimento",
|
|
2413
|
-
width: "
|
|
2413
|
+
width: "30%",
|
|
2414
2414
|
render: (o) => a(o)
|
|
2415
2415
|
},
|
|
2416
2416
|
{
|
|
2417
2417
|
header: "Valor (R$)",
|
|
2418
2418
|
key: "valor",
|
|
2419
|
-
width: "
|
|
2419
|
+
width: "60%",
|
|
2420
2420
|
align: "right",
|
|
2421
2421
|
render: (o) => i(o)
|
|
2422
|
-
},
|
|
2423
|
-
{
|
|
2424
|
-
header: "Pago",
|
|
2425
|
-
key: "paga",
|
|
2426
|
-
width: "20%",
|
|
2427
|
-
align: "center",
|
|
2428
|
-
render: (o) => o ? "Sim" : "Não"
|
|
2429
2422
|
}
|
|
2430
2423
|
],
|
|
2431
2424
|
data: t.parcelas,
|
|
@@ -2433,7 +2426,7 @@ function fp({
|
|
|
2433
2426
|
density: "compact",
|
|
2434
2427
|
showFooter: !0,
|
|
2435
2428
|
footerContent: /* @__PURE__ */ b("tr", { className: "bg-gray-100 font-semibold", children: [
|
|
2436
|
-
/* @__PURE__ */ l("td", { colSpan:
|
|
2429
|
+
/* @__PURE__ */ l("td", { colSpan: 2, className: "px-2 py-2 text-left text-xs border-t-2 border-gray-300", children: "Total" }),
|
|
2437
2430
|
/* @__PURE__ */ l("td", { className: "px-2 py-2 text-right text-xs border-t-2 border-gray-300", children: i(t.parcelas.reduce((o, s) => o + s.valor, 0)) })
|
|
2438
2431
|
] })
|
|
2439
2432
|
}
|