portalcash-shared 1.3.0 → 1.3.4
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.es.js +8 -8
- package/dist/index.es.js.map +1 -1
- package/dist/index.umd.js +1 -1
- package/dist/index.umd.js.map +1 -1
- package/dist/service/userAuth/types.d.ts +2 -2
- package/dist/stores/authStore.d.ts +24 -24
- package/dist/stores/clientStore.d.ts +513 -81
- package/dist/stores/clientStore.d.ts.map +1 -1
- package/dist/types/clientsType.d.ts +24 -11
- package/dist/types/clientsType.d.ts.map +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -43445,22 +43445,22 @@ const P5 = { class: "flex flex-col" }, D5 = {
|
|
|
43445
43445
|
setup(t, { emit: e }) {
|
|
43446
43446
|
const n = Ss(), i = s5(), { formatPrice: r } = La(), { isDesktop: a } = S5(), o = t, s = e, l = G(null), d = G([]), u = G([]), c = G(!1), p = ke(() => o.balance && o.balance.length > 0 ? [
|
|
43447
43447
|
{
|
|
43448
|
-
label: "
|
|
43449
|
-
amountCLP: o.balance[0].saldoContable.cLP,
|
|
43450
|
-
amountUSD: o.balance[0].saldoContable.uSD,
|
|
43451
|
-
amountEUR: o.balance[0].saldoContable.eUR
|
|
43452
|
-
},
|
|
43453
|
-
{
|
|
43454
|
-
label: "Saldo Disponible",
|
|
43448
|
+
label: "Disponible",
|
|
43455
43449
|
amountCLP: o.balance[0].saldoDisponible.cLP,
|
|
43456
43450
|
amountUSD: o.balance[0].saldoDisponible.uSD,
|
|
43457
43451
|
amountEUR: o.balance[0].saldoDisponible.eUR
|
|
43458
43452
|
},
|
|
43459
43453
|
{
|
|
43460
|
-
label: "
|
|
43454
|
+
label: "En Tránsito",
|
|
43461
43455
|
amountCLP: o.balance[0].saldoTransito.cLP,
|
|
43462
43456
|
amountUSD: o.balance[0].saldoTransito.uSD,
|
|
43463
43457
|
amountEUR: o.balance[0].saldoTransito.eUR
|
|
43458
|
+
},
|
|
43459
|
+
{
|
|
43460
|
+
label: "Contable",
|
|
43461
|
+
amountCLP: o.balance[0].saldoContable.cLP,
|
|
43462
|
+
amountUSD: o.balance[0].saldoContable.uSD,
|
|
43463
|
+
amountEUR: o.balance[0].saldoContable.eUR
|
|
43464
43464
|
}
|
|
43465
43465
|
] : []);
|
|
43466
43466
|
nn(() => {
|