@redneckz/wildless-cms-uni-blocks 0.15.339 → 0.15.340
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.213.js +1 -1
- package/bundle/blocks.schema.json +1 -1
- package/bundle/bundle.umd.js +199 -135
- package/bundle/bundle.umd.min.js +1 -1
- package/bundle/components/ApplicationForm/ApplicationFormContent.d.ts +4 -1
- package/bundle/components/CalculatorCredit/CalculatorCredit.d.ts +1 -2
- package/bundle/components/CalculatorCredit/CalculatorCreditContent.d.ts +22 -1
- package/bundle/components/CalculatorCredit/checkCreditSourceBookRowCommonParams.d.ts +1 -2
- package/bundle/components/CalculatorCredit/defaultCreditCalculatorParams.d.ts +2 -0
- package/bundle/components/CalculatorCredit/getCreditCalculatorLimitParams.d.ts +1 -2
- package/bundle/components/CalculatorCredit/getCreditCalculatorParams.d.ts +1 -24
- package/bundle/components/CalculatorCredit/getCreditCalculatorRateParams.d.ts +1 -2
- package/bundle/components/CalculatorDeposit/CalculatorDepositContent.d.ts +1 -1
- package/bundle/components/MobileAppTile/MobileAppTileContent.d.ts +2 -2
- package/bundle/components/OfficesAtmsMap/OfficesAtmsMapLayout.d.ts +5 -2
- package/bundle/components/OfficesAtmsMap/OfficesAtmsMapProps.d.ts +15 -0
- package/bundle/components/OfficesAtmsMap/YandexMapProps.d.ts +1 -0
- package/bundle/components/OfficesAtmsMap/renderDescriptionBlock.d.ts +3 -0
- package/bundle/components/OfficesAtmsMap/renderRemoteWorkplaceCard.d.ts +7 -0
- package/bundle/components/OfficesAtmsMap/useOffices.d.ts +5 -2
- package/bundle/components/ProductGallery/ProductGallery.d.ts +1 -1
- package/bundle/content-page-repository/ContentPageRepository.d.ts +6 -2
- package/bundle/content-page-repository/TransformationOptions.d.ts +1 -0
- package/bundle/content-page-repository/copy.d.ts +1 -0
- package/bundle/data/FooterData.d.ts +0 -1
- package/bundle/data/SitemapData.d.ts +1 -10
- package/bundle/icons/IconName.d.ts +4 -2
- package/bundle/ui-kit/Calculator/renderMonthsInput.d.ts +1 -1
- package/bundle/ui-kit/CookiePopup/CookiePopup.d.ts +1 -0
- package/bundle/ui-kit/Heading/HeadingProps.d.ts +1 -3
- package/bundle/ui-kit/TabsControl/TabItem.d.ts +1 -2
- package/bundle/ui-kit/TabsControl/TabItemInner.d.ts +1 -0
- package/bundle/ui-kit/YandexMap/YandexMap.d.ts +1 -1
- package/bundle/ui-kit/YandexMap/renderClusterer.d.ts +5 -1
- package/bundle/utils/getVersion.d.ts +1 -0
- package/cosmos-static/icons/MapMarkerClusterYellowIcon.svg +1 -0
- package/cosmos-static/icons/sprites.svg +1 -0
- package/dist/components/ApplicationForm/ApplicationFormContent.d.ts +4 -1
- package/dist/components/CalculatorCredit/CalculatorCredit.d.ts +1 -2
- package/dist/components/CalculatorCredit/CalculatorCredit.js.map +1 -1
- package/dist/components/CalculatorCredit/CalculatorCreditContent.d.ts +22 -1
- package/dist/components/CalculatorCredit/checkCreditSourceBookRowCommonParams.d.ts +1 -2
- package/dist/components/CalculatorCredit/defaultCreditCalculatorParams.d.ts +2 -0
- package/dist/components/CalculatorCredit/defaultCreditCalculatorParams.js +17 -0
- package/dist/components/CalculatorCredit/defaultCreditCalculatorParams.js.map +1 -0
- package/dist/components/CalculatorCredit/getCreditCalculatorLimitParams.d.ts +1 -2
- package/dist/components/CalculatorCredit/getCreditCalculatorLimitParams.js.map +1 -1
- package/dist/components/CalculatorCredit/getCreditCalculatorParams.d.ts +1 -24
- package/dist/components/CalculatorCredit/getCreditCalculatorParams.js +3 -16
- package/dist/components/CalculatorCredit/getCreditCalculatorParams.js.map +1 -1
- package/dist/components/CalculatorCredit/getCreditCalculatorRateParams.d.ts +1 -2
- package/dist/components/CalculatorCredit/getCreditCalculatorRateParams.js +2 -2
- package/dist/components/CalculatorCredit/getCreditCalculatorRateParams.js.map +1 -1
- package/dist/components/CalculatorDeposit/CalculatorDepositContent.d.ts +1 -1
- package/dist/components/ContactsBlock/ContactsBlock.js +1 -1
- package/dist/components/ContentPage/ContentPage.js +1 -1
- package/dist/components/ContentPage/ContentPage.js.map +1 -1
- package/dist/components/Footer/Footer.js +2 -9
- package/dist/components/Footer/Footer.js.map +1 -1
- package/dist/components/Footer/Footer.mobile.js +1 -9
- package/dist/components/Footer/Footer.mobile.js.map +1 -1
- package/dist/components/MobileAppTile/MobileAppTile.js +1 -1
- package/dist/components/MobileAppTile/MobileAppTile.js.map +1 -1
- package/dist/components/MobileAppTile/MobileAppTileContent.d.ts +2 -2
- package/dist/components/OfficesAtmsMap/OfficesAtmsMapLayout.d.ts +5 -2
- package/dist/components/OfficesAtmsMap/OfficesAtmsMapLayout.js +30 -20
- package/dist/components/OfficesAtmsMap/OfficesAtmsMapLayout.js.map +1 -1
- package/dist/components/OfficesAtmsMap/OfficesAtmsMapProps.d.ts +15 -0
- package/dist/components/OfficesAtmsMap/OfficesMap.js +12 -9
- package/dist/components/OfficesAtmsMap/OfficesMap.js.map +1 -1
- package/dist/components/OfficesAtmsMap/YandexMapProps.d.ts +1 -0
- package/dist/components/OfficesAtmsMap/renderDescriptionBlock.d.ts +3 -0
- package/dist/components/OfficesAtmsMap/renderDescriptionBlock.js +9 -0
- package/dist/components/OfficesAtmsMap/renderDescriptionBlock.js.map +1 -0
- package/dist/components/OfficesAtmsMap/renderFiltrationForm.js +2 -1
- package/dist/components/OfficesAtmsMap/renderFiltrationForm.js.map +1 -1
- package/dist/components/OfficesAtmsMap/renderRemoteWorkplaceCard.d.ts +7 -0
- package/dist/components/OfficesAtmsMap/renderRemoteWorkplaceCard.js +35 -0
- package/dist/components/OfficesAtmsMap/renderRemoteWorkplaceCard.js.map +1 -0
- package/dist/components/OfficesAtmsMap/useOffices.d.ts +5 -2
- package/dist/components/OfficesAtmsMap/useOffices.js +4 -2
- package/dist/components/OfficesAtmsMap/useOffices.js.map +1 -1
- package/dist/components/ProductGallery/ProductGallery.d.ts +1 -1
- package/dist/components/ProductGallery/ProductGallery.js +12 -5
- package/dist/components/ProductGallery/ProductGallery.js.map +1 -1
- package/dist/components/StickyBottomMenu/BurgerMenuDialog.js +8 -1
- package/dist/components/StickyBottomMenu/BurgerMenuDialog.js.map +1 -1
- package/dist/components/TabsLayout/TabsLayout.js +17 -11
- package/dist/components/TabsLayout/TabsLayout.js.map +1 -1
- package/dist/components/TabsLayout/renderTabsLayout.js +14 -12
- package/dist/components/TabsLayout/renderTabsLayout.js.map +1 -1
- package/dist/content-page-repository/ContentPageRepository.d.ts +6 -2
- package/dist/content-page-repository/ContentPageRepository.js +27 -5
- package/dist/content-page-repository/ContentPageRepository.js.map +1 -1
- package/dist/content-page-repository/TransformationOptions.d.ts +1 -0
- package/dist/content-page-repository/copy.d.ts +1 -0
- package/dist/content-page-repository/copy.js +16 -0
- package/dist/content-page-repository/copy.js.map +1 -0
- package/dist/content-page-repository/transformAttachmentLink.js +8 -7
- package/dist/content-page-repository/transformAttachmentLink.js.map +1 -1
- package/dist/content-page-repository/transformDocument.js +3 -5
- package/dist/content-page-repository/transformDocument.js.map +1 -1
- package/dist/content-page-repository/transformImg.js +4 -1
- package/dist/content-page-repository/transformImg.js.map +1 -1
- package/dist/data/FooterData.d.ts +0 -1
- package/dist/data/SitemapData.d.ts +1 -10
- package/dist/icons/IconName.d.ts +4 -2
- package/dist/icons/IconName.js +3 -1
- package/dist/icons/IconName.js.map +1 -1
- package/dist/ui-kit/Badge/Badge.js +1 -3
- package/dist/ui-kit/Badge/Badge.js.map +1 -1
- package/dist/ui-kit/BaseFiltration/useHotFilters.js +3 -3
- package/dist/ui-kit/BaseFiltration/useHotFilters.js.map +1 -1
- package/dist/ui-kit/BenefitItem/renderBenefitIcon.js +1 -1
- package/dist/ui-kit/BenefitItem/renderBenefitIcon.js.map +1 -1
- package/dist/ui-kit/Calculator/renderMonthsInput.d.ts +1 -1
- package/dist/ui-kit/Calculator/renderMonthsInput.js +1 -1
- package/dist/ui-kit/Calculator/renderMonthsInput.js.map +1 -1
- package/dist/ui-kit/CookiePopup/CookiePopup.d.ts +1 -0
- package/dist/ui-kit/CookiePopup/CookiePopup.js +2 -2
- package/dist/ui-kit/CookiePopup/CookiePopup.js.map +1 -1
- package/dist/ui-kit/Heading/HeadingProps.d.ts +1 -3
- package/dist/ui-kit/TabsControl/ScrollableTabsControl.js +9 -4
- package/dist/ui-kit/TabsControl/ScrollableTabsControl.js.map +1 -1
- package/dist/ui-kit/TabsControl/TabItem.d.ts +1 -2
- package/dist/ui-kit/TabsControl/TabItem.js.map +1 -1
- package/dist/ui-kit/TabsControl/TabItemInner.d.ts +1 -0
- package/dist/ui-kit/TabsControl/TabItemInner.js +4 -2
- package/dist/ui-kit/TabsControl/TabItemInner.js.map +1 -1
- package/dist/ui-kit/YandexMap/YandexMap.d.ts +1 -1
- package/dist/ui-kit/YandexMap/YandexMap.js +2 -2
- package/dist/ui-kit/YandexMap/YandexMap.js.map +1 -1
- package/dist/ui-kit/YandexMap/renderClusterer.d.ts +5 -1
- package/dist/ui-kit/YandexMap/renderClusterer.js +33 -14
- package/dist/ui-kit/YandexMap/renderClusterer.js.map +1 -1
- package/dist/utils/getVersion.d.ts +1 -0
- package/dist/utils/getVersion.js +5 -0
- package/dist/utils/getVersion.js.map +1 -0
- package/lib/common.css +1 -1
- package/lib/components/ApplicationForm/ApplicationFormContent.d.ts +4 -1
- package/lib/components/CalculatorCredit/CalculatorCredit.d.ts +1 -2
- package/lib/components/CalculatorCredit/CalculatorCredit.js +1 -1
- package/lib/components/CalculatorCredit/CalculatorCredit.js.map +1 -1
- package/lib/components/CalculatorCredit/CalculatorCreditContent.d.ts +22 -1
- package/lib/components/CalculatorCredit/checkCreditSourceBookRowCommonParams.d.ts +1 -2
- package/lib/components/CalculatorCredit/defaultCreditCalculatorParams.d.ts +2 -0
- package/lib/components/CalculatorCredit/defaultCreditCalculatorParams.js +15 -0
- package/lib/components/CalculatorCredit/defaultCreditCalculatorParams.js.map +1 -0
- package/lib/components/CalculatorCredit/getCreditCalculatorLimitParams.d.ts +1 -2
- package/lib/components/CalculatorCredit/getCreditCalculatorLimitParams.js.map +1 -1
- package/lib/components/CalculatorCredit/getCreditCalculatorParams.d.ts +1 -24
- package/lib/components/CalculatorCredit/getCreditCalculatorParams.js +1 -14
- package/lib/components/CalculatorCredit/getCreditCalculatorParams.js.map +1 -1
- package/lib/components/CalculatorCredit/getCreditCalculatorRateParams.d.ts +1 -2
- package/lib/components/CalculatorCredit/getCreditCalculatorRateParams.js +1 -1
- package/lib/components/CalculatorCredit/getCreditCalculatorRateParams.js.map +1 -1
- package/lib/components/CalculatorDeposit/CalculatorDepositContent.d.ts +1 -1
- package/lib/components/ContactsBlock/ContactsBlock.js +1 -1
- package/lib/components/ContentPage/ContentPage.js +1 -1
- package/lib/components/ContentPage/ContentPage.js.map +1 -1
- package/lib/components/Footer/Footer.js +2 -9
- package/lib/components/Footer/Footer.js.map +1 -1
- package/lib/components/Footer/Footer.mobile.js +1 -9
- package/lib/components/Footer/Footer.mobile.js.map +1 -1
- package/lib/components/MobileAppTile/MobileAppTile.js +1 -1
- package/lib/components/MobileAppTile/MobileAppTile.js.map +1 -1
- package/lib/components/MobileAppTile/MobileAppTileContent.d.ts +2 -2
- package/lib/components/OfficesAtmsMap/OfficesAtmsMapLayout.d.ts +5 -2
- package/lib/components/OfficesAtmsMap/OfficesAtmsMapLayout.js +30 -20
- package/lib/components/OfficesAtmsMap/OfficesAtmsMapLayout.js.map +1 -1
- package/lib/components/OfficesAtmsMap/OfficesAtmsMapProps.d.ts +15 -0
- package/lib/components/OfficesAtmsMap/OfficesMap.js +12 -9
- package/lib/components/OfficesAtmsMap/OfficesMap.js.map +1 -1
- package/lib/components/OfficesAtmsMap/YandexMapProps.d.ts +1 -0
- package/lib/components/OfficesAtmsMap/renderDescriptionBlock.d.ts +2 -0
- package/lib/components/OfficesAtmsMap/renderDescriptionBlock.js +6 -0
- package/lib/components/OfficesAtmsMap/renderDescriptionBlock.js.map +1 -0
- package/lib/components/OfficesAtmsMap/renderFiltrationForm.js +2 -1
- package/lib/components/OfficesAtmsMap/renderFiltrationForm.js.map +1 -1
- package/lib/components/OfficesAtmsMap/renderRemoteWorkplaceCard.d.ts +6 -0
- package/lib/components/OfficesAtmsMap/renderRemoteWorkplaceCard.js +31 -0
- package/lib/components/OfficesAtmsMap/renderRemoteWorkplaceCard.js.map +1 -0
- package/lib/components/OfficesAtmsMap/useOffices.d.ts +5 -2
- package/lib/components/OfficesAtmsMap/useOffices.js +4 -2
- package/lib/components/OfficesAtmsMap/useOffices.js.map +1 -1
- package/lib/components/ProductGallery/ProductGallery.d.ts +1 -1
- package/lib/components/ProductGallery/ProductGallery.js +12 -5
- package/lib/components/ProductGallery/ProductGallery.js.map +1 -1
- package/lib/components/StickyBottomMenu/BurgerMenuDialog.js +8 -1
- package/lib/components/StickyBottomMenu/BurgerMenuDialog.js.map +1 -1
- package/lib/components/TabsLayout/TabsLayout.fixture.d.ts +4 -3
- package/lib/components/TabsLayout/TabsLayout.fixture.mobile.d.ts +4 -2
- package/lib/components/TabsLayout/TabsLayout.js +17 -11
- package/lib/components/TabsLayout/TabsLayout.js.map +1 -1
- package/lib/components/TabsLayout/renderTabsLayout.js +14 -12
- package/lib/components/TabsLayout/renderTabsLayout.js.map +1 -1
- package/lib/content-page-repository/ContentPageRepository.d.ts +6 -2
- package/lib/content-page-repository/ContentPageRepository.js +26 -4
- package/lib/content-page-repository/ContentPageRepository.js.map +1 -1
- package/lib/content-page-repository/TransformationOptions.d.ts +1 -0
- package/lib/content-page-repository/copy.d.ts +1 -0
- package/lib/content-page-repository/copy.js +10 -0
- package/lib/content-page-repository/copy.js.map +1 -0
- package/lib/content-page-repository/transformAttachmentLink.js +8 -7
- package/lib/content-page-repository/transformAttachmentLink.js.map +1 -1
- package/lib/content-page-repository/transformDocument.js +3 -5
- package/lib/content-page-repository/transformDocument.js.map +1 -1
- package/lib/content-page-repository/transformImg.js +4 -1
- package/lib/content-page-repository/transformImg.js.map +1 -1
- package/lib/data/FooterData.d.ts +0 -1
- package/lib/data/SitemapData.d.ts +1 -10
- package/lib/icons/IconName.d.ts +4 -2
- package/lib/icons/IconName.js +3 -1
- package/lib/icons/IconName.js.map +1 -1
- package/lib/ui-kit/Badge/Badge.js +1 -3
- package/lib/ui-kit/Badge/Badge.js.map +1 -1
- package/lib/ui-kit/BaseFiltration/useHotFilters.js +3 -3
- package/lib/ui-kit/BaseFiltration/useHotFilters.js.map +1 -1
- package/lib/ui-kit/BenefitItem/renderBenefitIcon.js +1 -1
- package/lib/ui-kit/BenefitItem/renderBenefitIcon.js.map +1 -1
- package/lib/ui-kit/Calculator/renderMonthsInput.d.ts +1 -1
- package/lib/ui-kit/Calculator/renderMonthsInput.js +1 -1
- package/lib/ui-kit/Calculator/renderMonthsInput.js.map +1 -1
- package/lib/ui-kit/CookiePopup/CookiePopup.d.ts +1 -0
- package/lib/ui-kit/CookiePopup/CookiePopup.js +2 -2
- package/lib/ui-kit/CookiePopup/CookiePopup.js.map +1 -1
- package/lib/ui-kit/Heading/HeadingProps.d.ts +1 -3
- package/lib/ui-kit/TabsControl/ScrollableTabsControl.js +9 -4
- package/lib/ui-kit/TabsControl/ScrollableTabsControl.js.map +1 -1
- package/lib/ui-kit/TabsControl/TabItem.d.ts +1 -2
- package/lib/ui-kit/TabsControl/TabItem.js.map +1 -1
- package/lib/ui-kit/TabsControl/TabItemInner.d.ts +1 -0
- package/lib/ui-kit/TabsControl/TabItemInner.js +4 -2
- package/lib/ui-kit/TabsControl/TabItemInner.js.map +1 -1
- package/lib/ui-kit/YandexMap/YandexMap.d.ts +1 -1
- package/lib/ui-kit/YandexMap/YandexMap.js +2 -2
- package/lib/ui-kit/YandexMap/YandexMap.js.map +1 -1
- package/lib/ui-kit/YandexMap/renderClusterer.d.ts +5 -1
- package/lib/ui-kit/YandexMap/renderClusterer.js +32 -13
- package/lib/ui-kit/YandexMap/renderClusterer.js.map +1 -1
- package/lib/utils/getVersion.d.ts +1 -0
- package/lib/utils/getVersion.js +2 -0
- package/lib/utils/getVersion.js.map +1 -0
- package/mobile/bundle/bundle.umd.js +194 -128
- package/mobile/bundle/bundle.umd.min.js +1 -1
- package/mobile/bundle/components/ApplicationForm/ApplicationFormContent.d.ts +4 -1
- package/mobile/bundle/components/CalculatorCredit/CalculatorCredit.d.ts +1 -2
- package/mobile/bundle/components/CalculatorCredit/CalculatorCreditContent.d.ts +22 -1
- package/mobile/bundle/components/CalculatorCredit/checkCreditSourceBookRowCommonParams.d.ts +1 -2
- package/mobile/bundle/components/CalculatorCredit/defaultCreditCalculatorParams.d.ts +2 -0
- package/mobile/bundle/components/CalculatorCredit/getCreditCalculatorLimitParams.d.ts +1 -2
- package/mobile/bundle/components/CalculatorCredit/getCreditCalculatorParams.d.ts +1 -24
- package/mobile/bundle/components/CalculatorCredit/getCreditCalculatorRateParams.d.ts +1 -2
- package/mobile/bundle/components/CalculatorDeposit/CalculatorDepositContent.d.ts +1 -1
- package/mobile/bundle/components/MobileAppTile/MobileAppTileContent.d.ts +2 -2
- package/mobile/bundle/components/OfficesAtmsMap/OfficesAtmsMapLayout.d.ts +5 -2
- package/mobile/bundle/components/OfficesAtmsMap/OfficesAtmsMapProps.d.ts +15 -0
- package/mobile/bundle/components/OfficesAtmsMap/YandexMapProps.d.ts +1 -0
- package/mobile/bundle/components/OfficesAtmsMap/renderDescriptionBlock.d.ts +3 -0
- package/mobile/bundle/components/OfficesAtmsMap/renderRemoteWorkplaceCard.d.ts +7 -0
- package/mobile/bundle/components/OfficesAtmsMap/useOffices.d.ts +5 -2
- package/mobile/bundle/content-page-repository/ContentPageRepository.d.ts +6 -2
- package/mobile/bundle/content-page-repository/TransformationOptions.d.ts +1 -0
- package/mobile/bundle/content-page-repository/copy.d.ts +1 -0
- package/mobile/bundle/data/FooterData.d.ts +0 -1
- package/mobile/bundle/data/SitemapData.d.ts +1 -10
- package/mobile/bundle/icons/IconName.d.ts +4 -2
- package/mobile/bundle/ui-kit/Calculator/renderMonthsInput.d.ts +1 -1
- package/mobile/bundle/ui-kit/CookiePopup/CookiePopup.d.ts +1 -0
- package/mobile/bundle/ui-kit/Heading/HeadingProps.d.ts +1 -3
- package/mobile/bundle/ui-kit/TabsControl/TabItem.d.ts +1 -2
- package/mobile/bundle/ui-kit/TabsControl/TabItemInner.d.ts +1 -0
- package/mobile/bundle/ui-kit/YandexMap/YandexMap.d.ts +1 -1
- package/mobile/bundle/ui-kit/YandexMap/renderClusterer.d.ts +5 -1
- package/mobile/bundle/utils/getVersion.d.ts +1 -0
- package/mobile/dist/components/ApplicationForm/ApplicationFormContent.d.ts +4 -1
- package/mobile/dist/components/CalculatorCredit/CalculatorCredit.d.ts +1 -2
- package/mobile/dist/components/CalculatorCredit/CalculatorCredit.js.map +1 -1
- package/mobile/dist/components/CalculatorCredit/CalculatorCreditContent.d.ts +22 -1
- package/mobile/dist/components/CalculatorCredit/checkCreditSourceBookRowCommonParams.d.ts +1 -2
- package/mobile/dist/components/CalculatorCredit/defaultCreditCalculatorParams.d.ts +2 -0
- package/mobile/dist/components/CalculatorCredit/defaultCreditCalculatorParams.js +17 -0
- package/mobile/dist/components/CalculatorCredit/defaultCreditCalculatorParams.js.map +1 -0
- package/mobile/dist/components/CalculatorCredit/getCreditCalculatorLimitParams.d.ts +1 -2
- package/mobile/dist/components/CalculatorCredit/getCreditCalculatorLimitParams.js.map +1 -1
- package/mobile/dist/components/CalculatorCredit/getCreditCalculatorParams.d.ts +1 -24
- package/mobile/dist/components/CalculatorCredit/getCreditCalculatorParams.js +3 -16
- package/mobile/dist/components/CalculatorCredit/getCreditCalculatorParams.js.map +1 -1
- package/mobile/dist/components/CalculatorCredit/getCreditCalculatorRateParams.d.ts +1 -2
- package/mobile/dist/components/CalculatorCredit/getCreditCalculatorRateParams.js +2 -2
- package/mobile/dist/components/CalculatorCredit/getCreditCalculatorRateParams.js.map +1 -1
- package/mobile/dist/components/CalculatorDeposit/CalculatorDepositContent.d.ts +1 -1
- package/mobile/dist/components/ContactsBlock/ContactsBlock.js +1 -1
- package/mobile/dist/components/ContentPage/ContentPage.js +1 -1
- package/mobile/dist/components/ContentPage/ContentPage.js.map +1 -1
- package/mobile/dist/components/Footer/Footer.js +1 -9
- package/mobile/dist/components/Footer/Footer.js.map +1 -1
- package/mobile/dist/components/MobileAppTile/MobileAppTile.js +1 -1
- package/mobile/dist/components/MobileAppTile/MobileAppTile.js.map +1 -1
- package/mobile/dist/components/MobileAppTile/MobileAppTileContent.d.ts +2 -2
- package/mobile/dist/components/OfficesAtmsMap/OfficesAtmsMapLayout.d.ts +5 -2
- package/mobile/dist/components/OfficesAtmsMap/OfficesAtmsMapLayout.js +30 -20
- package/mobile/dist/components/OfficesAtmsMap/OfficesAtmsMapLayout.js.map +1 -1
- package/mobile/dist/components/OfficesAtmsMap/OfficesAtmsMapProps.d.ts +15 -0
- package/mobile/dist/components/OfficesAtmsMap/OfficesMap.js +12 -9
- package/mobile/dist/components/OfficesAtmsMap/OfficesMap.js.map +1 -1
- package/mobile/dist/components/OfficesAtmsMap/YandexMapProps.d.ts +1 -0
- package/mobile/dist/components/OfficesAtmsMap/renderDescriptionBlock.d.ts +3 -0
- package/mobile/dist/components/OfficesAtmsMap/renderDescriptionBlock.js +9 -0
- package/mobile/dist/components/OfficesAtmsMap/renderDescriptionBlock.js.map +1 -0
- package/mobile/dist/components/OfficesAtmsMap/renderFiltrationForm.js +2 -1
- package/mobile/dist/components/OfficesAtmsMap/renderFiltrationForm.js.map +1 -1
- package/mobile/dist/components/OfficesAtmsMap/renderRemoteWorkplaceCard.d.ts +7 -0
- package/mobile/dist/components/OfficesAtmsMap/renderRemoteWorkplaceCard.js +35 -0
- package/mobile/dist/components/OfficesAtmsMap/renderRemoteWorkplaceCard.js.map +1 -0
- package/mobile/dist/components/OfficesAtmsMap/useOffices.d.ts +5 -2
- package/mobile/dist/components/OfficesAtmsMap/useOffices.js +4 -2
- package/mobile/dist/components/OfficesAtmsMap/useOffices.js.map +1 -1
- package/mobile/dist/components/StickyBottomMenu/BurgerMenuDialog.js +8 -1
- package/mobile/dist/components/StickyBottomMenu/BurgerMenuDialog.js.map +1 -1
- package/mobile/dist/components/TabsLayout/TabsLayout.js +17 -11
- package/mobile/dist/components/TabsLayout/TabsLayout.js.map +1 -1
- package/mobile/dist/components/TabsLayout/renderTabsLayout.js +14 -12
- package/mobile/dist/components/TabsLayout/renderTabsLayout.js.map +1 -1
- package/mobile/dist/content-page-repository/ContentPageRepository.d.ts +6 -2
- package/mobile/dist/content-page-repository/ContentPageRepository.js +27 -5
- package/mobile/dist/content-page-repository/ContentPageRepository.js.map +1 -1
- package/mobile/dist/content-page-repository/TransformationOptions.d.ts +1 -0
- package/mobile/dist/content-page-repository/copy.d.ts +1 -0
- package/mobile/dist/content-page-repository/copy.js +16 -0
- package/mobile/dist/content-page-repository/copy.js.map +1 -0
- package/mobile/dist/content-page-repository/transformAttachmentLink.js +8 -7
- package/mobile/dist/content-page-repository/transformAttachmentLink.js.map +1 -1
- package/mobile/dist/content-page-repository/transformDocument.js +3 -5
- package/mobile/dist/content-page-repository/transformDocument.js.map +1 -1
- package/mobile/dist/content-page-repository/transformImg.js +4 -1
- package/mobile/dist/content-page-repository/transformImg.js.map +1 -1
- package/mobile/dist/data/FooterData.d.ts +0 -1
- package/mobile/dist/data/SitemapData.d.ts +1 -10
- package/mobile/dist/icons/IconName.d.ts +4 -2
- package/mobile/dist/icons/IconName.js +3 -1
- package/mobile/dist/icons/IconName.js.map +1 -1
- package/mobile/dist/ui-kit/Badge/Badge.js +1 -3
- package/mobile/dist/ui-kit/Badge/Badge.js.map +1 -1
- package/mobile/dist/ui-kit/BaseFiltration/useHotFilters.js +3 -3
- package/mobile/dist/ui-kit/BaseFiltration/useHotFilters.js.map +1 -1
- package/mobile/dist/ui-kit/BenefitItem/renderBenefitIcon.js +1 -1
- package/mobile/dist/ui-kit/BenefitItem/renderBenefitIcon.js.map +1 -1
- package/mobile/dist/ui-kit/Calculator/renderMonthsInput.d.ts +1 -1
- package/mobile/dist/ui-kit/Calculator/renderMonthsInput.js +1 -1
- package/mobile/dist/ui-kit/Calculator/renderMonthsInput.js.map +1 -1
- package/mobile/dist/ui-kit/CookiePopup/CookiePopup.d.ts +1 -0
- package/mobile/dist/ui-kit/CookiePopup/CookiePopup.js +2 -2
- package/mobile/dist/ui-kit/CookiePopup/CookiePopup.js.map +1 -1
- package/mobile/dist/ui-kit/Heading/HeadingProps.d.ts +1 -3
- package/mobile/dist/ui-kit/TabsControl/ScrollableTabsControl.js +9 -4
- package/mobile/dist/ui-kit/TabsControl/ScrollableTabsControl.js.map +1 -1
- package/mobile/dist/ui-kit/TabsControl/TabItem.d.ts +1 -2
- package/mobile/dist/ui-kit/TabsControl/TabItem.js.map +1 -1
- package/mobile/dist/ui-kit/TabsControl/TabItemInner.d.ts +1 -0
- package/mobile/dist/ui-kit/TabsControl/TabItemInner.js +4 -2
- package/mobile/dist/ui-kit/TabsControl/TabItemInner.js.map +1 -1
- package/mobile/dist/ui-kit/YandexMap/YandexMap.d.ts +1 -1
- package/mobile/dist/ui-kit/YandexMap/YandexMap.js +2 -2
- package/mobile/dist/ui-kit/YandexMap/YandexMap.js.map +1 -1
- package/mobile/dist/ui-kit/YandexMap/renderClusterer.d.ts +5 -1
- package/mobile/dist/ui-kit/YandexMap/renderClusterer.js +33 -14
- package/mobile/dist/ui-kit/YandexMap/renderClusterer.js.map +1 -1
- package/mobile/dist/utils/getVersion.d.ts +1 -0
- package/mobile/dist/utils/getVersion.js +5 -0
- package/mobile/dist/utils/getVersion.js.map +1 -0
- package/mobile/lib/components/ApplicationForm/ApplicationFormContent.d.ts +4 -1
- package/mobile/lib/components/CalculatorCredit/CalculatorCredit.d.ts +1 -2
- package/mobile/lib/components/CalculatorCredit/CalculatorCredit.js +1 -1
- package/mobile/lib/components/CalculatorCredit/CalculatorCredit.js.map +1 -1
- package/mobile/lib/components/CalculatorCredit/CalculatorCreditContent.d.ts +22 -1
- package/mobile/lib/components/CalculatorCredit/checkCreditSourceBookRowCommonParams.d.ts +1 -2
- package/mobile/lib/components/CalculatorCredit/defaultCreditCalculatorParams.d.ts +2 -0
- package/mobile/lib/components/CalculatorCredit/defaultCreditCalculatorParams.js +15 -0
- package/mobile/lib/components/CalculatorCredit/defaultCreditCalculatorParams.js.map +1 -0
- package/mobile/lib/components/CalculatorCredit/getCreditCalculatorLimitParams.d.ts +1 -2
- package/mobile/lib/components/CalculatorCredit/getCreditCalculatorLimitParams.js.map +1 -1
- package/mobile/lib/components/CalculatorCredit/getCreditCalculatorParams.d.ts +1 -24
- package/mobile/lib/components/CalculatorCredit/getCreditCalculatorParams.js +1 -14
- package/mobile/lib/components/CalculatorCredit/getCreditCalculatorParams.js.map +1 -1
- package/mobile/lib/components/CalculatorCredit/getCreditCalculatorRateParams.d.ts +1 -2
- package/mobile/lib/components/CalculatorCredit/getCreditCalculatorRateParams.js +1 -1
- package/mobile/lib/components/CalculatorCredit/getCreditCalculatorRateParams.js.map +1 -1
- package/mobile/lib/components/CalculatorDeposit/CalculatorDepositContent.d.ts +1 -1
- package/mobile/lib/components/ContactsBlock/ContactsBlock.js +1 -1
- package/mobile/lib/components/ContentPage/ContentPage.js +1 -1
- package/mobile/lib/components/ContentPage/ContentPage.js.map +1 -1
- package/mobile/lib/components/Footer/Footer.js +1 -9
- package/mobile/lib/components/Footer/Footer.js.map +1 -1
- package/mobile/lib/components/MobileAppTile/MobileAppTile.js +1 -1
- package/mobile/lib/components/MobileAppTile/MobileAppTile.js.map +1 -1
- package/mobile/lib/components/MobileAppTile/MobileAppTileContent.d.ts +2 -2
- package/mobile/lib/components/OfficesAtmsMap/OfficesAtmsMapLayout.d.ts +5 -2
- package/mobile/lib/components/OfficesAtmsMap/OfficesAtmsMapLayout.js +30 -20
- package/mobile/lib/components/OfficesAtmsMap/OfficesAtmsMapLayout.js.map +1 -1
- package/mobile/lib/components/OfficesAtmsMap/OfficesAtmsMapProps.d.ts +15 -0
- package/mobile/lib/components/OfficesAtmsMap/OfficesMap.js +12 -9
- package/mobile/lib/components/OfficesAtmsMap/OfficesMap.js.map +1 -1
- package/mobile/lib/components/OfficesAtmsMap/YandexMapProps.d.ts +1 -0
- package/mobile/lib/components/OfficesAtmsMap/renderDescriptionBlock.d.ts +3 -0
- package/mobile/lib/components/OfficesAtmsMap/renderDescriptionBlock.js +6 -0
- package/mobile/lib/components/OfficesAtmsMap/renderDescriptionBlock.js.map +1 -0
- package/mobile/lib/components/OfficesAtmsMap/renderFiltrationForm.js +2 -1
- package/mobile/lib/components/OfficesAtmsMap/renderFiltrationForm.js.map +1 -1
- package/mobile/lib/components/OfficesAtmsMap/renderRemoteWorkplaceCard.d.ts +7 -0
- package/mobile/lib/components/OfficesAtmsMap/renderRemoteWorkplaceCard.js +31 -0
- package/mobile/lib/components/OfficesAtmsMap/renderRemoteWorkplaceCard.js.map +1 -0
- package/mobile/lib/components/OfficesAtmsMap/useOffices.d.ts +5 -2
- package/mobile/lib/components/OfficesAtmsMap/useOffices.js +4 -2
- package/mobile/lib/components/OfficesAtmsMap/useOffices.js.map +1 -1
- package/mobile/lib/components/StickyBottomMenu/BurgerMenuDialog.js +8 -1
- package/mobile/lib/components/StickyBottomMenu/BurgerMenuDialog.js.map +1 -1
- package/mobile/lib/components/TabsLayout/TabsLayout.js +17 -11
- package/mobile/lib/components/TabsLayout/TabsLayout.js.map +1 -1
- package/mobile/lib/components/TabsLayout/renderTabsLayout.js +14 -12
- package/mobile/lib/components/TabsLayout/renderTabsLayout.js.map +1 -1
- package/mobile/lib/content-page-repository/ContentPageRepository.d.ts +6 -2
- package/mobile/lib/content-page-repository/ContentPageRepository.js +26 -4
- package/mobile/lib/content-page-repository/ContentPageRepository.js.map +1 -1
- package/mobile/lib/content-page-repository/TransformationOptions.d.ts +1 -0
- package/mobile/lib/content-page-repository/copy.d.ts +1 -0
- package/mobile/lib/content-page-repository/copy.js +10 -0
- package/mobile/lib/content-page-repository/copy.js.map +1 -0
- package/mobile/lib/content-page-repository/transformAttachmentLink.js +8 -7
- package/mobile/lib/content-page-repository/transformAttachmentLink.js.map +1 -1
- package/mobile/lib/content-page-repository/transformDocument.js +3 -5
- package/mobile/lib/content-page-repository/transformDocument.js.map +1 -1
- package/mobile/lib/content-page-repository/transformImg.js +4 -1
- package/mobile/lib/content-page-repository/transformImg.js.map +1 -1
- package/mobile/lib/data/FooterData.d.ts +0 -1
- package/mobile/lib/data/SitemapData.d.ts +1 -10
- package/mobile/lib/icons/IconName.d.ts +4 -2
- package/mobile/lib/icons/IconName.js +3 -1
- package/mobile/lib/icons/IconName.js.map +1 -1
- package/mobile/lib/ui-kit/Badge/Badge.js +1 -3
- package/mobile/lib/ui-kit/Badge/Badge.js.map +1 -1
- package/mobile/lib/ui-kit/BaseFiltration/useHotFilters.js +3 -3
- package/mobile/lib/ui-kit/BaseFiltration/useHotFilters.js.map +1 -1
- package/mobile/lib/ui-kit/BenefitItem/renderBenefitIcon.js +1 -1
- package/mobile/lib/ui-kit/BenefitItem/renderBenefitIcon.js.map +1 -1
- package/mobile/lib/ui-kit/Calculator/renderMonthsInput.d.ts +1 -1
- package/mobile/lib/ui-kit/Calculator/renderMonthsInput.js +1 -1
- package/mobile/lib/ui-kit/Calculator/renderMonthsInput.js.map +1 -1
- package/mobile/lib/ui-kit/CookiePopup/CookiePopup.d.ts +1 -0
- package/mobile/lib/ui-kit/CookiePopup/CookiePopup.js +2 -2
- package/mobile/lib/ui-kit/CookiePopup/CookiePopup.js.map +1 -1
- package/mobile/lib/ui-kit/Heading/HeadingProps.d.ts +1 -3
- package/mobile/lib/ui-kit/TabsControl/ScrollableTabsControl.js +9 -4
- package/mobile/lib/ui-kit/TabsControl/ScrollableTabsControl.js.map +1 -1
- package/mobile/lib/ui-kit/TabsControl/TabItem.d.ts +1 -2
- package/mobile/lib/ui-kit/TabsControl/TabItem.js.map +1 -1
- package/mobile/lib/ui-kit/TabsControl/TabItemInner.d.ts +1 -0
- package/mobile/lib/ui-kit/TabsControl/TabItemInner.js +4 -2
- package/mobile/lib/ui-kit/TabsControl/TabItemInner.js.map +1 -1
- package/mobile/lib/ui-kit/YandexMap/YandexMap.d.ts +1 -1
- package/mobile/lib/ui-kit/YandexMap/YandexMap.js +2 -2
- package/mobile/lib/ui-kit/YandexMap/YandexMap.js.map +1 -1
- package/mobile/lib/ui-kit/YandexMap/renderClusterer.d.ts +5 -1
- package/mobile/lib/ui-kit/YandexMap/renderClusterer.js +32 -13
- package/mobile/lib/ui-kit/YandexMap/renderClusterer.js.map +1 -1
- package/mobile/lib/utils/getVersion.d.ts +1 -0
- package/mobile/lib/utils/getVersion.js +2 -0
- package/mobile/lib/utils/getVersion.js.map +1 -0
- package/mobile/src/components/ApplicationForm/ApplicationFormContent.ts +4 -1
- package/mobile/src/components/CalculatorCredit/CalculatorCredit.tsx +3 -5
- package/mobile/src/components/CalculatorCredit/CalculatorCreditContent.ts +31 -0
- package/mobile/src/components/CalculatorCredit/checkCreditSourceBookRowCommonParams.ts +2 -2
- package/mobile/src/components/CalculatorCredit/defaultCreditCalculatorParams.ts +19 -0
- package/mobile/src/components/CalculatorCredit/getCreditCalculatorLimitParams.ts +3 -3
- package/mobile/src/components/CalculatorCredit/getCreditCalculatorParams.ts +7 -53
- package/mobile/src/components/CalculatorCredit/getCreditCalculatorRateParams.ts +4 -4
- package/mobile/src/components/CalculatorDeposit/CalculatorDepositContent.ts +1 -1
- package/mobile/src/components/ContactsBlock/ContactsBlock.tsx +1 -1
- package/mobile/src/components/ContactsBlock/ContactsBlock.ui.json +36 -1
- package/mobile/src/components/ContentPage/ContentPage.tsx +1 -0
- package/mobile/src/components/Footer/Footer.tsx +0 -16
- package/mobile/src/components/MobileAppTile/MobileAppTile.tsx +1 -1
- package/mobile/src/components/MobileAppTile/MobileAppTileContent.ts +0 -4
- package/mobile/src/components/OfficesAtmsMap/OfficesAtmsMapLayout.tsx +37 -47
- package/mobile/src/components/OfficesAtmsMap/OfficesAtmsMapProps.tsx +15 -0
- package/mobile/src/components/OfficesAtmsMap/OfficesMap.tsx +28 -12
- package/mobile/src/components/OfficesAtmsMap/YandexMapProps.ts +1 -0
- package/mobile/src/components/OfficesAtmsMap/renderDescriptionBlock.tsx +29 -0
- package/mobile/src/components/OfficesAtmsMap/renderFiltrationForm.tsx +2 -1
- package/mobile/src/components/OfficesAtmsMap/renderRemoteWorkplaceCard.tsx +86 -0
- package/mobile/src/components/OfficesAtmsMap/useOffices.ts +11 -4
- package/mobile/src/components/StickyBottomMenu/BurgerMenuDialog.tsx +9 -1
- package/mobile/src/components/TabsLayout/TabsLayout.tsx +21 -11
- package/mobile/src/components/TabsLayout/renderTabsLayout.tsx +24 -20
- package/mobile/src/content-page-repository/ContentPageRepository.ts +36 -4
- package/mobile/src/content-page-repository/TransformationOptions.ts +1 -0
- package/mobile/src/content-page-repository/copy.ts +11 -0
- package/mobile/src/content-page-repository/transformAttachmentLink.ts +7 -8
- package/mobile/src/content-page-repository/transformDocument.ts +3 -5
- package/mobile/src/content-page-repository/transformImg.ts +6 -1
- package/mobile/src/data/FooterData.ts +0 -1
- package/mobile/src/data/SitemapData.ts +1 -11
- package/mobile/src/icons/IconName.ts +5 -5
- package/mobile/src/icons/MapMarkerClusterYellowIcon.svg +1 -0
- package/mobile/src/ui-kit/Badge/Badge.tsx +13 -15
- package/mobile/src/ui-kit/BaseFiltration/useHotFilters.tsx +3 -7
- package/mobile/src/ui-kit/BenefitItem/renderBenefitIcon.tsx +1 -1
- package/mobile/src/ui-kit/Calculator/renderMonthsInput.tsx +2 -2
- package/mobile/src/ui-kit/CookiePopup/CookiePopup.tsx +52 -42
- package/mobile/src/ui-kit/Heading/HeadingProps.ts +1 -3
- package/mobile/src/ui-kit/TabsControl/ScrollableTabsControl.tsx +13 -16
- package/mobile/src/ui-kit/TabsControl/TabItem.tsx +1 -2
- package/mobile/src/ui-kit/TabsControl/TabItemInner.tsx +9 -2
- package/mobile/src/ui-kit/YandexMap/YandexMap.tsx +3 -3
- package/mobile/src/ui-kit/YandexMap/renderClusterer.ts +62 -16
- package/mobile/src/utils/getVersion.ts +1 -0
- package/package.json +1 -1
- package/src/components/ApplicationForm/ApplicationFormContent.ts +4 -1
- package/src/components/CalculatorCredit/CalculatorCredit.tsx +3 -5
- package/src/components/CalculatorCredit/CalculatorCreditContent.ts +31 -0
- package/src/components/CalculatorCredit/checkCreditSourceBookRowCommonParams.ts +2 -2
- package/src/components/CalculatorCredit/defaultCreditCalculatorParams.ts +19 -0
- package/src/components/CalculatorCredit/getCreditCalculatorLimitParams.ts +3 -3
- package/src/components/CalculatorCredit/getCreditCalculatorParams.ts +7 -53
- package/src/components/CalculatorCredit/getCreditCalculatorRateParams.ts +4 -4
- package/src/components/CalculatorDeposit/CalculatorDepositContent.ts +1 -1
- package/src/components/ContactsBlock/ContactsBlock.tsx +1 -1
- package/src/components/ContactsBlock/ContactsBlock.ui.json +36 -1
- package/src/components/ContentPage/ContentPage.tsx +1 -0
- package/src/components/Footer/Footer.mobile.tsx +0 -16
- package/src/components/Footer/Footer.tsx +0 -19
- package/src/components/MobileAppTile/MobileAppTile.tsx +1 -1
- package/src/components/MobileAppTile/MobileAppTileContent.ts +0 -4
- package/src/components/OfficesAtmsMap/OfficesAtmsMapLayout.tsx +37 -47
- package/src/components/OfficesAtmsMap/OfficesAtmsMapProps.tsx +15 -0
- package/src/components/OfficesAtmsMap/OfficesMap.tsx +28 -12
- package/src/components/OfficesAtmsMap/YandexMapProps.ts +1 -0
- package/src/components/OfficesAtmsMap/renderDescriptionBlock.tsx +29 -0
- package/src/components/OfficesAtmsMap/renderFiltrationForm.tsx +2 -1
- package/src/components/OfficesAtmsMap/renderRemoteWorkplaceCard.tsx +86 -0
- package/src/components/OfficesAtmsMap/useOffices.ts +11 -4
- package/src/components/ProductGallery/ProductGallery.tsx +37 -7
- package/src/components/StickyBottomMenu/BurgerMenuDialog.tsx +9 -1
- package/src/components/TabsLayout/TabsLayout.fixture.mobile.tsx +70 -24
- package/src/components/TabsLayout/TabsLayout.fixture.tsx +33 -29
- package/src/components/TabsLayout/TabsLayout.tsx +21 -11
- package/src/components/TabsLayout/renderTabsLayout.tsx +24 -20
- package/src/content-page-repository/ContentPageRepository.ts +36 -4
- package/src/content-page-repository/TransformationOptions.ts +1 -0
- package/src/content-page-repository/copy.ts +11 -0
- package/src/content-page-repository/transformAttachmentLink.ts +7 -8
- package/src/content-page-repository/transformDocument.ts +3 -5
- package/src/content-page-repository/transformImg.ts +6 -1
- package/src/data/FooterData.ts +0 -1
- package/src/data/SitemapData.ts +1 -11
- package/src/icons/IconName.ts +5 -5
- package/src/icons/MapMarkerClusterYellowIcon.svg +1 -0
- package/src/ui-kit/Badge/Badge.tsx +13 -15
- package/src/ui-kit/BaseFiltration/useHotFilters.tsx +3 -7
- package/src/ui-kit/BenefitItem/renderBenefitIcon.tsx +1 -1
- package/src/ui-kit/Calculator/renderMonthsInput.tsx +2 -2
- package/src/ui-kit/CookiePopup/CookiePopup.tsx +52 -42
- package/src/ui-kit/Heading/HeadingProps.ts +1 -3
- package/src/ui-kit/TabsControl/ScrollableTabsControl.tsx +13 -16
- package/src/ui-kit/TabsControl/TabItem.tsx +1 -2
- package/src/ui-kit/TabsControl/TabItemInner.tsx +9 -2
- package/src/ui-kit/YandexMap/YandexMap.tsx +3 -3
- package/src/ui-kit/YandexMap/renderClusterer.ts +62 -16
- package/src/utils/getVersion.ts +1 -0
|
@@ -35,6 +35,10 @@ export declare type FieldCommonDef = FieldDefaultDef & {
|
|
|
35
35
|
/** @default "common" */
|
|
36
36
|
fieldType: 'common';
|
|
37
37
|
};
|
|
38
|
+
/**
|
|
39
|
+
* @title Значение по умолчанию
|
|
40
|
+
* @enumNames ["Валютный контроль","Документарные операции","Конверсионные операции","Иные вопросы ВЭД"]
|
|
41
|
+
*/
|
|
38
42
|
declare type VedTypes = 'currencyControl' | 'documentOperations' | 'conversionTransactions' | 'otherIssues';
|
|
39
43
|
/**
|
|
40
44
|
* @title Поле ввода ВЭД
|
|
@@ -43,7 +47,6 @@ declare type VedTypes = 'currencyControl' | 'documentOperations' | 'conversionTr
|
|
|
43
47
|
export declare type FieldVedDef = FieldDefaultDef & {
|
|
44
48
|
/** @default "ved" */
|
|
45
49
|
fieldType: 'ved';
|
|
46
|
-
/** @title Значение по умолчанию */
|
|
47
50
|
defaultValue?: VedTypes;
|
|
48
51
|
};
|
|
49
52
|
/**
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { type JSONRefObject } from '../../data/JSONRefObject';
|
|
2
2
|
import { type UniBlockProps } from '../../UniBlock/UniBlockProps';
|
|
3
|
-
import { type CalculatorCreditContent } from './CalculatorCreditContent';
|
|
4
|
-
import { type CreditCalculatorData } from './getCreditCalculatorParams';
|
|
3
|
+
import { type CalculatorCreditContent, type CreditCalculatorData } from './CalculatorCreditContent';
|
|
5
4
|
export interface CalculatorDepositProps extends CalculatorCreditContent, UniBlockProps {
|
|
6
5
|
className?: string;
|
|
7
6
|
calcSource?: CreditCalculatorData & JSONRefObject;
|
|
@@ -1,5 +1,26 @@
|
|
|
1
|
-
import { type CalculatorParamsViewSettingsDefault, type CommonCalculatorProps, type CommonDefaultParams } from '../../ui-kit/Calculator/CalculatorProps';
|
|
1
|
+
import { type CalculatorParamsViewSettingsDefault, type CalcValueProps, type CommonCalculatorProps, type CommonDefaultParams, type LimitParamsProps } from '../../ui-kit/Calculator/CalculatorProps';
|
|
2
2
|
import { type UniBlockContent } from '../../UniBlock/UniBlockProps';
|
|
3
|
+
export interface CommonCreditParams {
|
|
4
|
+
isInsurance: boolean;
|
|
5
|
+
isSalaryClient: boolean;
|
|
6
|
+
isPensionClient: boolean;
|
|
7
|
+
isStateEmployee: boolean;
|
|
8
|
+
}
|
|
9
|
+
export interface CreditCalculatorSourceBookRateParams extends CommonCreditParams, LimitParamsProps {
|
|
10
|
+
rate: number;
|
|
11
|
+
}
|
|
12
|
+
export interface CreditCalculatorSourceBookLimitParams extends CommonCreditParams, LimitParamsProps {
|
|
13
|
+
}
|
|
14
|
+
export interface CreditCalculatorUserInputParams extends CommonCreditParams, CalcValueProps {
|
|
15
|
+
isAnnuity: boolean;
|
|
16
|
+
}
|
|
17
|
+
export interface CreditCalculatorParams extends CreditCalculatorSourceBookRateParams, CreditCalculatorUserInputParams {
|
|
18
|
+
monthlyPayment: number;
|
|
19
|
+
}
|
|
20
|
+
export declare type CreditCalculatorData = {
|
|
21
|
+
rateRows?: CreditCalculatorSourceBookRateParams[];
|
|
22
|
+
limitRows?: CreditCalculatorSourceBookLimitParams[];
|
|
23
|
+
};
|
|
3
24
|
export interface CreditCalculatorParamsViewSettings extends CalculatorParamsViewSettingsDefault {
|
|
4
25
|
/** @title Работаю в бюджетной организации */
|
|
5
26
|
isShowStateEmployee?: boolean;
|
|
@@ -1,5 +1,4 @@
|
|
|
1
|
-
import { type CreditCalculatorParamsViewSettings } from './CalculatorCreditContent';
|
|
2
|
-
import { type CommonCreditParams, type CreditCalculatorUserInputParams } from './getCreditCalculatorParams';
|
|
1
|
+
import { type CommonCreditParams, type CreditCalculatorParamsViewSettings, type CreditCalculatorUserInputParams } from './CalculatorCreditContent';
|
|
3
2
|
interface CheckSourceBookRowProps {
|
|
4
3
|
row: CommonCreditParams;
|
|
5
4
|
userInputParams: CreditCalculatorUserInputParams;
|
|
@@ -1,5 +1,4 @@
|
|
|
1
|
-
import { type CreditCalculatorParamsViewSettings } from './CalculatorCreditContent';
|
|
2
|
-
import { type CreditCalculatorSourceBookLimitParams, type CreditCalculatorUserInputParams } from './getCreditCalculatorParams';
|
|
1
|
+
import { type CreditCalculatorParamsViewSettings, type CreditCalculatorSourceBookLimitParams, type CreditCalculatorUserInputParams } from './CalculatorCreditContent';
|
|
3
2
|
interface GetCreditCalculatorLimitParamsProps {
|
|
4
3
|
limitRows: CreditCalculatorSourceBookLimitParams[];
|
|
5
4
|
userInputParams: CreditCalculatorUserInputParams;
|
|
@@ -1,25 +1,2 @@
|
|
|
1
|
-
import { type
|
|
2
|
-
import { type CreditCalculatorParamsViewSettings } from './CalculatorCreditContent';
|
|
3
|
-
export declare const DEFAULT_CREDIT_CALCULATOR_PARAMS: CreditCalculatorSourceBookRateParams;
|
|
4
|
-
export interface CommonCreditParams {
|
|
5
|
-
isInsurance: boolean;
|
|
6
|
-
isSalaryClient: boolean;
|
|
7
|
-
isPensionClient: boolean;
|
|
8
|
-
isStateEmployee: boolean;
|
|
9
|
-
}
|
|
10
|
-
export interface CreditCalculatorSourceBookRateParams extends CommonCreditParams, LimitParamsProps {
|
|
11
|
-
rate: number;
|
|
12
|
-
}
|
|
13
|
-
export interface CreditCalculatorSourceBookLimitParams extends CommonCreditParams, LimitParamsProps {
|
|
14
|
-
}
|
|
15
|
-
export interface CreditCalculatorUserInputParams extends CommonCreditParams, CalcValueProps {
|
|
16
|
-
isAnnuity: boolean;
|
|
17
|
-
}
|
|
18
|
-
export interface CreditCalculatorParams extends CreditCalculatorSourceBookRateParams, CreditCalculatorUserInputParams {
|
|
19
|
-
monthlyPayment: number;
|
|
20
|
-
}
|
|
21
|
-
export declare type CreditCalculatorData = {
|
|
22
|
-
rateRows?: CreditCalculatorSourceBookRateParams[];
|
|
23
|
-
limitRows?: CreditCalculatorSourceBookLimitParams[];
|
|
24
|
-
};
|
|
1
|
+
import { type CreditCalculatorData, type CreditCalculatorParams, type CreditCalculatorParamsViewSettings, type CreditCalculatorUserInputParams } from './CalculatorCreditContent';
|
|
25
2
|
export declare const getCreditCalculatorParams: (userInputParams: CreditCalculatorUserInputParams, calcSource?: CreditCalculatorData, paramsViewSettings?: CreditCalculatorParamsViewSettings) => CreditCalculatorParams;
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import { type CalcValueProps } from '../../ui-kit/Calculator/CalculatorProps';
|
|
2
|
-
import { type CreditCalculatorParamsViewSettings } from './CalculatorCreditContent';
|
|
3
|
-
import { type CreditCalculatorSourceBookRateParams, type CreditCalculatorUserInputParams } from './getCreditCalculatorParams';
|
|
2
|
+
import { type CreditCalculatorParamsViewSettings, type CreditCalculatorSourceBookRateParams, type CreditCalculatorUserInputParams } from './CalculatorCreditContent';
|
|
4
3
|
interface GetCreditCalculatorRateParamsProps extends CalcValueProps {
|
|
5
4
|
rateRows: CreditCalculatorSourceBookRateParams[];
|
|
6
5
|
userInputParams: CreditCalculatorUserInputParams;
|
|
@@ -19,7 +19,7 @@ export interface DepositDefaultParams extends CommonDefaultParams {
|
|
|
19
19
|
isRemoteRegistration?: boolean;
|
|
20
20
|
}
|
|
21
21
|
/**
|
|
22
|
-
* @title Калькулятор
|
|
22
|
+
* @title Калькулятор вкладов
|
|
23
23
|
*/
|
|
24
24
|
export declare type CalculatorDepositContent = UniBlockContent & CommonCalculatorProps & {
|
|
25
25
|
/** @title Настройка отображения радио */
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { type AdditionalDescriptionProps, type
|
|
1
|
+
import { type AdditionalDescriptionProps, type HeadlineCommonProps } from '../../model/HeadlineType';
|
|
2
2
|
import { type Picture } from '../../model/Picture';
|
|
3
3
|
import { type HeadingType } from '../../ui-kit/Heading/HeadingProps';
|
|
4
4
|
import { type ImageContent } from '../../ui-kit/Img/ImgProps';
|
|
@@ -8,7 +8,7 @@ import { type UniBlockContent } from '../../UniBlock/UniBlockProps';
|
|
|
8
8
|
/**
|
|
9
9
|
* @title Мобильное приложение
|
|
10
10
|
*/
|
|
11
|
-
export declare type MobileAppTileContent = UniBlockContent & AdditionalDescriptionProps & HeadlineCommonProps &
|
|
11
|
+
export declare type MobileAppTileContent = UniBlockContent & AdditionalDescriptionProps & HeadlineCommonProps & ButtonsSectionContent & ListContent & ImageContent & {
|
|
12
12
|
/** @title QR-код */
|
|
13
13
|
qr?: Picture;
|
|
14
14
|
headingType?: HeadingType;
|
|
@@ -1,16 +1,19 @@
|
|
|
1
1
|
import { type VNode } from '../../model/VNode';
|
|
2
2
|
import { type AtmsDef } from './OfficesAtmsMapContent';
|
|
3
|
-
import { type Atm, type Branch } from './OfficesAtmsMapProps';
|
|
3
|
+
import { type Atm, type Branch, type RemoteWorkplace } from './OfficesAtmsMapProps';
|
|
4
4
|
import { type BalloonContent } from './YandexMapProps';
|
|
5
5
|
export declare type InitFilterState = Record<string, boolean>;
|
|
6
6
|
export interface OfficesAtmsMapLayoutProps<T> {
|
|
7
7
|
className?: string;
|
|
8
8
|
data?: T[];
|
|
9
|
+
remoteWorkplaces?: T[];
|
|
9
10
|
renderCard?: (item: T, index: number) => VNode;
|
|
11
|
+
renderRemoteWorkplaceCard?: (item: T, index: number) => VNode;
|
|
10
12
|
filterItems?: (data: T[], filtrationState: InitFilterState) => T[];
|
|
11
13
|
getBalloon?: (item: T) => BalloonContent;
|
|
14
|
+
getBalloonRemoteWorkplaces?: (item: T) => BalloonContent;
|
|
12
15
|
initFilterState?: InitFilterState;
|
|
13
16
|
descriptionData?: AtmsDef;
|
|
14
17
|
title?: string;
|
|
15
18
|
}
|
|
16
|
-
export declare const OfficesAtmsMapLayout: import("@redneckz/uni-jsx").UNIComponent<OfficesAtmsMapLayoutProps<Branch | Atm>, any, any>;
|
|
19
|
+
export declare const OfficesAtmsMapLayout: import("@redneckz/uni-jsx").UNIComponent<OfficesAtmsMapLayoutProps<Branch | RemoteWorkplace | Atm>, any, any>;
|
|
@@ -74,6 +74,21 @@ export interface Branch {
|
|
|
74
74
|
preciousMetalsOperations?: false;
|
|
75
75
|
transferringDataToBiometricSystem?: false;
|
|
76
76
|
}
|
|
77
|
+
export interface RemoteWorkplace {
|
|
78
|
+
id?: number;
|
|
79
|
+
region?: {
|
|
80
|
+
id?: number;
|
|
81
|
+
code?: string;
|
|
82
|
+
name?: string;
|
|
83
|
+
slug?: string;
|
|
84
|
+
};
|
|
85
|
+
landmark?: string;
|
|
86
|
+
workScheduleDescription?: string;
|
|
87
|
+
description?: string;
|
|
88
|
+
gpsLatitude?: number;
|
|
89
|
+
gpsLongitude?: number;
|
|
90
|
+
address?: string;
|
|
91
|
+
}
|
|
77
92
|
export interface Atm {
|
|
78
93
|
location?: string;
|
|
79
94
|
address?: string;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import { type RemoteWorkplace } from './OfficesAtmsMapProps';
|
|
3
|
+
export declare const renderRemoteWorkplaceCard: ({ address, workScheduleDescription }: RemoteWorkplace, index: number) => JSX.Element | null;
|
|
4
|
+
export declare const getRemoteWorkplacePoint: ({ address, workScheduleDescription, }: RemoteWorkplace) => {
|
|
5
|
+
header: string;
|
|
6
|
+
body: string;
|
|
7
|
+
};
|
|
@@ -1,2 +1,5 @@
|
|
|
1
|
-
import { type Branch } from './OfficesAtmsMapProps';
|
|
2
|
-
export declare function useOffices(regionCode?: string):
|
|
1
|
+
import { type Branch, type RemoteWorkplace } from './OfficesAtmsMapProps';
|
|
2
|
+
export declare function useOffices(regionCode?: string): {
|
|
3
|
+
branches: Branch[];
|
|
4
|
+
remoteWorkplaces: RemoteWorkplace[];
|
|
5
|
+
}[];
|
|
@@ -1,10 +1,14 @@
|
|
|
1
1
|
import { type ContentPageDef } from '../model/ContentPageDef';
|
|
2
2
|
import { type TransformationOptions } from './TransformationOptions';
|
|
3
|
+
export declare const PAGE_EXT = ".page.json";
|
|
4
|
+
export declare type Slug = string[];
|
|
3
5
|
export declare class ContentPageRepository {
|
|
4
6
|
private readonly options;
|
|
5
7
|
static readonly inst: ContentPageRepository;
|
|
6
8
|
constructor(options?: TransformationOptions);
|
|
7
|
-
|
|
9
|
+
listAllPages(): Promise<string[]>;
|
|
10
|
+
listAllSlugs(): Promise<Slug[]>;
|
|
8
11
|
readPage(filePath: string): Promise<ContentPageDef>;
|
|
9
|
-
|
|
12
|
+
generatePageData(slug: Slug, options?: TransformationOptions): Promise<ContentPageDef>;
|
|
13
|
+
generatePage(filePath: string, options?: TransformationOptions): Promise<ContentPageDef>;
|
|
10
14
|
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare function copy(input: string, output: string): Promise<void>;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { type AspectsDef, type AspectsProps } from '../model/AspectsProps';
|
|
2
2
|
import { type LinkProps } from '../model/LinkProps';
|
|
3
3
|
import { type LogoType } from '../model/LogoType';
|
|
4
|
-
import { type IconProps
|
|
4
|
+
import { type IconProps } from '../model/Picture';
|
|
5
5
|
export interface SitemapLinkProps extends LinkProps {
|
|
6
6
|
displayArea?: string;
|
|
7
7
|
dataHeader?: AspectsDef[];
|
|
@@ -20,14 +20,6 @@ export interface TopMenuItemProps extends LinkProps, IconProps {
|
|
|
20
20
|
/** @hidden */
|
|
21
21
|
dataFooter?: AspectsDef[];
|
|
22
22
|
}
|
|
23
|
-
/**
|
|
24
|
-
* @title Ссылка дополнительного меню
|
|
25
|
-
* @required ["text", "href"]
|
|
26
|
-
*/
|
|
27
|
-
export interface DispositionItem extends LinkProps {
|
|
28
|
-
/** @hidden */
|
|
29
|
-
icon?: Picture;
|
|
30
|
-
}
|
|
31
23
|
/**
|
|
32
24
|
* @title Представительства за рубежом
|
|
33
25
|
* @required ["text", "href"]
|
|
@@ -49,7 +41,6 @@ export declare type BranchesSitemap = {
|
|
|
49
41
|
export interface SitemapData {
|
|
50
42
|
logo?: LogoType;
|
|
51
43
|
topItems?: TopMenuItemProps[];
|
|
52
|
-
dispositions?: DispositionItem[];
|
|
53
44
|
foreignOffices?: ForeignOfficeProps[];
|
|
54
45
|
branches?: BranchesSitemap;
|
|
55
46
|
officesAtms?: LinkProps;
|
|
@@ -63,6 +63,7 @@ export declare enum IconMap {
|
|
|
63
63
|
MagnifierIcon = "MagnifierIcon",
|
|
64
64
|
MailIcon = "MailIcon",
|
|
65
65
|
MapMarkerClusterIcon = "MapMarkerClusterIcon",
|
|
66
|
+
MapMarkerClusterYellowIcon = "MapMarkerClusterYellowIcon",
|
|
66
67
|
MapMarkerSingleIcon = "MapMarkerSingleIcon",
|
|
67
68
|
MapOpenedIcon = "MapOpenedIcon",
|
|
68
69
|
MinusIcon = "MinusIcon",
|
|
@@ -169,6 +170,7 @@ export declare enum IconTitleMap {
|
|
|
169
170
|
MagnifierIcon = "MagnifierIcon",
|
|
170
171
|
MailIcon = "E-mail",
|
|
171
172
|
MapMarkerClusterIcon = "\u041C\u0430\u0440\u043A\u0435\u0440 \u043A\u0430\u0440\u0442\u044B",
|
|
173
|
+
MapMarkerClusterYellowIcon = "\u041C\u0430\u0440\u043A\u0435\u0440 \u043A\u0430\u0440\u0442\u044B (\u0436\u0435\u043B\u0442\u044B\u0439)",
|
|
172
174
|
MapMarkerSingleIcon = "\u041C\u0430\u0440\u043A\u0435\u0440 \u043A\u0430\u0440\u0442\u044B \u0420\u0421\u0425\u0411",
|
|
173
175
|
MapOpenedIcon = "\u0418\u043A\u043E\u043D\u043A\u0430 \u0420\u0430\u0437\u0432\u0451\u0440\u043D\u0443\u0442\u0430\u044F \u043A\u0430\u0440\u0442\u0430",
|
|
174
176
|
MinusIcon = "\u041C\u0438\u043D\u0443\u0441",
|
|
@@ -216,7 +218,7 @@ export declare enum IconTitleMap {
|
|
|
216
218
|
* @title Иконка
|
|
217
219
|
* @enumNames [
|
|
218
220
|
* "",
|
|
219
|
-
* 'Достижение', 'Деньги', 'Лого «Apple»', 'Стрелка \'Вниз\'', 'Стрелка сплошная \'Вниз\'', 'Стрелка \'Влево\'', 'Стрелка \'Вправо\'', 'Стрелка \'Вверх-право\'', 'Стрелка \'Вверх\'', 'Стрелка сплошная \'Вверх\'', 'Банкомат', 'Банк', 'Белорусский флаг', 'Портфель', 'Здание с деревом', 'Бургер', 'Скруглённый календарь', 'Календарь', 'Календарь с галочкой', 'Кред. карта', 'Кред. карта под наклоном', 'Карта', 'Кред. карта с галочкой', 'Инвестиции', 'Диаграмма (в круге)', 'Деньги внутри кошелька', 'Стрелка \'Влево\'', 'Китайский юань', 'Клиент', 'Крестик', 'Монеты', 'Конвертирование', 'Копирование', 'Здание суда', 'Кубок', 'Разработка', 'Скидка', 'Скачать документ', 'Документ', 'Доллар', 'Зелёная \'галочка\' в круге', 'Зелёная \'галочка\'', 'Лого «Дзен»', 'Пустой кошелёк с возвратом', 'Пустой кошелёк', 'Евро', 'Факс', 'FullScreenIcon', 'Геолокация', 'Глобус', 'Gps', 'Сетка (белая)', 'HeadphonesIcon', 'Сердце', 'Сердцебеение', 'Ипотека', 'Лого «Huawei»', 'Замок', 'Logo', 'Лупа', 'MagnifierIcon', 'E-mail', 'Маркер карты', 'Маркер карты РСХБ', 'Иконка Развёрнутая карта', 'Минус', 'Деньги', 'Денежное страхование', 'Монитор и мобильный', 'Новый документ', 'Колокольчик нотификаций', 'Лого «Одноклассники»', 'Пачка бумаги А4', 'Бизнес', 'Проценты (круг.)', 'PercentIcon', 'Персональная карта', 'Звонящий телефон', 'Телефон', 'Лого «PlayMarket»', 'Плюс в круге', 'Плюс', 'Профиль, 2 персоны', 'Профиль', 'Ошибка', 'Ок', 'Рубль (круг.)', 'Лого «Rustore»', 'Лого «Rutube»', 'Сейф', 'Безопасность', 'Безопасность', 'Подписанные документы', 'Маленькие часы', 'Кольцо', 'Лого «Telegram»', 'Самолётик', 'Пользователь в рамке', 'Пользователь', 'Лого «VK»', 'Кошелёк с плюсом', 'Кошелёк', 'Кошелёк с деньгами', 'Лого «Youtube»'
|
|
221
|
+
* 'Достижение', 'Деньги', 'Лого «Apple»', 'Стрелка \'Вниз\'', 'Стрелка сплошная \'Вниз\'', 'Стрелка \'Влево\'', 'Стрелка \'Вправо\'', 'Стрелка \'Вверх-право\'', 'Стрелка \'Вверх\'', 'Стрелка сплошная \'Вверх\'', 'Банкомат', 'Банк', 'Белорусский флаг', 'Портфель', 'Здание с деревом', 'Бургер', 'Скруглённый календарь', 'Календарь', 'Календарь с галочкой', 'Кред. карта', 'Кред. карта под наклоном', 'Карта', 'Кред. карта с галочкой', 'Инвестиции', 'Диаграмма (в круге)', 'Деньги внутри кошелька', 'Стрелка \'Влево\'', 'Китайский юань', 'Клиент', 'Крестик', 'Монеты', 'Конвертирование', 'Копирование', 'Здание суда', 'Кубок', 'Разработка', 'Скидка', 'Скачать документ', 'Документ', 'Доллар', 'Зелёная \'галочка\' в круге', 'Зелёная \'галочка\'', 'Лого «Дзен»', 'Пустой кошелёк с возвратом', 'Пустой кошелёк', 'Евро', 'Факс', 'FullScreenIcon', 'Геолокация', 'Глобус', 'Gps', 'Сетка (белая)', 'HeadphonesIcon', 'Сердце', 'Сердцебеение', 'Ипотека', 'Лого «Huawei»', 'Замок', 'Logo', 'Лупа', 'MagnifierIcon', 'E-mail', 'Маркер карты', 'Маркер карты (желтый)', 'Маркер карты РСХБ', 'Иконка Развёрнутая карта', 'Минус', 'Деньги', 'Денежное страхование', 'Монитор и мобильный', 'Новый документ', 'Колокольчик нотификаций', 'Лого «Одноклассники»', 'Пачка бумаги А4', 'Бизнес', 'Проценты (круг.)', 'PercentIcon', 'Персональная карта', 'Звонящий телефон', 'Телефон', 'Лого «PlayMarket»', 'Плюс в круге', 'Плюс', 'Профиль, 2 персоны', 'Профиль', 'Ошибка', 'Ок', 'Рубль (круг.)', 'Лого «Rustore»', 'Лого «Rutube»', 'Сейф', 'Безопасность', 'Безопасность', 'Подписанные документы', 'Маленькие часы', 'Кольцо', 'Лого «Telegram»', 'Самолётик', 'Пользователь в рамке', 'Пользователь', 'Лого «VK»', 'Кошелёк с плюсом', 'Кошелёк', 'Кошелёк с деньгами', 'Лого «Youtube»'
|
|
220
222
|
* ]
|
|
221
223
|
*/
|
|
222
|
-
export declare type IconName = '' | 'AchievementIcon' | 'ActualBalanceIcon' | 'AppleIcon' | 'ArrowDownIcon' | 'ArrowDownSolidIcon' | 'ArrowLeftIcon' | 'ArrowRightIcon' | 'ArrowTopRightIcon' | 'ArrowUpIcon' | 'ArrowUpSolidIcon' | 'AtmIcon' | 'BankIcon' | 'BelarusianFlag' | 'BriefcaseIcon' | 'BuildingIcon' | 'BurgerIcon' | 'CalendarCircleIcon' | 'CalendarIcon' | 'CalendarTickIcon' | 'CardIcon' | 'CardPosIcon' | 'CardSendIcon' | 'CardTickIcon' | 'ChartIcon' | 'ChartRoundIcon' | 'ChartSquareIcon' | 'ChevronLeftIcon' | 'ChineseYuanRenminbiIcon' | 'ClientIcon' | 'CloseIcon' | 'CoinIcon' | 'ConvertCardIcon' | 'CopyIcon' | 'CourtHouseIcon' | 'CupIcon' | 'DevIcon' | 'DiscountShapeIcon' | 'DocDownloadIcon' | 'DocIcon' | 'DollarIcon' | 'DoneIcon' | 'DoneSimpleIcon' | 'DzenIcon' | 'EmptyWalletChangeIcon' | 'EmptyWalletIcon' | 'EuroIcon' | 'FaxIcon' | 'FullScreenIcon' | 'GeolocationIcon' | 'GlobalIcon' | 'GpsIcon' | 'GridIcon' | 'HeadphonesIcon' | 'HeartIcon' | 'HeartTickIcon' | 'HouseIcon' | 'HuaweiIcon' | 'LockIcon' | 'LogoIcon' | 'LoupeIcon' | 'MagnifierIcon' | 'MailIcon' | 'MapMarkerClusterIcon' | 'MapMarkerSingleIcon' | 'MapOpenedIcon' | 'MinusIcon' | 'MoneyIcon' | 'MoneyInsuranceIcon' | 'MonitorMobileIcon' | 'NewDocIcon' | 'NotificationBingIcon' | 'OkIcon' | 'PackA4Icon' | 'PassSendIcon' | 'PercentageRoundIcon' | 'PercentIcon' | 'PersonalCardIcon' | 'PhoneCallingIcon' | 'PhoneIcon' | 'PlayMarketIcon' | 'PlusCircleIcon' | 'PlusIcon' | 'Profile2UserIcon' | 'ProfileIcon' | 'ResponseFailIcon' | 'ResponseOKIcon' | 'RoundRubleIcon' | 'RustoreIcon' | 'RutubeIcon' | 'SafeIcon' | 'SecurityСardIcon' | 'ShieldTickIcon' | 'SignDocsIcon' | 'SmallClockIcon' | 'SoundIcon' | 'TelegramIcon' | 'UserGeoLocationIcon' | 'UserSquareIcon' | 'UserTickIcon' | 'VKIcon' | 'WalletAddIcon' | 'WalletIcon' | 'WalletWithMoneyIcon' | 'YoutubeIcon';
|
|
224
|
+
export declare type IconName = '' | 'AchievementIcon' | 'ActualBalanceIcon' | 'AppleIcon' | 'ArrowDownIcon' | 'ArrowDownSolidIcon' | 'ArrowLeftIcon' | 'ArrowRightIcon' | 'ArrowTopRightIcon' | 'ArrowUpIcon' | 'ArrowUpSolidIcon' | 'AtmIcon' | 'BankIcon' | 'BelarusianFlag' | 'BriefcaseIcon' | 'BuildingIcon' | 'BurgerIcon' | 'CalendarCircleIcon' | 'CalendarIcon' | 'CalendarTickIcon' | 'CardIcon' | 'CardPosIcon' | 'CardSendIcon' | 'CardTickIcon' | 'ChartIcon' | 'ChartRoundIcon' | 'ChartSquareIcon' | 'ChevronLeftIcon' | 'ChineseYuanRenminbiIcon' | 'ClientIcon' | 'CloseIcon' | 'CoinIcon' | 'ConvertCardIcon' | 'CopyIcon' | 'CourtHouseIcon' | 'CupIcon' | 'DevIcon' | 'DiscountShapeIcon' | 'DocDownloadIcon' | 'DocIcon' | 'DollarIcon' | 'DoneIcon' | 'DoneSimpleIcon' | 'DzenIcon' | 'EmptyWalletChangeIcon' | 'EmptyWalletIcon' | 'EuroIcon' | 'FaxIcon' | 'FullScreenIcon' | 'GeolocationIcon' | 'GlobalIcon' | 'GpsIcon' | 'GridIcon' | 'HeadphonesIcon' | 'HeartIcon' | 'HeartTickIcon' | 'HouseIcon' | 'HuaweiIcon' | 'LockIcon' | 'LogoIcon' | 'LoupeIcon' | 'MagnifierIcon' | 'MailIcon' | 'MapMarkerClusterIcon' | 'MapMarkerClusterYellowIcon' | 'MapMarkerSingleIcon' | 'MapOpenedIcon' | 'MinusIcon' | 'MoneyIcon' | 'MoneyInsuranceIcon' | 'MonitorMobileIcon' | 'NewDocIcon' | 'NotificationBingIcon' | 'OkIcon' | 'PackA4Icon' | 'PassSendIcon' | 'PercentageRoundIcon' | 'PercentIcon' | 'PersonalCardIcon' | 'PhoneCallingIcon' | 'PhoneIcon' | 'PlayMarketIcon' | 'PlusCircleIcon' | 'PlusIcon' | 'Profile2UserIcon' | 'ProfileIcon' | 'ResponseFailIcon' | 'ResponseOKIcon' | 'RoundRubleIcon' | 'RustoreIcon' | 'RutubeIcon' | 'SafeIcon' | 'SecurityСardIcon' | 'ShieldTickIcon' | 'SignDocsIcon' | 'SmallClockIcon' | 'SoundIcon' | 'TelegramIcon' | 'UserGeoLocationIcon' | 'UserSquareIcon' | 'UserTickIcon' | 'VKIcon' | 'WalletAddIcon' | 'WalletIcon' | 'WalletWithMoneyIcon' | 'YoutubeIcon';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
import { type InputRangeProps } from '
|
|
2
|
+
import { type InputRangeProps } from '../InputRange/InputRangeProps';
|
|
3
3
|
interface MonthsInputParams extends InputRangeProps {
|
|
4
4
|
availableMonths?: Array<number>;
|
|
5
5
|
}
|
|
@@ -2,6 +2,7 @@ import { type LinkCommonProps } from '../../model/LinkProps';
|
|
|
2
2
|
interface CookiePopupProps {
|
|
3
3
|
termLink?: LinkCommonProps;
|
|
4
4
|
personalDataPolicyLink?: LinkCommonProps;
|
|
5
|
+
recommendationLink?: LinkCommonProps;
|
|
5
6
|
}
|
|
6
7
|
export declare const CookiePopup: import("@redneckz/uni-jsx").UNIComponent<CookiePopupProps, any, any>;
|
|
7
8
|
export {};
|
|
@@ -2,9 +2,7 @@ import { type TitleProps } from '../../model/HeadlineType';
|
|
|
2
2
|
/**
|
|
3
3
|
*
|
|
4
4
|
* @title Размер заголовка
|
|
5
|
-
* @enumNames [
|
|
6
|
-
* "h0", "h1", "h2", "h3", "h4", "h5", "h6"
|
|
7
|
-
* ]
|
|
5
|
+
* @enumNames ["Самый большой", "Очень большой", "Большой", "Средний", "Маленький", "Очень маленький", "Самый маленький"]
|
|
8
6
|
*/
|
|
9
7
|
export declare type HeadingType = 'h0' | 'h1' | 'h2' | 'h3' | 'h4' | 'h5' | 'h6';
|
|
10
8
|
/**
|
|
@@ -1,11 +1,10 @@
|
|
|
1
1
|
import { type DescriptionProps, type TitleProps } from '../../model/HeadlineType';
|
|
2
2
|
import { type LinkProps } from '../../model/LinkProps';
|
|
3
3
|
import { type IconProps } from '../../model/Picture';
|
|
4
|
-
import { type VNode } from '../../model/VNode';
|
|
5
4
|
import { type TabsControlProps, type TabsType } from './TabsControlProps';
|
|
6
5
|
export interface TabItemBase extends LinkProps, TitleProps, DescriptionProps, IconProps {
|
|
7
6
|
name?: string;
|
|
8
|
-
|
|
7
|
+
count?: number;
|
|
9
8
|
}
|
|
10
9
|
export interface TabItemProps {
|
|
11
10
|
item?: TabItemBase;
|
|
@@ -1,3 +1,7 @@
|
|
|
1
1
|
import type ymaps from 'yandex-maps';
|
|
2
2
|
import { type BalloonPoints } from '../../components/OfficesAtmsMap/YandexMapProps';
|
|
3
|
-
export declare function renderClusterer(yandexMaps
|
|
3
|
+
export declare function renderClusterer({ yandexMaps, map, points, }: {
|
|
4
|
+
yandexMaps: typeof ymaps;
|
|
5
|
+
map: ymaps.Map;
|
|
6
|
+
points: BalloonPoints[];
|
|
7
|
+
}): void;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const getVersion: (isPrimary: boolean) => "primary" | "secondary";
|
|
@@ -35,6 +35,10 @@ export declare type FieldCommonDef = FieldDefaultDef & {
|
|
|
35
35
|
/** @default "common" */
|
|
36
36
|
fieldType: 'common';
|
|
37
37
|
};
|
|
38
|
+
/**
|
|
39
|
+
* @title Значение по умолчанию
|
|
40
|
+
* @enumNames ["Валютный контроль","Документарные операции","Конверсионные операции","Иные вопросы ВЭД"]
|
|
41
|
+
*/
|
|
38
42
|
declare type VedTypes = 'currencyControl' | 'documentOperations' | 'conversionTransactions' | 'otherIssues';
|
|
39
43
|
/**
|
|
40
44
|
* @title Поле ввода ВЭД
|
|
@@ -43,7 +47,6 @@ declare type VedTypes = 'currencyControl' | 'documentOperations' | 'conversionTr
|
|
|
43
47
|
export declare type FieldVedDef = FieldDefaultDef & {
|
|
44
48
|
/** @default "ved" */
|
|
45
49
|
fieldType: 'ved';
|
|
46
|
-
/** @title Значение по умолчанию */
|
|
47
50
|
defaultValue?: VedTypes;
|
|
48
51
|
};
|
|
49
52
|
/**
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { type JSONRefObject } from '../../data/JSONRefObject';
|
|
2
2
|
import { type UniBlockProps } from '../../UniBlock/UniBlockProps';
|
|
3
|
-
import { type CalculatorCreditContent } from './CalculatorCreditContent';
|
|
4
|
-
import { type CreditCalculatorData } from './getCreditCalculatorParams';
|
|
3
|
+
import { type CalculatorCreditContent, type CreditCalculatorData } from './CalculatorCreditContent';
|
|
5
4
|
export interface CalculatorDepositProps extends CalculatorCreditContent, UniBlockProps {
|
|
6
5
|
className?: string;
|
|
7
6
|
calcSource?: CreditCalculatorData & JSONRefObject;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CalculatorCredit.js","sourceRoot":"","sources":["../../../src/components/CalculatorCredit/CalculatorCredit.tsx"],"names":[],"mappings":";;;AAAA,sDAAsD;AACtD,uDAAwD;AAExD,iDAAwE;AACxE,qFAA6E;AAC7E,+EAA4E;AAC5E,6EAA0E;AAC1E,uFAAoF;AACpF,+EAGkD;AAClD,2EAAwE;AACxE,iFAA8E;AAC9E,iFAA8E;AAC9E,mEAAgE;AAChE,uFAAoF;AACpF,6DAA0D;AAC1D,uFAAoF;AACpF,sDAAmD;AAEnD,6CAA0C;AAC1C,6CAA0C;
|
|
1
|
+
{"version":3,"file":"CalculatorCredit.js","sourceRoot":"","sources":["../../../src/components/CalculatorCredit/CalculatorCredit.tsx"],"names":[],"mappings":"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"}
|
|
@@ -1,5 +1,26 @@
|
|
|
1
|
-
import { type CalculatorParamsViewSettingsDefault, type CommonCalculatorProps, type CommonDefaultParams } from '../../ui-kit/Calculator/CalculatorProps';
|
|
1
|
+
import { type CalculatorParamsViewSettingsDefault, type CalcValueProps, type CommonCalculatorProps, type CommonDefaultParams, type LimitParamsProps } from '../../ui-kit/Calculator/CalculatorProps';
|
|
2
2
|
import { type UniBlockContent } from '../../UniBlock/UniBlockProps';
|
|
3
|
+
export interface CommonCreditParams {
|
|
4
|
+
isInsurance: boolean;
|
|
5
|
+
isSalaryClient: boolean;
|
|
6
|
+
isPensionClient: boolean;
|
|
7
|
+
isStateEmployee: boolean;
|
|
8
|
+
}
|
|
9
|
+
export interface CreditCalculatorSourceBookRateParams extends CommonCreditParams, LimitParamsProps {
|
|
10
|
+
rate: number;
|
|
11
|
+
}
|
|
12
|
+
export interface CreditCalculatorSourceBookLimitParams extends CommonCreditParams, LimitParamsProps {
|
|
13
|
+
}
|
|
14
|
+
export interface CreditCalculatorUserInputParams extends CommonCreditParams, CalcValueProps {
|
|
15
|
+
isAnnuity: boolean;
|
|
16
|
+
}
|
|
17
|
+
export interface CreditCalculatorParams extends CreditCalculatorSourceBookRateParams, CreditCalculatorUserInputParams {
|
|
18
|
+
monthlyPayment: number;
|
|
19
|
+
}
|
|
20
|
+
export declare type CreditCalculatorData = {
|
|
21
|
+
rateRows?: CreditCalculatorSourceBookRateParams[];
|
|
22
|
+
limitRows?: CreditCalculatorSourceBookLimitParams[];
|
|
23
|
+
};
|
|
3
24
|
export interface CreditCalculatorParamsViewSettings extends CalculatorParamsViewSettingsDefault {
|
|
4
25
|
/** @title Работаю в бюджетной организации */
|
|
5
26
|
isShowStateEmployee?: boolean;
|
|
@@ -1,5 +1,4 @@
|
|
|
1
|
-
import { type CreditCalculatorParamsViewSettings } from './CalculatorCreditContent';
|
|
2
|
-
import { type CommonCreditParams, type CreditCalculatorUserInputParams } from './getCreditCalculatorParams';
|
|
1
|
+
import { type CommonCreditParams, type CreditCalculatorParamsViewSettings, type CreditCalculatorUserInputParams } from './CalculatorCreditContent';
|
|
3
2
|
interface CheckSourceBookRowProps {
|
|
4
3
|
row: CommonCreditParams;
|
|
5
4
|
userInputParams: CreditCalculatorUserInputParams;
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
2
|
+
exports.DEFAULT_CREDIT_CALCULATOR_PARAMS = void 0;
|
|
3
|
+
const calculatorConstants_1 = require("../../ui-kit/Calculator/calculatorConstants");
|
|
4
|
+
const DEFAULT_MIN_SUM = 10000;
|
|
5
|
+
const DEFAULT_MAX_SUM = 5000000;
|
|
6
|
+
exports.DEFAULT_CREDIT_CALCULATOR_PARAMS = {
|
|
7
|
+
minSum: DEFAULT_MIN_SUM,
|
|
8
|
+
maxSum: DEFAULT_MAX_SUM,
|
|
9
|
+
minMonths: calculatorConstants_1.DEFAULT_MIN_MONTHS,
|
|
10
|
+
maxMonths: calculatorConstants_1.DEFAULT_MAX_MONTHS,
|
|
11
|
+
rate: 0,
|
|
12
|
+
isSalaryClient: false,
|
|
13
|
+
isPensionClient: false,
|
|
14
|
+
isStateEmployee: false,
|
|
15
|
+
isInsurance: true,
|
|
16
|
+
};
|
|
17
|
+
//# sourceMappingURL=defaultCreditCalculatorParams.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"defaultCreditCalculatorParams.js","sourceRoot":"","sources":["../../../src/components/CalculatorCredit/defaultCreditCalculatorParams.ts"],"names":[],"mappings":";;AAAA,qFAGqD;AAGrD,MAAM,eAAe,GAAG,KAAK,CAAC;AAC9B,MAAM,eAAe,GAAG,OAAO,CAAC;AACnB,QAAA,gCAAgC,GAAyC;IACpF,MAAM,EAAE,eAAe;IACvB,MAAM,EAAE,eAAe;IACvB,SAAS,EAAE,wCAAkB;IAC7B,SAAS,EAAE,wCAAkB;IAC7B,IAAI,EAAE,CAAC;IACP,cAAc,EAAE,KAAK;IACrB,eAAe,EAAE,KAAK;IACtB,eAAe,EAAE,KAAK;IACtB,WAAW,EAAE,IAAI;CAClB,CAAC"}
|
|
@@ -1,5 +1,4 @@
|
|
|
1
|
-
import { type CreditCalculatorParamsViewSettings } from './CalculatorCreditContent';
|
|
2
|
-
import { type CreditCalculatorSourceBookLimitParams, type CreditCalculatorUserInputParams } from './getCreditCalculatorParams';
|
|
1
|
+
import { type CreditCalculatorParamsViewSettings, type CreditCalculatorSourceBookLimitParams, type CreditCalculatorUserInputParams } from './CalculatorCreditContent';
|
|
3
2
|
interface GetCreditCalculatorLimitParamsProps {
|
|
4
3
|
limitRows: CreditCalculatorSourceBookLimitParams[];
|
|
5
4
|
userInputParams: CreditCalculatorUserInputParams;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getCreditCalculatorLimitParams.js","sourceRoot":"","sources":["../../../src/components/CalculatorCredit/getCreditCalculatorLimitParams.ts"],"names":[],"mappings":";;
|
|
1
|
+
{"version":3,"file":"getCreditCalculatorLimitParams.js","sourceRoot":"","sources":["../../../src/components/CalculatorCredit/getCreditCalculatorLimitParams.ts"],"names":[],"mappings":";;AAKA,iGAA8F;AAOvF,MAAM,8BAA8B,GAAG,CAAC,EAC7C,SAAS,EACT,eAAe,EACf,kBAAkB,GACkB,EAAE,EAAE,CACxC,SAAS,EAAE,IAAI,CAAC,CAAC,GAAG,EAAE,EAAE,CACtB,IAAA,2EAAoC,EAAC;IACnC,GAAG;IACH,eAAe;IACf,kBAAkB;CACnB,CAAC,CACH,CAAC;AAXS,QAAA,8BAA8B,kCAWvC"}
|
|
@@ -1,25 +1,2 @@
|
|
|
1
|
-
import { type
|
|
2
|
-
import { type CreditCalculatorParamsViewSettings } from './CalculatorCreditContent';
|
|
3
|
-
export declare const DEFAULT_CREDIT_CALCULATOR_PARAMS: CreditCalculatorSourceBookRateParams;
|
|
4
|
-
export interface CommonCreditParams {
|
|
5
|
-
isInsurance: boolean;
|
|
6
|
-
isSalaryClient: boolean;
|
|
7
|
-
isPensionClient: boolean;
|
|
8
|
-
isStateEmployee: boolean;
|
|
9
|
-
}
|
|
10
|
-
export interface CreditCalculatorSourceBookRateParams extends CommonCreditParams, LimitParamsProps {
|
|
11
|
-
rate: number;
|
|
12
|
-
}
|
|
13
|
-
export interface CreditCalculatorSourceBookLimitParams extends CommonCreditParams, LimitParamsProps {
|
|
14
|
-
}
|
|
15
|
-
export interface CreditCalculatorUserInputParams extends CommonCreditParams, CalcValueProps {
|
|
16
|
-
isAnnuity: boolean;
|
|
17
|
-
}
|
|
18
|
-
export interface CreditCalculatorParams extends CreditCalculatorSourceBookRateParams, CreditCalculatorUserInputParams {
|
|
19
|
-
monthlyPayment: number;
|
|
20
|
-
}
|
|
21
|
-
export declare type CreditCalculatorData = {
|
|
22
|
-
rateRows?: CreditCalculatorSourceBookRateParams[];
|
|
23
|
-
limitRows?: CreditCalculatorSourceBookLimitParams[];
|
|
24
|
-
};
|
|
1
|
+
import { type CreditCalculatorData, type CreditCalculatorParams, type CreditCalculatorParamsViewSettings, type CreditCalculatorUserInputParams } from './CalculatorCreditContent';
|
|
25
2
|
export declare const getCreditCalculatorParams: (userInputParams: CreditCalculatorUserInputParams, calcSource?: CreditCalculatorData, paramsViewSettings?: CreditCalculatorParamsViewSettings) => CreditCalculatorParams;
|
|
@@ -1,26 +1,13 @@
|
|
|
1
1
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
2
|
-
exports.getCreditCalculatorParams =
|
|
3
|
-
const calculatorConstants_1 = require("../../ui-kit/Calculator/calculatorConstants");
|
|
2
|
+
exports.getCreditCalculatorParams = void 0;
|
|
4
3
|
const getMonthlyPayment_1 = require("../../ui-kit/Calculator/getMonthlyPayment");
|
|
5
4
|
const rangeHelpers_1 = require("../../ui-kit/Calculator/rangeHelpers");
|
|
5
|
+
const defaultCreditCalculatorParams_1 = require("./defaultCreditCalculatorParams");
|
|
6
6
|
const getCreditCalculatorLimitParams_1 = require("./getCreditCalculatorLimitParams");
|
|
7
7
|
const getCreditCalculatorRateParams_1 = require("./getCreditCalculatorRateParams");
|
|
8
|
-
const DEFAULT_MIN_SUM = 10000;
|
|
9
|
-
const DEFAULT_MAX_SUM = 5000000;
|
|
10
|
-
exports.DEFAULT_CREDIT_CALCULATOR_PARAMS = {
|
|
11
|
-
minSum: DEFAULT_MIN_SUM,
|
|
12
|
-
maxSum: DEFAULT_MAX_SUM,
|
|
13
|
-
minMonths: calculatorConstants_1.DEFAULT_MIN_MONTHS,
|
|
14
|
-
maxMonths: calculatorConstants_1.DEFAULT_MAX_MONTHS,
|
|
15
|
-
rate: 0,
|
|
16
|
-
isSalaryClient: false,
|
|
17
|
-
isPensionClient: false,
|
|
18
|
-
isStateEmployee: false,
|
|
19
|
-
isInsurance: true,
|
|
20
|
-
};
|
|
21
8
|
const getCreditCalculatorParams = (userInputParams, calcSource, paramsViewSettings) => {
|
|
22
9
|
const { moneyValue, monthsValue } = userInputParams;
|
|
23
|
-
const rateRows = calcSource?.rateRows || [
|
|
10
|
+
const rateRows = calcSource?.rateRows || [defaultCreditCalculatorParams_1.DEFAULT_CREDIT_CALCULATOR_PARAMS];
|
|
24
11
|
const limitRows = calcSource?.limitRows || [];
|
|
25
12
|
const creditCalculatorSourceBookLimitParams = (0, getCreditCalculatorLimitParams_1.getCreditCalculatorLimitParams)({
|
|
26
13
|
limitRows,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getCreditCalculatorParams.js","sourceRoot":"","sources":["../../../src/components/CalculatorCredit/getCreditCalculatorParams.ts"],"names":[],"mappings":";;AAAA,
|
|
1
|
+
{"version":3,"file":"getCreditCalculatorParams.js","sourceRoot":"","sources":["../../../src/components/CalculatorCredit/getCreditCalculatorParams.ts"],"names":[],"mappings":";;AAAA,iFAA8E;AAC9E,uEAA2E;AAO3E,mFAAmF;AACnF,qFAAkF;AAClF,mFAAgF;AAEzE,MAAM,yBAAyB,GAAG,CACvC,eAAgD,EAChD,UAAiC,EACjC,kBAAuD,EAC/B,EAAE;IAC1B,MAAM,EAAE,UAAU,EAAE,WAAW,EAAE,GAAG,eAAe,CAAC;IACpD,MAAM,QAAQ,GAAG,UAAU,EAAE,QAAQ,IAAI,CAAC,gEAAgC,CAAC,CAAC;IAC5E,MAAM,SAAS,GAAG,UAAU,EAAE,SAAS,IAAI,EAAE,CAAC;IAC9C,MAAM,qCAAqC,GAAG,IAAA,+DAA8B,EAAC;QAC3E,SAAS;QACT,eAAe;QACf,kBAAkB;KACnB,CAAC,CAAC;IAEH,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,GAAG,IAAA,kCAAmB,EAC5C,CAAC,QAAQ,EAAE,QAAQ,CAAC,EACpB,qCAAqC,EACrC,QAAQ,CACT,CAAC;IACF,MAAM,EAAE,SAAS,EAAE,SAAS,EAAE,GAAG,IAAA,kCAAmB,EAClD,CAAC,WAAW,EAAE,WAAW,CAAC,EAC1B,qCAAqC,EACrC,QAAQ,CACT,CAAC;IAEF,MAAM,0BAA0B,GAAG,IAAA,6DAA6B,EAAC;QAC/D,QAAQ;QACR,eAAe;QACf,kBAAkB;QAClB,UAAU;QACV,WAAW;KACZ,CAAC,CAAC;IACH,MAAM,EAAE,IAAI,EAAE,GAAG,0BAA0B,CAAC;IAC5C,MAAM,cAAc,GAAG,IAAA,qCAAiB,EAAC,IAAI,EAAE,eAAe,CAAC,CAAC;IAEhE,OAAO;QACL,GAAG,0BAA0B;QAC7B,GAAG,eAAe;QAClB,MAAM;QACN,MAAM;QACN,SAAS;QACT,SAAS;QACT,UAAU;QACV,WAAW;QACX,cAAc;KACf,CAAC;AACJ,CAAC,CAAC;AA9CW,QAAA,yBAAyB,6BA8CpC"}
|