portalcash-shared 1.2.1 → 1.2.3

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.
@@ -144,11 +144,11 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
144
144
  allowLabelWrap: boolean;
145
145
  size: string;
146
146
  fluid: boolean;
147
+ currency: string;
147
148
  inputId: string;
148
149
  minFractionDigits: number;
149
150
  maxFractionDigits: number;
150
151
  isCurrency: boolean;
151
- currency: string;
152
152
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>;
153
153
  export default _default;
154
154
  //# sourceMappingURL=CustomInputNumber.vue.d.ts.map
@@ -3,24 +3,24 @@ interface Balance {
3
3
  clienteRut: string;
4
4
  secuencia: number;
5
5
  saldoContable: {
6
- CLP: number;
7
- USD: number;
8
- EUR: number;
6
+ cLP: number;
7
+ uSD: number;
8
+ eUR: number;
9
9
  };
10
10
  saldoDisponible: {
11
- CLP: number;
12
- USD: number;
13
- EUR: number;
11
+ cLP: number;
12
+ uSD: number;
13
+ eUR: number;
14
14
  };
15
15
  saldoTransito: {
16
- CLP: number;
17
- USD: number;
18
- EUR: number;
16
+ cLP: number;
17
+ uSD: number;
18
+ eUR: number;
19
19
  };
20
- CLPTotal: number;
21
- USDTotal: number;
22
- EURTotal: number;
23
- TotalCLP: number;
20
+ cLPTotal: number;
21
+ uSDTotal: number;
22
+ eURTotal: number;
23
+ totalCLP: number;
24
24
  }
25
25
  declare const _default: import('vue').DefineComponent<globalThis.ExtractPropTypes<{
26
26
  secuency: {
@@ -1 +1 @@
1
- {"version":3,"file":"CustomPersonalData.vue.d.ts","sourceRoot":"","sources":["../../../src/components/ui/CustomPersonalData.vue"],"names":[],"mappings":"AAkFA;AA+OA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,6BAA6B,CAAC;AAEjE,UAAU,OAAO;IACf,UAAU,EAAE,MAAM,CAAC;IACnB,SAAS,EAAE,MAAM,CAAC;IAClB,aAAa,EAAE;QACb,GAAG,EAAE,MAAM,CAAC;QACZ,GAAG,EAAE,MAAM,CAAC;QACZ,GAAG,EAAE,MAAM,CAAC;KACb,CAAC;IACF,eAAe,EAAE;QACf,GAAG,EAAE,MAAM,CAAC;QACZ,GAAG,EAAE,MAAM,CAAC;QACZ,GAAG,EAAE,MAAM,CAAC;KACb,CAAC;IACF,aAAa,EAAE;QACb,GAAG,EAAE,MAAM,CAAC;QACZ,GAAG,EAAE,MAAM,CAAC;QACZ,GAAG,EAAE,MAAM,CAAC;KACb,CAAC;IACF,QAAQ,EAAE,MAAM,CAAC;IACjB,QAAQ,EAAE,MAAM,CAAC;IACjB,QAAQ,EAAE,MAAM,CAAC;IACjB,QAAQ,EAAE,MAAM,CAAC;CAClB;;;;;;;cAkUkB,QAAQ,CAAC,OAAO,EAAE,CAAC;;;;;;;;;;;cAAnB,QAAQ,CAAC,OAAO,EAAE,CAAC;;;;;;;;;AAZtC,wBAiBG"}
1
+ {"version":3,"file":"CustomPersonalData.vue.d.ts","sourceRoot":"","sources":["../../../src/components/ui/CustomPersonalData.vue"],"names":[],"mappings":"AAmFA;AA8OA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,6BAA6B,CAAC;AAEjE,UAAU,OAAO;IACf,UAAU,EAAE,MAAM,CAAC;IACnB,SAAS,EAAE,MAAM,CAAC;IAClB,aAAa,EAAE;QACb,GAAG,EAAE,MAAM,CAAC;QACZ,GAAG,EAAE,MAAM,CAAC;QACZ,GAAG,EAAE,MAAM,CAAC;KACb,CAAC;IACF,eAAe,EAAE;QACf,GAAG,EAAE,MAAM,CAAC;QACZ,GAAG,EAAE,MAAM,CAAC;QACZ,GAAG,EAAE,MAAM,CAAC;KACb,CAAC;IACF,aAAa,EAAE;QACb,GAAG,EAAE,MAAM,CAAC;QACZ,GAAG,EAAE,MAAM,CAAC;QACZ,GAAG,EAAE,MAAM,CAAC;KACb,CAAC;IACF,QAAQ,EAAE,MAAM,CAAC;IACjB,QAAQ,EAAE,MAAM,CAAC;IACjB,QAAQ,EAAE,MAAM,CAAC;IACjB,QAAQ,EAAE,MAAM,CAAC;CAClB;;;;;;;cAkUkB,QAAQ,CAAC,OAAO,EAAE,CAAC;;;;;;;;;;;cAAnB,QAAQ,CAAC,OAAO,EAAE,CAAC;;;;;;;;;AAZtC,wBAiBG"}
@@ -1,4 +1,4 @@
1
1
  export declare function useCurrencyFormatter(): {
2
- formatPrice: (amount: number, currency?: string, minimumFractionDigits?: number, locale?: string) => string;
2
+ formatPrice: (amount: number | string, currency?: string, minimumFractionDigits?: number, locale?: string) => string;
3
3
  };
4
4
  //# sourceMappingURL=useFormatPrice.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"useFormatPrice.d.ts","sourceRoot":"","sources":["../../src/composables/useFormatPrice.ts"],"names":[],"mappings":"AAAA,wBAAgB,oBAAoB;0BAExB,MAAM,aACJ,MAAM,0BACO,MAAM,WACrB,MAAM,KACb,MAAM;EAcV"}
1
+ {"version":3,"file":"useFormatPrice.d.ts","sourceRoot":"","sources":["../../src/composables/useFormatPrice.ts"],"names":[],"mappings":"AAAA,wBAAgB,oBAAoB;0BAExB,MAAM,GAAG,MAAM,aACb,MAAM,0BACO,MAAM,WACrB,MAAM,KACb,MAAM;EAwBV"}