portalcash-shared 1.2.2 → 1.2.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.
@@ -70,6 +70,7 @@ declare global {
70
70
  const useAttrs: typeof import('vue')['useAttrs']
71
71
  const useAuthStore: typeof import('./stores/authStore')['useAuthStore']
72
72
  const useB2CAuth: typeof import('./composables/useB2CAuth')['useB2CAuth']
73
+ const useBankAccountsCCStore: typeof import('./stores/bankAccountsCCStore')['useBankAccountsCCStore']
73
74
  const useCatalogStore: typeof import('./stores/catalogStore')['useCatalogStore']
74
75
  const useClientStore: typeof import('./stores/clientStore')['useClientStore']
75
76
  const useClientTypesStore: typeof import('./stores/clientTypeStore')['useClientTypesStore']
@@ -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
@@ -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"}