@posx/core 5.5.351 → 5.5.352
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/build/index.d.ts +2 -0
- package/build/index.js +1 -0
- package/package.json +1 -1
- package/package.publish.json +1 -1
package/build/index.d.ts
CHANGED
|
@@ -3657,9 +3657,11 @@ declare class ChargeConfig implements IChargeConfig {
|
|
|
3657
3657
|
}
|
|
3658
3658
|
interface ICurrencyConfig {
|
|
3659
3659
|
currency_symbol: string;
|
|
3660
|
+
is_symbol_after_amount: boolean;
|
|
3660
3661
|
}
|
|
3661
3662
|
declare class CurrencyConfig implements ICurrencyConfig {
|
|
3662
3663
|
currency_symbol: string;
|
|
3664
|
+
is_symbol_after_amount: boolean;
|
|
3663
3665
|
constructor();
|
|
3664
3666
|
}
|
|
3665
3667
|
declare class RoundingConfig implements IRoundingConfig {
|
package/build/index.js
CHANGED
package/package.json
CHANGED