@factoringplus/pl-components-pack-v3 1.2.12-pre-06 → 1.2.12-pre-08

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.
@@ -1,2 +1,2 @@
1
- export declare const PlFormatCurrency: import('../install-function').SFCInstallWithContext<(number: number | string, showDecimal?: boolean, digitCount?: number) => string>;
2
- export default PlFormatCurrency;
1
+ export declare const formatCurrency: import('../install-function').SFCInstallWithContext<(number: number | string, showDecimal?: boolean, digitCount?: number) => string>;
2
+ export default formatCurrency;
package/package.json CHANGED
@@ -14,7 +14,7 @@
14
14
  "require": "./dist/pl-components-pack-v3.umd.js"
15
15
  }
16
16
  },
17
- "version": "1.2.12-pre-06",
17
+ "version": "1.2.12-pre-08",
18
18
  "scripts": {
19
19
  "dev": "vite",
20
20
  "build": "vite build",