From 4546fa46b7284920ce06aeb99f8072e9988340f3 Mon Sep 17 00:00:00 2001 From: Chika Date: Fri, 8 Jul 2022 15:26:59 +0300 Subject: [PATCH] elements: use addonAfter --- .../Calculation/config/elements-props.ts | 22 +++++++++---------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/Components/Calculation/config/elements-props.ts b/Components/Calculation/config/elements-props.ts index 7f4525e..dc94c43 100644 --- a/Components/Calculation/config/elements-props.ts +++ b/Components/Calculation/config/elements-props.ts @@ -34,14 +34,14 @@ const props: Partial = { step: 10_000, precision: 2, - addonBefore: '₽', + addonAfter: '₽', }, tbxSupplierDiscountPerc: { min: 0, max: 100, precision: 2, - addonBefore: '%', + addonAfter: '%', }, radioBalanceHolder: { optionType: 'button', @@ -53,7 +53,7 @@ const props: Partial = { step: 0.1, precision: 2, - addonBefore: '%', + addonAfter: '%', }, radioLastPaymentRule: { block: true, @@ -63,7 +63,7 @@ const props: Partial = { max: 50, precision: 4, - addonBefore: '%', + addonAfter: '%', }, tbxFirstPaymentRub: { min: 0, @@ -71,7 +71,7 @@ const props: Partial = { step: 10_000, precision: 2, - addonBefore: '₽', + addonAfter: '₽', }, tbxLastPaymentPerc: { min: 0, @@ -79,7 +79,7 @@ const props: Partial = { step: 1, precision: 6, - addonBefore: '%', + addonAfter: '%', }, tbxLastPaymentRub: { min: 0, @@ -87,7 +87,7 @@ const props: Partial = { step: 10_000, precision: 2, - addonBefore: '₽', + addonAfter: '₽', }, tbxRedemptionPaymentSum: { min: 1000, @@ -95,7 +95,7 @@ const props: Partial = { step: 1000, precision: 2, - addonBefore: '₽', + addonAfter: '₽', }, tbxLeasingPeriod: { min: 13, @@ -105,17 +105,17 @@ const props: Partial = { tbxSubsidySum: { min: 0, precision: 2, - addonBefore: '₽', + addonAfter: '₽', }, tbxImportProgramSum: { min: 0, precision: 2, - addonBefore: '₽', + addonAfter: '₽', }, tbxAddEquipmentPrice: { min: 0, precision: 2, - addonBefore: '₽', + addonAfter: '₽', }, tbxParmentsDecreasePercent: { min: 50,