elements: use addonAfter
This commit is contained in:
parent
61ebdbb018
commit
4546fa46b7
@ -34,14 +34,14 @@ const props: Partial<ElementsProps> = {
|
||||
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<ElementsProps> = {
|
||||
step: 0.1,
|
||||
precision: 2,
|
||||
|
||||
addonBefore: '%',
|
||||
addonAfter: '%',
|
||||
},
|
||||
radioLastPaymentRule: {
|
||||
block: true,
|
||||
@ -63,7 +63,7 @@ const props: Partial<ElementsProps> = {
|
||||
max: 50,
|
||||
precision: 4,
|
||||
|
||||
addonBefore: '%',
|
||||
addonAfter: '%',
|
||||
},
|
||||
tbxFirstPaymentRub: {
|
||||
min: 0,
|
||||
@ -71,7 +71,7 @@ const props: Partial<ElementsProps> = {
|
||||
step: 10_000,
|
||||
precision: 2,
|
||||
|
||||
addonBefore: '₽',
|
||||
addonAfter: '₽',
|
||||
},
|
||||
tbxLastPaymentPerc: {
|
||||
min: 0,
|
||||
@ -79,7 +79,7 @@ const props: Partial<ElementsProps> = {
|
||||
step: 1,
|
||||
precision: 6,
|
||||
|
||||
addonBefore: '%',
|
||||
addonAfter: '%',
|
||||
},
|
||||
tbxLastPaymentRub: {
|
||||
min: 0,
|
||||
@ -87,7 +87,7 @@ const props: Partial<ElementsProps> = {
|
||||
step: 10_000,
|
||||
precision: 2,
|
||||
|
||||
addonBefore: '₽',
|
||||
addonAfter: '₽',
|
||||
},
|
||||
tbxRedemptionPaymentSum: {
|
||||
min: 1000,
|
||||
@ -95,7 +95,7 @@ const props: Partial<ElementsProps> = {
|
||||
step: 1000,
|
||||
precision: 2,
|
||||
|
||||
addonBefore: '₽',
|
||||
addonAfter: '₽',
|
||||
},
|
||||
tbxLeasingPeriod: {
|
||||
min: 13,
|
||||
@ -105,17 +105,17 @@ const props: Partial<ElementsProps> = {
|
||||
tbxSubsidySum: {
|
||||
min: 0,
|
||||
precision: 2,
|
||||
addonBefore: '₽',
|
||||
addonAfter: '₽',
|
||||
},
|
||||
tbxImportProgramSum: {
|
||||
min: 0,
|
||||
precision: 2,
|
||||
addonBefore: '₽',
|
||||
addonAfter: '₽',
|
||||
},
|
||||
tbxAddEquipmentPrice: {
|
||||
min: 0,
|
||||
precision: 2,
|
||||
addonBefore: '₽',
|
||||
addonAfter: '₽',
|
||||
},
|
||||
tbxParmentsDecreasePercent: {
|
||||
min: 50,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user