@iclips/ui 1.2.9 → 1.2.10
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.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -45407,7 +45407,7 @@ function Gb({
|
|
|
45407
45407
|
label: "Vigência - Término",
|
|
45408
45408
|
value: a(t.dataTermino)
|
|
45409
45409
|
},
|
|
45410
|
-
...r ? [
|
|
45410
|
+
...r && !t.pecaDetalhes ? [
|
|
45411
45411
|
{
|
|
45412
45412
|
label: "Total de Horas",
|
|
45413
45413
|
value: `${t.totalHoras}h/mês`
|
|
@@ -45492,7 +45492,7 @@ function Gb({
|
|
|
45492
45492
|
value: i(t.valorFee),
|
|
45493
45493
|
highlight: !0
|
|
45494
45494
|
},
|
|
45495
|
-
...r ? [
|
|
45495
|
+
...r && !t.pecaDetalhes ? [
|
|
45496
45496
|
{
|
|
45497
45497
|
label: "Total de Horas Mensais",
|
|
45498
45498
|
value: `${t.totalHoras} horas`
|