@redneckz/wildless-cms-uni-blocks 0.14.540 → 0.14.541
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/bundle/blocks.schema.json +1 -1
- package/bundle/bundle.umd.js +48 -40
- package/bundle/bundle.umd.min.js +1 -1
- package/bundle/components/ApplicationForm/AddressBranchField.d.ts +1 -1
- package/bundle/components/CalculatorBusinessDeposit/CalculatorBusinessDepositContent.d.ts +2 -2
- package/bundle/components/CalculatorCredit/CalculatorCreditContent.d.ts +1 -0
- package/bundle/components/CalculatorDeposit/getDepositCalculatorParams.d.ts +1 -1
- package/bundle/components/CalculatorDeposit/renderDepositParamsForm.d.ts +3 -3
- package/bundle/components/CalculatorRefinancing/getRefinancingCalculatorParams.d.ts +1 -0
- package/bundle/components/Footer/SocialMedia.d.ts +2 -2
- package/bundle/components/OfficesAtmsMap/getScheduleDescription.d.ts +1 -1
- package/bundle/components/OfficesAtmsMap/getWorkScheduleWeek.d.ts +1 -1
- package/bundle/components/OfficesAtmsMap/renderBusinessSchedule.d.ts +1 -1
- package/bundle/components/StepsBlock/StepsBlockContent.d.ts +1 -1
- package/bundle/content-page-repository/transformAttachmentLink.d.ts +2 -2
- package/bundle/content-page-repository/transformContentPage.d.ts +2 -2
- package/bundle/data/CommonData.d.ts +2 -2
- package/bundle/data/NavigationData.d.ts +2 -2
- package/bundle/ui-kit/Button/Button.d.ts +1 -1
- package/bundle/ui-kit/Calculator/CalculatorProps.d.ts +13 -2
- package/bundle/ui-kit/Calculator/CalculatorStyle.d.ts +0 -2
- package/bundle/ui-kit/Calculator/CalculatorValue.d.ts +2 -0
- package/bundle/ui-kit/Calculator/FormatedValue.d.ts +2 -0
- package/bundle/ui-kit/SwipeListControl/NavButtonProp.d.ts +1 -1
- package/bundle/ui-kit/SwipeListControl/renderDotButton.d.ts +1 -1
- package/dist/components/ApplicationForm/AddressBranchField.d.ts +1 -1
- package/dist/components/CalculatorBonus/CalculatorBonus.js +3 -3
- package/dist/components/CalculatorBonus/CalculatorBonus.js.map +1 -1
- package/dist/components/CalculatorBusinessDeposit/CalculatorBusinessDeposit.js +1 -1
- package/dist/components/CalculatorBusinessDeposit/CalculatorBusinessDeposit.js.map +1 -1
- package/dist/components/CalculatorBusinessDeposit/CalculatorBusinessDepositContent.d.ts +2 -2
- package/dist/components/CalculatorCredit/CalculatorCredit.js +3 -3
- package/dist/components/CalculatorCredit/CalculatorCredit.js.map +1 -1
- package/dist/components/CalculatorCredit/CalculatorCreditContent.d.ts +1 -0
- package/dist/components/CalculatorDeposit/CalculatorDeposit.js +7 -2
- package/dist/components/CalculatorDeposit/CalculatorDeposit.js.map +1 -1
- package/dist/components/CalculatorDeposit/getDepositCalculatorParams.d.ts +1 -1
- package/dist/components/CalculatorDeposit/renderDepositParamsForm.d.ts +3 -3
- package/dist/components/CalculatorDeposit/renderDepositParamsForm.js +3 -2
- package/dist/components/CalculatorDeposit/renderDepositParamsForm.js.map +1 -1
- package/dist/components/CalculatorDeposit/renderDepositResult.js +2 -2
- package/dist/components/CalculatorDeposit/renderDepositResult.js.map +1 -1
- package/dist/components/CalculatorRefinancing/CalculatorRefinancing.js +17 -17
- package/dist/components/CalculatorRefinancing/CalculatorRefinancing.js.map +1 -1
- package/dist/components/CalculatorRefinancing/getRefinancingCalculatorParams.d.ts +1 -0
- package/dist/components/CalculatorRefinancing/getRefinancingCalculatorParams.js.map +1 -1
- package/dist/components/ExchangeRateTile/renderInput.js +1 -1
- package/dist/components/ExchangeRateTile/renderInput.js.map +1 -1
- package/dist/components/Footer/SocialMedia.d.ts +2 -2
- package/dist/components/OfficesAtmsMap/getScheduleDescription.d.ts +1 -1
- package/dist/components/OfficesAtmsMap/getWorkScheduleWeek.d.ts +1 -1
- package/dist/components/OfficesAtmsMap/renderBusinessSchedule.d.ts +1 -1
- package/dist/components/StepsBlock/StepsBlockContent.d.ts +1 -1
- package/dist/content-page-repository/transformAttachmentLink.d.ts +2 -2
- package/dist/content-page-repository/transformContentPage.d.ts +2 -2
- package/dist/data/CommonData.d.ts +2 -2
- package/dist/data/NavigationData.d.ts +2 -2
- package/dist/ui-kit/Button/Button.d.ts +1 -1
- package/dist/ui-kit/Calculator/CalculatorProps.d.ts +13 -2
- package/dist/ui-kit/Calculator/CalculatorStyle.d.ts +0 -2
- package/dist/ui-kit/Calculator/CalculatorStyle.js +3 -5
- package/dist/ui-kit/Calculator/CalculatorStyle.js.map +1 -1
- package/dist/ui-kit/Calculator/CalculatorValue.d.ts +2 -0
- package/dist/ui-kit/Calculator/CalculatorValue.js +10 -0
- package/dist/ui-kit/Calculator/CalculatorValue.js.map +1 -0
- package/dist/ui-kit/Calculator/FormatedValue.d.ts +2 -0
- package/dist/ui-kit/Calculator/FormatedValue.js +12 -0
- package/dist/ui-kit/Calculator/FormatedValue.js.map +1 -0
- package/dist/ui-kit/Calculator/renderRate.js +2 -2
- package/dist/ui-kit/Calculator/renderRate.js.map +1 -1
- package/dist/ui-kit/Select/Select.js +2 -2
- package/dist/ui-kit/SwipeListControl/NavButtonProp.d.ts +1 -1
- package/dist/ui-kit/SwipeListControl/renderDotButton.d.ts +1 -1
- package/lib/common.css +1 -1
- package/lib/components/ApplicationForm/AddressBranchField.d.ts +1 -1
- package/lib/components/CalculatorBonus/CalculatorBonus.js +3 -3
- package/lib/components/CalculatorBonus/CalculatorBonus.js.map +1 -1
- package/lib/components/CalculatorBusinessDeposit/CalculatorBusinessDeposit.js +1 -1
- package/lib/components/CalculatorBusinessDeposit/CalculatorBusinessDeposit.js.map +1 -1
- package/lib/components/CalculatorBusinessDeposit/CalculatorBusinessDepositContent.d.ts +2 -2
- package/lib/components/CalculatorCredit/CalculatorCredit.fixture.mobile.d.ts +7 -0
- package/lib/components/CalculatorCredit/CalculatorCredit.js +3 -3
- package/lib/components/CalculatorCredit/CalculatorCredit.js.map +1 -1
- package/lib/components/CalculatorCredit/CalculatorCreditContent.d.ts +1 -0
- package/lib/components/CalculatorDeposit/CalculatorDeposit.js +7 -2
- package/lib/components/CalculatorDeposit/CalculatorDeposit.js.map +1 -1
- package/lib/components/CalculatorDeposit/getDepositCalculatorParams.d.ts +1 -1
- package/lib/components/CalculatorDeposit/renderDepositParamsForm.d.ts +3 -3
- package/lib/components/CalculatorDeposit/renderDepositParamsForm.js +4 -3
- package/lib/components/CalculatorDeposit/renderDepositParamsForm.js.map +1 -1
- package/lib/components/CalculatorDeposit/renderDepositResult.js +2 -2
- package/lib/components/CalculatorDeposit/renderDepositResult.js.map +1 -1
- package/lib/components/CalculatorRefinancing/CalculatorRefinancing.js +17 -17
- package/lib/components/CalculatorRefinancing/CalculatorRefinancing.js.map +1 -1
- package/lib/components/CalculatorRefinancing/getRefinancingCalculatorParams.d.ts +1 -0
- package/lib/components/CalculatorRefinancing/getRefinancingCalculatorParams.js.map +1 -1
- package/lib/components/ExchangeRateTile/renderInput.js +1 -1
- package/lib/components/ExchangeRateTile/renderInput.js.map +1 -1
- package/lib/components/Footer/SocialMedia.d.ts +2 -2
- package/lib/components/OfficesAtmsMap/getScheduleDescription.d.ts +1 -1
- package/lib/components/OfficesAtmsMap/getWorkScheduleWeek.d.ts +1 -1
- package/lib/components/OfficesAtmsMap/renderBusinessSchedule.d.ts +1 -1
- package/lib/components/StepsBlock/StepsBlockContent.d.ts +1 -1
- package/lib/content-page-repository/transformAttachmentLink.d.ts +2 -2
- package/lib/content-page-repository/transformContentPage.d.ts +2 -2
- package/lib/data/CommonData.d.ts +2 -2
- package/lib/data/NavigationData.d.ts +2 -2
- package/lib/ui-kit/Button/Button.d.ts +1 -1
- package/lib/ui-kit/Calculator/CalculatorProps.d.ts +13 -2
- package/lib/ui-kit/Calculator/CalculatorStyle.d.ts +0 -2
- package/lib/ui-kit/Calculator/CalculatorStyle.js +3 -5
- package/lib/ui-kit/Calculator/CalculatorStyle.js.map +1 -1
- package/lib/ui-kit/Calculator/CalculatorValue.d.ts +2 -0
- package/lib/ui-kit/Calculator/CalculatorValue.js +8 -0
- package/lib/ui-kit/Calculator/CalculatorValue.js.map +1 -0
- package/lib/ui-kit/Calculator/FormatedValue.d.ts +2 -0
- package/lib/ui-kit/Calculator/FormatedValue.js +10 -0
- package/lib/ui-kit/Calculator/FormatedValue.js.map +1 -0
- package/lib/ui-kit/Calculator/renderRate.js +2 -2
- package/lib/ui-kit/Calculator/renderRate.js.map +1 -1
- package/lib/ui-kit/Select/Select.js +2 -2
- package/lib/ui-kit/SwipeListControl/NavButtonProp.d.ts +1 -1
- package/lib/ui-kit/SwipeListControl/renderDotButton.d.ts +1 -1
- package/mobile/bundle/bundle.umd.js +48 -40
- package/mobile/bundle/bundle.umd.min.js +1 -1
- package/mobile/bundle/components/ApplicationForm/AddressBranchField.d.ts +1 -1
- package/mobile/bundle/components/CalculatorBusinessDeposit/CalculatorBusinessDepositContent.d.ts +2 -2
- package/mobile/bundle/components/CalculatorCredit/CalculatorCreditContent.d.ts +1 -0
- package/mobile/bundle/components/CalculatorDeposit/getDepositCalculatorParams.d.ts +1 -1
- package/mobile/bundle/components/CalculatorDeposit/renderDepositParamsForm.d.ts +3 -3
- package/mobile/bundle/components/CalculatorRefinancing/getRefinancingCalculatorParams.d.ts +1 -0
- package/mobile/bundle/components/Footer/SocialMedia.d.ts +2 -2
- package/mobile/bundle/components/OfficesAtmsMap/getScheduleDescription.d.ts +1 -1
- package/mobile/bundle/components/OfficesAtmsMap/getWorkScheduleWeek.d.ts +1 -1
- package/mobile/bundle/components/OfficesAtmsMap/renderBusinessSchedule.d.ts +1 -1
- package/mobile/bundle/components/StepsBlock/StepsBlockContent.d.ts +1 -1
- package/mobile/bundle/content-page-repository/transformAttachmentLink.d.ts +2 -2
- package/mobile/bundle/content-page-repository/transformContentPage.d.ts +2 -2
- package/mobile/bundle/data/CommonData.d.ts +2 -2
- package/mobile/bundle/data/NavigationData.d.ts +2 -2
- package/mobile/bundle/ui-kit/Button/Button.d.ts +1 -1
- package/mobile/bundle/ui-kit/Calculator/CalculatorProps.d.ts +13 -2
- package/mobile/bundle/ui-kit/Calculator/CalculatorStyle.d.ts +0 -2
- package/mobile/bundle/ui-kit/Calculator/CalculatorValue.d.ts +2 -0
- package/mobile/bundle/ui-kit/Calculator/FormatedValue.d.ts +2 -0
- package/mobile/bundle/ui-kit/SwipeListControl/NavButtonProp.d.ts +1 -1
- package/mobile/bundle/ui-kit/SwipeListControl/renderDotButton.d.ts +1 -1
- package/mobile/dist/components/ApplicationForm/AddressBranchField.d.ts +1 -1
- package/mobile/dist/components/CalculatorBonus/CalculatorBonus.js +3 -3
- package/mobile/dist/components/CalculatorBonus/CalculatorBonus.js.map +1 -1
- package/mobile/dist/components/CalculatorBusinessDeposit/CalculatorBusinessDeposit.js +1 -1
- package/mobile/dist/components/CalculatorBusinessDeposit/CalculatorBusinessDeposit.js.map +1 -1
- package/mobile/dist/components/CalculatorBusinessDeposit/CalculatorBusinessDepositContent.d.ts +2 -2
- package/mobile/dist/components/CalculatorCredit/CalculatorCredit.js +3 -3
- package/mobile/dist/components/CalculatorCredit/CalculatorCredit.js.map +1 -1
- package/mobile/dist/components/CalculatorCredit/CalculatorCreditContent.d.ts +1 -0
- package/mobile/dist/components/CalculatorDeposit/CalculatorDeposit.js +7 -2
- package/mobile/dist/components/CalculatorDeposit/CalculatorDeposit.js.map +1 -1
- package/mobile/dist/components/CalculatorDeposit/getDepositCalculatorParams.d.ts +1 -1
- package/mobile/dist/components/CalculatorDeposit/renderDepositParamsForm.d.ts +3 -3
- package/mobile/dist/components/CalculatorDeposit/renderDepositParamsForm.js +3 -2
- package/mobile/dist/components/CalculatorDeposit/renderDepositParamsForm.js.map +1 -1
- package/mobile/dist/components/CalculatorDeposit/renderDepositResult.js +2 -2
- package/mobile/dist/components/CalculatorDeposit/renderDepositResult.js.map +1 -1
- package/mobile/dist/components/CalculatorRefinancing/CalculatorRefinancing.js +17 -17
- package/mobile/dist/components/CalculatorRefinancing/CalculatorRefinancing.js.map +1 -1
- package/mobile/dist/components/CalculatorRefinancing/getRefinancingCalculatorParams.d.ts +1 -0
- package/mobile/dist/components/CalculatorRefinancing/getRefinancingCalculatorParams.js.map +1 -1
- package/mobile/dist/components/ExchangeRateTile/renderInput.js +1 -1
- package/mobile/dist/components/ExchangeRateTile/renderInput.js.map +1 -1
- package/mobile/dist/components/Footer/SocialMedia.d.ts +2 -2
- package/mobile/dist/components/OfficesAtmsMap/getScheduleDescription.d.ts +1 -1
- package/mobile/dist/components/OfficesAtmsMap/getWorkScheduleWeek.d.ts +1 -1
- package/mobile/dist/components/OfficesAtmsMap/renderBusinessSchedule.d.ts +1 -1
- package/mobile/dist/components/StepsBlock/StepsBlockContent.d.ts +1 -1
- package/mobile/dist/content-page-repository/transformAttachmentLink.d.ts +2 -2
- package/mobile/dist/content-page-repository/transformContentPage.d.ts +2 -2
- package/mobile/dist/data/CommonData.d.ts +2 -2
- package/mobile/dist/data/NavigationData.d.ts +2 -2
- package/mobile/dist/ui-kit/Button/Button.d.ts +1 -1
- package/mobile/dist/ui-kit/Calculator/CalculatorProps.d.ts +13 -2
- package/mobile/dist/ui-kit/Calculator/CalculatorStyle.d.ts +0 -2
- package/mobile/dist/ui-kit/Calculator/CalculatorStyle.js +3 -5
- package/mobile/dist/ui-kit/Calculator/CalculatorStyle.js.map +1 -1
- package/mobile/dist/ui-kit/Calculator/CalculatorValue.d.ts +2 -0
- package/mobile/dist/ui-kit/Calculator/CalculatorValue.js +10 -0
- package/mobile/dist/ui-kit/Calculator/CalculatorValue.js.map +1 -0
- package/mobile/dist/ui-kit/Calculator/FormatedValue.d.ts +2 -0
- package/mobile/dist/ui-kit/Calculator/FormatedValue.js +12 -0
- package/mobile/dist/ui-kit/Calculator/FormatedValue.js.map +1 -0
- package/mobile/dist/ui-kit/Calculator/renderRate.js +2 -2
- package/mobile/dist/ui-kit/Calculator/renderRate.js.map +1 -1
- package/mobile/dist/ui-kit/Select/Select.js +2 -2
- package/mobile/dist/ui-kit/SwipeListControl/NavButtonProp.d.ts +1 -1
- package/mobile/dist/ui-kit/SwipeListControl/renderDotButton.d.ts +1 -1
- package/mobile/lib/common.css +1 -1
- package/mobile/lib/components/ApplicationForm/AddressBranchField.d.ts +1 -1
- package/mobile/lib/components/CalculatorBonus/CalculatorBonus.js +3 -3
- package/mobile/lib/components/CalculatorBonus/CalculatorBonus.js.map +1 -1
- package/mobile/lib/components/CalculatorBusinessDeposit/CalculatorBusinessDeposit.js +1 -1
- package/mobile/lib/components/CalculatorBusinessDeposit/CalculatorBusinessDeposit.js.map +1 -1
- package/mobile/lib/components/CalculatorBusinessDeposit/CalculatorBusinessDepositContent.d.ts +2 -2
- package/mobile/lib/components/CalculatorCredit/CalculatorCredit.js +3 -3
- package/mobile/lib/components/CalculatorCredit/CalculatorCredit.js.map +1 -1
- package/mobile/lib/components/CalculatorCredit/CalculatorCreditContent.d.ts +1 -0
- package/mobile/lib/components/CalculatorDeposit/CalculatorDeposit.js +7 -2
- package/mobile/lib/components/CalculatorDeposit/CalculatorDeposit.js.map +1 -1
- package/mobile/lib/components/CalculatorDeposit/getDepositCalculatorParams.d.ts +1 -1
- package/mobile/lib/components/CalculatorDeposit/renderDepositParamsForm.d.ts +3 -3
- package/mobile/lib/components/CalculatorDeposit/renderDepositParamsForm.js +4 -3
- package/mobile/lib/components/CalculatorDeposit/renderDepositParamsForm.js.map +1 -1
- package/mobile/lib/components/CalculatorDeposit/renderDepositResult.js +2 -2
- package/mobile/lib/components/CalculatorDeposit/renderDepositResult.js.map +1 -1
- package/mobile/lib/components/CalculatorRefinancing/CalculatorRefinancing.js +17 -17
- package/mobile/lib/components/CalculatorRefinancing/CalculatorRefinancing.js.map +1 -1
- package/mobile/lib/components/CalculatorRefinancing/getRefinancingCalculatorParams.d.ts +1 -0
- package/mobile/lib/components/CalculatorRefinancing/getRefinancingCalculatorParams.js.map +1 -1
- package/mobile/lib/components/ExchangeRateTile/renderInput.js +1 -1
- package/mobile/lib/components/ExchangeRateTile/renderInput.js.map +1 -1
- package/mobile/lib/components/Footer/SocialMedia.d.ts +2 -2
- package/mobile/lib/components/OfficesAtmsMap/getScheduleDescription.d.ts +1 -1
- package/mobile/lib/components/OfficesAtmsMap/getWorkScheduleWeek.d.ts +1 -1
- package/mobile/lib/components/OfficesAtmsMap/renderBusinessSchedule.d.ts +1 -1
- package/mobile/lib/components/StepsBlock/StepsBlockContent.d.ts +1 -1
- package/mobile/lib/content-page-repository/transformAttachmentLink.d.ts +2 -2
- package/mobile/lib/content-page-repository/transformContentPage.d.ts +2 -2
- package/mobile/lib/data/CommonData.d.ts +2 -2
- package/mobile/lib/data/NavigationData.d.ts +2 -2
- package/mobile/lib/ui-kit/Button/Button.d.ts +1 -1
- package/mobile/lib/ui-kit/Calculator/CalculatorProps.d.ts +13 -2
- package/mobile/lib/ui-kit/Calculator/CalculatorStyle.d.ts +0 -2
- package/mobile/lib/ui-kit/Calculator/CalculatorStyle.js +3 -5
- package/mobile/lib/ui-kit/Calculator/CalculatorStyle.js.map +1 -1
- package/mobile/lib/ui-kit/Calculator/CalculatorValue.d.ts +2 -0
- package/mobile/lib/ui-kit/Calculator/CalculatorValue.js +8 -0
- package/mobile/lib/ui-kit/Calculator/CalculatorValue.js.map +1 -0
- package/mobile/lib/ui-kit/Calculator/FormatedValue.d.ts +2 -0
- package/mobile/lib/ui-kit/Calculator/FormatedValue.js +10 -0
- package/mobile/lib/ui-kit/Calculator/FormatedValue.js.map +1 -0
- package/mobile/lib/ui-kit/Calculator/renderRate.js +2 -2
- package/mobile/lib/ui-kit/Calculator/renderRate.js.map +1 -1
- package/mobile/lib/ui-kit/Select/Select.js +2 -2
- package/mobile/lib/ui-kit/SwipeListControl/NavButtonProp.d.ts +1 -1
- package/mobile/lib/ui-kit/SwipeListControl/renderDotButton.d.ts +1 -1
- package/mobile/src/components/ApplicationForm/AddressBranchField.tsx +1 -1
- package/mobile/src/components/CalculatorBonus/CalculatorBonus.tsx +3 -7
- package/mobile/src/components/CalculatorBusinessDeposit/CalculatorBusinessDeposit.tsx +1 -1
- package/mobile/src/components/CalculatorBusinessDeposit/CalculatorBusinessDepositContent.ts +2 -2
- package/mobile/src/components/CalculatorCredit/CalculatorCredit.tsx +10 -3
- package/mobile/src/components/CalculatorCredit/CalculatorCreditContent.ts +1 -0
- package/mobile/src/components/CalculatorDeposit/CalculatorDeposit.tsx +8 -7
- package/mobile/src/components/CalculatorDeposit/getDepositCalculatorParams.ts +1 -1
- package/mobile/src/components/CalculatorDeposit/renderDepositParamsForm.tsx +7 -4
- package/mobile/src/components/CalculatorDeposit/renderDepositResult.tsx +3 -3
- package/mobile/src/components/CalculatorRefinancing/CalculatorRefinancing.tsx +28 -25
- package/mobile/src/components/CalculatorRefinancing/getRefinancingCalculatorParams.ts +1 -0
- package/mobile/src/components/ExchangeRateTile/renderInput.tsx +1 -0
- package/mobile/src/components/Footer/SocialMedia.tsx +2 -2
- package/mobile/src/components/OfficesAtmsMap/getScheduleDescription.tsx +1 -1
- package/mobile/src/components/OfficesAtmsMap/getWorkScheduleWeek.tsx +1 -1
- package/mobile/src/components/OfficesAtmsMap/renderBusinessSchedule.tsx +1 -1
- package/mobile/src/components/StepsBlock/StepsBlockContent.ts +1 -1
- package/mobile/src/content-page-repository/transformAttachmentLink.ts +2 -2
- package/mobile/src/content-page-repository/transformContentPage.ts +5 -5
- package/mobile/src/data/CommonData.ts +2 -2
- package/mobile/src/data/NavigationData.ts +2 -2
- package/mobile/src/ui-kit/Button/Button.tsx +1 -1
- package/mobile/src/ui-kit/Calculator/CalculatorProps.ts +14 -2
- package/mobile/src/ui-kit/Calculator/CalculatorStyle.tsx +3 -6
- package/mobile/src/ui-kit/Calculator/CalculatorValue.tsx +20 -0
- package/mobile/src/ui-kit/Calculator/FormatedValue.tsx +16 -0
- package/mobile/src/ui-kit/Calculator/renderRate.tsx +2 -2
- package/mobile/src/ui-kit/InnerTable/InnerTableHeader.tsx +1 -1
- package/mobile/src/ui-kit/Select/Select.tsx +2 -2
- package/mobile/src/ui-kit/SwipeListControl/NavButtonProp.ts +1 -1
- package/mobile/src/ui-kit/SwipeListControl/renderDotButton.tsx +2 -2
- package/package.json +2 -2
- package/src/components/ApplicationForm/AddressBranchField.tsx +1 -1
- package/src/components/CalculatorBonus/CalculatorBonus.tsx +3 -7
- package/src/components/CalculatorBusinessDeposit/CalculatorBusinessDeposit.tsx +1 -1
- package/src/components/CalculatorBusinessDeposit/CalculatorBusinessDepositContent.ts +2 -2
- package/src/components/CalculatorCredit/CalculatorCredit.fixture.mobile.tsx +62 -0
- package/src/components/CalculatorCredit/CalculatorCredit.tsx +10 -3
- package/src/components/CalculatorCredit/CalculatorCreditContent.ts +1 -0
- package/src/components/CalculatorDeposit/CalculatorDeposit.tsx +8 -7
- package/src/components/CalculatorDeposit/getDepositCalculatorParams.ts +1 -1
- package/src/components/CalculatorDeposit/renderDepositParamsForm.tsx +7 -4
- package/src/components/CalculatorDeposit/renderDepositResult.tsx +3 -3
- package/src/components/CalculatorRefinancing/CalculatorRefinancing.tsx +28 -25
- package/src/components/CalculatorRefinancing/getRefinancingCalculatorParams.ts +1 -0
- package/src/components/Carousel/Carousel.fixture.mobile.tsx +1 -1
- package/src/components/ExchangeRateTile/renderInput.tsx +1 -0
- package/src/components/Footer/SocialMedia.tsx +2 -2
- package/src/components/OfficesAtmsMap/getScheduleDescription.tsx +1 -1
- package/src/components/OfficesAtmsMap/getWorkScheduleWeek.tsx +1 -1
- package/src/components/OfficesAtmsMap/renderBusinessSchedule.tsx +1 -1
- package/src/components/ProductBlock/ProductBlock.fixture.mobile.tsx +1 -1
- package/src/components/StepsBlock/StepsBlockContent.ts +1 -1
- package/src/content-page-repository/transformAttachmentLink.ts +2 -2
- package/src/content-page-repository/transformContentPage.ts +5 -5
- package/src/data/CommonData.ts +2 -2
- package/src/data/NavigationData.ts +2 -2
- package/src/ui-kit/Button/Button.tsx +1 -1
- package/src/ui-kit/Calculator/CalculatorProps.ts +14 -2
- package/src/ui-kit/Calculator/CalculatorStyle.tsx +3 -6
- package/src/ui-kit/Calculator/CalculatorValue.tsx +20 -0
- package/src/ui-kit/Calculator/FormatedValue.tsx +16 -0
- package/src/ui-kit/Calculator/renderRate.tsx +2 -2
- package/src/ui-kit/InnerTable/InnerTableHeader.tsx +1 -1
- package/src/ui-kit/Select/Select.tsx +2 -2
- package/src/ui-kit/SwipeListControl/NavButtonProp.ts +1 -1
- package/src/ui-kit/SwipeListControl/renderDotButton.tsx +2 -2
- package/bundle/ui-kit/Calculator/CalculatorValueBlock.d.ts +0 -12
- package/dist/ui-kit/Calculator/CalculatorValueBlock.d.ts +0 -12
- package/dist/ui-kit/Calculator/CalculatorValueBlock.js +0 -12
- package/dist/ui-kit/Calculator/CalculatorValueBlock.js.map +0 -1
- package/lib/ui-kit/Calculator/CalculatorValueBlock.d.ts +0 -12
- package/lib/ui-kit/Calculator/CalculatorValueBlock.js +0 -10
- package/lib/ui-kit/Calculator/CalculatorValueBlock.js.map +0 -1
- package/mobile/bundle/ui-kit/Calculator/CalculatorValueBlock.d.ts +0 -12
- package/mobile/dist/ui-kit/Calculator/CalculatorValueBlock.d.ts +0 -12
- package/mobile/dist/ui-kit/Calculator/CalculatorValueBlock.js +0 -12
- package/mobile/dist/ui-kit/Calculator/CalculatorValueBlock.js.map +0 -1
- package/mobile/lib/ui-kit/Calculator/CalculatorValueBlock.d.ts +0 -12
- package/mobile/lib/ui-kit/Calculator/CalculatorValueBlock.js +0 -10
- package/mobile/lib/ui-kit/Calculator/CalculatorValueBlock.js.map +0 -1
- package/mobile/src/ui-kit/Calculator/CalculatorValueBlock.tsx +0 -52
- package/src/ui-kit/Calculator/CalculatorValueBlock.tsx +0 -52
|
@@ -1,52 +0,0 @@
|
|
|
1
|
-
import { JSX } from '@redneckz/uni-jsx';
|
|
2
|
-
import { style } from '../../utils/style';
|
|
3
|
-
import { toLocalNumberFormat } from '../../utils/toLocalNumberFormat';
|
|
4
|
-
import { Text } from '../Text/Text';
|
|
5
|
-
import { type TextColor } from '../Text/TextProps';
|
|
6
|
-
|
|
7
|
-
const calculatorValueBlockStyle = 'flex justify-between @xl:flex-col';
|
|
8
|
-
|
|
9
|
-
export interface CalculatorValueBlockProps {
|
|
10
|
-
className?: string;
|
|
11
|
-
title?: string;
|
|
12
|
-
value?: number;
|
|
13
|
-
fractionDigits?: number;
|
|
14
|
-
fixed?: boolean;
|
|
15
|
-
prefix?: string;
|
|
16
|
-
postfix?: string;
|
|
17
|
-
color?: TextColor;
|
|
18
|
-
}
|
|
19
|
-
|
|
20
|
-
export const CalculatorValueBlock = JSX<CalculatorValueBlockProps>(
|
|
21
|
-
({
|
|
22
|
-
className,
|
|
23
|
-
title,
|
|
24
|
-
value,
|
|
25
|
-
fractionDigits,
|
|
26
|
-
fixed,
|
|
27
|
-
prefix,
|
|
28
|
-
postfix,
|
|
29
|
-
color = 'text-secondary-text',
|
|
30
|
-
}) => (
|
|
31
|
-
<div className={style(calculatorValueBlockStyle, className)}>
|
|
32
|
-
{title ? (
|
|
33
|
-
<Text size="text-l" font="font-light" color={color}>
|
|
34
|
-
{title}
|
|
35
|
-
</Text>
|
|
36
|
-
) : null}
|
|
37
|
-
{value ? (
|
|
38
|
-
<div>
|
|
39
|
-
<Text size="text-h3">
|
|
40
|
-
{[prefix, toLocalNumberFormat(fractionDigits, { fixed })(value), postfix]
|
|
41
|
-
.filter(Boolean)
|
|
42
|
-
.join(' ')}
|
|
43
|
-
</Text>
|
|
44
|
-
</div>
|
|
45
|
-
) : (
|
|
46
|
-
<div>
|
|
47
|
-
<Text size="text-h3">-</Text>
|
|
48
|
-
</div>
|
|
49
|
-
)}
|
|
50
|
-
</div>
|
|
51
|
-
),
|
|
52
|
-
);
|
|
@@ -1,52 +0,0 @@
|
|
|
1
|
-
import { JSX } from '@redneckz/uni-jsx';
|
|
2
|
-
import { style } from '../../utils/style';
|
|
3
|
-
import { toLocalNumberFormat } from '../../utils/toLocalNumberFormat';
|
|
4
|
-
import { Text } from '../Text/Text';
|
|
5
|
-
import { type TextColor } from '../Text/TextProps';
|
|
6
|
-
|
|
7
|
-
const calculatorValueBlockStyle = 'flex justify-between @xl:flex-col';
|
|
8
|
-
|
|
9
|
-
export interface CalculatorValueBlockProps {
|
|
10
|
-
className?: string;
|
|
11
|
-
title?: string;
|
|
12
|
-
value?: number;
|
|
13
|
-
fractionDigits?: number;
|
|
14
|
-
fixed?: boolean;
|
|
15
|
-
prefix?: string;
|
|
16
|
-
postfix?: string;
|
|
17
|
-
color?: TextColor;
|
|
18
|
-
}
|
|
19
|
-
|
|
20
|
-
export const CalculatorValueBlock = JSX<CalculatorValueBlockProps>(
|
|
21
|
-
({
|
|
22
|
-
className,
|
|
23
|
-
title,
|
|
24
|
-
value,
|
|
25
|
-
fractionDigits,
|
|
26
|
-
fixed,
|
|
27
|
-
prefix,
|
|
28
|
-
postfix,
|
|
29
|
-
color = 'text-secondary-text',
|
|
30
|
-
}) => (
|
|
31
|
-
<div className={style(calculatorValueBlockStyle, className)}>
|
|
32
|
-
{title ? (
|
|
33
|
-
<Text size="text-l" font="font-light" color={color}>
|
|
34
|
-
{title}
|
|
35
|
-
</Text>
|
|
36
|
-
) : null}
|
|
37
|
-
{value ? (
|
|
38
|
-
<div>
|
|
39
|
-
<Text size="text-h3">
|
|
40
|
-
{[prefix, toLocalNumberFormat(fractionDigits, { fixed })(value), postfix]
|
|
41
|
-
.filter(Boolean)
|
|
42
|
-
.join(' ')}
|
|
43
|
-
</Text>
|
|
44
|
-
</div>
|
|
45
|
-
) : (
|
|
46
|
-
<div>
|
|
47
|
-
<Text size="text-h3">-</Text>
|
|
48
|
-
</div>
|
|
49
|
-
)}
|
|
50
|
-
</div>
|
|
51
|
-
),
|
|
52
|
-
);
|