@mychoice/mychoice-sdk-modules 2.0.0 → 2.0.2
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/README.md +2 -2
- package/dist/cjs/index.js +74 -18
- package/dist/cjs/index.js.map +1 -1
- package/dist/cjs/init/AppConfig/AppConfig.d.ts +1 -1
- package/dist/cjs/init/AppConfig/interfaces.d.ts +1 -1
- package/dist/cjs/init/AppContainer/AppContainer.d.ts +1 -1
- package/dist/cjs/init/AppHeader/AppHeader.d.ts +1 -1
- package/dist/cjs/init/AppLoader/AppLoader.d.ts +1 -1
- package/dist/cjs/init/AppModal/AppModal.d.ts +1 -1
- package/dist/cjs/init/AppModal/interfaces.d.ts +1 -1
- package/dist/cjs/init/AppRouterListener/AppRouterListener.d.ts +1 -1
- package/dist/cjs/init/AppRoutes/AppRoutes.d.ts +1 -1
- package/dist/cjs/init/AppRoutes/BrokerKeys.d.ts +1 -1
- package/dist/cjs/init/AppRoutes/routeTypes/RouteWrapperPrivate.d.ts +1 -1
- package/dist/cjs/init/AppRoutes/routeTypes/RouteWrapperPublic.d.ts +1 -1
- package/dist/cjs/init/AppRoutes/routeTypes/RouteWrapperRestricted.d.ts +1 -1
- package/dist/cjs/init/AppTitle/AppTitle.d.ts +1 -1
- package/dist/cjs/init/AppWrapper/AppWrapper.d.ts +1 -1
- package/dist/cjs/init/AppWrapper/interfaces.d.ts +1 -1
- package/dist/cjs/init/StoryAppWrapper/StoryAppWrapper.d.ts +1 -1
- package/dist/cjs/init/StoryAppWrapper/interfaces.d.ts +1 -1
- package/dist/cjs/init/helper.d.ts +1 -1
- package/dist/cjs/insurances/car/pages/discount/PageDiscount.d.ts +1 -1
- package/dist/cjs/insurances/car/pages/discount/helpers.d.ts +2 -2
- package/dist/cjs/insurances/car/pages/discount/sections/SectionDiscountInfo.d.ts +1 -1
- package/dist/cjs/insurances/car/pages/discount/sections/blocks/BlockNextPageInfo.d.ts +1 -1
- package/dist/cjs/insurances/car/pages/discount/sections/blocks/BlockSubmit.d.ts +1 -1
- package/dist/cjs/insurances/car/pages/discount/sections/blocks/BlockVehLinks.d.ts +1 -1
- package/dist/cjs/insurances/car/pages/discount/sections/blocks/interfaces.d.ts +1 -1
- package/dist/cjs/insurances/car/pages/driver/PageDriver.d.ts +1 -1
- package/dist/cjs/insurances/car/pages/driver/TabDriver.d.ts +1 -1
- package/dist/cjs/insurances/car/pages/driver/helpers.d.ts +1 -1
- package/dist/cjs/insurances/car/pages/driver/sections/SectionDriverCancellation/SectionDriverCancellation.d.ts +1 -1
- package/dist/cjs/insurances/car/pages/driver/sections/SectionDriverHistory/SectionDriverHistory.d.ts +1 -1
- package/dist/cjs/insurances/car/pages/driver/sections/SectionDriverHistory/blocks/BlockDriverAccident.d.ts +1 -1
- package/dist/cjs/insurances/car/pages/driver/sections/SectionDriverHistory/blocks/BlockDriverSuspension.d.ts +1 -1
- package/dist/cjs/insurances/car/pages/driver/sections/SectionDriverHistory/blocks/BlockDriverTicket.d.ts +1 -1
- package/dist/cjs/insurances/car/pages/driver/sections/SectionDriverInfo/SectionDriverInfo.d.ts +1 -1
- package/dist/cjs/insurances/car/pages/driver/sections/SectionDriverInsurancePolicy/SectionDriverInsurancePolicy.d.ts +1 -1
- package/dist/cjs/insurances/car/pages/driver/sections/SectionDriverLicence/SectionDriverLicence.d.ts +1 -1
- package/dist/cjs/insurances/{life/pages/quote/sections/SectionQuoteRecalc.d.ts → car/pages/quote/PageAllQuotes.d.ts} +1 -1
- package/dist/cjs/insurances/car/pages/quote/PageQuote.d.ts +1 -1
- package/dist/cjs/insurances/car/pages/quote/sections/SectionConfirm.d.ts +1 -0
- package/dist/cjs/insurances/car/pages/quote/sections/SectionQuoteEdit.d.ts +1 -1
- package/dist/cjs/insurances/car/pages/quote/sections/SectionQuoteRecalc.d.ts +1 -1
- package/dist/cjs/insurances/car/pages/quote/sections/SplashScreen.d.ts +1 -1
- package/dist/cjs/insurances/car/pages/quote/sections/blocks/BlockEndorsements.d.ts +1 -1
- package/dist/cjs/insurances/car/pages/quote/sections/blocks/BlockQuoteStatistics.d.ts +2 -0
- package/dist/cjs/insurances/car/pages/quote/sections/index.d.ts +1 -0
- package/dist/cjs/insurances/car/pages/vehicle/PageVehicle.d.ts +1 -1
- package/dist/cjs/insurances/car/pages/vehicle/TabVehicle.d.ts +1 -1
- package/dist/cjs/insurances/car/pages/vehicle/helpers.d.ts +1 -1
- package/dist/cjs/insurances/car/pages/vehicle/sections/SectionCoverage.d.ts +1 -1
- package/dist/cjs/insurances/car/pages/vehicle/sections/SectionMain.d.ts +1 -1
- package/dist/cjs/insurances/car/pages/vehicle/sections/blocks/BlockCarConditionInfo.d.ts +1 -1
- package/dist/cjs/insurances/car/pages/vehicle/sections/blocks/BlockCarInfo.d.ts +1 -1
- package/dist/cjs/insurances/helpers.d.ts +2 -2
- package/dist/cjs/insurances/home/pages/address/PageAddress.d.ts +1 -1
- package/dist/cjs/insurances/home/pages/address/sections/SectionAddress.d.ts +1 -1
- package/dist/cjs/insurances/home/pages/applicant/PageApplicant.d.ts +1 -1
- package/dist/cjs/insurances/home/pages/applicant/sections/SectionApplicantCancellation/SectionApplicantCancellation.d.ts +1 -1
- package/dist/cjs/insurances/home/pages/applicant/sections/SectionApplicantClaim/SectionApplicantClaim.d.ts +1 -1
- package/dist/cjs/insurances/home/pages/applicant/sections/SectionApplicantInfo/SectionApplicantInfo.d.ts +1 -1
- package/dist/cjs/insurances/home/pages/applicant/sections/SectionApplicantInsurancePolicy/SectionApplicantInsurancePolicy.d.ts +1 -1
- package/dist/cjs/insurances/home/pages/discount/PageDiscount.d.ts +1 -1
- package/dist/cjs/insurances/home/pages/discount/sections/SectionDiscountInfo.d.ts +1 -1
- package/dist/cjs/insurances/home/pages/discount/sections/blocks/BlockDwellingInfo.d.ts +1 -1
- package/dist/cjs/insurances/home/pages/discount/sections/blocks/BlockNextPageInfo.d.ts +1 -1
- package/dist/cjs/insurances/home/pages/discount/sections/blocks/BlockSubmit.d.ts +1 -1
- package/dist/cjs/insurances/home/pages/discount/sections/blocks/interfaces.d.ts +1 -1
- package/dist/cjs/insurances/home/pages/dwelling/PageProperty.d.ts +1 -1
- package/dist/cjs/insurances/home/pages/dwelling/helpers.d.ts +1 -1
- package/dist/cjs/insurances/home/pages/dwelling/sections/SectionDwelling.d.ts +1 -1
- package/dist/cjs/insurances/home/pages/quote/PageQuote.d.ts +1 -1
- package/dist/cjs/insurances/home/pages/quote/sections/SectionQuoteEdit.d.ts +1 -1
- package/dist/cjs/insurances/home/pages/quote/sections/SectionQuoteRecalc.d.ts +1 -1
- package/dist/cjs/insurances/home/pages/quote/sections/SplashScreen.d.ts +1 -1
- package/dist/cjs/insurances/home/pages/quote/sections/blocks/BlockEndorsements.d.ts +1 -1
- package/dist/cjs/insurances/life/pages/applicant/PageApplicant.d.ts +1 -1
- package/dist/cjs/insurances/life/pages/applicant/sections/SectionApplicant.d.ts +1 -1
- package/dist/cjs/insurances/life/pages/applicant/sections/blocks/BlockNextPageInfo.d.ts +1 -1
- package/dist/cjs/insurances/life/pages/applicant/sections/blocks/BlockSubmit.d.ts +1 -1
- package/dist/cjs/insurances/life/pages/applicant/sections/blocks/interfaces.d.ts +1 -1
- package/dist/cjs/insurances/life/pages/coverage/PageCoverage.d.ts +1 -1
- package/dist/cjs/insurances/life/pages/coverage/sections/SectionCoverage.d.ts +1 -1
- package/dist/cjs/insurances/life/pages/quote/PageQuote.d.ts +1 -1
- package/dist/cjs/insurances/life/pages/quote/sections/SectionQuoteEdit.d.ts +1 -1
- package/dist/cjs/insurances/life/pages/quote/sections/SplashScreen.d.ts +1 -1
- package/dist/cjs/insurances/life/pages/quote/sections/blocks/BlockEndorsements.d.ts +1 -1
- package/dist/cjs/shared/boxes/Container/Container.d.ts +1 -1
- package/dist/cjs/shared/boxes/Container/interface.d.ts +1 -1
- package/dist/cjs/shared/boxes/DateSelectFormBox/DateSelectFormBox.d.ts +1 -1
- package/dist/cjs/shared/boxes/DateSelectFormBox/interface.d.ts +1 -1
- package/dist/cjs/shared/boxes/InputFormBox/InputFormBox.d.ts +1 -1
- package/dist/cjs/shared/boxes/InputFormBox/InputFormEmailBox.d.ts +1 -1
- package/dist/cjs/shared/boxes/InputFormBox/InputFormLicenceBox.d.ts +1 -1
- package/dist/cjs/shared/boxes/InputFormBox/InputFormPhoneBox.d.ts +1 -1
- package/dist/cjs/shared/boxes/InputFormBox/interface.d.ts +1 -1
- package/dist/cjs/shared/boxes/LabelFormBox/LabelFormBox.d.ts +1 -1
- package/dist/cjs/shared/boxes/LabelFormBox/interface.d.ts +1 -1
- package/dist/cjs/shared/boxes/SelectFormBox/SelectFormBox.d.ts +1 -1
- package/dist/cjs/shared/boxes/SelectFormBox/interface.d.ts +1 -1
- package/dist/cjs/shared/boxes/SwitchButtonBox/SwitchButtonBox.d.ts +1 -1
- package/dist/cjs/shared/boxes/SwitchButtonBox/interface.d.ts +1 -1
- package/dist/cjs/shared/headers/HeaderDesktop/Mychoice.d.ts +1 -1
- package/dist/cjs/shared/headers/HeaderDesktop/Partner.d.ts +1 -1
- package/dist/cjs/shared/headers/HeaderDesktop/TheBig.d.ts +1 -1
- package/dist/cjs/shared/headers/HeaderMobile/MyChoice.d.ts +1 -1
- package/dist/cjs/shared/headers/constants.d.ts +1 -1
- package/dist/cjs/shared/headers/interfaces.d.ts +1 -1
- package/dist/cjs/shared/loaders/LoaderPrimary/LoaderPrimary.d.ts +1 -1
- package/dist/cjs/shared/modals/ModalAddress/ModalAddress.d.ts +1 -1
- package/dist/cjs/shared/modals/ModalConfirm/ModalConfirm.d.ts +1 -1
- package/dist/cjs/shared/modals/ModalFinale/ModalFinale.d.ts +1 -1
- package/dist/cjs/shared/modals/ModalMessage/ModalMessage.d.ts +1 -1
- package/dist/cjs/shared/modals/ModalPostal/ModalPostal.d.ts +1 -1
- package/dist/cjs/shared/modals/ModalQuoteRequest/ModalQuoteRequest.d.ts +1 -1
- package/dist/cjs/shared/modals/interfaces.d.ts +1 -1
- package/dist/cjs/shared/navigations/NavigationBottom/NavigationBottom.d.ts +1 -1
- package/dist/cjs/shared/navigations/NavigationBottom/NavigationBottomTheBig.d.ts +1 -1
- package/dist/cjs/shared/navigations/NavigationTab/NavigationTab.d.ts +1 -1
- package/dist/cjs/shared/navigations/NavigationTab/NavigationTabMobile.d.ts +1 -1
- package/dist/cjs/shared/navigations/NavigationTop/NavigationTop.d.ts +1 -1
- package/dist/cjs/shared/navigations/NavigationTop/components/ButtonsBox.d.ts +1 -1
- package/dist/cjs/shared/navigations/NavigationTop/components/PostalCodeDataBox.d.ts +1 -1
- package/dist/cjs/shared/navigations/NavigationTop/components/StepsBox.d.ts +1 -1
- package/dist/cjs/shared/navigations/interfaces.d.ts +1 -1
- package/dist/cjs/shared/sections/quotes/OfferSection/BestOfferSection.d.ts +3 -0
- package/dist/cjs/shared/sections/quotes/OfferSection/DummyOfferSection.d.ts +3 -0
- package/dist/cjs/shared/sections/quotes/OfferSection/OfferSection.d.ts +1 -1
- package/dist/cjs/shared/sections/quotes/interfaces.d.ts +1 -1
- package/dist/esm/index.js +74 -18
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/init/AppConfig/AppConfig.d.ts +1 -1
- package/dist/esm/init/AppConfig/interfaces.d.ts +1 -1
- package/dist/esm/init/AppContainer/AppContainer.d.ts +1 -1
- package/dist/esm/init/AppHeader/AppHeader.d.ts +1 -1
- package/dist/esm/init/AppLoader/AppLoader.d.ts +1 -1
- package/dist/esm/init/AppModal/AppModal.d.ts +1 -1
- package/dist/esm/init/AppModal/interfaces.d.ts +1 -1
- package/dist/esm/init/AppRouterListener/AppRouterListener.d.ts +1 -1
- package/dist/esm/init/AppRoutes/AppRoutes.d.ts +1 -1
- package/dist/esm/init/AppRoutes/BrokerKeys.d.ts +1 -1
- package/dist/esm/init/AppRoutes/routeTypes/RouteWrapperPrivate.d.ts +1 -1
- package/dist/esm/init/AppRoutes/routeTypes/RouteWrapperPublic.d.ts +1 -1
- package/dist/esm/init/AppRoutes/routeTypes/RouteWrapperRestricted.d.ts +1 -1
- package/dist/esm/init/AppTitle/AppTitle.d.ts +1 -1
- package/dist/esm/init/AppWrapper/AppWrapper.d.ts +1 -1
- package/dist/esm/init/AppWrapper/interfaces.d.ts +1 -1
- package/dist/esm/init/StoryAppWrapper/StoryAppWrapper.d.ts +1 -1
- package/dist/esm/init/StoryAppWrapper/interfaces.d.ts +1 -1
- package/dist/esm/init/helper.d.ts +1 -1
- package/dist/esm/insurances/car/pages/discount/PageDiscount.d.ts +1 -1
- package/dist/esm/insurances/car/pages/discount/helpers.d.ts +2 -2
- package/dist/esm/insurances/car/pages/discount/sections/SectionDiscountInfo.d.ts +1 -1
- package/dist/esm/insurances/car/pages/discount/sections/blocks/BlockNextPageInfo.d.ts +1 -1
- package/dist/esm/insurances/car/pages/discount/sections/blocks/BlockSubmit.d.ts +1 -1
- package/dist/esm/insurances/car/pages/discount/sections/blocks/BlockVehLinks.d.ts +1 -1
- package/dist/esm/insurances/car/pages/discount/sections/blocks/interfaces.d.ts +1 -1
- package/dist/esm/insurances/car/pages/driver/PageDriver.d.ts +1 -1
- package/dist/esm/insurances/car/pages/driver/TabDriver.d.ts +1 -1
- package/dist/esm/insurances/car/pages/driver/helpers.d.ts +1 -1
- package/dist/esm/insurances/car/pages/driver/sections/SectionDriverCancellation/SectionDriverCancellation.d.ts +1 -1
- package/dist/esm/insurances/car/pages/driver/sections/SectionDriverHistory/SectionDriverHistory.d.ts +1 -1
- package/dist/esm/insurances/car/pages/driver/sections/SectionDriverHistory/blocks/BlockDriverAccident.d.ts +1 -1
- package/dist/esm/insurances/car/pages/driver/sections/SectionDriverHistory/blocks/BlockDriverSuspension.d.ts +1 -1
- package/dist/esm/insurances/car/pages/driver/sections/SectionDriverHistory/blocks/BlockDriverTicket.d.ts +1 -1
- package/dist/esm/insurances/car/pages/driver/sections/SectionDriverInfo/SectionDriverInfo.d.ts +1 -1
- package/dist/esm/insurances/car/pages/driver/sections/SectionDriverInsurancePolicy/SectionDriverInsurancePolicy.d.ts +1 -1
- package/dist/esm/insurances/car/pages/driver/sections/SectionDriverLicence/SectionDriverLicence.d.ts +1 -1
- package/dist/esm/insurances/{life/pages/quote/sections/SectionQuoteRecalc.d.ts → car/pages/quote/PageAllQuotes.d.ts} +1 -1
- package/dist/esm/insurances/car/pages/quote/PageQuote.d.ts +1 -1
- package/dist/esm/insurances/car/pages/quote/sections/SectionConfirm.d.ts +1 -0
- package/dist/esm/insurances/car/pages/quote/sections/SectionQuoteEdit.d.ts +1 -1
- package/dist/esm/insurances/car/pages/quote/sections/SectionQuoteRecalc.d.ts +1 -1
- package/dist/esm/insurances/car/pages/quote/sections/SplashScreen.d.ts +1 -1
- package/dist/esm/insurances/car/pages/quote/sections/blocks/BlockEndorsements.d.ts +1 -1
- package/dist/esm/insurances/car/pages/quote/sections/blocks/BlockQuoteStatistics.d.ts +2 -0
- package/dist/esm/insurances/car/pages/quote/sections/index.d.ts +1 -0
- package/dist/esm/insurances/car/pages/vehicle/PageVehicle.d.ts +1 -1
- package/dist/esm/insurances/car/pages/vehicle/TabVehicle.d.ts +1 -1
- package/dist/esm/insurances/car/pages/vehicle/helpers.d.ts +1 -1
- package/dist/esm/insurances/car/pages/vehicle/sections/SectionCoverage.d.ts +1 -1
- package/dist/esm/insurances/car/pages/vehicle/sections/SectionMain.d.ts +1 -1
- package/dist/esm/insurances/car/pages/vehicle/sections/blocks/BlockCarConditionInfo.d.ts +1 -1
- package/dist/esm/insurances/car/pages/vehicle/sections/blocks/BlockCarInfo.d.ts +1 -1
- package/dist/esm/insurances/helpers.d.ts +2 -2
- package/dist/esm/insurances/home/pages/address/PageAddress.d.ts +1 -1
- package/dist/esm/insurances/home/pages/address/sections/SectionAddress.d.ts +1 -1
- package/dist/esm/insurances/home/pages/applicant/PageApplicant.d.ts +1 -1
- package/dist/esm/insurances/home/pages/applicant/sections/SectionApplicantCancellation/SectionApplicantCancellation.d.ts +1 -1
- package/dist/esm/insurances/home/pages/applicant/sections/SectionApplicantClaim/SectionApplicantClaim.d.ts +1 -1
- package/dist/esm/insurances/home/pages/applicant/sections/SectionApplicantInfo/SectionApplicantInfo.d.ts +1 -1
- package/dist/esm/insurances/home/pages/applicant/sections/SectionApplicantInsurancePolicy/SectionApplicantInsurancePolicy.d.ts +1 -1
- package/dist/esm/insurances/home/pages/discount/PageDiscount.d.ts +1 -1
- package/dist/esm/insurances/home/pages/discount/sections/SectionDiscountInfo.d.ts +1 -1
- package/dist/esm/insurances/home/pages/discount/sections/blocks/BlockDwellingInfo.d.ts +1 -1
- package/dist/esm/insurances/home/pages/discount/sections/blocks/BlockNextPageInfo.d.ts +1 -1
- package/dist/esm/insurances/home/pages/discount/sections/blocks/BlockSubmit.d.ts +1 -1
- package/dist/esm/insurances/home/pages/discount/sections/blocks/interfaces.d.ts +1 -1
- package/dist/esm/insurances/home/pages/dwelling/PageProperty.d.ts +1 -1
- package/dist/esm/insurances/home/pages/dwelling/helpers.d.ts +1 -1
- package/dist/esm/insurances/home/pages/dwelling/sections/SectionDwelling.d.ts +1 -1
- package/dist/esm/insurances/home/pages/quote/PageQuote.d.ts +1 -1
- package/dist/esm/insurances/home/pages/quote/sections/SectionQuoteEdit.d.ts +1 -1
- package/dist/esm/insurances/home/pages/quote/sections/SectionQuoteRecalc.d.ts +1 -1
- package/dist/esm/insurances/home/pages/quote/sections/SplashScreen.d.ts +1 -1
- package/dist/esm/insurances/home/pages/quote/sections/blocks/BlockEndorsements.d.ts +1 -1
- package/dist/esm/insurances/life/pages/applicant/PageApplicant.d.ts +1 -1
- package/dist/esm/insurances/life/pages/applicant/sections/SectionApplicant.d.ts +1 -1
- package/dist/esm/insurances/life/pages/applicant/sections/blocks/BlockNextPageInfo.d.ts +1 -1
- package/dist/esm/insurances/life/pages/applicant/sections/blocks/BlockSubmit.d.ts +1 -1
- package/dist/esm/insurances/life/pages/applicant/sections/blocks/interfaces.d.ts +1 -1
- package/dist/esm/insurances/life/pages/coverage/PageCoverage.d.ts +1 -1
- package/dist/esm/insurances/life/pages/coverage/sections/SectionCoverage.d.ts +1 -1
- package/dist/esm/insurances/life/pages/quote/PageQuote.d.ts +1 -1
- package/dist/esm/insurances/life/pages/quote/sections/SectionQuoteEdit.d.ts +1 -1
- package/dist/esm/insurances/life/pages/quote/sections/SplashScreen.d.ts +1 -1
- package/dist/esm/insurances/life/pages/quote/sections/blocks/BlockEndorsements.d.ts +1 -1
- package/dist/esm/shared/boxes/Container/Container.d.ts +1 -1
- package/dist/esm/shared/boxes/Container/interface.d.ts +1 -1
- package/dist/esm/shared/boxes/DateSelectFormBox/DateSelectFormBox.d.ts +1 -1
- package/dist/esm/shared/boxes/DateSelectFormBox/interface.d.ts +1 -1
- package/dist/esm/shared/boxes/InputFormBox/InputFormBox.d.ts +1 -1
- package/dist/esm/shared/boxes/InputFormBox/InputFormEmailBox.d.ts +1 -1
- package/dist/esm/shared/boxes/InputFormBox/InputFormLicenceBox.d.ts +1 -1
- package/dist/esm/shared/boxes/InputFormBox/InputFormPhoneBox.d.ts +1 -1
- package/dist/esm/shared/boxes/InputFormBox/interface.d.ts +1 -1
- package/dist/esm/shared/boxes/LabelFormBox/LabelFormBox.d.ts +1 -1
- package/dist/esm/shared/boxes/LabelFormBox/interface.d.ts +1 -1
- package/dist/esm/shared/boxes/SelectFormBox/SelectFormBox.d.ts +1 -1
- package/dist/esm/shared/boxes/SelectFormBox/interface.d.ts +1 -1
- package/dist/esm/shared/boxes/SwitchButtonBox/SwitchButtonBox.d.ts +1 -1
- package/dist/esm/shared/boxes/SwitchButtonBox/interface.d.ts +1 -1
- package/dist/esm/shared/headers/HeaderDesktop/Mychoice.d.ts +1 -1
- package/dist/esm/shared/headers/HeaderDesktop/Partner.d.ts +1 -1
- package/dist/esm/shared/headers/HeaderDesktop/TheBig.d.ts +1 -1
- package/dist/esm/shared/headers/HeaderMobile/MyChoice.d.ts +1 -1
- package/dist/esm/shared/headers/constants.d.ts +1 -1
- package/dist/esm/shared/headers/interfaces.d.ts +1 -1
- package/dist/esm/shared/loaders/LoaderPrimary/LoaderPrimary.d.ts +1 -1
- package/dist/esm/shared/modals/ModalAddress/ModalAddress.d.ts +1 -1
- package/dist/esm/shared/modals/ModalConfirm/ModalConfirm.d.ts +1 -1
- package/dist/esm/shared/modals/ModalFinale/ModalFinale.d.ts +1 -1
- package/dist/esm/shared/modals/ModalMessage/ModalMessage.d.ts +1 -1
- package/dist/esm/shared/modals/ModalPostal/ModalPostal.d.ts +1 -1
- package/dist/esm/shared/modals/ModalQuoteRequest/ModalQuoteRequest.d.ts +1 -1
- package/dist/esm/shared/modals/interfaces.d.ts +1 -1
- package/dist/esm/shared/navigations/NavigationBottom/NavigationBottom.d.ts +1 -1
- package/dist/esm/shared/navigations/NavigationBottom/NavigationBottomTheBig.d.ts +1 -1
- package/dist/esm/shared/navigations/NavigationTab/NavigationTab.d.ts +1 -1
- package/dist/esm/shared/navigations/NavigationTab/NavigationTabMobile.d.ts +1 -1
- package/dist/esm/shared/navigations/NavigationTop/NavigationTop.d.ts +1 -1
- package/dist/esm/shared/navigations/NavigationTop/components/ButtonsBox.d.ts +1 -1
- package/dist/esm/shared/navigations/NavigationTop/components/PostalCodeDataBox.d.ts +1 -1
- package/dist/esm/shared/navigations/NavigationTop/components/StepsBox.d.ts +1 -1
- package/dist/esm/shared/navigations/interfaces.d.ts +1 -1
- package/dist/esm/shared/sections/quotes/OfferSection/BestOfferSection.d.ts +3 -0
- package/dist/esm/shared/sections/quotes/OfferSection/DummyOfferSection.d.ts +3 -0
- package/dist/esm/shared/sections/quotes/OfferSection/OfferSection.d.ts +1 -1
- package/dist/esm/shared/sections/quotes/interfaces.d.ts +1 -1
- package/dist/index.d.ts +3 -3
- package/package.json +4 -4
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { DefaultInputProps, OnChangeEventInterface, SelectOptionGroupInterface, SelectOptionInterface } from '@
|
|
1
|
+
import { DefaultInputProps, OnChangeEventInterface, SelectOptionGroupInterface, SelectOptionInterface } from '@mychoice/mychoice-sdk-components';
|
|
2
2
|
import { LabelFormBoxProps } from '../LabelFormBox/interface';
|
|
3
3
|
export type SelectFormBoxProps = DefaultInputProps & LabelFormBoxProps & {
|
|
4
4
|
name: string;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { SelectOptionInterface, OnChangeEventInterface } from '@
|
|
1
|
+
import { SelectOptionInterface, OnChangeEventInterface } from '@mychoice/mychoice-sdk-components';
|
|
2
2
|
import { LabelFormBoxProps } from '../LabelFormBox/interface';
|
|
3
3
|
export type SwitchButtonBoxProps = LabelFormBoxProps & {
|
|
4
4
|
name: string;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { SdkFC } from '@
|
|
1
|
+
import { SdkFC } from '@mychoice/mychoice-sdk-components';
|
|
2
2
|
export declare const LoaderPrimary: SdkFC;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { SdkFC } from '@
|
|
1
|
+
import { SdkFC } from '@mychoice/mychoice-sdk-components';
|
|
2
2
|
export declare const ModalAddress: SdkFC;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { SdkFC } from '@
|
|
1
|
+
import { SdkFC } from '@mychoice/mychoice-sdk-components';
|
|
2
2
|
export declare const ModalConfirm: SdkFC;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { SdkFC } from '@
|
|
1
|
+
import { SdkFC } from '@mychoice/mychoice-sdk-components';
|
|
2
2
|
export declare const ModalFinale: SdkFC;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { SdkFC } from '@
|
|
1
|
+
import { SdkFC } from '@mychoice/mychoice-sdk-components';
|
|
2
2
|
export declare const ModalMessage: SdkFC;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { SdkFC } from '@
|
|
1
|
+
import { SdkFC } from '@mychoice/mychoice-sdk-components';
|
|
2
2
|
export declare const ModalPostal: SdkFC;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { NavigationItemInterface, ValidationHookInterface } from '@
|
|
1
|
+
import { NavigationItemInterface, ValidationHookInterface } from '@mychoice/mychoice-sdk-components';
|
|
2
2
|
export type StepsProps = {
|
|
3
3
|
partnerId?: string;
|
|
4
4
|
className?: string;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { OfferDetailInfoProps, OfferDetailTitleProps, OperationHoursInfoProps, PriceInterface } from '@
|
|
1
|
+
import { OfferDetailInfoProps, OfferDetailTitleProps, OperationHoursInfoProps, PriceInterface } from '@mychoice/mychoice-sdk-components';
|
|
2
2
|
import { PhoneObjectInterface } from '../../../insurances';
|
|
3
3
|
export type OfferSectionProps = {
|
|
4
4
|
phoneNumber?: PhoneObjectInterface;
|
package/dist/index.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import * as
|
|
2
|
-
import { AppTypes, InsuranceTypes, SdkFC, SelectOptionInterface, DefaultInputProps, OnChangeEventInterface, InputTypes, ValidationStatusTypes, SdkElement, SelectOptionGroupInterface, DateTypes, OfferDetailTitleProps, OfferDetailInfoProps, PriceInterface, OperationHoursInfoProps, NavigationItemInterface, ValidationHookInterface } from '@
|
|
1
|
+
import * as _mychoice_mychoice_sdk_components from '@mychoice/mychoice-sdk-components';
|
|
2
|
+
import { AppTypes, InsuranceTypes, SdkFC, SelectOptionInterface, DefaultInputProps, OnChangeEventInterface, InputTypes, ValidationStatusTypes, SdkElement, SelectOptionGroupInterface, DateTypes, OfferDetailTitleProps, OfferDetailInfoProps, PriceInterface, OperationHoursInfoProps, NavigationItemInterface, ValidationHookInterface } from '@mychoice/mychoice-sdk-components';
|
|
3
3
|
import * as react from 'react';
|
|
4
4
|
|
|
5
5
|
interface AppWrapperPropsInterface {
|
|
@@ -49,7 +49,7 @@ declare const PageLifeApplicant: SdkFC;
|
|
|
49
49
|
|
|
50
50
|
declare const PageLifeQuote: SdkFC;
|
|
51
51
|
|
|
52
|
-
declare const getSelectedOption: (options: SelectOptionInterface[], val: string | number | boolean | undefined | null) =>
|
|
52
|
+
declare const getSelectedOption: (options: SelectOptionInterface[], val: string | number | boolean | undefined | null) => _mychoice_mychoice_sdk_components.InputValueType;
|
|
53
53
|
declare const getErrorMessage: (value: number | string | boolean | null | undefined, inValidation?: boolean, message?: string) => string;
|
|
54
54
|
declare const getDateErrorMessage: (values: string[], inValidation?: boolean) => "" | "This field is required." | "These fields are required.";
|
|
55
55
|
declare const formatPhoneObject: (phone: string) => {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mychoice/mychoice-sdk-modules",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.2",
|
|
4
4
|
"description": "Now I’m the model of a modern major general / The venerated Virginian veteran whose men are all / Lining up, to put me up on a pedestal / Writin’ letters to relatives / Embellishin’ my elegance and eloquence / But the elephant is in the room / The truth is in ya face when ya hear the British cannons go / BOOM",
|
|
5
5
|
"keywords": [],
|
|
6
6
|
"author": "GogMes",
|
|
@@ -30,8 +30,8 @@
|
|
|
30
30
|
},
|
|
31
31
|
"homepage": "https://github.com/hexdivision/mychoice-sdk#readme",
|
|
32
32
|
"dependencies": {
|
|
33
|
-
"@
|
|
34
|
-
"@
|
|
33
|
+
"@mychoice/mychoice-sdk-components": "^2.0.2",
|
|
34
|
+
"@mychoice/mychoice-sdk-store": "^2.0.2",
|
|
35
35
|
"@types/react-gtm-module": "^2.0.1",
|
|
36
36
|
"@types/react-places-autocomplete": "7.2.9",
|
|
37
37
|
"react-google-places-autocomplete": "4.0.1",
|
|
@@ -39,5 +39,5 @@
|
|
|
39
39
|
"react-helmet": "^6.1.0",
|
|
40
40
|
"react-router-dom": "^6.3.0"
|
|
41
41
|
},
|
|
42
|
-
"gitHead": "
|
|
42
|
+
"gitHead": "e908c553887d11449ba292eb2a60a7008770bd82"
|
|
43
43
|
}
|