@redneckz/wildless-cms-uni-blocks 0.14.258 → 0.14.259
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.259.js +32 -0
- package/bundle/blocks.schema.json +1 -1
- package/bundle/bundle.umd.js +41 -44
- package/bundle/bundle.umd.min.js +1 -1
- package/bundle/components/ApplicationForm/ApplicationFormContent.d.ts +4 -16
- package/bundle/components/ApplicationForm/ApplicationFormsProps.d.ts +0 -9
- package/bundle/components/ApplicationForm/EmbeddableForms.d.ts +0 -1
- package/{dist/components/ApplicationForm → bundle/components/ApplicationFormCustom}/Footnote.d.ts +3 -3
- package/{dist/components/ApplicationForm → bundle/components/ApplicationFormCustom}/renderAgreementSubmit.d.ts +1 -1
- package/bundle/components/{ApplicationForm → ApplicationFormCustom}/renderSubmitButton.d.ts +1 -1
- package/bundle/components/ApplicationFormGrantSupport/ApplicationFormGrantSupport.d.ts +6 -0
- package/bundle/components/ApplicationFormGrantSupport/ApplicationFormGrantSupportContent.d.ts +14 -0
- package/bundle/components/BenefitsBlock/BenefitsBlockContent.d.ts +0 -2
- package/bundle/components/Carousel/renderCardHighlight.d.ts +3 -3
- package/bundle/components/InvestmentInfo/InvestmentInfoContent.d.ts +2 -4
- package/bundle/components/LinkDocs/LinkDocsContent.d.ts +3 -5
- package/bundle/data/FooterData.d.ts +2 -4
- package/bundle/model/HeadlineType.d.ts +4 -0
- package/bundle/model/LinkProps.d.ts +2 -3
- package/bundle/ui-kit/BaseFiltration/HotFilterBase.d.ts +2 -4
- package/bundle/ui-kit/List/ListItem.d.ts +3 -3
- package/bundle/ui-kit/RadioButtonGroup/RadioButtonGroup.d.ts +3 -3
- package/bundle/ui-kit/Select/Option.d.ts +3 -3
- package/bundle/ui-kit/SlideCheckbox/SlideCheckbox.d.ts +3 -3
- package/dist/components/ApplicationForm/ApplicationFormContent.d.ts +4 -16
- package/dist/components/ApplicationForm/ApplicationFormFeedback.js +3 -4
- package/dist/components/ApplicationForm/ApplicationFormFeedback.js.map +1 -1
- package/dist/components/ApplicationForm/ApplicationFormsProps.d.ts +0 -9
- package/dist/components/ApplicationForm/EmbeddableForms.d.ts +0 -1
- package/dist/components/ApplicationForm/EmbeddableForms.js +0 -2
- package/dist/components/ApplicationForm/EmbeddableForms.js.map +1 -1
- package/dist/components/ApplicationFormCustom/ApplicationFormCustom.js +2 -3
- package/dist/components/ApplicationFormCustom/ApplicationFormCustom.js.map +1 -1
- package/{bundle/components/ApplicationForm → dist/components/ApplicationFormCustom}/Footnote.d.ts +3 -3
- package/dist/components/ApplicationFormCustom/Footnote.js.map +1 -0
- package/dist/components/ApplicationFormCustom/UltraPremiumField.js +1 -1
- package/dist/components/ApplicationFormCustom/UltraPremiumField.js.map +1 -1
- package/dist/components/ApplicationFormCustom/getObjectValidator.js +1 -1
- package/dist/components/ApplicationFormCustom/getObjectValidator.js.map +1 -1
- package/{mobile/dist/components/ApplicationForm → dist/components/ApplicationFormCustom}/renderAgreementSubmit.d.ts +1 -1
- package/dist/components/ApplicationFormCustom/renderAgreementSubmit.js.map +1 -0
- package/{mobile/dist/components/ApplicationForm → dist/components/ApplicationFormCustom}/renderSubmitButton.d.ts +1 -1
- package/dist/components/ApplicationFormCustom/renderSubmitButton.js.map +1 -0
- package/dist/components/ApplicationFormCustom/validators.js.map +1 -0
- package/dist/components/ApplicationFormGrantSupport/ApplicationFormGrantSupport.d.ts +6 -0
- package/dist/components/ApplicationFormGrantSupport/ApplicationFormGrantSupport.js +23 -0
- package/dist/components/ApplicationFormGrantSupport/ApplicationFormGrantSupport.js.map +1 -0
- package/dist/components/ApplicationFormGrantSupport/ApplicationFormGrantSupportContent.d.ts +14 -0
- package/dist/components/ApplicationFormGrantSupport/ApplicationFormGrantSupportContent.js +2 -0
- package/dist/components/ApplicationFormGrantSupport/ApplicationFormGrantSupportContent.js.map +1 -0
- package/dist/components/BenefitsBlock/BenefitsBlockContent.d.ts +0 -2
- package/dist/components/Blocks.js +2 -0
- package/dist/components/Blocks.js.map +1 -1
- package/dist/components/Carousel/renderCardHighlight.d.ts +3 -3
- package/dist/components/Carousel/renderCardHighlight.js.map +1 -1
- package/dist/components/InvestmentInfo/InvestmentInfoContent.d.ts +2 -4
- package/dist/components/LinkDocs/LinkDocsContent.d.ts +3 -5
- package/dist/data/FooterData.d.ts +2 -4
- package/dist/model/HeadlineType.d.ts +4 -0
- package/dist/model/LinkProps.d.ts +2 -3
- package/dist/ui-kit/BaseFiltration/HotFilterBase.d.ts +2 -4
- package/dist/ui-kit/List/ListItem.d.ts +3 -3
- package/dist/ui-kit/List/ListItem.js.map +1 -1
- package/dist/ui-kit/RadioButtonGroup/RadioButtonGroup.d.ts +3 -3
- package/dist/ui-kit/RadioButtonGroup/RadioButtonGroup.js.map +1 -1
- package/dist/ui-kit/Select/Option.d.ts +3 -3
- package/dist/ui-kit/SlideCheckbox/SlideCheckbox.d.ts +3 -3
- package/dist/ui-kit/SlideCheckbox/SlideCheckbox.js.map +1 -1
- package/lib/components/ApplicationForm/ApplicationForm.fixture.d.ts +0 -1
- package/lib/components/ApplicationForm/ApplicationForm.fixture.mobile.d.ts +0 -1
- package/lib/components/ApplicationForm/ApplicationFormContent.d.ts +4 -16
- package/lib/components/ApplicationForm/ApplicationFormFeedback.js +3 -4
- package/lib/components/ApplicationForm/ApplicationFormFeedback.js.map +1 -1
- package/lib/components/ApplicationForm/ApplicationFormsProps.d.ts +0 -9
- package/lib/components/ApplicationForm/EmbeddableForms.d.ts +0 -1
- package/lib/components/ApplicationForm/EmbeddableForms.js +0 -2
- package/lib/components/ApplicationForm/EmbeddableForms.js.map +1 -1
- package/lib/components/ApplicationFormCustom/ApplicationFormCustom.js +2 -3
- package/lib/components/ApplicationFormCustom/ApplicationFormCustom.js.map +1 -1
- package/lib/components/{ApplicationForm → ApplicationFormCustom}/Footnote.d.ts +3 -3
- package/lib/components/ApplicationFormCustom/Footnote.js.map +1 -0
- package/lib/components/ApplicationFormCustom/UltraPremiumField.js +1 -1
- package/lib/components/ApplicationFormCustom/UltraPremiumField.js.map +1 -1
- package/lib/components/ApplicationFormCustom/getObjectValidator.js +1 -1
- package/lib/components/ApplicationFormCustom/getObjectValidator.js.map +1 -1
- package/lib/components/{ApplicationForm → ApplicationFormCustom}/renderAgreementSubmit.d.ts +1 -1
- package/lib/components/ApplicationFormCustom/renderAgreementSubmit.js.map +1 -0
- package/lib/components/{ApplicationForm → ApplicationFormCustom}/renderSubmitButton.d.ts +1 -1
- package/lib/components/ApplicationFormCustom/renderSubmitButton.js.map +1 -0
- package/lib/components/ApplicationFormCustom/validators.js.map +1 -0
- package/lib/components/ApplicationFormGrantSupport/ApplicationFormGrantSupport.d.ts +6 -0
- package/lib/components/ApplicationFormGrantSupport/ApplicationFormGrantSupport.fixture.d.ts +5 -0
- package/lib/components/ApplicationFormGrantSupport/ApplicationFormGrantSupport.js +21 -0
- package/lib/components/ApplicationFormGrantSupport/ApplicationFormGrantSupport.js.map +1 -0
- package/lib/components/ApplicationFormGrantSupport/ApplicationFormGrantSupportContent.d.ts +14 -0
- package/lib/components/ApplicationFormGrantSupport/ApplicationFormGrantSupportContent.js +2 -0
- package/lib/components/ApplicationFormGrantSupport/ApplicationFormGrantSupportContent.js.map +1 -0
- package/lib/components/BenefitsBlock/BenefitsBlockContent.d.ts +0 -2
- package/lib/components/Blocks.js +2 -0
- package/lib/components/Blocks.js.map +1 -1
- package/lib/components/Carousel/renderCardHighlight.d.ts +3 -3
- package/lib/components/Carousel/renderCardHighlight.js.map +1 -1
- package/lib/components/InvestmentInfo/InvestmentInfoContent.d.ts +2 -4
- package/lib/components/LinkDocs/LinkDocsContent.d.ts +3 -5
- package/lib/data/FooterData.d.ts +2 -4
- package/lib/model/HeadlineType.d.ts +4 -0
- package/lib/model/LinkProps.d.ts +2 -3
- package/lib/ui-kit/BaseFiltration/HotFilterBase.d.ts +2 -4
- package/lib/ui-kit/List/ListItem.d.ts +3 -3
- package/lib/ui-kit/List/ListItem.js.map +1 -1
- package/lib/ui-kit/RadioButtonGroup/RadioButtonGroup.d.ts +3 -3
- package/lib/ui-kit/RadioButtonGroup/RadioButtonGroup.js.map +1 -1
- package/lib/ui-kit/Select/Option.d.ts +3 -3
- package/lib/ui-kit/SlideCheckbox/SlideCheckbox.d.ts +3 -3
- package/lib/ui-kit/SlideCheckbox/SlideCheckbox.js.map +1 -1
- package/mobile/bundle/bundle.umd.js +28 -44
- package/mobile/bundle/bundle.umd.min.js +1 -1
- package/mobile/bundle/components/ApplicationForm/ApplicationFormContent.d.ts +4 -16
- package/mobile/bundle/components/ApplicationForm/ApplicationFormsProps.d.ts +0 -9
- package/mobile/bundle/components/ApplicationForm/EmbeddableForms.d.ts +0 -1
- package/mobile/bundle/components/{ApplicationForm → ApplicationFormCustom}/Footnote.d.ts +3 -3
- package/mobile/bundle/components/{ApplicationForm → ApplicationFormCustom}/renderAgreementSubmit.d.ts +1 -1
- package/{dist/components/ApplicationForm → mobile/bundle/components/ApplicationFormCustom}/renderSubmitButton.d.ts +1 -1
- package/mobile/bundle/components/ApplicationFormGrantSupport/ApplicationFormGrantSupport.d.ts +6 -0
- package/mobile/bundle/components/ApplicationFormGrantSupport/ApplicationFormGrantSupportContent.d.ts +14 -0
- package/mobile/bundle/components/BenefitsBlock/BenefitsBlockContent.d.ts +0 -2
- package/mobile/bundle/components/Carousel/renderCardHighlight.d.ts +3 -3
- package/mobile/bundle/components/InvestmentInfo/InvestmentInfoContent.d.ts +2 -4
- package/mobile/bundle/components/LinkDocs/LinkDocsContent.d.ts +3 -5
- package/mobile/bundle/data/FooterData.d.ts +2 -4
- package/mobile/bundle/model/HeadlineType.d.ts +4 -0
- package/mobile/bundle/model/LinkProps.d.ts +2 -3
- package/mobile/bundle/ui-kit/BaseFiltration/HotFilterBase.d.ts +2 -4
- package/mobile/bundle/ui-kit/List/ListItem.d.ts +3 -3
- package/mobile/bundle/ui-kit/RadioButtonGroup/RadioButtonGroup.d.ts +3 -3
- package/mobile/bundle/ui-kit/Select/Option.d.ts +3 -3
- package/mobile/bundle/ui-kit/SlideCheckbox/SlideCheckbox.d.ts +3 -3
- package/mobile/dist/components/ApplicationForm/ApplicationFormContent.d.ts +4 -16
- package/mobile/dist/components/ApplicationForm/ApplicationFormFeedback.js +3 -4
- package/mobile/dist/components/ApplicationForm/ApplicationFormFeedback.js.map +1 -1
- package/mobile/dist/components/ApplicationForm/ApplicationFormsProps.d.ts +0 -9
- package/mobile/dist/components/ApplicationForm/EmbeddableForms.d.ts +0 -1
- package/mobile/dist/components/ApplicationForm/EmbeddableForms.js +0 -2
- package/mobile/dist/components/ApplicationForm/EmbeddableForms.js.map +1 -1
- package/mobile/dist/components/ApplicationFormCustom/ApplicationFormCustom.js +2 -3
- package/mobile/dist/components/ApplicationFormCustom/ApplicationFormCustom.js.map +1 -1
- package/mobile/dist/components/ApplicationFormCustom/Footnote.d.ts +7 -0
- package/mobile/dist/components/ApplicationFormCustom/Footnote.js.map +1 -0
- package/mobile/dist/components/ApplicationFormCustom/UltraPremiumField.js +1 -1
- package/mobile/dist/components/ApplicationFormCustom/UltraPremiumField.js.map +1 -1
- package/mobile/dist/components/ApplicationFormCustom/getObjectValidator.js +1 -1
- package/mobile/dist/components/ApplicationFormCustom/getObjectValidator.js.map +1 -1
- package/{bundle/components/ApplicationForm → mobile/dist/components/ApplicationFormCustom}/renderAgreementSubmit.d.ts +1 -1
- package/mobile/dist/components/ApplicationFormCustom/renderAgreementSubmit.js.map +1 -0
- package/mobile/{bundle/components/ApplicationForm → dist/components/ApplicationFormCustom}/renderSubmitButton.d.ts +1 -1
- package/mobile/dist/components/ApplicationFormCustom/renderSubmitButton.js.map +1 -0
- package/mobile/dist/components/ApplicationFormCustom/validators.js.map +1 -0
- package/mobile/dist/components/ApplicationFormGrantSupport/ApplicationFormGrantSupport.d.ts +6 -0
- package/mobile/dist/components/ApplicationFormGrantSupport/ApplicationFormGrantSupport.js +23 -0
- package/mobile/dist/components/ApplicationFormGrantSupport/ApplicationFormGrantSupport.js.map +1 -0
- package/mobile/dist/components/ApplicationFormGrantSupport/ApplicationFormGrantSupportContent.d.ts +14 -0
- package/mobile/dist/components/ApplicationFormGrantSupport/ApplicationFormGrantSupportContent.js +2 -0
- package/mobile/dist/components/ApplicationFormGrantSupport/ApplicationFormGrantSupportContent.js.map +1 -0
- package/mobile/dist/components/BenefitsBlock/BenefitsBlockContent.d.ts +0 -2
- package/mobile/dist/components/Carousel/renderCardHighlight.d.ts +3 -3
- package/mobile/dist/components/Carousel/renderCardHighlight.js.map +1 -1
- package/mobile/dist/components/InvestmentInfo/InvestmentInfoContent.d.ts +2 -4
- package/mobile/dist/components/LinkDocs/LinkDocsContent.d.ts +3 -5
- package/mobile/dist/data/FooterData.d.ts +2 -4
- package/mobile/dist/model/HeadlineType.d.ts +4 -0
- package/mobile/dist/model/LinkProps.d.ts +2 -3
- package/mobile/dist/ui-kit/BaseFiltration/HotFilterBase.d.ts +2 -4
- package/mobile/dist/ui-kit/List/ListItem.d.ts +3 -3
- package/mobile/dist/ui-kit/List/ListItem.js.map +1 -1
- package/mobile/dist/ui-kit/RadioButtonGroup/RadioButtonGroup.d.ts +3 -3
- package/mobile/dist/ui-kit/RadioButtonGroup/RadioButtonGroup.js.map +1 -1
- package/mobile/dist/ui-kit/Select/Option.d.ts +3 -3
- package/mobile/dist/ui-kit/SlideCheckbox/SlideCheckbox.d.ts +3 -3
- package/mobile/dist/ui-kit/SlideCheckbox/SlideCheckbox.js.map +1 -1
- package/mobile/lib/components/ApplicationForm/ApplicationFormContent.d.ts +4 -16
- package/mobile/lib/components/ApplicationForm/ApplicationFormFeedback.js +3 -4
- package/mobile/lib/components/ApplicationForm/ApplicationFormFeedback.js.map +1 -1
- package/mobile/lib/components/ApplicationForm/ApplicationFormsProps.d.ts +0 -9
- package/mobile/lib/components/ApplicationForm/EmbeddableForms.d.ts +0 -1
- package/mobile/lib/components/ApplicationForm/EmbeddableForms.js +0 -2
- package/mobile/lib/components/ApplicationForm/EmbeddableForms.js.map +1 -1
- package/mobile/lib/components/ApplicationFormCustom/ApplicationFormCustom.js +2 -3
- package/mobile/lib/components/ApplicationFormCustom/ApplicationFormCustom.js.map +1 -1
- package/mobile/lib/components/ApplicationFormCustom/Footnote.d.ts +7 -0
- package/mobile/lib/components/ApplicationFormCustom/Footnote.js.map +1 -0
- package/mobile/lib/components/ApplicationFormCustom/UltraPremiumField.js +1 -1
- package/mobile/lib/components/ApplicationFormCustom/UltraPremiumField.js.map +1 -1
- package/mobile/lib/components/ApplicationFormCustom/getObjectValidator.js +1 -1
- package/mobile/lib/components/ApplicationFormCustom/getObjectValidator.js.map +1 -1
- package/mobile/lib/components/ApplicationFormCustom/renderAgreementSubmit.d.ts +5 -0
- package/mobile/lib/components/ApplicationFormCustom/renderAgreementSubmit.js.map +1 -0
- package/mobile/lib/components/ApplicationFormCustom/renderSubmitButton.d.ts +3 -0
- package/mobile/lib/components/ApplicationFormCustom/renderSubmitButton.js.map +1 -0
- package/mobile/lib/components/ApplicationFormCustom/validators.js.map +1 -0
- package/mobile/lib/components/ApplicationFormGrantSupport/ApplicationFormGrantSupport.d.ts +6 -0
- package/mobile/lib/components/ApplicationFormGrantSupport/ApplicationFormGrantSupport.js +21 -0
- package/mobile/lib/components/ApplicationFormGrantSupport/ApplicationFormGrantSupport.js.map +1 -0
- package/mobile/lib/components/ApplicationFormGrantSupport/ApplicationFormGrantSupportContent.d.ts +14 -0
- package/mobile/lib/components/ApplicationFormGrantSupport/ApplicationFormGrantSupportContent.js +2 -0
- package/mobile/lib/components/ApplicationFormGrantSupport/ApplicationFormGrantSupportContent.js.map +1 -0
- package/mobile/lib/components/BenefitsBlock/BenefitsBlockContent.d.ts +0 -2
- package/mobile/lib/components/Carousel/renderCardHighlight.d.ts +3 -3
- package/mobile/lib/components/Carousel/renderCardHighlight.js.map +1 -1
- package/mobile/lib/components/InvestmentInfo/InvestmentInfoContent.d.ts +2 -4
- package/mobile/lib/components/LinkDocs/LinkDocsContent.d.ts +3 -5
- package/mobile/lib/data/FooterData.d.ts +2 -4
- package/mobile/lib/model/HeadlineType.d.ts +4 -0
- package/mobile/lib/model/LinkProps.d.ts +2 -3
- package/mobile/lib/ui-kit/BaseFiltration/HotFilterBase.d.ts +2 -4
- package/mobile/lib/ui-kit/List/ListItem.d.ts +3 -3
- package/mobile/lib/ui-kit/List/ListItem.js.map +1 -1
- package/mobile/lib/ui-kit/RadioButtonGroup/RadioButtonGroup.d.ts +3 -3
- package/mobile/lib/ui-kit/RadioButtonGroup/RadioButtonGroup.js.map +1 -1
- package/mobile/lib/ui-kit/Select/Option.d.ts +3 -3
- package/mobile/lib/ui-kit/SlideCheckbox/SlideCheckbox.d.ts +3 -3
- package/mobile/lib/ui-kit/SlideCheckbox/SlideCheckbox.js.map +1 -1
- package/mobile/src/components/ApplicationForm/ApplicationFormContent.ts +4 -18
- package/mobile/src/components/ApplicationForm/ApplicationFormFeedback.tsx +5 -5
- package/mobile/src/components/ApplicationForm/ApplicationFormsProps.ts +0 -4
- package/mobile/src/components/ApplicationForm/EmbeddableForms.tsx +0 -2
- package/mobile/src/components/ApplicationFormCustom/ApplicationFormCustom.tsx +2 -3
- package/mobile/src/components/{ApplicationForm → ApplicationFormCustom}/Footnote.tsx +3 -3
- package/mobile/src/components/ApplicationFormCustom/UltraPremiumField.tsx +1 -1
- package/mobile/src/components/ApplicationFormCustom/getObjectValidator.tsx +3 -3
- package/mobile/src/components/{ApplicationForm → ApplicationFormCustom}/renderAgreementSubmit.tsx +1 -1
- package/{src/components/ApplicationForm → mobile/src/components/ApplicationFormCustom}/renderSubmitButton.tsx +1 -1
- package/mobile/src/components/ApplicationFormGrantSupport/ApplicationFormGrantSupport.example.json +1 -0
- package/mobile/src/components/ApplicationFormGrantSupport/ApplicationFormGrantSupport.tsx +57 -0
- package/mobile/src/components/ApplicationFormGrantSupport/ApplicationFormGrantSupport.ui.json +1 -0
- package/mobile/src/components/ApplicationFormGrantSupport/ApplicationFormGrantSupportContent.ts +10 -0
- package/mobile/src/components/BenefitsBlock/BenefitsBlockContent.ts +0 -2
- package/mobile/src/components/Carousel/renderCardHighlight.tsx +3 -3
- package/mobile/src/components/InvestmentInfo/InvestmentInfoContent.ts +2 -4
- package/mobile/src/components/LinkDocs/LinkDocsContent.ts +7 -5
- package/mobile/src/data/FooterData.ts +5 -6
- package/mobile/src/model/HeadlineType.ts +5 -0
- package/mobile/src/model/LinkProps.ts +3 -4
- package/mobile/src/ui-kit/BaseFiltration/HotFilterBase.ts +3 -4
- package/mobile/src/ui-kit/List/ListItem.tsx +3 -3
- package/mobile/src/ui-kit/RadioButtonGroup/RadioButtonGroup.tsx +3 -3
- package/mobile/src/ui-kit/Select/Option.ts +4 -3
- package/mobile/src/ui-kit/SlideCheckbox/SlideCheckbox.tsx +3 -3
- package/package.json +1 -1
- package/src/components/ApplicationForm/ApplicationForm.fixture.mobile.tsx +11 -32
- package/src/components/ApplicationForm/ApplicationForm.fixture.tsx +11 -32
- package/src/components/ApplicationForm/ApplicationFormContent.ts +4 -18
- package/src/components/ApplicationForm/ApplicationFormFeedback.tsx +5 -5
- package/src/components/ApplicationForm/ApplicationFormsProps.ts +0 -4
- package/src/components/ApplicationForm/EmbeddableForms.tsx +0 -2
- package/src/components/ApplicationFormCustom/ApplicationFormCustom.tsx +2 -3
- package/src/components/{ApplicationForm → ApplicationFormCustom}/Footnote.tsx +3 -3
- package/src/components/ApplicationFormCustom/UltraPremiumField.tsx +1 -1
- package/src/components/ApplicationFormCustom/getObjectValidator.tsx +3 -3
- package/src/components/{ApplicationForm → ApplicationFormCustom}/renderAgreementSubmit.tsx +1 -1
- package/{mobile/src/components/ApplicationForm → src/components/ApplicationFormCustom}/renderSubmitButton.tsx +1 -1
- package/src/components/ApplicationFormGrantSupport/ApplicationFormGrantSupport.example.json +1 -0
- package/src/components/ApplicationFormGrantSupport/ApplicationFormGrantSupport.fixture.tsx +20 -0
- package/src/components/ApplicationFormGrantSupport/ApplicationFormGrantSupport.tsx +57 -0
- package/src/components/ApplicationFormGrantSupport/ApplicationFormGrantSupport.ui.json +1 -0
- package/src/components/ApplicationFormGrantSupport/ApplicationFormGrantSupportContent.ts +10 -0
- package/src/components/BenefitsBlock/BenefitsBlockContent.ts +0 -2
- package/src/components/Blocks.ts +2 -0
- package/src/components/Carousel/renderCardHighlight.tsx +3 -3
- package/src/components/InvestmentInfo/InvestmentInfoContent.ts +2 -4
- package/src/components/LinkDocs/LinkDocsContent.ts +7 -5
- package/src/data/FooterData.ts +5 -6
- package/src/model/HeadlineType.ts +5 -0
- package/src/model/LinkProps.ts +3 -4
- package/src/ui-kit/BaseFiltration/HotFilterBase.ts +3 -4
- package/src/ui-kit/List/ListItem.tsx +3 -3
- package/src/ui-kit/RadioButtonGroup/RadioButtonGroup.tsx +3 -3
- package/src/ui-kit/Select/Option.ts +4 -3
- package/src/ui-kit/SlideCheckbox/SlideCheckbox.tsx +3 -3
- package/bundle/components/ApplicationForm/ApplicationFormGrantSupport.d.ts +0 -2
- package/bundle/components/ApplicationForm/formStyle.d.ts +0 -2
- package/dist/components/ApplicationForm/ApplicationFormGrantSupport.d.ts +0 -2
- package/dist/components/ApplicationForm/ApplicationFormGrantSupport.js +0 -21
- package/dist/components/ApplicationForm/ApplicationFormGrantSupport.js.map +0 -1
- package/dist/components/ApplicationForm/Footnote.js.map +0 -1
- package/dist/components/ApplicationForm/formStyle.d.ts +0 -2
- package/dist/components/ApplicationForm/formStyle.js +0 -5
- package/dist/components/ApplicationForm/formStyle.js.map +0 -1
- package/dist/components/ApplicationForm/renderAgreementSubmit.js.map +0 -1
- package/dist/components/ApplicationForm/renderSubmitButton.js.map +0 -1
- package/dist/components/ApplicationForm/validators.js.map +0 -1
- package/lib/components/ApplicationForm/ApplicationFormGrantSupport.d.ts +0 -2
- package/lib/components/ApplicationForm/ApplicationFormGrantSupport.js +0 -19
- package/lib/components/ApplicationForm/ApplicationFormGrantSupport.js.map +0 -1
- package/lib/components/ApplicationForm/Footnote.js.map +0 -1
- package/lib/components/ApplicationForm/formStyle.d.ts +0 -2
- package/lib/components/ApplicationForm/formStyle.js +0 -3
- package/lib/components/ApplicationForm/formStyle.js.map +0 -1
- package/lib/components/ApplicationForm/renderAgreementSubmit.js.map +0 -1
- package/lib/components/ApplicationForm/renderSubmitButton.js.map +0 -1
- package/lib/components/ApplicationForm/validators.js.map +0 -1
- package/mobile/bundle/components/ApplicationForm/ApplicationFormGrantSupport.d.ts +0 -2
- package/mobile/bundle/components/ApplicationForm/formStyle.d.ts +0 -2
- package/mobile/dist/components/ApplicationForm/ApplicationFormGrantSupport.d.ts +0 -2
- package/mobile/dist/components/ApplicationForm/ApplicationFormGrantSupport.js +0 -21
- package/mobile/dist/components/ApplicationForm/ApplicationFormGrantSupport.js.map +0 -1
- package/mobile/dist/components/ApplicationForm/Footnote.d.ts +0 -7
- package/mobile/dist/components/ApplicationForm/Footnote.js.map +0 -1
- package/mobile/dist/components/ApplicationForm/formStyle.d.ts +0 -2
- package/mobile/dist/components/ApplicationForm/formStyle.js +0 -5
- package/mobile/dist/components/ApplicationForm/formStyle.js.map +0 -1
- package/mobile/dist/components/ApplicationForm/renderAgreementSubmit.js.map +0 -1
- package/mobile/dist/components/ApplicationForm/renderSubmitButton.js.map +0 -1
- package/mobile/dist/components/ApplicationForm/validators.js.map +0 -1
- package/mobile/lib/components/ApplicationForm/ApplicationFormGrantSupport.d.ts +0 -2
- package/mobile/lib/components/ApplicationForm/ApplicationFormGrantSupport.js +0 -19
- package/mobile/lib/components/ApplicationForm/ApplicationFormGrantSupport.js.map +0 -1
- package/mobile/lib/components/ApplicationForm/Footnote.d.ts +0 -7
- package/mobile/lib/components/ApplicationForm/Footnote.js.map +0 -1
- package/mobile/lib/components/ApplicationForm/formStyle.d.ts +0 -2
- package/mobile/lib/components/ApplicationForm/formStyle.js +0 -3
- package/mobile/lib/components/ApplicationForm/formStyle.js.map +0 -1
- package/mobile/lib/components/ApplicationForm/renderAgreementSubmit.d.ts +0 -5
- package/mobile/lib/components/ApplicationForm/renderAgreementSubmit.js.map +0 -1
- package/mobile/lib/components/ApplicationForm/renderSubmitButton.d.ts +0 -3
- package/mobile/lib/components/ApplicationForm/renderSubmitButton.js.map +0 -1
- package/mobile/lib/components/ApplicationForm/validators.js.map +0 -1
- package/mobile/src/components/ApplicationForm/ApplicationFormGrantSupport.tsx +0 -45
- package/mobile/src/components/ApplicationForm/formStyle.ts +0 -3
- package/src/components/ApplicationForm/ApplicationFormGrantSupport.tsx +0 -45
- package/src/components/ApplicationForm/formStyle.ts +0 -3
- /package/bundle/components/{ApplicationForm → ApplicationFormCustom}/validators.d.ts +0 -0
- /package/dist/components/{ApplicationForm → ApplicationFormCustom}/Footnote.js +0 -0
- /package/dist/components/{ApplicationForm → ApplicationFormCustom}/renderAgreementSubmit.js +0 -0
- /package/dist/components/{ApplicationForm → ApplicationFormCustom}/renderSubmitButton.js +0 -0
- /package/dist/components/{ApplicationForm → ApplicationFormCustom}/validators.d.ts +0 -0
- /package/dist/components/{ApplicationForm → ApplicationFormCustom}/validators.js +0 -0
- /package/lib/components/{ApplicationForm → ApplicationFormCustom}/Footnote.js +0 -0
- /package/lib/components/{ApplicationForm → ApplicationFormCustom}/renderAgreementSubmit.js +0 -0
- /package/lib/components/{ApplicationForm → ApplicationFormCustom}/renderSubmitButton.js +0 -0
- /package/lib/components/{ApplicationForm → ApplicationFormCustom}/validators.d.ts +0 -0
- /package/lib/components/{ApplicationForm → ApplicationFormCustom}/validators.js +0 -0
- /package/mobile/bundle/components/{ApplicationForm → ApplicationFormCustom}/validators.d.ts +0 -0
- /package/mobile/dist/components/{ApplicationForm → ApplicationFormCustom}/Footnote.js +0 -0
- /package/mobile/dist/components/{ApplicationForm → ApplicationFormCustom}/renderAgreementSubmit.js +0 -0
- /package/mobile/dist/components/{ApplicationForm → ApplicationFormCustom}/renderSubmitButton.js +0 -0
- /package/mobile/dist/components/{ApplicationForm → ApplicationFormCustom}/validators.d.ts +0 -0
- /package/mobile/dist/components/{ApplicationForm → ApplicationFormCustom}/validators.js +0 -0
- /package/mobile/lib/components/{ApplicationForm → ApplicationFormCustom}/Footnote.js +0 -0
- /package/mobile/lib/components/{ApplicationForm → ApplicationFormCustom}/renderAgreementSubmit.js +0 -0
- /package/mobile/lib/components/{ApplicationForm → ApplicationFormCustom}/renderSubmitButton.js +0 -0
- /package/mobile/lib/components/{ApplicationForm → ApplicationFormCustom}/validators.d.ts +0 -0
- /package/mobile/lib/components/{ApplicationForm → ApplicationFormCustom}/validators.js +0 -0
- /package/mobile/src/components/{ApplicationForm → ApplicationFormCustom}/validators.ts +0 -0
- /package/src/components/{ApplicationForm → ApplicationFormCustom}/validators.ts +0 -0
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
import { deleteProp, traversePageBlocks } from '../utils.js';
|
|
2
|
+
|
|
3
|
+
export const description = 'v0.14.259';
|
|
4
|
+
|
|
5
|
+
export default traversePageBlocks(adjustApplicationFormGrantSupport);
|
|
6
|
+
|
|
7
|
+
function adjustApplicationFormGrantSupport(block) {
|
|
8
|
+
const content = block?.content;
|
|
9
|
+
const formBlock = content?.formBlock;
|
|
10
|
+
|
|
11
|
+
if (
|
|
12
|
+
!content ||
|
|
13
|
+
block.type !== 'ApplicationForm' ||
|
|
14
|
+
formBlock?.formType !== 'ApplicationFormGrantSupport'
|
|
15
|
+
) {
|
|
16
|
+
return;
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
content.button = formBlock?.button || {
|
|
20
|
+
version: 'primary',
|
|
21
|
+
text: 'Перейти',
|
|
22
|
+
};
|
|
23
|
+
if (formBlock?.title) {
|
|
24
|
+
content.title = formBlock?.title;
|
|
25
|
+
}
|
|
26
|
+
if (formBlock?.regionSource) {
|
|
27
|
+
content.regionSource = formBlock?.regionSource;
|
|
28
|
+
}
|
|
29
|
+
block.type = 'ApplicationFormGrantSupport';
|
|
30
|
+
deleteProp(content, 'formBlock');
|
|
31
|
+
deleteProp(content, 'version');
|
|
32
|
+
}
|