@iclips/ui 1.0.58 → 1.0.59
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
|
@@ -2396,6 +2396,12 @@ function fp({
|
|
|
2396
2396
|
label: "Forma de Pagamento",
|
|
2397
2397
|
value: t.formaPagamento
|
|
2398
2398
|
}
|
|
2399
|
+
] : [],
|
|
2400
|
+
...t.dataPrimeiraParcela ? [
|
|
2401
|
+
{
|
|
2402
|
+
label: "Data da Primeira Parcela",
|
|
2403
|
+
value: a(t.dataPrimeiraParcela)
|
|
2404
|
+
}
|
|
2399
2405
|
] : []
|
|
2400
2406
|
]
|
|
2401
2407
|
}
|
|
@@ -2411,6 +2417,7 @@ function fp({
|
|
|
2411
2417
|
header: "Vencimento",
|
|
2412
2418
|
key: "dataVencimento",
|
|
2413
2419
|
width: "30%",
|
|
2420
|
+
align: "left",
|
|
2414
2421
|
render: (o) => a(o)
|
|
2415
2422
|
},
|
|
2416
2423
|
{
|