@redneckz/wildless-cms-uni-blocks 0.16.1-credit → 0.16.2-credit
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/bin/migration-scripts/0.14.832.js +1 -0
- package/bundle/UniBlock/UniBlockProps.d.ts +2 -2
- package/bundle/blocks.schema.json +1 -1
- package/bundle/bundle.umd.js +149 -548
- package/bundle/bundle.umd.min.js +1 -1
- package/bundle/components/ApplicationLeadForm/EsiaLoginBanner.d.ts +2 -1
- package/bundle/components/CalculatorBonus/CalculatorBonus.d.ts +0 -1
- package/bundle/components/CalculatorBusinessDeposit/CalculatorBusinessDeposit.d.ts +2 -2
- package/bundle/components/CalculatorCredit/CalculatorCredit.d.ts +0 -1
- package/bundle/components/CalculatorDeposit/CalculatorDeposit.d.ts +0 -1
- package/bundle/components/CalculatorDeposit/renderDepositResult.d.ts +0 -1
- package/bundle/components/CalculatorRefinancing/CalculatorRefinancing.d.ts +0 -1
- package/bundle/components/Carousel/renderCardHighlight.d.ts +2 -3
- package/bundle/components/ContentPage/ContentPage.d.ts +2 -2
- package/bundle/components/Footer/Contacts.d.ts +2 -2
- package/bundle/components/Footer/FooterLink.d.ts +2 -2
- package/bundle/components/Footer/LinkList.d.ts +2 -2
- package/bundle/components/Footer/SocialMedia.d.ts +2 -2
- package/bundle/components/GalleryLayout/utils.d.ts +29 -0
- package/bundle/components/Header/DropdownMenu.d.ts +2 -2
- package/bundle/components/Header/HeaderChatBotButton.d.ts +2 -2
- package/bundle/components/Header/HeaderSecondaryMenu.d.ts +2 -2
- package/bundle/components/Header/HeaderSecondaryMenuButton.d.ts +3 -3
- package/bundle/components/Header/HeaderSubMenuItem.d.ts +2 -2
- package/bundle/components/Header/HeaderTopMenu.d.ts +2 -2
- package/bundle/components/Header/HeaderTopMenuItem.d.ts +2 -2
- package/bundle/components/OfficesAtmsMap/AtmsMap.d.ts +2 -2
- package/bundle/components/OfficesAtmsMap/Badge.d.ts +2 -2
- package/bundle/components/OfficesAtmsMap/CardCell.d.ts +3 -3
- package/bundle/components/OfficesAtmsMap/CardRow.d.ts +2 -4
- package/bundle/components/OfficesAtmsMap/OfficesAtmsMapLayout.d.ts +2 -2
- package/bundle/components/OfficesAtmsMap/OfficesMap.d.ts +2 -4
- package/bundle/components/StickyBottomMenu/StickyBottomMenuDialog.d.ts +2 -2
- package/bundle/components/TabsLayout/renderTabsLayout.d.ts +2 -2
- package/bundle/data/CommonData.d.ts +2 -2
- package/bundle/hooks/useForm/useForm.d.ts +1 -1
- package/bundle/model/CommonInputProps.d.ts +7 -0
- package/bundle/model/ComponentType.d.ts +4 -0
- package/bundle/model/DefaultControlType.d.ts +5 -5
- package/bundle/model/DisabledProps.d.ts +3 -0
- package/bundle/model/Picture.d.ts +2 -2
- package/bundle/model/PlaceholderProps.d.ts +3 -0
- package/bundle/retail/components/Fields/SelectField.d.ts +4 -4
- package/bundle/retail/components/VerifyPhoneDialog/SubmitButton.d.ts +2 -2
- package/bundle/retail/model/RetailFormContent.d.ts +2 -2
- package/bundle/ui-kit/BaseProductTile/BaseProductTileContent.d.ts +2 -3
- package/bundle/ui-kit/BaseTile/renderImageContainer.d.ts +2 -2
- package/bundle/ui-kit/BenefitItem/BenefitItem.d.ts +2 -2
- package/bundle/ui-kit/BenefitsList/BenefitsListProps.d.ts +2 -2
- package/bundle/ui-kit/Button/Button.d.ts +3 -3
- package/bundle/ui-kit/Button/ButtonTitle.d.ts +2 -5
- package/bundle/ui-kit/Calculator/CalculatorProps.d.ts +2 -2
- package/bundle/ui-kit/Calculator/renderBinaryRadioButtonGroup.d.ts +5 -6
- package/bundle/ui-kit/Checkbox/CheckboxProps.d.ts +2 -7
- package/bundle/ui-kit/DatePicker/DatePicker.d.ts +4 -4
- package/bundle/ui-kit/DatePicker/DatePickerControl.d.ts +1 -1
- package/bundle/ui-kit/DatePicker/DatePickerInput.d.ts +3 -3
- package/bundle/ui-kit/DatePicker/renderDatePickerForm.d.ts +3 -4
- package/bundle/ui-kit/DatePicker/useDatePickerManager.d.ts +2 -3
- package/bundle/ui-kit/DialogManager/CloseButton.d.ts +2 -2
- package/bundle/ui-kit/DialogManager/Dialog.d.ts +2 -2
- package/bundle/ui-kit/Foldable/Foldable.d.ts +2 -2
- package/bundle/ui-kit/Foldable/FoldableSection.d.ts +2 -2
- package/bundle/ui-kit/Heading/HeadingProps.d.ts +2 -3
- package/bundle/ui-kit/Icon/IconProps.d.ts +2 -2
- package/bundle/ui-kit/Img/ImgProps.d.ts +2 -2
- package/bundle/ui-kit/InnerTable/InnerTableButton.d.ts +2 -2
- package/bundle/ui-kit/Input/InputProps.d.ts +4 -2
- package/bundle/ui-kit/Input/InputWrapper.d.ts +8 -0
- package/bundle/ui-kit/InputRange/InputRangeProps.d.ts +3 -3
- package/bundle/ui-kit/InputRange/renderRangeWithTicks.d.ts +3 -4
- package/bundle/ui-kit/Link/Link.d.ts +2 -2
- package/bundle/ui-kit/LinkButton/GetButtonClassParams.d.ts +2 -2
- package/bundle/ui-kit/LinkButton/LinkButtonProps.d.ts +4 -4
- package/bundle/ui-kit/LinkButton/renderArrows.d.ts +3 -3
- package/bundle/ui-kit/LinkButton/renderButtonsSection.d.ts +2 -2
- package/bundle/ui-kit/LinkWrapper/LinkWrapper.d.ts +2 -2
- package/bundle/ui-kit/ListControlProps.d.ts +1 -1
- package/bundle/ui-kit/Loader/Loader.d.ts +1 -1
- package/bundle/ui-kit/LocationDialog/SearchBar.d.ts +2 -2
- package/bundle/ui-kit/Radio/RadioProps.d.ts +3 -4
- package/bundle/ui-kit/RadioButtonGroup/RadioButtonGroup.d.ts +1 -2
- package/bundle/ui-kit/SVG.d.ts +2 -2
- package/bundle/ui-kit/SearchBar/SearchBar.d.ts +2 -2
- package/bundle/ui-kit/SearchDialog/SearchInput.d.ts +4 -5
- package/bundle/ui-kit/Select/Select.d.ts +1 -2
- package/bundle/ui-kit/Select/SelectPopup.d.ts +2 -3
- package/bundle/ui-kit/Shimmer/Shimmer.d.ts +2 -2
- package/bundle/ui-kit/Sitemap/SitemapProps.d.ts +2 -2
- package/bundle/ui-kit/SlideCheckbox/SlideCheckbox.d.ts +2 -3
- package/bundle/ui-kit/SlideCheckboxGroup/SlideCheckboxGroup.d.ts +1 -1
- package/bundle/ui-kit/SwipeListControl/SwipeListContainer.d.ts +2 -2
- package/bundle/ui-kit/SwipeListControl/SwipeListControl.d.ts +2 -2
- package/bundle/ui-kit/SwipeListControl/SwipeListDots.d.ts +2 -2
- package/bundle/ui-kit/SwipeListControl/SwipeListItem.d.ts +2 -2
- package/bundle/ui-kit/SwipeListControl/SwipeListScrollButtons.d.ts +2 -2
- package/bundle/ui-kit/TabsControl/TabsControlProps.d.ts +2 -2
- package/bundle/ui-kit/Tags/Tags.d.ts +2 -2
- package/bundle/ui-kit/TimerCircle/Timer.d.ts +2 -2
- package/bundle/ui-kit/TopItem/TopItem.d.ts +2 -2
- package/bundle/ui-kit/YandexMap/YandexMap.d.ts +2 -2
- package/dist/UniBlock/UniBlockProps.d.ts +2 -2
- package/dist/components/ApplicationLeadForm/ApplicationLeadForm.js +1 -1
- package/dist/components/ApplicationLeadForm/ApplicationLeadForm.js.map +1 -1
- package/dist/components/ApplicationLeadForm/EsiaLoginBanner.d.ts +2 -1
- package/dist/components/ApplicationLeadForm/EsiaLoginBanner.js +12 -6
- package/dist/components/ApplicationLeadForm/EsiaLoginBanner.js.map +1 -1
- package/dist/components/ApplicationLeadForm/parseEsiaProfile.js +5 -13
- package/dist/components/ApplicationLeadForm/parseEsiaProfile.js.map +1 -1
- package/dist/components/BenefitsBlock/BenefitsBlock.js +1 -1
- package/dist/components/BenefitsBlock/BenefitsBlock.js.map +1 -1
- package/dist/components/Blocks.js +0 -10
- package/dist/components/Blocks.js.map +1 -1
- package/dist/components/Blocks.mobile.js +0 -8
- package/dist/components/Blocks.mobile.js.map +1 -1
- package/dist/components/CalculatorBonus/CalculatorBonus.d.ts +0 -1
- package/dist/components/CalculatorBonus/CalculatorBonus.js.map +1 -1
- package/dist/components/CalculatorBusinessDeposit/CalculatorBusinessDeposit.d.ts +2 -2
- package/dist/components/CalculatorBusinessDeposit/CalculatorBusinessDeposit.js.map +1 -1
- package/dist/components/CalculatorCredit/CalculatorCredit.d.ts +0 -1
- package/dist/components/CalculatorCredit/CalculatorCredit.js.map +1 -1
- package/dist/components/CalculatorDeposit/CalculatorDeposit.d.ts +0 -1
- package/dist/components/CalculatorDeposit/CalculatorDeposit.js.map +1 -1
- package/dist/components/CalculatorDeposit/renderDepositResult.d.ts +0 -1
- package/dist/components/CalculatorDeposit/renderDepositResult.js.map +1 -1
- package/dist/components/CalculatorRefinancing/CalculatorRefinancing.d.ts +0 -1
- package/dist/components/CalculatorRefinancing/CalculatorRefinancing.js +1 -1
- package/dist/components/CalculatorRefinancing/CalculatorRefinancing.js.map +1 -1
- package/dist/components/CardTransfer/CardTransfer.js +1 -8
- package/dist/components/CardTransfer/CardTransfer.js.map +1 -1
- package/dist/components/CardTransfer/SubmitFailedDialog.js +1 -1
- package/dist/components/CardTransfer/SubmitFailedDialog.js.map +1 -1
- package/dist/components/Carousel/renderCardHighlight.d.ts +2 -3
- package/dist/components/Carousel/renderCardHighlight.js.map +1 -1
- package/dist/components/Carousel/renderCarouselCards.js +2 -2
- package/dist/components/Carousel/renderCarouselCards.js.map +1 -1
- package/dist/components/ContentPage/ContentPage.d.ts +2 -2
- package/dist/components/ContentPage/ContentPage.js.map +1 -1
- package/dist/components/Footer/Contacts.d.ts +2 -2
- package/dist/components/Footer/Contacts.js.map +1 -1
- package/dist/components/Footer/FooterLink.d.ts +2 -2
- package/dist/components/Footer/HorizontalNavigation.js +1 -1
- package/dist/components/Footer/HorizontalNavigation.js.map +1 -1
- package/dist/components/Footer/LinkList.d.ts +2 -2
- package/dist/components/Footer/LinkList.js.map +1 -1
- package/dist/components/Footer/SocialMedia.d.ts +2 -2
- package/dist/components/Footer/SocialMedia.js.map +1 -1
- package/dist/components/Footer/TextInformationLink.js +1 -1
- package/dist/components/Footer/TextInformationLink.js.map +1 -1
- package/dist/components/GalleryLayout/GalleryLayout.js +3 -24
- package/dist/components/GalleryLayout/GalleryLayout.js.map +1 -1
- package/dist/components/GalleryLayout/utils.d.ts +29 -0
- package/dist/components/GalleryLayout/utils.js +29 -0
- package/dist/components/GalleryLayout/utils.js.map +1 -0
- package/dist/components/Header/DropdownMenu.d.ts +2 -2
- package/dist/components/Header/DropdownMenu.js.map +1 -1
- package/dist/components/Header/HeaderChatBotButton.d.ts +2 -2
- package/dist/components/Header/HeaderChatBotButton.js.map +1 -1
- package/dist/components/Header/HeaderSecondaryMenu.d.ts +2 -2
- package/dist/components/Header/HeaderSecondaryMenu.js.map +1 -1
- package/dist/components/Header/HeaderSecondaryMenuButton.d.ts +3 -3
- package/dist/components/Header/HeaderSecondaryMenuButton.js.map +1 -1
- package/dist/components/Header/HeaderSubMenuItem.d.ts +2 -2
- package/dist/components/Header/HeaderSubMenuItem.js.map +1 -1
- package/dist/components/Header/HeaderTopMenu.d.ts +2 -2
- package/dist/components/Header/HeaderTopMenu.js +1 -1
- package/dist/components/Header/HeaderTopMenu.js.map +1 -1
- package/dist/components/Header/HeaderTopMenuItem.d.ts +2 -2
- package/dist/components/Header/HeaderTopMenuItem.js.map +1 -1
- package/dist/components/OfficesAtmsMap/AtmsMap.d.ts +2 -2
- package/dist/components/OfficesAtmsMap/AtmsMap.js.map +1 -1
- package/dist/components/OfficesAtmsMap/Badge.d.ts +2 -2
- package/dist/components/OfficesAtmsMap/Badge.js.map +1 -1
- package/dist/components/OfficesAtmsMap/CardCell.d.ts +3 -3
- package/dist/components/OfficesAtmsMap/CardCell.js.map +1 -1
- package/dist/components/OfficesAtmsMap/CardRow.d.ts +2 -4
- package/dist/components/OfficesAtmsMap/CardRow.js.map +1 -1
- package/dist/components/OfficesAtmsMap/OfficesAtmsMapLayout.d.ts +2 -2
- package/dist/components/OfficesAtmsMap/OfficesAtmsMapLayout.js.map +1 -1
- package/dist/components/OfficesAtmsMap/OfficesMap.d.ts +2 -4
- package/dist/components/OfficesAtmsMap/OfficesMap.js.map +1 -1
- package/dist/components/StickyBottomMenu/StickyBottomMenuDialog.d.ts +2 -2
- package/dist/components/StickyBottomMenu/StickyBottomMenuDialog.js.map +1 -1
- package/dist/components/TabsLayout/renderTabsLayout.d.ts +2 -2
- package/dist/components/TabsLayout/renderTabsLayout.js.map +1 -1
- package/dist/data/CommonData.d.ts +2 -2
- package/dist/hooks/useForm/useForm.d.ts +1 -1
- package/dist/model/CommonInputProps.d.ts +7 -0
- package/dist/model/CommonInputProps.js +2 -0
- package/dist/model/CommonInputProps.js.map +1 -0
- package/dist/model/ComponentType.d.ts +4 -0
- package/dist/{ui-kit/Unit/UnitProps.js → model/ComponentType.js} +1 -1
- package/dist/model/ComponentType.js.map +1 -0
- package/dist/{ui-kit → model}/ControlProps.js.map +1 -1
- package/dist/model/DefaultControlType.d.ts +5 -5
- package/dist/model/DisabledProps.d.ts +3 -0
- package/{mobile/dist/ui-kit/Unit/UnitProps.js → dist/model/DisabledProps.js} +1 -1
- package/dist/model/DisabledProps.js.map +1 -0
- package/dist/model/Picture.d.ts +2 -2
- package/dist/model/PlaceholderProps.d.ts +3 -0
- package/dist/model/PlaceholderProps.js +2 -0
- package/dist/model/PlaceholderProps.js.map +1 -0
- package/dist/retail/components/CaptchaDialog/CaptchaDialog.js +1 -1
- package/dist/retail/components/CaptchaDialog/CaptchaDialog.js.map +1 -1
- package/dist/retail/components/DaDataInputControl/DaDataInputControl.js +3 -18
- package/dist/retail/components/DaDataInputControl/DaDataInputControl.js.map +1 -1
- package/dist/retail/components/DraftDialog/DraftDialog.js +1 -1
- package/dist/retail/components/DraftDialog/DraftDialog.js.map +1 -1
- package/dist/retail/components/Fields/RegionRetailField.js +8 -3
- package/dist/retail/components/Fields/RegionRetailField.js.map +1 -1
- package/dist/retail/components/Fields/SelectField.d.ts +4 -4
- package/dist/retail/components/Fields/SelectField.js.map +1 -1
- package/dist/retail/components/VerifyPhoneDialog/SubmitButton.d.ts +2 -2
- package/dist/retail/components/VerifyPhoneDialog/SubmitButton.js +1 -3
- package/dist/retail/components/VerifyPhoneDialog/SubmitButton.js.map +1 -1
- package/dist/retail/components/VerifyPhoneDialog/VerifyPhoneDialog.js +2 -2
- package/dist/retail/components/VerifyPhoneDialog/VerifyPhoneDialog.js.map +1 -1
- package/dist/retail/model/RetailFormContent.d.ts +2 -2
- package/dist/ui-kit/BaseProductTile/BaseProductTileContent.d.ts +2 -3
- package/dist/ui-kit/BaseTile/renderImageContainer.d.ts +2 -2
- package/dist/ui-kit/BaseTile/renderImageContainer.js.map +1 -1
- package/dist/ui-kit/BenefitItem/BenefitItem.d.ts +2 -2
- package/dist/ui-kit/BenefitItem/BenefitItem.js.map +1 -1
- package/dist/ui-kit/BenefitsList/BenefitsListProps.d.ts +2 -2
- package/dist/ui-kit/Button/Button.d.ts +3 -3
- package/dist/ui-kit/Button/Button.js.map +1 -1
- package/dist/ui-kit/Button/ButtonTitle.d.ts +2 -5
- package/dist/ui-kit/Button/ButtonTitle.js.map +1 -1
- package/dist/ui-kit/Calculator/CalculatorProps.d.ts +2 -2
- package/dist/ui-kit/Calculator/CalculatorStyle.js +1 -1
- package/dist/ui-kit/Calculator/CalculatorStyle.js.map +1 -1
- package/dist/ui-kit/Calculator/renderBinaryRadioButtonGroup.d.ts +5 -6
- package/dist/ui-kit/Calculator/renderBinaryRadioButtonGroup.js.map +1 -1
- package/dist/ui-kit/Checkbox/CheckboxProps.d.ts +2 -7
- package/dist/ui-kit/DatePicker/DatePicker.d.ts +4 -4
- package/dist/ui-kit/DatePicker/DatePicker.js.map +1 -1
- package/dist/ui-kit/DatePicker/DatePickerControl.d.ts +1 -1
- package/dist/ui-kit/DatePicker/DatePickerControl.js.map +1 -1
- package/dist/ui-kit/DatePicker/DatePickerInput.d.ts +3 -3
- package/dist/ui-kit/DatePicker/DatePickerInput.js.map +1 -1
- package/dist/ui-kit/DatePicker/renderDatePickerForm.d.ts +3 -4
- package/dist/ui-kit/DatePicker/renderDatePickerForm.js.map +1 -1
- package/dist/ui-kit/DatePicker/useDatePickerManager.d.ts +2 -3
- package/dist/ui-kit/DatePicker/useDatePickerManager.js.map +1 -1
- package/dist/ui-kit/DialogManager/CloseButton.d.ts +2 -2
- package/dist/ui-kit/DialogManager/CloseButton.js.map +1 -1
- package/dist/ui-kit/DialogManager/Dialog.d.ts +2 -2
- package/dist/ui-kit/DialogManager/Dialog.js.map +1 -1
- package/dist/ui-kit/Foldable/Foldable.d.ts +2 -2
- package/dist/ui-kit/Foldable/Foldable.js.map +1 -1
- package/dist/ui-kit/Foldable/FoldableSection.d.ts +2 -2
- package/dist/ui-kit/Foldable/FoldableSection.js.map +1 -1
- package/dist/ui-kit/FormField/getObjectValidator.js +1 -1
- package/dist/ui-kit/FormField/getObjectValidator.js.map +1 -1
- package/dist/ui-kit/Heading/HeadingProps.d.ts +2 -3
- package/dist/ui-kit/Icon/Icon.js.map +1 -1
- package/dist/ui-kit/Icon/IconProps.d.ts +2 -2
- package/dist/ui-kit/Img/ImgProps.d.ts +2 -2
- package/dist/ui-kit/InnerTable/InnerTableButton.d.ts +2 -2
- package/dist/ui-kit/InnerTable/InnerTableButton.js.map +1 -1
- package/dist/ui-kit/Input/InputControl.js +3 -19
- package/dist/ui-kit/Input/InputControl.js.map +1 -1
- package/dist/ui-kit/Input/InputProps.d.ts +4 -2
- package/dist/ui-kit/Input/InputWrapper.d.ts +8 -0
- package/dist/ui-kit/Input/InputWrapper.js +25 -0
- package/dist/ui-kit/Input/InputWrapper.js.map +1 -0
- package/dist/ui-kit/InputRange/InputRange.js +1 -1
- package/dist/ui-kit/InputRange/InputRange.js.map +1 -1
- package/dist/ui-kit/InputRange/InputRangeProps.d.ts +3 -3
- package/dist/ui-kit/InputRange/renderRangeWithTicks.d.ts +3 -4
- package/dist/ui-kit/InputRange/renderRangeWithTicks.js.map +1 -1
- package/dist/ui-kit/Link/Link.d.ts +2 -2
- package/dist/ui-kit/Link/Link.js.map +1 -1
- package/dist/ui-kit/LinkButton/ButtonInner.js +1 -1
- package/dist/ui-kit/LinkButton/ButtonInner.js.map +1 -1
- package/dist/ui-kit/LinkButton/GetButtonClassParams.d.ts +2 -2
- package/dist/ui-kit/LinkButton/LinkButtonProps.d.ts +4 -4
- package/dist/ui-kit/LinkButton/renderArrows.d.ts +3 -3
- package/dist/ui-kit/LinkButton/renderArrows.js.map +1 -1
- package/dist/ui-kit/LinkButton/renderButtonsSection.d.ts +2 -2
- package/dist/ui-kit/LinkButton/renderButtonsSection.js.map +1 -1
- package/dist/ui-kit/LinkWrapper/LinkWrapper.d.ts +2 -2
- package/dist/ui-kit/LinkWrapper/LinkWrapper.js.map +1 -1
- package/dist/ui-kit/ListControlProps.d.ts +1 -1
- package/dist/ui-kit/Loader/Loader.d.ts +1 -1
- package/dist/ui-kit/Loader/Loader.js.map +1 -1
- package/dist/ui-kit/LocationDialog/SearchBar.d.ts +2 -2
- package/dist/ui-kit/LocationDialog/SearchBar.js.map +1 -1
- package/dist/ui-kit/ProgressBar/ProgressBar.js +1 -1
- package/dist/ui-kit/Radio/RadioProps.d.ts +3 -4
- package/dist/ui-kit/RadioButtonGroup/RadioButtonGroup.d.ts +1 -2
- package/dist/ui-kit/RadioButtonGroup/RadioButtonGroup.js.map +1 -1
- package/dist/ui-kit/SVG.d.ts +2 -2
- package/dist/ui-kit/SearchBar/SearchBar.d.ts +2 -2
- package/dist/ui-kit/SearchBar/SearchBar.js.map +1 -1
- package/dist/ui-kit/SearchDialog/SearchInput.d.ts +4 -5
- package/dist/ui-kit/SearchDialog/SearchInput.js.map +1 -1
- package/dist/ui-kit/Select/Select.d.ts +1 -2
- package/dist/ui-kit/Select/Select.js.map +1 -1
- package/dist/ui-kit/Select/SelectPopup.d.ts +2 -3
- package/dist/ui-kit/Select/SelectPopup.js.map +1 -1
- package/dist/ui-kit/Shimmer/Shimmer.d.ts +2 -2
- package/dist/ui-kit/Shimmer/Shimmer.js.map +1 -1
- package/dist/ui-kit/Sitemap/Sitemap.mobile.js.map +1 -1
- package/dist/ui-kit/Sitemap/SitemapProps.d.ts +2 -2
- package/dist/ui-kit/SlideCheckbox/SlideCheckbox.d.ts +2 -3
- package/dist/ui-kit/SlideCheckbox/SlideCheckbox.js.map +1 -1
- package/dist/ui-kit/SlideCheckboxGroup/SlideCheckboxGroup.d.ts +1 -1
- package/dist/ui-kit/SwipeListControl/SwipeListContainer.d.ts +2 -2
- package/dist/ui-kit/SwipeListControl/SwipeListContainer.js.map +1 -1
- package/dist/ui-kit/SwipeListControl/SwipeListControl.d.ts +2 -2
- package/dist/ui-kit/SwipeListControl/SwipeListControl.js.map +1 -1
- package/dist/ui-kit/SwipeListControl/SwipeListDots.d.ts +2 -2
- package/dist/ui-kit/SwipeListControl/SwipeListDots.js.map +1 -1
- package/dist/ui-kit/SwipeListControl/SwipeListItem.d.ts +2 -2
- package/dist/ui-kit/SwipeListControl/SwipeListItem.js.map +1 -1
- package/dist/ui-kit/SwipeListControl/SwipeListScrollButtons.d.ts +2 -2
- package/dist/ui-kit/SwipeListControl/SwipeListScrollButtons.js.map +1 -1
- package/dist/ui-kit/TabsControl/TabsControlProps.d.ts +2 -2
- package/dist/ui-kit/Tags/Tags.d.ts +2 -2
- package/dist/ui-kit/Tags/Tags.js.map +1 -1
- package/dist/ui-kit/TimerCircle/Timer.d.ts +2 -2
- package/dist/ui-kit/TopItem/TopItem.d.ts +2 -2
- package/dist/ui-kit/TopItem/TopItem.js.map +1 -1
- package/dist/ui-kit/YandexMap/YandexMap.d.ts +2 -2
- package/dist/ui-kit/YandexMap/YandexMap.js.map +1 -1
- package/dist/utils/isCyrilic.js +1 -1
- package/dist/utils/isCyrilic.js.map +1 -1
- package/lib/UniBlock/UniBlockProps.d.ts +2 -2
- package/lib/common.css +1 -1
- package/lib/components/ApplicationLeadForm/ApplicationLeadForm.js +1 -1
- package/lib/components/ApplicationLeadForm/ApplicationLeadForm.js.map +1 -1
- package/lib/components/ApplicationLeadForm/EsiaLoginBanner.d.ts +2 -1
- package/lib/components/ApplicationLeadForm/EsiaLoginBanner.js +12 -6
- package/lib/components/ApplicationLeadForm/EsiaLoginBanner.js.map +1 -1
- package/lib/components/ApplicationLeadForm/parseEsiaProfile.js +5 -13
- package/lib/components/ApplicationLeadForm/parseEsiaProfile.js.map +1 -1
- package/lib/components/BenefitsBlock/BenefitsBlock.js +1 -1
- package/lib/components/BenefitsBlock/BenefitsBlock.js.map +1 -1
- package/lib/components/Blocks.js +0 -10
- package/lib/components/Blocks.js.map +1 -1
- package/lib/components/Blocks.mobile.js +0 -8
- package/lib/components/Blocks.mobile.js.map +1 -1
- package/lib/components/CalculatorBonus/CalculatorBonus.d.ts +0 -1
- package/lib/components/CalculatorBonus/CalculatorBonus.js.map +1 -1
- package/lib/components/CalculatorBusinessDeposit/CalculatorBusinessDeposit.d.ts +2 -2
- package/lib/components/CalculatorBusinessDeposit/CalculatorBusinessDeposit.js.map +1 -1
- package/lib/components/CalculatorCredit/CalculatorCredit.d.ts +0 -1
- package/lib/components/CalculatorCredit/CalculatorCredit.js.map +1 -1
- package/lib/components/CalculatorDeposit/CalculatorDeposit.d.ts +0 -1
- package/lib/components/CalculatorDeposit/CalculatorDeposit.js.map +1 -1
- package/lib/components/CalculatorDeposit/renderDepositResult.d.ts +0 -1
- package/lib/components/CalculatorDeposit/renderDepositResult.js.map +1 -1
- package/lib/components/CalculatorRefinancing/CalculatorRefinancing.d.ts +0 -1
- package/lib/components/CalculatorRefinancing/CalculatorRefinancing.js +1 -1
- package/lib/components/CalculatorRefinancing/CalculatorRefinancing.js.map +1 -1
- package/lib/components/CardTransfer/CardTransfer.js +1 -8
- package/lib/components/CardTransfer/CardTransfer.js.map +1 -1
- package/lib/components/CardTransfer/SubmitFailedDialog.js +1 -1
- package/lib/components/CardTransfer/SubmitFailedDialog.js.map +1 -1
- package/lib/components/Carousel/Carousel.fixture.d.ts +0 -2
- package/lib/components/Carousel/Carousel.fixture.mobile.d.ts +0 -1
- package/lib/components/Carousel/renderCardHighlight.d.ts +2 -3
- package/lib/components/Carousel/renderCardHighlight.js.map +1 -1
- package/lib/components/Carousel/renderCarouselCards.js +2 -2
- package/lib/components/Carousel/renderCarouselCards.js.map +1 -1
- package/lib/components/ContentPage/ContentPage.d.ts +2 -2
- package/lib/components/ContentPage/ContentPage.js.map +1 -1
- package/lib/components/Footer/Contacts.d.ts +2 -2
- package/lib/components/Footer/Contacts.js.map +1 -1
- package/lib/components/Footer/FooterLink.d.ts +2 -2
- package/lib/components/Footer/HorizontalNavigation.js +1 -1
- package/lib/components/Footer/HorizontalNavigation.js.map +1 -1
- package/lib/components/Footer/LinkList.d.ts +2 -2
- package/lib/components/Footer/LinkList.js.map +1 -1
- package/lib/components/Footer/SocialMedia.d.ts +2 -2
- package/lib/components/Footer/SocialMedia.js.map +1 -1
- package/lib/components/Footer/TextInformationLink.js +1 -1
- package/lib/components/Footer/TextInformationLink.js.map +1 -1
- package/lib/components/GalleryLayout/GalleryLayout.js +1 -22
- package/lib/components/GalleryLayout/GalleryLayout.js.map +1 -1
- package/lib/components/GalleryLayout/utils.d.ts +29 -0
- package/lib/components/GalleryLayout/utils.js +25 -0
- package/lib/components/GalleryLayout/utils.js.map +1 -0
- package/lib/components/Header/DropdownMenu.d.ts +2 -2
- package/lib/components/Header/DropdownMenu.js.map +1 -1
- package/lib/components/Header/HeaderChatBotButton.d.ts +2 -2
- package/lib/components/Header/HeaderChatBotButton.js.map +1 -1
- package/lib/components/Header/HeaderSecondaryMenu.d.ts +2 -2
- package/lib/components/Header/HeaderSecondaryMenu.js.map +1 -1
- package/lib/components/Header/HeaderSecondaryMenuButton.d.ts +3 -3
- package/lib/components/Header/HeaderSecondaryMenuButton.js.map +1 -1
- package/lib/components/Header/HeaderSubMenuItem.d.ts +2 -2
- package/lib/components/Header/HeaderSubMenuItem.js.map +1 -1
- package/lib/components/Header/HeaderTopMenu.d.ts +2 -2
- package/lib/components/Header/HeaderTopMenu.js +1 -1
- package/lib/components/Header/HeaderTopMenu.js.map +1 -1
- package/lib/components/Header/HeaderTopMenuItem.d.ts +2 -2
- package/lib/components/Header/HeaderTopMenuItem.js.map +1 -1
- package/lib/components/OfficesAtmsMap/AtmsMap.d.ts +2 -2
- package/lib/components/OfficesAtmsMap/AtmsMap.js.map +1 -1
- package/lib/components/OfficesAtmsMap/Badge.d.ts +2 -2
- package/lib/components/OfficesAtmsMap/Badge.js.map +1 -1
- package/lib/components/OfficesAtmsMap/CardCell.d.ts +3 -3
- package/lib/components/OfficesAtmsMap/CardCell.js.map +1 -1
- package/lib/components/OfficesAtmsMap/CardRow.d.ts +2 -4
- package/lib/components/OfficesAtmsMap/CardRow.js.map +1 -1
- package/lib/components/OfficesAtmsMap/OfficesAtmsMapLayout.d.ts +2 -2
- package/lib/components/OfficesAtmsMap/OfficesAtmsMapLayout.js.map +1 -1
- package/lib/components/OfficesAtmsMap/OfficesMap.d.ts +2 -4
- package/lib/components/OfficesAtmsMap/OfficesMap.js.map +1 -1
- package/lib/components/StickyBottomMenu/StickyBottomMenuDialog.d.ts +2 -2
- package/lib/components/StickyBottomMenu/StickyBottomMenuDialog.js.map +1 -1
- package/lib/components/TabsLayout/renderTabsLayout.d.ts +2 -2
- package/lib/components/TabsLayout/renderTabsLayout.js.map +1 -1
- package/lib/data/CommonData.d.ts +2 -2
- package/lib/hooks/useForm/useForm.d.ts +1 -1
- package/lib/model/CommonInputProps.d.ts +7 -0
- package/lib/model/CommonInputProps.js +2 -0
- package/lib/model/CommonInputProps.js.map +1 -0
- package/lib/model/ComponentType.d.ts +4 -0
- package/lib/model/ComponentType.js +2 -0
- package/lib/model/ComponentType.js.map +1 -0
- package/lib/{ui-kit → model}/ControlProps.js.map +1 -1
- package/lib/model/DefaultControlType.d.ts +5 -5
- package/lib/model/DisabledProps.d.ts +3 -0
- package/lib/model/DisabledProps.js +2 -0
- package/lib/model/DisabledProps.js.map +1 -0
- package/lib/model/Picture.d.ts +2 -2
- package/lib/model/PlaceholderProps.d.ts +3 -0
- package/lib/model/PlaceholderProps.js +2 -0
- package/lib/model/PlaceholderProps.js.map +1 -0
- package/lib/retail/components/CaptchaDialog/CaptchaDialog.js +1 -1
- package/lib/retail/components/CaptchaDialog/CaptchaDialog.js.map +1 -1
- package/lib/retail/components/DaDataInputControl/DaDataInputControl.js +4 -19
- package/lib/retail/components/DaDataInputControl/DaDataInputControl.js.map +1 -1
- package/lib/retail/components/DraftDialog/DraftDialog.js +1 -1
- package/lib/retail/components/DraftDialog/DraftDialog.js.map +1 -1
- package/lib/retail/components/DraftDialog/utils.d.ts +3 -3
- package/lib/retail/components/Fields/RegionRetailField.js +8 -3
- package/lib/retail/components/Fields/RegionRetailField.js.map +1 -1
- package/lib/retail/components/Fields/SelectField.d.ts +4 -4
- package/lib/retail/components/Fields/SelectField.js.map +1 -1
- package/lib/retail/components/VerifyPhoneDialog/SubmitButton.d.ts +2 -2
- package/lib/retail/components/VerifyPhoneDialog/SubmitButton.js +1 -3
- package/lib/retail/components/VerifyPhoneDialog/SubmitButton.js.map +1 -1
- package/lib/retail/components/VerifyPhoneDialog/VerifyPhoneDialog.js +2 -2
- package/lib/retail/components/VerifyPhoneDialog/VerifyPhoneDialog.js.map +1 -1
- package/lib/retail/model/RetailFormContent.d.ts +2 -2
- package/lib/ui-kit/BaseProductTile/BaseProductTileContent.d.ts +2 -3
- package/lib/ui-kit/BaseTile/renderImageContainer.d.ts +2 -2
- package/lib/ui-kit/BaseTile/renderImageContainer.js.map +1 -1
- package/lib/ui-kit/BenefitItem/BenefitItem.d.ts +2 -2
- package/lib/ui-kit/BenefitItem/BenefitItem.js.map +1 -1
- package/lib/ui-kit/BenefitsList/BenefitsListProps.d.ts +2 -2
- package/lib/ui-kit/Button/Button.d.ts +3 -3
- package/lib/ui-kit/Button/Button.js.map +1 -1
- package/lib/ui-kit/Button/ButtonTitle.d.ts +2 -5
- package/lib/ui-kit/Button/ButtonTitle.js.map +1 -1
- package/lib/ui-kit/Calculator/CalculatorProps.d.ts +2 -2
- package/lib/ui-kit/Calculator/CalculatorStyle.js +1 -1
- package/lib/ui-kit/Calculator/CalculatorStyle.js.map +1 -1
- package/lib/ui-kit/Calculator/renderBinaryRadioButtonGroup.d.ts +5 -6
- package/lib/ui-kit/Calculator/renderBinaryRadioButtonGroup.js.map +1 -1
- package/lib/ui-kit/Checkbox/CheckboxProps.d.ts +2 -7
- package/lib/ui-kit/DatePicker/DatePicker.d.ts +4 -4
- package/lib/ui-kit/DatePicker/DatePicker.js.map +1 -1
- package/lib/ui-kit/DatePicker/DatePickerControl.d.ts +1 -1
- package/lib/ui-kit/DatePicker/DatePickerControl.js.map +1 -1
- package/lib/ui-kit/DatePicker/DatePickerInput.d.ts +3 -3
- package/lib/ui-kit/DatePicker/DatePickerInput.js.map +1 -1
- package/lib/ui-kit/DatePicker/renderDatePickerForm.d.ts +3 -4
- package/lib/ui-kit/DatePicker/renderDatePickerForm.js.map +1 -1
- package/lib/ui-kit/DatePicker/useDatePickerManager.d.ts +2 -3
- package/lib/ui-kit/DatePicker/useDatePickerManager.js.map +1 -1
- package/lib/ui-kit/DialogManager/CloseButton.d.ts +2 -2
- package/lib/ui-kit/DialogManager/CloseButton.js.map +1 -1
- package/lib/ui-kit/DialogManager/Dialog.d.ts +2 -2
- package/lib/ui-kit/DialogManager/Dialog.js.map +1 -1
- package/lib/ui-kit/Foldable/Foldable.d.ts +2 -2
- package/lib/ui-kit/Foldable/Foldable.js.map +1 -1
- package/lib/ui-kit/Foldable/FoldableSection.d.ts +2 -2
- package/lib/ui-kit/Foldable/FoldableSection.js.map +1 -1
- package/lib/ui-kit/FormField/getObjectValidator.js +1 -1
- package/lib/ui-kit/FormField/getObjectValidator.js.map +1 -1
- package/lib/ui-kit/Heading/HeadingProps.d.ts +2 -3
- package/lib/ui-kit/Icon/Icon.js.map +1 -1
- package/lib/ui-kit/Icon/IconProps.d.ts +2 -2
- package/lib/ui-kit/Img/ImgProps.d.ts +2 -2
- package/lib/ui-kit/InnerTable/InnerTableButton.d.ts +2 -2
- package/lib/ui-kit/InnerTable/InnerTableButton.js.map +1 -1
- package/lib/ui-kit/Input/InputControl.js +4 -20
- package/lib/ui-kit/Input/InputControl.js.map +1 -1
- package/lib/ui-kit/Input/InputProps.d.ts +4 -2
- package/lib/ui-kit/Input/InputWrapper.d.ts +8 -0
- package/lib/ui-kit/Input/InputWrapper.js +23 -0
- package/lib/ui-kit/Input/InputWrapper.js.map +1 -0
- package/lib/ui-kit/InputRange/InputRange.js +1 -1
- package/lib/ui-kit/InputRange/InputRange.js.map +1 -1
- package/lib/ui-kit/InputRange/InputRangeProps.d.ts +3 -3
- package/lib/ui-kit/InputRange/renderRangeWithTicks.d.ts +3 -4
- package/lib/ui-kit/InputRange/renderRangeWithTicks.js.map +1 -1
- package/lib/ui-kit/Link/Link.d.ts +2 -2
- package/lib/ui-kit/Link/Link.js.map +1 -1
- package/lib/ui-kit/LinkButton/ButtonInner.js +1 -1
- package/lib/ui-kit/LinkButton/ButtonInner.js.map +1 -1
- package/lib/ui-kit/LinkButton/GetButtonClassParams.d.ts +2 -2
- package/lib/ui-kit/LinkButton/LinkButtonProps.d.ts +4 -4
- package/lib/ui-kit/LinkButton/renderArrows.d.ts +3 -3
- package/lib/ui-kit/LinkButton/renderArrows.js.map +1 -1
- package/lib/ui-kit/LinkButton/renderButtonsSection.d.ts +2 -2
- package/lib/ui-kit/LinkButton/renderButtonsSection.js.map +1 -1
- package/lib/ui-kit/LinkWrapper/LinkWrapper.d.ts +2 -2
- package/lib/ui-kit/LinkWrapper/LinkWrapper.js.map +1 -1
- package/lib/ui-kit/ListControlProps.d.ts +1 -1
- package/lib/ui-kit/Loader/Loader.d.ts +1 -1
- package/lib/ui-kit/Loader/Loader.js.map +1 -1
- package/lib/ui-kit/LocationDialog/SearchBar.d.ts +2 -2
- package/lib/ui-kit/LocationDialog/SearchBar.js.map +1 -1
- package/lib/ui-kit/ProgressBar/ProgressBar.fixture.d.ts +4 -1
- package/lib/ui-kit/ProgressBar/ProgressBar.js +1 -1
- package/lib/ui-kit/Radio/RadioProps.d.ts +3 -4
- package/lib/ui-kit/RadioButtonGroup/RadioButtonGroup.d.ts +1 -2
- package/lib/ui-kit/RadioButtonGroup/RadioButtonGroup.js.map +1 -1
- package/lib/ui-kit/SVG.d.ts +2 -2
- package/lib/ui-kit/SearchBar/SearchBar.d.ts +2 -2
- package/lib/ui-kit/SearchBar/SearchBar.js.map +1 -1
- package/lib/ui-kit/SearchDialog/SearchInput.d.ts +4 -5
- package/lib/ui-kit/SearchDialog/SearchInput.js.map +1 -1
- package/lib/ui-kit/Select/Select.d.ts +1 -2
- package/lib/ui-kit/Select/Select.js.map +1 -1
- package/lib/ui-kit/Select/SelectPopup.d.ts +2 -3
- package/lib/ui-kit/Select/SelectPopup.js.map +1 -1
- package/lib/ui-kit/Shimmer/Shimmer.d.ts +2 -2
- package/lib/ui-kit/Shimmer/Shimmer.js.map +1 -1
- package/lib/ui-kit/Sitemap/Sitemap.mobile.js.map +1 -1
- package/lib/ui-kit/Sitemap/SitemapProps.d.ts +2 -2
- package/lib/ui-kit/SlideCheckbox/SlideCheckbox.d.ts +2 -3
- package/lib/ui-kit/SlideCheckbox/SlideCheckbox.js.map +1 -1
- package/lib/ui-kit/SlideCheckboxGroup/SlideCheckboxGroup.d.ts +1 -1
- package/lib/ui-kit/SwipeListControl/SwipeListContainer.d.ts +2 -2
- package/lib/ui-kit/SwipeListControl/SwipeListContainer.js.map +1 -1
- package/lib/ui-kit/SwipeListControl/SwipeListControl.d.ts +2 -2
- package/lib/ui-kit/SwipeListControl/SwipeListControl.js.map +1 -1
- package/lib/ui-kit/SwipeListControl/SwipeListDots.d.ts +2 -2
- package/lib/ui-kit/SwipeListControl/SwipeListDots.js.map +1 -1
- package/lib/ui-kit/SwipeListControl/SwipeListItem.d.ts +2 -2
- package/lib/ui-kit/SwipeListControl/SwipeListItem.js.map +1 -1
- package/lib/ui-kit/SwipeListControl/SwipeListScrollButtons.d.ts +2 -2
- package/lib/ui-kit/SwipeListControl/SwipeListScrollButtons.js.map +1 -1
- package/lib/ui-kit/TabsControl/TabsControlProps.d.ts +2 -2
- package/lib/ui-kit/Tags/Tags.d.ts +2 -2
- package/lib/ui-kit/Tags/Tags.js.map +1 -1
- package/lib/ui-kit/TimerCircle/Timer.d.ts +2 -2
- package/lib/ui-kit/TopItem/TopItem.d.ts +2 -2
- package/lib/ui-kit/TopItem/TopItem.js.map +1 -1
- package/lib/ui-kit/YandexMap/YandexMap.d.ts +2 -2
- package/lib/ui-kit/YandexMap/YandexMap.js.map +1 -1
- package/lib/utils/isCyrilic.js +1 -1
- package/lib/utils/isCyrilic.js.map +1 -1
- package/mobile/bundle/UniBlock/UniBlockProps.d.ts +2 -2
- package/mobile/bundle/bundle.umd.js +114 -448
- package/mobile/bundle/bundle.umd.min.js +1 -1
- package/mobile/bundle/components/ApplicationLeadForm/EsiaLoginBanner.d.ts +2 -1
- package/mobile/bundle/components/CalculatorBonus/CalculatorBonus.d.ts +0 -1
- package/mobile/bundle/components/CalculatorBusinessDeposit/CalculatorBusinessDeposit.d.ts +2 -2
- package/mobile/bundle/components/CalculatorCredit/CalculatorCredit.d.ts +0 -1
- package/mobile/bundle/components/CalculatorDeposit/CalculatorDeposit.d.ts +0 -1
- package/mobile/bundle/components/CalculatorDeposit/renderDepositResult.d.ts +0 -1
- package/mobile/bundle/components/CalculatorRefinancing/CalculatorRefinancing.d.ts +0 -1
- package/mobile/bundle/components/Carousel/renderCardHighlight.d.ts +2 -3
- package/mobile/bundle/components/ContentPage/ContentPage.d.ts +2 -2
- package/mobile/bundle/components/Footer/Contacts.d.ts +2 -2
- package/mobile/bundle/components/Footer/FooterLink.d.ts +2 -2
- package/mobile/bundle/components/Footer/LinkList.d.ts +2 -2
- package/mobile/bundle/components/Footer/SocialMedia.d.ts +2 -2
- package/mobile/bundle/components/GalleryLayout/utils.d.ts +29 -0
- package/mobile/bundle/components/Header/DropdownMenu.d.ts +2 -2
- package/mobile/bundle/components/Header/HeaderChatBotButton.d.ts +2 -2
- package/mobile/bundle/components/Header/HeaderSecondaryMenu.d.ts +2 -2
- package/mobile/bundle/components/Header/HeaderSecondaryMenuButton.d.ts +3 -3
- package/mobile/bundle/components/Header/HeaderSubMenuItem.d.ts +2 -2
- package/mobile/bundle/components/Header/HeaderTopMenu.d.ts +2 -2
- package/mobile/bundle/components/Header/HeaderTopMenuItem.d.ts +2 -2
- package/mobile/bundle/components/OfficesAtmsMap/AtmsMap.d.ts +2 -2
- package/mobile/bundle/components/OfficesAtmsMap/Badge.d.ts +2 -2
- package/mobile/bundle/components/OfficesAtmsMap/CardCell.d.ts +3 -3
- package/mobile/bundle/components/OfficesAtmsMap/CardRow.d.ts +2 -4
- package/mobile/bundle/components/OfficesAtmsMap/OfficesAtmsMapLayout.d.ts +2 -2
- package/mobile/bundle/components/OfficesAtmsMap/OfficesMap.d.ts +2 -4
- package/mobile/bundle/components/StickyBottomMenu/StickyBottomMenuDialog.d.ts +2 -2
- package/mobile/bundle/components/TabsLayout/renderTabsLayout.d.ts +2 -2
- package/mobile/bundle/data/CommonData.d.ts +2 -2
- package/mobile/bundle/hooks/useForm/useForm.d.ts +1 -1
- package/mobile/bundle/model/CommonInputProps.d.ts +7 -0
- package/mobile/bundle/model/ComponentType.d.ts +4 -0
- package/mobile/bundle/model/DefaultControlType.d.ts +5 -5
- package/mobile/bundle/model/DisabledProps.d.ts +3 -0
- package/mobile/bundle/model/Picture.d.ts +2 -2
- package/mobile/bundle/model/PlaceholderProps.d.ts +3 -0
- package/mobile/bundle/retail/components/Fields/SelectField.d.ts +4 -4
- package/mobile/bundle/retail/components/VerifyPhoneDialog/SubmitButton.d.ts +2 -2
- package/mobile/bundle/retail/model/RetailFormContent.d.ts +2 -2
- package/mobile/bundle/ui-kit/BaseProductTile/BaseProductTileContent.d.ts +2 -3
- package/mobile/bundle/ui-kit/BaseTile/renderImageContainer.d.ts +2 -2
- package/mobile/bundle/ui-kit/BenefitItem/BenefitItem.d.ts +2 -2
- package/mobile/bundle/ui-kit/BenefitsList/BenefitsListProps.d.ts +2 -2
- package/mobile/bundle/ui-kit/Button/Button.d.ts +3 -3
- package/mobile/bundle/ui-kit/Button/ButtonTitle.d.ts +2 -5
- package/mobile/bundle/ui-kit/Calculator/CalculatorProps.d.ts +2 -2
- package/mobile/bundle/ui-kit/Calculator/renderBinaryRadioButtonGroup.d.ts +5 -6
- package/mobile/bundle/ui-kit/Checkbox/CheckboxProps.d.ts +2 -7
- package/mobile/bundle/ui-kit/DatePicker/DatePicker.d.ts +4 -4
- package/mobile/bundle/ui-kit/DatePicker/DatePickerControl.d.ts +1 -1
- package/mobile/bundle/ui-kit/DatePicker/DatePickerInput.d.ts +3 -3
- package/mobile/bundle/ui-kit/DatePicker/renderDatePickerForm.d.ts +3 -4
- package/mobile/bundle/ui-kit/DatePicker/useDatePickerManager.d.ts +2 -3
- package/mobile/bundle/ui-kit/DialogManager/CloseButton.d.ts +2 -2
- package/mobile/bundle/ui-kit/DialogManager/Dialog.d.ts +2 -2
- package/mobile/bundle/ui-kit/Foldable/Foldable.d.ts +2 -2
- package/mobile/bundle/ui-kit/Foldable/FoldableSection.d.ts +2 -2
- package/mobile/bundle/ui-kit/Heading/HeadingProps.d.ts +2 -3
- package/mobile/bundle/ui-kit/Icon/IconProps.d.ts +2 -2
- package/mobile/bundle/ui-kit/Img/ImgProps.d.ts +2 -2
- package/mobile/bundle/ui-kit/InnerTable/InnerTableButton.d.ts +2 -2
- package/mobile/bundle/ui-kit/Input/InputProps.d.ts +4 -2
- package/mobile/bundle/ui-kit/Input/InputWrapper.d.ts +8 -0
- package/mobile/bundle/ui-kit/InputRange/InputRangeProps.d.ts +3 -3
- package/mobile/bundle/ui-kit/InputRange/renderRangeWithTicks.d.ts +3 -4
- package/mobile/bundle/ui-kit/Link/Link.d.ts +2 -2
- package/mobile/bundle/ui-kit/LinkButton/GetButtonClassParams.d.ts +2 -2
- package/mobile/bundle/ui-kit/LinkButton/LinkButtonProps.d.ts +4 -4
- package/mobile/bundle/ui-kit/LinkButton/renderArrows.d.ts +3 -3
- package/mobile/bundle/ui-kit/LinkButton/renderButtonsSection.d.ts +2 -2
- package/mobile/bundle/ui-kit/LinkWrapper/LinkWrapper.d.ts +2 -2
- package/mobile/bundle/ui-kit/ListControlProps.d.ts +1 -1
- package/mobile/bundle/ui-kit/Loader/Loader.d.ts +1 -1
- package/mobile/bundle/ui-kit/LocationDialog/SearchBar.d.ts +2 -2
- package/mobile/bundle/ui-kit/Radio/RadioProps.d.ts +3 -4
- package/mobile/bundle/ui-kit/RadioButtonGroup/RadioButtonGroup.d.ts +1 -2
- package/mobile/bundle/ui-kit/SVG.d.ts +2 -2
- package/mobile/bundle/ui-kit/SearchBar/SearchBar.d.ts +2 -2
- package/mobile/bundle/ui-kit/SearchDialog/SearchInput.d.ts +4 -5
- package/mobile/bundle/ui-kit/Select/Select.d.ts +1 -2
- package/mobile/bundle/ui-kit/Select/SelectPopup.d.ts +2 -3
- package/mobile/bundle/ui-kit/Shimmer/Shimmer.d.ts +2 -2
- package/mobile/bundle/ui-kit/Sitemap/SitemapProps.d.ts +2 -2
- package/mobile/bundle/ui-kit/SlideCheckbox/SlideCheckbox.d.ts +2 -3
- package/mobile/bundle/ui-kit/SlideCheckboxGroup/SlideCheckboxGroup.d.ts +1 -1
- package/mobile/bundle/ui-kit/SwipeListControl/SwipeListContainer.d.ts +2 -2
- package/mobile/bundle/ui-kit/SwipeListControl/SwipeListControl.d.ts +2 -2
- package/mobile/bundle/ui-kit/SwipeListControl/SwipeListDots.d.ts +2 -2
- package/mobile/bundle/ui-kit/SwipeListControl/SwipeListItem.d.ts +2 -2
- package/mobile/bundle/ui-kit/SwipeListControl/SwipeListScrollButtons.d.ts +2 -2
- package/mobile/bundle/ui-kit/TabsControl/TabsControlProps.d.ts +2 -2
- package/mobile/bundle/ui-kit/Tags/Tags.d.ts +2 -2
- package/mobile/bundle/ui-kit/TimerCircle/Timer.d.ts +2 -2
- package/mobile/bundle/ui-kit/TopItem/TopItem.d.ts +2 -2
- package/mobile/bundle/ui-kit/YandexMap/YandexMap.d.ts +2 -2
- package/mobile/dist/UniBlock/UniBlockProps.d.ts +2 -2
- package/mobile/dist/components/ApplicationLeadForm/ApplicationLeadForm.js +1 -1
- package/mobile/dist/components/ApplicationLeadForm/ApplicationLeadForm.js.map +1 -1
- package/mobile/dist/components/ApplicationLeadForm/EsiaLoginBanner.d.ts +2 -1
- package/mobile/dist/components/ApplicationLeadForm/EsiaLoginBanner.js +12 -6
- package/mobile/dist/components/ApplicationLeadForm/EsiaLoginBanner.js.map +1 -1
- package/mobile/dist/components/ApplicationLeadForm/parseEsiaProfile.js +5 -13
- package/mobile/dist/components/ApplicationLeadForm/parseEsiaProfile.js.map +1 -1
- package/mobile/dist/components/BenefitsBlock/BenefitsBlock.js +1 -1
- package/mobile/dist/components/BenefitsBlock/BenefitsBlock.js.map +1 -1
- package/mobile/dist/components/Blocks.js +0 -8
- package/mobile/dist/components/Blocks.js.map +1 -1
- package/mobile/dist/components/CalculatorBonus/CalculatorBonus.d.ts +0 -1
- package/mobile/dist/components/CalculatorBonus/CalculatorBonus.js.map +1 -1
- package/mobile/dist/components/CalculatorBusinessDeposit/CalculatorBusinessDeposit.d.ts +2 -2
- package/mobile/dist/components/CalculatorBusinessDeposit/CalculatorBusinessDeposit.js.map +1 -1
- package/mobile/dist/components/CalculatorCredit/CalculatorCredit.d.ts +0 -1
- package/mobile/dist/components/CalculatorCredit/CalculatorCredit.js.map +1 -1
- package/mobile/dist/components/CalculatorDeposit/CalculatorDeposit.d.ts +0 -1
- package/mobile/dist/components/CalculatorDeposit/CalculatorDeposit.js.map +1 -1
- package/mobile/dist/components/CalculatorDeposit/renderDepositResult.d.ts +0 -1
- package/mobile/dist/components/CalculatorDeposit/renderDepositResult.js.map +1 -1
- package/mobile/dist/components/CalculatorRefinancing/CalculatorRefinancing.d.ts +0 -1
- package/mobile/dist/components/CalculatorRefinancing/CalculatorRefinancing.js +1 -1
- package/mobile/dist/components/CalculatorRefinancing/CalculatorRefinancing.js.map +1 -1
- package/mobile/dist/components/CardTransfer/CardTransfer.js +1 -8
- package/mobile/dist/components/CardTransfer/CardTransfer.js.map +1 -1
- package/mobile/dist/components/CardTransfer/SubmitFailedDialog.js +1 -1
- package/mobile/dist/components/CardTransfer/SubmitFailedDialog.js.map +1 -1
- package/mobile/dist/components/Carousel/renderCardHighlight.d.ts +2 -3
- package/mobile/dist/components/Carousel/renderCardHighlight.js.map +1 -1
- package/mobile/dist/components/Carousel/renderCarouselCards.js +2 -2
- package/mobile/dist/components/Carousel/renderCarouselCards.js.map +1 -1
- package/mobile/dist/components/ContentPage/ContentPage.d.ts +2 -2
- package/mobile/dist/components/ContentPage/ContentPage.js.map +1 -1
- package/mobile/dist/components/Footer/Contacts.d.ts +2 -2
- package/mobile/dist/components/Footer/Contacts.js.map +1 -1
- package/mobile/dist/components/Footer/FooterLink.d.ts +2 -2
- package/mobile/dist/components/Footer/HorizontalNavigation.js +1 -1
- package/mobile/dist/components/Footer/HorizontalNavigation.js.map +1 -1
- package/mobile/dist/components/Footer/LinkList.d.ts +2 -2
- package/mobile/dist/components/Footer/LinkList.js.map +1 -1
- package/mobile/dist/components/Footer/SocialMedia.d.ts +2 -2
- package/mobile/dist/components/Footer/SocialMedia.js.map +1 -1
- package/mobile/dist/components/Footer/TextInformationLink.js +1 -1
- package/mobile/dist/components/Footer/TextInformationLink.js.map +1 -1
- package/mobile/dist/components/GalleryLayout/GalleryLayout.js +3 -24
- package/mobile/dist/components/GalleryLayout/GalleryLayout.js.map +1 -1
- package/mobile/dist/components/GalleryLayout/utils.d.ts +29 -0
- package/mobile/dist/components/GalleryLayout/utils.js +29 -0
- package/mobile/dist/components/GalleryLayout/utils.js.map +1 -0
- package/mobile/dist/components/Header/DropdownMenu.d.ts +2 -2
- package/mobile/dist/components/Header/DropdownMenu.js.map +1 -1
- package/mobile/dist/components/Header/HeaderChatBotButton.d.ts +2 -2
- package/mobile/dist/components/Header/HeaderChatBotButton.js.map +1 -1
- package/mobile/dist/components/Header/HeaderSecondaryMenu.d.ts +2 -2
- package/mobile/dist/components/Header/HeaderSecondaryMenu.js.map +1 -1
- package/mobile/dist/components/Header/HeaderSecondaryMenuButton.d.ts +3 -3
- package/mobile/dist/components/Header/HeaderSecondaryMenuButton.js.map +1 -1
- package/mobile/dist/components/Header/HeaderSubMenuItem.d.ts +2 -2
- package/mobile/dist/components/Header/HeaderSubMenuItem.js.map +1 -1
- package/mobile/dist/components/Header/HeaderTopMenu.d.ts +2 -2
- package/mobile/dist/components/Header/HeaderTopMenu.js +1 -1
- package/mobile/dist/components/Header/HeaderTopMenu.js.map +1 -1
- package/mobile/dist/components/Header/HeaderTopMenuItem.d.ts +2 -2
- package/mobile/dist/components/Header/HeaderTopMenuItem.js.map +1 -1
- package/mobile/dist/components/OfficesAtmsMap/AtmsMap.d.ts +2 -2
- package/mobile/dist/components/OfficesAtmsMap/AtmsMap.js.map +1 -1
- package/mobile/dist/components/OfficesAtmsMap/Badge.d.ts +2 -2
- package/mobile/dist/components/OfficesAtmsMap/Badge.js.map +1 -1
- package/mobile/dist/components/OfficesAtmsMap/CardCell.d.ts +3 -3
- package/mobile/dist/components/OfficesAtmsMap/CardCell.js.map +1 -1
- package/mobile/dist/components/OfficesAtmsMap/CardRow.d.ts +2 -4
- package/mobile/dist/components/OfficesAtmsMap/CardRow.js.map +1 -1
- package/mobile/dist/components/OfficesAtmsMap/OfficesAtmsMapLayout.d.ts +2 -2
- package/mobile/dist/components/OfficesAtmsMap/OfficesAtmsMapLayout.js.map +1 -1
- package/mobile/dist/components/OfficesAtmsMap/OfficesMap.d.ts +2 -4
- package/mobile/dist/components/OfficesAtmsMap/OfficesMap.js.map +1 -1
- package/mobile/dist/components/StickyBottomMenu/StickyBottomMenuDialog.d.ts +2 -2
- package/mobile/dist/components/StickyBottomMenu/StickyBottomMenuDialog.js.map +1 -1
- package/mobile/dist/components/TabsLayout/renderTabsLayout.d.ts +2 -2
- package/mobile/dist/components/TabsLayout/renderTabsLayout.js.map +1 -1
- package/mobile/dist/data/CommonData.d.ts +2 -2
- package/mobile/dist/hooks/useForm/useForm.d.ts +1 -1
- package/mobile/dist/model/CommonInputProps.d.ts +7 -0
- package/mobile/dist/model/CommonInputProps.js +2 -0
- package/mobile/dist/model/CommonInputProps.js.map +1 -0
- package/mobile/dist/model/ComponentType.d.ts +4 -0
- package/mobile/dist/model/ComponentType.js +2 -0
- package/mobile/dist/model/ComponentType.js.map +1 -0
- package/mobile/dist/{ui-kit → model}/ControlProps.js.map +1 -1
- package/mobile/dist/model/DefaultControlType.d.ts +5 -5
- package/mobile/dist/model/DisabledProps.d.ts +3 -0
- package/mobile/dist/model/DisabledProps.js +2 -0
- package/mobile/dist/model/DisabledProps.js.map +1 -0
- package/mobile/dist/model/Picture.d.ts +2 -2
- package/mobile/dist/model/PlaceholderProps.d.ts +3 -0
- package/mobile/dist/model/PlaceholderProps.js +2 -0
- package/mobile/dist/model/PlaceholderProps.js.map +1 -0
- package/mobile/dist/retail/components/CaptchaDialog/CaptchaDialog.js +1 -1
- package/mobile/dist/retail/components/CaptchaDialog/CaptchaDialog.js.map +1 -1
- package/mobile/dist/retail/components/DaDataInputControl/DaDataInputControl.js +3 -18
- package/mobile/dist/retail/components/DaDataInputControl/DaDataInputControl.js.map +1 -1
- package/mobile/dist/retail/components/DraftDialog/DraftDialog.js +1 -1
- package/mobile/dist/retail/components/DraftDialog/DraftDialog.js.map +1 -1
- package/mobile/dist/retail/components/Fields/RegionRetailField.js +8 -3
- package/mobile/dist/retail/components/Fields/RegionRetailField.js.map +1 -1
- package/mobile/dist/retail/components/Fields/SelectField.d.ts +4 -4
- package/mobile/dist/retail/components/Fields/SelectField.js.map +1 -1
- package/mobile/dist/retail/components/VerifyPhoneDialog/SubmitButton.d.ts +2 -2
- package/mobile/dist/retail/components/VerifyPhoneDialog/SubmitButton.js +1 -3
- package/mobile/dist/retail/components/VerifyPhoneDialog/SubmitButton.js.map +1 -1
- package/mobile/dist/retail/components/VerifyPhoneDialog/VerifyPhoneDialog.js +2 -2
- package/mobile/dist/retail/components/VerifyPhoneDialog/VerifyPhoneDialog.js.map +1 -1
- package/mobile/dist/retail/model/RetailFormContent.d.ts +2 -2
- package/mobile/dist/ui-kit/BaseProductTile/BaseProductTileContent.d.ts +2 -3
- package/mobile/dist/ui-kit/BaseTile/renderImageContainer.d.ts +2 -2
- package/mobile/dist/ui-kit/BaseTile/renderImageContainer.js.map +1 -1
- package/mobile/dist/ui-kit/BenefitItem/BenefitItem.d.ts +2 -2
- package/mobile/dist/ui-kit/BenefitItem/BenefitItem.js.map +1 -1
- package/mobile/dist/ui-kit/BenefitsList/BenefitsListProps.d.ts +2 -2
- package/mobile/dist/ui-kit/Button/Button.d.ts +3 -3
- package/mobile/dist/ui-kit/Button/Button.js.map +1 -1
- package/mobile/dist/ui-kit/Button/ButtonTitle.d.ts +2 -5
- package/mobile/dist/ui-kit/Button/ButtonTitle.js.map +1 -1
- package/mobile/dist/ui-kit/Calculator/CalculatorProps.d.ts +2 -2
- package/mobile/dist/ui-kit/Calculator/CalculatorStyle.js +1 -1
- package/mobile/dist/ui-kit/Calculator/CalculatorStyle.js.map +1 -1
- package/mobile/dist/ui-kit/Calculator/renderBinaryRadioButtonGroup.d.ts +5 -6
- package/mobile/dist/ui-kit/Calculator/renderBinaryRadioButtonGroup.js.map +1 -1
- package/mobile/dist/ui-kit/Checkbox/CheckboxProps.d.ts +2 -7
- package/mobile/dist/ui-kit/DatePicker/DatePicker.d.ts +4 -4
- package/mobile/dist/ui-kit/DatePicker/DatePicker.js.map +1 -1
- package/mobile/dist/ui-kit/DatePicker/DatePickerControl.d.ts +1 -1
- package/mobile/dist/ui-kit/DatePicker/DatePickerControl.js.map +1 -1
- package/mobile/dist/ui-kit/DatePicker/DatePickerInput.d.ts +3 -3
- package/mobile/dist/ui-kit/DatePicker/DatePickerInput.js.map +1 -1
- package/mobile/dist/ui-kit/DatePicker/renderDatePickerForm.d.ts +3 -4
- package/mobile/dist/ui-kit/DatePicker/renderDatePickerForm.js.map +1 -1
- package/mobile/dist/ui-kit/DatePicker/useDatePickerManager.d.ts +2 -3
- package/mobile/dist/ui-kit/DatePicker/useDatePickerManager.js.map +1 -1
- package/mobile/dist/ui-kit/DialogManager/CloseButton.d.ts +2 -2
- package/mobile/dist/ui-kit/DialogManager/CloseButton.js.map +1 -1
- package/mobile/dist/ui-kit/DialogManager/Dialog.d.ts +2 -2
- package/mobile/dist/ui-kit/DialogManager/Dialog.js.map +1 -1
- package/mobile/dist/ui-kit/Foldable/Foldable.d.ts +2 -2
- package/mobile/dist/ui-kit/Foldable/Foldable.js.map +1 -1
- package/mobile/dist/ui-kit/Foldable/FoldableSection.d.ts +2 -2
- package/mobile/dist/ui-kit/Foldable/FoldableSection.js.map +1 -1
- package/mobile/dist/ui-kit/FormField/getObjectValidator.js +1 -1
- package/mobile/dist/ui-kit/FormField/getObjectValidator.js.map +1 -1
- package/mobile/dist/ui-kit/Heading/HeadingProps.d.ts +2 -3
- package/mobile/dist/ui-kit/Icon/Icon.js.map +1 -1
- package/mobile/dist/ui-kit/Icon/IconProps.d.ts +2 -2
- package/mobile/dist/ui-kit/Img/ImgProps.d.ts +2 -2
- package/mobile/dist/ui-kit/InnerTable/InnerTableButton.d.ts +2 -2
- package/mobile/dist/ui-kit/InnerTable/InnerTableButton.js.map +1 -1
- package/mobile/dist/ui-kit/Input/InputControl.js +3 -19
- package/mobile/dist/ui-kit/Input/InputControl.js.map +1 -1
- package/mobile/dist/ui-kit/Input/InputProps.d.ts +4 -2
- package/mobile/dist/ui-kit/Input/InputWrapper.d.ts +8 -0
- package/mobile/dist/ui-kit/Input/InputWrapper.js +25 -0
- package/mobile/dist/ui-kit/Input/InputWrapper.js.map +1 -0
- package/mobile/dist/ui-kit/InputRange/InputRange.js +1 -1
- package/mobile/dist/ui-kit/InputRange/InputRange.js.map +1 -1
- package/mobile/dist/ui-kit/InputRange/InputRangeProps.d.ts +3 -3
- package/mobile/dist/ui-kit/InputRange/renderRangeWithTicks.d.ts +3 -4
- package/mobile/dist/ui-kit/InputRange/renderRangeWithTicks.js.map +1 -1
- package/mobile/dist/ui-kit/Link/Link.d.ts +2 -2
- package/mobile/dist/ui-kit/Link/Link.js.map +1 -1
- package/mobile/dist/ui-kit/LinkButton/ButtonInner.js +1 -1
- package/mobile/dist/ui-kit/LinkButton/ButtonInner.js.map +1 -1
- package/mobile/dist/ui-kit/LinkButton/GetButtonClassParams.d.ts +2 -2
- package/mobile/dist/ui-kit/LinkButton/LinkButtonProps.d.ts +4 -4
- package/mobile/dist/ui-kit/LinkButton/renderArrows.d.ts +3 -3
- package/mobile/dist/ui-kit/LinkButton/renderArrows.js.map +1 -1
- package/mobile/dist/ui-kit/LinkButton/renderButtonsSection.d.ts +2 -2
- package/mobile/dist/ui-kit/LinkButton/renderButtonsSection.js.map +1 -1
- package/mobile/dist/ui-kit/LinkWrapper/LinkWrapper.d.ts +2 -2
- package/mobile/dist/ui-kit/LinkWrapper/LinkWrapper.js.map +1 -1
- package/mobile/dist/ui-kit/ListControlProps.d.ts +1 -1
- package/mobile/dist/ui-kit/Loader/Loader.d.ts +1 -1
- package/mobile/dist/ui-kit/Loader/Loader.js.map +1 -1
- package/mobile/dist/ui-kit/LocationDialog/SearchBar.d.ts +2 -2
- package/mobile/dist/ui-kit/LocationDialog/SearchBar.js.map +1 -1
- package/mobile/dist/ui-kit/ProgressBar/ProgressBar.js +1 -1
- package/mobile/dist/ui-kit/Radio/RadioProps.d.ts +3 -4
- package/mobile/dist/ui-kit/RadioButtonGroup/RadioButtonGroup.d.ts +1 -2
- package/mobile/dist/ui-kit/RadioButtonGroup/RadioButtonGroup.js.map +1 -1
- package/mobile/dist/ui-kit/SVG.d.ts +2 -2
- package/mobile/dist/ui-kit/SearchBar/SearchBar.d.ts +2 -2
- package/mobile/dist/ui-kit/SearchBar/SearchBar.js.map +1 -1
- package/mobile/dist/ui-kit/SearchDialog/SearchInput.d.ts +4 -5
- package/mobile/dist/ui-kit/SearchDialog/SearchInput.js.map +1 -1
- package/mobile/dist/ui-kit/Select/Select.d.ts +1 -2
- package/mobile/dist/ui-kit/Select/Select.js.map +1 -1
- package/mobile/dist/ui-kit/Select/SelectPopup.d.ts +2 -3
- package/mobile/dist/ui-kit/Select/SelectPopup.js.map +1 -1
- package/mobile/dist/ui-kit/Shimmer/Shimmer.d.ts +2 -2
- package/mobile/dist/ui-kit/Shimmer/Shimmer.js.map +1 -1
- package/mobile/dist/ui-kit/Sitemap/Sitemap.js.map +1 -1
- package/mobile/dist/ui-kit/Sitemap/SitemapProps.d.ts +2 -2
- package/mobile/dist/ui-kit/SlideCheckbox/SlideCheckbox.d.ts +2 -3
- package/mobile/dist/ui-kit/SlideCheckbox/SlideCheckbox.js.map +1 -1
- package/mobile/dist/ui-kit/SlideCheckboxGroup/SlideCheckboxGroup.d.ts +1 -1
- package/mobile/dist/ui-kit/SwipeListControl/SwipeListContainer.d.ts +2 -2
- package/mobile/dist/ui-kit/SwipeListControl/SwipeListContainer.js.map +1 -1
- package/mobile/dist/ui-kit/SwipeListControl/SwipeListControl.d.ts +2 -2
- package/mobile/dist/ui-kit/SwipeListControl/SwipeListControl.js.map +1 -1
- package/mobile/dist/ui-kit/SwipeListControl/SwipeListDots.d.ts +2 -2
- package/mobile/dist/ui-kit/SwipeListControl/SwipeListDots.js.map +1 -1
- package/mobile/dist/ui-kit/SwipeListControl/SwipeListItem.d.ts +2 -2
- package/mobile/dist/ui-kit/SwipeListControl/SwipeListItem.js.map +1 -1
- package/mobile/dist/ui-kit/SwipeListControl/SwipeListScrollButtons.d.ts +2 -2
- package/mobile/dist/ui-kit/SwipeListControl/SwipeListScrollButtons.js.map +1 -1
- package/mobile/dist/ui-kit/TabsControl/TabsControlProps.d.ts +2 -2
- package/mobile/dist/ui-kit/Tags/Tags.d.ts +2 -2
- package/mobile/dist/ui-kit/Tags/Tags.js.map +1 -1
- package/mobile/dist/ui-kit/TimerCircle/Timer.d.ts +2 -2
- package/mobile/dist/ui-kit/TopItem/TopItem.d.ts +2 -2
- package/mobile/dist/ui-kit/TopItem/TopItem.js.map +1 -1
- package/mobile/dist/ui-kit/YandexMap/YandexMap.d.ts +2 -2
- package/mobile/dist/ui-kit/YandexMap/YandexMap.js.map +1 -1
- package/mobile/dist/utils/isCyrilic.js +1 -1
- package/mobile/dist/utils/isCyrilic.js.map +1 -1
- package/mobile/lib/UniBlock/UniBlockProps.d.ts +2 -2
- package/mobile/lib/common.css +1 -1
- package/mobile/lib/components/ApplicationLeadForm/ApplicationLeadForm.js +1 -1
- package/mobile/lib/components/ApplicationLeadForm/ApplicationLeadForm.js.map +1 -1
- package/mobile/lib/components/ApplicationLeadForm/EsiaLoginBanner.d.ts +2 -1
- package/mobile/lib/components/ApplicationLeadForm/EsiaLoginBanner.js +12 -6
- package/mobile/lib/components/ApplicationLeadForm/EsiaLoginBanner.js.map +1 -1
- package/mobile/lib/components/ApplicationLeadForm/parseEsiaProfile.js +5 -13
- package/mobile/lib/components/ApplicationLeadForm/parseEsiaProfile.js.map +1 -1
- package/mobile/lib/components/BenefitsBlock/BenefitsBlock.js +1 -1
- package/mobile/lib/components/BenefitsBlock/BenefitsBlock.js.map +1 -1
- package/mobile/lib/components/Blocks.js +0 -8
- package/mobile/lib/components/Blocks.js.map +1 -1
- package/mobile/lib/components/CalculatorBonus/CalculatorBonus.d.ts +0 -1
- package/mobile/lib/components/CalculatorBonus/CalculatorBonus.js.map +1 -1
- package/mobile/lib/components/CalculatorBusinessDeposit/CalculatorBusinessDeposit.d.ts +2 -2
- package/mobile/lib/components/CalculatorBusinessDeposit/CalculatorBusinessDeposit.js.map +1 -1
- package/mobile/lib/components/CalculatorCredit/CalculatorCredit.d.ts +0 -1
- package/mobile/lib/components/CalculatorCredit/CalculatorCredit.js.map +1 -1
- package/mobile/lib/components/CalculatorDeposit/CalculatorDeposit.d.ts +0 -1
- package/mobile/lib/components/CalculatorDeposit/CalculatorDeposit.js.map +1 -1
- package/mobile/lib/components/CalculatorDeposit/renderDepositResult.d.ts +0 -1
- package/mobile/lib/components/CalculatorDeposit/renderDepositResult.js.map +1 -1
- package/mobile/lib/components/CalculatorRefinancing/CalculatorRefinancing.d.ts +0 -1
- package/mobile/lib/components/CalculatorRefinancing/CalculatorRefinancing.js +1 -1
- package/mobile/lib/components/CalculatorRefinancing/CalculatorRefinancing.js.map +1 -1
- package/mobile/lib/components/CardTransfer/CardTransfer.js +1 -8
- package/mobile/lib/components/CardTransfer/CardTransfer.js.map +1 -1
- package/mobile/lib/components/CardTransfer/SubmitFailedDialog.js +1 -1
- package/mobile/lib/components/CardTransfer/SubmitFailedDialog.js.map +1 -1
- package/mobile/lib/components/Carousel/renderCardHighlight.d.ts +2 -3
- package/mobile/lib/components/Carousel/renderCardHighlight.js.map +1 -1
- package/mobile/lib/components/Carousel/renderCarouselCards.js +2 -2
- package/mobile/lib/components/Carousel/renderCarouselCards.js.map +1 -1
- package/mobile/lib/components/ContentPage/ContentPage.d.ts +2 -2
- package/mobile/lib/components/ContentPage/ContentPage.js.map +1 -1
- package/mobile/lib/components/Footer/Contacts.d.ts +2 -2
- package/mobile/lib/components/Footer/Contacts.js.map +1 -1
- package/mobile/lib/components/Footer/FooterLink.d.ts +2 -2
- package/mobile/lib/components/Footer/HorizontalNavigation.js +1 -1
- package/mobile/lib/components/Footer/HorizontalNavigation.js.map +1 -1
- package/mobile/lib/components/Footer/LinkList.d.ts +2 -2
- package/mobile/lib/components/Footer/LinkList.js.map +1 -1
- package/mobile/lib/components/Footer/SocialMedia.d.ts +2 -2
- package/mobile/lib/components/Footer/SocialMedia.js.map +1 -1
- package/mobile/lib/components/Footer/TextInformationLink.js +1 -1
- package/mobile/lib/components/Footer/TextInformationLink.js.map +1 -1
- package/mobile/lib/components/GalleryLayout/GalleryLayout.js +1 -22
- package/mobile/lib/components/GalleryLayout/GalleryLayout.js.map +1 -1
- package/mobile/lib/components/GalleryLayout/utils.d.ts +29 -0
- package/mobile/lib/components/GalleryLayout/utils.js +25 -0
- package/mobile/lib/components/GalleryLayout/utils.js.map +1 -0
- package/mobile/lib/components/Header/DropdownMenu.d.ts +2 -2
- package/mobile/lib/components/Header/DropdownMenu.js.map +1 -1
- package/mobile/lib/components/Header/HeaderChatBotButton.d.ts +2 -2
- package/mobile/lib/components/Header/HeaderChatBotButton.js.map +1 -1
- package/mobile/lib/components/Header/HeaderSecondaryMenu.d.ts +2 -2
- package/mobile/lib/components/Header/HeaderSecondaryMenu.js.map +1 -1
- package/mobile/lib/components/Header/HeaderSecondaryMenuButton.d.ts +3 -3
- package/mobile/lib/components/Header/HeaderSecondaryMenuButton.js.map +1 -1
- package/mobile/lib/components/Header/HeaderSubMenuItem.d.ts +2 -2
- package/mobile/lib/components/Header/HeaderSubMenuItem.js.map +1 -1
- package/mobile/lib/components/Header/HeaderTopMenu.d.ts +2 -2
- package/mobile/lib/components/Header/HeaderTopMenu.js +1 -1
- package/mobile/lib/components/Header/HeaderTopMenu.js.map +1 -1
- package/mobile/lib/components/Header/HeaderTopMenuItem.d.ts +2 -2
- package/mobile/lib/components/Header/HeaderTopMenuItem.js.map +1 -1
- package/mobile/lib/components/OfficesAtmsMap/AtmsMap.d.ts +2 -2
- package/mobile/lib/components/OfficesAtmsMap/AtmsMap.js.map +1 -1
- package/mobile/lib/components/OfficesAtmsMap/Badge.d.ts +2 -2
- package/mobile/lib/components/OfficesAtmsMap/Badge.js.map +1 -1
- package/mobile/lib/components/OfficesAtmsMap/CardCell.d.ts +3 -3
- package/mobile/lib/components/OfficesAtmsMap/CardCell.js.map +1 -1
- package/mobile/lib/components/OfficesAtmsMap/CardRow.d.ts +2 -4
- package/mobile/lib/components/OfficesAtmsMap/CardRow.js.map +1 -1
- package/mobile/lib/components/OfficesAtmsMap/OfficesAtmsMapLayout.d.ts +2 -2
- package/mobile/lib/components/OfficesAtmsMap/OfficesAtmsMapLayout.js.map +1 -1
- package/mobile/lib/components/OfficesAtmsMap/OfficesMap.d.ts +2 -4
- package/mobile/lib/components/OfficesAtmsMap/OfficesMap.js.map +1 -1
- package/mobile/lib/components/StickyBottomMenu/StickyBottomMenuDialog.d.ts +2 -2
- package/mobile/lib/components/StickyBottomMenu/StickyBottomMenuDialog.js.map +1 -1
- package/mobile/lib/components/TabsLayout/renderTabsLayout.d.ts +2 -2
- package/mobile/lib/components/TabsLayout/renderTabsLayout.js.map +1 -1
- package/mobile/lib/data/CommonData.d.ts +2 -2
- package/mobile/lib/hooks/useForm/useForm.d.ts +1 -1
- package/mobile/lib/model/CommonInputProps.d.ts +7 -0
- package/mobile/lib/model/CommonInputProps.js +2 -0
- package/mobile/lib/model/CommonInputProps.js.map +1 -0
- package/mobile/lib/model/ComponentType.d.ts +4 -0
- package/mobile/lib/model/ComponentType.js +2 -0
- package/mobile/lib/model/ComponentType.js.map +1 -0
- package/mobile/lib/{ui-kit → model}/ControlProps.js.map +1 -1
- package/mobile/lib/model/DefaultControlType.d.ts +5 -5
- package/mobile/lib/model/DisabledProps.d.ts +3 -0
- package/mobile/lib/model/DisabledProps.js +2 -0
- package/mobile/lib/model/DisabledProps.js.map +1 -0
- package/mobile/lib/model/Picture.d.ts +2 -2
- package/mobile/lib/model/PlaceholderProps.d.ts +3 -0
- package/mobile/lib/model/PlaceholderProps.js +2 -0
- package/mobile/lib/model/PlaceholderProps.js.map +1 -0
- package/mobile/lib/retail/components/CaptchaDialog/CaptchaDialog.js +1 -1
- package/mobile/lib/retail/components/CaptchaDialog/CaptchaDialog.js.map +1 -1
- package/mobile/lib/retail/components/DaDataInputControl/DaDataInputControl.js +4 -19
- package/mobile/lib/retail/components/DaDataInputControl/DaDataInputControl.js.map +1 -1
- package/mobile/lib/retail/components/DraftDialog/DraftDialog.js +1 -1
- package/mobile/lib/retail/components/DraftDialog/DraftDialog.js.map +1 -1
- package/mobile/lib/retail/components/Fields/RegionRetailField.js +8 -3
- package/mobile/lib/retail/components/Fields/RegionRetailField.js.map +1 -1
- package/mobile/lib/retail/components/Fields/SelectField.d.ts +4 -4
- package/mobile/lib/retail/components/Fields/SelectField.js.map +1 -1
- package/mobile/lib/retail/components/VerifyPhoneDialog/SubmitButton.d.ts +2 -2
- package/mobile/lib/retail/components/VerifyPhoneDialog/SubmitButton.js +1 -3
- package/mobile/lib/retail/components/VerifyPhoneDialog/SubmitButton.js.map +1 -1
- package/mobile/lib/retail/components/VerifyPhoneDialog/VerifyPhoneDialog.js +2 -2
- package/mobile/lib/retail/components/VerifyPhoneDialog/VerifyPhoneDialog.js.map +1 -1
- package/mobile/lib/retail/model/RetailFormContent.d.ts +2 -2
- package/mobile/lib/ui-kit/BaseProductTile/BaseProductTileContent.d.ts +2 -3
- package/mobile/lib/ui-kit/BaseTile/renderImageContainer.d.ts +2 -2
- package/mobile/lib/ui-kit/BaseTile/renderImageContainer.js.map +1 -1
- package/mobile/lib/ui-kit/BenefitItem/BenefitItem.d.ts +2 -2
- package/mobile/lib/ui-kit/BenefitItem/BenefitItem.js.map +1 -1
- package/mobile/lib/ui-kit/BenefitsList/BenefitsListProps.d.ts +2 -2
- package/mobile/lib/ui-kit/Button/Button.d.ts +3 -3
- package/mobile/lib/ui-kit/Button/Button.js.map +1 -1
- package/mobile/lib/ui-kit/Button/ButtonTitle.d.ts +2 -5
- package/mobile/lib/ui-kit/Button/ButtonTitle.js.map +1 -1
- package/mobile/lib/ui-kit/Calculator/CalculatorProps.d.ts +2 -2
- package/mobile/lib/ui-kit/Calculator/CalculatorStyle.js +1 -1
- package/mobile/lib/ui-kit/Calculator/CalculatorStyle.js.map +1 -1
- package/mobile/lib/ui-kit/Calculator/renderBinaryRadioButtonGroup.d.ts +5 -6
- package/mobile/lib/ui-kit/Calculator/renderBinaryRadioButtonGroup.js.map +1 -1
- package/mobile/lib/ui-kit/Checkbox/CheckboxProps.d.ts +2 -7
- package/mobile/lib/ui-kit/DatePicker/DatePicker.d.ts +4 -4
- package/mobile/lib/ui-kit/DatePicker/DatePicker.js.map +1 -1
- package/mobile/lib/ui-kit/DatePicker/DatePickerControl.d.ts +1 -1
- package/mobile/lib/ui-kit/DatePicker/DatePickerControl.js.map +1 -1
- package/mobile/lib/ui-kit/DatePicker/DatePickerInput.d.ts +3 -3
- package/mobile/lib/ui-kit/DatePicker/DatePickerInput.js.map +1 -1
- package/mobile/lib/ui-kit/DatePicker/renderDatePickerForm.d.ts +3 -4
- package/mobile/lib/ui-kit/DatePicker/renderDatePickerForm.js.map +1 -1
- package/mobile/lib/ui-kit/DatePicker/useDatePickerManager.d.ts +2 -3
- package/mobile/lib/ui-kit/DatePicker/useDatePickerManager.js.map +1 -1
- package/mobile/lib/ui-kit/DialogManager/CloseButton.d.ts +2 -2
- package/mobile/lib/ui-kit/DialogManager/CloseButton.js.map +1 -1
- package/mobile/lib/ui-kit/DialogManager/Dialog.d.ts +2 -2
- package/mobile/lib/ui-kit/DialogManager/Dialog.js.map +1 -1
- package/mobile/lib/ui-kit/Foldable/Foldable.d.ts +2 -2
- package/mobile/lib/ui-kit/Foldable/Foldable.js.map +1 -1
- package/mobile/lib/ui-kit/Foldable/FoldableSection.d.ts +2 -2
- package/mobile/lib/ui-kit/Foldable/FoldableSection.js.map +1 -1
- package/mobile/lib/ui-kit/FormField/getObjectValidator.js +1 -1
- package/mobile/lib/ui-kit/FormField/getObjectValidator.js.map +1 -1
- package/mobile/lib/ui-kit/Heading/HeadingProps.d.ts +2 -3
- package/mobile/lib/ui-kit/Icon/Icon.js.map +1 -1
- package/mobile/lib/ui-kit/Icon/IconProps.d.ts +2 -2
- package/mobile/lib/ui-kit/Img/ImgProps.d.ts +2 -2
- package/mobile/lib/ui-kit/InnerTable/InnerTableButton.d.ts +2 -2
- package/mobile/lib/ui-kit/InnerTable/InnerTableButton.js.map +1 -1
- package/mobile/lib/ui-kit/Input/InputControl.js +4 -20
- package/mobile/lib/ui-kit/Input/InputControl.js.map +1 -1
- package/mobile/lib/ui-kit/Input/InputProps.d.ts +4 -2
- package/mobile/lib/ui-kit/Input/InputWrapper.d.ts +8 -0
- package/mobile/lib/ui-kit/Input/InputWrapper.js +23 -0
- package/mobile/lib/ui-kit/Input/InputWrapper.js.map +1 -0
- package/mobile/lib/ui-kit/InputRange/InputRange.js +1 -1
- package/mobile/lib/ui-kit/InputRange/InputRange.js.map +1 -1
- package/mobile/lib/ui-kit/InputRange/InputRangeProps.d.ts +3 -3
- package/mobile/lib/ui-kit/InputRange/renderRangeWithTicks.d.ts +3 -4
- package/mobile/lib/ui-kit/InputRange/renderRangeWithTicks.js.map +1 -1
- package/mobile/lib/ui-kit/Link/Link.d.ts +2 -2
- package/mobile/lib/ui-kit/Link/Link.js.map +1 -1
- package/mobile/lib/ui-kit/LinkButton/ButtonInner.js +1 -1
- package/mobile/lib/ui-kit/LinkButton/ButtonInner.js.map +1 -1
- package/mobile/lib/ui-kit/LinkButton/GetButtonClassParams.d.ts +2 -2
- package/mobile/lib/ui-kit/LinkButton/LinkButtonProps.d.ts +4 -4
- package/mobile/lib/ui-kit/LinkButton/renderArrows.d.ts +3 -3
- package/mobile/lib/ui-kit/LinkButton/renderArrows.js.map +1 -1
- package/mobile/lib/ui-kit/LinkButton/renderButtonsSection.d.ts +2 -2
- package/mobile/lib/ui-kit/LinkButton/renderButtonsSection.js.map +1 -1
- package/mobile/lib/ui-kit/LinkWrapper/LinkWrapper.d.ts +2 -2
- package/mobile/lib/ui-kit/LinkWrapper/LinkWrapper.js.map +1 -1
- package/mobile/lib/ui-kit/ListControlProps.d.ts +1 -1
- package/mobile/lib/ui-kit/Loader/Loader.d.ts +1 -1
- package/mobile/lib/ui-kit/Loader/Loader.js.map +1 -1
- package/mobile/lib/ui-kit/LocationDialog/SearchBar.d.ts +2 -2
- package/mobile/lib/ui-kit/LocationDialog/SearchBar.js.map +1 -1
- package/mobile/lib/ui-kit/ProgressBar/ProgressBar.js +1 -1
- package/mobile/lib/ui-kit/Radio/RadioProps.d.ts +3 -4
- package/mobile/lib/ui-kit/RadioButtonGroup/RadioButtonGroup.d.ts +1 -2
- package/mobile/lib/ui-kit/RadioButtonGroup/RadioButtonGroup.js.map +1 -1
- package/mobile/lib/ui-kit/SVG.d.ts +2 -2
- package/mobile/lib/ui-kit/SearchBar/SearchBar.d.ts +2 -2
- package/mobile/lib/ui-kit/SearchBar/SearchBar.js.map +1 -1
- package/mobile/lib/ui-kit/SearchDialog/SearchInput.d.ts +4 -5
- package/mobile/lib/ui-kit/SearchDialog/SearchInput.js.map +1 -1
- package/mobile/lib/ui-kit/Select/Select.d.ts +1 -2
- package/mobile/lib/ui-kit/Select/Select.js.map +1 -1
- package/mobile/lib/ui-kit/Select/SelectPopup.d.ts +2 -3
- package/mobile/lib/ui-kit/Select/SelectPopup.js.map +1 -1
- package/mobile/lib/ui-kit/Shimmer/Shimmer.d.ts +2 -2
- package/mobile/lib/ui-kit/Shimmer/Shimmer.js.map +1 -1
- package/mobile/lib/ui-kit/Sitemap/Sitemap.js.map +1 -1
- package/mobile/lib/ui-kit/Sitemap/SitemapProps.d.ts +2 -2
- package/mobile/lib/ui-kit/SlideCheckbox/SlideCheckbox.d.ts +2 -3
- package/mobile/lib/ui-kit/SlideCheckbox/SlideCheckbox.js.map +1 -1
- package/mobile/lib/ui-kit/SlideCheckboxGroup/SlideCheckboxGroup.d.ts +1 -1
- package/mobile/lib/ui-kit/SwipeListControl/SwipeListContainer.d.ts +2 -2
- package/mobile/lib/ui-kit/SwipeListControl/SwipeListContainer.js.map +1 -1
- package/mobile/lib/ui-kit/SwipeListControl/SwipeListControl.d.ts +2 -2
- package/mobile/lib/ui-kit/SwipeListControl/SwipeListControl.js.map +1 -1
- package/mobile/lib/ui-kit/SwipeListControl/SwipeListDots.d.ts +2 -2
- package/mobile/lib/ui-kit/SwipeListControl/SwipeListDots.js.map +1 -1
- package/mobile/lib/ui-kit/SwipeListControl/SwipeListItem.d.ts +2 -2
- package/mobile/lib/ui-kit/SwipeListControl/SwipeListItem.js.map +1 -1
- package/mobile/lib/ui-kit/SwipeListControl/SwipeListScrollButtons.d.ts +2 -2
- package/mobile/lib/ui-kit/SwipeListControl/SwipeListScrollButtons.js.map +1 -1
- package/mobile/lib/ui-kit/TabsControl/TabsControlProps.d.ts +2 -2
- package/mobile/lib/ui-kit/Tags/Tags.d.ts +2 -2
- package/mobile/lib/ui-kit/Tags/Tags.js.map +1 -1
- package/mobile/lib/ui-kit/TimerCircle/Timer.d.ts +2 -2
- package/mobile/lib/ui-kit/TopItem/TopItem.d.ts +2 -2
- package/mobile/lib/ui-kit/TopItem/TopItem.js.map +1 -1
- package/mobile/lib/ui-kit/YandexMap/YandexMap.d.ts +2 -2
- package/mobile/lib/ui-kit/YandexMap/YandexMap.js.map +1 -1
- package/mobile/lib/utils/isCyrilic.js +1 -1
- package/mobile/lib/utils/isCyrilic.js.map +1 -1
- package/mobile/src/UniBlock/UniBlockProps.ts +2 -2
- package/mobile/src/components/ApplicationLeadForm/ApplicationLeadForm.tsx +1 -1
- package/mobile/src/components/ApplicationLeadForm/EsiaLoginBanner.tsx +12 -7
- package/mobile/src/components/ApplicationLeadForm/parseEsiaProfile.ts +5 -13
- package/mobile/src/components/BenefitsBlock/BenefitsBlock.tsx +1 -1
- package/mobile/src/components/Blocks.ts +0 -8
- package/mobile/src/components/CalculatorBonus/CalculatorBonus.tsx +0 -1
- package/mobile/src/components/CalculatorBusinessDeposit/CalculatorBusinessDeposit.tsx +3 -3
- package/mobile/src/components/CalculatorCredit/CalculatorCredit.tsx +0 -1
- package/mobile/src/components/CalculatorDeposit/CalculatorDeposit.tsx +0 -1
- package/mobile/src/components/CalculatorDeposit/renderDepositResult.tsx +0 -1
- package/mobile/src/components/CalculatorRefinancing/CalculatorRefinancing.tsx +1 -4
- package/mobile/src/components/CardTransfer/CardTransfer.tsx +5 -18
- package/mobile/src/components/CardTransfer/SubmitFailedDialog.tsx +2 -2
- package/mobile/src/components/Carousel/renderCardHighlight.tsx +2 -3
- package/mobile/src/components/Carousel/renderCarouselCards.tsx +2 -6
- package/mobile/src/components/ContentPage/ContentPage.tsx +2 -2
- package/mobile/src/components/Footer/Contacts.tsx +2 -2
- package/mobile/src/components/Footer/FooterLink.ts +2 -2
- package/mobile/src/components/Footer/HorizontalNavigation.tsx +1 -1
- package/mobile/src/components/Footer/LinkList.tsx +2 -2
- package/mobile/src/components/Footer/SocialMedia.tsx +2 -2
- package/mobile/src/components/Footer/TextInformationLink.tsx +1 -1
- package/mobile/src/components/GalleryLayout/GalleryLayout.tsx +1 -32
- package/mobile/src/components/GalleryLayout/utils.ts +35 -0
- package/mobile/src/components/Header/DropdownMenu.tsx +2 -2
- package/mobile/src/components/Header/HeaderChatBotButton.tsx +2 -2
- package/mobile/src/components/Header/HeaderSecondaryMenu.tsx +3 -2
- package/mobile/src/components/Header/HeaderSecondaryMenuButton.tsx +7 -3
- package/mobile/src/components/Header/HeaderSubMenuItem.tsx +2 -2
- package/mobile/src/components/Header/HeaderTopMenu.tsx +3 -7
- package/mobile/src/components/Header/HeaderTopMenuItem.tsx +2 -2
- package/mobile/src/components/OfficesAtmsMap/AtmsMap.tsx +2 -2
- package/mobile/src/components/OfficesAtmsMap/Badge.tsx +2 -2
- package/mobile/src/components/OfficesAtmsMap/CardCell.tsx +3 -3
- package/mobile/src/components/OfficesAtmsMap/CardRow.tsx +2 -5
- package/mobile/src/components/OfficesAtmsMap/OfficesAtmsMapLayout.tsx +2 -2
- package/mobile/src/components/OfficesAtmsMap/OfficesMap.tsx +2 -5
- package/mobile/src/components/StickyBottomMenu/StickyBottomMenuDialog.tsx +2 -2
- package/mobile/src/components/TabsLayout/renderTabsLayout.tsx +2 -2
- package/mobile/src/data/CommonData.ts +2 -1
- package/mobile/src/hooks/useForm/useForm.ts +1 -1
- package/mobile/src/model/CommonInputProps.ts +12 -0
- package/mobile/src/model/ComponentType.ts +4 -0
- package/mobile/src/model/DefaultControlType.ts +10 -5
- package/mobile/src/model/DisabledProps.ts +3 -0
- package/mobile/src/model/Picture.ts +2 -2
- package/mobile/src/model/PlaceholderProps.ts +3 -0
- package/mobile/src/retail/components/CaptchaDialog/CaptchaDialog.tsx +4 -4
- package/mobile/src/retail/components/DaDataInputControl/DaDataInputControl.tsx +11 -57
- package/mobile/src/retail/components/DraftDialog/DraftDialog.tsx +1 -1
- package/mobile/src/retail/components/Fields/RegionRetailField.tsx +12 -3
- package/mobile/src/retail/components/Fields/SelectField.tsx +9 -4
- package/mobile/src/retail/components/VerifyPhoneDialog/SubmitButton.tsx +7 -9
- package/mobile/src/retail/components/VerifyPhoneDialog/VerifyPhoneDialog.tsx +3 -3
- package/mobile/src/retail/model/RetailFormContent.ts +3 -2
- package/mobile/src/ui-kit/BaseProductTile/BaseProductTileContent.ts +2 -3
- package/mobile/src/ui-kit/BaseTile/renderImageContainer.tsx +2 -1
- package/mobile/src/ui-kit/BenefitItem/BenefitItem.tsx +5 -4
- package/mobile/src/ui-kit/BenefitsList/BenefitsListProps.ts +2 -2
- package/mobile/src/ui-kit/Button/Button.tsx +3 -3
- package/mobile/src/ui-kit/Button/ButtonTitle.tsx +2 -5
- package/mobile/src/ui-kit/Calculator/CalculatorProps.ts +2 -2
- package/mobile/src/ui-kit/Calculator/CalculatorStyle.tsx +1 -1
- package/mobile/src/ui-kit/Calculator/renderBinaryRadioButtonGroup.tsx +9 -6
- package/mobile/src/ui-kit/Checkbox/CheckboxProps.ts +3 -7
- package/mobile/src/ui-kit/DatePicker/DatePicker.tsx +4 -4
- package/mobile/src/ui-kit/DatePicker/DatePickerControl.tsx +1 -1
- package/mobile/src/ui-kit/DatePicker/DatePickerInput.tsx +3 -3
- package/mobile/src/ui-kit/DatePicker/renderDatePickerForm.tsx +9 -9
- package/mobile/src/ui-kit/DatePicker/useDatePickerManager.ts +3 -6
- package/mobile/src/ui-kit/DialogManager/CloseButton.tsx +2 -2
- package/mobile/src/ui-kit/DialogManager/Dialog.tsx +2 -2
- package/mobile/src/ui-kit/Foldable/Foldable.tsx +2 -3
- package/mobile/src/ui-kit/Foldable/FoldableSection.tsx +2 -2
- package/mobile/src/ui-kit/FormField/getObjectValidator.tsx +1 -1
- package/mobile/src/ui-kit/Heading/HeadingProps.ts +2 -4
- package/mobile/src/ui-kit/Icon/Icon.tsx +2 -1
- package/mobile/src/ui-kit/Icon/IconProps.ts +7 -6
- package/mobile/src/ui-kit/Img/ImgProps.ts +2 -2
- package/mobile/src/ui-kit/InnerTable/InnerTableButton.tsx +3 -2
- package/mobile/src/ui-kit/Input/InputControl.tsx +5 -68
- package/mobile/src/ui-kit/Input/InputProps.ts +2 -2
- package/mobile/src/ui-kit/Input/InputWrapper.tsx +78 -0
- package/mobile/src/ui-kit/InputRange/InputRange.tsx +1 -1
- package/mobile/src/ui-kit/InputRange/InputRangeProps.ts +3 -3
- package/mobile/src/ui-kit/InputRange/renderRangeWithTicks.tsx +3 -4
- package/mobile/src/ui-kit/Link/Link.tsx +2 -2
- package/mobile/src/ui-kit/LinkButton/ButtonInner.tsx +1 -1
- package/mobile/src/ui-kit/LinkButton/GetButtonClassParams.ts +2 -2
- package/mobile/src/ui-kit/LinkButton/LinkButtonProps.ts +4 -4
- package/mobile/src/ui-kit/LinkButton/renderArrows.tsx +10 -9
- package/mobile/src/ui-kit/LinkButton/renderButtonsSection.tsx +2 -2
- package/mobile/src/ui-kit/LinkWrapper/LinkWrapper.tsx +2 -2
- package/mobile/src/ui-kit/ListControlProps.ts +1 -1
- package/mobile/src/ui-kit/Loader/Loader.tsx +1 -1
- package/mobile/src/ui-kit/LocationDialog/SearchBar.tsx +2 -2
- package/mobile/src/ui-kit/ProgressBar/ProgressBar.tsx +1 -1
- package/mobile/src/ui-kit/Radio/RadioProps.ts +4 -4
- package/mobile/src/ui-kit/RadioButtonGroup/RadioButtonGroup.tsx +1 -2
- package/mobile/src/ui-kit/SVG.tsx +2 -2
- package/mobile/src/ui-kit/SearchBar/SearchBar.tsx +2 -2
- package/mobile/src/ui-kit/SearchDialog/SearchInput.tsx +4 -5
- package/mobile/src/ui-kit/Select/Select.tsx +1 -2
- package/mobile/src/ui-kit/Select/SelectPopup.tsx +2 -3
- package/mobile/src/ui-kit/Shimmer/Shimmer.tsx +2 -2
- package/mobile/src/ui-kit/Sitemap/Sitemap.tsx +2 -1
- package/mobile/src/ui-kit/Sitemap/SitemapProps.ts +2 -2
- package/mobile/src/ui-kit/SlideCheckbox/SlideCheckbox.tsx +5 -5
- package/mobile/src/ui-kit/SlideCheckboxGroup/SlideCheckboxGroup.tsx +1 -1
- package/mobile/src/ui-kit/SwipeListControl/SwipeListContainer.tsx +2 -2
- package/mobile/src/ui-kit/SwipeListControl/SwipeListControl.tsx +2 -2
- package/mobile/src/ui-kit/SwipeListControl/SwipeListDots.tsx +3 -2
- package/mobile/src/ui-kit/SwipeListControl/SwipeListItem.tsx +2 -2
- package/mobile/src/ui-kit/SwipeListControl/SwipeListScrollButtons.tsx +2 -2
- package/mobile/src/ui-kit/TabsControl/TabsControlProps.ts +2 -2
- package/mobile/src/ui-kit/Tags/Tags.tsx +2 -3
- package/mobile/src/ui-kit/TimerCircle/Timer.tsx +2 -2
- package/mobile/src/ui-kit/TopItem/TopItem.tsx +2 -2
- package/mobile/src/ui-kit/YandexMap/YandexMap.tsx +2 -2
- package/mobile/src/utils/isCyrilic.ts +1 -1
- package/package.json +2 -2
- package/src/UniBlock/UniBlockProps.ts +2 -2
- package/src/components/ApplicationLeadForm/ApplicationLeadForm.tsx +1 -1
- package/src/components/ApplicationLeadForm/EsiaLoginBanner.tsx +12 -7
- package/src/components/ApplicationLeadForm/parseEsiaProfile.ts +5 -13
- package/src/components/BenefitsBlock/BenefitsBlock.tsx +1 -1
- package/src/components/Blocks.mobile.ts +0 -8
- package/src/components/Blocks.ts +0 -10
- package/src/components/CalculatorBonus/CalculatorBonus.tsx +0 -1
- package/src/components/CalculatorBusinessDeposit/CalculatorBusinessDeposit.tsx +3 -3
- package/src/components/CalculatorCredit/CalculatorCredit.tsx +0 -1
- package/src/components/CalculatorDeposit/CalculatorDeposit.tsx +0 -1
- package/src/components/CalculatorDeposit/renderDepositResult.tsx +0 -1
- package/src/components/CalculatorRefinancing/CalculatorRefinancing.tsx +1 -4
- package/src/components/CardTransfer/CardTransfer.tsx +5 -18
- package/src/components/CardTransfer/SubmitFailedDialog.tsx +2 -2
- package/src/components/Carousel/Carousel.fixture.mobile.tsx +0 -16
- package/src/components/Carousel/Carousel.fixture.tsx +0 -35
- package/src/components/Carousel/renderCardHighlight.tsx +2 -3
- package/src/components/Carousel/renderCarouselCards.tsx +2 -6
- package/src/components/ContentPage/ContentPage.tsx +2 -2
- package/src/components/Footer/Contacts.tsx +2 -2
- package/src/components/Footer/FooterLink.ts +2 -2
- package/src/components/Footer/HorizontalNavigation.tsx +1 -1
- package/src/components/Footer/LinkList.tsx +2 -2
- package/src/components/Footer/SocialMedia.tsx +2 -2
- package/src/components/Footer/TextInformationLink.tsx +1 -1
- package/src/components/GalleryLayout/GalleryLayout.tsx +1 -32
- package/src/components/GalleryLayout/utils.ts +35 -0
- package/src/components/Header/DropdownMenu.tsx +2 -2
- package/src/components/Header/HeaderChatBotButton.tsx +2 -2
- package/src/components/Header/HeaderSecondaryMenu.tsx +3 -2
- package/src/components/Header/HeaderSecondaryMenuButton.tsx +7 -3
- package/src/components/Header/HeaderSubMenuItem.tsx +2 -2
- package/src/components/Header/HeaderTopMenu.tsx +3 -7
- package/src/components/Header/HeaderTopMenuItem.tsx +2 -2
- package/src/components/OfficesAtmsMap/AtmsMap.tsx +2 -2
- package/src/components/OfficesAtmsMap/Badge.tsx +2 -2
- package/src/components/OfficesAtmsMap/CardCell.tsx +3 -3
- package/src/components/OfficesAtmsMap/CardRow.tsx +2 -5
- package/src/components/OfficesAtmsMap/OfficesAtmsMapLayout.tsx +2 -2
- package/src/components/OfficesAtmsMap/OfficesMap.tsx +2 -5
- package/src/components/StickyBottomMenu/StickyBottomMenuDialog.tsx +2 -2
- package/src/components/TabsLayout/renderTabsLayout.tsx +2 -2
- package/src/data/CommonData.ts +2 -1
- package/src/hooks/useForm/useForm.ts +1 -1
- package/src/model/CommonInputProps.ts +12 -0
- package/src/model/ComponentType.ts +4 -0
- package/src/model/DefaultControlType.ts +10 -5
- package/src/model/DisabledProps.ts +3 -0
- package/src/model/Picture.ts +2 -2
- package/src/model/PlaceholderProps.ts +3 -0
- package/src/retail/components/CaptchaDialog/CaptchaDialog.tsx +4 -4
- package/src/retail/components/DaDataInputControl/DaDataInputControl.tsx +11 -57
- package/src/retail/components/DraftDialog/DraftDialog.tsx +1 -1
- package/src/retail/components/Fields/RegionRetailField.tsx +12 -3
- package/src/retail/components/Fields/SelectField.tsx +9 -4
- package/src/retail/components/VerifyPhoneDialog/SubmitButton.tsx +7 -9
- package/src/retail/components/VerifyPhoneDialog/VerifyPhoneDialog.tsx +3 -3
- package/src/retail/model/RetailFormContent.ts +3 -2
- package/src/ui-kit/BaseProductTile/BaseProductTileContent.ts +2 -3
- package/src/ui-kit/BaseTile/renderImageContainer.tsx +2 -1
- package/src/ui-kit/BenefitItem/BenefitItem.tsx +5 -4
- package/src/ui-kit/BenefitsList/BenefitsListProps.ts +2 -2
- package/src/ui-kit/Button/Button.tsx +3 -3
- package/src/ui-kit/Button/ButtonTitle.tsx +2 -5
- package/src/ui-kit/Calculator/CalculatorProps.ts +2 -2
- package/src/ui-kit/Calculator/CalculatorStyle.tsx +1 -1
- package/src/ui-kit/Calculator/renderBinaryRadioButtonGroup.tsx +9 -6
- package/src/ui-kit/Checkbox/CheckboxProps.ts +3 -7
- package/src/ui-kit/DatePicker/DatePicker.tsx +4 -4
- package/src/ui-kit/DatePicker/DatePickerControl.tsx +1 -1
- package/src/ui-kit/DatePicker/DatePickerInput.tsx +3 -3
- package/src/ui-kit/DatePicker/renderDatePickerForm.tsx +9 -9
- package/src/ui-kit/DatePicker/useDatePickerManager.ts +3 -6
- package/src/ui-kit/DialogManager/CloseButton.tsx +2 -2
- package/src/ui-kit/DialogManager/Dialog.tsx +2 -2
- package/src/ui-kit/Foldable/Foldable.tsx +2 -3
- package/src/ui-kit/Foldable/FoldableSection.tsx +2 -2
- package/src/ui-kit/FormField/getObjectValidator.tsx +1 -1
- package/src/ui-kit/Heading/HeadingProps.ts +2 -4
- package/src/ui-kit/Icon/Icon.tsx +2 -1
- package/src/ui-kit/Icon/IconProps.ts +7 -6
- package/src/ui-kit/Img/ImgProps.ts +2 -2
- package/src/ui-kit/InnerTable/InnerTableButton.tsx +3 -2
- package/src/ui-kit/Input/InputControl.tsx +5 -68
- package/src/ui-kit/Input/InputProps.ts +2 -2
- package/src/ui-kit/Input/InputWrapper.tsx +78 -0
- package/src/ui-kit/InputRange/InputRange.tsx +1 -1
- package/src/ui-kit/InputRange/InputRangeProps.ts +3 -3
- package/src/ui-kit/InputRange/renderRangeWithTicks.tsx +3 -4
- package/src/ui-kit/Link/Link.tsx +2 -2
- package/src/ui-kit/LinkButton/ButtonInner.tsx +1 -1
- package/src/ui-kit/LinkButton/GetButtonClassParams.ts +2 -2
- package/src/ui-kit/LinkButton/LinkButtonProps.ts +4 -4
- package/src/ui-kit/LinkButton/renderArrows.tsx +10 -9
- package/src/ui-kit/LinkButton/renderButtonsSection.tsx +2 -2
- package/src/ui-kit/LinkWrapper/LinkWrapper.tsx +2 -2
- package/src/ui-kit/ListControlProps.ts +1 -1
- package/src/ui-kit/Loader/Loader.tsx +1 -1
- package/src/ui-kit/LocationDialog/SearchBar.tsx +2 -2
- package/src/ui-kit/ProgressBar/ProgressBar.fixture.tsx +4 -1
- package/src/ui-kit/ProgressBar/ProgressBar.tsx +1 -1
- package/src/ui-kit/Radio/RadioProps.ts +4 -4
- package/src/ui-kit/RadioButtonGroup/RadioButtonGroup.tsx +1 -2
- package/src/ui-kit/SVG.tsx +2 -2
- package/src/ui-kit/SearchBar/SearchBar.tsx +2 -2
- package/src/ui-kit/SearchDialog/SearchInput.tsx +4 -5
- package/src/ui-kit/Select/Select.tsx +1 -2
- package/src/ui-kit/Select/SelectPopup.tsx +2 -3
- package/src/ui-kit/Shimmer/Shimmer.tsx +2 -2
- package/src/ui-kit/Sitemap/Sitemap.mobile.tsx +2 -1
- package/src/ui-kit/Sitemap/SitemapProps.ts +2 -2
- package/src/ui-kit/SlideCheckbox/SlideCheckbox.tsx +5 -5
- package/src/ui-kit/SlideCheckboxGroup/SlideCheckboxGroup.tsx +1 -1
- package/src/ui-kit/SwipeListControl/SwipeListContainer.tsx +2 -2
- package/src/ui-kit/SwipeListControl/SwipeListControl.tsx +2 -2
- package/src/ui-kit/SwipeListControl/SwipeListDots.tsx +3 -2
- package/src/ui-kit/SwipeListControl/SwipeListItem.tsx +2 -2
- package/src/ui-kit/SwipeListControl/SwipeListScrollButtons.tsx +2 -2
- package/src/ui-kit/TabsControl/TabsControlProps.ts +2 -2
- package/src/ui-kit/Tags/Tags.tsx +2 -3
- package/src/ui-kit/TimerCircle/Timer.tsx +2 -2
- package/src/ui-kit/TopItem/TopItem.tsx +2 -2
- package/src/ui-kit/YandexMap/YandexMap.tsx +2 -2
- package/src/utils/isCyrilic.ts +1 -1
- package/bundle/components/CarouselCard/CarouselCard.d.ts +0 -5
- package/bundle/components/CarouselCard/CarouselCardContent.d.ts +0 -11
- package/bundle/components/CarouselCard/constants.d.ts +0 -2
- package/bundle/components/CarouselCard/titleSize.d.ts +0 -1
- package/bundle/components/CarouselCard/titleSize.mobile.d.ts +0 -1
- package/bundle/components/CarouselLinks/CarouselLinkButton.d.ts +0 -5
- package/bundle/components/CarouselLinks/CarouselLinks.d.ts +0 -6
- package/bundle/components/CarouselLinks/CarouselLinksContent.d.ts +0 -15
- package/bundle/components/Depository/Depository.d.ts +0 -11
- package/bundle/components/Depository/DepositoryContent.d.ts +0 -5
- package/bundle/components/Depository/DepositoryFilter.d.ts +0 -9
- package/bundle/components/Depository/DepositoryItem.d.ts +0 -2
- package/bundle/components/Depository/useDepository.d.ts +0 -15
- package/bundle/components/ExchangeRateTile/CurrencyProps.d.ts +0 -6
- package/bundle/components/ExchangeRateTile/CurrencyTable.d.ts +0 -7
- package/bundle/components/ExchangeRateTile/CurrentLocation.d.ts +0 -6
- package/bundle/components/ExchangeRateTile/ExchangeCurrencyCalculator.d.ts +0 -24
- package/bundle/components/ExchangeRateTile/ExchangeRateTile.d.ts +0 -5
- package/bundle/components/ExchangeRateTile/ExchangeRateTileContent.d.ts +0 -9
- package/bundle/components/ExchangeRateTile/calculateResult.d.ts +0 -2
- package/bundle/components/ExchangeRateTile/callbackCurrencySelect.d.ts +0 -8
- package/bundle/components/ExchangeRateTile/formatCurrency.d.ts +0 -1
- package/bundle/components/ExchangeRateTile/renderInput.d.ts +0 -12
- package/bundle/components/ExchangeRateTile/useFetchExchangeRateData.d.ts +0 -9
- package/bundle/components/InsuranceAmountBlock/InsuranceAmountBlock.d.ts +0 -5
- package/bundle/components/InsuranceAmountBlock/InsuranceAmountBlockContent.d.ts +0 -31
- package/bundle/components/InsuranceAmountBlock/InsuranceAmountBlockInner.d.ts +0 -7
- package/bundle/ui-kit/ControlStateProps.d.ts +0 -3
- package/bundle/ui-kit/Rating/Rating.d.ts +0 -1
- package/bundle/ui-kit/Unit/Unit.d.ts +0 -2
- package/bundle/ui-kit/Unit/UnitProps.d.ts +0 -8
- package/dist/components/CarouselCard/CarouselCard.d.ts +0 -5
- package/dist/components/CarouselCard/CarouselCard.js +0 -16
- package/dist/components/CarouselCard/CarouselCard.js.map +0 -1
- package/dist/components/CarouselCard/CarouselCardContent.d.ts +0 -11
- package/dist/components/CarouselCard/CarouselCardContent.js +0 -2
- package/dist/components/CarouselCard/CarouselCardContent.js.map +0 -1
- package/dist/components/CarouselCard/constants.d.ts +0 -2
- package/dist/components/CarouselCard/constants.js +0 -7
- package/dist/components/CarouselCard/constants.js.map +0 -1
- package/dist/components/CarouselCard/titleSize.d.ts +0 -1
- package/dist/components/CarouselCard/titleSize.js +0 -4
- package/dist/components/CarouselCard/titleSize.js.map +0 -1
- package/dist/components/CarouselCard/titleSize.mobile.d.ts +0 -1
- package/dist/components/CarouselCard/titleSize.mobile.js +0 -4
- package/dist/components/CarouselCard/titleSize.mobile.js.map +0 -1
- package/dist/components/CarouselLinks/CarouselLinkButton.d.ts +0 -5
- package/dist/components/CarouselLinks/CarouselLinkButton.js +0 -17
- package/dist/components/CarouselLinks/CarouselLinkButton.js.map +0 -1
- package/dist/components/CarouselLinks/CarouselLinks.d.ts +0 -6
- package/dist/components/CarouselLinks/CarouselLinks.js +0 -11
- package/dist/components/CarouselLinks/CarouselLinks.js.map +0 -1
- package/dist/components/CarouselLinks/CarouselLinksContent.d.ts +0 -15
- package/dist/components/CarouselLinks/CarouselLinksContent.js +0 -2
- package/dist/components/CarouselLinks/CarouselLinksContent.js.map +0 -1
- package/dist/components/Depository/Depository.d.ts +0 -11
- package/dist/components/Depository/Depository.js +0 -42
- package/dist/components/Depository/Depository.js.map +0 -1
- package/dist/components/Depository/DepositoryContent.d.ts +0 -5
- package/dist/components/Depository/DepositoryContent.js +0 -2
- package/dist/components/Depository/DepositoryContent.js.map +0 -1
- package/dist/components/Depository/DepositoryFilter.d.ts +0 -9
- package/dist/components/Depository/DepositoryFilter.js +0 -9
- package/dist/components/Depository/DepositoryFilter.js.map +0 -1
- package/dist/components/Depository/DepositoryItem.d.ts +0 -2
- package/dist/components/Depository/DepositoryItem.js +0 -15
- package/dist/components/Depository/DepositoryItem.js.map +0 -1
- package/dist/components/Depository/useDepository.d.ts +0 -15
- package/dist/components/Depository/useDepository.js +0 -22
- package/dist/components/Depository/useDepository.js.map +0 -1
- package/dist/components/ExchangeRateTile/CurrencyProps.d.ts +0 -6
- package/dist/components/ExchangeRateTile/CurrencyProps.js +0 -10
- package/dist/components/ExchangeRateTile/CurrencyProps.js.map +0 -1
- package/dist/components/ExchangeRateTile/CurrencyTable.d.ts +0 -7
- package/dist/components/ExchangeRateTile/CurrencyTable.js +0 -23
- package/dist/components/ExchangeRateTile/CurrencyTable.js.map +0 -1
- package/dist/components/ExchangeRateTile/CurrentLocation.d.ts +0 -6
- package/dist/components/ExchangeRateTile/CurrentLocation.js +0 -10
- package/dist/components/ExchangeRateTile/CurrentLocation.js.map +0 -1
- package/dist/components/ExchangeRateTile/ExchangeCurrencyCalculator.d.ts +0 -24
- package/dist/components/ExchangeRateTile/ExchangeCurrencyCalculator.js +0 -73
- package/dist/components/ExchangeRateTile/ExchangeCurrencyCalculator.js.map +0 -1
- package/dist/components/ExchangeRateTile/ExchangeRateTile.d.ts +0 -5
- package/dist/components/ExchangeRateTile/ExchangeRateTile.js +0 -26
- package/dist/components/ExchangeRateTile/ExchangeRateTile.js.map +0 -1
- package/dist/components/ExchangeRateTile/ExchangeRateTileContent.d.ts +0 -9
- package/dist/components/ExchangeRateTile/ExchangeRateTileContent.js +0 -2
- package/dist/components/ExchangeRateTile/ExchangeRateTileContent.js.map +0 -1
- package/dist/components/ExchangeRateTile/calculateResult.d.ts +0 -2
- package/dist/components/ExchangeRateTile/calculateResult.js +0 -11
- package/dist/components/ExchangeRateTile/calculateResult.js.map +0 -1
- package/dist/components/ExchangeRateTile/callbackCurrencySelect.d.ts +0 -8
- package/dist/components/ExchangeRateTile/callbackCurrencySelect.js +0 -21
- package/dist/components/ExchangeRateTile/callbackCurrencySelect.js.map +0 -1
- package/dist/components/ExchangeRateTile/formatCurrency.d.ts +0 -1
- package/dist/components/ExchangeRateTile/formatCurrency.js +0 -10
- package/dist/components/ExchangeRateTile/formatCurrency.js.map +0 -1
- package/dist/components/ExchangeRateTile/renderInput.d.ts +0 -12
- package/dist/components/ExchangeRateTile/renderInput.js +0 -16
- package/dist/components/ExchangeRateTile/renderInput.js.map +0 -1
- package/dist/components/ExchangeRateTile/useFetchExchangeRateData.d.ts +0 -9
- package/dist/components/ExchangeRateTile/useFetchExchangeRateData.js +0 -13
- package/dist/components/ExchangeRateTile/useFetchExchangeRateData.js.map +0 -1
- package/dist/components/InsuranceAmountBlock/InsuranceAmountBlock.d.ts +0 -5
- package/dist/components/InsuranceAmountBlock/InsuranceAmountBlock.js +0 -33
- package/dist/components/InsuranceAmountBlock/InsuranceAmountBlock.js.map +0 -1
- package/dist/components/InsuranceAmountBlock/InsuranceAmountBlockContent.d.ts +0 -31
- package/dist/components/InsuranceAmountBlock/InsuranceAmountBlockContent.js +0 -2
- package/dist/components/InsuranceAmountBlock/InsuranceAmountBlockContent.js.map +0 -1
- package/dist/components/InsuranceAmountBlock/InsuranceAmountBlockInner.d.ts +0 -7
- package/dist/components/InsuranceAmountBlock/InsuranceAmountBlockInner.js +0 -58
- package/dist/components/InsuranceAmountBlock/InsuranceAmountBlockInner.js.map +0 -1
- package/dist/ui-kit/ControlStateProps.d.ts +0 -3
- package/dist/ui-kit/ControlStateProps.js +0 -2
- package/dist/ui-kit/ControlStateProps.js.map +0 -1
- package/dist/ui-kit/Rating/Rating.d.ts +0 -1
- package/dist/ui-kit/Rating/Rating.js +0 -21
- package/dist/ui-kit/Rating/Rating.js.map +0 -1
- package/dist/ui-kit/Unit/Unit.d.ts +0 -2
- package/dist/ui-kit/Unit/Unit.js +0 -9
- package/dist/ui-kit/Unit/Unit.js.map +0 -1
- package/dist/ui-kit/Unit/UnitProps.d.ts +0 -8
- package/dist/ui-kit/Unit/UnitProps.js.map +0 -1
- package/lib/components/CarouselCard/CarouselCard.d.ts +0 -5
- package/lib/components/CarouselCard/CarouselCard.fixture.d.ts +0 -11
- package/lib/components/CarouselCard/CarouselCard.fixture.mobile.d.ts +0 -7
- package/lib/components/CarouselCard/CarouselCard.js +0 -14
- package/lib/components/CarouselCard/CarouselCard.js.map +0 -1
- package/lib/components/CarouselCard/CarouselCardContent.d.ts +0 -11
- package/lib/components/CarouselCard/CarouselCardContent.js +0 -2
- package/lib/components/CarouselCard/CarouselCardContent.js.map +0 -1
- package/lib/components/CarouselCard/constants.d.ts +0 -2
- package/lib/components/CarouselCard/constants.js +0 -5
- package/lib/components/CarouselCard/constants.js.map +0 -1
- package/lib/components/CarouselCard/titleSize.d.ts +0 -1
- package/lib/components/CarouselCard/titleSize.js +0 -2
- package/lib/components/CarouselCard/titleSize.js.map +0 -1
- package/lib/components/CarouselCard/titleSize.mobile.d.ts +0 -1
- package/lib/components/CarouselCard/titleSize.mobile.js +0 -2
- package/lib/components/CarouselCard/titleSize.mobile.js.map +0 -1
- package/lib/components/CarouselLinks/CarouselLinkButton.d.ts +0 -5
- package/lib/components/CarouselLinks/CarouselLinkButton.js +0 -15
- package/lib/components/CarouselLinks/CarouselLinkButton.js.map +0 -1
- package/lib/components/CarouselLinks/CarouselLinks.d.ts +0 -6
- package/lib/components/CarouselLinks/CarouselLinks.fixture.d.ts +0 -5
- package/lib/components/CarouselLinks/CarouselLinks.fixture.mobile.d.ts +0 -5
- package/lib/components/CarouselLinks/CarouselLinks.js +0 -9
- package/lib/components/CarouselLinks/CarouselLinks.js.map +0 -1
- package/lib/components/CarouselLinks/CarouselLinksContent.d.ts +0 -15
- package/lib/components/CarouselLinks/CarouselLinksContent.js +0 -2
- package/lib/components/CarouselLinks/CarouselLinksContent.js.map +0 -1
- package/lib/components/Depository/Depository.d.ts +0 -11
- package/lib/components/Depository/Depository.fixture.d.ts +0 -5
- package/lib/components/Depository/Depository.fixture.mobile.d.ts +0 -5
- package/lib/components/Depository/Depository.js +0 -40
- package/lib/components/Depository/Depository.js.map +0 -1
- package/lib/components/Depository/DepositoryContent.d.ts +0 -5
- package/lib/components/Depository/DepositoryContent.js +0 -2
- package/lib/components/Depository/DepositoryContent.js.map +0 -1
- package/lib/components/Depository/DepositoryFilter.d.ts +0 -9
- package/lib/components/Depository/DepositoryFilter.js +0 -7
- package/lib/components/Depository/DepositoryFilter.js.map +0 -1
- package/lib/components/Depository/DepositoryItem.d.ts +0 -2
- package/lib/components/Depository/DepositoryItem.js +0 -13
- package/lib/components/Depository/DepositoryItem.js.map +0 -1
- package/lib/components/Depository/useDepository.d.ts +0 -15
- package/lib/components/Depository/useDepository.js +0 -19
- package/lib/components/Depository/useDepository.js.map +0 -1
- package/lib/components/ExchangeRateTile/CurrencyProps.d.ts +0 -6
- package/lib/components/ExchangeRateTile/CurrencyProps.js +0 -8
- package/lib/components/ExchangeRateTile/CurrencyProps.js.map +0 -1
- package/lib/components/ExchangeRateTile/CurrencyTable.d.ts +0 -7
- package/lib/components/ExchangeRateTile/CurrencyTable.js +0 -21
- package/lib/components/ExchangeRateTile/CurrencyTable.js.map +0 -1
- package/lib/components/ExchangeRateTile/CurrentLocation.d.ts +0 -6
- package/lib/components/ExchangeRateTile/CurrentLocation.js +0 -8
- package/lib/components/ExchangeRateTile/CurrentLocation.js.map +0 -1
- package/lib/components/ExchangeRateTile/ExchangeCurrencyCalculator.d.ts +0 -24
- package/lib/components/ExchangeRateTile/ExchangeCurrencyCalculator.js +0 -71
- package/lib/components/ExchangeRateTile/ExchangeCurrencyCalculator.js.map +0 -1
- package/lib/components/ExchangeRateTile/ExchangeRateTile.d.ts +0 -5
- package/lib/components/ExchangeRateTile/ExchangeRateTile.fixture.d.ts +0 -5
- package/lib/components/ExchangeRateTile/ExchangeRateTile.fixture.mobile.d.ts +0 -5
- package/lib/components/ExchangeRateTile/ExchangeRateTile.js +0 -24
- package/lib/components/ExchangeRateTile/ExchangeRateTile.js.map +0 -1
- package/lib/components/ExchangeRateTile/ExchangeRateTileContent.d.ts +0 -9
- package/lib/components/ExchangeRateTile/ExchangeRateTileContent.js +0 -2
- package/lib/components/ExchangeRateTile/ExchangeRateTileContent.js.map +0 -1
- package/lib/components/ExchangeRateTile/calculateResult.d.ts +0 -2
- package/lib/components/ExchangeRateTile/calculateResult.js +0 -7
- package/lib/components/ExchangeRateTile/calculateResult.js.map +0 -1
- package/lib/components/ExchangeRateTile/callbackCurrencySelect.d.ts +0 -8
- package/lib/components/ExchangeRateTile/callbackCurrencySelect.js +0 -18
- package/lib/components/ExchangeRateTile/callbackCurrencySelect.js.map +0 -1
- package/lib/components/ExchangeRateTile/formatCurrency.d.ts +0 -1
- package/lib/components/ExchangeRateTile/formatCurrency.js +0 -7
- package/lib/components/ExchangeRateTile/formatCurrency.js.map +0 -1
- package/lib/components/ExchangeRateTile/renderInput.d.ts +0 -12
- package/lib/components/ExchangeRateTile/renderInput.js +0 -13
- package/lib/components/ExchangeRateTile/renderInput.js.map +0 -1
- package/lib/components/ExchangeRateTile/useFetchExchangeRateData.d.ts +0 -9
- package/lib/components/ExchangeRateTile/useFetchExchangeRateData.js +0 -10
- package/lib/components/ExchangeRateTile/useFetchExchangeRateData.js.map +0 -1
- package/lib/components/InsuranceAmountBlock/InsuranceAmountBlock.d.ts +0 -5
- package/lib/components/InsuranceAmountBlock/InsuranceAmountBlock.fixture.d.ts +0 -5
- package/lib/components/InsuranceAmountBlock/InsuranceAmountBlock.js +0 -31
- package/lib/components/InsuranceAmountBlock/InsuranceAmountBlock.js.map +0 -1
- package/lib/components/InsuranceAmountBlock/InsuranceAmountBlockContent.d.ts +0 -31
- package/lib/components/InsuranceAmountBlock/InsuranceAmountBlockContent.js +0 -2
- package/lib/components/InsuranceAmountBlock/InsuranceAmountBlockContent.js.map +0 -1
- package/lib/components/InsuranceAmountBlock/InsuranceAmountBlockInner.d.ts +0 -7
- package/lib/components/InsuranceAmountBlock/InsuranceAmountBlockInner.js +0 -56
- package/lib/components/InsuranceAmountBlock/InsuranceAmountBlockInner.js.map +0 -1
- package/lib/ui-kit/ControlStateProps.d.ts +0 -3
- package/lib/ui-kit/ControlStateProps.js +0 -2
- package/lib/ui-kit/ControlStateProps.js.map +0 -1
- package/lib/ui-kit/Rating/Rating.d.ts +0 -1
- package/lib/ui-kit/Rating/Rating.fixture.d.ts +0 -5
- package/lib/ui-kit/Rating/Rating.js +0 -18
- package/lib/ui-kit/Rating/Rating.js.map +0 -1
- package/lib/ui-kit/Unit/Unit.d.ts +0 -2
- package/lib/ui-kit/Unit/Unit.js +0 -7
- package/lib/ui-kit/Unit/Unit.js.map +0 -1
- package/lib/ui-kit/Unit/UnitProps.d.ts +0 -8
- package/lib/ui-kit/Unit/UnitProps.js +0 -2
- package/lib/ui-kit/Unit/UnitProps.js.map +0 -1
- package/mobile/bundle/components/CarouselCard/CarouselCard.d.ts +0 -5
- package/mobile/bundle/components/CarouselCard/CarouselCardContent.d.ts +0 -11
- package/mobile/bundle/components/CarouselCard/constants.d.ts +0 -2
- package/mobile/bundle/components/CarouselCard/titleSize.d.ts +0 -1
- package/mobile/bundle/components/CarouselLinks/CarouselLinkButton.d.ts +0 -5
- package/mobile/bundle/components/CarouselLinks/CarouselLinks.d.ts +0 -6
- package/mobile/bundle/components/CarouselLinks/CarouselLinksContent.d.ts +0 -15
- package/mobile/bundle/components/Depository/Depository.d.ts +0 -11
- package/mobile/bundle/components/Depository/DepositoryContent.d.ts +0 -5
- package/mobile/bundle/components/Depository/DepositoryFilter.d.ts +0 -9
- package/mobile/bundle/components/Depository/DepositoryItem.d.ts +0 -2
- package/mobile/bundle/components/Depository/useDepository.d.ts +0 -15
- package/mobile/bundle/components/ExchangeRateTile/CurrencyProps.d.ts +0 -6
- package/mobile/bundle/components/ExchangeRateTile/CurrencyTable.d.ts +0 -7
- package/mobile/bundle/components/ExchangeRateTile/CurrentLocation.d.ts +0 -6
- package/mobile/bundle/components/ExchangeRateTile/ExchangeCurrencyCalculator.d.ts +0 -24
- package/mobile/bundle/components/ExchangeRateTile/ExchangeRateTile.d.ts +0 -5
- package/mobile/bundle/components/ExchangeRateTile/ExchangeRateTileContent.d.ts +0 -9
- package/mobile/bundle/components/ExchangeRateTile/calculateResult.d.ts +0 -2
- package/mobile/bundle/components/ExchangeRateTile/callbackCurrencySelect.d.ts +0 -8
- package/mobile/bundle/components/ExchangeRateTile/formatCurrency.d.ts +0 -1
- package/mobile/bundle/components/ExchangeRateTile/renderInput.d.ts +0 -12
- package/mobile/bundle/components/ExchangeRateTile/useFetchExchangeRateData.d.ts +0 -9
- package/mobile/bundle/components/InsuranceAmountBlock/InsuranceAmountBlock.d.ts +0 -5
- package/mobile/bundle/components/InsuranceAmountBlock/InsuranceAmountBlockContent.d.ts +0 -31
- package/mobile/bundle/components/InsuranceAmountBlock/InsuranceAmountBlockInner.d.ts +0 -7
- package/mobile/bundle/ui-kit/ControlStateProps.d.ts +0 -3
- package/mobile/bundle/ui-kit/Rating/Rating.d.ts +0 -1
- package/mobile/bundle/ui-kit/Unit/Unit.d.ts +0 -2
- package/mobile/bundle/ui-kit/Unit/UnitProps.d.ts +0 -8
- package/mobile/dist/components/CarouselCard/CarouselCard.d.ts +0 -5
- package/mobile/dist/components/CarouselCard/CarouselCard.js +0 -16
- package/mobile/dist/components/CarouselCard/CarouselCard.js.map +0 -1
- package/mobile/dist/components/CarouselCard/CarouselCardContent.d.ts +0 -11
- package/mobile/dist/components/CarouselCard/CarouselCardContent.js +0 -2
- package/mobile/dist/components/CarouselCard/CarouselCardContent.js.map +0 -1
- package/mobile/dist/components/CarouselCard/constants.d.ts +0 -2
- package/mobile/dist/components/CarouselCard/constants.js +0 -7
- package/mobile/dist/components/CarouselCard/constants.js.map +0 -1
- package/mobile/dist/components/CarouselCard/titleSize.d.ts +0 -1
- package/mobile/dist/components/CarouselCard/titleSize.js +0 -4
- package/mobile/dist/components/CarouselCard/titleSize.js.map +0 -1
- package/mobile/dist/components/CarouselLinks/CarouselLinkButton.d.ts +0 -5
- package/mobile/dist/components/CarouselLinks/CarouselLinkButton.js +0 -17
- package/mobile/dist/components/CarouselLinks/CarouselLinkButton.js.map +0 -1
- package/mobile/dist/components/CarouselLinks/CarouselLinks.d.ts +0 -6
- package/mobile/dist/components/CarouselLinks/CarouselLinks.js +0 -11
- package/mobile/dist/components/CarouselLinks/CarouselLinks.js.map +0 -1
- package/mobile/dist/components/CarouselLinks/CarouselLinksContent.d.ts +0 -15
- package/mobile/dist/components/CarouselLinks/CarouselLinksContent.js +0 -2
- package/mobile/dist/components/CarouselLinks/CarouselLinksContent.js.map +0 -1
- package/mobile/dist/components/Depository/Depository.d.ts +0 -11
- package/mobile/dist/components/Depository/Depository.js +0 -42
- package/mobile/dist/components/Depository/Depository.js.map +0 -1
- package/mobile/dist/components/Depository/DepositoryContent.d.ts +0 -5
- package/mobile/dist/components/Depository/DepositoryContent.js +0 -2
- package/mobile/dist/components/Depository/DepositoryContent.js.map +0 -1
- package/mobile/dist/components/Depository/DepositoryFilter.d.ts +0 -9
- package/mobile/dist/components/Depository/DepositoryFilter.js +0 -9
- package/mobile/dist/components/Depository/DepositoryFilter.js.map +0 -1
- package/mobile/dist/components/Depository/DepositoryItem.d.ts +0 -2
- package/mobile/dist/components/Depository/DepositoryItem.js +0 -15
- package/mobile/dist/components/Depository/DepositoryItem.js.map +0 -1
- package/mobile/dist/components/Depository/useDepository.d.ts +0 -15
- package/mobile/dist/components/Depository/useDepository.js +0 -22
- package/mobile/dist/components/Depository/useDepository.js.map +0 -1
- package/mobile/dist/components/ExchangeRateTile/CurrencyProps.d.ts +0 -6
- package/mobile/dist/components/ExchangeRateTile/CurrencyProps.js +0 -10
- package/mobile/dist/components/ExchangeRateTile/CurrencyProps.js.map +0 -1
- package/mobile/dist/components/ExchangeRateTile/CurrencyTable.d.ts +0 -7
- package/mobile/dist/components/ExchangeRateTile/CurrencyTable.js +0 -23
- package/mobile/dist/components/ExchangeRateTile/CurrencyTable.js.map +0 -1
- package/mobile/dist/components/ExchangeRateTile/CurrentLocation.d.ts +0 -6
- package/mobile/dist/components/ExchangeRateTile/CurrentLocation.js +0 -10
- package/mobile/dist/components/ExchangeRateTile/CurrentLocation.js.map +0 -1
- package/mobile/dist/components/ExchangeRateTile/ExchangeCurrencyCalculator.d.ts +0 -24
- package/mobile/dist/components/ExchangeRateTile/ExchangeCurrencyCalculator.js +0 -73
- package/mobile/dist/components/ExchangeRateTile/ExchangeCurrencyCalculator.js.map +0 -1
- package/mobile/dist/components/ExchangeRateTile/ExchangeRateTile.d.ts +0 -5
- package/mobile/dist/components/ExchangeRateTile/ExchangeRateTile.js +0 -26
- package/mobile/dist/components/ExchangeRateTile/ExchangeRateTile.js.map +0 -1
- package/mobile/dist/components/ExchangeRateTile/ExchangeRateTileContent.d.ts +0 -9
- package/mobile/dist/components/ExchangeRateTile/ExchangeRateTileContent.js +0 -2
- package/mobile/dist/components/ExchangeRateTile/ExchangeRateTileContent.js.map +0 -1
- package/mobile/dist/components/ExchangeRateTile/calculateResult.d.ts +0 -2
- package/mobile/dist/components/ExchangeRateTile/calculateResult.js +0 -11
- package/mobile/dist/components/ExchangeRateTile/calculateResult.js.map +0 -1
- package/mobile/dist/components/ExchangeRateTile/callbackCurrencySelect.d.ts +0 -8
- package/mobile/dist/components/ExchangeRateTile/callbackCurrencySelect.js +0 -21
- package/mobile/dist/components/ExchangeRateTile/callbackCurrencySelect.js.map +0 -1
- package/mobile/dist/components/ExchangeRateTile/formatCurrency.d.ts +0 -1
- package/mobile/dist/components/ExchangeRateTile/formatCurrency.js +0 -10
- package/mobile/dist/components/ExchangeRateTile/formatCurrency.js.map +0 -1
- package/mobile/dist/components/ExchangeRateTile/renderInput.d.ts +0 -12
- package/mobile/dist/components/ExchangeRateTile/renderInput.js +0 -16
- package/mobile/dist/components/ExchangeRateTile/renderInput.js.map +0 -1
- package/mobile/dist/components/ExchangeRateTile/useFetchExchangeRateData.d.ts +0 -9
- package/mobile/dist/components/ExchangeRateTile/useFetchExchangeRateData.js +0 -13
- package/mobile/dist/components/ExchangeRateTile/useFetchExchangeRateData.js.map +0 -1
- package/mobile/dist/components/InsuranceAmountBlock/InsuranceAmountBlock.d.ts +0 -5
- package/mobile/dist/components/InsuranceAmountBlock/InsuranceAmountBlock.js +0 -33
- package/mobile/dist/components/InsuranceAmountBlock/InsuranceAmountBlock.js.map +0 -1
- package/mobile/dist/components/InsuranceAmountBlock/InsuranceAmountBlockContent.d.ts +0 -31
- package/mobile/dist/components/InsuranceAmountBlock/InsuranceAmountBlockContent.js +0 -2
- package/mobile/dist/components/InsuranceAmountBlock/InsuranceAmountBlockContent.js.map +0 -1
- package/mobile/dist/components/InsuranceAmountBlock/InsuranceAmountBlockInner.d.ts +0 -7
- package/mobile/dist/components/InsuranceAmountBlock/InsuranceAmountBlockInner.js +0 -58
- package/mobile/dist/components/InsuranceAmountBlock/InsuranceAmountBlockInner.js.map +0 -1
- package/mobile/dist/ui-kit/ControlStateProps.d.ts +0 -3
- package/mobile/dist/ui-kit/ControlStateProps.js +0 -2
- package/mobile/dist/ui-kit/ControlStateProps.js.map +0 -1
- package/mobile/dist/ui-kit/Rating/Rating.d.ts +0 -1
- package/mobile/dist/ui-kit/Rating/Rating.js +0 -21
- package/mobile/dist/ui-kit/Rating/Rating.js.map +0 -1
- package/mobile/dist/ui-kit/Unit/Unit.d.ts +0 -2
- package/mobile/dist/ui-kit/Unit/Unit.js +0 -9
- package/mobile/dist/ui-kit/Unit/Unit.js.map +0 -1
- package/mobile/dist/ui-kit/Unit/UnitProps.d.ts +0 -8
- package/mobile/dist/ui-kit/Unit/UnitProps.js.map +0 -1
- package/mobile/lib/components/CarouselCard/CarouselCard.d.ts +0 -5
- package/mobile/lib/components/CarouselCard/CarouselCard.js +0 -14
- package/mobile/lib/components/CarouselCard/CarouselCard.js.map +0 -1
- package/mobile/lib/components/CarouselCard/CarouselCardContent.d.ts +0 -11
- package/mobile/lib/components/CarouselCard/CarouselCardContent.js +0 -2
- package/mobile/lib/components/CarouselCard/CarouselCardContent.js.map +0 -1
- package/mobile/lib/components/CarouselCard/constants.d.ts +0 -2
- package/mobile/lib/components/CarouselCard/constants.js +0 -5
- package/mobile/lib/components/CarouselCard/constants.js.map +0 -1
- package/mobile/lib/components/CarouselCard/titleSize.d.ts +0 -1
- package/mobile/lib/components/CarouselCard/titleSize.js +0 -2
- package/mobile/lib/components/CarouselCard/titleSize.js.map +0 -1
- package/mobile/lib/components/CarouselLinks/CarouselLinkButton.d.ts +0 -5
- package/mobile/lib/components/CarouselLinks/CarouselLinkButton.js +0 -15
- package/mobile/lib/components/CarouselLinks/CarouselLinkButton.js.map +0 -1
- package/mobile/lib/components/CarouselLinks/CarouselLinks.d.ts +0 -6
- package/mobile/lib/components/CarouselLinks/CarouselLinks.js +0 -9
- package/mobile/lib/components/CarouselLinks/CarouselLinks.js.map +0 -1
- package/mobile/lib/components/CarouselLinks/CarouselLinksContent.d.ts +0 -15
- package/mobile/lib/components/CarouselLinks/CarouselLinksContent.js +0 -2
- package/mobile/lib/components/CarouselLinks/CarouselLinksContent.js.map +0 -1
- package/mobile/lib/components/Depository/Depository.d.ts +0 -11
- package/mobile/lib/components/Depository/Depository.js +0 -40
- package/mobile/lib/components/Depository/Depository.js.map +0 -1
- package/mobile/lib/components/Depository/DepositoryContent.d.ts +0 -5
- package/mobile/lib/components/Depository/DepositoryContent.js +0 -2
- package/mobile/lib/components/Depository/DepositoryContent.js.map +0 -1
- package/mobile/lib/components/Depository/DepositoryFilter.d.ts +0 -9
- package/mobile/lib/components/Depository/DepositoryFilter.js +0 -7
- package/mobile/lib/components/Depository/DepositoryFilter.js.map +0 -1
- package/mobile/lib/components/Depository/DepositoryItem.d.ts +0 -2
- package/mobile/lib/components/Depository/DepositoryItem.js +0 -13
- package/mobile/lib/components/Depository/DepositoryItem.js.map +0 -1
- package/mobile/lib/components/Depository/useDepository.d.ts +0 -15
- package/mobile/lib/components/Depository/useDepository.js +0 -19
- package/mobile/lib/components/Depository/useDepository.js.map +0 -1
- package/mobile/lib/components/ExchangeRateTile/CurrencyProps.d.ts +0 -6
- package/mobile/lib/components/ExchangeRateTile/CurrencyProps.js +0 -8
- package/mobile/lib/components/ExchangeRateTile/CurrencyProps.js.map +0 -1
- package/mobile/lib/components/ExchangeRateTile/CurrencyTable.d.ts +0 -7
- package/mobile/lib/components/ExchangeRateTile/CurrencyTable.js +0 -21
- package/mobile/lib/components/ExchangeRateTile/CurrencyTable.js.map +0 -1
- package/mobile/lib/components/ExchangeRateTile/CurrentLocation.d.ts +0 -6
- package/mobile/lib/components/ExchangeRateTile/CurrentLocation.js +0 -8
- package/mobile/lib/components/ExchangeRateTile/CurrentLocation.js.map +0 -1
- package/mobile/lib/components/ExchangeRateTile/ExchangeCurrencyCalculator.d.ts +0 -24
- package/mobile/lib/components/ExchangeRateTile/ExchangeCurrencyCalculator.js +0 -71
- package/mobile/lib/components/ExchangeRateTile/ExchangeCurrencyCalculator.js.map +0 -1
- package/mobile/lib/components/ExchangeRateTile/ExchangeRateTile.d.ts +0 -5
- package/mobile/lib/components/ExchangeRateTile/ExchangeRateTile.js +0 -24
- package/mobile/lib/components/ExchangeRateTile/ExchangeRateTile.js.map +0 -1
- package/mobile/lib/components/ExchangeRateTile/ExchangeRateTileContent.d.ts +0 -9
- package/mobile/lib/components/ExchangeRateTile/ExchangeRateTileContent.js +0 -2
- package/mobile/lib/components/ExchangeRateTile/ExchangeRateTileContent.js.map +0 -1
- package/mobile/lib/components/ExchangeRateTile/calculateResult.d.ts +0 -2
- package/mobile/lib/components/ExchangeRateTile/calculateResult.js +0 -7
- package/mobile/lib/components/ExchangeRateTile/calculateResult.js.map +0 -1
- package/mobile/lib/components/ExchangeRateTile/callbackCurrencySelect.d.ts +0 -8
- package/mobile/lib/components/ExchangeRateTile/callbackCurrencySelect.js +0 -18
- package/mobile/lib/components/ExchangeRateTile/callbackCurrencySelect.js.map +0 -1
- package/mobile/lib/components/ExchangeRateTile/formatCurrency.d.ts +0 -1
- package/mobile/lib/components/ExchangeRateTile/formatCurrency.js +0 -7
- package/mobile/lib/components/ExchangeRateTile/formatCurrency.js.map +0 -1
- package/mobile/lib/components/ExchangeRateTile/renderInput.d.ts +0 -12
- package/mobile/lib/components/ExchangeRateTile/renderInput.js +0 -13
- package/mobile/lib/components/ExchangeRateTile/renderInput.js.map +0 -1
- package/mobile/lib/components/ExchangeRateTile/useFetchExchangeRateData.d.ts +0 -9
- package/mobile/lib/components/ExchangeRateTile/useFetchExchangeRateData.js +0 -10
- package/mobile/lib/components/ExchangeRateTile/useFetchExchangeRateData.js.map +0 -1
- package/mobile/lib/components/InsuranceAmountBlock/InsuranceAmountBlock.d.ts +0 -5
- package/mobile/lib/components/InsuranceAmountBlock/InsuranceAmountBlock.js +0 -31
- package/mobile/lib/components/InsuranceAmountBlock/InsuranceAmountBlock.js.map +0 -1
- package/mobile/lib/components/InsuranceAmountBlock/InsuranceAmountBlockContent.d.ts +0 -31
- package/mobile/lib/components/InsuranceAmountBlock/InsuranceAmountBlockContent.js +0 -2
- package/mobile/lib/components/InsuranceAmountBlock/InsuranceAmountBlockContent.js.map +0 -1
- package/mobile/lib/components/InsuranceAmountBlock/InsuranceAmountBlockInner.d.ts +0 -7
- package/mobile/lib/components/InsuranceAmountBlock/InsuranceAmountBlockInner.js +0 -56
- package/mobile/lib/components/InsuranceAmountBlock/InsuranceAmountBlockInner.js.map +0 -1
- package/mobile/lib/ui-kit/ControlStateProps.d.ts +0 -3
- package/mobile/lib/ui-kit/ControlStateProps.js +0 -2
- package/mobile/lib/ui-kit/ControlStateProps.js.map +0 -1
- package/mobile/lib/ui-kit/Rating/Rating.d.ts +0 -1
- package/mobile/lib/ui-kit/Rating/Rating.js +0 -18
- package/mobile/lib/ui-kit/Rating/Rating.js.map +0 -1
- package/mobile/lib/ui-kit/Unit/Unit.d.ts +0 -2
- package/mobile/lib/ui-kit/Unit/Unit.js +0 -7
- package/mobile/lib/ui-kit/Unit/Unit.js.map +0 -1
- package/mobile/lib/ui-kit/Unit/UnitProps.d.ts +0 -8
- package/mobile/lib/ui-kit/Unit/UnitProps.js +0 -2
- package/mobile/lib/ui-kit/Unit/UnitProps.js.map +0 -1
- package/mobile/src/components/CarouselCard/CarouselCard.example.json +0 -14
- package/mobile/src/components/CarouselCard/CarouselCard.tsx +0 -47
- package/mobile/src/components/CarouselCard/CarouselCard.ui.json +0 -1
- package/mobile/src/components/CarouselCard/CarouselCardContent.ts +0 -13
- package/mobile/src/components/CarouselCard/constants.ts +0 -6
- package/mobile/src/components/CarouselCard/titleSize.tsx +0 -1
- package/mobile/src/components/CarouselLinks/CarouselLinkButton.tsx +0 -37
- package/mobile/src/components/CarouselLinks/CarouselLinks.example.json +0 -31
- package/mobile/src/components/CarouselLinks/CarouselLinks.tsx +0 -50
- package/mobile/src/components/CarouselLinks/CarouselLinks.ui.json +0 -16
- package/mobile/src/components/CarouselLinks/CarouselLinksContent.ts +0 -22
- package/mobile/src/components/Depository/Depository.example.json +0 -6
- package/mobile/src/components/Depository/Depository.tsx +0 -84
- package/mobile/src/components/Depository/Depository.ui.json +0 -1
- package/mobile/src/components/Depository/DepositoryContent.ts +0 -6
- package/mobile/src/components/Depository/DepositoryFilter.tsx +0 -41
- package/mobile/src/components/Depository/DepositoryItem.tsx +0 -31
- package/mobile/src/components/Depository/useDepository.ts +0 -46
- package/mobile/src/components/ExchangeRateTile/CurrencyProps.ts +0 -6
- package/mobile/src/components/ExchangeRateTile/CurrencyTable.tsx +0 -64
- package/mobile/src/components/ExchangeRateTile/CurrentLocation.tsx +0 -28
- package/mobile/src/components/ExchangeRateTile/ExchangeCurrencyCalculator.tsx +0 -153
- package/mobile/src/components/ExchangeRateTile/ExchangeRateTile.example.json +0 -12
- package/mobile/src/components/ExchangeRateTile/ExchangeRateTile.tsx +0 -60
- package/mobile/src/components/ExchangeRateTile/ExchangeRateTile.ui.json +0 -8
- package/mobile/src/components/ExchangeRateTile/ExchangeRateTileContent.ts +0 -11
- package/mobile/src/components/ExchangeRateTile/calculateResult.ts +0 -9
- package/mobile/src/components/ExchangeRateTile/callbackCurrencySelect.ts +0 -25
- package/mobile/src/components/ExchangeRateTile/formatCurrency.ts +0 -8
- package/mobile/src/components/ExchangeRateTile/renderInput.tsx +0 -44
- package/mobile/src/components/ExchangeRateTile/useFetchExchangeRateData.ts +0 -25
- package/mobile/src/components/InsuranceAmountBlock/InsuranceAmountBlock.example.json +0 -89
- package/mobile/src/components/InsuranceAmountBlock/InsuranceAmountBlock.tsx +0 -82
- package/mobile/src/components/InsuranceAmountBlock/InsuranceAmountBlock.ui.json +0 -21
- package/mobile/src/components/InsuranceAmountBlock/InsuranceAmountBlockContent.ts +0 -35
- package/mobile/src/components/InsuranceAmountBlock/InsuranceAmountBlockInner.tsx +0 -145
- package/mobile/src/ui-kit/ControlStateProps.ts +0 -3
- package/mobile/src/ui-kit/Rating/Rating.tsx +0 -39
- package/mobile/src/ui-kit/Unit/Unit.tsx +0 -26
- package/mobile/src/ui-kit/Unit/UnitProps.ts +0 -8
- package/src/components/CarouselCard/CarouselCard.example.json +0 -14
- package/src/components/CarouselCard/CarouselCard.fixture.mobile.tsx +0 -28
- package/src/components/CarouselCard/CarouselCard.fixture.tsx +0 -53
- package/src/components/CarouselCard/CarouselCard.tsx +0 -47
- package/src/components/CarouselCard/CarouselCard.ui.json +0 -1
- package/src/components/CarouselCard/CarouselCardContent.ts +0 -13
- package/src/components/CarouselCard/constants.ts +0 -6
- package/src/components/CarouselCard/titleSize.mobile.tsx +0 -1
- package/src/components/CarouselCard/titleSize.tsx +0 -1
- package/src/components/CarouselLinks/CarouselLinkButton.tsx +0 -37
- package/src/components/CarouselLinks/CarouselLinks.example.json +0 -31
- package/src/components/CarouselLinks/CarouselLinks.fixture.mobile.tsx +0 -83
- package/src/components/CarouselLinks/CarouselLinks.fixture.tsx +0 -40
- package/src/components/CarouselLinks/CarouselLinks.tsx +0 -50
- package/src/components/CarouselLinks/CarouselLinks.ui.json +0 -16
- package/src/components/CarouselLinks/CarouselLinksContent.ts +0 -22
- package/src/components/Depository/Depository.example.json +0 -6
- package/src/components/Depository/Depository.fixture.mobile.tsx +0 -12
- package/src/components/Depository/Depository.fixture.tsx +0 -12
- package/src/components/Depository/Depository.tsx +0 -84
- package/src/components/Depository/Depository.ui.json +0 -1
- package/src/components/Depository/DepositoryContent.ts +0 -6
- package/src/components/Depository/DepositoryFilter.tsx +0 -41
- package/src/components/Depository/DepositoryItem.tsx +0 -31
- package/src/components/Depository/useDepository.ts +0 -46
- package/src/components/ExchangeRateTile/CurrencyProps.ts +0 -6
- package/src/components/ExchangeRateTile/CurrencyTable.tsx +0 -64
- package/src/components/ExchangeRateTile/CurrentLocation.tsx +0 -28
- package/src/components/ExchangeRateTile/ExchangeCurrencyCalculator.tsx +0 -153
- package/src/components/ExchangeRateTile/ExchangeRateTile.example.json +0 -12
- package/src/components/ExchangeRateTile/ExchangeRateTile.fixture.mobile.tsx +0 -19
- package/src/components/ExchangeRateTile/ExchangeRateTile.fixture.tsx +0 -21
- package/src/components/ExchangeRateTile/ExchangeRateTile.tsx +0 -60
- package/src/components/ExchangeRateTile/ExchangeRateTile.ui.json +0 -8
- package/src/components/ExchangeRateTile/ExchangeRateTileContent.ts +0 -11
- package/src/components/ExchangeRateTile/calculateResult.ts +0 -9
- package/src/components/ExchangeRateTile/callbackCurrencySelect.ts +0 -25
- package/src/components/ExchangeRateTile/formatCurrency.ts +0 -8
- package/src/components/ExchangeRateTile/renderInput.tsx +0 -44
- package/src/components/ExchangeRateTile/useFetchExchangeRateData.ts +0 -25
- package/src/components/InsuranceAmountBlock/InsuranceAmountBlock.example.json +0 -89
- package/src/components/InsuranceAmountBlock/InsuranceAmountBlock.fixture.tsx +0 -62
- package/src/components/InsuranceAmountBlock/InsuranceAmountBlock.tsx +0 -82
- package/src/components/InsuranceAmountBlock/InsuranceAmountBlock.ui.json +0 -21
- package/src/components/InsuranceAmountBlock/InsuranceAmountBlockContent.ts +0 -35
- package/src/components/InsuranceAmountBlock/InsuranceAmountBlockInner.tsx +0 -145
- package/src/ui-kit/ControlStateProps.ts +0 -3
- package/src/ui-kit/Rating/Rating.fixture.tsx +0 -7
- package/src/ui-kit/Rating/Rating.tsx +0 -39
- package/src/ui-kit/Unit/Unit.tsx +0 -26
- package/src/ui-kit/Unit/UnitProps.ts +0 -8
- /package/bundle/{ui-kit → model}/ControlProps.d.ts +0 -0
- /package/dist/{ui-kit → model}/ControlProps.d.ts +0 -0
- /package/dist/{ui-kit → model}/ControlProps.js +0 -0
- /package/lib/{ui-kit → model}/ControlProps.d.ts +0 -0
- /package/lib/{ui-kit → model}/ControlProps.js +0 -0
- /package/mobile/bundle/{ui-kit → model}/ControlProps.d.ts +0 -0
- /package/mobile/dist/{ui-kit → model}/ControlProps.d.ts +0 -0
- /package/mobile/dist/{ui-kit → model}/ControlProps.js +0 -0
- /package/mobile/lib/{ui-kit → model}/ControlProps.d.ts +0 -0
- /package/mobile/lib/{ui-kit → model}/ControlProps.js +0 -0
- /package/mobile/src/{ui-kit → model}/ControlProps.ts +0 -0
- /package/src/{ui-kit → model}/ControlProps.ts +0 -0
|
@@ -1,3 +1,6 @@
|
|
|
1
|
+
import { type DisabledProps } from '../../../model/DisabledProps';
|
|
2
|
+
import { type LabelProps } from '../../../model/HeadlineType';
|
|
3
|
+
import { type PlaceholderProps } from '../../../model/PlaceholderProps';
|
|
1
4
|
import { type CustomFieldProps } from '../../../ui-kit/FormField/CustomFieldProps';
|
|
2
5
|
import { type Option } from '../../../ui-kit/Select/Option';
|
|
3
6
|
import { SelectControl } from '../../../ui-kit/Select/SelectControl';
|
|
@@ -5,13 +8,15 @@ import { UniBlock } from '../../../UniBlock/UniBlock';
|
|
|
5
8
|
import { type UniBlockProps } from '../../../UniBlock/UniBlockProps';
|
|
6
9
|
import { type DictionaryItem } from '../../model/LeadFormData';
|
|
7
10
|
|
|
8
|
-
export interface SelectFieldProps
|
|
11
|
+
export interface SelectFieldProps
|
|
12
|
+
extends CustomFieldProps,
|
|
13
|
+
UniBlockProps,
|
|
14
|
+
LabelProps,
|
|
15
|
+
DisabledProps,
|
|
16
|
+
PlaceholderProps {
|
|
9
17
|
source?: DictionaryItem[];
|
|
10
|
-
label: string;
|
|
11
18
|
fieldName: string;
|
|
12
|
-
placeholder?: string;
|
|
13
19
|
isSearch?: boolean;
|
|
14
|
-
disabled?: boolean;
|
|
15
20
|
}
|
|
16
21
|
|
|
17
22
|
export const SelectField = UniBlock<SelectFieldProps>(
|
|
@@ -1,17 +1,15 @@
|
|
|
1
1
|
import { JSX } from '@redneckz/uni-jsx';
|
|
2
|
+
import { type DisabledProps } from '../../../model/DisabledProps';
|
|
2
3
|
import { Button } from '../../../ui-kit/Button/Button';
|
|
3
4
|
import { Text } from '../../../ui-kit/Text/Text';
|
|
4
5
|
|
|
5
|
-
interface SubmitButtonProps {
|
|
6
|
-
isDisabled: boolean;
|
|
6
|
+
interface SubmitButtonProps extends DisabledProps {
|
|
7
7
|
onClick: () => void;
|
|
8
8
|
text?: string;
|
|
9
9
|
}
|
|
10
10
|
|
|
11
|
-
export const SubmitButton = JSX<SubmitButtonProps>(({
|
|
12
|
-
|
|
13
|
-
<
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
);
|
|
17
|
-
});
|
|
11
|
+
export const SubmitButton = JSX<SubmitButtonProps>(({ disabled = false, onClick, text }) => (
|
|
12
|
+
<Button type="button" onClick={onClick} disabled={disabled}>
|
|
13
|
+
<Text font="font-normal">{text}</Text>
|
|
14
|
+
</Button>
|
|
15
|
+
));
|
|
@@ -122,15 +122,15 @@ export const VerifyPhoneDialog = JSX<VerifyPhoneDialogProps>(
|
|
|
122
122
|
},
|
|
123
123
|
);
|
|
124
124
|
|
|
125
|
-
const renderNextButton = (
|
|
126
|
-
<SubmitButton text="Далее"
|
|
125
|
+
const renderNextButton = (disabled: boolean, onClick: () => void) => (
|
|
126
|
+
<SubmitButton text="Далее" disabled={disabled} onClick={onClick} />
|
|
127
127
|
);
|
|
128
128
|
|
|
129
129
|
const renderText = (timeNextReq: number, handleSendCode: () => void) =>
|
|
130
130
|
timeNextReq ? (
|
|
131
131
|
<div className="flex flex-row text-l font-light text-base">
|
|
132
132
|
Получить новый код можно через
|
|
133
|
-
<Timer className="
|
|
133
|
+
<Timer className="pl-2xs" seconds={timeNextReq} />
|
|
134
134
|
</div>
|
|
135
135
|
) : (
|
|
136
136
|
<Button embedded onClick={handleSendCode}>
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { type DisabledProps } from '../../model/DisabledProps';
|
|
1
2
|
import { type LabelProps, type TextProps } from '../../model/HeadlineType';
|
|
2
3
|
import { type LinkButtonVersion } from '../../model/LinkButtonVersion';
|
|
3
4
|
import { type NameFieldDef } from './NameFieldDef';
|
|
@@ -29,8 +30,8 @@ export type FieldRetailDef = Required &
|
|
|
29
30
|
TextProps &
|
|
30
31
|
LabelProps &
|
|
31
32
|
ConditionFieldProps &
|
|
32
|
-
FilledByEsiaProps &
|
|
33
|
+
FilledByEsiaProps &
|
|
34
|
+
DisabledProps & {
|
|
33
35
|
name?: NameFieldDef;
|
|
34
36
|
dadata?: boolean;
|
|
35
|
-
disabled?: boolean;
|
|
36
37
|
};
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { type Align } from '../../model/Align';
|
|
2
2
|
import { type BulletsProps } from '../../model/Bullets';
|
|
3
|
+
import { type ComponentType } from '../../model/ComponentType';
|
|
3
4
|
import { type HeadlineProps, type LabelProps } from '../../model/HeadlineType';
|
|
4
5
|
import { type BenefitsListContent } from '../BenefitsList/BenefitsListContent';
|
|
5
6
|
import { type ImageContent } from '../Img/ImgProps';
|
|
@@ -10,7 +11,7 @@ import { type TagsContent } from '../Tags/TagsContent';
|
|
|
10
11
|
type UnitList = '₽' | '$' | '€' | '¥';
|
|
11
12
|
|
|
12
13
|
/** @title Доп. настройки картинки */
|
|
13
|
-
export interface TileImageOptions {
|
|
14
|
+
export interface TileImageOptions extends ComponentType {
|
|
14
15
|
/** @title Картинка справа/текст слева */
|
|
15
16
|
directionRight?: boolean;
|
|
16
17
|
/** @title Выравнивание изображения */
|
|
@@ -19,8 +20,6 @@ export interface TileImageOptions {
|
|
|
19
20
|
isImageSecondary?: boolean;
|
|
20
21
|
/** @title Изображение всегда справа */
|
|
21
22
|
isImageAlwaysOnRight?: boolean;
|
|
22
|
-
/** @hidden */
|
|
23
|
-
className?: string;
|
|
24
23
|
}
|
|
25
24
|
|
|
26
25
|
/** @title Цены */
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { type Align } from '../../model/Align';
|
|
2
|
+
import { type ComponentType } from '../../model/ComponentType';
|
|
2
3
|
import { type VNode } from '../../model/VNode';
|
|
3
4
|
import { style } from '../../utils/style';
|
|
4
5
|
|
|
@@ -10,7 +11,7 @@ const imageAlignmentMap: Record<Align, string> = {
|
|
|
10
11
|
|
|
11
12
|
export const renderImageContainer = (
|
|
12
13
|
image: VNode | undefined,
|
|
13
|
-
{ className, imageAlign }:
|
|
14
|
+
{ className, imageAlign }: ComponentType & { imageAlign?: Align },
|
|
14
15
|
) =>
|
|
15
16
|
image ? (
|
|
16
17
|
<div
|
|
@@ -1,14 +1,15 @@
|
|
|
1
1
|
import { JSX } from '@redneckz/uni-jsx';
|
|
2
|
+
import { type ComponentType } from '../../model/ComponentType';
|
|
2
3
|
import { type IconVersion } from '../../model/IconVersion';
|
|
3
4
|
import { style } from '../../utils/style';
|
|
4
5
|
import { type BenefitItemContent } from './BenefitItemContent';
|
|
5
6
|
import { renderBenefitIcon } from './renderBenefitIcon';
|
|
6
7
|
import { renderBenefitText } from './renderBenefitText';
|
|
7
8
|
|
|
8
|
-
export type BenefitItemProps = BenefitItemContent &
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
};
|
|
9
|
+
export type BenefitItemProps = BenefitItemContent &
|
|
10
|
+
ComponentType & {
|
|
11
|
+
benefitsVersion?: IconVersion;
|
|
12
|
+
};
|
|
12
13
|
|
|
13
14
|
export const BenefitItem = JSX<BenefitItemProps>(({ className, benefitsVersion, ..._ }) => (
|
|
14
15
|
<div className={style('flex gap-m min-w-56 items-center', className)} role="listitem">
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
+
import { type ComponentType } from '../../model/ComponentType';
|
|
1
2
|
import { type BenefitsListContent } from './BenefitsListContent';
|
|
2
3
|
|
|
3
|
-
export interface BenefitsListProps extends BenefitsListContent {
|
|
4
|
-
className?: string;
|
|
4
|
+
export interface BenefitsListProps extends BenefitsListContent, ComponentType {
|
|
5
5
|
descriptionClassName?: string;
|
|
6
6
|
}
|
|
@@ -3,12 +3,13 @@ import { useCallback, useMemo } from '@redneckz/uni-jsx/lib/hooks';
|
|
|
3
3
|
import { handlerDecorator } from '../../external/handlerDecorator';
|
|
4
4
|
import { type AspectsDef } from '../../model/AspectsProps';
|
|
5
5
|
import { type ButtonVersion } from '../../model/ButtonVersion';
|
|
6
|
+
import { type ComponentType } from '../../model/ComponentType';
|
|
6
7
|
import { type ColorPalette } from '../../model/ContentPageBase';
|
|
8
|
+
import { type DisabledProps } from '../../model/DisabledProps';
|
|
7
9
|
import { getAspectsAttributes } from '../../utils/dataAttributes';
|
|
8
10
|
import { noop } from '../../utils/noop';
|
|
9
11
|
import { style } from '../../utils/style';
|
|
10
12
|
import { type ARIAProps } from '../ARIAProps';
|
|
11
|
-
import { type ControlStateProps } from '../ControlStateProps';
|
|
12
13
|
import { type PreventableEvent } from '../PreventableEvent';
|
|
13
14
|
|
|
14
15
|
export const themeStyle: Record<ButtonVersion, string> = {
|
|
@@ -33,8 +34,7 @@ const embeddedStyle = style(
|
|
|
33
34
|
|
|
34
35
|
const disabledStyle = style('bg-main-gray text-main-disabled cursor-not-allowed');
|
|
35
36
|
|
|
36
|
-
export interface ButtonProps extends
|
|
37
|
-
className?: string;
|
|
37
|
+
export interface ButtonProps extends DisabledProps, ARIAProps, ComponentType {
|
|
38
38
|
type?: 'button' | 'submit' | 'reset';
|
|
39
39
|
version?: ButtonVersion;
|
|
40
40
|
shape?: 'default' | 'round' | 'square';
|
|
@@ -1,11 +1,8 @@
|
|
|
1
1
|
import { JSX } from '@redneckz/uni-jsx';
|
|
2
|
+
import { type ComponentType } from '../../model/ComponentType';
|
|
2
3
|
import { style } from '../../utils/style';
|
|
3
4
|
|
|
4
|
-
|
|
5
|
-
className?: string;
|
|
6
|
-
}
|
|
7
|
-
|
|
8
|
-
export const ButtonTitle = JSX<ButtonTitleProps>(({ className, children }) => (
|
|
5
|
+
export const ButtonTitle = JSX<ComponentType>(({ className, children }) => (
|
|
9
6
|
<span
|
|
10
7
|
className={style(
|
|
11
8
|
'inline-flex items-center text-start gap-s group-[]/btn-embedded:text-primary-main',
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { type JSONRefObject } from '../../data/JSONRefObject';
|
|
2
|
+
import { type ComponentType } from '../../model/ComponentType';
|
|
2
3
|
import { type Footnote } from '../../model/Footnote';
|
|
3
4
|
import { type TitleProps } from '../../model/HeadlineType';
|
|
4
5
|
import { type ButtonsSectionContent } from '../LinkButton/ButtonsSectionContent';
|
|
@@ -22,8 +23,7 @@ export type RateProps = {
|
|
|
22
23
|
rate: number;
|
|
23
24
|
};
|
|
24
25
|
|
|
25
|
-
export interface CalcCurrencyProps {
|
|
26
|
-
className?: string;
|
|
26
|
+
export interface CalcCurrencyProps extends ComponentType {
|
|
27
27
|
title?: string;
|
|
28
28
|
value?: number | string;
|
|
29
29
|
fractionDigits?: number;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
export const CalculatorStyle = {
|
|
2
|
-
wrapper: 'flex flex-col justify-between lg:flex-row gap-
|
|
2
|
+
wrapper: 'flex flex-col justify-between lg:flex-row gap-4xl',
|
|
3
3
|
input: 'flex flex-col lg:w-1/2 gap-2xl',
|
|
4
4
|
result: 'flex flex-col gap-y-xl min-w-52',
|
|
5
5
|
};
|
|
@@ -1,3 +1,7 @@
|
|
|
1
|
+
import { type ComponentType } from '../../model/ComponentType';
|
|
2
|
+
import type { ControlProps } from '../../model/ControlProps';
|
|
3
|
+
import { type DisabledProps } from '../../model/DisabledProps';
|
|
4
|
+
import { type TitleProps } from '../../model/HeadlineType';
|
|
1
5
|
import { type ListOrientation } from '../../model/ListOrientation';
|
|
2
6
|
import {
|
|
3
7
|
RadioButtonGroup,
|
|
@@ -5,14 +9,13 @@ import {
|
|
|
5
9
|
} from '../../ui-kit/RadioButtonGroup/RadioButtonGroup';
|
|
6
10
|
import { Text } from '../../ui-kit/Text/Text';
|
|
7
11
|
|
|
8
|
-
export interface BinaryRadioButtonGroupProps
|
|
12
|
+
export interface BinaryRadioButtonGroupProps
|
|
13
|
+
extends ComponentType,
|
|
14
|
+
DisabledProps,
|
|
15
|
+
TitleProps,
|
|
16
|
+
ControlProps<boolean> {
|
|
9
17
|
items: [truthy: RadioButtonItem, falsy: RadioButtonItem];
|
|
10
|
-
title?: string;
|
|
11
18
|
orientation?: ListOrientation;
|
|
12
|
-
value?: boolean;
|
|
13
|
-
className?: string;
|
|
14
|
-
onChange?: (value: boolean) => void;
|
|
15
|
-
disabled?: boolean;
|
|
16
19
|
}
|
|
17
20
|
|
|
18
21
|
export const renderBinaryRadioButtonGroup = ({
|
|
@@ -1,9 +1,5 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
text?: string;
|
|
5
|
-
disabled?: boolean;
|
|
1
|
+
import { type CommonInputProps } from '../../model/CommonInputProps';
|
|
2
|
+
|
|
3
|
+
export interface CheckboxProps extends CommonInputProps<boolean> {
|
|
6
4
|
isRadio?: boolean;
|
|
7
|
-
onChange?: (value: boolean) => void;
|
|
8
|
-
error?: string;
|
|
9
5
|
}
|
|
@@ -2,10 +2,12 @@ import { JSX } from '@redneckz/uni-jsx';
|
|
|
2
2
|
import { useCallback, useState } from '@redneckz/uni-jsx/lib/hooks';
|
|
3
3
|
import { useBool } from '@redneckz/uni-jsx/lib/hooks/useBool';
|
|
4
4
|
import { useElementSpace } from '../../hooks/useElementSpace';
|
|
5
|
+
import { type ComponentType } from '../../model/ComponentType';
|
|
6
|
+
import { type ControlProps } from '../../model/ControlProps';
|
|
7
|
+
import { type DisabledProps } from '../../model/DisabledProps';
|
|
5
8
|
import { type LabelProps } from '../../model/HeadlineType';
|
|
6
9
|
import { type IconVersion } from '../../model/IconVersion';
|
|
7
10
|
import { style } from '../../utils/style';
|
|
8
|
-
import { type ControlProps } from '../ControlProps';
|
|
9
11
|
import { Icon } from '../Icon/Icon';
|
|
10
12
|
import { type IconName } from '../Icon/IconProps';
|
|
11
13
|
import { renderLabel } from '../Input/renderLabel';
|
|
@@ -28,12 +30,10 @@ const SELECT_PROPS: { className: string; iconVersion: IconVersion; isBorder: boo
|
|
|
28
30
|
isBorder: false,
|
|
29
31
|
};
|
|
30
32
|
|
|
31
|
-
interface DatePickerProps extends ControlProps<Date>, LabelProps {
|
|
32
|
-
className?: string;
|
|
33
|
+
interface DatePickerProps extends ControlProps<Date>, ComponentType, LabelProps, DisabledProps {
|
|
33
34
|
minDate?: Date;
|
|
34
35
|
maxDate?: Date;
|
|
35
36
|
valid?: boolean;
|
|
36
|
-
disabled?: boolean;
|
|
37
37
|
}
|
|
38
38
|
|
|
39
39
|
export const DatePicker = JSX<DatePickerProps>(
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { JSX } from '@redneckz/uni-jsx';
|
|
2
|
+
import { type ControlProps } from '../../model/ControlProps';
|
|
2
3
|
import { type DefaultControlType } from '../../model/DefaultControlType';
|
|
3
4
|
import { getRequiredLabel } from '../../utils/getRequiredLabel';
|
|
4
5
|
import { style } from '../../utils/style';
|
|
5
|
-
import { type ControlProps } from '../ControlProps';
|
|
6
6
|
import { renderErrorText } from '../Input/renderErrorText';
|
|
7
7
|
import { DatePicker } from './DatePicker';
|
|
8
8
|
|
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
import { JSX } from '@redneckz/uni-jsx';
|
|
2
2
|
import { useEffect, useRef, useState } from '@redneckz/uni-jsx/lib/hooks';
|
|
3
|
+
import { type ComponentType } from '../../model/ComponentType';
|
|
4
|
+
import { type DisabledProps } from '../../model/DisabledProps';
|
|
3
5
|
import { type IconVersion } from '../../model/IconVersion';
|
|
4
6
|
import { normalizeWithMask } from '../../utils/normalizeWithMask';
|
|
5
7
|
import { style } from '../../utils/style';
|
|
@@ -14,14 +16,12 @@ const ICON_PROPS: { name: IconName; iconVersion: IconVersion; width: string; hei
|
|
|
14
16
|
height: '24',
|
|
15
17
|
};
|
|
16
18
|
|
|
17
|
-
interface DatePickerInputProps {
|
|
19
|
+
interface DatePickerInputProps extends ComponentType, DisabledProps {
|
|
18
20
|
setSelectedMonth: (selectedMonth: number) => void;
|
|
19
21
|
setSelectedYear: (selectedYear: number) => void;
|
|
20
|
-
className?: string;
|
|
21
22
|
value?: string;
|
|
22
23
|
onChange?: (value: Date) => void;
|
|
23
24
|
onClick?: () => void;
|
|
24
|
-
disabled?: boolean;
|
|
25
25
|
}
|
|
26
26
|
|
|
27
27
|
interface UpdateSelectedDateProps {
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
import { type ControlProps } from '../../model/ControlProps';
|
|
2
|
+
import { type DisabledProps } from '../../model/DisabledProps';
|
|
1
3
|
import { formatDate } from '../../utils/formatDate';
|
|
2
4
|
import { style } from '../../utils/style';
|
|
3
5
|
import { DatePickerInput } from './DatePickerInput';
|
|
@@ -14,15 +16,13 @@ export const renderDatePickerForm = ({
|
|
|
14
16
|
setSelectedMonth,
|
|
15
17
|
setSelectedYear,
|
|
16
18
|
disabled = false,
|
|
17
|
-
}:
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
disabled?: boolean;
|
|
25
|
-
}) => (
|
|
19
|
+
}: DisabledProps &
|
|
20
|
+
ControlProps<Date> & {
|
|
21
|
+
handleChangeVisibleCalendar: () => void;
|
|
22
|
+
valid: boolean;
|
|
23
|
+
setSelectedMonth: (selectedMonth: number) => void;
|
|
24
|
+
setSelectedYear: (selectedYear: number) => void;
|
|
25
|
+
}) => (
|
|
26
26
|
<DatePickerInput
|
|
27
27
|
onChange={onChange}
|
|
28
28
|
disabled={disabled}
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { useCallback } from '@redneckz/uni-jsx/lib/hooks';
|
|
2
2
|
import { useOutsideClick } from '@redneckz/uni-jsx/lib/hooks/useOutsideClick';
|
|
3
|
+
import { type ControlProps } from '../../model/ControlProps';
|
|
3
4
|
import { type Option } from '../Select/Option';
|
|
4
5
|
import { getYears } from './getYears';
|
|
5
6
|
import { months } from './months';
|
|
@@ -10,15 +11,13 @@ const YEARS_OPTIONS = getYears()
|
|
|
10
11
|
.reverse()
|
|
11
12
|
.map((key) => ({ key: String(key) }));
|
|
12
13
|
|
|
13
|
-
interface UseDatePickerManagerParams {
|
|
14
|
+
interface UseDatePickerManagerParams extends ControlProps<Date> {
|
|
14
15
|
onShowCalendar: (bool: boolean) => void;
|
|
15
16
|
showCalendar: boolean;
|
|
16
17
|
selectedMonth: number;
|
|
17
18
|
onMonthSelect: (num: number) => void;
|
|
18
19
|
selectedYear: number;
|
|
19
20
|
onYearSelect: (num: number) => void;
|
|
20
|
-
onChange?: (date: Date) => void;
|
|
21
|
-
value?: Date;
|
|
22
21
|
}
|
|
23
22
|
|
|
24
23
|
export const useDatePickerManager = ({
|
|
@@ -108,12 +107,10 @@ const handleChangeMonth = ({
|
|
|
108
107
|
selectedMonth,
|
|
109
108
|
value,
|
|
110
109
|
onChange,
|
|
111
|
-
}: {
|
|
110
|
+
}: ControlProps<Date> & {
|
|
112
111
|
maxDateOfMonth: number;
|
|
113
112
|
selectedYear: number;
|
|
114
113
|
selectedMonth: number;
|
|
115
|
-
value?: Date;
|
|
116
|
-
onChange?: (value: Date) => void;
|
|
117
114
|
}) => {
|
|
118
115
|
value &&
|
|
119
116
|
onChange?.(new Date(selectedYear, selectedMonth, Math.min(maxDateOfMonth, value.getDate())));
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { JSX } from '@redneckz/uni-jsx';
|
|
2
|
+
import { type ComponentType } from '../../model/ComponentType';
|
|
2
3
|
import { style } from '../../utils/style';
|
|
3
4
|
import { Icon } from '../Icon/Icon';
|
|
4
5
|
import { type PreventableEvent } from '../PreventableEvent';
|
|
5
6
|
|
|
6
|
-
interface CloseButtonProps {
|
|
7
|
-
className?: string;
|
|
7
|
+
interface CloseButtonProps extends ComponentType {
|
|
8
8
|
onClose?: (ev: PreventableEvent) => void;
|
|
9
9
|
}
|
|
10
10
|
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { JSX } from '@redneckz/uni-jsx';
|
|
2
|
+
import { type ComponentType } from '../../model/ComponentType';
|
|
2
3
|
import { type VNode } from '../../model/VNode';
|
|
3
4
|
import { style } from '../../utils/style';
|
|
4
5
|
import { type PreventableEvent } from '../PreventableEvent';
|
|
5
6
|
import { CloseButton } from './CloseButton';
|
|
6
7
|
|
|
7
|
-
export interface DialogProps {
|
|
8
|
-
className?: string;
|
|
8
|
+
export interface DialogProps extends ComponentType {
|
|
9
9
|
head?: VNode;
|
|
10
10
|
onClose?: () => void;
|
|
11
11
|
onClick?: (e: PreventableEvent) => void;
|
|
@@ -1,10 +1,9 @@
|
|
|
1
1
|
import { JSX } from '@redneckz/uni-jsx';
|
|
2
|
+
import { type ComponentType } from '../../model/ComponentType';
|
|
2
3
|
import { style } from '../../utils/style';
|
|
3
4
|
import { type ARIAProps } from '../ARIAProps';
|
|
4
5
|
|
|
5
|
-
export interface FoldableProps extends ARIAProps {
|
|
6
|
-
className?: string;
|
|
7
|
-
}
|
|
6
|
+
export interface FoldableProps extends ARIAProps, ComponentType {}
|
|
8
7
|
|
|
9
8
|
// TODO Не особо полезно, в итоге
|
|
10
9
|
export const Foldable = JSX<FoldableProps>(({ className, role = 'tablist', children }) => (
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { JSX } from '@redneckz/uni-jsx';
|
|
2
2
|
import { useRef } from '@redneckz/uni-jsx/lib/hooks';
|
|
3
3
|
import { useResizeObserver } from '../../hooks/useResizeObserver';
|
|
4
|
+
import { type ComponentType } from '../../model/ComponentType';
|
|
4
5
|
import { style } from '../../utils/style';
|
|
5
6
|
|
|
6
|
-
export interface FoldableSectionProps {
|
|
7
|
-
className?: string;
|
|
7
|
+
export interface FoldableSectionProps extends ComponentType {
|
|
8
8
|
isUnfolded?: boolean;
|
|
9
9
|
}
|
|
10
10
|
|
|
@@ -30,7 +30,7 @@ export const validatorObj: Record<string, Validator> = {
|
|
|
30
30
|
sufferedFrom: defaultValidator(),
|
|
31
31
|
applierType: defaultValidator(),
|
|
32
32
|
surname: nameValidator('Укажите свою фамилию на кириллице'),
|
|
33
|
-
name: nameValidator('Укажите своё имя на кириллице'),
|
|
33
|
+
name: nameValidator('Укажите своё имя на кириллице (без сокращений)'),
|
|
34
34
|
middleName: nameValidator('Укажите своё отчество на кириллице'),
|
|
35
35
|
birthday: defaultValidator('Укажите дату рождения'),
|
|
36
36
|
phone: phoneValidator('Укажите номер телефона'),
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { type ComponentType } from '../../model/ComponentType';
|
|
1
2
|
import { type TitleProps } from '../../model/HeadlineType';
|
|
2
3
|
|
|
3
4
|
/**
|
|
@@ -17,7 +18,4 @@ export interface HeadingCommonProps extends TitleProps {
|
|
|
17
18
|
headingType?: HeadingType;
|
|
18
19
|
}
|
|
19
20
|
|
|
20
|
-
export interface HeadingProps extends HeadingCommonProps {
|
|
21
|
-
/** @hidden */
|
|
22
|
-
className?: string;
|
|
23
|
-
}
|
|
21
|
+
export interface HeadingProps extends HeadingCommonProps, ComponentType {}
|
package/src/ui-kit/Icon/Icon.tsx
CHANGED
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { JSX } from '@redneckz/uni-jsx';
|
|
2
2
|
import { useRouter } from '../../external/useRouter';
|
|
3
|
+
import { type ComponentType } from '../../model/ComponentType';
|
|
3
4
|
import { type IconVersion } from '../../model/IconVersion';
|
|
4
5
|
import { projectSettings } from '../../ProjectSettings';
|
|
5
6
|
import { adjustHref } from '../../utils/adjustHref';
|
|
@@ -87,7 +88,7 @@ const getInlineStyle = (className?: string, height?: string) =>
|
|
|
87
88
|
: { height: isOnlyDigits(height) ? `${height}px` : height, width: 'auto' };
|
|
88
89
|
|
|
89
90
|
// TODO И это тоже
|
|
90
|
-
const Background = JSX<
|
|
91
|
+
const Background = JSX<ComponentType>(({ className, children }) =>
|
|
91
92
|
className ? (
|
|
92
93
|
<div role="img" className={className}>
|
|
93
94
|
{children}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { type IconName } from '../../icons/IconName';
|
|
2
|
+
import { type ComponentType } from '../../model/ComponentType';
|
|
2
3
|
import { type IconVersion } from '../../model/IconVersion';
|
|
3
4
|
|
|
4
5
|
export type { IconName };
|
|
@@ -38,9 +39,9 @@ export interface IconCompatibilityFields {
|
|
|
38
39
|
height?: string;
|
|
39
40
|
}
|
|
40
41
|
|
|
41
|
-
export type IconProps = IconCompatibilityFields &
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
};
|
|
42
|
+
export type IconProps = IconCompatibilityFields &
|
|
43
|
+
ComponentType & {
|
|
44
|
+
imageClassName?: string;
|
|
45
|
+
name?: IconName;
|
|
46
|
+
iconVersion?: IconVersion;
|
|
47
|
+
};
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { type ComponentType } from '../../model/ComponentType';
|
|
1
2
|
import { type Picture } from '../../model/Picture';
|
|
2
3
|
import { type IconCompatibilityFields } from '../Icon/IconProps';
|
|
3
4
|
|
|
@@ -5,7 +6,6 @@ export interface ImageContent {
|
|
|
5
6
|
image?: Picture;
|
|
6
7
|
}
|
|
7
8
|
|
|
8
|
-
export interface ImageProps extends ImageContent, IconCompatibilityFields {
|
|
9
|
-
className?: string;
|
|
9
|
+
export interface ImageProps extends ImageContent, IconCompatibilityFields, ComponentType {
|
|
10
10
|
imageClassName?: string;
|
|
11
11
|
}
|
|
@@ -1,14 +1,15 @@
|
|
|
1
1
|
import { JSX } from '@redneckz/uni-jsx';
|
|
2
2
|
import { type TariffsTableCellIndexProps } from '../../components/TariffsTable/TariffsTableContent';
|
|
3
|
+
import { type ComponentType } from '../../model/ComponentType';
|
|
3
4
|
import { DefaultFoldButton } from '../Foldable/DefaultFoldButton';
|
|
4
5
|
import { type TariffsTableInnerContent } from './InnerTableProps';
|
|
5
6
|
|
|
6
7
|
export interface InnerTableButtonProps
|
|
7
8
|
extends Partial<TariffsTableCellIndexProps>,
|
|
8
|
-
TariffsTableInnerContent
|
|
9
|
+
TariffsTableInnerContent,
|
|
10
|
+
ComponentType {
|
|
9
11
|
onClick?: () => void;
|
|
10
12
|
isOpen?: boolean;
|
|
11
|
-
className?: string;
|
|
12
13
|
}
|
|
13
14
|
|
|
14
15
|
export const TableInnerButton = JSX<InnerTableButtonProps>(
|
|
@@ -1,73 +1,10 @@
|
|
|
1
1
|
import { JSX } from '@redneckz/uni-jsx';
|
|
2
|
-
import { useCallback, useEffect } from '@redneckz/uni-jsx/lib/hooks';
|
|
3
2
|
import { useBool } from '@redneckz/uni-jsx/lib/hooks/useBool';
|
|
4
|
-
import { useOutsideClick } from '@redneckz/uni-jsx/lib/hooks/useOutsideClick';
|
|
5
|
-
import { getRequiredLabel } from '../../utils/getRequiredLabel';
|
|
6
|
-
import { noop } from '../../utils/noop';
|
|
7
|
-
import { style } from '../../utils/style';
|
|
8
|
-
import { Input } from './Input';
|
|
9
3
|
import { type InputProps } from './InputProps';
|
|
10
|
-
import {
|
|
4
|
+
import { InputWrapper } from './InputWrapper';
|
|
11
5
|
|
|
12
|
-
export const InputControl = JSX<InputProps>(
|
|
13
|
-
(
|
|
14
|
-
className,
|
|
15
|
-
label,
|
|
16
|
-
value = '',
|
|
17
|
-
placeholder,
|
|
18
|
-
error,
|
|
19
|
-
errors,
|
|
20
|
-
onChange = noop,
|
|
21
|
-
onBlur,
|
|
22
|
-
isTextarea,
|
|
23
|
-
type,
|
|
24
|
-
isInteger = false,
|
|
25
|
-
maxLength,
|
|
26
|
-
disabled = false,
|
|
27
|
-
}) => {
|
|
28
|
-
const [isOpen, { setFalse: close, setTrue: open }] = useBool();
|
|
29
|
-
const popupRef = useOutsideClick<HTMLDivElement>(close);
|
|
6
|
+
export const InputControl = JSX<InputProps>((props) => {
|
|
7
|
+
const [isOpen, { setFalse: close, setTrue: open }] = useBool();
|
|
30
8
|
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
!isOpen && open();
|
|
34
|
-
maxLength ? v.length <= maxLength && onChange(v) : onChange(v);
|
|
35
|
-
},
|
|
36
|
-
[isOpen, onChange],
|
|
37
|
-
);
|
|
38
|
-
|
|
39
|
-
useEffect(() => {
|
|
40
|
-
isInteger && value ? onChange(normalizeInteger(value)) : null;
|
|
41
|
-
}, [value]);
|
|
42
|
-
|
|
43
|
-
return (
|
|
44
|
-
<div
|
|
45
|
-
className={style('shrink-0 w-full', className)}
|
|
46
|
-
ref={popupRef}
|
|
47
|
-
onBlur={close}
|
|
48
|
-
onFocus={open}
|
|
49
|
-
>
|
|
50
|
-
<div>
|
|
51
|
-
<Input
|
|
52
|
-
disabled={disabled}
|
|
53
|
-
type={type || 'text'}
|
|
54
|
-
aria-label={label}
|
|
55
|
-
label={getRequiredLabel({ label, errors })}
|
|
56
|
-
valid={Boolean(!error)}
|
|
57
|
-
value={value}
|
|
58
|
-
onChange={handleChange}
|
|
59
|
-
onBlur={onBlur}
|
|
60
|
-
isTextarea={isTextarea}
|
|
61
|
-
placeholder={getPlaceholder(placeholder, errors, label)}
|
|
62
|
-
/>
|
|
63
|
-
</div>
|
|
64
|
-
{renderErrorText(error)}
|
|
65
|
-
</div>
|
|
66
|
-
);
|
|
67
|
-
},
|
|
68
|
-
);
|
|
69
|
-
|
|
70
|
-
const normalizeInteger = (val = '') => val.replace(/[^\d]+/g, '');
|
|
71
|
-
|
|
72
|
-
const getPlaceholder = (placeholder?: string, errors?: string[], label?: string) =>
|
|
73
|
-
errors && !label ? `${placeholder}*` : placeholder;
|
|
9
|
+
return <InputWrapper isOpen={isOpen} onOpen={open} onClose={close} {...props} />;
|
|
10
|
+
});
|