@redneckz/wildless-cms-uni-blocks 0.16.3-credit → 0.16.4-credit
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bin/migration-scripts/0.14.850.js +70 -0
- package/bundle/blocks.schema.json +1 -1
- package/bundle/bundle.umd.js +102 -205
- package/bundle/bundle.umd.min.js +1 -1
- package/bundle/components/ApplicationForm/Footnote.d.ts +1 -1
- package/bundle/components/ApplicationLeadForm/Footnote.d.ts +1 -1
- package/bundle/components/ApplicationLeadForm/consents.d.ts +2 -2
- package/bundle/components/BenefitsBlock/BenefitsBlockContent.d.ts +1 -1
- package/bundle/components/CardTransfer/SubmitFailedDialog.d.ts +2 -2
- package/bundle/components/Carousel/renderCardHighlight.d.ts +1 -1
- package/bundle/components/DebitForm/DebitFormStatus.d.ts +2 -4
- package/bundle/components/Header/HeaderChatBotButton.d.ts +0 -1
- package/bundle/components/OfficesAtmsMap/OfficesAtmsMapLayout.d.ts +2 -2
- package/bundle/components/OfficesAtmsMap/OfficesAtmsMapProps.d.ts +3 -4
- package/bundle/components/ProductBlock/renderBackwardButton.d.ts +2 -2
- package/bundle/components/StepsBlock/StepsBlockContent.d.ts +1 -1
- package/bundle/components/StepsBlock/StepsBlockStyleMaps.d.ts +2 -2
- package/bundle/components/StickyBottomMenu/BurgerMenuDialog.d.ts +2 -2
- package/bundle/components/StickyBottomMenu/StickyBottomMenuDialog.d.ts +2 -2
- package/bundle/components/StickyBottomMenu/useBottomMenuItemDialog.d.ts +2 -2
- package/bundle/components/StickyBottomMenu/useBurgerMenuDialog.d.ts +2 -2
- package/bundle/components/TariffsTable/TableCarouselContainer.d.ts +0 -2
- package/bundle/components/TariffsTable/TariffsTable.d.ts +1 -1
- package/bundle/components/TariffsTable/TariffsTableCell.d.ts +10 -8
- package/bundle/components/TariffsTable/TariffsTableContent.d.ts +3 -69
- package/bundle/components/TariffsTable/TariffsTableRow.d.ts +0 -2
- package/bundle/components/TariffsTable/TariffsTableRowContainer.d.ts +2 -1
- package/bundle/components/TariffsTable/TariffsTableWrapper.d.ts +1 -6
- package/bundle/components/TariffsTable/renderCell.d.ts +2 -0
- package/bundle/components/TariffsTable/renderHeader.d.ts +2 -0
- package/bundle/data/CommonData.d.ts +2 -2
- package/bundle/hooks/useAspects/aspects/forwardQuery.d.ts +1 -1
- package/bundle/hooks/useAspects/handleAspects.d.ts +1 -1
- package/bundle/hooks/useAspects/useAspects.d.ts +1 -1
- package/bundle/model/ContentPageBase.d.ts +2 -3
- package/bundle/model/LinkProps.d.ts +1 -1
- package/bundle/model/OnClickProps.d.ts +3 -0
- package/bundle/model/OnCloseProps.d.ts +3 -0
- package/bundle/model/onClick.d.ts +3 -0
- package/bundle/model/onClose.d.ts +3 -0
- package/bundle/retail/api/getCardTypes.d.ts +2 -2
- package/bundle/retail/components/CaptchaDialog/CaptchaDialog.d.ts +2 -2
- package/bundle/retail/components/ConsentBkiDialog/ConsentBkiDialog.d.ts +2 -2
- package/bundle/retail/components/DocumentDialog/DocumentDialog.d.ts +2 -2
- package/bundle/retail/components/DraftDialog/DraftActionButton.d.ts +4 -5
- package/bundle/retail/components/DraftDialog/DraftDialog.d.ts +2 -2
- package/bundle/retail/components/DraftDialog/EmptyDraftDialog.d.ts +2 -4
- package/bundle/retail/components/DraftDialog/useDraftDialog.d.ts +2 -2
- package/bundle/retail/components/FormStatus/FormStatus.d.ts +2 -4
- package/bundle/retail/components/VerifyPhoneDialog/VerifyPhoneDialog.d.ts +2 -2
- package/bundle/retail/inputs.d.ts +0 -1
- package/bundle/retail/model/LeadFormData.d.ts +2 -2
- package/bundle/retail/model/LeadFormState.d.ts +3 -2
- package/bundle/retail/utils/getOrganizationParams.d.ts +1 -1
- package/bundle/retail/validator/validators.d.ts +1 -0
- package/bundle/services/search/search.d.ts +2 -2
- package/bundle/services/search/textRank.d.ts +1 -1
- package/bundle/ui-kit/BaseFiltration/BaseFiltrationContent.d.ts +1 -1
- package/bundle/ui-kit/BaseFiltration/FiltrationSchemaContent.d.ts +1 -6
- package/bundle/ui-kit/BaseFiltration/HotFilterBase.d.ts +1 -1
- package/bundle/ui-kit/BaseProductTile/BaseProductTileContent.d.ts +0 -2
- package/bundle/ui-kit/Calculator/CalculatorProps.d.ts +1 -2
- package/bundle/ui-kit/Calculator/UnknownRate.d.ts +2 -4
- package/bundle/ui-kit/Calculator/renderRate.d.ts +2 -2
- package/bundle/ui-kit/DatePicker/DatePickerControl.d.ts +1 -0
- package/bundle/ui-kit/DatePicker/DatePickerInput.d.ts +2 -2
- package/bundle/ui-kit/DialogManager/Dialog.d.ts +2 -2
- package/bundle/ui-kit/DialogManager/useDialog.d.ts +2 -3
- package/bundle/ui-kit/Foldable/DefaultFoldButton.d.ts +2 -2
- package/bundle/ui-kit/InnerTable/InnerTable.d.ts +2 -2
- package/bundle/ui-kit/InnerTable/InnerTableButton.d.ts +2 -3
- package/bundle/ui-kit/InnerTable/InnerTableProps.d.ts +2 -4
- package/bundle/ui-kit/LinkButton/LinkButtonProps.d.ts +2 -2
- package/bundle/ui-kit/LinkWrapper/LinkWrapper.d.ts +3 -6
- package/bundle/ui-kit/LocationDialog/LocationDialog.d.ts +2 -2
- package/bundle/ui-kit/ProgressBar/ProgressBar.d.ts +2 -2
- package/bundle/ui-kit/RadioButtonGroup/RadioButtonGroup.d.ts +1 -1
- package/bundle/ui-kit/ReportDialog/ReportDialog.d.ts +2 -2
- package/bundle/ui-kit/ResponseTypeDialog/ResponseTypeDialog.d.ts +2 -2
- package/bundle/ui-kit/SearchDialog/SearchDialog.d.ts +2 -2
- package/bundle/ui-kit/Select/Option.d.ts +1 -1
- package/bundle/ui-kit/Select/useSelectPopup.d.ts +2 -2
- package/bundle/ui-kit/SlideCheckbox/SlideCheckbox.d.ts +1 -1
- package/bundle/ui-kit/SlideCheckboxGroup/SlideCheckboxGroup.d.ts +2 -2
- package/bundle/ui-kit/TabsControl/renderTabItemInner.d.ts +2 -3
- package/bundle/ui-kit/TimerCircle/TimerCircle.d.ts +2 -2
- package/bundle/ui-kit/TopItem/TopItem.d.ts +2 -2
- package/dist/components/ApplicationForm/Footnote.d.ts +1 -1
- package/dist/components/ApplicationLeadForm/Footnote.d.ts +1 -1
- package/dist/components/ApplicationLeadForm/applicationFormData.js +0 -1
- package/dist/components/ApplicationLeadForm/applicationFormData.js.map +1 -1
- package/dist/components/ApplicationLeadForm/consents.d.ts +2 -2
- package/dist/components/ApplicationLeadForm/consents.js +0 -4
- package/dist/components/ApplicationLeadForm/consents.js.map +1 -1
- package/dist/components/ApplicationLeadForm/useApplicationLeadApi.js +3 -3
- package/dist/components/ApplicationLeadForm/useApplicationLeadApi.js.map +1 -1
- package/dist/components/BenefitsBlock/BenefitsBlockContent.d.ts +1 -1
- package/dist/components/CardTransfer/SubmitFailedDialog.d.ts +2 -2
- package/dist/components/CardTransfer/SubmitFailedDialog.js.map +1 -1
- package/dist/components/Carousel/renderCardHighlight.d.ts +1 -1
- package/dist/components/DebitForm/DebitFormStatus.d.ts +2 -4
- package/dist/components/DebitForm/DebitFormStatus.js.map +1 -1
- package/dist/components/Header/HeaderChatBotButton.d.ts +0 -1
- package/dist/components/Header/HeaderChatBotButton.js +15 -4
- package/dist/components/Header/HeaderChatBotButton.js.map +1 -1
- package/dist/components/Header/HeaderSecondaryMenu.js +1 -2
- package/dist/components/Header/HeaderSecondaryMenu.js.map +1 -1
- package/dist/components/Header/HeaderSubMenu.js +1 -1
- package/dist/components/Header/HeaderSubMenu.js.map +1 -1
- package/dist/components/Header/HeaderTop.js +1 -1
- package/dist/components/Header/HeaderTop.js.map +1 -1
- package/dist/components/Headline/Headline.js +1 -1
- package/dist/components/Headline/Headline.js.map +1 -1
- package/dist/components/OfficesAtmsMap/OfficesAtmsMapLayout.d.ts +2 -2
- package/dist/components/OfficesAtmsMap/OfficesAtmsMapLayout.js.map +1 -1
- package/dist/components/OfficesAtmsMap/OfficesAtmsMapProps.d.ts +3 -4
- package/dist/components/ProductBlock/renderBackwardButton.d.ts +2 -2
- package/dist/components/ProductBlock/renderBackwardButton.js.map +1 -1
- package/dist/components/StepsBlock/StepsBlockContent.d.ts +1 -1
- package/dist/components/StepsBlock/StepsBlockStyleMaps.d.ts +2 -2
- package/dist/components/StepsBlock/StepsBlockStyleMaps.js.map +1 -1
- package/dist/components/StickyBottomMenu/BurgerMenuDialog.d.ts +2 -2
- package/dist/components/StickyBottomMenu/BurgerMenuDialog.js.map +1 -1
- package/dist/components/StickyBottomMenu/StickyBottomMenuDialog.d.ts +2 -2
- package/dist/components/StickyBottomMenu/StickyBottomMenuDialog.js.map +1 -1
- package/dist/components/StickyBottomMenu/useBottomMenuItemDialog.d.ts +2 -2
- package/dist/components/StickyBottomMenu/useBottomMenuItemDialog.js.map +1 -1
- package/dist/components/StickyBottomMenu/useBurgerMenuDialog.d.ts +2 -2
- package/dist/components/StickyBottomMenu/useBurgerMenuDialog.js.map +1 -1
- package/dist/components/TariffsTable/TableCarouselContainer.d.ts +0 -2
- package/dist/components/TariffsTable/TableCarouselContainer.js +1 -1
- package/dist/components/TariffsTable/TableCarouselContainer.js.map +1 -1
- package/dist/components/TariffsTable/TariffsTable.d.ts +1 -1
- package/dist/components/TariffsTable/TariffsTable.js +4 -11
- package/dist/components/TariffsTable/TariffsTable.js.map +1 -1
- package/dist/components/TariffsTable/TariffsTableCell.d.ts +10 -8
- package/dist/components/TariffsTable/TariffsTableCell.js +14 -4
- package/dist/components/TariffsTable/TariffsTableCell.js.map +1 -1
- package/dist/components/TariffsTable/TariffsTableContent.d.ts +3 -69
- package/dist/components/TariffsTable/TariffsTableRow.d.ts +0 -2
- package/dist/components/TariffsTable/TariffsTableRow.js +6 -10
- package/dist/components/TariffsTable/TariffsTableRow.js.map +1 -1
- package/dist/components/TariffsTable/TariffsTableRowContainer.d.ts +2 -1
- package/dist/components/TariffsTable/TariffsTableRowContainer.js +3 -3
- package/dist/components/TariffsTable/TariffsTableRowContainer.js.map +1 -1
- package/dist/components/TariffsTable/TariffsTableWrapper.d.ts +1 -6
- package/dist/components/TariffsTable/TariffsTableWrapper.js +1 -9
- package/dist/components/TariffsTable/TariffsTableWrapper.js.map +1 -1
- package/dist/components/TariffsTable/dataFixture.js +1 -14
- package/dist/components/TariffsTable/dataFixture.js.map +1 -1
- package/dist/components/TariffsTable/renderCell.d.ts +2 -0
- package/dist/components/TariffsTable/renderCell.js +15 -0
- package/dist/components/TariffsTable/renderCell.js.map +1 -0
- package/dist/components/TariffsTable/renderHeader.d.ts +2 -0
- package/dist/components/TariffsTable/renderHeader.js +10 -0
- package/dist/components/TariffsTable/renderHeader.js.map +1 -0
- package/dist/components/TariffsTable/renderInnerTableCell.d.ts +0 -0
- package/dist/components/TariffsTable/renderInnerTableCell.js +1 -0
- package/dist/components/TariffsTable/renderInnerTableCell.js.map +1 -0
- package/dist/data/CommonData.d.ts +2 -2
- package/dist/hooks/useAspects/aspects/forwardQuery.d.ts +1 -1
- package/dist/hooks/useAspects/aspects/forwardQuery.js +1 -1
- package/dist/hooks/useAspects/aspects/forwardQuery.js.map +1 -1
- package/dist/hooks/useAspects/handleAspects.d.ts +1 -1
- package/dist/hooks/useAspects/handleAspects.js +5 -2
- package/dist/hooks/useAspects/handleAspects.js.map +1 -1
- package/dist/hooks/useAspects/useAspects.d.ts +1 -1
- package/dist/hooks/useLink.js +2 -1
- package/dist/hooks/useLink.js.map +1 -1
- package/dist/model/ContentPageBase.d.ts +2 -3
- package/dist/model/LinkProps.d.ts +1 -1
- package/dist/model/OnClickProps.d.ts +3 -0
- package/dist/model/OnClickProps.js +2 -0
- package/dist/model/OnClickProps.js.map +1 -0
- package/dist/model/OnCloseProps.d.ts +3 -0
- package/dist/model/OnCloseProps.js +2 -0
- package/dist/model/OnCloseProps.js.map +1 -0
- package/dist/model/onClick.d.ts +3 -0
- package/dist/model/onClick.js +2 -0
- package/dist/model/onClick.js.map +1 -0
- package/dist/model/onClose.d.ts +3 -0
- package/dist/model/onClose.js +2 -0
- package/dist/model/onClose.js.map +1 -0
- package/dist/retail/api/getCardTypes.d.ts +2 -2
- package/dist/retail/api/getCardTypes.js.map +1 -1
- package/dist/retail/components/CaptchaDialog/CaptchaDialog.d.ts +2 -2
- package/dist/retail/components/CaptchaDialog/CaptchaDialog.js.map +1 -1
- package/dist/retail/components/ConsentBkiDialog/ConsentBkiDialog.d.ts +2 -2
- package/dist/retail/components/ConsentBkiDialog/ConsentBkiDialog.js.map +1 -1
- package/dist/retail/components/DocumentDialog/DocumentDialog.d.ts +2 -2
- package/dist/retail/components/DocumentDialog/DocumentDialog.js.map +1 -1
- package/dist/retail/components/DraftDialog/DraftActionButton.d.ts +4 -5
- package/dist/retail/components/DraftDialog/DraftActionButton.js +1 -1
- package/dist/retail/components/DraftDialog/DraftActionButton.js.map +1 -1
- package/dist/retail/components/DraftDialog/DraftDialog.d.ts +2 -2
- package/dist/retail/components/DraftDialog/DraftDialog.js.map +1 -1
- package/dist/retail/components/DraftDialog/EmptyDraftDialog.d.ts +2 -4
- package/dist/retail/components/DraftDialog/EmptyDraftDialog.js.map +1 -1
- package/dist/retail/components/DraftDialog/useDraftDialog.d.ts +2 -2
- package/dist/retail/components/DraftDialog/useDraftDialog.js.map +1 -1
- package/dist/retail/components/Fields/BeginDateField.js +1 -1
- package/dist/retail/components/Fields/BeginDateField.js.map +1 -1
- package/dist/retail/components/Fields/ParticipantDateRegistrationField.js +1 -1
- package/dist/retail/components/Fields/ParticipantDateRegistrationField.js.map +1 -1
- package/dist/retail/components/FormStatus/FormStatus.d.ts +2 -4
- package/dist/retail/components/FormStatus/FormStatus.js.map +1 -1
- package/dist/retail/components/VerifyPhoneDialog/VerifyPhoneDialog.d.ts +2 -2
- package/dist/retail/components/VerifyPhoneDialog/VerifyPhoneDialog.js.map +1 -1
- package/dist/retail/inputs.d.ts +0 -1
- package/dist/retail/inputs.js +0 -1
- package/dist/retail/inputs.js.map +1 -1
- package/dist/retail/model/LeadFormData.d.ts +2 -2
- package/dist/retail/model/LeadFormState.d.ts +3 -2
- package/dist/retail/utils/getOrganizationParams.d.ts +1 -1
- package/dist/retail/utils/getOrganizationParams.js.map +1 -1
- package/dist/retail/utils/renderStep.js +3 -1
- package/dist/retail/utils/renderStep.js.map +1 -1
- package/dist/retail/validator/validatorObj.js +2 -2
- package/dist/retail/validator/validatorObj.js.map +1 -1
- package/dist/retail/validator/validators.d.ts +1 -0
- package/dist/retail/validator/validators.js +3 -1
- package/dist/retail/validator/validators.js.map +1 -1
- package/dist/services/search/search.d.ts +2 -2
- package/dist/services/search/search.js.map +1 -1
- package/dist/services/search/textRank.d.ts +1 -1
- package/dist/services/search/textRank.js.map +1 -1
- package/dist/services/search/useSearch.js +8 -5
- package/dist/services/search/useSearch.js.map +1 -1
- package/dist/ui-kit/BaseFiltration/BaseFiltrationContent.d.ts +1 -1
- package/dist/ui-kit/BaseFiltration/FiltrationSchemaContent.d.ts +1 -6
- package/dist/ui-kit/BaseFiltration/HotFilterBase.d.ts +1 -1
- package/dist/ui-kit/BaseProductTile/BaseProductTileContent.d.ts +0 -2
- package/dist/ui-kit/BaseTile/BaseTile.js +1 -1
- package/dist/ui-kit/BaseTile/BaseTile.js.map +1 -1
- package/dist/ui-kit/Calculator/CalculatorProps.d.ts +1 -2
- package/dist/ui-kit/Calculator/UnknownRate.d.ts +2 -4
- package/dist/ui-kit/Calculator/UnknownRate.js.map +1 -1
- package/dist/ui-kit/Calculator/renderRate.d.ts +2 -2
- package/dist/ui-kit/Calculator/renderRate.js.map +1 -1
- package/dist/ui-kit/DatePicker/DatePickerControl.d.ts +1 -0
- package/dist/ui-kit/DatePicker/DatePickerControl.js.map +1 -1
- package/dist/ui-kit/DatePicker/DatePickerInput.d.ts +2 -2
- package/dist/ui-kit/DatePicker/DatePickerInput.js.map +1 -1
- package/dist/ui-kit/DialogManager/Dialog.d.ts +2 -2
- package/dist/ui-kit/DialogManager/Dialog.js.map +1 -1
- package/dist/ui-kit/DialogManager/useDialog.d.ts +2 -3
- package/dist/ui-kit/DialogManager/useDialog.js.map +1 -1
- package/dist/ui-kit/Foldable/DefaultFoldButton.d.ts +2 -2
- package/dist/ui-kit/Foldable/DefaultFoldButton.js.map +1 -1
- package/dist/ui-kit/InnerTable/InnerTable.d.ts +2 -2
- package/dist/ui-kit/InnerTable/InnerTable.js +2 -3
- package/dist/ui-kit/InnerTable/InnerTable.js.map +1 -1
- package/dist/ui-kit/InnerTable/InnerTableBody.js +4 -6
- package/dist/ui-kit/InnerTable/InnerTableBody.js.map +1 -1
- package/dist/ui-kit/InnerTable/InnerTableButton.d.ts +2 -3
- package/dist/ui-kit/InnerTable/InnerTableButton.js.map +1 -1
- package/dist/ui-kit/InnerTable/InnerTableProps.d.ts +2 -4
- package/dist/ui-kit/InnerTable/renderInnerTableRow.js +1 -1
- package/dist/ui-kit/InnerTable/renderInnerTableRow.js.map +1 -1
- package/dist/ui-kit/LinkButton/LinkButtonProps.d.ts +2 -2
- package/dist/ui-kit/LinkWrapper/LinkWrapper.d.ts +3 -6
- package/dist/ui-kit/LinkWrapper/LinkWrapper.js.map +1 -1
- package/dist/ui-kit/LocationDialog/LocationDialog.d.ts +2 -2
- package/dist/ui-kit/LocationDialog/LocationDialog.js.map +1 -1
- package/dist/ui-kit/ProgressBar/ProgressBar.d.ts +2 -2
- package/dist/ui-kit/RadioButtonGroup/RadioButtonGroup.d.ts +1 -1
- package/dist/ui-kit/ReportDialog/ReportDialog.d.ts +2 -2
- package/dist/ui-kit/ReportDialog/ReportDialog.js.map +1 -1
- package/dist/ui-kit/ResponseTypeDialog/ResponseTypeDialog.d.ts +2 -2
- package/dist/ui-kit/ResponseTypeDialog/ResponseTypeDialog.js.map +1 -1
- package/dist/ui-kit/SearchDialog/SearchDialog.d.ts +2 -2
- package/dist/ui-kit/SearchDialog/SearchDialog.js.map +1 -1
- package/dist/ui-kit/Select/Option.d.ts +1 -1
- package/dist/ui-kit/Select/useSelectPopup.d.ts +2 -2
- package/dist/ui-kit/Select/useSelectPopup.js.map +1 -1
- package/dist/ui-kit/SlideCheckbox/SlideCheckbox.d.ts +1 -1
- package/dist/ui-kit/SlideCheckboxGroup/SlideCheckboxGroup.d.ts +2 -2
- package/dist/ui-kit/SlideCheckboxGroup/SlideCheckboxGroup.js.map +1 -1
- package/dist/ui-kit/TabsControl/TabItem.js +3 -2
- package/dist/ui-kit/TabsControl/TabItem.js.map +1 -1
- package/dist/ui-kit/TabsControl/renderTabItemInner.d.ts +2 -3
- package/dist/ui-kit/TabsControl/renderTabItemInner.js.map +1 -1
- package/dist/ui-kit/TimerCircle/TimerCircle.d.ts +2 -2
- package/dist/ui-kit/TimerCircle/TimerCircle.js.map +1 -1
- package/dist/ui-kit/TopItem/TopItem.d.ts +2 -2
- package/dist/ui-kit/TopItem/TopItem.js.map +1 -1
- package/dist/utils/adjustBase.js +4 -1
- package/dist/utils/adjustBase.js.map +1 -1
- package/lib/common.css +1 -1
- package/lib/components/ApplicationForm/Footnote.d.ts +1 -1
- package/lib/components/ApplicationLeadForm/Footnote.d.ts +1 -1
- package/lib/components/ApplicationLeadForm/applicationFormData.js +0 -1
- package/lib/components/ApplicationLeadForm/applicationFormData.js.map +1 -1
- package/lib/components/ApplicationLeadForm/consents.d.ts +2 -2
- package/lib/components/ApplicationLeadForm/consents.js +0 -4
- package/lib/components/ApplicationLeadForm/consents.js.map +1 -1
- package/lib/components/ApplicationLeadForm/useApplicationLeadApi.js +3 -3
- package/lib/components/ApplicationLeadForm/useApplicationLeadApi.js.map +1 -1
- package/lib/components/BenefitsBlock/BenefitsBlockContent.d.ts +1 -1
- package/lib/components/CardTransfer/SubmitFailedDialog.d.ts +2 -2
- package/lib/components/CardTransfer/SubmitFailedDialog.js.map +1 -1
- package/lib/components/Carousel/renderCardHighlight.d.ts +1 -1
- package/lib/components/DebitForm/DebitFormStatus.d.ts +2 -4
- package/lib/components/DebitForm/DebitFormStatus.js.map +1 -1
- package/lib/components/Header/HeaderChatBotButton.d.ts +0 -1
- package/lib/components/Header/HeaderChatBotButton.js +15 -4
- package/lib/components/Header/HeaderChatBotButton.js.map +1 -1
- package/lib/components/Header/HeaderSecondaryMenu.js +1 -2
- package/lib/components/Header/HeaderSecondaryMenu.js.map +1 -1
- package/lib/components/Header/HeaderSubMenu.js +1 -1
- package/lib/components/Header/HeaderSubMenu.js.map +1 -1
- package/lib/components/Header/HeaderTop.js +1 -1
- package/lib/components/Header/HeaderTop.js.map +1 -1
- package/lib/components/Headline/Headline.js +1 -1
- package/lib/components/Headline/Headline.js.map +1 -1
- package/lib/components/OfficesAtmsMap/OfficesAtmsMapLayout.d.ts +2 -2
- package/lib/components/OfficesAtmsMap/OfficesAtmsMapLayout.js.map +1 -1
- package/lib/components/OfficesAtmsMap/OfficesAtmsMapProps.d.ts +3 -4
- package/lib/components/ProductBlock/renderBackwardButton.d.ts +2 -2
- package/lib/components/ProductBlock/renderBackwardButton.js.map +1 -1
- package/lib/components/StepsBlock/StepsBlockContent.d.ts +1 -1
- package/lib/components/StepsBlock/StepsBlockStyleMaps.d.ts +2 -2
- package/lib/components/StepsBlock/StepsBlockStyleMaps.js.map +1 -1
- package/lib/components/StickyBottomMenu/BurgerMenuDialog.d.ts +2 -2
- package/lib/components/StickyBottomMenu/BurgerMenuDialog.js.map +1 -1
- package/lib/components/StickyBottomMenu/StickyBottomMenuDialog.d.ts +2 -2
- package/lib/components/StickyBottomMenu/StickyBottomMenuDialog.js.map +1 -1
- package/lib/components/StickyBottomMenu/useBottomMenuItemDialog.d.ts +2 -2
- package/lib/components/StickyBottomMenu/useBottomMenuItemDialog.js.map +1 -1
- package/lib/components/StickyBottomMenu/useBurgerMenuDialog.d.ts +2 -2
- package/lib/components/StickyBottomMenu/useBurgerMenuDialog.js.map +1 -1
- package/lib/components/TariffsTable/TableCarouselContainer.d.ts +0 -2
- package/lib/components/TariffsTable/TableCarouselContainer.js +1 -1
- package/lib/components/TariffsTable/TableCarouselContainer.js.map +1 -1
- package/lib/components/TariffsTable/TariffsTable.d.ts +1 -1
- package/lib/components/TariffsTable/TariffsTable.fixture.mobile.d.ts +3 -1
- package/lib/components/TariffsTable/TariffsTable.js +4 -11
- package/lib/components/TariffsTable/TariffsTable.js.map +1 -1
- package/lib/components/TariffsTable/TariffsTableCell.d.ts +10 -8
- package/lib/components/TariffsTable/TariffsTableCell.js +14 -4
- package/lib/components/TariffsTable/TariffsTableCell.js.map +1 -1
- package/lib/components/TariffsTable/TariffsTableContent.d.ts +3 -69
- package/lib/components/TariffsTable/TariffsTableRow.d.ts +0 -2
- package/lib/components/TariffsTable/TariffsTableRow.js +6 -10
- package/lib/components/TariffsTable/TariffsTableRow.js.map +1 -1
- package/lib/components/TariffsTable/TariffsTableRowContainer.d.ts +2 -1
- package/lib/components/TariffsTable/TariffsTableRowContainer.js +2 -2
- package/lib/components/TariffsTable/TariffsTableRowContainer.js.map +1 -1
- package/lib/components/TariffsTable/TariffsTableWrapper.d.ts +1 -6
- package/lib/components/TariffsTable/TariffsTableWrapper.js +2 -10
- package/lib/components/TariffsTable/TariffsTableWrapper.js.map +1 -1
- package/lib/components/TariffsTable/dataFixture.js +1 -14
- package/lib/components/TariffsTable/dataFixture.js.map +1 -1
- package/lib/components/TariffsTable/renderCell.d.ts +2 -0
- package/lib/components/TariffsTable/renderCell.js +12 -0
- package/lib/components/TariffsTable/renderCell.js.map +1 -0
- package/lib/components/TariffsTable/renderHeader.d.ts +2 -0
- package/lib/components/TariffsTable/renderHeader.js +7 -0
- package/lib/components/TariffsTable/renderHeader.js.map +1 -0
- package/lib/components/TariffsTable/renderInnerTableCell.d.ts +0 -0
- package/lib/components/TariffsTable/renderInnerTableCell.js +1 -0
- package/lib/components/TariffsTable/renderInnerTableCell.js.map +1 -0
- package/lib/data/CommonData.d.ts +2 -2
- package/lib/hooks/useAspects/aspects/forwardQuery.d.ts +1 -1
- package/lib/hooks/useAspects/aspects/forwardQuery.js +1 -1
- package/lib/hooks/useAspects/aspects/forwardQuery.js.map +1 -1
- package/lib/hooks/useAspects/handleAspects.d.ts +1 -1
- package/lib/hooks/useAspects/handleAspects.js +5 -2
- package/lib/hooks/useAspects/handleAspects.js.map +1 -1
- package/lib/hooks/useAspects/useAspects.d.ts +1 -1
- package/lib/hooks/useLink.js +2 -1
- package/lib/hooks/useLink.js.map +1 -1
- package/lib/model/ContentPageBase.d.ts +2 -3
- package/lib/model/LinkProps.d.ts +1 -1
- package/lib/model/OnClickProps.d.ts +3 -0
- package/lib/model/OnClickProps.js +2 -0
- package/lib/model/OnClickProps.js.map +1 -0
- package/lib/model/OnCloseProps.d.ts +3 -0
- package/lib/model/OnCloseProps.js +2 -0
- package/lib/model/OnCloseProps.js.map +1 -0
- package/lib/model/onClick.d.ts +3 -0
- package/lib/model/onClick.js +2 -0
- package/lib/model/onClick.js.map +1 -0
- package/lib/model/onClose.d.ts +3 -0
- package/lib/model/onClose.js +2 -0
- package/lib/model/onClose.js.map +1 -0
- package/lib/retail/api/getCardTypes.d.ts +2 -2
- package/lib/retail/api/getCardTypes.js.map +1 -1
- package/lib/retail/components/CaptchaDialog/CaptchaDialog.d.ts +2 -2
- package/lib/retail/components/CaptchaDialog/CaptchaDialog.js.map +1 -1
- package/lib/retail/components/ConsentBkiDialog/ConsentBkiDialog.d.ts +2 -2
- package/lib/retail/components/ConsentBkiDialog/ConsentBkiDialog.js.map +1 -1
- package/lib/retail/components/DocumentDialog/DocumentDialog.d.ts +2 -2
- package/lib/retail/components/DocumentDialog/DocumentDialog.js.map +1 -1
- package/lib/retail/components/DraftDialog/DraftActionButton.d.ts +4 -5
- package/lib/retail/components/DraftDialog/DraftActionButton.js +1 -1
- package/lib/retail/components/DraftDialog/DraftActionButton.js.map +1 -1
- package/lib/retail/components/DraftDialog/DraftDialog.d.ts +2 -2
- package/lib/retail/components/DraftDialog/DraftDialog.js.map +1 -1
- package/lib/retail/components/DraftDialog/EmptyDraftDialog.d.ts +2 -4
- package/lib/retail/components/DraftDialog/EmptyDraftDialog.js.map +1 -1
- package/lib/retail/components/DraftDialog/useDraftDialog.d.ts +2 -2
- package/lib/retail/components/DraftDialog/useDraftDialog.js.map +1 -1
- package/lib/retail/components/Fields/BeginDateField.js +1 -1
- package/lib/retail/components/Fields/BeginDateField.js.map +1 -1
- package/lib/retail/components/Fields/ParticipantDateRegistrationField.js +1 -1
- package/lib/retail/components/Fields/ParticipantDateRegistrationField.js.map +1 -1
- package/lib/retail/components/FormStatus/FormStatus.d.ts +2 -4
- package/lib/retail/components/FormStatus/FormStatus.js.map +1 -1
- package/lib/retail/components/VerifyPhoneDialog/VerifyPhoneDialog.d.ts +2 -2
- package/lib/retail/components/VerifyPhoneDialog/VerifyPhoneDialog.js.map +1 -1
- package/lib/retail/inputs.d.ts +0 -1
- package/lib/retail/inputs.js +0 -1
- package/lib/retail/inputs.js.map +1 -1
- package/lib/retail/model/LeadFormData.d.ts +2 -2
- package/lib/retail/model/LeadFormState.d.ts +3 -2
- package/lib/retail/utils/getOrganizationParams.d.ts +1 -1
- package/lib/retail/utils/getOrganizationParams.js.map +1 -1
- package/lib/retail/utils/renderStep.js +3 -1
- package/lib/retail/utils/renderStep.js.map +1 -1
- package/lib/retail/validator/validatorObj.js +3 -3
- package/lib/retail/validator/validatorObj.js.map +1 -1
- package/lib/retail/validator/validators.d.ts +1 -0
- package/lib/retail/validator/validators.js +1 -0
- package/lib/retail/validator/validators.js.map +1 -1
- package/lib/services/search/search.d.ts +2 -2
- package/lib/services/search/search.js.map +1 -1
- package/lib/services/search/textRank.d.ts +1 -1
- package/lib/services/search/textRank.js.map +1 -1
- package/lib/services/search/useSearch.js +8 -5
- package/lib/services/search/useSearch.js.map +1 -1
- package/lib/ui-kit/BaseFiltration/BaseFiltrationContent.d.ts +1 -1
- package/lib/ui-kit/BaseFiltration/FiltrationSchemaContent.d.ts +1 -6
- package/lib/ui-kit/BaseFiltration/HotFilterBase.d.ts +1 -1
- package/lib/ui-kit/BaseProductTile/BaseProductTileContent.d.ts +0 -2
- package/lib/ui-kit/BaseTile/BaseTile.js +1 -1
- package/lib/ui-kit/BaseTile/BaseTile.js.map +1 -1
- package/lib/ui-kit/Calculator/CalculatorProps.d.ts +1 -2
- package/lib/ui-kit/Calculator/UnknownRate.d.ts +2 -4
- package/lib/ui-kit/Calculator/UnknownRate.js.map +1 -1
- package/lib/ui-kit/Calculator/renderRate.d.ts +2 -2
- package/lib/ui-kit/Calculator/renderRate.js.map +1 -1
- package/lib/ui-kit/DatePicker/DatePickerControl.d.ts +1 -0
- package/lib/ui-kit/DatePicker/DatePickerControl.js.map +1 -1
- package/lib/ui-kit/DatePicker/DatePickerInput.d.ts +2 -2
- package/lib/ui-kit/DatePicker/DatePickerInput.js.map +1 -1
- package/lib/ui-kit/DialogManager/Dialog.d.ts +2 -2
- package/lib/ui-kit/DialogManager/Dialog.js.map +1 -1
- package/lib/ui-kit/DialogManager/useDialog.d.ts +2 -3
- package/lib/ui-kit/DialogManager/useDialog.js.map +1 -1
- package/lib/ui-kit/Foldable/DefaultFoldButton.d.ts +2 -2
- package/lib/ui-kit/Foldable/DefaultFoldButton.js.map +1 -1
- package/lib/ui-kit/InnerTable/InnerTable.d.ts +2 -2
- package/lib/ui-kit/InnerTable/InnerTable.js +2 -3
- package/lib/ui-kit/InnerTable/InnerTable.js.map +1 -1
- package/lib/ui-kit/InnerTable/InnerTableBody.js +4 -6
- package/lib/ui-kit/InnerTable/InnerTableBody.js.map +1 -1
- package/lib/ui-kit/InnerTable/InnerTableButton.d.ts +2 -3
- package/lib/ui-kit/InnerTable/InnerTableButton.js.map +1 -1
- package/lib/ui-kit/InnerTable/InnerTableProps.d.ts +2 -4
- package/lib/ui-kit/InnerTable/renderInnerTableRow.js +1 -1
- package/lib/ui-kit/InnerTable/renderInnerTableRow.js.map +1 -1
- package/lib/ui-kit/LinkButton/LinkButtonProps.d.ts +2 -2
- package/lib/ui-kit/LinkWrapper/LinkWrapper.d.ts +3 -6
- package/lib/ui-kit/LinkWrapper/LinkWrapper.js.map +1 -1
- package/lib/ui-kit/LocationDialog/LocationDialog.d.ts +2 -2
- package/lib/ui-kit/LocationDialog/LocationDialog.js.map +1 -1
- package/lib/ui-kit/ProgressBar/ProgressBar.d.ts +2 -2
- package/lib/ui-kit/RadioButtonGroup/RadioButtonGroup.d.ts +1 -1
- package/lib/ui-kit/ReportDialog/ReportDialog.d.ts +2 -2
- package/lib/ui-kit/ReportDialog/ReportDialog.js.map +1 -1
- package/lib/ui-kit/ResponseTypeDialog/ResponseTypeDialog.d.ts +2 -2
- package/lib/ui-kit/ResponseTypeDialog/ResponseTypeDialog.js.map +1 -1
- package/lib/ui-kit/SearchDialog/SearchDialog.d.ts +2 -2
- package/lib/ui-kit/SearchDialog/SearchDialog.js.map +1 -1
- package/lib/ui-kit/Select/Option.d.ts +1 -1
- package/lib/ui-kit/Select/useSelectPopup.d.ts +2 -2
- package/lib/ui-kit/Select/useSelectPopup.js.map +1 -1
- package/lib/ui-kit/SlideCheckbox/SlideCheckbox.d.ts +1 -1
- package/lib/ui-kit/SlideCheckboxGroup/SlideCheckboxGroup.d.ts +2 -2
- package/lib/ui-kit/SlideCheckboxGroup/SlideCheckboxGroup.js.map +1 -1
- package/lib/ui-kit/TabsControl/TabItem.js +3 -2
- package/lib/ui-kit/TabsControl/TabItem.js.map +1 -1
- package/lib/ui-kit/TabsControl/renderTabItemInner.d.ts +2 -3
- package/lib/ui-kit/TabsControl/renderTabItemInner.js.map +1 -1
- package/lib/ui-kit/TimerCircle/TimerCircle.d.ts +2 -2
- package/lib/ui-kit/TimerCircle/TimerCircle.js.map +1 -1
- package/lib/ui-kit/TopItem/TopItem.d.ts +2 -2
- package/lib/ui-kit/TopItem/TopItem.js.map +1 -1
- package/lib/utils/adjustBase.js +4 -1
- package/lib/utils/adjustBase.js.map +1 -1
- package/mobile/bundle/bundle.umd.js +86 -215
- package/mobile/bundle/bundle.umd.min.js +1 -1
- package/mobile/bundle/components/ApplicationForm/Footnote.d.ts +1 -1
- package/mobile/bundle/components/ApplicationLeadForm/Footnote.d.ts +1 -1
- package/mobile/bundle/components/ApplicationLeadForm/consents.d.ts +2 -2
- package/mobile/bundle/components/BenefitsBlock/BenefitsBlockContent.d.ts +1 -1
- package/mobile/bundle/components/CardTransfer/SubmitFailedDialog.d.ts +2 -2
- package/mobile/bundle/components/Carousel/renderCardHighlight.d.ts +1 -1
- package/mobile/bundle/components/DebitForm/DebitFormStatus.d.ts +2 -4
- package/mobile/bundle/components/Header/HeaderChatBotButton.d.ts +0 -1
- package/mobile/bundle/components/OfficesAtmsMap/OfficesAtmsMapLayout.d.ts +2 -2
- package/mobile/bundle/components/OfficesAtmsMap/OfficesAtmsMapProps.d.ts +3 -4
- package/mobile/bundle/components/ProductBlock/renderBackwardButton.d.ts +2 -2
- package/mobile/bundle/components/StepsBlock/StepsBlockContent.d.ts +1 -1
- package/mobile/bundle/components/StepsBlock/StepsBlockStyleMaps.d.ts +2 -2
- package/mobile/bundle/components/StickyBottomMenu/BurgerMenuDialog.d.ts +2 -2
- package/mobile/bundle/components/StickyBottomMenu/StickyBottomMenuDialog.d.ts +2 -2
- package/mobile/bundle/components/StickyBottomMenu/useBottomMenuItemDialog.d.ts +2 -2
- package/mobile/bundle/components/StickyBottomMenu/useBurgerMenuDialog.d.ts +2 -2
- package/mobile/bundle/components/TariffsTable/TableCarouselContainer.d.ts +0 -2
- package/mobile/bundle/components/TariffsTable/TariffsTable.d.ts +1 -1
- package/mobile/bundle/components/TariffsTable/TariffsTableCell.d.ts +10 -8
- package/mobile/bundle/components/TariffsTable/TariffsTableContent.d.ts +3 -69
- package/mobile/bundle/components/TariffsTable/TariffsTableRow.d.ts +0 -2
- package/mobile/bundle/components/TariffsTable/TariffsTableRowContainer.d.ts +2 -1
- package/mobile/bundle/components/TariffsTable/TariffsTableWrapper.d.ts +1 -6
- package/mobile/bundle/components/TariffsTable/renderCell.d.ts +2 -0
- package/mobile/bundle/components/TariffsTable/renderHeader.d.ts +2 -0
- package/mobile/bundle/data/CommonData.d.ts +2 -2
- package/mobile/bundle/hooks/useAspects/aspects/forwardQuery.d.ts +1 -1
- package/mobile/bundle/hooks/useAspects/handleAspects.d.ts +1 -1
- package/mobile/bundle/hooks/useAspects/useAspects.d.ts +1 -1
- package/mobile/bundle/model/ContentPageBase.d.ts +2 -3
- package/mobile/bundle/model/LinkProps.d.ts +1 -1
- package/mobile/bundle/model/OnClickProps.d.ts +3 -0
- package/mobile/bundle/model/OnCloseProps.d.ts +3 -0
- package/mobile/bundle/model/onClick.d.ts +3 -0
- package/mobile/bundle/model/onClose.d.ts +3 -0
- package/mobile/bundle/retail/api/getCardTypes.d.ts +2 -2
- package/mobile/bundle/retail/components/CaptchaDialog/CaptchaDialog.d.ts +2 -2
- package/mobile/bundle/retail/components/ConsentBkiDialog/ConsentBkiDialog.d.ts +2 -2
- package/mobile/bundle/retail/components/DocumentDialog/DocumentDialog.d.ts +2 -2
- package/mobile/bundle/retail/components/DraftDialog/DraftActionButton.d.ts +4 -5
- package/mobile/bundle/retail/components/DraftDialog/DraftDialog.d.ts +2 -2
- package/mobile/bundle/retail/components/DraftDialog/EmptyDraftDialog.d.ts +2 -4
- package/mobile/bundle/retail/components/DraftDialog/useDraftDialog.d.ts +2 -2
- package/mobile/bundle/retail/components/FormStatus/FormStatus.d.ts +2 -4
- package/mobile/bundle/retail/components/VerifyPhoneDialog/VerifyPhoneDialog.d.ts +2 -2
- package/mobile/bundle/retail/inputs.d.ts +0 -1
- package/mobile/bundle/retail/model/LeadFormData.d.ts +2 -2
- package/mobile/bundle/retail/model/LeadFormState.d.ts +3 -2
- package/mobile/bundle/retail/utils/getOrganizationParams.d.ts +1 -1
- package/mobile/bundle/retail/validator/validators.d.ts +1 -0
- package/mobile/bundle/services/search/search.d.ts +2 -2
- package/mobile/bundle/services/search/textRank.d.ts +1 -1
- package/mobile/bundle/ui-kit/BaseFiltration/BaseFiltrationContent.d.ts +1 -1
- package/mobile/bundle/ui-kit/BaseFiltration/FiltrationSchemaContent.d.ts +1 -6
- package/mobile/bundle/ui-kit/BaseFiltration/HotFilterBase.d.ts +1 -1
- package/mobile/bundle/ui-kit/BaseProductTile/BaseProductTileContent.d.ts +0 -2
- package/mobile/bundle/ui-kit/Calculator/CalculatorProps.d.ts +1 -2
- package/mobile/bundle/ui-kit/Calculator/UnknownRate.d.ts +2 -4
- package/mobile/bundle/ui-kit/Calculator/renderRate.d.ts +2 -2
- package/mobile/bundle/ui-kit/DatePicker/DatePickerControl.d.ts +1 -0
- package/mobile/bundle/ui-kit/DatePicker/DatePickerInput.d.ts +2 -2
- package/mobile/bundle/ui-kit/DialogManager/Dialog.d.ts +2 -2
- package/mobile/bundle/ui-kit/DialogManager/useDialog.d.ts +2 -3
- package/mobile/bundle/ui-kit/Foldable/DefaultFoldButton.d.ts +2 -2
- package/mobile/bundle/ui-kit/InnerTable/InnerTable.d.ts +2 -2
- package/mobile/bundle/ui-kit/InnerTable/InnerTableButton.d.ts +2 -3
- package/mobile/bundle/ui-kit/InnerTable/InnerTableProps.d.ts +2 -4
- package/mobile/bundle/ui-kit/LinkButton/LinkButtonProps.d.ts +2 -2
- package/mobile/bundle/ui-kit/LinkWrapper/LinkWrapper.d.ts +3 -6
- package/mobile/bundle/ui-kit/LocationDialog/LocationDialog.d.ts +2 -2
- package/mobile/bundle/ui-kit/ProgressBar/ProgressBar.d.ts +2 -2
- package/mobile/bundle/ui-kit/RadioButtonGroup/RadioButtonGroup.d.ts +1 -1
- package/mobile/bundle/ui-kit/ReportDialog/ReportDialog.d.ts +2 -2
- package/mobile/bundle/ui-kit/ResponseTypeDialog/ResponseTypeDialog.d.ts +2 -2
- package/mobile/bundle/ui-kit/SearchDialog/SearchDialog.d.ts +2 -2
- package/mobile/bundle/ui-kit/Select/Option.d.ts +1 -1
- package/mobile/bundle/ui-kit/Select/useSelectPopup.d.ts +2 -2
- package/mobile/bundle/ui-kit/SlideCheckbox/SlideCheckbox.d.ts +1 -1
- package/mobile/bundle/ui-kit/SlideCheckboxGroup/SlideCheckboxGroup.d.ts +2 -2
- package/mobile/bundle/ui-kit/TabsControl/renderTabItemInner.d.ts +2 -3
- package/mobile/bundle/ui-kit/TimerCircle/TimerCircle.d.ts +2 -2
- package/mobile/bundle/ui-kit/TopItem/TopItem.d.ts +2 -2
- package/mobile/dist/components/ApplicationForm/Footnote.d.ts +1 -1
- package/mobile/dist/components/ApplicationLeadForm/Footnote.d.ts +1 -1
- package/mobile/dist/components/ApplicationLeadForm/applicationFormData.js +0 -1
- package/mobile/dist/components/ApplicationLeadForm/applicationFormData.js.map +1 -1
- package/mobile/dist/components/ApplicationLeadForm/consents.d.ts +2 -2
- package/mobile/dist/components/ApplicationLeadForm/consents.js +0 -4
- package/mobile/dist/components/ApplicationLeadForm/consents.js.map +1 -1
- package/mobile/dist/components/ApplicationLeadForm/useApplicationLeadApi.js +3 -3
- package/mobile/dist/components/ApplicationLeadForm/useApplicationLeadApi.js.map +1 -1
- package/mobile/dist/components/BenefitsBlock/BenefitsBlockContent.d.ts +1 -1
- package/mobile/dist/components/CardTransfer/SubmitFailedDialog.d.ts +2 -2
- package/mobile/dist/components/CardTransfer/SubmitFailedDialog.js.map +1 -1
- package/mobile/dist/components/Carousel/renderCardHighlight.d.ts +1 -1
- package/mobile/dist/components/DebitForm/DebitFormStatus.d.ts +2 -4
- package/mobile/dist/components/DebitForm/DebitFormStatus.js.map +1 -1
- package/mobile/dist/components/Header/HeaderChatBotButton.d.ts +0 -1
- package/mobile/dist/components/Header/HeaderChatBotButton.js +15 -4
- package/mobile/dist/components/Header/HeaderChatBotButton.js.map +1 -1
- package/mobile/dist/components/Header/HeaderSecondaryMenu.js +1 -2
- package/mobile/dist/components/Header/HeaderSecondaryMenu.js.map +1 -1
- package/mobile/dist/components/Header/HeaderSubMenu.js +1 -1
- package/mobile/dist/components/Header/HeaderSubMenu.js.map +1 -1
- package/mobile/dist/components/Header/HeaderTop.js +1 -1
- package/mobile/dist/components/Header/HeaderTop.js.map +1 -1
- package/mobile/dist/components/Headline/Headline.js +1 -1
- package/mobile/dist/components/Headline/Headline.js.map +1 -1
- package/mobile/dist/components/OfficesAtmsMap/OfficesAtmsMapLayout.d.ts +2 -2
- package/mobile/dist/components/OfficesAtmsMap/OfficesAtmsMapLayout.js.map +1 -1
- package/mobile/dist/components/OfficesAtmsMap/OfficesAtmsMapProps.d.ts +3 -4
- package/mobile/dist/components/ProductBlock/renderBackwardButton.d.ts +2 -2
- package/mobile/dist/components/ProductBlock/renderBackwardButton.js.map +1 -1
- package/mobile/dist/components/StepsBlock/StepsBlockContent.d.ts +1 -1
- package/mobile/dist/components/StepsBlock/StepsBlockStyleMaps.d.ts +2 -2
- package/mobile/dist/components/StepsBlock/StepsBlockStyleMaps.js.map +1 -1
- package/mobile/dist/components/StickyBottomMenu/BurgerMenuDialog.d.ts +2 -2
- package/mobile/dist/components/StickyBottomMenu/BurgerMenuDialog.js.map +1 -1
- package/mobile/dist/components/StickyBottomMenu/StickyBottomMenuDialog.d.ts +2 -2
- package/mobile/dist/components/StickyBottomMenu/StickyBottomMenuDialog.js.map +1 -1
- package/mobile/dist/components/StickyBottomMenu/useBottomMenuItemDialog.d.ts +2 -2
- package/mobile/dist/components/StickyBottomMenu/useBottomMenuItemDialog.js.map +1 -1
- package/mobile/dist/components/StickyBottomMenu/useBurgerMenuDialog.d.ts +2 -2
- package/mobile/dist/components/StickyBottomMenu/useBurgerMenuDialog.js.map +1 -1
- package/mobile/dist/components/TariffsTable/TableCarouselContainer.d.ts +0 -2
- package/mobile/dist/components/TariffsTable/TableCarouselContainer.js +1 -1
- package/mobile/dist/components/TariffsTable/TableCarouselContainer.js.map +1 -1
- package/mobile/dist/components/TariffsTable/TariffsTable.d.ts +1 -1
- package/mobile/dist/components/TariffsTable/TariffsTable.js +4 -11
- package/mobile/dist/components/TariffsTable/TariffsTable.js.map +1 -1
- package/mobile/dist/components/TariffsTable/TariffsTableCell.d.ts +10 -8
- package/mobile/dist/components/TariffsTable/TariffsTableCell.js +14 -4
- package/mobile/dist/components/TariffsTable/TariffsTableCell.js.map +1 -1
- package/mobile/dist/components/TariffsTable/TariffsTableContent.d.ts +3 -69
- package/mobile/dist/components/TariffsTable/TariffsTableRow.d.ts +0 -2
- package/mobile/dist/components/TariffsTable/TariffsTableRow.js +6 -10
- package/mobile/dist/components/TariffsTable/TariffsTableRow.js.map +1 -1
- package/mobile/dist/components/TariffsTable/TariffsTableRowContainer.d.ts +2 -1
- package/mobile/dist/components/TariffsTable/TariffsTableRowContainer.js +3 -3
- package/mobile/dist/components/TariffsTable/TariffsTableRowContainer.js.map +1 -1
- package/mobile/dist/components/TariffsTable/TariffsTableWrapper.d.ts +1 -6
- package/mobile/dist/components/TariffsTable/TariffsTableWrapper.js +1 -9
- package/mobile/dist/components/TariffsTable/TariffsTableWrapper.js.map +1 -1
- package/mobile/dist/components/TariffsTable/dataFixture.js +1 -14
- package/mobile/dist/components/TariffsTable/dataFixture.js.map +1 -1
- package/mobile/dist/components/TariffsTable/renderCell.d.ts +2 -0
- package/mobile/dist/components/TariffsTable/renderCell.js +15 -0
- package/mobile/dist/components/TariffsTable/renderCell.js.map +1 -0
- package/mobile/dist/components/TariffsTable/renderHeader.d.ts +2 -0
- package/mobile/dist/components/TariffsTable/renderHeader.js +10 -0
- package/mobile/dist/components/TariffsTable/renderHeader.js.map +1 -0
- package/mobile/dist/components/TariffsTable/renderInnerTableCell.d.ts +0 -0
- package/mobile/dist/components/TariffsTable/renderInnerTableCell.js +1 -0
- package/mobile/dist/components/TariffsTable/renderInnerTableCell.js.map +1 -0
- package/mobile/dist/data/CommonData.d.ts +2 -2
- package/mobile/dist/hooks/useAspects/aspects/forwardQuery.d.ts +1 -1
- package/mobile/dist/hooks/useAspects/aspects/forwardQuery.js +1 -1
- package/mobile/dist/hooks/useAspects/aspects/forwardQuery.js.map +1 -1
- package/mobile/dist/hooks/useAspects/handleAspects.d.ts +1 -1
- package/mobile/dist/hooks/useAspects/handleAspects.js +5 -2
- package/mobile/dist/hooks/useAspects/handleAspects.js.map +1 -1
- package/mobile/dist/hooks/useAspects/useAspects.d.ts +1 -1
- package/mobile/dist/hooks/useLink.js +2 -1
- package/mobile/dist/hooks/useLink.js.map +1 -1
- package/mobile/dist/model/ContentPageBase.d.ts +2 -3
- package/mobile/dist/model/LinkProps.d.ts +1 -1
- package/mobile/dist/model/OnClickProps.d.ts +3 -0
- package/mobile/dist/model/OnClickProps.js +2 -0
- package/mobile/dist/model/OnClickProps.js.map +1 -0
- package/mobile/dist/model/OnCloseProps.d.ts +3 -0
- package/mobile/dist/model/OnCloseProps.js +2 -0
- package/mobile/dist/model/OnCloseProps.js.map +1 -0
- package/mobile/dist/model/onClick.d.ts +3 -0
- package/mobile/dist/model/onClick.js +2 -0
- package/mobile/dist/model/onClick.js.map +1 -0
- package/mobile/dist/model/onClose.d.ts +3 -0
- package/mobile/dist/model/onClose.js +2 -0
- package/mobile/dist/model/onClose.js.map +1 -0
- package/mobile/dist/retail/api/getCardTypes.d.ts +2 -2
- package/mobile/dist/retail/api/getCardTypes.js.map +1 -1
- package/mobile/dist/retail/components/CaptchaDialog/CaptchaDialog.d.ts +2 -2
- package/mobile/dist/retail/components/CaptchaDialog/CaptchaDialog.js.map +1 -1
- package/mobile/dist/retail/components/ConsentBkiDialog/ConsentBkiDialog.d.ts +2 -2
- package/mobile/dist/retail/components/ConsentBkiDialog/ConsentBkiDialog.js.map +1 -1
- package/mobile/dist/retail/components/DocumentDialog/DocumentDialog.d.ts +2 -2
- package/mobile/dist/retail/components/DocumentDialog/DocumentDialog.js.map +1 -1
- package/mobile/dist/retail/components/DraftDialog/DraftActionButton.d.ts +4 -5
- package/mobile/dist/retail/components/DraftDialog/DraftActionButton.js +1 -1
- package/mobile/dist/retail/components/DraftDialog/DraftActionButton.js.map +1 -1
- package/mobile/dist/retail/components/DraftDialog/DraftDialog.d.ts +2 -2
- package/mobile/dist/retail/components/DraftDialog/DraftDialog.js.map +1 -1
- package/mobile/dist/retail/components/DraftDialog/EmptyDraftDialog.d.ts +2 -4
- package/mobile/dist/retail/components/DraftDialog/EmptyDraftDialog.js.map +1 -1
- package/mobile/dist/retail/components/DraftDialog/useDraftDialog.d.ts +2 -2
- package/mobile/dist/retail/components/DraftDialog/useDraftDialog.js.map +1 -1
- package/mobile/dist/retail/components/Fields/BeginDateField.js +1 -1
- package/mobile/dist/retail/components/Fields/BeginDateField.js.map +1 -1
- package/mobile/dist/retail/components/Fields/ParticipantDateRegistrationField.js +1 -1
- package/mobile/dist/retail/components/Fields/ParticipantDateRegistrationField.js.map +1 -1
- package/mobile/dist/retail/components/FormStatus/FormStatus.d.ts +2 -4
- package/mobile/dist/retail/components/FormStatus/FormStatus.js.map +1 -1
- package/mobile/dist/retail/components/VerifyPhoneDialog/VerifyPhoneDialog.d.ts +2 -2
- package/mobile/dist/retail/components/VerifyPhoneDialog/VerifyPhoneDialog.js.map +1 -1
- package/mobile/dist/retail/inputs.d.ts +0 -1
- package/mobile/dist/retail/inputs.js +0 -1
- package/mobile/dist/retail/inputs.js.map +1 -1
- package/mobile/dist/retail/model/LeadFormData.d.ts +2 -2
- package/mobile/dist/retail/model/LeadFormState.d.ts +3 -2
- package/mobile/dist/retail/utils/getOrganizationParams.d.ts +1 -1
- package/mobile/dist/retail/utils/getOrganizationParams.js.map +1 -1
- package/mobile/dist/retail/utils/renderStep.js +3 -1
- package/mobile/dist/retail/utils/renderStep.js.map +1 -1
- package/mobile/dist/retail/validator/validatorObj.js +2 -2
- package/mobile/dist/retail/validator/validatorObj.js.map +1 -1
- package/mobile/dist/retail/validator/validators.d.ts +1 -0
- package/mobile/dist/retail/validator/validators.js +3 -1
- package/mobile/dist/retail/validator/validators.js.map +1 -1
- package/mobile/dist/services/search/search.d.ts +2 -2
- package/mobile/dist/services/search/search.js.map +1 -1
- package/mobile/dist/services/search/textRank.d.ts +1 -1
- package/mobile/dist/services/search/textRank.js.map +1 -1
- package/mobile/dist/services/search/useSearch.js +8 -5
- package/mobile/dist/services/search/useSearch.js.map +1 -1
- package/mobile/dist/ui-kit/BaseFiltration/BaseFiltrationContent.d.ts +1 -1
- package/mobile/dist/ui-kit/BaseFiltration/FiltrationSchemaContent.d.ts +1 -6
- package/mobile/dist/ui-kit/BaseFiltration/HotFilterBase.d.ts +1 -1
- package/mobile/dist/ui-kit/BaseProductTile/BaseProductTileContent.d.ts +0 -2
- package/mobile/dist/ui-kit/BaseTile/BaseTile.js +1 -1
- package/mobile/dist/ui-kit/BaseTile/BaseTile.js.map +1 -1
- package/mobile/dist/ui-kit/Calculator/CalculatorProps.d.ts +1 -2
- package/mobile/dist/ui-kit/Calculator/UnknownRate.d.ts +2 -4
- package/mobile/dist/ui-kit/Calculator/UnknownRate.js.map +1 -1
- package/mobile/dist/ui-kit/Calculator/renderRate.d.ts +2 -2
- package/mobile/dist/ui-kit/Calculator/renderRate.js.map +1 -1
- package/mobile/dist/ui-kit/DatePicker/DatePickerControl.d.ts +1 -0
- package/mobile/dist/ui-kit/DatePicker/DatePickerControl.js.map +1 -1
- package/mobile/dist/ui-kit/DatePicker/DatePickerInput.d.ts +2 -2
- package/mobile/dist/ui-kit/DatePicker/DatePickerInput.js.map +1 -1
- package/mobile/dist/ui-kit/DialogManager/Dialog.d.ts +2 -2
- package/mobile/dist/ui-kit/DialogManager/Dialog.js.map +1 -1
- package/mobile/dist/ui-kit/DialogManager/useDialog.d.ts +2 -3
- package/mobile/dist/ui-kit/DialogManager/useDialog.js.map +1 -1
- package/mobile/dist/ui-kit/Foldable/DefaultFoldButton.d.ts +2 -2
- package/mobile/dist/ui-kit/Foldable/DefaultFoldButton.js.map +1 -1
- package/mobile/dist/ui-kit/InnerTable/InnerTable.d.ts +2 -2
- package/mobile/dist/ui-kit/InnerTable/InnerTable.js +2 -3
- package/mobile/dist/ui-kit/InnerTable/InnerTable.js.map +1 -1
- package/mobile/dist/ui-kit/InnerTable/InnerTableBody.js +4 -6
- package/mobile/dist/ui-kit/InnerTable/InnerTableBody.js.map +1 -1
- package/mobile/dist/ui-kit/InnerTable/InnerTableButton.d.ts +2 -3
- package/mobile/dist/ui-kit/InnerTable/InnerTableButton.js.map +1 -1
- package/mobile/dist/ui-kit/InnerTable/InnerTableProps.d.ts +2 -4
- package/mobile/dist/ui-kit/InnerTable/renderInnerTableRow.js +1 -1
- package/mobile/dist/ui-kit/InnerTable/renderInnerTableRow.js.map +1 -1
- package/mobile/dist/ui-kit/LinkButton/LinkButtonProps.d.ts +2 -2
- package/mobile/dist/ui-kit/LinkWrapper/LinkWrapper.d.ts +3 -6
- package/mobile/dist/ui-kit/LinkWrapper/LinkWrapper.js.map +1 -1
- package/mobile/dist/ui-kit/LocationDialog/LocationDialog.d.ts +2 -2
- package/mobile/dist/ui-kit/LocationDialog/LocationDialog.js.map +1 -1
- package/mobile/dist/ui-kit/ProgressBar/ProgressBar.d.ts +2 -2
- package/mobile/dist/ui-kit/RadioButtonGroup/RadioButtonGroup.d.ts +1 -1
- package/mobile/dist/ui-kit/ReportDialog/ReportDialog.d.ts +2 -2
- package/mobile/dist/ui-kit/ReportDialog/ReportDialog.js.map +1 -1
- package/mobile/dist/ui-kit/ResponseTypeDialog/ResponseTypeDialog.d.ts +2 -2
- package/mobile/dist/ui-kit/ResponseTypeDialog/ResponseTypeDialog.js.map +1 -1
- package/mobile/dist/ui-kit/SearchDialog/SearchDialog.d.ts +2 -2
- package/mobile/dist/ui-kit/SearchDialog/SearchDialog.js.map +1 -1
- package/mobile/dist/ui-kit/Select/Option.d.ts +1 -1
- package/mobile/dist/ui-kit/Select/useSelectPopup.d.ts +2 -2
- package/mobile/dist/ui-kit/Select/useSelectPopup.js.map +1 -1
- package/mobile/dist/ui-kit/SlideCheckbox/SlideCheckbox.d.ts +1 -1
- package/mobile/dist/ui-kit/SlideCheckboxGroup/SlideCheckboxGroup.d.ts +2 -2
- package/mobile/dist/ui-kit/SlideCheckboxGroup/SlideCheckboxGroup.js.map +1 -1
- package/mobile/dist/ui-kit/TabsControl/TabItem.js +3 -2
- package/mobile/dist/ui-kit/TabsControl/TabItem.js.map +1 -1
- package/mobile/dist/ui-kit/TabsControl/renderTabItemInner.d.ts +2 -3
- package/mobile/dist/ui-kit/TabsControl/renderTabItemInner.js.map +1 -1
- package/mobile/dist/ui-kit/TimerCircle/TimerCircle.d.ts +2 -2
- package/mobile/dist/ui-kit/TimerCircle/TimerCircle.js.map +1 -1
- package/mobile/dist/ui-kit/TopItem/TopItem.d.ts +2 -2
- package/mobile/dist/ui-kit/TopItem/TopItem.js.map +1 -1
- package/mobile/dist/utils/adjustBase.js +4 -1
- package/mobile/dist/utils/adjustBase.js.map +1 -1
- package/mobile/lib/common.css +1 -1
- package/mobile/lib/components/ApplicationForm/Footnote.d.ts +1 -1
- package/mobile/lib/components/ApplicationLeadForm/Footnote.d.ts +1 -1
- package/mobile/lib/components/ApplicationLeadForm/applicationFormData.js +0 -1
- package/mobile/lib/components/ApplicationLeadForm/applicationFormData.js.map +1 -1
- package/mobile/lib/components/ApplicationLeadForm/consents.d.ts +2 -2
- package/mobile/lib/components/ApplicationLeadForm/consents.js +0 -4
- package/mobile/lib/components/ApplicationLeadForm/consents.js.map +1 -1
- package/mobile/lib/components/ApplicationLeadForm/useApplicationLeadApi.js +3 -3
- package/mobile/lib/components/ApplicationLeadForm/useApplicationLeadApi.js.map +1 -1
- package/mobile/lib/components/BenefitsBlock/BenefitsBlockContent.d.ts +1 -1
- package/mobile/lib/components/CardTransfer/SubmitFailedDialog.d.ts +2 -2
- package/mobile/lib/components/CardTransfer/SubmitFailedDialog.js.map +1 -1
- package/mobile/lib/components/Carousel/renderCardHighlight.d.ts +1 -1
- package/mobile/lib/components/DebitForm/DebitFormStatus.d.ts +2 -4
- package/mobile/lib/components/DebitForm/DebitFormStatus.js.map +1 -1
- package/mobile/lib/components/Header/HeaderChatBotButton.d.ts +0 -1
- package/mobile/lib/components/Header/HeaderChatBotButton.js +15 -4
- package/mobile/lib/components/Header/HeaderChatBotButton.js.map +1 -1
- package/mobile/lib/components/Header/HeaderSecondaryMenu.js +1 -2
- package/mobile/lib/components/Header/HeaderSecondaryMenu.js.map +1 -1
- package/mobile/lib/components/Header/HeaderSubMenu.js +1 -1
- package/mobile/lib/components/Header/HeaderSubMenu.js.map +1 -1
- package/mobile/lib/components/Header/HeaderTop.js +1 -1
- package/mobile/lib/components/Header/HeaderTop.js.map +1 -1
- package/mobile/lib/components/Headline/Headline.js +1 -1
- package/mobile/lib/components/Headline/Headline.js.map +1 -1
- package/mobile/lib/components/OfficesAtmsMap/OfficesAtmsMapLayout.d.ts +2 -2
- package/mobile/lib/components/OfficesAtmsMap/OfficesAtmsMapLayout.js.map +1 -1
- package/mobile/lib/components/OfficesAtmsMap/OfficesAtmsMapProps.d.ts +3 -4
- package/mobile/lib/components/ProductBlock/renderBackwardButton.d.ts +2 -2
- package/mobile/lib/components/ProductBlock/renderBackwardButton.js.map +1 -1
- package/mobile/lib/components/StepsBlock/StepsBlockContent.d.ts +1 -1
- package/mobile/lib/components/StepsBlock/StepsBlockStyleMaps.d.ts +2 -2
- package/mobile/lib/components/StepsBlock/StepsBlockStyleMaps.js.map +1 -1
- package/mobile/lib/components/StickyBottomMenu/BurgerMenuDialog.d.ts +2 -2
- package/mobile/lib/components/StickyBottomMenu/BurgerMenuDialog.js.map +1 -1
- package/mobile/lib/components/StickyBottomMenu/StickyBottomMenuDialog.d.ts +2 -2
- package/mobile/lib/components/StickyBottomMenu/StickyBottomMenuDialog.js.map +1 -1
- package/mobile/lib/components/StickyBottomMenu/useBottomMenuItemDialog.d.ts +2 -2
- package/mobile/lib/components/StickyBottomMenu/useBottomMenuItemDialog.js.map +1 -1
- package/mobile/lib/components/StickyBottomMenu/useBurgerMenuDialog.d.ts +2 -2
- package/mobile/lib/components/StickyBottomMenu/useBurgerMenuDialog.js.map +1 -1
- package/mobile/lib/components/TariffsTable/TableCarouselContainer.d.ts +0 -2
- package/mobile/lib/components/TariffsTable/TableCarouselContainer.js +1 -1
- package/mobile/lib/components/TariffsTable/TableCarouselContainer.js.map +1 -1
- package/mobile/lib/components/TariffsTable/TariffsTable.d.ts +1 -1
- package/mobile/lib/components/TariffsTable/TariffsTable.js +4 -11
- package/mobile/lib/components/TariffsTable/TariffsTable.js.map +1 -1
- package/mobile/lib/components/TariffsTable/TariffsTableCell.d.ts +10 -8
- package/mobile/lib/components/TariffsTable/TariffsTableCell.js +14 -4
- package/mobile/lib/components/TariffsTable/TariffsTableCell.js.map +1 -1
- package/mobile/lib/components/TariffsTable/TariffsTableContent.d.ts +3 -69
- package/mobile/lib/components/TariffsTable/TariffsTableRow.d.ts +0 -2
- package/mobile/lib/components/TariffsTable/TariffsTableRow.js +6 -10
- package/mobile/lib/components/TariffsTable/TariffsTableRow.js.map +1 -1
- package/mobile/lib/components/TariffsTable/TariffsTableRowContainer.d.ts +2 -1
- package/mobile/lib/components/TariffsTable/TariffsTableRowContainer.js +2 -2
- package/mobile/lib/components/TariffsTable/TariffsTableRowContainer.js.map +1 -1
- package/mobile/lib/components/TariffsTable/TariffsTableWrapper.d.ts +1 -6
- package/mobile/lib/components/TariffsTable/TariffsTableWrapper.js +2 -10
- package/mobile/lib/components/TariffsTable/TariffsTableWrapper.js.map +1 -1
- package/mobile/lib/components/TariffsTable/dataFixture.js +1 -14
- package/mobile/lib/components/TariffsTable/dataFixture.js.map +1 -1
- package/mobile/lib/components/TariffsTable/renderCell.d.ts +2 -0
- package/mobile/lib/components/TariffsTable/renderCell.js +12 -0
- package/mobile/lib/components/TariffsTable/renderCell.js.map +1 -0
- package/mobile/lib/components/TariffsTable/renderHeader.d.ts +2 -0
- package/mobile/lib/components/TariffsTable/renderHeader.js +7 -0
- package/mobile/lib/components/TariffsTable/renderHeader.js.map +1 -0
- package/mobile/lib/components/TariffsTable/renderInnerTableCell.d.ts +0 -0
- package/mobile/lib/components/TariffsTable/renderInnerTableCell.js +1 -0
- package/mobile/lib/components/TariffsTable/renderInnerTableCell.js.map +1 -0
- package/mobile/lib/data/CommonData.d.ts +2 -2
- package/mobile/lib/hooks/useAspects/aspects/forwardQuery.d.ts +1 -1
- package/mobile/lib/hooks/useAspects/aspects/forwardQuery.js +1 -1
- package/mobile/lib/hooks/useAspects/aspects/forwardQuery.js.map +1 -1
- package/mobile/lib/hooks/useAspects/handleAspects.d.ts +1 -1
- package/mobile/lib/hooks/useAspects/handleAspects.js +5 -2
- package/mobile/lib/hooks/useAspects/handleAspects.js.map +1 -1
- package/mobile/lib/hooks/useAspects/useAspects.d.ts +1 -1
- package/mobile/lib/hooks/useLink.js +2 -1
- package/mobile/lib/hooks/useLink.js.map +1 -1
- package/mobile/lib/model/ContentPageBase.d.ts +2 -3
- package/mobile/lib/model/LinkProps.d.ts +1 -1
- package/mobile/lib/model/OnClickProps.d.ts +3 -0
- package/mobile/lib/model/OnClickProps.js +2 -0
- package/mobile/lib/model/OnClickProps.js.map +1 -0
- package/mobile/lib/model/OnCloseProps.d.ts +3 -0
- package/mobile/lib/model/OnCloseProps.js +2 -0
- package/mobile/lib/model/OnCloseProps.js.map +1 -0
- package/mobile/lib/model/onClick.d.ts +3 -0
- package/mobile/lib/model/onClick.js +2 -0
- package/mobile/lib/model/onClick.js.map +1 -0
- package/mobile/lib/model/onClose.d.ts +3 -0
- package/mobile/lib/model/onClose.js +2 -0
- package/mobile/lib/model/onClose.js.map +1 -0
- package/mobile/lib/retail/api/getCardTypes.d.ts +2 -2
- package/mobile/lib/retail/api/getCardTypes.js.map +1 -1
- package/mobile/lib/retail/components/CaptchaDialog/CaptchaDialog.d.ts +2 -2
- package/mobile/lib/retail/components/CaptchaDialog/CaptchaDialog.js.map +1 -1
- package/mobile/lib/retail/components/ConsentBkiDialog/ConsentBkiDialog.d.ts +2 -2
- package/mobile/lib/retail/components/ConsentBkiDialog/ConsentBkiDialog.js.map +1 -1
- package/mobile/lib/retail/components/DocumentDialog/DocumentDialog.d.ts +2 -2
- package/mobile/lib/retail/components/DocumentDialog/DocumentDialog.js.map +1 -1
- package/mobile/lib/retail/components/DraftDialog/DraftActionButton.d.ts +4 -5
- package/mobile/lib/retail/components/DraftDialog/DraftActionButton.js +1 -1
- package/mobile/lib/retail/components/DraftDialog/DraftActionButton.js.map +1 -1
- package/mobile/lib/retail/components/DraftDialog/DraftDialog.d.ts +2 -2
- package/mobile/lib/retail/components/DraftDialog/DraftDialog.js.map +1 -1
- package/mobile/lib/retail/components/DraftDialog/EmptyDraftDialog.d.ts +2 -4
- package/mobile/lib/retail/components/DraftDialog/EmptyDraftDialog.js.map +1 -1
- package/mobile/lib/retail/components/DraftDialog/useDraftDialog.d.ts +2 -2
- package/mobile/lib/retail/components/DraftDialog/useDraftDialog.js.map +1 -1
- package/mobile/lib/retail/components/Fields/BeginDateField.js +1 -1
- package/mobile/lib/retail/components/Fields/BeginDateField.js.map +1 -1
- package/mobile/lib/retail/components/Fields/ParticipantDateRegistrationField.js +1 -1
- package/mobile/lib/retail/components/Fields/ParticipantDateRegistrationField.js.map +1 -1
- package/mobile/lib/retail/components/FormStatus/FormStatus.d.ts +2 -4
- package/mobile/lib/retail/components/FormStatus/FormStatus.js.map +1 -1
- package/mobile/lib/retail/components/VerifyPhoneDialog/VerifyPhoneDialog.d.ts +2 -2
- package/mobile/lib/retail/components/VerifyPhoneDialog/VerifyPhoneDialog.js.map +1 -1
- package/mobile/lib/retail/inputs.d.ts +0 -1
- package/mobile/lib/retail/inputs.js +0 -1
- package/mobile/lib/retail/inputs.js.map +1 -1
- package/mobile/lib/retail/model/LeadFormData.d.ts +2 -2
- package/mobile/lib/retail/model/LeadFormState.d.ts +3 -2
- package/mobile/lib/retail/utils/getOrganizationParams.d.ts +1 -1
- package/mobile/lib/retail/utils/getOrganizationParams.js.map +1 -1
- package/mobile/lib/retail/utils/renderStep.js +3 -1
- package/mobile/lib/retail/utils/renderStep.js.map +1 -1
- package/mobile/lib/retail/validator/validatorObj.js +3 -3
- package/mobile/lib/retail/validator/validatorObj.js.map +1 -1
- package/mobile/lib/retail/validator/validators.d.ts +1 -0
- package/mobile/lib/retail/validator/validators.js +1 -0
- package/mobile/lib/retail/validator/validators.js.map +1 -1
- package/mobile/lib/services/search/search.d.ts +2 -2
- package/mobile/lib/services/search/search.js.map +1 -1
- package/mobile/lib/services/search/textRank.d.ts +1 -1
- package/mobile/lib/services/search/textRank.js.map +1 -1
- package/mobile/lib/services/search/useSearch.js +8 -5
- package/mobile/lib/services/search/useSearch.js.map +1 -1
- package/mobile/lib/ui-kit/BaseFiltration/BaseFiltrationContent.d.ts +1 -1
- package/mobile/lib/ui-kit/BaseFiltration/FiltrationSchemaContent.d.ts +1 -6
- package/mobile/lib/ui-kit/BaseFiltration/HotFilterBase.d.ts +1 -1
- package/mobile/lib/ui-kit/BaseProductTile/BaseProductTileContent.d.ts +0 -2
- package/mobile/lib/ui-kit/BaseTile/BaseTile.js +1 -1
- package/mobile/lib/ui-kit/BaseTile/BaseTile.js.map +1 -1
- package/mobile/lib/ui-kit/Calculator/CalculatorProps.d.ts +1 -2
- package/mobile/lib/ui-kit/Calculator/UnknownRate.d.ts +2 -4
- package/mobile/lib/ui-kit/Calculator/UnknownRate.js.map +1 -1
- package/mobile/lib/ui-kit/Calculator/renderRate.d.ts +2 -2
- package/mobile/lib/ui-kit/Calculator/renderRate.js.map +1 -1
- package/mobile/lib/ui-kit/DatePicker/DatePickerControl.d.ts +1 -0
- package/mobile/lib/ui-kit/DatePicker/DatePickerControl.js.map +1 -1
- package/mobile/lib/ui-kit/DatePicker/DatePickerInput.d.ts +2 -2
- package/mobile/lib/ui-kit/DatePicker/DatePickerInput.js.map +1 -1
- package/mobile/lib/ui-kit/DialogManager/Dialog.d.ts +2 -2
- package/mobile/lib/ui-kit/DialogManager/Dialog.js.map +1 -1
- package/mobile/lib/ui-kit/DialogManager/useDialog.d.ts +2 -3
- package/mobile/lib/ui-kit/DialogManager/useDialog.js.map +1 -1
- package/mobile/lib/ui-kit/Foldable/DefaultFoldButton.d.ts +2 -2
- package/mobile/lib/ui-kit/Foldable/DefaultFoldButton.js.map +1 -1
- package/mobile/lib/ui-kit/InnerTable/InnerTable.d.ts +2 -2
- package/mobile/lib/ui-kit/InnerTable/InnerTable.js +2 -3
- package/mobile/lib/ui-kit/InnerTable/InnerTable.js.map +1 -1
- package/mobile/lib/ui-kit/InnerTable/InnerTableBody.js +4 -6
- package/mobile/lib/ui-kit/InnerTable/InnerTableBody.js.map +1 -1
- package/mobile/lib/ui-kit/InnerTable/InnerTableButton.d.ts +2 -3
- package/mobile/lib/ui-kit/InnerTable/InnerTableButton.js.map +1 -1
- package/mobile/lib/ui-kit/InnerTable/InnerTableProps.d.ts +2 -4
- package/mobile/lib/ui-kit/InnerTable/renderInnerTableRow.js +1 -1
- package/mobile/lib/ui-kit/InnerTable/renderInnerTableRow.js.map +1 -1
- package/mobile/lib/ui-kit/LinkButton/LinkButtonProps.d.ts +2 -2
- package/mobile/lib/ui-kit/LinkWrapper/LinkWrapper.d.ts +3 -6
- package/mobile/lib/ui-kit/LinkWrapper/LinkWrapper.js.map +1 -1
- package/mobile/lib/ui-kit/LocationDialog/LocationDialog.d.ts +2 -2
- package/mobile/lib/ui-kit/LocationDialog/LocationDialog.js.map +1 -1
- package/mobile/lib/ui-kit/ProgressBar/ProgressBar.d.ts +2 -2
- package/mobile/lib/ui-kit/RadioButtonGroup/RadioButtonGroup.d.ts +1 -1
- package/mobile/lib/ui-kit/ReportDialog/ReportDialog.d.ts +2 -2
- package/mobile/lib/ui-kit/ReportDialog/ReportDialog.js.map +1 -1
- package/mobile/lib/ui-kit/ResponseTypeDialog/ResponseTypeDialog.d.ts +2 -2
- package/mobile/lib/ui-kit/ResponseTypeDialog/ResponseTypeDialog.js.map +1 -1
- package/mobile/lib/ui-kit/SearchDialog/SearchDialog.d.ts +2 -2
- package/mobile/lib/ui-kit/SearchDialog/SearchDialog.js.map +1 -1
- package/mobile/lib/ui-kit/Select/Option.d.ts +1 -1
- package/mobile/lib/ui-kit/Select/useSelectPopup.d.ts +2 -2
- package/mobile/lib/ui-kit/Select/useSelectPopup.js.map +1 -1
- package/mobile/lib/ui-kit/SlideCheckbox/SlideCheckbox.d.ts +1 -1
- package/mobile/lib/ui-kit/SlideCheckboxGroup/SlideCheckboxGroup.d.ts +2 -2
- package/mobile/lib/ui-kit/SlideCheckboxGroup/SlideCheckboxGroup.js.map +1 -1
- package/mobile/lib/ui-kit/TabsControl/TabItem.js +3 -2
- package/mobile/lib/ui-kit/TabsControl/TabItem.js.map +1 -1
- package/mobile/lib/ui-kit/TabsControl/renderTabItemInner.d.ts +2 -3
- package/mobile/lib/ui-kit/TabsControl/renderTabItemInner.js.map +1 -1
- package/mobile/lib/ui-kit/TimerCircle/TimerCircle.d.ts +2 -2
- package/mobile/lib/ui-kit/TimerCircle/TimerCircle.js.map +1 -1
- package/mobile/lib/ui-kit/TopItem/TopItem.d.ts +2 -2
- package/mobile/lib/ui-kit/TopItem/TopItem.js.map +1 -1
- package/mobile/lib/utils/adjustBase.js +4 -1
- package/mobile/lib/utils/adjustBase.js.map +1 -1
- package/mobile/src/components/ApplicationForm/Footnote.tsx +1 -1
- package/mobile/src/components/ApplicationLeadForm/Footnote.tsx +1 -1
- package/mobile/src/components/ApplicationLeadForm/applicationFormData.tsx +0 -1
- package/mobile/src/components/ApplicationLeadForm/consents.ts +2 -6
- package/mobile/src/components/ApplicationLeadForm/useApplicationLeadApi.tsx +2 -3
- package/mobile/src/components/BenefitsBlock/BenefitsBlockContent.ts +1 -1
- package/mobile/src/components/CardTransfer/SubmitFailedDialog.tsx +2 -2
- package/mobile/src/components/Carousel/renderCardHighlight.tsx +1 -1
- package/mobile/src/components/DebitForm/DebitFormStatus.tsx +9 -10
- package/mobile/src/components/Header/HeaderChatBotButton.tsx +18 -12
- package/mobile/src/components/Header/HeaderSecondaryMenu.tsx +8 -11
- package/mobile/src/components/Header/HeaderSubMenu.tsx +0 -1
- package/mobile/src/components/Header/HeaderTop.tsx +1 -6
- package/mobile/src/components/Headline/Headline.tsx +1 -1
- package/mobile/src/components/OfficesAtmsMap/OfficesAtmsMapLayout.tsx +2 -2
- package/mobile/src/components/OfficesAtmsMap/OfficesAtmsMapProps.tsx +5 -4
- package/mobile/src/components/ProductBlock/renderBackwardButton.tsx +2 -2
- package/mobile/src/components/StepsBlock/StepsBlockContent.ts +1 -1
- package/mobile/src/components/StepsBlock/StepsBlockStyleMaps.ts +3 -2
- package/mobile/src/components/StickyBottomMenu/BurgerMenuDialog.tsx +2 -2
- package/mobile/src/components/StickyBottomMenu/StickyBottomMenuDialog.tsx +2 -2
- package/mobile/src/components/StickyBottomMenu/useBottomMenuItemDialog.tsx +2 -2
- package/mobile/src/components/StickyBottomMenu/useBurgerMenuDialog.tsx +2 -2
- package/mobile/src/components/TariffsTable/TableCarouselContainer.tsx +3 -10
- package/mobile/src/components/TariffsTable/TariffsTable.example.json +1 -34
- package/mobile/src/components/TariffsTable/TariffsTable.tsx +6 -13
- package/mobile/src/components/TariffsTable/TariffsTable.ui.json +0 -3
- package/mobile/src/components/TariffsTable/TariffsTableCell.tsx +37 -35
- package/mobile/src/components/TariffsTable/TariffsTableContent.ts +8 -85
- package/mobile/src/components/TariffsTable/TariffsTableRow.tsx +9 -49
- package/mobile/src/components/TariffsTable/TariffsTableRowContainer.tsx +7 -13
- package/mobile/src/components/TariffsTable/TariffsTableWrapper.tsx +5 -25
- package/mobile/src/components/TariffsTable/dataFixture.tsx +9 -22
- package/mobile/src/components/TariffsTable/renderCell.tsx +42 -0
- package/mobile/src/components/TariffsTable/renderHeader.tsx +19 -0
- package/mobile/src/components/TariffsTable/renderInnerTableCell.tsx +0 -0
- package/mobile/src/data/CommonData.ts +2 -2
- package/mobile/src/hooks/useAspects/aspects/forwardQuery.ts +1 -1
- package/mobile/src/hooks/useAspects/handleAspects.ts +6 -2
- package/mobile/src/hooks/useAspects/useAspects.ts +1 -1
- package/mobile/src/hooks/useLink.ts +3 -1
- package/mobile/src/model/ContentPageBase.ts +2 -3
- package/mobile/src/model/LinkProps.ts +1 -1
- package/mobile/src/model/OnClickProps.ts +3 -0
- package/mobile/src/model/OnCloseProps.ts +3 -0
- package/mobile/src/model/onClick.ts +3 -0
- package/mobile/src/model/onClose.ts +3 -0
- package/mobile/src/retail/api/getCardTypes.ts +2 -2
- package/mobile/src/retail/components/CaptchaDialog/CaptchaDialog.tsx +2 -2
- package/mobile/src/retail/components/ConsentBkiDialog/ConsentBkiDialog.tsx +2 -2
- package/mobile/src/retail/components/DocumentDialog/DocumentDialog.tsx +2 -2
- package/mobile/src/retail/components/DraftDialog/DraftActionButton.tsx +12 -9
- package/mobile/src/retail/components/DraftDialog/DraftDialog.tsx +2 -2
- package/mobile/src/retail/components/DraftDialog/EmptyDraftDialog.tsx +2 -5
- package/mobile/src/retail/components/DraftDialog/useDraftDialog.tsx +2 -2
- package/mobile/src/retail/components/Fields/BeginDateField.tsx +1 -0
- package/mobile/src/retail/components/Fields/ParticipantDateRegistrationField.tsx +5 -1
- package/mobile/src/retail/components/FormStatus/FormStatus.tsx +17 -14
- package/mobile/src/retail/components/VerifyPhoneDialog/VerifyPhoneDialog.tsx +2 -2
- package/mobile/src/retail/inputs.tsx +0 -1
- package/mobile/src/retail/model/LeadFormData.ts +3 -2
- package/mobile/src/retail/model/LeadFormState.ts +3 -2
- package/mobile/src/retail/utils/getOrganizationParams.ts +1 -1
- package/mobile/src/retail/utils/renderStep.tsx +3 -1
- package/mobile/src/retail/validator/validatorObj.ts +3 -2
- package/mobile/src/retail/validator/validators.ts +3 -0
- package/mobile/src/services/search/search.ts +2 -2
- package/mobile/src/services/search/textRank.ts +1 -1
- package/mobile/src/services/search/useSearch.ts +33 -22
- package/mobile/src/ui-kit/BaseFiltration/BaseFiltrationContent.ts +1 -1
- package/mobile/src/ui-kit/BaseFiltration/FiltrationSchemaContent.ts +1 -7
- package/mobile/src/ui-kit/BaseFiltration/HotFilterBase.ts +1 -1
- package/mobile/src/ui-kit/BaseProductTile/BaseProductTileContent.ts +0 -2
- package/mobile/src/ui-kit/BaseTile/BaseTile.tsx +1 -1
- package/mobile/src/ui-kit/Calculator/CalculatorProps.ts +1 -2
- package/mobile/src/ui-kit/Calculator/UnknownRate.tsx +2 -5
- package/mobile/src/ui-kit/Calculator/renderRate.tsx +3 -2
- package/mobile/src/ui-kit/DatePicker/DatePickerControl.tsx +1 -0
- package/mobile/src/ui-kit/DatePicker/DatePickerInput.tsx +2 -2
- package/mobile/src/ui-kit/DialogManager/Dialog.tsx +2 -2
- package/mobile/src/ui-kit/DialogManager/useDialog.tsx +2 -1
- package/mobile/src/ui-kit/Foldable/DefaultFoldButton.tsx +2 -2
- package/mobile/src/ui-kit/InnerTable/InnerTable.tsx +4 -8
- package/mobile/src/ui-kit/InnerTable/InnerTableBody.tsx +19 -21
- package/mobile/src/ui-kit/InnerTable/InnerTableButton.tsx +4 -5
- package/mobile/src/ui-kit/InnerTable/InnerTableProps.ts +2 -4
- package/mobile/src/ui-kit/InnerTable/renderInnerTableRow.tsx +1 -1
- package/mobile/src/ui-kit/LinkButton/LinkButtonProps.ts +2 -2
- package/mobile/src/ui-kit/LinkWrapper/LinkWrapper.tsx +3 -7
- package/mobile/src/ui-kit/LocationDialog/LocationDialog.tsx +2 -2
- package/mobile/src/ui-kit/ProgressBar/ProgressBar.tsx +2 -2
- package/mobile/src/ui-kit/RadioButtonGroup/RadioButtonGroup.tsx +1 -1
- package/mobile/src/ui-kit/ReportDialog/ReportDialog.tsx +2 -2
- package/mobile/src/ui-kit/ResponseTypeDialog/ResponseTypeDialog.tsx +2 -2
- package/mobile/src/ui-kit/SearchDialog/SearchDialog.tsx +2 -2
- package/mobile/src/ui-kit/Select/Option.ts +1 -1
- package/mobile/src/ui-kit/Select/useSelectPopup.tsx +2 -2
- package/mobile/src/ui-kit/SlideCheckbox/SlideCheckbox.tsx +1 -1
- package/mobile/src/ui-kit/SlideCheckboxGroup/SlideCheckboxGroup.tsx +2 -2
- package/mobile/src/ui-kit/TabsControl/TabItem.tsx +8 -3
- package/mobile/src/ui-kit/TabsControl/renderTabItemInner.tsx +2 -3
- package/mobile/src/ui-kit/TimerCircle/TimerCircle.tsx +2 -2
- package/mobile/src/ui-kit/TopItem/TopItem.tsx +2 -2
- package/mobile/src/utils/adjustBase.ts +6 -1
- package/package.json +9 -9
- package/src/components/ApplicationForm/Footnote.tsx +1 -1
- package/src/components/ApplicationLeadForm/Footnote.tsx +1 -1
- package/src/components/ApplicationLeadForm/applicationFormData.tsx +0 -1
- package/src/components/ApplicationLeadForm/consents.ts +2 -6
- package/src/components/ApplicationLeadForm/useApplicationLeadApi.tsx +2 -3
- package/src/components/BenefitsBlock/BenefitsBlockContent.ts +1 -1
- package/src/components/CardTransfer/SubmitFailedDialog.tsx +2 -2
- package/src/components/Carousel/renderCardHighlight.tsx +1 -1
- package/src/components/DebitForm/DebitFormStatus.tsx +9 -10
- package/src/components/Header/HeaderChatBotButton.tsx +18 -12
- package/src/components/Header/HeaderSecondaryMenu.tsx +8 -11
- package/src/components/Header/HeaderSubMenu.tsx +0 -1
- package/src/components/Header/HeaderTop.tsx +1 -6
- package/src/components/Headline/Headline.tsx +1 -1
- package/src/components/OfficesAtmsMap/OfficesAtmsMapLayout.tsx +2 -2
- package/src/components/OfficesAtmsMap/OfficesAtmsMapProps.tsx +5 -4
- package/src/components/ProductBlock/renderBackwardButton.tsx +2 -2
- package/src/components/StepsBlock/StepsBlockContent.ts +1 -1
- package/src/components/StepsBlock/StepsBlockStyleMaps.ts +3 -2
- package/src/components/StickyBottomMenu/BurgerMenuDialog.tsx +2 -2
- package/src/components/StickyBottomMenu/StickyBottomMenuDialog.tsx +2 -2
- package/src/components/StickyBottomMenu/useBottomMenuItemDialog.tsx +2 -2
- package/src/components/StickyBottomMenu/useBurgerMenuDialog.tsx +2 -2
- package/src/components/TariffsTable/TableCarouselContainer.tsx +3 -10
- package/src/components/TariffsTable/TariffsTable.example.json +1 -34
- package/src/components/TariffsTable/TariffsTable.fixture.mobile.tsx +28 -2
- package/src/components/TariffsTable/TariffsTable.tsx +6 -13
- package/src/components/TariffsTable/TariffsTable.ui.json +0 -3
- package/src/components/TariffsTable/TariffsTableCell.tsx +37 -35
- package/src/components/TariffsTable/TariffsTableContent.ts +8 -85
- package/src/components/TariffsTable/TariffsTableRow.tsx +9 -49
- package/src/components/TariffsTable/TariffsTableRowContainer.tsx +7 -13
- package/src/components/TariffsTable/TariffsTableWrapper.tsx +5 -25
- package/src/components/TariffsTable/dataFixture.tsx +9 -22
- package/src/components/TariffsTable/renderCell.tsx +42 -0
- package/src/components/TariffsTable/renderHeader.tsx +19 -0
- package/src/components/TariffsTable/renderInnerTableCell.tsx +0 -0
- package/src/data/CommonData.ts +2 -2
- package/src/hooks/useAspects/aspects/forwardQuery.ts +1 -1
- package/src/hooks/useAspects/handleAspects.ts +6 -2
- package/src/hooks/useAspects/useAspects.ts +1 -1
- package/src/hooks/useLink.ts +3 -1
- package/src/model/ContentPageBase.ts +2 -3
- package/src/model/LinkProps.ts +1 -1
- package/src/model/OnClickProps.ts +3 -0
- package/src/model/OnCloseProps.ts +3 -0
- package/src/model/onClick.ts +3 -0
- package/src/model/onClose.ts +3 -0
- package/src/retail/api/getCardTypes.ts +2 -2
- package/src/retail/components/CaptchaDialog/CaptchaDialog.tsx +2 -2
- package/src/retail/components/ConsentBkiDialog/ConsentBkiDialog.tsx +2 -2
- package/src/retail/components/DocumentDialog/DocumentDialog.tsx +2 -2
- package/src/retail/components/DraftDialog/DraftActionButton.tsx +12 -9
- package/src/retail/components/DraftDialog/DraftDialog.tsx +2 -2
- package/src/retail/components/DraftDialog/EmptyDraftDialog.tsx +2 -5
- package/src/retail/components/DraftDialog/useDraftDialog.tsx +2 -2
- package/src/retail/components/Fields/BeginDateField.tsx +1 -0
- package/src/retail/components/Fields/ParticipantDateRegistrationField.tsx +5 -1
- package/src/retail/components/FormStatus/FormStatus.tsx +17 -14
- package/src/retail/components/VerifyPhoneDialog/VerifyPhoneDialog.tsx +2 -2
- package/src/retail/inputs.tsx +0 -1
- package/src/retail/model/LeadFormData.ts +3 -2
- package/src/retail/model/LeadFormState.ts +3 -2
- package/src/retail/utils/getOrganizationParams.ts +1 -1
- package/src/retail/utils/renderStep.tsx +3 -1
- package/src/retail/validator/validatorObj.ts +3 -2
- package/src/retail/validator/validators.ts +3 -0
- package/src/services/search/search.ts +2 -2
- package/src/services/search/textRank.ts +1 -1
- package/src/services/search/useSearch.ts +33 -22
- package/src/ui-kit/BaseFiltration/BaseFiltrationContent.ts +1 -1
- package/src/ui-kit/BaseFiltration/FiltrationSchemaContent.ts +1 -7
- package/src/ui-kit/BaseFiltration/HotFilterBase.ts +1 -1
- package/src/ui-kit/BaseProductTile/BaseProductTileContent.ts +0 -2
- package/src/ui-kit/BaseTile/BaseTile.tsx +1 -1
- package/src/ui-kit/Calculator/CalculatorProps.ts +1 -2
- package/src/ui-kit/Calculator/UnknownRate.tsx +2 -5
- package/src/ui-kit/Calculator/renderRate.tsx +3 -2
- package/src/ui-kit/DatePicker/DatePickerControl.tsx +1 -0
- package/src/ui-kit/DatePicker/DatePickerInput.tsx +2 -2
- package/src/ui-kit/DialogManager/Dialog.tsx +2 -2
- package/src/ui-kit/DialogManager/useDialog.tsx +2 -1
- package/src/ui-kit/Foldable/DefaultFoldButton.tsx +2 -2
- package/src/ui-kit/InnerTable/InnerTable.fixture.mobile.tsx +1 -4
- package/src/ui-kit/InnerTable/InnerTable.fixture.tsx +1 -4
- package/src/ui-kit/InnerTable/InnerTable.tsx +4 -8
- package/src/ui-kit/InnerTable/InnerTableBody.tsx +19 -21
- package/src/ui-kit/InnerTable/InnerTableButton.tsx +4 -5
- package/src/ui-kit/InnerTable/InnerTableProps.ts +2 -4
- package/src/ui-kit/InnerTable/renderInnerTableRow.tsx +1 -1
- package/src/ui-kit/LinkButton/LinkButtonProps.ts +2 -2
- package/src/ui-kit/LinkWrapper/LinkWrapper.tsx +3 -7
- package/src/ui-kit/LocationDialog/LocationDialog.tsx +2 -2
- package/src/ui-kit/ProgressBar/ProgressBar.tsx +2 -2
- package/src/ui-kit/RadioButtonGroup/RadioButtonGroup.tsx +1 -1
- package/src/ui-kit/ReportDialog/ReportDialog.tsx +2 -2
- package/src/ui-kit/ResponseTypeDialog/ResponseTypeDialog.tsx +2 -2
- package/src/ui-kit/SearchDialog/SearchDialog.tsx +2 -2
- package/src/ui-kit/Select/Option.ts +1 -1
- package/src/ui-kit/Select/useSelectPopup.tsx +2 -2
- package/src/ui-kit/SlideCheckbox/SlideCheckbox.tsx +1 -1
- package/src/ui-kit/SlideCheckboxGroup/SlideCheckboxGroup.tsx +2 -2
- package/src/ui-kit/TabsControl/TabItem.tsx +8 -3
- package/src/ui-kit/TabsControl/renderTabItemInner.tsx +2 -3
- package/src/ui-kit/TimerCircle/TimerCircle.tsx +2 -2
- package/src/ui-kit/TopItem/TopItem.tsx +2 -2
- package/src/utils/adjustBase.ts +6 -1
- package/bundle/components/Header/useChatBot.d.ts +0 -5
- package/bundle/components/TariffsTable/EmbeddableCellData.d.ts +0 -20
- package/bundle/components/TariffsTable/TableTileHeader.d.ts +0 -2
- package/bundle/components/TariffsTable/TariffsTableHorizontal.d.ts +0 -2
- package/bundle/components/TariffsTable/TariffsTableRenderCell.d.ts +0 -12
- package/bundle/components/TariffsTable/TariffsTableTileCell.d.ts +0 -6
- package/bundle/components/TariffsTable/TariffsTableVertical.d.ts +0 -2
- package/bundle/components/TariffsTable/constants.d.ts +0 -4
- package/dist/components/Header/useChatBot.d.ts +0 -5
- package/dist/components/Header/useChatBot.js +0 -61
- package/dist/components/Header/useChatBot.js.map +0 -1
- package/dist/components/TariffsTable/EmbeddableCellData.d.ts +0 -20
- package/dist/components/TariffsTable/EmbeddableCellData.js +0 -25
- package/dist/components/TariffsTable/EmbeddableCellData.js.map +0 -1
- package/dist/components/TariffsTable/TableTileHeader.d.ts +0 -2
- package/dist/components/TariffsTable/TableTileHeader.js +0 -8
- package/dist/components/TariffsTable/TableTileHeader.js.map +0 -1
- package/dist/components/TariffsTable/TariffsTableHorizontal.d.ts +0 -2
- package/dist/components/TariffsTable/TariffsTableHorizontal.js +0 -8
- package/dist/components/TariffsTable/TariffsTableHorizontal.js.map +0 -1
- package/dist/components/TariffsTable/TariffsTableRenderCell.d.ts +0 -12
- package/dist/components/TariffsTable/TariffsTableRenderCell.js +0 -41
- package/dist/components/TariffsTable/TariffsTableRenderCell.js.map +0 -1
- package/dist/components/TariffsTable/TariffsTableTileCell.d.ts +0 -6
- package/dist/components/TariffsTable/TariffsTableTileCell.js +0 -17
- package/dist/components/TariffsTable/TariffsTableTileCell.js.map +0 -1
- package/dist/components/TariffsTable/TariffsTableVertical.d.ts +0 -2
- package/dist/components/TariffsTable/TariffsTableVertical.js +0 -7
- package/dist/components/TariffsTable/TariffsTableVertical.js.map +0 -1
- package/dist/components/TariffsTable/constants.d.ts +0 -4
- package/dist/components/TariffsTable/constants.js +0 -7
- package/dist/components/TariffsTable/constants.js.map +0 -1
- package/lib/components/Header/useChatBot.d.ts +0 -5
- package/lib/components/Header/useChatBot.js +0 -58
- package/lib/components/Header/useChatBot.js.map +0 -1
- package/lib/components/TariffsTable/EmbeddableCellData.d.ts +0 -20
- package/lib/components/TariffsTable/EmbeddableCellData.js +0 -23
- package/lib/components/TariffsTable/EmbeddableCellData.js.map +0 -1
- package/lib/components/TariffsTable/TableTileHeader.d.ts +0 -2
- package/lib/components/TariffsTable/TableTileHeader.js +0 -6
- package/lib/components/TariffsTable/TableTileHeader.js.map +0 -1
- package/lib/components/TariffsTable/TariffsTableHorizontal.d.ts +0 -2
- package/lib/components/TariffsTable/TariffsTableHorizontal.js +0 -6
- package/lib/components/TariffsTable/TariffsTableHorizontal.js.map +0 -1
- package/lib/components/TariffsTable/TariffsTableRenderCell.d.ts +0 -12
- package/lib/components/TariffsTable/TariffsTableRenderCell.js +0 -39
- package/lib/components/TariffsTable/TariffsTableRenderCell.js.map +0 -1
- package/lib/components/TariffsTable/TariffsTableTileCell.d.ts +0 -6
- package/lib/components/TariffsTable/TariffsTableTileCell.js +0 -15
- package/lib/components/TariffsTable/TariffsTableTileCell.js.map +0 -1
- package/lib/components/TariffsTable/TariffsTableVertical.d.ts +0 -2
- package/lib/components/TariffsTable/TariffsTableVertical.js +0 -5
- package/lib/components/TariffsTable/TariffsTableVertical.js.map +0 -1
- package/lib/components/TariffsTable/constants.d.ts +0 -4
- package/lib/components/TariffsTable/constants.js +0 -5
- package/lib/components/TariffsTable/constants.js.map +0 -1
- package/mobile/bundle/components/Header/useChatBot.d.ts +0 -5
- package/mobile/bundle/components/TariffsTable/EmbeddableCellData.d.ts +0 -20
- package/mobile/bundle/components/TariffsTable/TableTileHeader.d.ts +0 -2
- package/mobile/bundle/components/TariffsTable/TariffsTableHorizontal.d.ts +0 -2
- package/mobile/bundle/components/TariffsTable/TariffsTableRenderCell.d.ts +0 -12
- package/mobile/bundle/components/TariffsTable/TariffsTableTileCell.d.ts +0 -6
- package/mobile/bundle/components/TariffsTable/TariffsTableVertical.d.ts +0 -2
- package/mobile/bundle/components/TariffsTable/constants.d.ts +0 -4
- package/mobile/dist/components/Header/useChatBot.d.ts +0 -5
- package/mobile/dist/components/Header/useChatBot.js +0 -61
- package/mobile/dist/components/Header/useChatBot.js.map +0 -1
- package/mobile/dist/components/TariffsTable/EmbeddableCellData.d.ts +0 -20
- package/mobile/dist/components/TariffsTable/EmbeddableCellData.js +0 -25
- package/mobile/dist/components/TariffsTable/EmbeddableCellData.js.map +0 -1
- package/mobile/dist/components/TariffsTable/TableTileHeader.d.ts +0 -2
- package/mobile/dist/components/TariffsTable/TableTileHeader.js +0 -8
- package/mobile/dist/components/TariffsTable/TableTileHeader.js.map +0 -1
- package/mobile/dist/components/TariffsTable/TariffsTableHorizontal.d.ts +0 -2
- package/mobile/dist/components/TariffsTable/TariffsTableHorizontal.js +0 -8
- package/mobile/dist/components/TariffsTable/TariffsTableHorizontal.js.map +0 -1
- package/mobile/dist/components/TariffsTable/TariffsTableRenderCell.d.ts +0 -12
- package/mobile/dist/components/TariffsTable/TariffsTableRenderCell.js +0 -41
- package/mobile/dist/components/TariffsTable/TariffsTableRenderCell.js.map +0 -1
- package/mobile/dist/components/TariffsTable/TariffsTableTileCell.d.ts +0 -6
- package/mobile/dist/components/TariffsTable/TariffsTableTileCell.js +0 -17
- package/mobile/dist/components/TariffsTable/TariffsTableTileCell.js.map +0 -1
- package/mobile/dist/components/TariffsTable/TariffsTableVertical.d.ts +0 -2
- package/mobile/dist/components/TariffsTable/TariffsTableVertical.js +0 -7
- package/mobile/dist/components/TariffsTable/TariffsTableVertical.js.map +0 -1
- package/mobile/dist/components/TariffsTable/constants.d.ts +0 -4
- package/mobile/dist/components/TariffsTable/constants.js +0 -7
- package/mobile/dist/components/TariffsTable/constants.js.map +0 -1
- package/mobile/lib/components/Header/useChatBot.d.ts +0 -5
- package/mobile/lib/components/Header/useChatBot.js +0 -58
- package/mobile/lib/components/Header/useChatBot.js.map +0 -1
- package/mobile/lib/components/TariffsTable/EmbeddableCellData.d.ts +0 -20
- package/mobile/lib/components/TariffsTable/EmbeddableCellData.js +0 -23
- package/mobile/lib/components/TariffsTable/EmbeddableCellData.js.map +0 -1
- package/mobile/lib/components/TariffsTable/TableTileHeader.d.ts +0 -2
- package/mobile/lib/components/TariffsTable/TableTileHeader.js +0 -6
- package/mobile/lib/components/TariffsTable/TableTileHeader.js.map +0 -1
- package/mobile/lib/components/TariffsTable/TariffsTableHorizontal.d.ts +0 -2
- package/mobile/lib/components/TariffsTable/TariffsTableHorizontal.js +0 -6
- package/mobile/lib/components/TariffsTable/TariffsTableHorizontal.js.map +0 -1
- package/mobile/lib/components/TariffsTable/TariffsTableRenderCell.d.ts +0 -12
- package/mobile/lib/components/TariffsTable/TariffsTableRenderCell.js +0 -39
- package/mobile/lib/components/TariffsTable/TariffsTableRenderCell.js.map +0 -1
- package/mobile/lib/components/TariffsTable/TariffsTableTileCell.d.ts +0 -6
- package/mobile/lib/components/TariffsTable/TariffsTableTileCell.js +0 -15
- package/mobile/lib/components/TariffsTable/TariffsTableTileCell.js.map +0 -1
- package/mobile/lib/components/TariffsTable/TariffsTableVertical.d.ts +0 -2
- package/mobile/lib/components/TariffsTable/TariffsTableVertical.js +0 -5
- package/mobile/lib/components/TariffsTable/TariffsTableVertical.js.map +0 -1
- package/mobile/lib/components/TariffsTable/constants.d.ts +0 -4
- package/mobile/lib/components/TariffsTable/constants.js +0 -5
- package/mobile/lib/components/TariffsTable/constants.js.map +0 -1
- package/mobile/src/components/Header/useChatBot.ts +0 -86
- package/mobile/src/components/TariffsTable/EmbeddableCellData.tsx +0 -79
- package/mobile/src/components/TariffsTable/TableTileHeader.tsx +0 -15
- package/mobile/src/components/TariffsTable/TariffsTableHorizontal.tsx +0 -14
- package/mobile/src/components/TariffsTable/TariffsTableRenderCell.tsx +0 -83
- package/mobile/src/components/TariffsTable/TariffsTableTileCell.tsx +0 -33
- package/mobile/src/components/TariffsTable/TariffsTableVertical.tsx +0 -13
- package/mobile/src/components/TariffsTable/constants.ts +0 -4
- package/src/components/Header/useChatBot.ts +0 -86
- package/src/components/TariffsTable/EmbeddableCellData.tsx +0 -79
- package/src/components/TariffsTable/TableTileHeader.tsx +0 -15
- package/src/components/TariffsTable/TariffsTableHorizontal.tsx +0 -14
- package/src/components/TariffsTable/TariffsTableRenderCell.tsx +0 -83
- package/src/components/TariffsTable/TariffsTableTileCell.tsx +0 -33
- package/src/components/TariffsTable/TariffsTableVertical.tsx +0 -13
- package/src/components/TariffsTable/constants.ts +0 -4
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
|
|
1
|
+
import type { OnCloseProps } from '../../../model/OnCloseProps';
|
|
2
|
+
export interface DocumentDialogProps extends OnCloseProps {
|
|
2
3
|
src: string;
|
|
3
|
-
onClose?: () => void;
|
|
4
4
|
onDocumentRead?: () => void;
|
|
5
5
|
}
|
|
6
6
|
export declare const DocumentDialog: import("@redneckz/uni-jsx").UNIComponent<DocumentDialogProps, any, any>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DocumentDialog.js","sourceRoot":"","sources":["../../../../src/retail/components/DocumentDialog/DocumentDialog.tsx"],"names":[],"mappings":";;;AAAA,+CAAwC;AACxC,gEAA6D;
|
|
1
|
+
{"version":3,"file":"DocumentDialog.js","sourceRoot":"","sources":["../../../../src/retail/components/DocumentDialog/DocumentDialog.tsx"],"names":[],"mappings":";;;AAAA,+CAAwC;AACxC,gEAA6D;AAE7D,0DAAuD;AACvD,iEAA8D;AAOjD,QAAA,cAAc,GAAG,IAAA,aAAG,EAAsB,CAAC,EAAE,GAAG,EAAE,OAAO,EAAE,cAAc,EAAE,EAAE,EAAE;IAC1F,MAAM,YAAY,GAAG,IAAA,6BAAa,GAAE,CAAC;IAErC,OAAO,CACL,wBAAC,eAAM,IAAC,SAAS,EAAC,oDAAoD,EAAC,OAAO,EAAE,OAAO,aACpF,YAAY,CAAC,CAAC,CAAC,CACd,gCAAK,GAAG,EAAE,GAAG,GAAI,CAClB,CAAC,CAAC,CAAC,CACF,mCAAQ,GAAG,EAAE,GAAG,GAAG,YAAY,EAAE,SAAS,EAAC,iBAAiB,EAAC,EAAE,EAAC,eAAe,GAAG,CACnF,EACD,uBAAC,eAAM,IACL,SAAS,EAAC,cAAc,EACxB,IAAI,EAAC,QAAQ,EACb,OAAO,EAAE,GAAG,EAAE;oBACZ,cAAc,EAAE,EAAE,CAAC;oBACnB,OAAO,EAAE,EAAE,CAAC;gBACd,CAAC,yFAGM,IACF,CACV,CAAC;AACJ,CAAC,CAAC,CAAC"}
|
|
@@ -1,8 +1,7 @@
|
|
|
1
1
|
import { type IconName } from '../../../icons/IconName';
|
|
2
|
-
|
|
3
|
-
|
|
2
|
+
import { type DescriptionProps, type TitleProps } from '../../../model/HeadlineType';
|
|
3
|
+
import type { OnClickProps } from '../../../model/OnClickProps';
|
|
4
|
+
export declare type DraftActionButtonProps = TitleProps & DescriptionProps & OnClickProps & {
|
|
4
5
|
icon: IconName;
|
|
5
|
-
|
|
6
|
-
onClick?: () => void;
|
|
7
|
-
}
|
|
6
|
+
};
|
|
8
7
|
export declare const DraftActionButton: import("@redneckz/uni-jsx").UNIComponent<DraftActionButtonProps, any, any>;
|
|
@@ -5,5 +5,5 @@ const uni_jsx_1 = require("@redneckz/uni-jsx");
|
|
|
5
5
|
const Img_1 = require("../../../ui-kit/Img/Img");
|
|
6
6
|
const Text_1 = require("../../../ui-kit/Text/Text");
|
|
7
7
|
const noop_1 = require("../../../utils/noop");
|
|
8
|
-
exports.DraftActionButton = (0, uni_jsx_1.JSX)(({ title, icon, description, onClick = noop_1.noop }) => ((0, jsx_runtime_1.jsxs)("button", { className: "flex gap-lg items-center border border-gray/30 rounded-xl cursor-pointer p-4 hover:border-green", type: "button", onClick: onClick, children: [(0, jsx_runtime_1.jsx)(Img_1.Img, { image: { icon, iconVersion: 'normal' }, width: "78", height: "78" }), (0, jsx_runtime_1.jsxs)("div", { className: "flex flex-col items-start gap-xs md:w-72 md:mr-lg", children: [(0, jsx_runtime_1.jsx)(Text_1.Text, { font: "font-medium", size: "text-s", children: title }), description ? ((0, jsx_runtime_1.jsx)(Text_1.Text, { color: "text-secondary-text", size: "text-xs", children: description })) : null] })] })));
|
|
8
|
+
exports.DraftActionButton = (0, uni_jsx_1.JSX)(({ title, icon, description, onClick = noop_1.noop }) => ((0, jsx_runtime_1.jsxs)("button", { className: "flex gap-lg items-center border border-gray/30 rounded-xl cursor-pointer p-4 hover:border-green", type: "button", onClick: onClick, children: [(0, jsx_runtime_1.jsx)(Img_1.Img, { image: { icon, iconVersion: 'normal' }, width: "78", height: "78" }), (0, jsx_runtime_1.jsxs)("div", { className: "flex flex-col items-start gap-xs md:w-72 md:mr-lg", children: [title ? ((0, jsx_runtime_1.jsx)(Text_1.Text, { font: "font-medium", size: "text-s", children: title })) : null, description ? ((0, jsx_runtime_1.jsx)(Text_1.Text, { color: "text-secondary-text", size: "text-xs", children: description })) : null] })] })));
|
|
9
9
|
//# sourceMappingURL=DraftActionButton.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DraftActionButton.js","sourceRoot":"","sources":["../../../../src/retail/components/DraftDialog/DraftActionButton.tsx"],"names":[],"mappings":";;;AAAA,+CAAwC;
|
|
1
|
+
{"version":3,"file":"DraftActionButton.js","sourceRoot":"","sources":["../../../../src/retail/components/DraftDialog/DraftActionButton.tsx"],"names":[],"mappings":";;;AAAA,+CAAwC;AAIxC,iDAA8C;AAC9C,oDAAiD;AACjD,8CAA2C;AAQ9B,QAAA,iBAAiB,GAAG,IAAA,aAAG,EAClC,CAAC,EAAE,KAAK,EAAE,IAAI,EAAE,WAAW,EAAE,OAAO,GAAG,WAAI,EAAE,EAAE,EAAE,CAAC,CAChD,oCACE,SAAS,EAAC,iGAAiG,EAC3G,IAAI,EAAC,QAAQ,EACb,OAAO,EAAE,OAAO,aAEhB,uBAAC,SAAG,IAAC,KAAK,EAAE,EAAE,IAAI,EAAE,WAAW,EAAE,QAAQ,EAAE,EAAE,KAAK,EAAC,IAAI,EAAC,MAAM,EAAC,IAAI,GAAG,EACtE,iCAAK,SAAS,EAAC,mDAAmD,aAC/D,KAAK,CAAC,CAAC,CAAC,CACP,uBAAC,WAAI,IAAC,IAAI,EAAC,aAAa,EAAC,IAAI,EAAC,QAAQ,YACnC,KAAK,GACD,CACR,CAAC,CAAC,CAAC,IAAI,EACP,WAAW,CAAC,CAAC,CAAC,CACb,uBAAC,WAAI,IAAC,KAAK,EAAC,qBAAqB,EAAC,IAAI,EAAC,SAAS,YAC7C,WAAW,GACP,CACR,CAAC,CAAC,CAAC,IAAI,IACJ,IACC,CACV,CACF,CAAC"}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
+
import type { OnCloseProps } from '../../../model/OnCloseProps';
|
|
1
2
|
import { type Task } from '../../api/draftTasksKZO';
|
|
2
|
-
export interface DraftDialogProps {
|
|
3
|
+
export interface DraftDialogProps extends OnCloseProps {
|
|
3
4
|
task: Task;
|
|
4
5
|
isFromLead?: boolean;
|
|
5
6
|
sendAspects?: (profileId: number, taskId: number) => void;
|
|
6
|
-
onClose?: () => void;
|
|
7
7
|
}
|
|
8
8
|
export declare const DraftDialog: import("@redneckz/uni-jsx").UNIComponent<DraftDialogProps, any, any>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DraftDialog.js","sourceRoot":"","sources":["../../../../src/retail/components/DraftDialog/DraftDialog.tsx"],"names":[],"mappings":";;;AAAA,+CAAwC;AACxC,uDAA0D;AAC1D,2EAAwE;
|
|
1
|
+
{"version":3,"file":"DraftDialog.js","sourceRoot":"","sources":["../../../../src/retail/components/DraftDialog/DraftDialog.tsx"],"names":[],"mappings":"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"}
|
|
@@ -1,4 +1,2 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
}
|
|
4
|
-
export declare const EmptyDraftDialog: import("@redneckz/uni-jsx").UNIComponent<EmptyDraftDialogProps, any, any>;
|
|
1
|
+
import type { OnCloseProps } from '../../../model/OnCloseProps';
|
|
2
|
+
export declare const EmptyDraftDialog: import("@redneckz/uni-jsx").UNIComponent<OnCloseProps, any, any>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"EmptyDraftDialog.js","sourceRoot":"","sources":["../../../../src/retail/components/DraftDialog/EmptyDraftDialog.tsx"],"names":[],"mappings":";;;AAAA,+CAAwC;AACxC,uDAA0D;AAC1D,2EAAwE;
|
|
1
|
+
{"version":3,"file":"EmptyDraftDialog.js","sourceRoot":"","sources":["../../../../src/retail/components/DraftDialog/EmptyDraftDialog.tsx"],"names":[],"mappings":";;;AAAA,+CAAwC;AACxC,uDAA0D;AAC1D,2EAAwE;AAExE,0DAAuD;AACvD,iEAA8D;AAC9D,6DAA0D;AAC1D,mEAAgE;AAChE,8CAA2C;AAE9B,QAAA,gBAAgB,GAAG,IAAA,aAAG,EAAe,UAAU,EAAE,OAAO,GAAG,WAAI,EAAE;IAC5E,MAAM,SAAS,GAAG,IAAA,qCAAiB,GAAE,CAAC;IAEtC,MAAM,eAAe,GAAG,IAAA,mBAAW,EAAC,GAAG,EAAE;QACvC,SAAS,CAAC,MAAM,CAAC,0BAA0B,CAAC,CAAC;IAC/C,CAAC,EAAE,EAAE,CAAC,CAAC;IAEP,MAAM,gBAAgB,GAAG,IAAA,mBAAW,EAAC,GAAG,EAAE;QACxC,SAAS,CAAC,MAAM,CAAC,GAAG,CAAC,CAAC;IACxB,CAAC,EAAE,EAAE,CAAC,CAAC;IAEP,OAAO,CACL,uBAAC,eAAM,IACL,SAAS,EAAC,kEAAkE,EAC5E,OAAO,EAAE,OAAO,YAEhB,iCAAK,SAAS,EAAC,sBAAsB,aACnC,uBAAC,iBAAO,IAAC,SAAS,EAAC,aAAa,EAAC,KAAK,EAAC,8FAAmB,EAAC,WAAW,EAAC,IAAI,GAAG,EAC9E,uBAAC,qBAAS,IAAC,IAAI,EAAC,QAAQ,EAAC,KAAK,EAAC,aAAa,0nBAGhC,EAEZ,uBAAC,eAAM,IAAC,IAAI,EAAC,QAAQ,EAAC,SAAS,EAAC,QAAQ,EAAC,OAAO,EAAE,eAAe,2IAExD,EAET,uBAAC,eAAM,IAAC,IAAI,EAAC,QAAQ,EAAC,OAAO,EAAC,WAAW,EAAC,SAAS,EAAC,QAAQ,EAAC,OAAO,EAAE,gBAAgB,+HAE7E,IACL,GACC,CACV,CAAC;AACJ,CAAC,CAAC,CAAC"}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
+
import type { OnCloseProps } from '../../../model/OnCloseProps';
|
|
1
2
|
import { type Task } from '../../api/draftTasksKZO';
|
|
2
|
-
declare type useDraftDialogOpenProps = {
|
|
3
|
+
declare type useDraftDialogOpenProps = OnCloseProps & {
|
|
3
4
|
task?: Task;
|
|
4
5
|
isFromLead?: boolean;
|
|
5
6
|
sendAspects?: (profileId: number, taskId: number) => void;
|
|
6
|
-
onClose?: () => void;
|
|
7
7
|
};
|
|
8
8
|
export declare const useDraftDialog: () => {
|
|
9
9
|
open: ({ task, isFromLead, onClose, sendAspects }: useDraftDialogOpenProps) => void;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useDraftDialog.js","sourceRoot":"","sources":["../../../../src/retail/components/DraftDialog/useDraftDialog.tsx"],"names":[],"mappings":";;
|
|
1
|
+
{"version":3,"file":"useDraftDialog.js","sourceRoot":"","sources":["../../../../src/retail/components/DraftDialog/useDraftDialog.tsx"],"names":[],"mappings":";;AACA,uEAAoE;AAEpE,+CAA4C;AAC5C,yDAAsD;AAQ/C,MAAM,cAAc,GAAG,GAAG,EAAE;IACjC,MAAM,EAAE,IAAI,EAAE,eAAe,EAAE,GAAG,IAAA,qBAAS,EAAC,yBAAW,CAAC,CAAC;IACzD,MAAM,EAAE,IAAI,EAAE,oBAAoB,EAAE,GAAG,IAAA,qBAAS,EAAC,mCAAgB,CAAC,CAAC;IAEnE,OAAO;QACL,IAAI,EAAE,CAAC,EAAE,IAAI,EAAE,UAAU,EAAE,OAAO,EAAE,WAAW,EAA2B,EAAE,EAAE;YAC5E,IAAI,CAAC,CAAC,CAAC,eAAe,CAAC,EAAE,IAAI,EAAE,UAAU,EAAE,OAAO,EAAE,WAAW,EAAE,CAAC,CAAC,CAAC,CAAC,oBAAoB,CAAC,EAAE,CAAC,CAAC;QAChG,CAAC;KACF,CAAC;AACJ,CAAC,CAAC;AATW,QAAA,cAAc,kBASzB"}
|
|
@@ -4,5 +4,5 @@ const jsx_runtime_1 = require("@redneckz/uni-jsx/jsx-runtime");
|
|
|
4
4
|
const uni_jsx_1 = require("@redneckz/uni-jsx");
|
|
5
5
|
const DatePickerControl_1 = require("../../../ui-kit/DatePicker/DatePickerControl");
|
|
6
6
|
const isEsiaAuthorize_1 = require("../../utils/isEsiaAuthorize");
|
|
7
|
-
exports.BeginDateField = (0, uni_jsx_1.JSX)(({ field, input }) => ((0, jsx_runtime_1.jsx)(DatePickerControl_1.DatePickerControl, { label: "\u0414\u0430\u0442\u0430 \u043D\u0430\u0447\u0430\u043B\u0430 \u0440\u0430\u0431\u043E\u0442\u044B \u043D\u0430 \u0442\u0435\u043A\u0443\u0449\u0435\u043C \u043C\u0435\u0441\u0442\u0435", ...field(input?.name ?? ''), ...input, disabled: (0, isEsiaAuthorize_1.isEsiaAuthorize)(field, input) })));
|
|
7
|
+
exports.BeginDateField = (0, uni_jsx_1.JSX)(({ field, input }) => ((0, jsx_runtime_1.jsx)(DatePickerControl_1.DatePickerControl, { label: "\u0414\u0430\u0442\u0430 \u043D\u0430\u0447\u0430\u043B\u0430 \u0440\u0430\u0431\u043E\u0442\u044B \u043D\u0430 \u0442\u0435\u043A\u0443\u0449\u0435\u043C \u043C\u0435\u0441\u0442\u0435", ...field(input?.name ?? ''), ...input, disabled: (0, isEsiaAuthorize_1.isEsiaAuthorize)(field, input), maxDate: new Date() })));
|
|
8
8
|
//# sourceMappingURL=BeginDateField.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"BeginDateField.js","sourceRoot":"","sources":["../../../../src/retail/components/Fields/BeginDateField.tsx"],"names":[],"mappings":";;;AAAA,+CAAwC;AACxC,oFAAiF;AAEjF,iEAA8D;AAEjD,QAAA,cAAc,GAAG,IAAA,aAAG,EAAmB,CAAC,EAAE,KAAK,EAAE,KAAK,EAAE,EAAE,EAAE,CAAC,CACxE,uBAAC,qCAAiB,IAChB,KAAK,EAAC,2LAAqC,KACvC,KAAK,CAAC,KAAK,EAAE,IAAI,IAAI,EAAE,CAAC,KACxB,KAAK,EACT,QAAQ,EAAE,IAAA,iCAAe,EAAC,KAAK,EAAE,KAAK,CAAC,
|
|
1
|
+
{"version":3,"file":"BeginDateField.js","sourceRoot":"","sources":["../../../../src/retail/components/Fields/BeginDateField.tsx"],"names":[],"mappings":";;;AAAA,+CAAwC;AACxC,oFAAiF;AAEjF,iEAA8D;AAEjD,QAAA,cAAc,GAAG,IAAA,aAAG,EAAmB,CAAC,EAAE,KAAK,EAAE,KAAK,EAAE,EAAE,EAAE,CAAC,CACxE,uBAAC,qCAAiB,IAChB,KAAK,EAAC,2LAAqC,KACvC,KAAK,CAAC,KAAK,EAAE,IAAI,IAAI,EAAE,CAAC,KACxB,KAAK,EACT,QAAQ,EAAE,IAAA,iCAAe,EAAC,KAAK,EAAE,KAAK,CAAC,EACvC,OAAO,EAAE,IAAI,IAAI,EAAE,GACnB,CACH,CAAC,CAAC"}
|
|
@@ -3,5 +3,5 @@ exports.ParticipantDateRegistrationField = void 0;
|
|
|
3
3
|
const jsx_runtime_1 = require("@redneckz/uni-jsx/jsx-runtime");
|
|
4
4
|
const uni_jsx_1 = require("@redneckz/uni-jsx");
|
|
5
5
|
const DatePickerControl_1 = require("../../../ui-kit/DatePicker/DatePickerControl");
|
|
6
|
-
exports.ParticipantDateRegistrationField = (0, uni_jsx_1.JSX)(({ field, input }) => ((0, jsx_runtime_1.jsx)(DatePickerControl_1.DatePickerControl, { label: "\u0414\u0430\u0442\u0430 \u0440\u0435\u0433\u0438\u0441\u0442\u0440\u0430\u0446\u0438\u0438 \u043F\u043E \u043C\u0435\u0441\u0442\u0443 \u0436\u0438\u0442\u0435\u043B\u044C\u0441\u0442\u0432\u0430", ...field(input?.name ?? '') })));
|
|
6
|
+
exports.ParticipantDateRegistrationField = (0, uni_jsx_1.JSX)(({ field, input }) => ((0, jsx_runtime_1.jsx)(DatePickerControl_1.DatePickerControl, { label: "\u0414\u0430\u0442\u0430 \u0440\u0435\u0433\u0438\u0441\u0442\u0440\u0430\u0446\u0438\u0438 \u043F\u043E \u043C\u0435\u0441\u0442\u0443 \u0436\u0438\u0442\u0435\u043B\u044C\u0441\u0442\u0432\u0430", ...field(input?.name ?? ''), maxDate: new Date() })));
|
|
7
7
|
//# sourceMappingURL=ParticipantDateRegistrationField.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ParticipantDateRegistrationField.js","sourceRoot":"","sources":["../../../../src/retail/components/Fields/ParticipantDateRegistrationField.tsx"],"names":[],"mappings":";;;AAAA,+CAAwC;AACxC,oFAAiF;AAGpE,QAAA,gCAAgC,GAAG,IAAA,aAAG,EAAmB,CAAC,EAAE,KAAK,EAAE,KAAK,EAAE,EAAE,EAAE,CAAC,CAC1F,uBAAC,qCAAiB,
|
|
1
|
+
{"version":3,"file":"ParticipantDateRegistrationField.js","sourceRoot":"","sources":["../../../../src/retail/components/Fields/ParticipantDateRegistrationField.tsx"],"names":[],"mappings":";;;AAAA,+CAAwC;AACxC,oFAAiF;AAGpE,QAAA,gCAAgC,GAAG,IAAA,aAAG,EAAmB,CAAC,EAAE,KAAK,EAAE,KAAK,EAAE,EAAE,EAAE,CAAC,CAC1F,uBAAC,qCAAiB,IAChB,KAAK,EAAC,sMAAsC,KACxC,KAAK,CAAC,KAAK,EAAE,IAAI,IAAI,EAAE,CAAC,EAC5B,OAAO,EAAE,IAAI,IAAI,EAAE,GACnB,CACH,CAAC,CAAC"}
|
|
@@ -1,8 +1,6 @@
|
|
|
1
|
-
import { type DescriptionProps, type LabelProps } from '../../../model/HeadlineType';
|
|
1
|
+
import { type DescriptionProps, type LabelProps, type TitleProps } from '../../../model/HeadlineType';
|
|
2
2
|
import { type UniBlockProps } from '../../../UniBlock/UniBlockProps';
|
|
3
|
-
declare type CreditCardFormStatusProps = UniBlockProps & {
|
|
4
|
-
title?: string;
|
|
5
|
-
description?: string;
|
|
3
|
+
declare type CreditCardFormStatusProps = UniBlockProps & TitleProps & DescriptionProps & {
|
|
6
4
|
interval?: number;
|
|
7
5
|
sectionInfoTitle?: string;
|
|
8
6
|
sectionInfo?: (LabelProps & DescriptionProps)[];
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"FormStatus.js","sourceRoot":"","sources":["../../../../src/retail/components/FormStatus/FormStatus.tsx"],"names":[],"mappings":";;;AAAA,+CAAwC;AACxC,oEAAiE;AACjE,gEAA6D;
|
|
1
|
+
{"version":3,"file":"FormStatus.js","sourceRoot":"","sources":["../../../../src/retail/components/FormStatus/FormStatus.tsx"],"names":[],"mappings":"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"}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
|
|
1
|
+
import type { OnCloseProps } from '../../../model/OnCloseProps';
|
|
2
|
+
export interface VerifyPhoneDialogProps extends OnCloseProps {
|
|
2
3
|
phone: string;
|
|
3
4
|
code?: boolean;
|
|
4
5
|
withDescription?: boolean;
|
|
5
6
|
codeLength?: number;
|
|
6
7
|
consents?: string[];
|
|
7
8
|
onSuccess?: (smsCode?: string) => void;
|
|
8
|
-
onClose?: () => void;
|
|
9
9
|
}
|
|
10
10
|
export declare const VerifyPhoneDialog: import("@redneckz/uni-jsx").UNIComponent<VerifyPhoneDialogProps, any, any>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"VerifyPhoneDialog.js","sourceRoot":"","sources":["../../../../src/retail/components/VerifyPhoneDialog/VerifyPhoneDialog.tsx"],"names":[],"mappings":";;;AAAA,2CAA2C;AAC3C,+CAAwC;AACxC,uDAA+E;AAE/E,oEAAiE;
|
|
1
|
+
{"version":3,"file":"VerifyPhoneDialog.js","sourceRoot":"","sources":["../../../../src/retail/components/VerifyPhoneDialog/VerifyPhoneDialog.tsx"],"names":[],"mappings":"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"}
|
|
@@ -13,7 +13,6 @@ export declare const InputsConsentsMap: {
|
|
|
13
13
|
consentInformFlg: import("@redneckz/uni-jsx").UNIComponent<CustomFieldProps, any, any>;
|
|
14
14
|
consentPfrFlg: import("@redneckz/uni-jsx").UNIComponent<CustomFieldProps, any, any>;
|
|
15
15
|
consentInformMaterialsFlg: import("@redneckz/uni-jsx").UNIComponent<CustomFieldProps, any, any>;
|
|
16
|
-
consentPhotoFlg: import("@redneckz/uni-jsx").UNIComponent<CustomFieldProps, any, any>;
|
|
17
16
|
consentFATCA: import("@redneckz/uni-jsx").UNIComponent<CustomFieldProps, any, any>;
|
|
18
17
|
};
|
|
19
18
|
export declare const InputsRetailMap: {
|
|
@@ -87,7 +87,6 @@ exports.InputsConsentsMap = {
|
|
|
87
87
|
consentInformFlg: ConsentField_1.ConsentField,
|
|
88
88
|
consentPfrFlg: ConsentField_1.ConsentField,
|
|
89
89
|
consentInformMaterialsFlg: ConsentField_1.ConsentField,
|
|
90
|
-
consentPhotoFlg: ConsentField_1.ConsentField,
|
|
91
90
|
consentFATCA: ConsentField_1.ConsentField,
|
|
92
91
|
};
|
|
93
92
|
exports.InputsRetailMap = {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"inputs.js","sourceRoot":"","sources":["../../src/retail/inputs.tsx"],"names":[],"mappings":";;;AAEA,sEAAmE;AACnE,iFAA8E;AAC9E,2EAAwE;AACxE,mEAAgE;AAChE,6EAA0E;AAC1E,+EAA4E;AAC5E,+EAA4E;AAC5E,uEAAoE;AACpE,qFAAiF;AACjF,+EAA4E;AAC5E,uEAAoE;AACpE,yEAAsE;AACtE,6EAA0E;AAC1E,qEAAkE;AAClE,qEAAkE;AAClE,yFAAsF;AACtF,6EAA0E;AAC1E,mEAAgE;AAChE,yEAAsE;AACtE,iFAA8E;AAC9E,qEAAkE;AAClE,uEAAoE;AACpE,6EAA0E;AAC1E,6EAA0E;AAC1E,yEAAsE;AACtE,6EAA0E;AAC1E,2EAAwE;AACxE,uEAAoE;AACpE,qEAAkE;AAClE,yFAAsF;AACtF,uEAAoE;AACpE,+DAA4D;AAC5D,yFAAsF;AACtF,6FAA0F;AAC1F,yEAAsE;AACtE,qEAAkE;AAClE,qFAAkF;AAClF,+EAA4E;AAC5E,6EAA0E;AAC1E,qFAAkF;AAClF,mEAAgE;AAChE,qEAAkE;AAClE,+FAA4F;AAC5F,yEAAsE;AACtE,uFAAoF;AACpF,uEAAoE;AACpE,6EAA0E;AAC1E,mFAAgF;AAChF,uEAAoE;AACpE,mFAAgF;AAChF,uFAAoF;AACpF,6EAA0E;AAC1E,yEAAsE;AACtE,6DAA0D;AAC1D,6EAA0E;AAC1E,qFAAkF;AAClF,2EAAwE;AACxE,2GAAwG;AACxG,iFAA8E;AAC9E,+EAA4E;AAC5E,6FAA0F;AAC1F,6EAA0E;AAC1E,qFAAkF;AAClF,2DAAwD;AACxD,iFAA8E;AAC9E,+DAA4D;AAC5D,mEAAgE;AAChE,2EAAwE;AACxE,+DAA4D;AAE5D,MAAM,mBAAmB,GAAG;IAC1B,IAAI,EAAE,2CAA2C;CAClD,CAAC;AAEW,QAAA,wBAAwB,GAAG;IACtC,eAAe,EAAE,2CAAoB;IACrC,IAAI,EAAE,qBAAS;IACf,OAAO,EAAE,2BAAY;IACrB,UAAU,EAAE,iCAAe;IAC3B,KAAK,EAAE,uBAAU;CAClB,CAAC;AAEW,QAAA,iBAAiB,GAAG;IAC/B,sBAAsB,EAAE,2BAAY;IACpC,kBAAkB,EAAE,2BAAY;IAChC,gBAAgB,EAAE,2BAAY;IAC9B,gBAAgB,EAAE,2BAAY;IAC9B,aAAa,EAAE,2BAAY;IAC3B,yBAAyB,EAAE,2BAAY;IACvC,
|
|
1
|
+
{"version":3,"file":"inputs.js","sourceRoot":"","sources":["../../src/retail/inputs.tsx"],"names":[],"mappings":"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"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
|
|
1
|
+
import type { DescriptionProps } from '../../model/HeadlineType';
|
|
2
|
+
export interface DictionaryItem extends DescriptionProps {
|
|
2
3
|
type?: string;
|
|
3
4
|
key?: string;
|
|
4
5
|
value?: string;
|
|
5
6
|
displayOrder?: number;
|
|
6
|
-
description?: string;
|
|
7
7
|
}
|
|
@@ -13,7 +13,6 @@ export interface CreditCardFormConsents {
|
|
|
13
13
|
consentOthersFlg?: boolean;
|
|
14
14
|
consentInformFlg?: boolean;
|
|
15
15
|
consentInformMaterialsFlg?: boolean;
|
|
16
|
-
consentPhotoFlg?: boolean;
|
|
17
16
|
}
|
|
18
17
|
export interface DebitCardFormConsents {
|
|
19
18
|
processPersonalDataFlg?: boolean;
|
|
@@ -73,7 +72,9 @@ export declare type File = {
|
|
|
73
72
|
value: string;
|
|
74
73
|
};
|
|
75
74
|
};
|
|
76
|
-
export declare type FormRetailConsents = CreditFormConsents & CreditCardFormConsents & DebitCardFormConsents
|
|
75
|
+
export declare type FormRetailConsents = CreditFormConsents & CreditCardFormConsents & DebitCardFormConsents & {
|
|
76
|
+
consentPhotoFlg?: boolean;
|
|
77
|
+
};
|
|
77
78
|
export interface LeadFormState extends FormRetailConsents, FormStateDeliveryType {
|
|
78
79
|
surname?: string;
|
|
79
80
|
name?: string;
|
|
@@ -5,7 +5,7 @@ export declare const getOrganizationActivityType: (options: DictionaryItem[], ok
|
|
|
5
5
|
} | null;
|
|
6
6
|
export declare const getEmployeesNumberOption: (options: DictionaryItem[] | null, count?: number) => {
|
|
7
7
|
key: string;
|
|
8
|
-
text
|
|
8
|
+
text?: string;
|
|
9
9
|
} | null;
|
|
10
10
|
export declare const getOrganizationKind: (options: DictionaryItem[], okopf: number) => {
|
|
11
11
|
key: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getOrganizationParams.js","sourceRoot":"","sources":["../../../src/retail/utils/getOrganizationParams.ts"],"names":[],"mappings":";;AAIO,MAAM,2BAA2B,GAAG,CACzC,OAAyB,EACzB,KAAa,EACyB,EAAE;IACxC,IAAI,CAAC,KAAK,EAAE;QACV,OAAO,IAAI,CAAC;KACb;IACD,MAAM,cAAc,GAAG,WAAW,CAAC,OAAO,CAAC,CAAC;IAC5C,MAAM,SAAS,GAAG,CAAC,KAAK,EAAE,KAAK,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,CAAC;IACxC,MAAM,eAAe,GAAG,CAAC,KAAK,EAAE,KAAK,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,CAAC;IAE9C,QAAQ,SAAS,EAAE;QACjB,KAAK,CAAC;YACJ,OAAO,cAAc,4DAAwC,CAAC;QAChE,KAAK,EAAE;YACL,OAAO,cAAc,oEAA4C,CAAC;QACpE,KAAK,EAAE,CAAC;QACR,KAAK,EAAE,CAAC;QACR,KAAK,EAAE;YACL,OAAO,cAAc,8DAAyC,CAAC;QACjE,KAAK,EAAE,CAAC;QACR,KAAK,EAAE;YACL,OAAO,cAAc,gDAAkC,CAAC;QAC1D,KAAK,EAAE,CAAC;QACR,KAAK,EAAE;YACL,OAAO,cAAc,oDAAoC,CAAC;QAC5D,KAAK,EAAE;YACL,OAAO,cAAc,0DAAuC,CAAC;QAC/D,KAAK,EAAE;YACL,OAAO,cAAc,0EAA+C,CAAC;QACvE,KAAK,EAAE;YACL,OAAO,cAAc,8CAAiC,CAAC;QACzD,KAAK,EAAE;YACL,OAAO,cAAc,oDAAoC,CAAC;QAC5D,KAAK,EAAE;YACL,OAAO,cAAc,kFAAmD,CAAC;QAC3E,KAAK,EAAE,CAAC;QACR,KAAK,EAAE;YACL,OAAO,cAAc,oDAAoC,CAAC;QAC5D,KAAK,EAAE;YACL,OAAO,cAAc,sDAAqC,CAAC;QAC7D,KAAK,EAAE,CAAC,CAAC;YACP,IAAI,eAAe,GAAG,EAAE,EAAE;gBACxB,OAAO,cAAc,0DAAuC,CAAC;aAC9D;YACD,IAAI,eAAe,KAAK,EAAE,EAAE;gBAC1B,OAAO,cAAc,8CAAiC,CAAC;aACxD;YAED,OAAO,cAAc,gEAA0C,CAAC;SACjE;QACD,KAAK,EAAE;YACL,OAAO,cAAc,wDAAsC,CAAC;QAC9D,KAAK,EAAE;YACL,OAAO,cAAc,0DAAuC,CAAC;QAC/D,KAAK,EAAE;YACL,OAAO,cAAc,gEAA0C,CAAC;QAClE,OAAO,CAAC,CAAC;YACP,IAAI,SAAS,IAAI,EAAE,IAAI,SAAS,IAAI,EAAE,EAAE;gBACtC,OAAO,cAAc,sDAAqC,CAAC;aAC5D;YACD,IAAI,SAAS,IAAI,CAAC,IAAI,SAAS,IAAI,CAAC,EAAE;gBACpC,OAAO,cAAc,oEAA4C,CAAC;aACnE;YACD,IAAI,SAAS,IAAI,EAAE,IAAI,SAAS,IAAI,EAAE,EAAE;gBACtC,OAAO,cAAc,wDAAsC,CAAC;aAC7D;YAED,OAAO,cAAc,gEAA0C,CAAC;SACjE;KACF;AACH,CAAC,CAAC;AAvEW,QAAA,2BAA2B,+BAuEtC;AAEK,MAAM,wBAAwB,GAAG,CACtC,OAAgC,EAChC,KAAc,
|
|
1
|
+
{"version":3,"file":"getOrganizationParams.js","sourceRoot":"","sources":["../../../src/retail/utils/getOrganizationParams.ts"],"names":[],"mappings":"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"}
|
|
@@ -11,7 +11,9 @@ const renderStep = ({ sections, field, step, params, }) => sections?.map(({ inpu
|
|
|
11
11
|
const cleanElements = [
|
|
12
12
|
!(0, calculateInputs_1.checkCondition)({ condition }, getValue(field)) ? (0, renderTitle_1.renderTitle)(title) : null,
|
|
13
13
|
...(0, renderInputs_1.renderInputs)({ field, inputs, params }),
|
|
14
|
-
]
|
|
14
|
+
]
|
|
15
|
+
.filter(Boolean)
|
|
16
|
+
.map((_, j) => ({ ..._, key: _.key ?? `elem-${j}` }));
|
|
15
17
|
return cleanElements.length ? ((0, jsx_runtime_1.jsx)("div", { className: (0, style_1.style)((0, inputColumnStyle_1.inputColumnStyles)(columns), 'grid gap-x-m'), children: cleanElements }, `section-${i}`)) : null;
|
|
16
18
|
});
|
|
17
19
|
exports.renderStep = renderStep;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"renderStep.js","sourceRoot":"","sources":["../../../src/retail/utils/renderStep.tsx"],"names":[],"mappings":";;;AACA,8EAA4E;AAC5E,oEAAiE;AACjE,6CAA0C;AAG1C,uDAAmF;AACnF,iDAA8C;AASvC,MAAM,UAAU,GAAG,CAA4C,EACpE,QAAQ,EACR,KAAK,EACL,IAAI,EACJ,MAAM,GACmB,EAAE,EAAE,CAC7B,QAAQ,EAAE,GAAG,CAAC,CAAC,EAAE,MAAM,EAAE,UAAU,GAAG,EAAE,EAAE,OAAO,EAAE,KAAK,EAAE,SAAS,EAAE,EAAE,CAAC,EAAE,EAAE;IAC1E,MAAM,MAAM,GAAG,IAAA,iCAAe,EAAC,QAAQ,CAAC,KAAK,CAAC,CAAC,CAAC,UAAU,EAAE,IAAI,CAAC,CAAC;IAClE,MAAM,aAAa,GAAG;QACpB,CAAC,IAAA,gCAAc,EAAC,EAAE,SAAS,EAAE,EAAE,QAAQ,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,CAAC,IAAA,yBAAW,EAAC,KAAK,CAAC,CAAC,CAAC,CAAC,IAAI;QAC3E,GAAG,IAAA,2BAAY,EAAC,EAAE,KAAK,EAAE,MAAM,EAAE,MAAM,EAAE,CAAC;KAC3C,
|
|
1
|
+
{"version":3,"file":"renderStep.js","sourceRoot":"","sources":["../../../src/retail/utils/renderStep.tsx"],"names":[],"mappings":";;;AACA,8EAA4E;AAC5E,oEAAiE;AACjE,6CAA0C;AAG1C,uDAAmF;AACnF,iDAA8C;AASvC,MAAM,UAAU,GAAG,CAA4C,EACpE,QAAQ,EACR,KAAK,EACL,IAAI,EACJ,MAAM,GACmB,EAAE,EAAE,CAC7B,QAAQ,EAAE,GAAG,CAAC,CAAC,EAAE,MAAM,EAAE,UAAU,GAAG,EAAE,EAAE,OAAO,EAAE,KAAK,EAAE,SAAS,EAAE,EAAE,CAAC,EAAE,EAAE;IAC1E,MAAM,MAAM,GAAG,IAAA,iCAAe,EAAC,QAAQ,CAAC,KAAK,CAAC,CAAC,CAAC,UAAU,EAAE,IAAI,CAAC,CAAC;IAClE,MAAM,aAAa,GAAG;QACpB,CAAC,IAAA,gCAAc,EAAC,EAAE,SAAS,EAAE,EAAE,QAAQ,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,CAAC,IAAA,yBAAW,EAAC,KAAK,CAAC,CAAC,CAAC,CAAC,IAAI;QAC3E,GAAG,IAAA,2BAAY,EAAC,EAAE,KAAK,EAAE,MAAM,EAAE,MAAM,EAAE,CAAC;KAC3C;SACE,MAAM,CAAC,OAAO,CAAC;SACf,GAAG,CAAC,CAAC,CAAC,EAAE,CAAC,EAAE,EAAE,CAAC,CAAC,EAAE,GAAG,CAAC,EAAE,GAAG,EAAE,CAAC,CAAC,GAAG,IAAI,QAAQ,CAAC,EAAE,EAAE,CAAC,CAAC,CAAC;IAExD,OAAO,aAAa,CAAC,MAAM,CAAC,CAAC,CAAC,CAC5B,gCAA0B,SAAS,EAAE,IAAA,aAAK,EAAC,IAAA,oCAAiB,EAAC,OAAO,CAAC,EAAE,cAAc,CAAC,YACnF,aAAa,IADN,WAAW,CAAC,EAAE,CAElB,CACP,CAAC,CAAC,CAAC,IAAI,CAAC;AACX,CAAC,CAAC,CAAC;AApBQ,QAAA,UAAU,cAoBlB;AAEL,MAAM,QAAQ,GACZ,CAAC,KAAyC,EAAY,EAAE,CACxD,CAAC,IAAI,EAAE,EAAE,CACP,KAAK,CAAC,IAAI,CAAC,EAAE,KAAK,CAAC"}
|
|
@@ -30,7 +30,7 @@ const validatorRetailObj = {
|
|
|
30
30
|
lastJobExperience: (0, validators_2.jobNumberValidator)('Укажите стаж на последнем месте работы'),
|
|
31
31
|
experience5Years: (0, validators_2.jobNumberValidator)('Укажите общий стаж за последние 5 лет'),
|
|
32
32
|
jobsNumber: (0, validators_2.jobNumberValidator)('Укажите количество мест работы за последние 5 лет'),
|
|
33
|
-
beginDate: (0,
|
|
33
|
+
beginDate: (0, validators_2.notLaterDateValidator)('Укажите дату заключения трудового договора'),
|
|
34
34
|
addressFact: (0, validators_2.addressDaDataValidator)(),
|
|
35
35
|
addressRegistration: (0, validators_2.addressDaDataValidator)(),
|
|
36
36
|
addressRetail: (0, validators_1.defaultSelectValidator)('Выберите адрес банка'),
|
|
@@ -57,7 +57,7 @@ const validatorRetailObj = {
|
|
|
57
57
|
dulNumber: (0, validators_2.numberValidator)('Укажите номер паспорта'),
|
|
58
58
|
dulSubdivisionCode: (0, validators_2.numberValidator)('Укажите код подразделения'),
|
|
59
59
|
dulIssuedBy: (0, validators_1.defaultValidator)('Укажите организацию, выдавшую паспорт'),
|
|
60
|
-
participantDateRegistration: (0,
|
|
60
|
+
participantDateRegistration: (0, validators_2.notLaterDateValidator)('Укажите дату регистрации'),
|
|
61
61
|
retirementIncome: (0, validators_1.defaultValidator)(),
|
|
62
62
|
otherIncome: (0, validators_1.defaultValidator)(),
|
|
63
63
|
wages: (0, validators_1.defaultValidator)(),
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"validatorObj.js","sourceRoot":"","sources":["../../../src/retail/validator/validatorObj.ts"],"names":[],"mappings":";;AAAA,kEAK2C;AAE3C,
|
|
1
|
+
{"version":3,"file":"validatorObj.js","sourceRoot":"","sources":["../../../src/retail/validator/validatorObj.ts"],"names":[],"mappings":";;AAAA,kEAK2C;AAE3C,6CAYsB;AAEtB,MAAM,oBAAoB,GAA8B;IACtD,sBAAsB,EAAE,+BAAkB;IAC1C,kBAAkB,EAAE,+BAAkB;IACtC,gBAAgB,EAAE,+BAAkB;IACpC,aAAa,EAAE,+BAAkB;IACjC,gBAAgB,EAAE,+BAAkB;IACpC,YAAY,EAAE,+BAAkB;CACjC,CAAC;AAEF,MAAM,sBAAsB,GAA8B;IACxD,cAAc,EAAE,IAAA,mCAAsB,GAAE;IACxC,aAAa,EAAE,IAAA,6BAAgB,EAAC,+BAA+B,CAAC;IAChE,QAAQ,EAAE,IAAA,6BAAgB,EAAC,gBAAgB,CAAC;IAC5C,YAAY,EAAE,IAAA,6BAAgB,EAAC,yBAAyB,CAAC;IACzD,QAAQ,EAAE,IAAA,8BAAiB,EAAC,iCAAiC,CAAC;IAC9D,kBAAkB,EAAE,IAAA,mCAAsB,GAAE;IAC5C,YAAY,EAAE,IAAA,6BAAgB,GAAE;IAChC,YAAY,EAAE,IAAA,kCAAqB,EAAC,uBAAuB,CAAC;CAC7D,CAAC;AAEF,MAAM,kBAAkB,GAA8B;IACpD,YAAY,EAAE,IAAA,mCAAsB,EAAC,0BAA0B,CAAC;IAChE,mBAAmB,EAAE,IAAA,yCAA4B,GAAE;IACnD,iBAAiB,EAAE,IAAA,2BAAc,EAAC,wBAAwB,CAAC;IAC3D,gBAAgB,EAAE,IAAA,6BAAgB,EAAC,kCAAkC,CAAC;IACtE,SAAS,EAAE,IAAA,6BAAgB,EAAC,aAAa,CAAC;IAC1C,gBAAgB,EAAE,IAAA,+BAAkB,EAAC,8BAA8B,CAAC;IACpE,iBAAiB,EAAE,IAAA,+BAAkB,EAAC,wCAAwC,CAAC;IAC/E,gBAAgB,EAAE,IAAA,+BAAkB,EAAC,uCAAuC,CAAC;IAC7E,UAAU,EAAE,IAAA,+BAAkB,EAAC,mDAAmD,CAAC;IACnF,SAAS,EAAE,IAAA,kCAAqB,EAAC,4CAA4C,CAAC;IAC9E,WAAW,EAAE,IAAA,mCAAsB,GAAE;IACrC,mBAAmB,EAAE,IAAA,mCAAsB,GAAE;IAC7C,aAAa,EAAE,IAAA,mCAAsB,EAAC,sBAAsB,CAAC;IAC7D,YAAY,EAAE,IAAA,6BAAgB,GAAE;IAChC,GAAG,EAAE,IAAA,6BAAgB,EAAC,kBAAkB,CAAC;IACzC,UAAU,EAAE,IAAA,6BAAgB,EAAC,wBAAwB,CAAC;IACtD,SAAS,EAAE,IAAA,mCAAsB,EAAC,2BAA2B,CAAC;IAC9D,OAAO,EAAE,IAAA,mCAAsB,EAAC,oBAAoB,CAAC;IACrD,aAAa,EAAE,IAAA,mCAAsB,EAAC,8CAA8C,CAAC;IACrF,UAAU,EAAE,IAAA,mCAAsB,EAAC,uCAAuC,CAAC;IAC3E,kBAAkB,EAAE,IAAA,mCAAsB,EAAC,uCAAuC,CAAC;IACnF,oBAAoB,EAAE,IAAA,mCAAsB,EAAC,0BAA0B,CAAC;IACxE,oBAAoB,EAAE,IAAA,mCAAsB,EAAC,yBAAyB,CAAC;IACvE,YAAY,EAAE,IAAA,mCAAsB,EAAC,6BAA6B,CAAC;IACnE,aAAa,EAAE,IAAA,kCAAqB,EAAC,CAAC,EAAE,iCAAiC,CAAC;IAC1E,QAAQ,EAAE,IAAA,kCAAqB,EAAC,CAAC,EAAE,0BAA0B,CAAC;IAC9D,UAAU,EAAE,IAAA,kCAAqB,EAAC,CAAC,EAAE,+BAA+B,CAAC;IACrE,WAAW,EAAE,IAAA,kCAAqB,EAAC,EAAE,EAAE,mDAAmD,CAAC;IAC3F,QAAQ,EAAE,IAAA,kCAAqB,EAAC,EAAE,EAAE,mCAAmC,CAAC;IACxE,KAAK,EAAE,IAAA,2BAAc,EAAC,0BAA0B,CAAC;IACjD,YAAY,EAAE,IAAA,6BAAgB,GAAE;IAChC,SAAS,EAAE,+BAAkB;IAC7B,QAAQ,EAAE,IAAA,2BAAc,EAAC,wBAAwB,CAAC;IAClD,SAAS,EAAE,IAAA,4BAAe,EAAC,wBAAwB,CAAC;IACpD,kBAAkB,EAAE,IAAA,4BAAe,EAAC,2BAA2B,CAAC;IAChE,WAAW,EAAE,IAAA,6BAAgB,EAAC,uCAAuC,CAAC;IACtE,2BAA2B,EAAE,IAAA,kCAAqB,EAAC,0BAA0B,CAAC;IAC9E,gBAAgB,EAAE,IAAA,6BAAgB,GAAE;IACpC,WAAW,EAAE,IAAA,6BAAgB,GAAE;IAC/B,KAAK,EAAE,IAAA,6BAAgB,GAAE;IACzB,iBAAiB,EAAE,IAAA,6BAAgB,GAAE;IACrC,aAAa,EAAE,IAAA,6BAAgB,GAAE;IACjC,cAAc,EAAE,IAAA,6BAAgB,GAAE;IAClC,eAAe,EAAE,IAAA,6BAAgB,GAAE;IACnC,gBAAgB,EAAE,IAAA,6BAAgB,GAAE;IACpC,cAAc,EAAE,IAAA,6BAAgB,GAAE;IAClC,YAAY,EAAE,IAAA,mCAAsB,EAAC,iBAAiB,CAAC;IACvD,YAAY,EAAE,IAAA,6BAAgB,EAAC,iBAAiB,CAAC;IACjD,OAAO,EAAE,IAAA,gCAAmB,EAAC,mCAAmC,CAAC;IACjE,IAAI,EAAE,IAAA,gCAAmB,EAAC,+BAA+B,CAAC;IAC1D,UAAU,EAAE,IAAA,gCAAmB,EAAC,oCAAoC,CAAC;CACtE,CAAC;AAEW,QAAA,YAAY,GAAG;IAC1B,GAAG,kBAAkB;IACrB,GAAG,sBAAsB;IACzB,GAAG,oBAAoB;CACxB,CAAC"}
|
|
@@ -14,6 +14,7 @@ export declare const lengthStringValidator: (inputLength: number, errorMsg?: str
|
|
|
14
14
|
export declare const limitedBirthdayValidator: (params: LimitedBirthdayValidationParams) => import("../../validation/validator").Validator<Date | undefined>;
|
|
15
15
|
export declare const passportValidator: (birthDate?: Date) => import("../../validation/validator").Validator<any>;
|
|
16
16
|
export declare const deliveryDateValidator: (errorMsg: string) => import("../../validation/validator").Validator<any>;
|
|
17
|
+
export declare const notLaterDateValidator: (errorMsg: string) => import("../../validation/validator").Validator<any>;
|
|
17
18
|
export declare const numberValidator: (errorMsg: string) => import("../../validation/validator").Validator<any>;
|
|
18
19
|
export declare const serieValidator: (errorMsg: string) => import("../../validation/validator").Validator<any>;
|
|
19
20
|
export declare const snilsValidator: (errorMsg: string) => import("../../validation/validator").Validator<string>;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
2
|
-
exports.snilsValidator = exports.serieValidator = exports.numberValidator = exports.deliveryDateValidator = exports.passportValidator = exports.limitedBirthdayValidator = exports.lengthStringValidator = exports.jobNumberValidator = exports.nameRetailValidator = exports.codeWordValidator = exports.addressOrganizationValidator = exports.addressDaDataValidator = exports.retailCyrillicPattern = void 0;
|
|
2
|
+
exports.snilsValidator = exports.serieValidator = exports.numberValidator = exports.notLaterDateValidator = exports.deliveryDateValidator = exports.passportValidator = exports.limitedBirthdayValidator = exports.lengthStringValidator = exports.jobNumberValidator = exports.nameRetailValidator = exports.codeWordValidator = exports.addressOrganizationValidator = exports.addressDaDataValidator = exports.retailCyrillicPattern = void 0;
|
|
3
3
|
const isCyrilic_1 = require("../../utils/isCyrilic");
|
|
4
4
|
const validator_1 = require("../../validation/validator");
|
|
5
5
|
const ERROR_MESSAGE = 'Некорректно заполненное поле';
|
|
@@ -44,6 +44,8 @@ const passportValidator = (birthDate) => (0, validator_1.validator)((_) => {
|
|
|
44
44
|
exports.passportValidator = passportValidator;
|
|
45
45
|
const deliveryDateValidator = (errorMsg) => (0, validator_1.validator)((_) => _?.getTime() >= new Date().getTime())(errorMsg);
|
|
46
46
|
exports.deliveryDateValidator = deliveryDateValidator;
|
|
47
|
+
const notLaterDateValidator = (errorMsg) => (0, validator_1.validator)((_) => _?.getTime() <= new Date().getTime())(errorMsg);
|
|
48
|
+
exports.notLaterDateValidator = notLaterDateValidator;
|
|
47
49
|
const numberValidator = (errorMsg) => (0, validator_1.validator)((_) => typeof _ === 'string' && _.length === 6)(errorMsg);
|
|
48
50
|
exports.numberValidator = numberValidator;
|
|
49
51
|
const serieValidator = (errorMsg) => (0, validator_1.validator)((_) => typeof _ === 'string' && _.length === 4)(errorMsg);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"validators.js","sourceRoot":"","sources":["../../../src/retail/validator/validators.ts"],"names":[],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"validators.js","sourceRoot":"","sources":["../../../src/retail/validator/validators.ts"],"names":[],"mappings":"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"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"search.js","sourceRoot":"","sources":["../../../src/services/search/search.ts"],"names":[],"mappings":";;
|
|
1
|
+
{"version":3,"file":"search.js","sourceRoot":"","sources":["../../../src/services/search/search.ts"],"names":[],"mappings":"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"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const textRank: (queryTokens: string[]) => (text
|
|
1
|
+
export declare const textRank: (queryTokens: string[]) => (text?: string) => number;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"textRank.js","sourceRoot":"","sources":["../../../src/services/search/textRank.ts"],"names":[],"mappings":";;AAAA,yEAAsE;AACtE,6CAAwC;AACxC,yCAAsC;AACtC,yCAAsC;AAE/B,MAAM,QAAQ,GACnB,CAAC,WAAqB,EAAE,EAAE,CAC1B,CAAC,
|
|
1
|
+
{"version":3,"file":"textRank.js","sourceRoot":"","sources":["../../../src/services/search/textRank.ts"],"names":[],"mappings":";;AAAA,yEAAsE;AACtE,6CAAwC;AACxC,yCAAsC;AACtC,yCAAsC;AAE/B,MAAM,QAAQ,GACnB,CAAC,WAAqB,EAAE,EAAE,CAC1B,CAAC,IAAa,EAAU,EAAE;IACxB,MAAM,UAAU,GAAG,IAAA,mBAAQ,EAAC,IAAI,IAAI,EAAE,CAAC,CAAC;IAExC,OAAO,UAAU,CAAC,MAAM;QACtB,CAAC,CAAC,IAAA,SAAG,EAAC,WAAW,CAAC,GAAG,CAAC,CAAC,MAAM,EAAE,EAAE,CAAC,IAAA,WAAG,EAAC,UAAU,CAAC,GAAG,CAAC,IAAA,yCAAmB,EAAC,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC;QACpF,CAAC,CAAC,CAAC,CAAC;AACR,CAAC,CAAC;AARS,QAAA,QAAQ,YAQjB"}
|
|
@@ -3,18 +3,21 @@ exports.useSearch = void 0;
|
|
|
3
3
|
const hooks_1 = require("@redneckz/uni-jsx/lib/hooks");
|
|
4
4
|
const useAsyncData_1 = require("@redneckz/uni-jsx/lib/hooks/useAsyncData");
|
|
5
5
|
const useDebouncedEffect_1 = require("@redneckz/uni-jsx/lib/hooks/useDebouncedEffect");
|
|
6
|
+
const useRouter_1 = require("../../external/useRouter");
|
|
7
|
+
const adjustHref_1 = require("../../utils/adjustHref");
|
|
6
8
|
const fetchJSON_1 = require("../../utils/fetchJSON");
|
|
7
9
|
const url_1 = require("../../utils/url");
|
|
8
10
|
const search_1 = require("./search");
|
|
9
11
|
const SEARCH_INDEX_FILENAME = 'search.index.json';
|
|
10
12
|
const useSearch = ({ basePathList, initialQuery = '', }) => {
|
|
11
13
|
const [query, setQuery] = (0, hooks_1.useState)(initialQuery || '');
|
|
14
|
+
const router = (0, useRouter_1.useRouter)();
|
|
12
15
|
(0, hooks_1.useEffect)(() => {
|
|
13
16
|
if (initialQuery !== undefined && initialQuery !== null) {
|
|
14
17
|
setQuery(initialQuery);
|
|
15
18
|
}
|
|
16
19
|
}, [initialQuery]);
|
|
17
|
-
const { data } = (0, useAsyncData_1.useAsyncData)(basePathList?.length ? basePathList : null, fetchSearchIndex);
|
|
20
|
+
const { data } = (0, useAsyncData_1.useAsyncData)(basePathList?.length ? basePathList : null, fetchSearchIndex(router));
|
|
18
21
|
const [result, setResult] = (0, hooks_1.useState)(null);
|
|
19
22
|
(0, useDebouncedEffect_1.useDebouncedEffect)(() => {
|
|
20
23
|
if (data) {
|
|
@@ -24,13 +27,13 @@ const useSearch = ({ basePathList, initialQuery = '', }) => {
|
|
|
24
27
|
return [result, { value: query, onChange: setQuery }];
|
|
25
28
|
};
|
|
26
29
|
exports.useSearch = useSearch;
|
|
27
|
-
const fetchSearchIndex = async (...basePathList) => (await Promise.allSettled(basePathList.map(async (basePath) => [
|
|
30
|
+
const fetchSearchIndex = (router) => async (...basePathList) => (await Promise.allSettled(basePathList.map(async (basePath) => [
|
|
28
31
|
basePath,
|
|
29
32
|
await (0, fetchJSON_1.fetchJSON)((0, url_1.joinPath)(basePath, SEARCH_INDEX_FILENAME)),
|
|
30
33
|
])))
|
|
31
34
|
.map((_) => (_.status === 'fulfilled' ? _.value : []))
|
|
32
|
-
.map(getSearchIndex);
|
|
33
|
-
const getSearchIndex = ([basePath, result]) => {
|
|
35
|
+
.map(getSearchIndex(router));
|
|
36
|
+
const getSearchIndex = (router) => ([basePath, result]) => {
|
|
34
37
|
if (!result) {
|
|
35
38
|
return {};
|
|
36
39
|
}
|
|
@@ -38,7 +41,7 @@ const getSearchIndex = ([basePath, result]) => {
|
|
|
38
41
|
...result,
|
|
39
42
|
corpus: result.corpus?.map((_) => ({
|
|
40
43
|
..._,
|
|
41
|
-
uri: _.uri === 'index' ? basePath : (0,
|
|
44
|
+
uri: _.uri === 'index' ? basePath : (0, adjustHref_1.adjustHref)(router)(_.uri, basePath),
|
|
42
45
|
})),
|
|
43
46
|
};
|
|
44
47
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useSearch.js","sourceRoot":"","sources":["../../../src/services/search/useSearch.ts"],"names":[],"mappings":";;AAAA,uDAAkE;AAClE,2EAAwE;AACxE,uFAAoF;AACpF,qDAAkD;AAElD,yCAA2C;AAC3C,qCAAqE;AAErE,MAAM,qBAAqB,GAAG,mBAAmB,CAAC;AAgB3C,MAAM,SAAS,GAAG,CAAC,EACxB,YAAY,EACZ,YAAY,GAAG,EAAE,GACJ,EAA2C,EAAE;IAC1D,MAAM,CAAC,KAAK,EAAE,QAAQ,CAAC,GAAG,IAAA,gBAAQ,EAAC,YAAY,IAAI,EAAE,CAAC,CAAC;IAEvD,IAAA,iBAAS,EAAC,GAAG,EAAE;QACb,IAAI,YAAY,KAAK,SAAS,IAAI,YAAY,KAAK,IAAI,EAAE;YACvD,QAAQ,CAAC,YAAY,CAAC,CAAC;SACxB;IACH,CAAC,EAAE,CAAC,YAAY,CAAC,CAAC,CAAC;IAEnB,MAAM,EAAE,IAAI,EAAE,GAAG,IAAA,2BAAY,
|
|
1
|
+
{"version":3,"file":"useSearch.js","sourceRoot":"","sources":["../../../src/services/search/useSearch.ts"],"names":[],"mappings":";;AAAA,uDAAkE;AAClE,2EAAwE;AACxE,uFAAoF;AACpF,wDAAkE;AAClE,uDAAoD;AACpD,qDAAkD;AAElD,yCAA2C;AAC3C,qCAAqE;AAErE,MAAM,qBAAqB,GAAG,mBAAmB,CAAC;AAgB3C,MAAM,SAAS,GAAG,CAAC,EACxB,YAAY,EACZ,YAAY,GAAG,EAAE,GACJ,EAA2C,EAAE;IAC1D,MAAM,CAAC,KAAK,EAAE,QAAQ,CAAC,GAAG,IAAA,gBAAQ,EAAC,YAAY,IAAI,EAAE,CAAC,CAAC;IAEvD,MAAM,MAAM,GAAG,IAAA,qBAAS,GAAE,CAAC;IAE3B,IAAA,iBAAS,EAAC,GAAG,EAAE;QACb,IAAI,YAAY,KAAK,SAAS,IAAI,YAAY,KAAK,IAAI,EAAE;YACvD,QAAQ,CAAC,YAAY,CAAC,CAAC;SACxB;IACH,CAAC,EAAE,CAAC,YAAY,CAAC,CAAC,CAAC;IAEnB,MAAM,EAAE,IAAI,EAAE,GAAG,IAAA,2BAAY,EAC3B,YAAY,EAAE,MAAM,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,CAAC,IAAI,EAC1C,gBAAgB,CAAC,MAAM,CAAC,CACzB,CAAC;IAEF,MAAM,CAAC,MAAM,EAAE,SAAS,CAAC,GAAG,IAAA,gBAAQ,EAAsB,IAAI,CAAC,CAAC;IAEhE,IAAA,uCAAkB,EAAC,GAAG,EAAE;QACtB,IAAI,IAAI,EAAE;YACR,SAAS,CAAC,IAAI,CAAC,GAAG,CAAC,IAAA,eAAM,EAAC,KAAK,CAAC,CAAC,CAAC,CAAC;SACpC;IACH,CAAC,EAAE,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC,CAAC;IAElB,OAAO,CAAC,MAAM,EAAE,EAAE,KAAK,EAAE,KAAK,EAAE,QAAQ,EAAE,QAAQ,EAAE,CAAC,CAAC;AACxD,CAAC,CAAC;AA5BW,QAAA,SAAS,aA4BpB;AAEF,MAAM,gBAAgB,GACpB,CAAC,MAAc,EAAE,EAAE,CACnB,KAAK,EAAE,GAAG,YAA+B,EAA0B,EAAE,CACnE,CACE,MAAM,OAAO,CAAC,UAAU,CACtB,YAAY,CAAC,GAAG,CAAC,KAAK,EAAE,QAAQ,EAAE,EAAE,CAAC;IACnC,QAAQ;IACR,MAAM,IAAA,qBAAS,EAAC,IAAA,cAAQ,EAAC,QAAQ,EAAE,qBAAqB,CAAC,CAAC;CAC3D,CAAC,CACH,CACF;KACE,GAAG,CAAC,CAAC,CAAC,EAAE,EAAE,CAAC,CAAC,CAAC,CAAC,MAAM,KAAK,WAAW,CAAC,CAAC,CAAC,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,EAAE,CAA2B,CAAC;KAC/E,GAAG,CAAC,cAAc,CAAC,MAAM,CAAC,CAAC,CAAC;AAEnC,MAAM,cAAc,GAClB,CAAC,MAAc,EAAE,EAAE,CACnB,CAAC,CAAC,QAAQ,EAAE,MAAM,CAAyB,EAAe,EAAE;IAC1D,IAAI,CAAC,MAAM,EAAE;QACX,OAAO,EAAE,CAAC;KACX;IAED,OAAO;QACL,GAAG,MAAM;QACT,MAAM,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC,CAAC,EAAE,EAAE,CAAC,CAAC;YACjC,GAAG,CAAC;YACJ,GAAG,EAAE,CAAC,CAAC,GAAG,KAAK,OAAO,CAAC,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,IAAA,uBAAU,EAAC,MAAM,CAAC,CAAC,CAAC,CAAC,GAAG,EAAE,QAAQ,CAAC;SACxE,CAAC,CAAC;KACJ,CAAC;AACJ,CAAC,CAAC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { type ButtonVersion } from '../../model/ButtonVersion';
|
|
2
|
-
import {
|
|
2
|
+
import type { DescriptionProps, LabelProps, TitleProps } from '../../model/HeadlineType';
|
|
3
3
|
/**
|
|
4
4
|
* @title Кнопка сброса
|
|
5
5
|
*/
|
|
@@ -1,8 +1,4 @@
|
|
|
1
1
|
import { type TitleProps } from '../../model/HeadlineType';
|
|
2
|
-
/**
|
|
3
|
-
* @title Заголовок
|
|
4
|
-
*/
|
|
5
|
-
declare type Title = string;
|
|
6
2
|
/**
|
|
7
3
|
* @title Ключи
|
|
8
4
|
*/
|
|
@@ -11,8 +7,7 @@ declare type Enum = string[];
|
|
|
11
7
|
* @title Имена
|
|
12
8
|
*/
|
|
13
9
|
declare type EnumNames = string[];
|
|
14
|
-
export declare type StringArray = {
|
|
15
|
-
title?: Title;
|
|
10
|
+
export declare type StringArray = TitleProps & {
|
|
16
11
|
/**
|
|
17
12
|
* @default array
|
|
18
13
|
* @hidden
|
|
@@ -29,7 +29,7 @@ exports.BaseTile = (0, uni_jsx_1.JSX)(({ className, version = 'primary', default
|
|
|
29
29
|
imageAlign,
|
|
30
30
|
}), buttons ? (0, jsx_runtime_1.jsx)("div", { className: "self-end", children: buttons }) : null] })] })] }));
|
|
31
31
|
});
|
|
32
|
-
const renderMiddleContent = (insetTitle, children) => insetTitle || children ? ((0, jsx_runtime_1.jsxs)("div", { className: "grow space-y-lg
|
|
32
|
+
const renderMiddleContent = (insetTitle, children) => insetTitle || children ? ((0, jsx_runtime_1.jsxs)("div", { className: "grow space-y-lg w-fit", children: [insetTitle, children] })) : null;
|
|
33
33
|
const imageAlwaysOnRightContainerStyle = (isImage) => (0, style_1.style)(isImage ? 'row-span-2' : '@xl:row-span-2');
|
|
34
34
|
const renderUnitContainer = (childrenBlocks) => childrenBlocks?.length ? ((0, jsx_runtime_1.jsx)("div", { className: "flex items-start justify-end", children: childrenBlocks })) : null;
|
|
35
35
|
//# sourceMappingURL=BaseTile.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"BaseTile.js","sourceRoot":"","sources":["../../../src/ui-kit/BaseTile/BaseTile.tsx"],"names":[],"mappings":";;;AAAA,+CAAwC;AACxC,uDAA0D;AAC1D,uEAAoE;AACpE,6FAA0F;AAC1F,wDAAqD;AACrD,6DAA0D;AAI1D,6CAA0C;AAC1C,iEAA8D;AAcjD,QAAA,QAAQ,GAAG,IAAA,aAAG,EACzB,CAAC,EACC,SAAS,EACT,OAAO,GAAG,SAAS,EACnB,cAAc,EACd,OAAO,GAAG,EAAE,EACZ,KAAK,EACL,OAAO,EACP,SAAS,EACT,UAAU,EACV,UAAU,EACV,UAAU,EACV,oBAAoB,GAAG,KAAK,EAC5B,gBAAgB,GAAG,KAAK,EACxB,cAAc,EACd,QAAQ,EACR,GAAG,IAAI,EACR,EAAE,EAAE;IACH,MAAM,QAAQ,GAAG,IAAA,6BAAa,GAAE,CAAC;IACjC,MAAM,MAAM,GAAG,IAAA,qBAAS,GAAE,CAAC;IAC3B,MAAM,WAAW,GAAG,IAAA,mBAAW,EAAC,GAAG,EAAE,CAAC,MAAM,CAAC,IAAI,EAAE,EAAE,EAAE,CAAC,CAAC;IACzD,MAAM,kBAAkB,GAAG,IAAI,CAAC,OAAO,EAAE,IAAI,EAAE,MAAM,EAAE,cAAc,CAAC;IACtE,MAAM,SAAS,GAAG,cAAc,IAAI,CAAC,QAAQ,CAAC;IAE9C,OAAO,CACL,iCACE,SAAS,EAAE,IAAA,aAAK,EACd,gDAAgD,EAChD,OAAO,IAAI,cAAc,EACzB,SAAS,CACV,aAEA,SAAS,IAAI,IAAA,2CAAoB,EAAC,EAAE,OAAO,EAAE,WAAW,EAAE,IAAI,EAAE,kBAAkB,EAAE,CAAC,EACrF,KAAK,CAAC,CAAC,CAAC,gCAAK,SAAS,EAAC,UAAU,YAAE,KAAK,GAAO,CAAC,CAAC,CAAC,IAAI,EACvD,iCACE,SAAS,EAAE,IAAA,aAAK,EAAC,yDAAyD,EAAE;oBAC1E,uBAAuB,EAAE,SAAS;iBACnC,CAAC,aAED,IAAA,2CAAoB,EAAC,SAAS,EAAE,EAAE,UAAU,EAAE,SAAS,EAAE,SAAS,EAAE,CAAC,EACtE,iCACE,SAAS,EAAE,IAAA,aAAK,EACd,4CAA4C,EAC5C;4BACE,8BAA8B,EAAE,UAAU;4BAC1C,IAAI,EAAE,CAAC,SAAS;yBACjB,EACD,QAAQ,CACT,aAEA,mBAAmB,CAAC,UAAU,EAAE,QAAQ,CAAC,EACzC,mBAAmB,CAClB,IAAA,+BAAc,EAAC,EAAE,GAAG,IAAI,EAAE,UAAU,EAAE,EAAE,SAAS,EAAE,mBAAmB,EAAE,EAAE,CAAC,CAC5E,EACA,IAAA,2CAAoB,EAAC,UAAU,EAAE;gCAChC,SAAS,EAAE,IAAA,aAAK,EAAC,sCAAsC,EAAE;oCACvD,CAAC,gCAAgC,CAAC,oBAAoB,CAAC,CAAC,EAAE,OAAO;oCACjE,yBAAyB,EAAE,oBAAoB;oCAC/C,kBAAkB,EAAE,gBAAgB;iCACrC,CAAC;gCACF,UAAU;6BACX,CAAC,EACD,OAAO,CAAC,CAAC,CAAC,gCAAK,SAAS,EAAC,UAAU,YAAE,OAAO,GAAO,CAAC,CAAC,CAAC,IAAI,IACvD,IACF,IACF,CACP,CAAC;AACJ,CAAC,CACF,CAAC;AAEF,MAAM,mBAAmB,GAAG,CAAC,UAAiB,EAAE,QAAe,EAAE,EAAE,CACjE,UAAU,IAAI,QAAQ,CAAC,CAAC,CAAC,CACvB,iCAAK,SAAS,EAAC,
|
|
1
|
+
{"version":3,"file":"BaseTile.js","sourceRoot":"","sources":["../../../src/ui-kit/BaseTile/BaseTile.tsx"],"names":[],"mappings":"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"}
|